* debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
[fw/sdcc] / ChangeLog
1 2006-11-06 Borut Razem <borut.razem AT siol.net>
2
3         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
4           debugger/mcs51/configure: fixed failed check because the function
5           rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
6           who submitted the patch for gpsim.
7         * debugger/mcs51/configure.in: removed the result message
8         * debugger/mcs51/Makefile.in: fixed the config.status warning
9           "... seems to ignore the --datarootdir setting"
10
11 2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
12
13         * device/include/mcs51/c8051f020.h,
14         * device/include/mcs51/c8051f040.h,
15         * device/include/mcs51/c8051f060.h,
16         * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
17         * src/z80/gen.c (gencjneshort),
18         * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
19
20 2006-10-31 Borut Razem <borut.razem AT siol.net>
21
22         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
23           debugger/mcs51/configure: get readline version
24
25 2006-10-30 Borut Razem <borut.razem AT siol.net>
26
27         * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
28         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
29           debugger/mcs51/configure: locate readline even when cross compiling
30         * support/scripts/sdcc.nsi: include readline5.dll into the setup package
31
32 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
33
34         * device/include/mcs51/serial_IO.h: putchar() and getchar() using
35           serial port.
36
37 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
38
39         * device/include/malloc.h,
40         * device/lib/calloc.c,
41         * device/lib/free.c,
42         * device/lib/malloc.c,
43         * device/lib/realloc.c: moved definition of struct into sources
44         * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
45
46 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
47
48         * as/asx8051.dsp: corrected output directories
49         * as/link/hc08: new directory for hc08 linker
50         * as/hc08/aslink.h,             as/link/aslink.h,
51         * as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
52         * as/hc08/clean.mk,             as/link/hc08/clean.mk,
53         * as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
54         * as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
55         * as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
56         * as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
57         * as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
58         * as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
59         * as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
60         * as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
61         * as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
62         * as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
63         * as/hc08/lks19.c,              as/link/hc08/lks19.c,
64         * as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
65         * as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
66         * as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
67         * as/link/hc08/conf.mk,
68         * configure,
69         * configure.in,
70         * Makefile.in,
71         * sdcc.dsw: moved hc08 linker to as/link/hc08
72         * as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
73         * as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
74         * as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
75         * as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
76         * as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
77         * as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
78         * as/link/mcs51/aslink.dsp,
79         * as/link/mcs51/Makefile.in: factored out the common files
80         * as/hc08/lkstore.c: deleted, use the one already in as/link/
81         * as/clean.mk: extra cleaning common files
82         * as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
83         * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
84         * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
85
86 2006-10-29 Raphael Neider <rneider AT web.de>
87
88         * src/pic/ralloc.c (newReg): create aliases for registers with
89           multiple names to fix #1579535 and #1584001,
90           (regWithIdx,dirregWithName): resolve aliases on lookup
91         * src/pic/pcode.c (DoBankSelect): die with error message on failing
92           bankselect
93         * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
94           to prevent build errors on small devices
95
96 2006-10-28 Raphael Neider <rneider AT web.de>
97
98         * src/pic/gen.c (genFunction,genCall): drop "same code page"
99           assumption within interrupt handlers, fixes #1584940
100         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
101           "emitted" to avoid emitting them again in udata
102
103 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
104
105         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
106         Removed.
107
108 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
109
110         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
111         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
112         on/off CR to CRLF conversion.
113
114 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
115
116         * doc/sdccman.lyx: updated IRQ section
117
118 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
119
120         * device/lib/serial_io.c: removed
121         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
122         replacements for serial_io.c
123
124 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
125
126         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
127
128 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
129
130         * device/lib/serial_io.c: Default putchar() and getchar() for
131           mcs51 uses serial port.
132
133 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
134
135         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
136
137 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
138
139         * support/regression/ports/mcs51/support.c: smaller
140         _sdcc_external_startup()
141         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
142
143 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
144
145         * device/lib/gbz80/crt0.s,
146         * device/lib/gbz80/crt0_rle.s,
147         * device/lib/gbz80/div.s,
148         * device/lib/gbz80/fstubs.s,
149         * device/lib/gbz80/heap.s,
150         * device/lib/gbz80/mul.s,
151         * device/lib/gbz80/putchar.s,
152         * device/lib/gbz80/stubs.s,
153         * device/lib/z80/crt0.s,
154         * device/lib/z80/crt0_rle.s,
155         * device/lib/z80/div.s,
156         * device/lib/z80/fstubs.s,
157         * device/lib/z80/heap.s,
158         * device/lib/z80/mul.s,
159         * device/lib/z80/putchar.s,
160         * device/lib/z80/stubs.s: reverted, I was mistaken
161
162 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
163
164         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
165         * support/regression/ports/mcs51/support.c: removed race
166         condition on TI in _putchar allowing to use serial port mode 0
167
168 2006-10-20 Borut Razem <borut.razem AT siol.net>
169
170         * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
171
172 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
173
174         * device/lib/gbz80/crt0.s,
175         * device/lib/gbz80/crt0_rle.s,
176         * device/lib/gbz80/div.s,
177         * device/lib/gbz80/fstubs.s,
178         * device/lib/gbz80/heap.s,
179         * device/lib/gbz80/mul.s,
180         * device/lib/gbz80/putchar.s,
181         * device/lib/gbz80/stubs.s,
182         * device/lib/z80/crt0.s,
183         * device/lib/z80/crt0_rle.s,
184         * device/lib/z80/div.s,
185         * device/lib/z80/fstubs.s,
186         * device/lib/z80/heap.s,
187         * device/lib/z80/mul.s,
188         * device/lib/z80/putchar.s,
189         * device/lib/z80/stubs.s: removed all leading underscores from area names
190
191 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
192
193         * support/regression/ports/mcs51/support.c: use highest baudrate so the
194           regression tests are not waiting in the simulator for simulated
195           transmission of debug output
196
197 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
198
199         * device/lib/printf_large.c: slightly smaller
200         * doc/sdccman.lyx: do not use spaces within html links
201
202 2006-10-16 Borut Razem <borut.razem AT siol.net>
203
204         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
205           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
206           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
207           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
208           debugger/mcs51/configure:
209           [ 1185668 ] add gnu readline support to sdcdb - enabled
210
211 2006-10-16 Raphael Neider <rneider AT web.de>
212
213         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
214           fixes #1577882, removes close to all banking optimizations
215
216 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
217
218         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
219           variables in code memory
220         * support/regression/tests/absolute.c: added test for this
221
222 2006-10-15 Raphael Neider <rneider AT web.de>
223
224         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
225           devices,
226           (BankSelect): emit BANKSEL before touching linker-placed regs,
227           fixes #1570934
228
229 2006-10-10 Raphael Neider <rneider AT web.de>
230
231         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
232         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
233         * src/pic/main.c (_pic14_parseOptions),
234         * src/pic/main.h: mostly reverted to previous state, now use results
235             from SDCCmain.c's argument parsing
236
237 2006-10-10 Borut Razem <borut.razem AT siol.net>
238
239         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
240           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
241           [ 1185668 ] add gnu readline support to sdcdb -
242           prepared for READLINE, not enabled yet,
243           thanks to <tal.bav AT gmail.com>
244
245 2006-10-10 Raphael Neider <rneider AT web.de>
246
247         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
248         * src/pic16/devices.inc,
249         * device/include/pic16 (pic18f[24]620.h),
250         * device/include/pic18fregs.h,
251         * device/lib/pic16/pics.all,
252         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
253             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
254             Gary Plumbridge and Anton Strobl
255
256 2006-10-10 Raphael Neider <rneider AT web.de>
257
258         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
259           --stack-siz=NUM options to configure the argument passing stack
260         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
261         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
262           (pic14_getSharebankSize): obey --stack-siz=NUM,
263           (pic14_getSharebankAddress): obey --stack-loc=NUM
264
265 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
266
267         * doc/sdccman.lyx: added to the manual
268         * doc/figures/ddd_example.png: added (neither pdflatex nor
269         most browsers seem to like the .eps file)
270
271 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
272
273         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
274         to /tmp and /var/tmp acc. LSB
275         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
276         RESULT_TYPE_IFX
277         * support/regression/tests/onebyte.c: added test
278
279 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
280
281         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
282
283 2006-10-05 Borut Razem <borut.razem AT siol.net>
284
285         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
286           thanks to dfulab:
287           - sdcc.dsw: changed property eol-style to CRLF
288           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
289
290 2006-10-04 Raphael Neider <rneider AT web.de>
291
292         * device/include/pic/{pic16f84.h,pic16f84a.h},
293         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
294           from patch #1522504, thanks to Robas Teodor
295
296 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
297
298         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
299           fixes bug 1566015
300
301 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
302
303         * src/pic16/glue.c (pic16emitMaps),
304         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
305         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
306         * device/lib/pic16/libc/string/memcpypgm2ram.c,
307         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
308           Philipp Krause
309         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
310         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
311
312 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
313
314         * support/librarian/sdcclib.c: Added option -l.
315         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
316           usage totals.
317         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
318           using Windows command prompt.
319
320 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
321
322         * device/lib/libsdcc.lib: added module rand
323         * src/ds390/ralloc.c (rematStr),
324         * src/hc08/ralloc.c (rematStr),
325         * src/mcs51/ralloc.c (rematStr),
326         * src/z80/ralloc.c (rematStr): made output more consistent
327         * src/mcs51/gen.c: cosmetic changes
328
329 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
330
331         * src/port.h: added mem.cabs_name to PORT
332         * src/ds390/main.c,
333         * src/hc08/main.c,
334         * src/mcs51/main.c,
335         * src/pic16/main.c,
336         * src/pic/main.c,
337         * src/xa51/main.c,
338         * src/z80/main.c: added cabs_name initializers
339         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
340           constants
341           (emitMaps): emit absolutes in code memory into cabs_name
342         * src/SDCCmem.c,
343         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
344         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
345         * support/regression/fwk/include/testfwk.h: added define for at
346         * support/regression/tests/absolute.c: added, new
347
348 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
349
350         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
351           optimizations, see also patch 887161 by Stas Sergeev
352         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
353           to be necessary anymore,
354           (102, 103, 104, 127): renamed all occurances of bp to _bp
355
356 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
357
358         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
359           thanks Weston T. Schmidt for patch 1555221
360         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
361         * src/SDCCicode.c(geniCodeMultiply): small optimization
362
363 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
364
365         * device/include/stdlib.h: added rand prototypes
366         * device/lib/rand.c: new, added
367         * device/lib/Makefile.in: added rand.c
368         * src/z80/peeph.def,
369         * src/z80/peeph-gbz80.def,
370         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
371
372 2006-09-20 Raphael Neider <rneider AT web.de>
373
374         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
375
376 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
377
378         * as/link/aslink.h: cosmetic changes
379         * as/link/mcs51/Makefile.in,
380         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
381
382 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
383
384         * as/link/aslink.h,
385         * as/link/mcs51/aslink.h,
386         * as/link/z80/aslink.h: merged and moved to as/link/
387         * as/link/lkstore.c,
388         * as/link/mcs51/lkstore.c: moved to as/link/
389         * as/link/clean.mk: remove *.o
390         * as/link/mcs51/alloc.h: deleted
391         * as/link/mcs51/lkarea.c: added lnksect prototype
392         * as/link/mcs51/lkdata.c,
393         * as/link/mcs51/lklex.c,
394         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
395         * as/link/mcs51/lkmem.c,
396         * as/link/mcs51/lknoice.c: removed include strcmpi.h
397         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
398         * as/link/mcs51/aslink.dsp,
399         * as/link/mcs51/Makefile.aslink,
400         * as/link/mcs51/Makefile.bcc,
401         * as/link/mcs51/Makefile.in: updated for moved files
402         * as/link/z80/lkarea.c,
403         * as/link/z80/lkhead.c,
404         * as/link/z80/lklex.c,
405         * as/link/z80/lklibr.c,
406         * as/link/z80/lklist.c,
407         * as/link/z80/lkmain.c,
408         * as/link/z80/lkrloc.c,
409         * as/link/z80/lksym.c: synced with mcs51
410         * as/link/z80/lkdata.c,
411         * as/link/z80/lkeval.c,
412         * as/link/z80/lkihx.c,
413         * as/link/z80/lks19.c: cosmetic changes
414         * as/link/z80/Makefile.in,
415         * as/link/z80/linkgbz80.dsp,
416         * as/link/z80/linkz80.dsp: updated for moved files
417
418 2006-09-16 Borut Razem <borut.razem AT siol.net>
419
420         * debugger/mcs51/sdcdb.c: partially fixed
421           [ 1203664 ] sdcdb fails to open files w. two "." periods
422         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
423           debugger/mcs51/symtab.h: fixed indenting
424         * configure.in, configure: up to date with latest Maarten's changes
425
426 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
427
428         as/link/mcs51
429         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
430         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
431         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
432         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
433         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
434         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
435         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
436         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
437         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
438         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
439         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
440         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
441         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
442         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
443         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
444         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
445         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
446         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
447         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
448         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
449         as/link/mcs51/alloc.h,
450         as/link/mcs51/clean.mk,
451         as/link/mcs51/conf.mk,
452         as/link/mcs51/Makefile.bcc,
453         as/link/mcs51/Makefile.in,
454         as/link/mcs51/readme.390,
455         as/link/mcs51/strcmpi.c,
456         as/link/mcs51/strcmpi.h,
457         as/mcs51/clean.mk,
458         as/mcs51/Makefile.bcc,
459         as/mcs51/Makefile.in,
460         configure,
461         Makefile.in,
462         sdcc.dsw: moved mcs51 linker to as/link/mcs51
463
464 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
465
466         * as/link,
467         * as/link/Makefile.in,
468         * as/link/z80/linkgbz80.dsp,
469         * as/link/z80/linkz80.dsp,
470         * configure,
471         * link,
472         * link/clean.mk,
473         * link/Makefile.in,
474         * link/README,
475         * link/z80,
476         * link/z80/aslink.h,
477         * link/z80/clean.mk,
478         * link/z80/conf.mk,
479         * link/z80/linkgbz80.dsp,
480         * link/z80/linkz80.dsp,
481         * link/z80/lkarea.c,
482         * link/z80/lkdata.c,
483         * link/z80/lkeval.c,
484         * link/z80/lkgb.c,
485         * link/z80/lkgg.c,
486         * link/z80/lkhead.c,
487         * link/z80/lkihx.c,
488         * link/z80/lklex.c,
489         * link/z80/lklibr.c,
490         * link/z80/lklist.c,
491         * link/z80/lkmain.c,
492         * link/z80/lkrloc.c,
493         * link/z80/lks19.c,
494         * link/z80/lksym.c,
495         * link/z80/Makefile.in,
496         * Makefile.in,
497         * sdcc.dsw: moved link/ to as/link/
498
499 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
500
501         * as/mcs51/i51mch.c (machine): fixed warning
502
503 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
504
505         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
506
507 2006-09-09 Borut Razem <borut.razem AT siol.net>
508
509         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
510           sdcdb WIN32 native port
511         * src/clean.mk: fixed
512
513 2006-09-08 Borut Razem <borut.razem AT siol.net>
514
515         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
516
517 2006-09-08 Raphael Neider <rneider AT web.de>
518
519         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
520         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
521             to gplink to disable processor mismatch warning and to allow
522             the use of devices with only aliased (shared) memory banks,
523           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
524
525 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
526
527         * doc/sdccman.lyx: Some re-formating plus example on using
528           #pragma preproc_asm +/-
529
530 2006-09-07 Borut Razem <borut.razem AT siol.net>
531
532         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
533           section
534
535 2006-09-06 Borut Razem <borut.razem AT siol.net>
536
537         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
538           line at sdcc.nsi:153
539         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
540
541 2006-09-05 Borut Razem <borut.razem AT siol.net>
542
543         * configure.in, configure: support for winsock2
544         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
545           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
546           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
547           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
548           debugger/mcs51/symtab.h: sdcdb WIN32 native port
549
550 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
551
552         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
553           and OP_DEFS
554         * support/regression/tests/bug1551947.c: new, added
555         * src/SDCCsymt.h: strings are char* not byte*
556
557 2006-09-05 Raphael Neider <rneider AT web.de>
558
559         * device/lib/pic16/libdev/pic18f4550.c,
560           device/include/pic16/pic18f4550.h: added PORTD/TRISD
561             declarations/definitions from patch #1520949
562
563 2006-09-05 Raphael Neider <rneider AT web.de>
564
565         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
566           byte-aligned bitfields, fixes #1539278
567
568 2006-09-05 Raphael Neider <rneider AT web.de>
569
570         * src/pic/gen.c (genReceive): skip unreferenced arguments,
571           fixes #1544120
572
573 2006-09-04 Borut Razem <borut.razem AT siol.net>
574
575         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
576         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
577           -mno-cygwin is a part of the compiler name
578         * support/scripts/sdcc_mingw32: don't disable ucsim
579
580 2006-09-03 Borut Razem <borut.razem AT siol.net>
581
582         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
583         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
584
585 2006-09-03 Raphael Neider <rneider AT web.de>
586
587         * src/pic/ralloc.c,
588         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
589           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
590           fixes #1550049
591
592 2006-09-01 Borut Razem <borut.razem AT siol.net>
593
594         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
595           to make ppc-osx happy
596
597 2006-08-31 Borut Razem <borut.razem AT siol.net>
598
599         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
600         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
601         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
602         * support/regression/ports/ds390/spec.mk,
603           support/regression/ports/mcs51/spec.mk,
604           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
605           To run regression tests in mingw environment:
606           make DEV_NULL=NUL CC=gcc
607
608 2006-08-30 Borut Razem <borut.razem AT siol.net>
609
610         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
611           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
612           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
613           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
614           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
615           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
616           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
617           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
618           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
619           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
620           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
621           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
622           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
623           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
624           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
625           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
626           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
627           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
628           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
629           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
630           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
631           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
632           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
633           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
634           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
635           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
636           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
637           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
638           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
639           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
640           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
641           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
642           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
643           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
644           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
645           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
646           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
647           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
648           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
649           ucsim WIN32 native port
650
651 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
652
653         * doc/sdccman.lyx: added note on dynamic memory heap initialization
654
655 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
656
657         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
658         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
659
660 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
661
662         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
663         * support/regression/tests/bug1546986.c: new, added
664         * as/mcs51/.cvsignore,
665         * debugger/mcs51/.cvsignore,
666         * src/.cvsignore: deleted
667
668 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
669
670         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
671           definitions)
672
673 2006-08-20 Borut Razem <borut.razem AT siol.net>
674
675         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
676           removed cl_listen_console::match(), cl_console::match(),
677           restructured cl_commander::proc_input()
678
679 2006-08-16 Borut Razem <borut.razem AT siol.net>
680
681         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
682           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
683           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
684
685 2006-08-14 Borut Razem <borut.razem AT siol.net>
686
687         * support/regression/Makefile.in,
688           support/regression/ports/pic14/gpsim.cmd,
689           support/regression/ports/pic14/spec.mk,
690           support/regression/ports/pic14/support.c:
691           added pic14 regression test
692
693 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
694
695         * as/doc/asxhtm.html: documented changed ABS behaviour
696         * as/doc/README: fixed some typos
697
698 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
699
700         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
701           not defined on host
702
703 2006-08-12 Borut Razem <borut.razem AT siol.net>
704
705         * support/regression/fwk/include/testfwk.h,
706           support/regression/fwk/lib/testfwk.c,
707           support/regression/generate-cases.py,
708           support/regression/Makefile.in:
709           regression test framework does not depend on function pointers and
710           variable arguments
711
712 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
713
714         * device/include/stddef.h: c temporary hack to fix bug 1518273
715
716 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
717
718         * device/include/mcs51/cc2510fx.h: added
719         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
720           to projects.
721
722 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
723
724         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
725         * as/z80/Makefile.in: added strcmpi.c
726         * as/z80/z80adr.c: added upper case registers and lower case conditionals
727         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
728
729 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
730
731         * device/lib/gbz80/asm_strings.s,
732         * device/lib/gbz80/crt0_rle.s,
733         * device/lib/gbz80/div.s,
734         * device/lib/gbz80/mul.s,
735         * device/lib/gbz80/shift.s,
736         * device/lib/z80/asm_strings.s,
737         * device/lib/z80/crt0_rle.s,
738         * device/lib/z80/div.s,
739         * device/lib/z80/mul.s,
740         * device/lib/z80/shift.s: changed to all lower case menmonics except the
741           flags which are all upper case
742
743 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
744
745         * as/z80/asm.h: made CASE_SENSITIVE 1
746         * link/z80/aslink.h: made CASE_SENSITIVE 1
747         * src/z80/gen.c (throughout): made all conditionals upper case
748         * support/regression/tests/bug1503067.c: new
749
750 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
751
752         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
753           (shiftIntoPair): added case 2 for PAIR_IY,
754           (setupToPreserveCarry): replaced parameters with iCode and check if
755            PAIR_DE is in use to fix bug 1399290,
756           (genPlus, genMinus): updated call to setupToPreserveCarry
757         * support/regression/tests/bug1399290.c: new
758
759 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
760
761         * device/lib/Makefile.in (Z80SOURCES): enabled float support
762         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
763         * src/ds390/gen.c (shiftRLong),
764         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
765         * src/mcs51/gen.c (sameReg): changed to sameByte,
766           (xch_a_aopGet): new,
767           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
768            shiftRLong): fixed bug 1533966
769         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
770           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
771         * support/regression/Makefile.in: disabled z80, enabled ucz80
772         * support/regression/tests/float_trans.c: enabled test for z80 and host
773         * support/regression/tests/shifts2.c: new, for testing bug 1533966
774
775 2006-08-01 Borut Razem <borut.razem AT siol.net>
776
777         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
778           comparison is always false due to limited range of data type
779           on PPC64 machine (openpower-linux1) where "char = unsigned char"
780
781 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
782
783         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
784         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
785         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
786         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
787
788 2006-07-31 Borut Razem <borut.razem AT siol.net>
789
790         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
791           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
792           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
793           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
794           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
795           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
796           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
797           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
798           enable ucsim mingw compilation. Serial port is disabled,
799           since it uses termios.h API, which is not available on native
800           WIN32
801
802 2006-07-31 Borut Razem <borut.razem AT siol.net>
803
804         * Small Device C Compiler 2.6.0 released
805         * support/scripts/sdcc.nsi: added FULL_DOC option
806         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
807
808 2006-07-28 Borut Razem <borut.razem AT siol.net>
809
810         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
811         * doc/INSTALL.txt: updated
812
813 2006-07-27 Borut Razem <borut.razem AT siol.net>
814
815         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
816           device/lib/pic/libdev/Makefile.in: fixed bug
817           [ 1438354 ] pic libsdcc: distclean doesn't work
818         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
819           device/lib/pic16/libio/Makefile.in: fixed bug
820           [ 1438344 ] pic16 lib: clean doesn't work properly
821         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
822
823 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
824
825         * device/lib/pic/libsdcc/fsdiv.c,
826         * device/lib/pic/libsdcc/fsmul.c,
827         * device/lib/pic16/libsdcc/float/fsdiv.c,
828         * device/lib/pic16/libsdcc/float/fsmul.c,
829         * device/lib/_fsdiv.c,
830         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
831         * support/regression/tests/bug1520966.c: added
832         * doc/knownbugs.html: removed [ 1520966 ] from the list
833
834 2006-07-25 Borut Razem <borut.razem AT siol.net>
835
836         * configure.in, configure, sdccconf_in.h: fixed bug
837           [ 1519095 ] regression test onebyte.c fails on ppc64 host
838         * doc/knownbugs.html: removed [ 1519095 ] from the list
839
840 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
841
842         * doc/knownbugs.html: added, contains list of known bugs at release
843         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
844
845 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
846
847         * device/include/mcs51/compiler.h: added SFRX for xdata based special
848           function registers and corrected defaults with additional warning
849         * device/lib/malloc.c: cosmetic changes
850         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
851         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
852           (fillGaps): and used it
853
854 2006-07-20 Raphael Neider <rneider AT web.de>
855
856         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
857           output unless SDCCPICDEBUG is set
858         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
859           output if SILENT is set
860
861 2006-07-11 Borut Razem <borut.razem AT siol.net>
862
863         * doc/README.txt: updated
864
865 2006-07-10 Borut Razem <borut.razem AT siol.net>
866
867         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
868           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
869           in WIN32 installation
870         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
871           release candidate 1
872
873 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
874
875         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
876         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
877
878 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
879
880         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
881
882 2006-07-06 Borut Razem <borut.razem AT siol.net>
883
884         * support/regression/tests/bitfields.c:
885           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
886         * support/regression/tests/constantRange.c:
887           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
888
889 2006-07-04 Borut Razem <borut.razem AT siol.net>
890
891         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
892           src/port.mk,
893           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
894           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
895           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
896           reverted changes from 2006-07-03
897         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
898         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
899           added CPPFLAGS, used by the host port
900
901 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
902
903         * support/regression/valdiag/tests/switch.c,
904         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
905         * support/regression/tests/libmullong.c: fixed for host
906         * support/regression/ports/host/spec.mk: disable all warnings for host,
907         SDCC runs with --less-pedantic too
908
909 2006-07-03 Borut Razem <borut.razem AT siol.net>
910
911         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
912           defined CPPFLAGS
913         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
914         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
915           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
916           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
917           include ../port.mk
918         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
919           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
920           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
921           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
922
923 2006-07-02 Raphael Neider <rneider AT web.de>
924
925         * src/pic16/devices.inc,
926         * device/include/pic16/pic18fregs.h,
927         * device/include/pic16/pic18f4550.h,
928         * device/lib/pic16/pics.all,
929         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
930
931 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
932
933         * as/hc08/lkaomf51.c (OutputName),
934         * as/mcs51/lkaomf51.c (OutputName),
935         * as/z80/asmain.c (asmbl),
936         * src/ds390/main.c (asmLineNodeFromLineNode),
937         * src/hc08/ralloc.c (hc08_assignRegisters),
938         * src/mcs51/main.c (asmLineNodeFromLineNode),
939         * src/xa51/ralloc.c (checkRegMask),
940         * src/xa51/gen.c (emitcode),
941         * src/z80/gen.c (_emit2),
942         * src/SDCCast.c (searchLitOp),
943         * src/SDCCglobl.h,
944         * support/packihx/packihx.c,
945         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
946         * src/ds390/gen.c (aopPutUsesAcc),
947         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
948         * support/regression/tests/libmullong.c (mullong_wrapper),
949         * src/SDCCsymt.c (powof2),
950         * src/SDCCast.c,
951         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
952         * src/SDCCsymt.h: added TYPE_TARGET_*
953         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
954         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
955         SDCCast because 1) header problems 2) this is the right place
956         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
957         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
958         prototype
959
960 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
961
962         * src/SDCCicode.h: removed buggy semicolon in unused macro
963         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
964         search for previous definiton of auto symbols too,
965         (findPrevUse): fixed logic of emitWarnings
966
967 2006-06-26 Raphael Neider <rneider AT web.de>
968
969         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
970           PCLATH and PCLATU on interrupts, potentially fixes #1505141
971
972 2006-06-25 Raphael Neider <rneider AT web.de>
973
974         * device/lib/pic/libm: NEW, added math library functions
975         * device/lib/pic/libsdcc: NEW; added float support functions
976         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
977         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
978           NEW, added math related headers
979         * device/include/asm/pic/features.h: NEW
980         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
981           (popGet): allow larger offsets for AOP_PCODE,
982           (genDataPointerSet): handle literals explicitly, more debug output,
983           (genAssign): fixed for float using aopLiteral ;-)
984         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
985           GOTO initialisation routine
986         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
987           flag on registers, fixes #1469043 (local variables do not work)
988         * src/pic/main.c (_pic14_do_link),
989         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
990           available
991
992 2006-06-25 Borut Razem <borut.razem AT siol.net>
993
994         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
995           characters printed (not including the trailing '\0' used to end
996           output to strings). Problem detected in regression test bug-927659.c.
997           NOTE: printf() family functions should return int instead
998           unsigned int!
999         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
1000           specifier are printed as themselves
1001         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
1002           support flags, width and precision specifiers
1003
1004 2006-06-24 Borut Razem <borut.razem AT siol.net>
1005
1006         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
1007           to the list of sdcc tagrets not supporting bit type
1008         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
1009           testfor pic16 due to bug:
1010           [ 1511794 ] pic16: regression test bug-895992.c fails
1011
1012 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
1013
1014         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
1015         * src/SDCCglue.c (initPointer), fixed bug 1496419
1016         * support/regression/tests/bug1496419.c: new, added
1017
1018 2006-06-22 Borut Razem <borut.razem AT siol.net>
1019
1020         * support/regression/ports/pic16/support.c: use gpsim usart module from
1021           libgpsim_modules library
1022
1023 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1024
1025         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
1026         IP0H to IPH0.
1027
1028 2006-06-19 Raphael Neider <rneider AT web.de>
1029
1030         * src/pic/glue.h,src/pic16/glue.h: added prototypes
1031         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
1032           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
1033           (pic14printExterns,pic14printPublics,pic16printPublics,
1034           pic16_printExterns): use new functions to emit symbols
1035           (picglue,pic16glue): emit publics before emitting externs
1036         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
1037           locally defined functions to avoid bug #1443651
1038         * support/regression/tests/bug-716242.c: removed pic16 workaround
1039         * support/regression/ports/pic16/spec.mk: ignore errors during build
1040
1041 2006-06-19 Raphael Neider <rneider AT web.de>
1042
1043         * src/pic/glue.h: added pic14aopLiteral prototype
1044         * src/pic/glue.c (pic14aopLiteral): return unsigned int
1045         * src/pic/gen.c: removed stdint.h dependency
1046           (aopGet): use Safe_strdup()
1047           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
1048           (genDataPointerSet): use pic14aopLiteral()
1049         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
1050           for pic16; thanks to Bernhard and Maarten
1051
1052 2006-06-18 Borut Razem <borut.razem AT siol.net>
1053
1054         * support/regression/tests/structflexarray.c: flexible array members
1055           not supported by gcc < 3
1056         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
1057           GUI tool by default
1058         * src/pic/gen.c: don't include [p]strdin.h on solaris
1059         * support/Util/pstdint.h: addad svn attributes
1060         * support/regression/tests/constantRange.c,
1061           support/regression/tests/rotate.c: include inttypes.h instead
1062           stdint.h on solaris, addad svn attributes
1063
1064 2006-06-18 Raphael Neider <rneider AT web.de>
1065
1066         * src/SDCCsymt.c (initCSupport): change return type of divschar to
1067           int for PIC16
1068         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
1069           (pic16_genMinusBits): simplified sign-extension
1070           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
1071             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
1072             adjusted to correctly handle mixed-signed operands, disabled
1073             now unused multiplciation routines
1074         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
1075           (assignResultValue): added argument denoting the size of the result
1076             as returned by the function (fixes upcasts in assigning from
1077             function calls: char foo(); int i = foo();)
1078           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
1079             function result to assignResultValue
1080           (genMult): disabled inlined multiplication code
1081           (genDiv): augmented to also handle the modulus operator, fixed to
1082             handle mixed-signed operands correctly
1083           (genMod): simply call genDiv, disabled unused code
1084           (genAssign): fixed missing (sign-)extension on result
1085         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
1086             valid char operands, allow signed operands for native code, added
1087             division and modulo operator handling
1088         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
1089
1090         As a consequence, onebyte.c (if split into two files) and muldiv.c
1091         pass regression tests.
1092
1093 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1094
1095         * doc/Makefile.in: two runs of makeindex seem needed to get
1096         correct page references in the index of sdccman.pdf
1097         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
1098
1099 2006-06-17 Borut Razem <borut.razem AT siol.net>
1100
1101         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
1102
1103 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1104
1105         * doc/sdccman.lyx: updated, added (porting source code, debugging),
1106         mentioned ec2drv and paulmon
1107
1108 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
1109
1110         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
1111           consecutive abs areas
1112           (find_empty_space, allocate_space): added map to handle codemap or
1113            xdatamap,
1114           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
1115            absolute idata and xdata
1116         * as/mcs51/lkmem.c (summary2): updated legend
1117
1118 2006-06-16 Raphael Neider <rneider AT web.de>
1119
1120         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
1121
1122 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
1123
1124         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
1125           1208515
1126         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
1127
1128 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
1129
1130         * src/port.h (struct PORT): added field gp_tags, to hold the tag
1131         value of generic pointers,
1132         * src/avr/main.c,
1133           src/ds390/main.c,
1134           src/hc08/main.c,
1135           src/izt/i186.c,
1136           src/izt/tlcs900h.c,
1137           src/mcs51/main.c,
1138           src/pic/main.c,
1139           src/pic16/main.c,
1140           src/xa51/main.c,
1141           src/z80/main.c: PORT structure, added elements for gp_tags field,
1142         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
1143         fields in the PORT structure of each port,
1144         * src/SDCCast.c (decorateType): allow processing of generic pointers
1145         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
1146         S_FIXED symbols
1147
1148 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
1149
1150         * link/z80/lkgb.c,
1151         * link/z80/lkgg.c,
1152         * src/pic16/gen.c,
1153         * src/pic16/main.c,
1154         * src/pic16/pcode.c,
1155         * src/pic/main.c,
1156         * src/pic/pcoderegs.c,
1157         * src/SDCCicode.c,
1158         * src/SDCCmain.c,
1159         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
1160           bug 1504689 on minGW
1161
1162 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1163
1164         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
1165
1166 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
1167
1168         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
1169
1170 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
1171
1172         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
1173           for optimization
1174
1175 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
1176
1177         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
1178         to a char variable. Fixed bug #1504211
1179         * device/include/pic16/adc.h,
1180         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
1181         and fixed bug #1364390
1182
1183 2006-06-10 Borut Razem <borut.razem AT siol.net>
1184
1185         * CVSROOT: removed the CVS left-over
1186
1187 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1188
1189         * as/hc08/asmain.c (asexit),
1190         * as/hc08/lkmain.c (lkexit),
1191         * as/mcs51/asmain.c (asexit),
1192         * as/mcs51/lkmain.c (lkexit),
1193         * src/SDCCglue.c (DEFSETFUNC),
1194         * src/SDCCmain.c (linkEdit, assemble),
1195         * support/librarian/sdcclib.c (AddRel),
1196           replaced unlink() by standard C remove()
1197         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
1198         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
1199           gatherImplicitVariables): new, added to fix bug 608752,
1200           (createFunction): added gatherImplicitVariables()
1201         * src/SDCCast.h: added createRMW prototype
1202         * src/SDCCsymt.h (struct symbol): added infertype
1203         * support/regression/tests/bug608752.c: new, added
1204
1205 2006-06-10 Raphael Neider <rneider AT web.de>
1206
1207         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
1208           multibyte dummy reads (fixes #1503234)
1209
1210 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1211
1212         * device/include/mcs51/compiler.h: new, added header file to enable
1213           creating common sfr definition header files for different compilers
1214
1215 2006-06-05 Raphael Neider <rneider AT web.de>
1216
1217         * src/pic16/{pcode.h,genarith.c}:
1218           introduced pCodeOp combining any two pCodeOps (previously only
1219           two register operands could be combined), removed pcop2 from
1220           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
1221         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
1222         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
1223           rewritten to use new PO_TWO_OPS
1224         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
1225         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
1226           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
1227           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
1228           (pic16_get_op): embraced return arg to allow #define return(x),
1229             added new case for combined opcodes
1230           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
1231           (pic16_pCode2str,pic16_getRegFrompCodeOp,
1232            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
1233
1234 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
1235
1236         * src/SDCCval.c (checkConstantRange): added
1237         * src/SDCCval.h: added checkConstantRange
1238         * support/Util/SDCCerr.c,
1239         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
1240         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
1241         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
1242         * src/SDCCast.c (decorateType): added checkConstantRange,
1243         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
1244         can be emitted with the correct always true/false warning,
1245         added optimization for double '!';
1246         result of decorateType() must be assigned back to the tree, because
1247         decorateType() can change the tree
1248         * src/SDCCicode.c (geniCodeLogic),
1249         (geniCodeAssign): replaced new checkConstantRange, added warnings,
1250         (checkConstantRange): removed, it was only a fragment which never
1251         emitted a warning
1252         * src/SDCCsymt.c (computeType): fixed promotion for
1253         "-1 < (unsigned bit) b"
1254         * src/pic/ralloc.c (packRegsForAssign),
1255         * src/pic16/ralloc.c (packRegsForAssign),
1256         * src/hc08/ralloc.c (packRegsForAssign),
1257         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
1258         from mcs51
1259         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
1260         * support/regression/tests/constantRange.c: added
1261         * support/valdiag/tests/constantRange.c: added
1262         * support/valdiag/valdiag.py: added -DPORT_HOST=1
1263
1264 2006-06-02 Borut Razem <borut.razem AT siol.net>
1265
1266         * support/regression/ports/pic16/support.c: increase stack size
1267           to 255 bytes
1268         * support/regression/Makefile.in: sort tests by name so that the
1269           resutlts can be compared on different machines / platforms
1270
1271 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1272
1273         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
1274         * src/ds390/gen.c (emitLabel): new, added,
1275           (genDjnz): fixed stack overflow bug,
1276           (throughout): cosmetic changes to sync with mcs51/gen.c,
1277           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
1278         * src/mcs51/gen.c (genEndFunction): small optimization,
1279           (throughout): cosmetic changes to sync with ds390/gen.c
1280
1281 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1282
1283         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
1284           (_print_format): fixed printing pointers
1285         * src/mcs51/gen.c (emitLabel, movb): new, added,
1286           (genAssign): small optimization,
1287           (genDjnz): fixed stack overflow bug,
1288           (throughout): replaced sprintf with SNPRINTF,
1289           replaced mcs51_regWithIdx with REG_WITH_INDEX,
1290           replaced emitcode("mov", "b,...") with MOVB(...),
1291           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
1292           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1293         * src/mcs51/peeph.def: added rules 140 and 264
1294         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
1295           so they may get optimized into registers
1296
1297 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
1298
1299         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
1300           immediately when encountered,
1301           (printUsage): always use stderr even on windows
1302
1303 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
1304
1305         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
1306         (processParms): fixed bug #1247551
1307         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
1308         parseCmdLine, main): print '--version' to stdout,
1309         print 'help' to stdout if --help is given,
1310         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
1311         arguments are given; fixed --help
1312
1313 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
1314
1315         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
1316         * support/regression/tests/bug-1493710.c: added
1317
1318 2006-05-27 Borut Razem <borut.razem AT siol.net>
1319
1320         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
1321           static instead auto
1322         * support/regression/ports/pic16/support.c: increase stack size
1323           from default 64 bytes to 128 bytes
1324         * support/regression/tests/staticinit.c,
1325           support/regression/tests/float.c: regression tests fully enabled
1326           for pic16 port by putting the initialized data arrays into the code
1327           section
1328         * support/regression/ports/pic16/spec.mk: don't link default libraries.
1329           This was changed by mistake in the previous version.
1330
1331 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
1332
1333         * src/pic16/gen.c (genFunction, genEndFunction): some
1334         beautifications, fixed bug with falsely restoring FSR2 in large
1335         stack model, thanks to Beau E. Cox for reporting the bug
1336
1337 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1338
1339         * debugger/mcs51/break.c,
1340         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
1341           use %p to print pointers, made address variables unsigned
1342         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
1343         * debugger/mcs51/symtab.c (parseSymbol): must return something
1344         * src/mcs51/gen.c (aopForSym): small optimization,
1345            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
1346           (freeAsmop): added missing break,
1347           (aopPut): removed parameter bvolatile, determine it inside the function,
1348           (saveRegisters, unsaveRegisters): small optimization,
1349           (genIpush): removed pointless check,
1350           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
1351           replaced sprintf with SNPRINTF,
1352           replaced strcpy with strncpyz,
1353           updated aopPut calls,
1354           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1355         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
1356
1357 2006-05-24 Borut Razem <borut.razem AT siol.net>
1358
1359         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1360           modification of test for the pic16 port, put the array to the code
1361           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1362
1363 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1364
1365         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1366         * support/Util/pstdint.h: added
1367
1368 2006-05-22 Borut Razem <borut.razem AT siol.net>
1369
1370         * src/regression/Makefile: removed bool2.c test, added -q linker option
1371         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1372           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1373           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1374           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1375           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1376           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1377           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1378           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1379           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1380
1381 2006-05-22 Raphael Neider <rneider AT web.de>
1382
1383         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1384           bug #1492360 (problematic due to generic pointers, see code)
1385
1386 2006-05-22 Borut Razem <borut.razem AT siol.net>
1387
1388         * support/regression/ports/pic16/specs.mk: removed stack size linker
1389           directive
1390         * support/regression/tests/array.c,
1391           support/regression/tests/bitopcse.c,
1392           support/regression/tests/bug-908454.c,
1393           support/regression/tests/malloc.c: modified for pic16 regression test
1394         * support/regression/tests/bitfields.c:
1395           pic16 - excluded bitfileds of size > 8
1396         * support/regression/tests/bp.c: pic16 - reduced data size
1397         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1398         * support/regression/tests/bug-460010.c:
1399           pic16 - used the absolute address the fits in memory
1400         * support/regression/tests/bug-716242.c:
1401           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1402         * support/regression/tests/float.c:
1403           pic16 - excluded - data size too big
1404         * support/regression/tests/onebyte.c:
1405           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1406         * support/regression/tests/shifts.c:
1407           pic16 - function names probably have to differ in first X characters
1408           (gpasm limitation?)
1409         * support/regression/tests/staticinit.c:
1410           pic16 - excluded some tests due error: no target memory available for
1411           section ".idata"
1412
1413 2006-05-22 Borut Razem <borut.razem AT siol.net>
1414
1415         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1416           second try. Thanks Stas Sergeev once more.
1417
1418 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1419
1420         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1421           (genLeftShift, genRightShift): fixed bug 1491627
1422         * src/hc08/peeph.def (rules 7, 8.x): added
1423         * support/regression/tests/shifts.c (ShiftLeftByParam,
1424           ShiftRightByParam, testShiftByParam): added to test variable shifting
1425
1426 2006-05-20 Raphael Neider <rneider AT web.de>
1427
1428         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1429         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1430           (allocReg): add only new registers to dynAllocRegs,
1431           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1432             #1489055, #1445850, and probably #1483693
1433
1434 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1435
1436         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1437         bug in for-loop that didn't emit the last of CONFIG and ID registers
1438
1439 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1440
1441         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1442           with offset
1443         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1444           1489016, 1434401 and 1490124
1445         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1446           1489016, 1434401 and 1490124
1447
1448 2006-05-17 Borut Razem <borut.razem AT siol.net>
1449
1450         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1451           thanks Stas Sergeev
1452
1453 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1454
1455         * device/include/mcs51/P89c51RD2.h,
1456         * device/include/mcs51/P89LPC901.h,
1457         * device/include/mcs51/P89LPC922.h,
1458         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1459
1460 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1461
1462         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1463         to fix missing stack pragma in compiled binary object file,
1464
1465 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1466
1467         * support/packihx/configure.in,
1468         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1469         determine sizeof basic types even while cross compiling
1470
1471 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1472
1473         * src/avr/gen.c (aopop),
1474         * src/ds390/gen.c (aopOp),
1475         * src/hc08/gen.c (aopOp),
1476         * src/mcs51/gen.c (aopop),
1477         * src/pic16/gen.c (pic16_aopOp),
1478         * src/pic/gen.c (aopOp),
1479         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1480         if size of operand is smaller than spill location
1481
1482 2006-05-12 Borut Razem <borut.razem AT siol.net>
1483
1484         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1485           have to have CR/LF line endings even if they are checked out on *nix
1486           or on WIN32 in cygwin binmode
1487
1488 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1489
1490         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1491         * device/include/ds80c390.h: added sfr16 definitions
1492         * src/ds390/gen.c,
1493         * src/ds390/gen.h,
1494         * src/ds390/main.c,
1495         * src/ds390/ralloc.c,
1496         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1497           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1498           bit returning functions
1499         * support/regression/tests/sfr16.c: enabled test on ds390
1500
1501 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1502
1503         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1504         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1505
1506 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1507
1508         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1509         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1510           (cl_address_space constructor): removed expensive initialization,
1511           (cl_address_space::get_cell): extended for late initialization,
1512           (cl_address_space::*): use late initialization,
1513           (cl_address_decoder::activate): removed expensive initialization,
1514           This reduced regression test running time by 25%
1515
1516 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1517
1518         * packihx/,
1519         * configure.in,
1520         * configure,
1521         * sdcc.dsw,
1522         * Makefile.bcc,
1523         * Makefile.in,
1524         * support/packihx/Makefile.in,
1525         * support/packihx/clean.mk,
1526         * support/packihx/Makefile.bcc,
1527         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1528
1529 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1530
1531         * src/SDCCval.c (valNot): fix for regression test failure
1532           of not.c on big endian hosts
1533
1534 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1535
1536         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1537
1538 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1539
1540         * device/lib/mcs51/Makefile.in: changed string comparison operator
1541           to = for POSIX compliance; == is bash extension
1542
1543 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1544
1545         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1546           kosmonaut_pirx
1547
1548 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1549
1550         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1551         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1552         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1553         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1554         bug report #1478657,
1555
1556 2006-05-05 Borut Razem <borut.razem AT siol.net>
1557
1558         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1559           making the html
1560
1561 2006-05-02 Borut Razem <borut.razem AT siol.net>
1562
1563         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1564           create *.ind, which made make to fail if invoked with -j 2
1565
1566 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1567
1568         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1569           Hubert Sack for patch 1479782
1570
1571 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1572
1573         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1574
1575 2006-05-01 Raphael Neider <rneider AT web.de>
1576
1577         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1578           (create_pic): store only prefix-free device name,
1579           (init_pic): check for device names with "16" prefix,
1580           (list_valid_pics),
1581         * src/pic/device.h (struct PIC_device),
1582         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1583             stored device name,
1584         * device/include/pic/pic12f{635,675,629,683}.h,
1585         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1586         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1587         * device/include/pic/pic16f505.h,
1588         * device/lib/pic/libdev/pic16f505.c: removed
1589         * device/include/pic/pic14devices.txt: added support for pic12f
1590             devices, removed unsupported non 16-bit devices
1591             [above changes provided by patch from Zik Saleeba]
1592         * src/pic/*, src/pic16/*, device/include/pic16/*,
1593           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1594
1595 2006-05-01 Borut Razem <borut.razem AT siol.net>
1596
1597         * configure.in, configure, doc/Makefile.in:
1598           sync with nightly build makefile - latex, dvipdf and dvips
1599           not needed any more
1600
1601 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1602
1603         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1604         in the library source
1605
1606 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1607
1608         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1609
1610 2006-04-28 Raphael Neider <rneider AT web.de>
1611
1612         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1613         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1614           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1615         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1616
1617 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1618
1619         * device/lib/pic/libdev/Makefile.in,
1620         * device/lib/hc08/Makefile.in,
1621         * device/lib/gbz80/Makefile.in,
1622         * device/lib/z80/Makefile.in,
1623         * device/lib/ds390/Makefile.in,
1624         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1625         thanks to Borut for the bug report
1626         * configure.in,
1627         * configure: always create doc/Makefile independent from --enable-doc
1628         * Makefile.in: always install from directory doc independent from
1629         --enable-doc
1630         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1631         removed
1632         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1633         * doc/Makefile.in: install *.txt if present
1634         * device/include/Makefile.in (install): added installation of pic/*.inc
1635         and pic/*.txt files again, they were erroneously removed
1636
1637 2006-04-28 Raphael Neider <rneider AT web.de>
1638
1639         * src/pic/{gen.c,main.h,pcode.c},
1640         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1641             concerning signedness with casts
1642
1643 2006-04-28 Raphael Neider <rneider AT web.de>
1644
1645         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1646             definition of an interrupt handler,
1647         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1648             interrupt handler stuff from picglue() to separate routine,
1649           (picglue): enabled definition of intr handlers in files w/o main()
1650
1651 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1652
1653         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1654           compilation with MSVC 2005 Express Edition (VC8)
1655
1656 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1657
1658         * device/lib/Makefile: fixed build of gbz80 lib
1659
1660 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1661
1662         * support/regression/tests/bug-460010.c,
1663         * support/regression/tests/bug-524691.c,
1664         * support/regression/tests/bug-716242.c: removed conditional defines
1665           that are already in testfwk.h
1666
1667 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1668
1669         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1670           (AccAXRsh1): added, shift right by 1,
1671           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1672            AccAXLrl1
1673         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1674
1675 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1676
1677         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1678         remove cast to same type
1679         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1680         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1681         * as/z80/Makefile,
1682         * link/z80/Makefile: removed, they have moved to
1683         Makefile.in files
1684         * configure,
1685         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1686         * install-sh: fix bug #1204398 by setting umask 0022
1687         * device/lib/Makefile: separate build of z80 and gbz80 lib
1688
1689 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1690
1691         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1692         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1693
1694         One basic decision: e.g. src/clean.mk includes further files. In order
1695         to make this work there are two solutions:
1696         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1697           run configure on them. This way they can use
1698           'include $(srcdir)/port-clean.mk'
1699         - always include clean.mk by the Makefile at the same level. To avoid
1700           that `make clean` tries to include and build Makefile.dep the
1701           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1702           implemented, because now even `make uninstall` doesn't create
1703           Makefile.in. clean.mk could be eliminated by pasting it in
1704           Makefile.in.
1705
1706         * debugger/mcs51/Makefile.in: build own objects from library sources
1707         (SLIB, SDCC) in current directory
1708
1709         * configure, configure.in: renamed --disable-device-lib-build in
1710         --disable-device-lib; added --enable-doc, the required tools are
1711         searched by configure; added result message; the toolchain for the
1712         belonging ports are now only built, if the port is enabled.
1713
1714         * support/regression/*: all output is written in directory gen, because
1715         the fwk and ports directories don't livet in the build tree using vpath
1716
1717         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1718         --disable-device-lib, added --enable-doc, added section VPATH
1719
1720         * sim/ucsim/configure.in,
1721         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1722         z80 are enabled by default
1723
1724 2006-04-24 Raphael Neider <rneider AT web.de>
1725
1726         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1727             to config word, "pic14_"-prefixed some extern functions
1728           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1729             config word has been found
1730         * src/pic/device.h: added prototypes
1731         * src/pic/pcode.c: added "pic14_"-prefix where needed
1732         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1733             fixup
1734         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1735             words,
1736           (pic14emitRegularMap): ignore config words,
1737           (pic14createInterruptVect): moved generating __config directives away
1738           (picglue): have __config directives emitted
1739
1740 2006-04-24 Borut Razem <borut.razem AT siol.net>
1741
1742         * doc/Makefile: sync with nightly build makefile
1743
1744 2006-04-24 Raphael Neider <rneider AT web.de>
1745
1746         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1747             registers that have not been assigned proper liveranges,
1748             fixes #1469504 and #1474602,
1749           (pCodeRegOptimizeRegUsage): fixed typo in comment
1750
1751 2006-04-24 Borut Razem <borut.razem AT siol.net>
1752
1753         * device/examples/main8051.c: deleted - it was removed from CVS
1754           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1755           after the transition to Subversion
1756         * src/SDCCalloc.h: deleted - it was removed  from CVS
1757           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1758           after the transition to Subversion
1759         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1760           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1761           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1762           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1763
1764 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1765
1766         * as/asx8051.dsp: added mcs51/strcmpi.h
1767         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1768         * as/hc08/aslink.h: updated lnksect prototype
1769         * as/hc08/asm.h,
1770         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1771         * as/hc08/asmain.c,
1772         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1773           (newdot): handle A_ABS
1774         * as/hc08/asout.c,
1775         * as/mcs51/asout.c (outarea): output address
1776         * as/hc08/lkaomf51.c,
1777         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1778         * as/hc08/m08pst.c,
1779         * as/mcs51/i51pst.c,
1780         * as/z80/z80pst.c: "ABS" is not A_OVR
1781         * as/hc08/lkarea.c (newarea): read a_addr,
1782           (lnkarea): added codemap array, sort absolute areas to the front,
1783            combine all GSINITx/GSFINAL,
1784           (find_empty_space, allocate_space): new functions,
1785           (lnksect): return next address, handle absolute sections
1786         * as/mcs51/lkarea.c (newarea): read a_addr,
1787           lnksect2 prototype changed,
1788           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1789           (find_empty_space, allocate_space): new, factored out of lnksect2,
1790           (lnksect2): return next address, handle absolute sections
1791         * as/hc08/lkhead.c,
1792         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1793         * as/hc08/lklibr.c (addfile, fndsym),
1794         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1795           index out of range and detect both '\' and '/'
1796         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1797         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1798           regression tests (ds390 cannot return bool yet)
1799         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1800           document critical interrupts on z80, document changed SDCC define
1801         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1802           (_a390_mapping): added .org directive
1803         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1804           (genMultOneByte): fixed warnings
1805         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1806           ones
1807         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1808         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1809           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1810         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1811         * src/pic16/main.c: removed newReg prototype
1812         * src/pic16/pcode.c,
1813         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1814           warnings
1815         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1816           ones
1817         * src/pic16/ralloc.c
1818         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1819           to fix warnings
1820         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1821           from short to PIC_OPTYPE
1822         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1823         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1824           optype from short to PIC_OPTYPE
1825         * src/port.h: made int_size unsigned to fix warnings
1826         * src/SDCC.y: fixed warning on MSVC
1827         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1828         * src/SDCCopt.c (convertToFcall): fixed warnings
1829         * src/SDCCsymt.h: removed double prototype for genSymName
1830         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1831           offset int to fix warnings
1832
1833 2006-04-22 Borut Razem <borut.razem AT siol.net>
1834
1835         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1836           references to CVS replaced with Subversion
1837
1838 2006-04-21 Borut Razem <borut.razem AT siol.net>
1839
1840         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1841           references to CVS replaced with Subversion
1842
1843 2006-04-19 Borut Razem <borut.razem AT siol.net>
1844
1845         * src/version.awk: adapted for svn
1846         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1847           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1848           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1849           /binutils-avr/etc/*.vi, *.jin: removed all properties
1850           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1851
1852 2006-04-19 Borut Razem <borut.razem AT siol.net>
1853
1854         * CVS to Subversion migration completed
1855
1856 2006-04-18 Borut Razem <borut.razem AT siol.net>
1857
1858         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1859           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1860
1861 2006-04-17 Borut Razem <borut.razem AT siol.net>
1862
1863         * device/include/Makefile.in: added pic/*.inc to the installation
1864
1865 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1866
1867         * support/regression/collate-results.py: fixed output in case of
1868         a valdiag error
1869         * support/regression/generate-cases.py: fixed splitting of pathnames
1870         with dots
1871         * as/hc08/lklibr.c (addfile),
1872         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1873
1874 2006-04-11 Raphael Neider <rneider AT web.de>
1875
1876         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1877         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1878         * src/pic16/pcode.c (assignValnums): fixed #1460578
1879
1880 2006-04-11 Raphael Neider <rneider AT web.de>
1881
1882         * device/lib/pic/libdev/*.c,
1883         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1884           fixes #1468739, enables compilation in --std-c99 mode
1885         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1886
1887 2006-04-11 Raphael Neider <rneider AT web.de>
1888
1889         * src/pic/device.c (find_device): removed debug output
1890           (list_valid_pics): enabled verbose listing of supported devices
1891         * device/include/stdbool.h: define bool as char for pic14/16 as well
1892
1893 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1894
1895         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1896
1897 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1898
1899         * .version: bumped version to 2.5.6
1900         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1901
1902 2006-04-06 Raphael Neider <rneider AT web.de>
1903
1904         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1905         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1906         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1907           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1908             pic14_constructAbsMap
1909           (pic14printPublics): declare absolute global symbols as global
1910           (pic14createInterruptVect),
1911         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1912           (newReg): assume new registers unused, use correct name in
1913             hashtable (reg->name instead of name), more debugLog output
1914         * src/pic/device.h (PIC_device): added fields for verbose output
1915         * src/pic/device.c: moved device definition to pic14devices.txt,
1916             added routines for runtime parsing of pic14devices.txt,
1917             added support for second config word
1918         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1919           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1920           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1921           (_pic14_parseOptions): moved pCodeInitRegisters here
1922           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1923         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1924           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1925             handling the pseudo stack
1926         * device/lib/Makefile.in: ignore failures in objects-pic16,
1927         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1928         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1929         * device/lib/pic/Makefile.subdir,
1930         * device/lib/pic16/Makefile.subdir: improved clean rules
1931         * device/lib/pic/libdev/: NEW, pic14 device libraries
1932         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1933         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1934         * device/include/Makefile.in: create subdir and install pic14 headers
1935         * device/include/pic/p16f_common.inc: removed unused declarations
1936         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1937             PICs from inc2h.pl v1.6,
1938             replaced BIT_AT macros with struct declarations
1939         * device/include/pic/pic14devices.txt: definition of supported devices,
1940             all above improvements contributed by Zik Saleeba, thanks
1941         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1942         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1943             headers
1944
1945 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1946
1947         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1948         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1949           thanks to Charles Olds
1950
1951 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1952
1953         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1954
1955 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1956
1957         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1958         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1959         * support/regression/bug1464657.c: added, new test
1960
1961 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1962
1963         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1964           version number
1965
1966 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1967
1968         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1969           --no-peep and --peep-file <file> are used don't use default rules but
1970           do use the <file>
1971
1972 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1973
1974         * src/mcs51/gen.c (genCall): fixed bug 1457608
1975
1976 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1977
1978         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1979         changes seem to cause (trigger?) problems with the build system.
1980
1981 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1982
1983         * src/SDCCpeeph.c (operandsLiteral): new, added,
1984           (callFuncByName): inserted operandsLiteral
1985         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1986
1987 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1988
1989         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1990         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1991
1992 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1993
1994         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1995           implemented patch 1120823 Thanks to Willy De la Court (normal
1996           interrupts need an interrupt number now if they are made critical),
1997           and enabled nesting of critical functions though not for gbz80
1998           (genCritical, genEndCritical): added functions
1999           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
2000         * src/z80/mappings.i: added "ei" to all mappings
2001
2002 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2003
2004         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
2005         submitted by the Debian SDCC maintainer Aurelien Jarno:
2006         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
2007         archive with gcc 4.1 on mips and wrote the patch"
2008
2009 2006-03-16 Raphael Neider <rneider AT web.de>
2010
2011         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
2012           the left operand is shorter than the result (c* = lit-c* + int),
2013           fixes bug #1450796
2014         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
2015           OP_SYMBOL
2016
2017 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2018
2019         * src/.version: increased version number to 2.5.5
2020         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
2021         linking is done manually in pic16 port's _linkEdit,
2022         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
2023         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
2024         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
2025         allocate asmop as AOP_ACC,
2026         (aopForRemat): added parameter 'bool result' in function declaration,
2027         (pic16_aopGet): return AOP_ACC when accessing WREG,
2028         (pic16_popGetTempReg): minor modification,
2029         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
2030         'pic16_allocWithIdx',
2031         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
2032         calling function in absolute addresses,
2033         (genAssign): take into account AOP_ACC asmop,
2034         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
2035         * src/pic16/pcoderegs.c: some debug functions and lines added,
2036         * src/pic16/ralloc.c (decodeRegType): added but commented out,
2037         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
2038         register too,
2039         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
2040         call to allocReg, not by manually allocating a new one,
2041         (pic16_assignRegisters): now before going through the register
2042         allocating functions mark all registers as free. This eliminates some
2043         side effects resulting from peephole parser done earlier in the backbone
2044
2045 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
2046
2047         * src/SDCCicode.c (geniCodeLogic),
2048         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
2049
2050 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
2051
2052         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
2053           (genSend): bugfix, do not allocate and free twice,
2054           (shiftRLong): handle partially overlapping aops
2055         * support/regression/tests/bitopcse.c: fixed warning redefined idata
2056
2057 2006-03-08 Borut Razem <borut.razem AT siol.net>
2058
2059         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
2060           for pic16
2061
2062 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
2063
2064         * support/regression/tests/bug1409955.c: new, added
2065         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
2066         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
2067           (aopForSym, aopOp): increment asmop.allocated if reused,
2068           (freeAsmop): decrement asmop.allocated and check for zero instead of
2069           using asmop.freed,
2070           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
2071           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
2072            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
2073            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
2074            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
2075            genSignedRightShift, genRightShift, genDataPointerGet,
2076            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
2077            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
2078             in reverse order from allocation,
2079           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
2080             added swappedLR to keep track
2081         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
2082           pdata & code for GCC, z80, gbz80 & hc08
2083         * support/regression/tests/zeropad.c: moved defines to testfwk.h
2084
2085 2006-03-08 Raphael Neider <rneider AT web.de>
2086
2087         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
2088
2089 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
2090
2091         * device/include/mcs51/c8051f410.h: new SiLabs mcu
2092         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
2093         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
2094
2095 2006-03-06 Borut Razem <borut.razem AT siol.net>
2096
2097         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
2098           made the linker quiet
2099
2100 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2101
2102         * src/pic16/gen.c (genPcall): fixed bug #1443644
2103         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
2104         which dumps before the function entry point a data byte which represents
2105         the number of the local variables used by the specified function, added
2106         'xinst' for initial support for Extended Instruction Support,
2107         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
2108         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
2109         port->fun_prefix anymore (may change later),
2110         (genFunction, genEndFunction): do not store/restore local registers for
2111         _main (this should take care the --main-return command line option in
2112         the future),
2113         (genOr): removed some legacy pic-port instructions,
2114         * src/pic16/genarith.c (genAddLit): re-enabled old code because
2115         performing operations with SFR's causes data to be written more than
2116         once to each SFR. Perhaps SFRs should be handled in special cases...
2117         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
2118         pcode.h
2119         * src/pic16/main.c (_process_pragma): stack bound checking did not take
2120         into account for stack starting position,
2121         (struct OPTIONS pic16_optionsTable): added command line argument
2122         --extended or -y for Extended Instruction Support,
2123         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
2124         (deassignLRs): *** perhaps the most important change, old 'for' code
2125         (commented out for reference), didn't account for some registers which
2126         were left marked 'not free' after a pointer operation. The change
2127         reduces register usage a lot in some cases
2128
2129 2006-03-04 Borut Razem <borut.razem AT siol.net>
2130
2131         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
2132           _clean
2133         * support/regression/tests/bug-524697.c: decreased array size for
2134           mcs51 to fit into the internal RAM
2135         * support/regression/Makefile.in: a little bit more verbose
2136
2137 2006-03-03 Borut Razem <borut.razem AT siol.net>
2138
2139         * support/regression/fwk/lib/testfwk.c,
2140           support/regression/fwk/include/testfwk.h: introduced function
2141           _prints(), nonrecursive _printn(), call _initEmu() from main()
2142         * support/regression/ports/gbz80/support.asm,
2143           support/regression/ports/ucz80/support.asm,
2144           support/regression/ports/z80/support.asm,
2145           support/regression/ports/ds390/support.c,
2146           support/regression/ports/hc08/support.c,
2147           support/regression/ports/host/support.c,
2148           support/regression/ports/mcs51/support.c,
2149           support/regression/ports/xa51/support.c: added empty _initEmu()
2150           function
2151         * support/regression/ports/pic16/gpsim.cmd,
2152           support/regression/ports/pic16/spec.mk,
2153           support/regression/ports/pic16/support.c,
2154           support/regression/Makefile.in: added pic16 regression test
2155
2156 2006-03-01 Raphael Neider <rneider AT web.de>
2157
2158         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
2159           genConstPointerGet): use safe way of generating MOVFF to cover
2160             literals as well as registers, fixes bug #1440527
2161         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
2162             dereference
2163           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
2164             more correctly, fixes bug #1232186
2165           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
2166         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
2167             gplink guess the correct processor in more cases, applied patch
2168             from Till Riedel attached to and fixing bug #1436552
2169
2170 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2171
2172         * support/regression/tests/array.c: added, contains check for #1434401
2173         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
2174
2175 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
2176
2177         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
2178         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
2179         * device/include/mcs51/c8051f326.h,
2180         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
2181         * device/include/mcs51/c8051f000.h,
2182         * device/include/mcs51/c8051f018.h,
2183         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
2184           PCON_IDLE,PCON_STOP and added sfr16 definitions
2185
2186 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2187
2188         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
2189           genGetWord): fixed bug 1409955
2190
2191 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2192
2193         * device/include/hc08/mc68hc908gp32.h,
2194         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
2195
2196 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
2197
2198         * src/SDCCast.c (constExprValue): return NULL if not a value
2199         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
2200         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
2201         * support/regression/tests/bitfields.c: enabled signed bitfield for all
2202
2203 2006-02-13 Borut Razem <borut.razem AT siol.net>
2204
2205         * src/regression/ptrarg.c: added, fails due to bug #1430967
2206         * src/regression/Makefile: ptrarg.c added, ...
2207
2208 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
2209
2210         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
2211         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
2212
2213 2006-02-11 Borut Razem <borut.razem AT siol.net>
2214
2215         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
2216           print "Processor: xxx" message to stdout only if --verbose
2217
2218 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2219
2220         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
2221         * support/regression/tests/bug1426356.c: added
2222         * support/regression/tests/bitfields.c: removed 2 tests
2223
2224 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2225
2226         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
2227         * device/include/mcs51/c8051f330.h,
2228         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
2229           PCON_IDLE,PCON_STOP and added sfr16 definitions
2230         * device/lib/_divsint.c,
2231         * device/lib/_divuint.c,
2232         * device/lib/_divulong.c,
2233         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
2234           register bank bug for small stackauto
2235
2236 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2237
2238         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
2239
2240 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
2241
2242         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
2243         * all.dsp: corrected several bin paths
2244         * device/include/mcs51/c8051f120.h,
2245         * device/include/mcs51/c8051f300.h,
2246         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
2247           to PCON_IDLE,PCON_STOP
2248         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
2249         * device/lib/printf_large.c (output_float): fixed bug 1388703
2250         * support/regression/tests/bug1057979.c: added test for bug 1388703
2251
2252 2006-02-08 Raphael Neider <rneider AT web.de>
2253
2254         * src/pic/pcode.c (pciTRIS): fixed typo,
2255           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
2256           (LinkFlow): fixed handling of flows that end in a call,
2257           (ReuseReg): perform safety check earlier
2258         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
2259             to work with flows at the beginning of a pBlock,
2260             fixes #1426557 (Symbol not previously defined),
2261           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
2262             usage information
2263           (RemoveUnusedRegisters): update register usage info
2264         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
2265             created, reuse existing ones instead
2266         * src/pic/gen.c (genPcall): fixed #1424719
2267
2268 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
2269
2270         * link/z80/lkmain.c,
2271         * link/z80/lklex.c,
2272         * link/z80/lkdata.c,
2273         * link/z80/aslink.h: fixed build on current cygwin:
2274         replaced getline() by lk_getline()
2275
2276 2006-02-01 Borut Razem <borut.razem AT siol.net>
2277
2278         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
2279           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
2280           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
2281           src/regression/bool1.c, src/regression/bool2.c,
2282           src/regression/bool3.c, src/regression/call1.c,
2283           src/regression/compare.c, src/regression/compare10.c,
2284           src/regression/compare2.c, src/regression/compare3.c,
2285           src/regression/compare4.c, src/regression/compare5.c,
2286           src/regression/compare6.c, src/regression/compare7.c,
2287           src/regression/compare8.c, src/regression/compare9.c,
2288           src/regression/configword.c, src/regression/for.c,
2289           src/regression/inline.c, src/regression/mult1.c,
2290           src/regression/nestfor.c, src/regression/or1.c,
2291           src/regression/pointer1.c, src/regression/ptrfunc.c,
2292           src/regression/rotate1.c, src/regression/rotate2.c,
2293           src/regression/rotate3.c, src/regression/rotate4.c,
2294           src/regression/rotate5.c, src/regression/rotate6.c,
2295           src/regression/rotate7.c, src/regression/string1.c,
2296           src/regression/struct1.c, src/regression/sub.c,
2297           src/regression/sub2.c, src/regression/switch1.c,
2298           src/regression/while.c, src/regression/xor.c,
2299           src/regression/create_stc, src/regression/simulate,
2300           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
2301           regression tests
2302         * src/regression/gpsim_assert.h: added
2303
2304 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
2305
2306         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
2307         ((void (code *) (void)) 0) ();
2308         * as/hc08/aslex.c,
2309         * as/hc08/aslink.h,
2310         * as/hc08/asm.h,
2311         * as/hc08/asmain.c,
2312         * as/hc08/lkdata.c,
2313         * as/hc08/lklex.c,
2314         * as/hc08/lkmain.c,
2315         * as/mcs51/aslex.c,
2316         * as/mcs51/aslink.h,
2317         * as/mcs51/asm.h,
2318         * as/mcs51/asmain.c,
2319         * as/mcs51/lkdata.c,
2320         * as/mcs51/lklex.c,
2321         * as/mcs51/lkmain.c,
2322         * as/z80/aslex.c,
2323         * as/z80/asm.h,
2324         * as/z80/asmain.c: fixed build on current cygwin:
2325         replaced getline() by as_getline()
2326
2327 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2328
2329         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
2330         declarator in the symbol chain
2331         * src/SDCCsymt.h,
2332         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
2333         parameter list for function pointers
2334         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
2335         * support/regression/tests/bug-716242.c: added
2336
2337 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2338
2339         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
2340         offset if possible
2341         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
2342
2343 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2344
2345         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
2346         inifinitely recurseable, added static
2347         * support/regression/tests/bug-1408066.c: added
2348
2349 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2350
2351         * src/SDCCicode.h,
2352         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
2353         renamed, added possibility to create "postLoopLbl"-labels
2354         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
2355         newiTempLoopHeaderLabel
2356         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2357         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2358         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2359         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2360         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2361         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2362         (basicInduction): fixed bug #136564, made static,
2363         (loopInduction): changed parameter of basicInduction, made static,
2364         (addPostLoopBlock): added
2365         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2366         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2367         findLoopEndSeq
2368         * support/regression/tests/bug-136564.c: added
2369         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2370         --std-sdcc99 to LIBSDCCFLAGS
2371
2372 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2373
2374         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2375         while loop
2376         * support/regression/tests/bug-1406131.c: added
2377
2378 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2379
2380         * src/SDCCast.c (decorateType): fix promotion of unary minus
2381         * src/SDCCsymt.c (computeType): beautified
2382         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2383         (valUnaryPM, valComplement): fix sign and promotion,
2384         (valNot): ANSI: result type is int (SDCC: unsigned char)
2385         * support/regression/tests/uminus.c: speedup by removing superflous
2386         test case 'int'
2387         * support/regression/tests/onebyte.c: added promotion and signedness
2388         tests for unary minus
2389         * support/regressions/tests/bug-477927.c: disable warning about
2390         uninitialized variables
2391         * support/regression/tests/not.c: added
2392
2393 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2394
2395         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2396         * src/mcs51/gen.c (gen51Code): show final register usage after
2397         fillGaps in asm with --i-code-in-asm
2398         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2399         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2400         incUsed, rliveClear, adjustIChain): made static,
2401         (setFromRange): excluded because it's unused,
2402         (findPrevUseSym, markWholeLoop): added,
2403         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2404         through all branches of predecessors enables sdcc to emit the warning
2405         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2406         (rlivePoint): made static, added parameter emitWarnings which is only
2407         true during the first run out of two,
2408         (findRecursiveSucc, findRecursivePred): removed,
2409         (computeLiveRanges): made static, added parameter emitWarnings,
2410         (dumpIcRlive): added for debugging only
2411         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2412         removed prototype of setFromRange()
2413         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2414         in call of computeLiveRanges()
2415         * support/regression/tests/bug-895992.c: added
2416         * support/regression/tests/bug-971834.c: added
2417         * support/valdiag/tests/bug-895992.c: added
2418         * support/valdiag/tests/bug-971834.c: added
2419
2420 2005-12-18 Raphael Neider <rneider AT web.de>
2421
2422         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2423           (genUnpackBits): improved code for direct operands,
2424           (genPackBits): improved code for literal assignment to bitfields
2425             and for direct destination operands (no FSR indirection),
2426             prevented redundant AND, fixes #1362800,
2427           (AccLsh): added parameter to disable masking of the result
2428         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2429           skip instructions with side-effects (like incfsz),
2430           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2431         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2432         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2433           fixes #1375263
2434
2435 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2436
2437         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2438         volatile variables as spill location
2439
2440 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2441
2442         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2443         replacing literals
2444         * support/regression/tests/bug-1376320.c: added
2445
2446 2005-12-08 Raphael Neider <rneider AT web.de>
2447
2448         * src/pic/device.c: renamed is_shared to pic14_is_shared
2449         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2450         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2451           (is_valid_identifier): added for above workaround
2452
2453 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2454
2455         * device/lib/Makefile.in: fixed to enable port-specific-objects
2456         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2457           char, thanks Hubert Sack
2458         * doc/sdccman.lyx: documented --xstack-loc,
2459           elaborated a bit more on interrupts and pitfalls,
2460           removed "setjmp/longjmp unsupported",
2461           documented some unsupported C99 features
2462         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2463         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2464           if, thanks Hubert Sack
2465         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2466         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2467           make make_library
2468         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2469           regression tests can report resource usage (rfe 700441)
2470         * support/regression/collate-results.py: report resource usage
2471         * support/regression/ports/ds390/spec.mk,
2472         * support/regression/ports/hc08/spec.mk,
2473         * support/regression/ports/mcs51/spec.mk,
2474         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2475         * support/regression/ports/ds390/uCsim.cmd,
2476         * support/regression/ports/hc08/uCsim.cmd,
2477         * support/regression/ports/mcs51/uCsim.cmd,
2478         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2479         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2480           library, use the default one
2481         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2482           building the library
2483
2484 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2485
2486         * config.dsp: added dependency on .version and configure_vc.awk
2487         * device/include/setjmp.h: updated for --stack-auto and --xstack
2488         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2489         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2490         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2491         * device/lib/libsdcc.lib: added _setjmp
2492         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2493           (decorateType): fixed bug 1372851,
2494           (optimizeGetHbit): fixed warning
2495         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2496           array initialisation
2497         * support/regression/tests/bug1057979.c: added test for bug 1358192
2498         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2499
2500 2005-12-03 Borut Razem <borut.razem AT siol.net>
2501
2502         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2503           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2504
2505 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2506
2507         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2508         createIval): implement symbol independant "flexible array member",
2509         (createIvalCharPtr): implemented flexible array initialisation with a
2510         string
2511         * src/SDCCsymt.c (copyStruct): removed,
2512         (getSize): fixed misleading comment,
2513         (getAllocSize): removed, the additional allocation size is now in
2514         sym->flexArrayLength,
2515         (checkStructFlexArray): new, syntax checks for flexible array members,
2516         (compStructSize): added syntax checks for "flexible array members"
2517         (copyStruct): removed,
2518         (copyLinkChain): removed inefficient fix for bug 770487
2519         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2520         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2521         symbol->flexArrayLength
2522         * src/SDCCerr.c,
2523         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2524         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2525         * support/regression/tests/structflexarray.c: added
2526         * support/valdiag/tests/structflexiblearray.c: added
2527
2528 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2529
2530         * src/SDCCast.c (decorateType): fixed bug 1368489
2531         * support/Util/SDCCerr.c,
2532         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2533
2534 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2535
2536         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2537           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2538
2539 2005-11-27 Borut Razem <borut.razem AT siol.net>
2540
2541         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2542           support/cpp2/mkdeps.h: added command line option
2543           -obj-ext=<extension> to SDCPP to define object file externion, used
2544           for generation of make dependencies (-M)
2545         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2546
2547 2005-11-26 Borut Razem <borut.razem AT siol.net>
2548
2549         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2550           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2551           added pic and pic16 libraries
2552
2553 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2554
2555         * device/include/float.h: Corrected typo in prototype of __fsgt
2556
2557 2005-11-25 Borut Razem <borut.razem AT siol.net>
2558
2559         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2560           added creation of model-mcs51-stack-auto libraries
2561
2562 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2563
2564         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2565         and fields-list too
2566         * src/SDCCast.c (createIvalArray): removed obsolete comment
2567
2568 2005-11-24 Borut Razem <borut.razem AT siol.net>
2569
2570         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2571           added missing device/lib/mcs51/crt*.asm sources
2572
2573 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2574
2575         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2576
2577 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2578
2579         * device/lib/_fs2schar.c,
2580         * device/lib/_fs2sint.c,
2581         * device/lib/_fs2slong.c: optimized inline asm
2582
2583 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2584
2585         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2586           Better handling of floats between -1.0 and 0.0.
2587
2588 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2589
2590         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2591           (the missing "if"s prohibited removal of redundant labels)
2592
2593 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2594
2595         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2596           Properly convert floats between -1.0 and 0.0 to long, int, and char
2597           types (max integer value of negative floats tends to zero).
2598         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2599           Removed changes made so to work properly with floats between
2600           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2601           and _fs2char.c
2602
2603 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2604
2605         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2606         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2607         (genCast) cosmetic change
2608         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2609         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2610         from mcs51
2611         * support/regression/tests/bitfields (testSignedBitfields): added
2612
2613 2005-11-18 Borut Razem <borut.razem AT siol.net>
2614
2615         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2616         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2617           introduced SILENT option to make building of pic16 libraries less
2618
2619 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2620
2621         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2622           Now they work properly with floats between -1.0 and 0.0
2623         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2624
2625 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2626
2627         * src/SDCCicode.c (printOperand): added missing else
2628
2629 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2630
2631         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2632         reformatted for better readability
2633         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2634         signed bitfields
2635
2636 2005-11-17 Borut Razem <borut.razem AT siol.net>
2637
2638         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2639           introduced SILENT option to make building of pic16 libraries less
2640           verbose - used for nightly snapshot build
2641         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2642           available on Win32 platforms.
2643         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2644           medium, large, pic and pic16
2645
2646 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2647
2648         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2649           printf("%f"...) sets fraction to zero.
2650
2651 2005-11-16 Raphael Neider <rneider AT web.de>
2652
2653         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2654           fixes #1357221
2655         * src/pic/gen.c (genIfx): implemented for CARRY bit
2656         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2657           to generic pointers, fixes #1357332,
2658           (pic16_movLit2f): NEW,
2659           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2660
2661 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2662
2663         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2664
2665 2005-11-11 Raphael Neider <rneider AT web.de>
2666
2667         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2668         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2669           compute pointer's type from operand,
2670           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2671           improved single bit reads, fixes bug #1353379
2672
2673 2005-11-09 Borut Razem <borut.razem AT siol.net>
2674
2675         * support/scripts/sdcc.nsi: added lib/pic to the package
2676
2677 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2678
2679         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2680
2681 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2682
2683         * support/regression/tests/bug1348008.c: added
2684         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2685         * support/regression/tests/bug1337835.c: updated comment
2686
2687 2005-11-06 Borut Razem <borut.razem AT siol.net>
2688
2689         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2690           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2691           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2692           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2693           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2694           dynamic construction of cl_error_class and derivates - 2.nd try
2695
2696 2005-11-05 Borut Razem <borut.razem AT siol.net>
2697
2698         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2699           bug, which caused Bus Errors on sparc solaris
2700
2701 2005-11-04 Borut Razem <borut.razem AT siol.net>
2702
2703         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2704           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2705           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2706           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2707           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2708           and derivates to resolve the initialization problem on OSX
2709
2710 2005-11-02 Borut Razem <borut.razem AT siol.net>
2711
2712         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2713           corrected typo - #include <winsock2.h>
2714
2715 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2716
2717         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2718           (_asxxxx_mapping): added org directive for future enhancements
2719
2720 2005-11-01 Borut Razem <borut.razem AT siol.net>
2721
2722         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2723           enabled sockets on WIN32
2724         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2725
2726 2005-10-31 Borut Razem <borut.razem AT siol.net>
2727
2728         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2729           WIN32 backslash path delimiters should be escaped when used in C strings
2730         * support/regression/tests/bitfields.c: exclude failing assertions for
2731           __CYGWIN32__ and __MINGW32__ hosts
2732
2733 2005-10-30 Borut Razem <borut.razem AT siol.net>
2734
2735         * src/SDCCutil.c: corrected double comparison typo
2736
2737 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2738
2739         * device/lib/medium/Makefile: added for new memory model medium
2740         * device/include/asm/mcs51/features.h: updated for medium/pdata
2741         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2742           added Multiply & Accumulate sbit's and MAC0_PAGE define
2743         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2744         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2745         * device/lib/_mullong.c: update for medium model
2746         * device/lib/incl.mk: added medium model
2747         * doc/sdccman.lyx: documented medium model
2748         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2749         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2750         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2751         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2752           (allocParms): set SCLS and OCLS to pdata for medium model
2753         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2754           for pdata,
2755           (powof2): return <0 if not power of 2
2756         * src/avr/gen.c (genBitWise): use updated powof2
2757         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2758           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2759           (shiftLLeftOrResult): use B if necessary
2760         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2761         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2762         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2763         * support/regression/Makefile.in: added test-mcs51-medium
2764         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2765
2766 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2767
2768         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2769         specifier unsigned
2770         * device/lib/time.c (mktime): fixed bug 1334315
2771
2772 2005-10-28 Raphael Neider <rneider AT web.de>
2773
2774         * device/include/pic/p16f_common.inc: added common declarations
2775         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2776
2777 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2778
2779         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2780           (aopPutUsesAcc): added to predict accumulator use,
2781           (assignResultValue): save acc if necessary,
2782           (genMinusDec): store result if indirectly addressed,
2783           (genDivOneByte):  save acc if necessary,
2784           (movLeft2Result): bugfix if left already in acc,
2785           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2786             attention to accumulator use (esp. pdata),
2787           (genReceive): receive pdata correctly
2788         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2789         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2790
2791 2005-10-27 Raphael Neider <rneider AT web.de>
2792
2793         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2794
2795 2005-10-27 Raphael Neider <rneider AT web.de>
2796
2797         * .version: changed version to 2.5.4
2798         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2799         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2800           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2801             arithmetics support routines
2802         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2803         * device/lib/Makefile.in: also create installdir for pic
2804
2805         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2806           pic14 port as well
2807         * src/pic/device.c (dump_sfr): rewritten to delegate register
2808           placement to the linker (use `extern sym' rather than sym EQU addr),
2809           (validAddress): fixed to check last specified address
2810         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2811           (popGetLit): truncate literal value to 8 bit,
2812           (popGet): moved assert to more appropriate place
2813           (popGetExternal): create pCode operand from and mark the according
2814             symbol as being `extern'
2815           (popGetAddr): added sanity check on immediate's offset, provide
2816             GPOINTER tag on demand
2817           (aopPut): fixed for immediates,
2818           (mov2w_op): move operand's address or contents to WREG (depending on
2819             operand type), safer variant of mov2w,
2820           (movwf,call_libraryfunc): NEW, handy abbreviations,
2821           (get_argument_pcop,get_return_val_pcop,pass_argument,
2822           get_returnvalue): interface for accessing function parameters and
2823             return values,
2824           (assignResultValuei,genRet): use new parameter/return value interface
2825           (pic14_getDataSize): back to old version handling generic pointers,
2826           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2827             provided implementation and/or fixed old one,
2828           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2829             calls, removed legacy 8051 reference code
2830           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2831           (loadSignToC): NEW, move the operands sign bit to CARRY,
2832           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2833             genRightShiftSigned, accepts negative shift counts,
2834           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2835           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2836             generic pointers, __data pointers and __code pointers,
2837           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2838             and signed bitfields, limit bitfields to 8 bit,
2839           (genDataPointerGet): fixed number of bytes read,
2840           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2841           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2842             pointers to constant data are no longer assumed to point to __code
2843             space, removed invalid pointer types,
2844           (bitpatternFromVal): retrieve the PICs representation of an integer
2845             or float literal,
2846           (genDataPointerSet): fixed assigning to po_immediate operands,
2847           (genGenPointerSet): implemented as library call,
2848           (genIfx): fixed incorrect condition,
2849           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2850             provide GPOINTER tag according to destination's storage class,
2851           (genCast): added code to handle casting to generic pointers, added
2852             sign-/zero extension of the result
2853           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2854         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2855         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2856           extend the result
2857         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2858           address/register resides in the shared banks
2859           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2860             put all variables into separate sections (have the linker arrange
2861             them)
2862           (picglue): put init code and interrupt handlers in separate sections
2863         * src/pic/main.c: added port specific options table, modified to PORT
2864           structure to make GPOINTERs 3 byte, added pic14_options
2865           (_pic14_do_link): private linking routine (update paths to libraries,
2866             add libsdcc.lib by default)
2867         * src/pic/main.h: declare pic14_options
2868         * src/pic/pcode.c: fixed instructions i/o relations,
2869           (RegCond): reverted to correct version,
2870           (newpCodeOpLit): truncate literals to 8 bit,
2871           (genericPrint): added debug output,
2872           (getRegFromInstruction): fixed for various operand types, simplified
2873           (BuildFlow): fixed broken handling of isntructions with labels
2874           (LinkFlow): start at last instruction in flow (skip trailing comments),
2875             pass the flow on to the next instruction after CALL
2876           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2877           (insertPCodeInstruction): fixed inserting after a skip instruction,
2878           (DoBankSelect): fixed for labeled instructions
2879           (OptimizepBlock): honor --nopeep switch
2880           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2881         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2882         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2883           (pCodeOptime2pCodes): allow disabling this optimization via
2884             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2885             but is still buggy), started implementation of a dataflow based
2886             pCode optimization (CSE + dead code elimination)
2887           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2888         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2889           names are independant of the stack location and therefore portable across
2890           devices
2891
2892 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2893
2894         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2895           (selectSpil): fixed bug 1337835 by not spilling bit variables
2896         * support/regression/tests/bug1337835.c: added test for this bug
2897         * src/mcs51/peeph.def: restart after rule 3.c,
2898           addded rules 263.x to optimize loading constants
2899
2900 2005-10-26 Raphael Neider <rneider AT web.de>
2901
2902         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2903         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2904           (genAssign): emit warning when casting literals to generic pointer
2905             type, also applies when taking the address of a fixed variable,
2906           (genCast): improved casting to generic pointers
2907         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2908           extern variables, added verbose error message
2909         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2910
2911 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2912
2913         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2914         carry must be complemented too
2915         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2916         could be emitted by genMinus
2917         * src/SDCCval.c (constVal): fixed bug 1305065
2918
2919 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2920
2921         * src/SDCCast.c (addCast): added promotion for bit variables
2922         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2923         promotion casts + optimisation
2924         (optimizeGetWord): fix warning 'i' might be used uninitialized
2925         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2926         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2927
2928 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2929
2930         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2931         all chars are promoted to int; promotion should be handled in SDCCast.c
2932
2933 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2934
2935         * device/lib/_strcmp.c: Fixed bug 1326457
2936
2937 2005-10-11 Raphael Neider <rneider AT web.de>
2938
2939         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2940         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2941
2942 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2943
2944         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2945         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2946
2947 2005-10-04 Raphael Neider <rneider AT web.de>
2948
2949         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2950           device/lib/pic16/pics.all: added pic18f1320
2951         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2952
2953 2005-09-30 Raphael Neider <rneider AT web.de>
2954
2955         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2956         * src/pic16/devices.inc: NEW, provides device descriptions
2957         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2958
2959 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2960
2961         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2962           GETHBIT
2963
2964 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2965
2966         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2967           documented Any Order Bit, Higher Order Byte and Higher Order Word
2968         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2969         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2970           (optimizeGetAbit): new, to get any bit, not only the high bit,
2971           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2972           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2973           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2974           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2975             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2976             GETABIT, GETBYTE, GETWORD: decorate them,
2977           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2978           (ast_print): added GETABIT, GETBYTE, GETWORD
2979         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2980         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2981           (geniCodeBinary): new generic binary icode,
2982           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2983         * src/port.h: updated comment for PORT.hasExtBitOp
2984         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2985           (genGetByte): new, to get a single byte,
2986           (genGetWord): new, to get a word from a long,
2987           (gen51Code): added GETABIT, GETBYTE, GETWORD
2988         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2989
2990 2005-09-23 Raphael Neider <rneider AT web.de>
2991
2992         * configure.in, configure: have device/lib/pic configured
2993         * device/lib/Makefile.in: added model-pic14
2994         * device/lib/clean.mk: added pic/ to clean rule
2995         * device/lib/pic: added rudimentary pic14 library providing support
2996           functions for multiplication/division/generic pointer access
2997         * src/SDCCopt.c (convilong): mark support functions as extern
2998           for pic14 port as well
2999         * src/pic/gen.c (genMult): added assertions,
3000           (genpic14Code): emit warning on unhandled iCodes
3001         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
3002         * src/pic/pcode.c (pCodeOpCopy),
3003         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
3004           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
3005           SFR_REGISTER}), made safe for future extensions
3006         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
3007           instructions even if preceeded by SKIP instructions (also remove
3008           them); removed unused code
3009         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
3010           prevents leaving parts of the structure uninitialized after copying
3011
3012 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
3013
3014         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
3015           ago by me
3016         * support/regression/tests/addsub.c: added test for the bug
3017
3018 2005-09-21 Raphael Neider <rneider AT web.de>
3019
3020         * device/include/pic16/pic18f1220.h,
3021           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
3022         * device/lib/pic16/Makefile.rules: added missing opening paren
3023         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
3024           are provided in genutils.c,
3025           (genUminusFloat,genUminus,genCmpEq): added asserts on different
3026           operand/result sizes,
3027           (genCmp): assert on NULL pointers first, then check deref'ed values
3028         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
3029           result size
3030
3031 2005-09-18 Raphael Neider <rneider AT web.de>
3032
3033         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
3034           as these are now unused,
3035           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
3036         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
3037           local, avoids uninitialized pointer dereference on r->name
3038         * src/pic16/ralloc.c (newReg): fixed indentation
3039
3040 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
3041
3042         * src/SDCCval.c (constVal): fixed bug 730366
3043         * support/Util/SDCCerr.c,
3044         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
3045
3046 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
3047
3048         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
3049
3050 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
3051
3052         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
3053
3054 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3055
3056         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
3057           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3058         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
3059           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3060         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
3061         * packihx/packihx.c (hexDigit): made c unsigned char
3062         * as/mcs51/lklibr.c (fndsym),
3063         * link/z80/lkgb.c (gb),
3064         * link/z80/lklibr.c (fndsym),
3065         * link/z80/lkrloc.c (relr),
3066         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
3067         * src/SDCC.lex (checkCurrFile, process_pragma),
3068         * src/SDCCglue.c (spacesToUnderscores),
3069         * src/SDCCmain.c (setParseWithComma, processFile),
3070         * src/asm.c (tvsprintf, printCLine),
3071         * src/avr/gen.c (emitcode, aopPut),
3072         * src/ds390/gen.c (emitcode),
3073         * src/hc08/gen.c (emitcode, emitinline),
3074         * src/mcs51/gen.c (emitcode, genInline),
3075         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3076           tokenizeLineNode),
3077         * src/pic/ralloc.c (debugLog),
3078         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3079           tokenizeLineNode),
3080         * src/pic16/ralloc.c (debugLog),
3081         * src/z80/main.c (_process_pragma):
3082            made all ctype.h function calls safe
3083         * src/SDCCopt.c: include math.h for fabs
3084         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
3085           and used them throughout the code to make ctype.h function calls safe
3086         * src/ds390/main.c (asmLineNodeFromLineNode),
3087         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
3088         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
3089            unsigned char*
3090         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
3091           (newpCodeAsmDir): made ctype.h function calls safe
3092         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
3093           pic16_emitcode):  made lbp unsigned char*
3094         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
3095           (pic16_newpCodeAsmDir): made ctype.h function calls safe
3096         * src/xa51/gen.c (emitcode),
3097         * src/z80/gen.c (_emit2): made lbp unsigned char*
3098         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
3099            char*
3100
3101 2005-09-05 Raphael Neider <rneider AT web.de>
3102
3103         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
3104           access bank splitpoint
3105
3106 2005-09-05 Raphael Neider <rneider AT web.de>
3107
3108         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
3109
3110 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
3111
3112         * .version: changed to version 2.5.3
3113         * doc/sdccman.lyx: changed version to 2.5.3,
3114           documented --codeseg and --constseg and pragma codeseg and constseg,
3115           documented bit parameters (reentrant) and bit returning
3116         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
3117            currFunc->recvSize, but is this ok for all ports?
3118           (ast2iCode): result of ~ on unsigned char must be cast to int for
3119            bool to work
3120         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
3121           function pointers in bit space
3122         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
3123           (processFuncArgs): call port.reg_parm() with reentrancy info
3124         * src/port.h,
3125         * src/avr/main.c,
3126         * src/ds390/main.c,
3127         * src/hc08/main.c,
3128         * src/pic/main.c,
3129         * src/pic16/main.c,
3130         * src/xa51/main.c,
3131         * src/z80/main.c: port.reg_parm prototype extended with
3132           "bool reentrant" parameter
3133         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
3134           options.stackAuto for allocating bit register parameters
3135         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
3136           (genSend): set BitBankUsed if it is,
3137           (selectRegBank): factored out of genCall for use in genPcall,
3138           (genCall): removed redundant dtype assignmen, use selectRegBank,
3139           (genPcall): handle returning in Carry properly, save in F0 if needed,
3140           (genReceive): handle bit register parameters
3141         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
3142           (mcs51_assignRegisters): enable bit registers for all reentrant
3143            functions and don't set BitBankUsed unconditionally
3144         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
3145         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
3146         * support/regression/tests/funptrs.c: added tests for BOOL and for return
3147
3148 2005-08-27 Borut Razem <borut.razem AT siol.net>
3149
3150         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
3151         ppc-osx (Darwin) does not support -u option. It seems that it is
3152         supported only on Linux - GNU cp
3153
3154 2005-08-25 Borut Razem <borut.razem AT siol.net>
3155
3156         * sim/ucsim/gui.src/serio.src/Makefile.in,
3157           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
3158           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3159           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
3160           install and strip, since the strip at /usr/ccs/bin should be used
3161           on solaris
3162
3163 2005-08-24 Borut Razem <borut.razem AT siol.net>
3164
3165         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
3166
3167 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
3168
3169         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
3170         ffffffffu
3171
3172 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
3173
3174         * as/mcs51/aslink.h: completed lkrloc.c prototypes
3175         * as/mcs51/lkmain.c (link_main): fixed warning
3176         * device/include/stdbool.h: ds390 has no advanced bit support yet
3177         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
3178         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
3179         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
3180           and updated their macros
3181         * src/SDCCval.c (constVal): updated comment for renamed b_long
3182
3183 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
3184
3185         * as/mcs51/asdata.c: changed ctype['['] to BINOP
3186         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
3187           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
3188           (oprio): set priority for '['
3189         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
3190            and adb_24_bit
3191         * as/mcs51/asm.h: added defines R_BIT and S_BIT
3192         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
3193         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
3194         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
3195           added overlayable BIT_BANK area
3196         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
3197           (summary2): explain 'T' in legenda
3198         * as/mcs51/lkrloc.c: replaced old K&R style,
3199           (relr): added R_BIT processing,
3200           (errmsg): added "Bit-addressable relocation error",
3201           (adb_bit): added for converting from byte- to bit-addressable space,
3202           (adb_24_bit): added for converting from byte- to bit-addressable space
3203         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
3204            used in reentrant functions now even as return value
3205         * device/lib/_gptrput.c (_gptrput): removed obsolete code
3206         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
3207           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
3208         * src/SDCCglobl.h: added indicator BitBankUsed
3209         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
3210            the bit registers b0-b7
3211         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
3212           (geniCodeCast): fixed bug 1263853,
3213           (geniCodeLogicAndOr): put result in bool or char,
3214           (geniCodeReceive): added parameter func for accessing the return type,
3215           (geniCodeFunctionBody): pass func to geniCodeReceive
3216         * src/SDCCmain.c: added indicator BitBankUsed
3217         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
3218         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
3219           (checkSClass): don't put automatic bool/bit on stack,
3220           (checkFunction): removed check on function cannot return bit
3221         * src/SDCCsymt.h: added newBoolLink prototype
3222         * src/mcs51/gen.c (rb1regs): added bit registers,
3223           (movc): created for assigning to carry,
3224           (pushReg, popReg): created for pushing registers,
3225           (sameRegs): check both AOP_REG and AOP_CRY types,
3226           (aopOp): handle bit registers,
3227           (aopPut): optimization no self-assign,
3228           (saveRegisters): push reg->base (bits) only once for bit registers,
3229            and use pushReg,
3230           (unsaveRegisters): pop reg->base only once and use popReg,
3231           (assignResultValue): added parameter func and return in carry for bits,
3232           (genIpush): optimization no reload in A if not changed,
3233           (genSend): bit parameters in reentrant functions are passed in bit
3234            registers by first assigning to bits in B, then save registers and
3235            copy B to bits,
3236           (genCall): handle returning in Carry properly, save it in F0 if needed,
3237           (genPcall): updated assignResultValue call, this is not safe yet for bit
3238            returning function !!!
3239           (genFunction): don't generate equ's for bit registers and use pushReg,
3240           (genEndFunction): take care of bit returning functions and use popReg,
3241           (genRet): return bit in Carry,
3242           (genIfx): optimize bit registers and other directly addressable bits,
3243           (genReceive): updated assignResultValue call
3244         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
3245           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
3246            registers when using stack-auto
3247         * src/mcs51/ralloc.c (_G): added allBitregs,
3248           (regs8051): added the bit registers,
3249           (createStackSpil): use macro IS_BIT,
3250           (getRegBit): added to allocate a bit register, else spill,
3251           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
3252           (updateRegUsage): factored out to ease stepping while debugging,
3253           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
3254            also allocate bit registers,
3255           (fillGaps): handle bit registers,
3256           (findAllBitregs): added to create bit vector with all bit registers,
3257           (mcs51_allBitregs): returns this bit vector,
3258           (mcs51_assignRegisters): when using stack-auto use bit registers for
3259            passing parameters and creating local variables
3260         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
3261
3262 2005-08-22 Borut Razem <borut.razem AT siol.net>
3263
3264         * device/lib/Makefile.in: replaced find option -or with -o
3265           to make it run on solaris
3266
3267 2005-08-22 Raphael Neider <rneider AT web.de>
3268
3269         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
3270           fixes #1265442 (crash on Solaris)
3271
3272 2005-08-20 Borut Razem <borut.razem AT siol.net>
3273
3274         * configure, configure.in: added tests for libsocket and libnsl libraries,
3275           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
3276           from support/regression/Makefile.in
3277         * support/regression/Makefile.in: added
3278         * device/lib/pic16/Makefile.common.in: force make to use bash shell
3279         * sim/ucsim/libtool: regenerated on sparc-solaris
3280         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3281           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
3282           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
3283           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
3284           sparc-solaris, which doesn't use GNU ld linker
3285         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
3286         * as/Makefile: find on sparc-solaris does not support -maxdepth option
3287
3288 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
3289
3290         * src/mcs51/peeph.def: updated comments
3291
3292 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3293
3294         * device/lib/_gptrget.c,
3295         * device/lib/_gptrput.c: slightly shorter
3296         * doc/sdccman.lyx: incremented version
3297         * src/mcs51/peeph.def: moved peephole comments to the line of first
3298           change to better keep line correlation, reanimated 186.e
3299         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
3300
3301 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3302
3303         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
3304           David Saxton with quotes around file name.
3305
3306 2005-08-15 Borut Razem <borut.razem AT siol.net>
3307
3308         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
3309           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
3310           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
3311           make tests run on x86_64 platform
3312
3313 2005-08-13 Raphael Neider <rneider AT web.de>
3314
3315         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
3316           as it might be executed DURING a build (parallel make is wonderful)
3317
3318 2005-08-13 Raphael Neider <rneider AT web.de>
3319
3320         * device/lib/Makefile.in (port-specific-objects-pic16):
3321           revert to cp $(PORT)/bin/*.* $(PORTDIR)
3322         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
3323           dependency
3324         * device/lib/pic16/Makefile.rules: build subdirs before creating
3325           the library, removed builddir rule, create $(builddir) early in
3326           recurse rule, use empty recurse rule for leaf directories
3327         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
3328           mkdir errors (race condition), removed duplicate suffix "hex"
3329           from clean rules
3330         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
3331         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
3332           prevents mkdir -p from aborting on Alpha
3333
3334 2005-08-12 Raphael Neider <rneider AT web.de>
3335
3336         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
3337           db-statements in order to allow for arrays of pointers in code
3338           sections to be placed without interspersed 0-padding, fixes
3339           bug #1256215
3340         * (emitStatistics): fixed division by zero for pic18f1220
3341         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
3342           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
3343         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
3344         * (pic16_pCodeConstString): keep track of already emitted string
3345           literals to prevent "duplicate definitions of symbol _str_NR"
3346         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
3347           debug message
3348         * device/lib/Makefile.in: ignore failing PIC16 library builds
3349         * device/lib/pic16/Makefile: do not build if gputils are missing
3350         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
3351
3352 2005-08-10 Raphael Neider <rneider AT web.de>
3353
3354         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
3355           my last commit)
3356
3357 2005-08-10 Raphael Neider <rneider AT web.de>
3358
3359         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3360           Rokas' patch to add the new fixed point type "__fixed16x16"
3361         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3362           functions for __fixed16x16 arithmetics
3363         * device/lib/pic16: reimplemented the build system to support
3364           a separate build directory, better handling of libio (create
3365           the library in a separate subdir for each architecture) and
3366           easier configuration (centralized in Makefile.common)
3367
3368 2005-08-07 Raphael Neider <rneider AT web.de>
3369
3370         * src/pic16/gen.c (genrshTwo): fixed sign extension
3371         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3372         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3373           added T0CONbits
3374         * device/include/pic16/pic18f4220.h: NEW, header for
3375           pic18f4220 and pic18f4320
3376         * device/include/pic16/pic18fregs.h: added new devices,
3377           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3378         * device/include/pic16/signal.h: resolved name clashes
3379           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3380           to also allow testing for interrupt enable bits, added
3381           comments on how to use the macros
3382         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3383         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3384           register definitions for the devices
3385         * device/lib/pic16/pics.all: added new devices
3386         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3387           allocated memory
3388         * device/lib/pic16/libc/stdlib/memfree: do not count
3389           the block header as free memory
3390         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3391           simplified and added missing end-of-blocklist-marker
3392           (reported by Peter Onion, fixes #1252814)
3393         * (_mergeHeapBlock): fixed loop condition
3394         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3395           len==0, restructured code
3396         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3397           up a bit, reduced bitfield accesses, prevent endless loops
3398           in case of heap corruption
3399         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3400           "unreferenced arguments/must return a value" warnings
3401         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3402           replaced BAUDREG with SPBRG
3403         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3404           device/lib/pic16/debug/gstack/gstack.c: replaced
3405           _naked, _asm, _endasm with __naked, __asm, __endasm
3406
3407 2005-08-05 Raphael Neider <rneider AT web.de>
3408
3409         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3410           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3411
3412 2005-08-05 Borut Razem <borut.razem AT siol.net>
3413
3414         * device/lib/Makefile.in: added missing ';'
3415         * configure: removed ^M characters
3416
3417 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3418
3419         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3420           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3421           License
3422
3423 2005-08-04 Borut Razem <borut.razem AT siol.net>
3424
3425         * configure.in: pic16 libraries build 2nd try - enable running
3426           configure in device/lib/pic16
3427         * configure: regenerated from configure.in
3428         * device/lib/Makefile.in: create $(PORT)/bin directory
3429
3430 2005-08-03 Raphael Neider <rneider AT web.de>
3431
3432         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3433           to get/set values via pointers
3434         * (genUnpackBits,genPackBits): changed detection of
3435           ptr->bitfield vs. sym.bitfield, fixed access via generic
3436           pointers, removed dead (wrong) code for multibyte bitfields
3437         * (genNearPointerGet, genGenPointerGet): removed useless code,
3438           fixed bitfield detection, fixes #1250594
3439         * (genNearPointerSet): removed useless code
3440         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3441           and introduced macro pic16_emitpcode that conditionally emits
3442           the origin of the following pCode (useful for debugging SDCC)
3443         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3444         * (createDefmap): fixed handling of LFSR for --optimize-df
3445
3446 2005-08-02 Borut Razem <borut.razem AT siol.net>
3447
3448         * device/lib/Makefile.in: pic16 libraries build enabled since
3449           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3450
3451 2005-08-02 Raphael Neider <rneider AT web.de>
3452
3453         * src/pic16/gen.c (genPackBits): removed deprecated warning
3454         * (genGenPointerSet): fixed bitfield detection
3455
3456 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3457
3458         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3459
3460 2005-07-31 Raphael Neider <rneider AT web.de>
3461
3462         * device/lib/pic16/libdev/pic18f458.c,
3463           device/include/pic16/pic18f458.h: added missing T0CONbits
3464
3465 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3466
3467         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3468
3469 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3470
3471         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3472
3473 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3474
3475         * device/include/mcs51/at89c51ed2.h: added.
3476
3477 2005-07-23 Raphael Neider <rneider AT web.de>
3478
3479         * src/pic/gen.h: added emitpcode macro for debugging
3480         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3481           and replace by macro adding debug information on demand
3482         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3483         * (gencjne): tried to fix; replaced with correct (slower) code
3484         * (gen{Unp,P}ackBits): fixed single bit access
3485         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3486         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3487           previous instruction
3488         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3489           register has to be handled with care (forbidding movement
3490           of assignments/uses, removing assignments completely, ...)
3491         * (pCodeOptime2pCodes): make use of regIsSpecial
3492         * added lots of debugging output (commented out)
3493         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3494           from being reused as result UNLESS it is known to work
3495
3496 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3497
3498         * support/Util/dbuf.h: include <stddef.h> for size_t
3499         * .version: changed to version 2.5.2
3500
3501 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3502
3503         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3504
3505 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3506
3507         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3508           (genModOneByte): removed needless psha/pula
3509
3510 2005-07-22 Raphael Neider <rneider AT web.de>
3511
3512         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3513           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3514         * src/pic/gen.c (resolveIfx): do not "invent" labels
3515         * (genSkipc): changed to positive logic
3516         * (genSkipCond): removed as no longer needed
3517         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3518           backport from PIC16
3519         * (genLeftShift): check operands are in different registers
3520         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3521           INCF does not update CARRY...
3522         * src/pic/main.c: fixed _linkCmd
3523         * src/pic/pcode.c (unlinkpCode): added inactive code
3524         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3525           alive (do not assign result and operand overlapping registers)
3526
3527 2005-07-22 Raphael Neider <rneider AT web.de>
3528
3529         * src/pic/device.c (dump_sfr): replaced register declaration with
3530           call to emitSymbolToFile() to avoid duplicate symbols
3531         * (assignRelocatableRegisters): do not declare external symbols
3532         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3533           right (take size of type, not etype)
3534         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3535         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3536         * (packRegsForAccUse): disabled assignment of WREG as
3537           the result reg to prevent occurence of just fixed #1235003,
3538           fixes #1242954
3539         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3540           symbols (avoids duplicate symbols in .asm file)
3541         * (pic14emitRegularMap): use emitSymbolToFile()
3542         * src/pic/gen.c (aopOp): fixed spillLocation handling
3543         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3544         * (genDataPointerSet): removed unneccessary variables/output
3545
3546 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3547
3548         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3549         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3550
3551 2005-07-21 Raphael Neider <rneider AT web.de>
3552
3553         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3554           architecture cannot handle them efficiently, fixes bug #1235003
3555         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3556           check for empty sets before using them (fixes bug #1232190)
3557
3558 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3559
3560         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3561           (lnksect2): generate warnings for memory overlap
3562         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3563           constseg to set the name of these segments so you can instruct the linker
3564           to place them in banks
3565         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3566         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3567           added code_seg and const_seg to options
3568         * src/SDCCglue.c (emitMaps): use options.const_seg,
3569           (createInterruptVect): put interrupt vectors in segment HOME,
3570           (glue): put HOME before static segment and put the main glue in HOME,
3571           (glue): use options.code_seg
3572         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3573         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3574           these segments so you can instruct the linker to place them in banks
3575           (linkEdit): use code_loc for HOME segment which should be the first
3576           segment in code memory now
3577         * src/SDCCmem.c: fixed more stuff like bug 1238386
3578         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3579           (changePointer): don't change function pointers to code pointers for
3580           banked functions,
3581           (compareType): added exceptional check for banked function pointers
3582         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3583         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3584           after static in code memory
3585         * src/mcs51/gen.c: added aopLiteralLong prototype,
3586           (aopForSym): use getSize for functions,
3587           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3588           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3589           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3590           the segment,
3591           (genPcall): use call for literal function pointers and generate banked
3592           calls over the one trampoline so there's only one place for the user to
3593           modify according to his/hers hardware,
3594           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3595           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3596         * src/mcs51/main.c: added keyword banked,
3597           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3598         * support/Util/SDCCerr.c,
3599         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3600           needed for passing the bank and address to the trampoline
3601         * device/lib/mcs51/crtbank.asm: added for bankswitching
3602         * device/lib/mcs51/Makefile: added crtbank
3603
3604 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3605
3606         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3607           for fields at offset 0 of a struct or union as reported
3608           on 2005-07-07 in the developer mailing list.
3609
3610 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3611
3612         * src/SDCCmem.c: fixed bug 1238386
3613
3614 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3615
3616         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3617           (patch #1144962), added peephole 300, enabled 259.x
3618         * doc/sdccman.lyx: removed screenshot and provided link instead
3619
3620 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3621
3622         * doc/sdccman.lyx: added section about debugging with ddd
3623         * doc/figures/ddd_example.eps: screenshot of debugging session
3624
3625 2005-07-04 Raphael Neider <rneider AT web.de>
3626
3627         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3628           like CODE pointers, fixes #1115683
3629         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3630           call, fixes bugs #1232211, #1228110,
3631           fixed wrong casts to pCodeFlow from pCodeInstructions
3632
3633 2005-07-04 Raphael Neider <rneider AT web.de>
3634
3635         * src/pic/gen.c (popGet): changed assert to allow for
3636           bit operands
3637         * (popGetAddr): changed signature to provide
3638           an additional index, patched all call sites
3639         * (genCmpEq): handle literal-like operands correctly
3640         * (genAddrOf): added sanity checks on __code/__data pointers
3641         * (genAssign): added handling of symbols from __code section
3642         * (gencjne): do not generate code for comparisons whose result
3643           is neither stored nor used, fixes bug #1171114
3644         * (AccLsh, AccRsh): operate on operand instead of WREG
3645         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3646           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3647           by known count
3648         * rewrote complete shift-by-literal logic, commented unused
3649           functions out
3650         * (genConstPointerGet): get multiple bytes (if result size > 1),
3651           fixed handling of non-immediate addresses
3652         * (genPointerGet): handle CODE pointers like CONST pointers
3653         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3654         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3655           operand is to be treated as a literal or not
3656         * (mov2w,genPcall,genCmpEq),
3657           src/pic/genarith.c: use aop_isLitLike() to decide between
3658           literal/register contents
3659         * (addSign): added missing offset
3660         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3661           only emit comment in debug-mode,
3662           use {aop,op}_isLitLike throughout the file
3663         * src/pic/glue.c: fix initializers for pointers (work in progress)
3664         * src/pic/pcode.c (get_op): honor index on _const symbols
3665         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3666         * (dumppBlock): added pCode size estimation
3667         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3668           check for IS_SYMOP before OP_SYMBOL'ing
3669         * fixed indentation, compacted switch-statements
3670         * (allocReg): find free register and allocate it instead of
3671           allocating new registers all the time
3672         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3673           registers as its operands (necessary only for multibyte GETs)
3674
3675 2005-07-01 Raphael Neider <rneider AT web.de>
3676
3677         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3678           debugging .asm-output macros FENTRY + FEXIT
3679         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3680           way... I wonder...
3681         * (emitpComment): NEW, printf to pCode
3682         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3683           offset handling
3684         * (popGetAddr): NEW, variant of popGet to access an immediates
3685           high(er) bytes instead of the n'th byte of memory they reference,
3686           replaced popGet with popGetAddr where neccessary
3687         * (genDataPointerGet): reactivated and fixed implementation
3688         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3689           accesses
3690         * (genDataPointerSet): fixed multibyte assignments
3691         * (genpic14Code): fixed --i-code-in-asm handling
3692         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3693         * (genPlus): fixed index-out-of-bounds error
3694         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3695         * src/pic/ralloc.c: added debugging output macro FENTRY2
3696         * (spillThis): fixed indentation, enbraced for-body for clarity
3697         * (rematStr): commented out as now unused
3698         * (regTypeNum): commented out special spill case (overwrites
3699           arbitrary values)
3700         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3701
3702 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3703
3704         * doc/sdccman.lyx: documented sfr16/sfr32,
3705           added example for using storage class with function pointers
3706         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3707
3708 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3709
3710         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3711         * device/lib/_itoa.c,
3712         * device/lib/_ltoa.c: optimized codesize
3713         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3714           but don't know how to suppress the double warning.
3715         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3716         * support/Util/SDCCerr.c,
3717         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3718
3719 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3720
3721         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3722           fixed old K&R prototypes
3723         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3724         * device/lib/_gptrget.c,
3725         * device/lib/_gptrgetc.c,
3726         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3727           also new versions for small generic pointers and banked generic pointers
3728         * src/port.h: added const_name
3729         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3730         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3731         * src/SDCCcse.c (findPrevIc): check all associative operators
3732         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3733         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3734         * src/SDCCmem.c: updated comments,
3735           set far-space to 0 for pdata, results in optimized code
3736         * src/SDCCmem.h: added macro CONST_NAME
3737         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3738           moving the info into the highest bits, see also gptrget/gptrput
3739         * src/src.dsp: added sdcc.ico to project files
3740         * src/avr/gen.c (genCast): fixed bug 0x%d
3741         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3742         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3743           relation between ptr_type and DCL_TYPE,
3744           (genCast): fixed bug 0x%d
3745         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3746           (CODE)" for const_name
3747         * src/hc08/gen.c (genCast): fixed bug 0x%d
3748         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3749           (hc08_port): added "CONST (CODE)" for const_name
3750         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3751           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3752           between ptr_type and DCL_TYPE,
3753           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3754           operand* and took AOP() inside function so sfr-ness can be checked,
3755           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3756           new prototype,
3757           (genFunction, genEndFunction): optimized stack setup,
3758           (genMinus): optimized for literals with ending zeroes (in bytes),
3759           (genCast): fixed bug 0x%d
3760         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3761           (mcs51_port): added "CONST (CODE)" for const_name
3762         * src/mcs51/peeph.def: made rule 226 more generic
3763         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3764         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3765         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3766         * src/z80/main.c (z80_port): added NULL for const_name,
3767           (gbz80_port): added NULL for const_name
3768         * support/regression/tests/bug663539.c,
3769         * support/regression/tests/sfr16.c: new tests
3770
3771 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3772
3773         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3774
3775 2005-06-24 Raphael Neider <rneider AT web.de>
3776
3777         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3778           corrected typos...
3779         * device/include/pic16/signal.h: added USBIF
3780           and SIG_USB
3781
3782 2005-06-24 Raphael Neider <rneider AT web.de>
3783
3784         * device/lib/pic16/libdev/pic18f2455.c,
3785           device/include/pic16/pic18f2455.h: NEW
3786         * device/include/pic16/pic18fregs.h,
3787           device/lib/pic16/pics.all,
3788           src/pic16/device.c: added 18f2455
3789         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3790           device/include/pic16/{pic18f[68][567].h,usart.h}:
3791           replaced MULTIPLE_USARTS define with more relaible
3792           compatibility sfrs (for USART access)
3793
3794 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3795
3796         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3797           and the output asm file line is printed on two lines.
3798
3799 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3800
3801         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3802           BGT, BLE, BHI, and BLS instructions
3803         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3804           genCmpEq): removed
3805         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3806           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3807           fixes bug #1216342
3808         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3809
3810 2005-06-15 Raphael Neider <rneider AT web.de>
3811
3812         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3813         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3814         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3815           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3816           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3817
3818 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3819
3820         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3821           Marcel Telka in bug #1215704
3822
3823 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3824
3825         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3826           located in shared memory bank.
3827
3828 2005-05-31 Raphael Neider <rneider AT web.de>
3829
3830         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3831           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3832           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3833
3834 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3835
3836         * device/lib/_strncpy.c: fixed the fix
3837
3838 2005-05-26 Raphael Neider <rneider AT web.de>
3839
3840         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3841           initializers with \0, bug #1208187
3842         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3843           intializers with \0, bug #1208187
3844
3845 2005-05-26 Raphael Neider <rneider AT web.de>
3846
3847         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3848           initializers with \0, bug #1208187
3849         * src/pic16/main.c (_process_pragma): added sanity checks
3850           for stack position and size, emit warnings when appropriate
3851
3852 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3853
3854         * device/lib/_strncpy.c: fixed not filling with \0
3855
3856 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3857
3858         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3859           createFunction),
3860         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3861           compound_statement),
3862         * src/SDCCsymt.h,
3863         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3864
3865 2005-05-24 Raphael Neider <rneider AT web.de>
3866
3867         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3868
3869 2005-05-24 Raphael Neider <rneider AT web.de>
3870
3871         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3872           TRISE definitions, closes bug #1162453
3873
3874 2005-05-22 Raphael Neider <rneider AT web.de>
3875
3876         * src/pic16/main.c (_process_pragma): check for missing
3877           arguments to pragmas code and udata
3878         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3879           consistency fixes to match other headers (thanks to Jim Paris)
3880         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3881
3882 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3883
3884         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3885
3886 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3887
3888         * support/regression/tests/bug1198642.c: new test
3889         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3890         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3891         * support/scripts/resource.h,
3892         * support/scripts/resource.rc,
3893         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3894         * support/scripts/sdcc.ico: added 32x32 icon
3895
3896 2005-05-18 Raphael Neider <rneider AT web.de>
3897
3898         * device/lib/pic16/libdev/pic18f*.c,
3899         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3900           keywords to "__sfr" and "__at (X)"
3901         * device/include/pic16/pic18fregs.h: added pic18f4520
3902         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3903           #1203088 (MPLAB compatibility)
3904
3905 2005-05-17 Raphael Neider <rneider AT web.de>
3906
3907         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3908         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3909         * device/lib/pic16/pics.all: added new devices
3910         * src/pic16/device.c: added support for pic18f4520
3911
3912 2005-05-16 Raphael Neider <rneider AT web.de>
3913         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3914         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3915         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3916           convenience function for bit access
3917
3918 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3919
3920         * device/lib/printf_large.c: fixed bug 1193299
3921         * support/regression/tests/bug1057979.c: added test %3.3s
3922
3923 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3924
3925         * device/include/mcs51/8051.h,
3926         * device/include/mcs51/8052.h: made parseable with lint
3927         * device/include/mcs51/lint.h: added include file for (sp)lint
3928         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3929         * doc/cdbfileformat.lyx,
3930         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3931
3932 2005-05-14 Raphael Neider <rneider AT web.de>
3933
3934         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3935         * device/lib/pic16/libc/stdlib/itoa.c (new)
3936         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3937         * device/lib/pic16/libio/Makefile: exclude subdir according to
3938           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3939         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3940         * src/pic16/gen.c (genFunction): prevent annoying warning
3941         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3942           nameclashes on BeOS
3943         * support/cpp2/cppmain.c (cpp_output_string): new
3944         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3945           fixes bug 1116802
3946
3947 2005-05-13 Borut Razem <borut.razem AT siol.net>
3948
3949         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3950
3951 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3952
3953         * .version: changed to version 2.5.1; back to bleeding edge development
3954
3955 2005-05-11 Borut Razem <borut.razem AT siol.net>
3956
3957         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3958           generate PDF version 1.3 documents
3959
3960 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3961
3962         * .version: changed to version 2.5.0
3963
3964 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3965
3966         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3967
3968 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3969
3970         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3971         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3972         well as many smaller updates.
3973         * .version: changed to version 2.5.0-pre1
3974
3975 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3976
3977         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3978
3979 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3980
3981         * support/regression/tests/bug1185672.c: added
3982         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3983           bug 1185672
3984         * src/mcs51/gen.c (genCall): added comments, made it look safer
3985         * src/mcs51/gen.c (genEndFunction): simplified
3986
3987 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3988
3989         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3990
3991 2005-04-14 Borut Razem <borut.razem AT siol.net>
3992
3993         * fixed bug 1045046 - SIGSEGV with really simple code?:
3994           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3995           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3996
3997 2005-04-14 Borut Razem <borut.razem AT siol.net>
3998
3999         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
4000           src/pic16/device.h: temporarily disabled experimental #inline pragma
4001           for 2.5.0 release
4002
4003 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
4004
4005         * device/include/z80/stdio.h,
4006         * device/include/z80/string.h: removed these highly incomplete files so
4007           SDCC can use the default ones in device/include/
4008
4009 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4010
4011         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
4012         gcc warning.
4013         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
4014         fix sdcpp warnings.
4015
4016 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4017
4018         * device/include/malloc.h: removed redundant __reentrant prototypes
4019         * device/lib/_mullong.c: added working xstack variant in asm (C version
4020           doesn't pass regression tests)
4021         * device/lib/bpx.c: used __data and made bpx char for mcs51
4022         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
4023           (createFunction): fixed bug with xstackPtr
4024         * src/SDCCcse.c: corrected comments
4025         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
4026           (killDeadCode, eBBlockFromiCode): removed unused code
4027         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
4028           corrected comments
4029         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
4030           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
4031           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
4032           (genModOneByte): fixed warning in MSVC
4033         * src/mcs51/main.c (): added comments
4034         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
4035
4036 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4037
4038         * src/SDCCmain.c (linkEdit): oops, changed one line too many
4039
4040 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
4041
4042         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
4043
4044 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
4045
4046         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
4047         characters arrays of larger size than the declared one.
4048
4049 2005-04-10 Borut Razem <borut.razem AT siol.net>
4050
4051         * src/pic/gen.c (genInline),
4052           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
4053           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
4054           (findNextInstruction), (findPrevInstruction),
4055           (findInstructionUsingLabel),
4056           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
4057         * src/pic/pcode.c (findLabel): added missing '\n'
4058         * src/src.dsp: added SDCCdwarf2.c to the project
4059
4060 2005-04-09 Borut Razem <borut.razem AT siol.net>
4061
4062         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
4063
4064 2005-04-08 Raphael Neider <rneider AT web.de>
4065
4066         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
4067           into the chain after a given one) and mergeDefmapSymbols (combine
4068           defmap entries for each symbol per pcode)
4069         * (createDefmap): have defmap entries merged in the end
4070         * (defmapReplaceSymRef): split defmap entries covering two accesses to
4071           a symbol before replacing one access type's symbol, merge symbols in
4072           the end (replacement symbol might already have an entry)
4073         * (assignValnums): keep reference to written WREG intact
4074
4075 2005-04-08 Raphael Neider <rneider AT web.de>
4076
4077         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
4078           Alpha)
4079
4080 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
4081
4082         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
4083         bytes
4084
4085 2005-04-07 Raphael Neider <rneider AT web.de>
4086
4087         * device/include/pic16/usart.h: added compatibility defines for
4088           devices with more than one USART
4089         * device/include/pic16/pic18f[68][567]20.h: activated above defines
4090
4091 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4092
4093         * device/lib/Makefile.in: updated for port specific include
4094
4095 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4096
4097         * support/regression/ports/mcs51/spec.mk: added mcs51 include
4098
4099 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4100
4101         * device/include/8051.h,
4102         * device/include/8052.h,
4103         * device/include/at89S8252.h,
4104         * device/include/at89c55.h,
4105         * device/include/at89x051.h,
4106         * device/include/at89x51.h,
4107         * device/include/at89x52.h,
4108         * device/include/mcs51reg.h,
4109         * device/include/reg51.h,
4110         * device/include/reg764.h,
4111         * device/include/regc515c.h,
4112         * device/include/sab80515.h: (re)moved these 12 files
4113         * device/include/mcs51/8051.h,
4114         * device/include/mcs51/8052.h,
4115         * device/include/mcs51/at89S8252.h,
4116         * device/include/mcs51/at89c55.h,
4117         * device/include/mcs51/at89x051.h,
4118         * device/include/mcs51/at89x51.h,
4119         * device/include/mcs51/at89x52.h,
4120         * device/include/mcs51/mcs51reg.h,
4121         * device/include/mcs51/reg51.h,
4122         * device/include/mcs51/reg764.h,
4123         * device/include/mcs51/regc515c.h,
4124         * device/include/mcs51/sab80515.h: and added them here
4125
4126 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
4127
4128         * device/include/stdarg.h: changed SDCC specific keywords to double
4129           underlined form.
4130         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
4131           mcs51 and ds390.
4132         * device/include/hc08/mc68hc908gp32.h,
4133         * device/include/hc08/mc68hc908jb8.h,
4134         * device/include/hc08/mc68hc908jkjl.h,
4135         * device/include/hc08/mc68hc908qy.h: fixed comments
4136         * device/include/mcs51/README: updated
4137         * device/include/mcs51/c8051f120.h: added PINRSF
4138         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
4139         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
4140           amidst code. Also inline is not supported.
4141
4142 2005-04-06 Raphael Neider <rneider AT web.de>
4143
4144         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
4145         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
4146           callers stack/frame pointers
4147
4148 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
4149
4150         * device/include/pic16/usart.h: added, missing in previous commit,
4151         * device/include/pic16/adc.h: fixed typo,
4152         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
4153         commit,
4154         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
4155         <p18fxxx.inc>
4156         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
4157         uninitialized because a bug appears with gplink
4158         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
4159         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
4160         complains for unrecognised option
4161
4162 2005-04-05 Raphael Neider <rneider AT web.de>
4163
4164         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
4165           structs as well (using memcpy)
4166         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
4167           on ISRs (GOTO has no label)
4168         * src/pic16/device.h: added OF_OPTIMIZE_DF
4169         * src/pic16/main.c: added compiler switch --optimize-df to enable the
4170           new data flow analysis/optimization
4171         * src/pic16/pcode.c: added (prototypes for and implementation of)
4172           dataflow analysis functions, fixed pCodeInstructions' inCond and
4173           outCond values, made RCALL a branch instruction
4174         * (pic16_unlinkpCode): keep C line if possible
4175         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
4176           C line moved if possible
4177         * (pic16_getRegFrompCodeOp): NEW, improved version of...
4178         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
4179           to use new pic16_getRegFrompCodeOp (works for more SFRs)
4180         * (pic16_BuildFlow): fixed skip instructions with label (did not start
4181           new flow)
4182         * (pic16_getJumptabpCode): NEW, needed in...
4183         * (LinkFlow): fixed handling of jumptables, calls and conditional
4184           branches
4185         * (pic16_InsertCommentAfter): NEW
4186         * (pic16_pCodeReplace): made verbose and flow preserving
4187         * (AnalyzeFlow): added call to data flow analysis
4188         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
4189         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
4190         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
4191
4192 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4193
4194         * src/SDCCast.c (decorateType): fixed bug #1105626
4195
4196 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
4197
4198         * device/include/asm/pic16/features.h,
4199         * pic18f*.h headers,
4200         * device/include/pic16/adc.h,
4201         * device/include/pic16/delay.h,
4202         * device/include/pic16/i2c.h,
4203         * device/include/pic16/malloc.h,
4204         * device/include/pic16/stdio.h,
4205         * device/include/pic16/stdlib.h,
4206         * device/include/pic16/string.h,
4207         * device/lib/pic16/libc/stdio/printf_tiny.c,
4208         * device/lib/pic16/libc/stdio/printf_small.c,
4209         * device/lib/pic16/libc/stdio/strmgpsim.c,
4210         * device/lib/pic16/libc/stdio/strmmssp.c,
4211         * device/lib/pic16/libc/stdio/strmusart.c,
4212         * device/lib/pic16/libc/stdio/vfprintf.c,
4213         * device/lib/pic16/libc/stdlib/ltoa.c,
4214         * device/lib/pic16/libc/stdlib/putchar.c,
4215         * device/lib/pic16/libc/stdlib/x_ftoa.c,
4216         * device/lib/pic16/libc/stdlib/memchrpgm.c,
4217         * device/lib/pic16/libc/stdlib/memchrram.c,
4218         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
4219         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
4220         * device/lib/pic16/libio/adc/adcbusy.c,
4221         * device/lib/pic16/libio/adc/adcread.c,
4222         * device/lib/pic16/libio/adc/adcsetch.c,
4223         * device/lib/pic16/libio/usart/ubaud.c,
4224         * device/lib/pic16/libio/usart/ubusy.c,
4225         * device/lib/pic16/libio/usart/udrdy.c,
4226         * device/lib/pic16/libio/usart/uopen.c,
4227         * device/lib/pic16/libio/usart/uputc.c,
4228         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
4229         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
4230         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
4231         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
4232         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
4233         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
4234         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
4235         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
4236         specific keywords to double underlined form,
4237         * device/lib/pic16/libc/Makefile.rules,
4238         * device/lib/pic16/libsdcc/Makefile.rules,
4239         * device/lib/pic16/libm/Makefile,
4240         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
4241         to compile with C standard set in Makefile.common
4242         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
4243         rand.c and crc.c in compilation process,
4244         * device/lib/pic16/libsdcc/int/divuint.c,
4245         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
4246         `c' from signed to unsigned,
4247         * device/lib/pic16/startup/crt0.c,
4248         * device/lib/pic16/startup/crt0i.c,
4249         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
4250         keywords to double underlined form, bug fixes in _do_cinit function
4251         which prevented the correct initialization of the .idata segment,
4252         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
4253         core to enter a infinite loop
4254         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
4255
4256 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4257
4258         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
4259
4260 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4261
4262         * device/include/Makefile.in: add support for hc08 subdirectory
4263         * device/include/hc08/: new subdirectory
4264         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
4265         Lucas Loizaga, thanks!
4266         * device/include/hc08/mc68hc908qy.h,
4267         * device/include/hc08/mc68hc908gp32.h,
4268         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
4269         their own directory. Changed internal macro names to use the compiler
4270         reserved namespace. Changed SDCC specific keywords to double
4271         underlined form.
4272         * device/include/math.h,
4273         * device/include/malloc.h,
4274         * device/include/stdarg.h,
4275         * device/include/stdbool.h
4276         * device/include/string.h,
4277         * device/include/tinibios.h,
4278         * device/include/ds400rom.h,
4279         * device/include/8051.h,
4280         * device/include/8052.h,
4281         * device/include/80c51xa.h,
4282         * device/include/at89c55.h,
4283         * device/include/at89S8252.h,
4284         * device/include/at89x51.h,
4285         * device/include/at89x52.h,
4286         * device/include/ds80c390.h,
4287         * device/include/reg764.h,
4288         * device/include/regc515c.h,
4289         * device/include/sab80515.h,
4290         * device/include/mcs51/c8051f000.h,
4291         * device/include/mcs51/c8051f018.h,
4292         * device/include/mcs51/c8051f020.h,
4293         * device/include/mcs51/c8051f040.h,
4294         * device/include/mcs51/c8051f060.h,
4295         * device/include/mcs51/c8051f120.h,
4296         * device/include/mcs51/c8051f300.h,
4297         * device/include/mcs51/c8051f310.h,
4298         * device/include/mcs51/c8051f320.h,
4299         * device/include/mcs51/c8051f330.h,
4300         * device/include/mcs51/c8051f350.h,
4301         * device/include/z180.h: Changed SDCC specific keywords to double
4302         underlined form.
4303
4304 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
4305
4306         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
4307         18F4455,
4308         * (pic16_assignConfigWordValue): disable testing of configuration
4309         register value with config mask,
4310         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
4311         function with port->fun_prefix,
4312         * (genFunction): when generating a naked interrupt function never
4313         create an absolute segment placed in interrupt vector address, place
4314         the actual interrupt function at IVA instead, when an interrupt
4315         function is generated with unspecified interrupt then do not create
4316         the absolute section,
4317         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
4318         code for generating a call to generic pointer get/put function with
4319         a call to function pic16_callGenericPointer(),
4320         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
4321         the call to the generic pointer get/put functions with prefixing the
4322         function name with port->fun_prefix,
4323         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
4324         * src/pic16/main.c (_process_pragma): prefix function with
4325         port->fun_prefix,
4326         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
4327         calling assembler, old 18Fxxxx macro is deprecated,
4328         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
4329         PC_ASMDIR in while condition,
4330         * (findInstruction): add PC_ASMDIR in while condition,
4331         * (buildCallTree): prefix main with port->fun_prefix,
4332         * (pic16_pCode2str): fixed bug that didn't emit the memory access
4333         identifier for variable with banked access in instructions BTFSS,
4334         BTFSC, BCF, BSF, BTG
4335         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
4336         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
4337         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
4338         perform optimization when enviroment variable NO_REG_OPT is set,
4339         * (insideLRBlock): NEW, return 1 if register is inside an
4340         INF_LOCALREGS block,
4341         * (RemoveRegFromLRBlock): remove a register that is completely
4342         eliminated by register optimization, but it is still left in local
4343         register store/restore in/from stack block,
4344         * (Remove2pcodes): after removing register, check to see if it
4345         should be removed from local register store/restore in/from stack
4346         block,
4347         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
4348         DUMMY_READ_VOLATILE,
4349
4350         * device/include/pic16/adc.h: minor prototype modifications and
4351         update,
4352         * device/include/pic16/malloc.h: added GPL notice various
4353         modifications,
4354         * device/include/pic16/stdint.h: NEW, standard header for ints
4355         * device/include/pic16/delay.h: NEW, header for delay functions,
4356         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4357         delay1mtcy,
4358         * device/include/pic16/signal.h: NEW, header providing helper macros
4359         for implementing signal handlers,
4360         * device/include/pic16/stdio.h: added prototypes for functions,
4361         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4362         prototypes for stdin and stdout, added macro PUTCHAR to
4363         automatically implement putchar function prototype,
4364         * device/include/pic16/usart.h: modified and updated USART library,
4365         * device/lib/pic16/libio/adc/,
4366         * device/lib/pic16/libio/i2c: some modifications to improve library
4367         performance,
4368         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4369         family of functions,
4370         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4371         family of functions and other sources,
4372         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4373         of the PIC18Fxx[28] devices,
4374         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4375         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4376         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4377         _do_cinit function, because the previous failed when local variables
4378         where not placed in the same memory bank,
4379         * device/lib/pic16/libsdcc/char/: various modifications to improve
4380         library performance,
4381         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4382         information on the new functions of the c library and more...
4383
4384 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4385
4386         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4387
4388 2005-03-26 Raphael Neider <rneider AT web.de>
4389
4390         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4391           if condition == CARRY)
4392         * (genCmp): adapted to new genSkipc semantics
4393         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4394           on rIfx (genCmp was broken)
4395
4396 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4397
4398         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4399         * src/z80/main.c (_keywords[]),
4400         * src/SDCCglobal.h (struct options),
4401         * src/SDCC.y,
4402         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4403         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4404         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4405         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4406         always available in leading double underscore form. The C99 support is
4407         mostly missing, but it's a start.
4408         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4409         reserved identifier "__data".
4410
4411 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4412
4413         * src/mcs51/peeph.def: fixed bug 1170013
4414
4415 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4416
4417         * device/include/mcs51reg.h: fixed bug 842007
4418
4419 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4420
4421         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4422         last time.
4423
4424 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4425
4426         * src/port.h (struct PORT),
4427         * src/avr/ralloc.c (avr_assignRegisters),
4428         * src/avr/main.c,
4429         * src/ds390/ralloc.c (ds390_assignRegisters),
4430         * src/ds390/main.c,
4431         * src/hc08/ralloc.c (hc08_assignRegisters),
4432         * src/hc08/main.c,
4433         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4434         * src/mcs51/main.c,
4435         * src/pic/ralloc.c (pic14_assignRegisters),
4436         * src/pic/main.c,
4437         * src/pic16/ralloc.c (pic16_assignRegisters),
4438         * src/pic16/main.c,
4439         * src/xa51/ralloc.c (xa51_assignRegisters),
4440         * src/xa51/main.c,
4441         * src/z80/ralloc.c (z80_assignRegisters),
4442         * src/z80/ralloc.h,
4443         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4444         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4445         * src/SDCCcse.h,
4446         * src/SDCCdflow.c (computeDataFlow),
4447         * src/SDCCdflow.h,
4448         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4449         * src/SDCCloop.h,
4450         * src/SDCCcflow.c (*),
4451         * src/SDCCcflow.h,
4452         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4453         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4454         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4455         immedDom() returning wrong block; probably fixes bug #1160833)
4456
4457 2005-03-20 Borut Razem <borut.razem AT siol.net>
4458
4459         * support/scripts/inc2h.pl: WIN32 port
4460
4461 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4462
4463         * device/lib/makefile.in: added abs.c and labs.c
4464
4465 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4466
4467         * device/include/stdint.h: added
4468         * device/lib/abs.c: added
4469         * device/lib/labs.c: added
4470         * device/include/stdlib.h: added abs() and labs() prototypes
4471         * device/lib/libsdcc.lib: added abs and labs
4472         * device/include/float.h,
4473         * device/lib/_fsmul.c,
4474         * device/lib/printf_fast.c,
4475         * device/lib/printf_tiny.c: updated comments
4476
4477 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4478
4479         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4480         bug #1164313
4481
4482 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4483
4484         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4485         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4486
4487 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4488
4489         * device/lib/printf_large.c: removed inline assembly for portability and
4490           readability. Use printf_fast if speed or size are more important.
4491         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4492         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4493
4494 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4495
4496         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4497         prevent compiler warning
4498
4499 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4500
4501         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4502         moved to level 0 and declared as static. Also they are explicit
4503         placed in access bank. This was necessery because some times they
4504         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4505         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4506         optimizations. Currently only compare to unsigned char is implemented,
4507         * src/pic16/gen.c: added fReturnIdx array,
4508         * (struct resolvedIfx) is moved to gen.h and made public,
4509         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4510         * (aopForSym): added an optimization to directly store in stack of
4511         the operand of a SEND iCode,
4512         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4513         but as registers instead (AOP_REG) using the fReturnIdx array,
4514         * (pic16_freeAsmop): remove the freed register from the
4515         _G.sregsAlloc field,
4516         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4517         a compare of 'WREG',
4518         * (pic16_popGetTempRegCond): changed function prototype, now
4519         function takes also a bitVector argument v which holds the current
4520         set of registers that are allocated for stack access by aopForSym,
4521         registers allocated in aopForSym for accessing stack symbols are not
4522         any more part of the functions usedRegs field,
4523         * (genCall): some times aopOp is called for a stack variable to be
4524         send, aopForSym might perform the push, if this is true make sure
4525         that genCall doesn't push the variable twice by testing _G.resDirect,
4526         * (genFunction): changed testing for unspecified interrupt number
4527         from 256 to INTNO_UNSPEC,
4528         * modified selection scheme of frame pointer generation. Previously
4529         if function did use local registers a frame pointer was generated,
4530         now a frame pointer is generated only if function has arguments
4531         (that need PLUSW2 register access), or has stack arguments, or the
4532         compiler is not instructed to omit the frame pointer,
4533         * (genEndFunction): before restoring local registers that were saved
4534         in the function preamble, also restore the registers that *might*
4535         have been allocated for stack access,
4536         * (genRet): removed some old comments,
4537         * (genCmp, the active (RN's) version): added a call to the
4538         pic16_genCmp_special function to perform the compare with a more
4539         robust and optimized way,
4540         * (genInline): a feature has been added in inline code generation,
4541         which allows a wildcard variable substitution when writing inline
4542         assembly. Code is incomplete and experimental therefore undocumented,
4543         * (genCast): changed order of aopOp for result and right to allow
4544         aopForSym to directly load the result if possible,
4545         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4546         perform an optimized compare on some selected special occasions,
4547         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4548         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4549         generate an IVT any more,
4550         * src/pic16/main.c (pic16_optionsTable): added command line option
4551         --optimize-cmp,
4552         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4553         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4554         macros,
4555         * src/pic16/NOTES: Raphael Neider added in list of active developers
4556         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4557         jumptable_end to prevent bug #,
4558         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4559         inCond and outCond fields,
4560         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4561         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4562         turn off register spilling,
4563         * (packRegsForOneUse): synced with other ports' versions although it
4564         is not used currently,
4565         * (pic16_packRegisters): added an optimization while reading
4566         structure bitfields, some registers may be saved (malloc code is
4567         decreased by 80 bytes)
4568
4569 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4570
4571         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4572         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4573         this can be optimized more?
4574
4575 2005-03-10 Raphael Neider <rneider AT web.de>
4576
4577         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4578           genNearPointerGet): (hopefully) fixed access to bitfields via
4579           pointers (p->bitN = x; and x = p->bitN; failed)
4580
4581 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4582
4583         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4584
4585 2005-03-09 Raphael Neider <rneider AT web.de>
4586
4587         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4588
4589 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4590
4591         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4592         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4593           (regTypeNum): set REG_BIT type if necessary
4594         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4595         * support/regression/tests/critical.c: check bug 1144613
4596
4597 2005-03-02 Raphael Neider <rneider AT web.de>
4598
4599         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4600
4601 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4602
4603         * src/avr/ralloc.c (serialRegAssign),
4604         * src/ds390/ralloc.c (serialRegAssign),
4605         * src/hc08/ralloc.c (serialRegAssign),
4606         * src/mcs51/ralloc.c (serialRegAssign),
4607         * src/pic/ralloc.c (serialRegAssign),
4608         * src/pic16/ralloc.c (serialRegAssign),
4609         * src/xa51/ralloc.c (serialRegAssign),
4610         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4611
4612 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4613
4614         * src/SDCCast.c (decorateType): fixed bug 1124787
4615
4616 2005-02-20 Hubert Sack <sack AT digiplan.de>
4617         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4618
4619         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4620         patch #1121755
4621
4622 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4623
4624         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4625         to keep the correct label reference count when adding/removing references
4626         to labels. A peephole file using this is appended to patch #1144962.
4627
4628 2005-02-14 Raphael Neider <rneider AT web.de>
4629
4630         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4631         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4632         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4633           retrievals of result operand's value on assignment
4634
4635 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4636
4637         * device/include/pic16/string.h: modified prototype for memccpy()
4638         to memccpy(void *, void *, char, size_t)
4639         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4640         check whether to omit frame pointer or not,
4641         * (genInline): convert all occurences of "\n" to LF in inline
4642         assembler blocks, this helps formatting the inline text,
4643         * (pic16_loadFSR0): modified prototype,
4644         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4645         removed some 8051 legacy code,
4646         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4647         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4648         before allocating temporary registers in functions,
4649
4650 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4651
4652         * support/regression/tests/bitvars.c: corrected the "fix"
4653
4654 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4655
4656         * support/regression/tests/bitvars.c,
4657         * support/regression/tests/bitwise.c,
4658         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4659
4660 2005-02-10 Raphael Neider <rneider AT web.de>
4661
4662         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4663           different size for Alpha
4664         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4665
4666 2005-02-09 Raphael Neider <rneider AT web.de>
4667
4668         * src/SDCC.lex(doPragma) : save and restore warning options as well
4669           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4670         * have #pragma less_pedantic set the errorlevel to WARNING
4671           (fixes #1117001)
4672         * (cloneOptimize) : fixed wrong malloc's size
4673         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4674           facilitate correct handling of #pragma (save|restore)
4675
4676 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4677
4678         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4679
4680 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4681
4682         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4683
4684 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4685
4686         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4687
4688 2005-02-02 Raphael Neider <rneider AT web.de>
4689
4690         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4691         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4692         * (pic16_storeForReturn): fixed to allow returning function pointers
4693         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4694         * device/include/pic16/{stddef.h,stdbool.h}: added
4695
4696 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4697
4698         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4699
4700 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4701
4702         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4703         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4704          appeared to be required
4705
4706 2005-01-31 Borut Razem <borut.razem AT siol.net>
4707
4708         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4709           include/mcs51 and include/z80 directories to the package
4710
4711 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4712
4713         * src/hc08/gen.c (genFunction): fixed bug #1112752
4714
4715 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4716
4717         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4718
4719 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4720
4721         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4722
4723 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4724
4725         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4726
4727 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4728
4729         * device/include/c8051fxxx.h: removed these 6 files
4730         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4731
4732 2005-01-26 Raphael Neider <rneider AT web.de>
4733
4734         * src/pic16/gen.c (genAssign): fixed assignment from longs
4735           in codespace (were cut to three bytes)
4736         * (genDummyRead): implemented (except for CODESPACE...),
4737           fixed bug #1108575
4738         * src/pic16/glue.c (emitStatistics): beautified
4739         * device/lib/pic16/libm/Makefile: added include path
4740
4741 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4742
4743         * src/z80/gen.c (aopPut): fixed bug #1103902
4744
4745 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4746
4747         * device/lib/expf.c: fixed bug #1095792
4748
4749 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4750
4751         * device/lib/pic16/libm: added Math library sources
4752
4753 2005-01-24 Raphael Neider <rneider AT web.de>
4754
4755         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4756           to enable upcast to pCodeOpReg2 (there is no type tag to
4757           differenciate the two and pic16_popGet2p cast into PCOR2)
4758         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4759           (sizeof(sectNames) changed to sizeof(sectName))
4760           Both patches fix segfaults under MinGW.
4761
4762 2005-01-23 Raphael Neider <rneider AT web.de>
4763
4764         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4765           Safe_[mc]?alloc()'ed variables
4766         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4767           of (byte sized) temporaries (assign them to WREG for now)
4768         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4769           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4770           this might fix SIGSEGVs on MinGW...
4771         * src/SDCCopt.c (killDeadCode): restored original behaviour
4772           (volatile operands might get thrown away though)
4773
4774 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4775
4776         * src/pic16/gen.c: fixed bug #1106975,
4777         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4778         pointer update, INTCON is saved, global interrupts are disabled and
4779         restored after updateing TOS.
4780         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4781         * added function attribute 'shadowregs' to take advantage of shadow
4782         registers,
4783         * added function attribute 'wparam' as an alternative to the wparam
4784         pragma,
4785         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4786         user declares a non-ISR function as 'shadowregs',
4787         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4788
4789 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4790
4791         * .version: bumped version number to 2.4.8
4792         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4793         pic16 port,
4794         * device/lib/pic16/libio/i2c/: I2C module support library,
4795         * device/include/pic16/i2c.h: I2C support library header,
4796         * device/lib/pic16/libc/stdio/: standard IO support sources,
4797         * (printf_small.c): printf_small() source, supports float print,
4798         * (printf_tiny.c): printf_tiny() source, does not support floats,
4799         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4800         enable global optimizations for entire library source, other
4801         Makefiles in the source tree are also modified to reflect this,
4802         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4803         function,
4804         * doc/sdccman.lyx: updated to reflect new changes,
4805         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4806         sym->onStack if-case,
4807         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4808         sbit, idata, _idata, xdata, _xdata,
4809         * added pragma library, to link an external library, (see doc),
4810         * removed command line options, --pomit-config-words, --pomit-ivt,
4811         --pleave-reset-vector,
4812         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4813         when calling assembler to reflect memory model used, also define
4814         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4815         reflect stack model used,
4816         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4817         on stack return NULL,
4818
4819 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4820
4821         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4822           of the operands is volatile. Fixes #1020220
4823
4824 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4825
4826         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4827         * (OptimizeRegUsage): make sure that there is really no other flow where
4828           the first pCode is used
4829
4830 2005-01-22 Raphael Neider <rneider AT web.de>
4831
4832         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4833           to fix #1106967 (pCode->seq are not set up correctly)
4834
4835 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4836
4837         * src/SDCCglue.c (glue): make sure code area is declared before the
4838         static initialization area.
4839
4840 2005-01-21 Raphael Neider <rneider AT web.de>
4841
4842         * device/lib/Makefile.in: fixed test for pic16 install dir
4843         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4844           optimizations
4845         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4846           added --optimize-goto compiler switch and pragma wparam documentation
4847         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4848         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4849           and PRODH closing bug #1071770 (peephole optimizer)
4850
4851 2005-01-19 Raphael Neider <rneider AT web.de>
4852
4853         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4854           cmdLine buffers (used when calling sdcpp...) are large enough
4855           (MAX_PATH=256 truncates arguments leading to system halts when
4856           used in MinGW...)
4857         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4858         * (genUminus): rewritten to for efficiency
4859         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4860           used uninitialized in some cases)
4861         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4862           copy the third byte from the int -- now assumes 0x80 (data memory)
4863         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4864           operands (genAddLit expects the iCode's operands to swapped as
4865           well), fixed leftover bytes (crashed for short left operands)
4866         * (pic16_genMinusDec): performance improvements, removed false
4867           PIC14 emitSKPNCs
4868         * (pic16_genMinus): fixed to cope with differently sized operands
4869         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4870           for --obanksel > 1
4871         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4872         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4873           new banksel optimization
4874         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4875           analysis for temporary registers (segfaults...)
4876         * src/pic16/peeph.def: added rule
4877
4878 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4879
4880         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4881         which converts a float number to its ASCII representation
4882         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4883         functions to convert the fractional and integer part of a float to ASCII,
4884         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4885         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4886         ram
4887         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4888         _STATMEM macros,
4889         * device/include/pic16/adc.h: added GPL info,
4890         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4891         a pCodeOp as tested operand,
4892         * (genNearPointerGet): optimized bit testing, does not use
4893         intermediate register for bit value, test directly instead with
4894         BTFSS, BTFSC, works only for single bits,
4895         * (genpic16Code): dump the name of the iCode in the asm,
4896         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4897         renamed to pic16_decodeOp,
4898         * (serialRegAssign): do not allocate a temporary register for iCode
4899         sequences that test a single bit for 1/0
4900
4901 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4902
4903         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4904         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4905         access stack and frame pointers. They are initially assigned to
4906         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4907         accessing SFRs. Updated all occurences of modification of stack or
4908         frame pointer in gen.c and pcode.c,
4909         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4910         assigning of a literal value to pointers,
4911         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4912         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4913         selected
4914
4915 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4916
4917         * doc/sdccman.lyx: update documentation about stack pragma, added
4918         some info for stack memory models
4919
4920 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4921
4922         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4923
4924 2005-01-08 Raphael Neider <rneider AT web.de>
4925
4926         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4927           udata sections to fix bug #1097823
4928
4929 2005-01-05 Raphael Neider <rneider AT web.de>
4930
4931         * src/pic16/gen.c (genGenericShift): added handling of differently
4932           sized left operand and result
4933
4934 2005-01-04 Raphael Neider <rneider AT web.de>
4935
4936         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4937         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4938           to hold the condition bit)
4939         * added new version of genCmp (old code available via #define)
4940         * added new version of genShiftLeft/genShiftRight in a generic
4941           way, now supports shifting by negative values
4942         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4943           shiftCount (expected by genGenericShift)
4944         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4945         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4946           dump
4947         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4948           is an invalid literal too...)
4949
4950 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4951
4952         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4953         from Raphael Neider,
4954         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4955         for 8-bit literals. This fixes some literal operands which are sign
4956         extended to 16-bits ints when instruction needs only 8-bits.
4957
4958 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4959
4960         * device/lib/logf.c: added mcs51 assembly version
4961         * device/lib/expf.c: added mcs51 assembly version
4962         * device/lib/_logexpf.c: new shared asm code for expf and logf
4963         * device/include/math.h: add defines for assembly math library
4964         * device/lib/Makefile.in: build new _logexpf.c
4965         * device/lib/libfloat.lib: use new _logexpf.c
4966
4967 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4968
4969         * src/pic/device.c
4970         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4971           device types which have less than 0x7f registers.
4972
4973 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4974
4975         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4976
4977 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4978
4979         * device/lib/printf_fast.c: only build on supported arch.
4980         * device/lib/printf_tiny.c: only build on supported arch.
4981         * device/lib/printf_fast_f.c: only build if asm float lib
4982         * device/lib/_fsget1arg.c: only build if asm float lib
4983         * device/lib/_fsget2args.c: only build if asm float lib
4984         * device/lib/_fsnormalize.c: only build if asm float lib
4985         * device/lib/_fsreturnval.c: only build if asm float lib
4986         * device/lib/_fsrshift.c: only build if asm float lib
4987         * device/lib/_fsswapargs.c: only build if asm float lib
4988         * device/include/stdio.h: don't provide print_fast,
4989           print_fast_f, print_tiny prototypes if --xstack used
4990
4991 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4992
4993         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4994         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4995           to the SOURCES
4996
4997 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4998
4999         * device/lib/printf_fast_f.c: same as printf_fast, but
5000           with floating point enabled
5001         * device/lib/printf_fast.c: minor tweaks
5002         * device/include/stdio.h: add printf_fast_f
5003
5004 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5005
5006         * src/SDCCmain.c: make --float-reent default for mcs51
5007         * device/lib/_fsadd.c: added mcs51 assembly version
5008         * device/lib/_fssub.c: added mcs51 assembly version
5009         * device/lib/_fsmul.c: added mcs51 assembly version
5010         * device/lib/_fsdiv.c: added mcs51 assembly version
5011         * device/lib/_fseq.c: added mcs51 assembly version
5012         * device/lib/_fsneq.c: added mcs51 assembly version
5013         * device/lib/_fsgt.c: added mcs51 assembly version
5014         * device/lib/_fslt.c: added mcs51 assembly version
5015         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
5016         * device/lib/Makefile.in: add _fscmp to build
5017         * device/lib/libfloat.lib: add _fscmp to build
5018
5019 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5020
5021         * device/lib/_fs2slong.c: added mcs51 assembly version
5022         * device/lib/_fs2sint.c: added mcs51 assembly version
5023         * device/lib/_fs2schar.c: added mcs51 assembly version
5024         * device/lib/_fs2ulong.c: added mcs51 assembly version
5025         * device/lib/_fs2uint.c: added mcs51 assembly version
5026         * device/lib/_fs2uchar.c: added mcs51 assembly version
5027         * device/lib/_slong2fs.c: added mcs51 assembly version
5028         * device/lib/_sint2fs.c: added mcs51 assembly version
5029         * device/lib/_schar2fs.c: added mcs51 assembly version
5030         * device/lib/_ulong2fs.c: added mcs51 assembly version
5031         * device/lib/_uint2fs.c: added mcs51 assembly version
5032         * device/lib/_uchar2fs.c: added mcs51 assembly version
5033         * device/include/float.h: added #define to select asm vs c
5034
5035 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
5036
5037         * device/lib/printf_fast.c: improvements to float output
5038         * device/include/float.h: add defines for assembly float library
5039         * device/lib/_fsget1arg.c: receive 1 float arg
5040         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
5041         * device/lib/_fsnormalize.c: normalize a float
5042         * device/lib/_fsreturnval.c: return float, various helper routines
5043         * device/lib/_fsrshift.c: right shift a float's mantissa
5044         * device/lib/_fsswapargs.c: swap 2 floats
5045         * device/lib/Makefile.in: build these 6 new files for mcs51
5046         * device/lib/libfloat.lib: add these 6 files to the library
5047
5048 2004-12-26 Borut Razem <borut.razem AT siol.net>
5049
5050         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
5051           built by gcc 3.4.2
5052
5053 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
5054
5055         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
5056           and fully reentrant and register bank neutral.
5057         * device/lib/printf_fast.c: added float (not enabled by default),
5058           added compact/slower integer (also not enabled by default),
5059           improved size/speed of fast integer code, other minor changes
5060         * device/include/stdio.h, device/lib/Makefile.in,
5061           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
5062
5063 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
5064
5065         * src/pic16/pcode.c: declaring variables other than at the start of a
5066           block is not supported in C by VC6.
5067
5068 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
5069
5070         * applied a previous patch from Raphael Neider that wasn't included
5071         in the previous commits, which fixes infinite loops within jumptable
5072         improvements,
5073         * made some fixes that previous patches introduced
5074
5075 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
5076
5077         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
5078         that fixes an issue with AOP_PCODE asmop's offset,
5079         * (pic16_popCopyReg): update instance field too,
5080         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
5081         function of pic port,
5082         * (genCmp, genAnd, genAssign),
5083         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
5084
5085 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
5086
5087         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
5088         variables initial values to idata section,
5089         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
5090         variables in some functions. This utilizes parmBytes field of iCode
5091         structure to hold the offset of the variable in stack. (might be
5092         able to use the stack field too?)
5093         * applied patch from Raphael Neider # ### , # ###
5094         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
5095         variable initial values in idata section,
5096         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
5097         for static variables with initial value
5098         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
5099         applied fix in while loop from Raphael Neider.
5100
5101 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
5102
5103         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
5104         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
5105         * src/ds390/ralloc.c (serialRegAssign): spill bits
5106         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
5107         * support/Util/SDCCerr.c,
5108         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
5109         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
5110         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
5111
5112 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
5113
5114         * device/include/sdcc-lib.h: inserted LGPL, added includes
5115           asm/ds390/features.h and asm/mcs51/features.h
5116         * device/include/asm/default/features.h,
5117         * device/include/asm/gbz80/features.h,
5118         * device/include/asm/z80/features.h: added empty _AUTOMEM
5119           and _STATMEM
5120         * device/include/asm/ds390/features.h,
5121         * device/include/asm/mcs51/features.h: added files with defines for
5122           _AUTOMEM and _STATMEM indicating automatic and static storage class
5123         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
5124         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
5125         * src/SDCCicode.c (geniCodeCast),
5126         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
5127         * src/SDCCloop.c (loopInduction): removed unused variable lr
5128         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
5129           to convertToFcall to include char modulo (RFE 1065037), added check
5130           if left operand is unsigned and use abs of literal value
5131         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
5132           as it doesn't work after conversion from peephole.def to peephole.rul
5133         * src/mcs51/gen.c (toBoolean): added check for size,
5134           (genModOneByte): optimized code for signed char modulo a literal
5135           power of 2 (thanks to Hubert Sack),
5136           (genRRC): removed unnecessary "clr c",
5137           (genRLC): replaced "add a,acc" with cheaper "rlc a"
5138         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
5139           jump optimization,
5140           swapped rules 256.c and 256.d,
5141           extended 256.d by using new multiple checks (thanks Erik),
5142           added rules 256.e and 256.f,
5143           updated rule 261.a and 261.b to new generated code
5144         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
5145
5146 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5147
5148         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
5149           induction related bugs, including first part of bug #1074377
5150
5151 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
5152
5153         * applied patch from bug-report #1076292,
5154         * applied patches for genAnd and Goto-optimizations for Raphael
5155         Neider,
5156         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
5157         dump a less iCode information,
5158         * src/pic16/device.h (pic16_options_t): added field debgen,
5159         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
5160         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
5161         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
5162         puclic,
5163         * (various functions): added macros FENTRY and FENTRY2 to functions,
5164         to emit function prologue,
5165         * (various functions): fixed indentation,
5166         * (genNearPointerGet): fixed loading of FSR0,
5167         * (genPackBits): applied patch from Raphael Neider to fix updating
5168         of FSR0 and touching only the modified bits,
5169         * src/pic16/genarith.c (various functions): added macros FENTRY to
5170         emit function prologue in comments,
5171         * src/pic16/pcode.h: added functions debugf2, debugf3,
5172         * src/pic16/ralloc.c: partial fix for packForPush caused
5173         segmentation fault,
5174
5175 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5176
5177         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
5178           <stsp AT users.sourceforge.net> with reversed byte order
5179         * support/regression/tests/rotate.c: added (ds390 skips some tests)
5180
5181 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5182
5183         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
5184           bug #1074377
5185         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
5186         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
5187
5188 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5189
5190         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
5191
5192 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5193
5194         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
5195           conditions,
5196           (setFromConditionArgs): friendly operand parser for peephole rules,
5197           (operandBaseName, operandsNotRelated): new peephole condition
5198           "operandsNotRelated" -- similar to "operandsNotSame", but takes
5199           architecture specific register naming into account, handles n-way
5200           comparisons, and supports quoted literals
5201         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
5202
5203 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5204
5205         * src/mcs51/peeph.def: fixed bug #1076940
5206
5207 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5208
5209         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
5210
5211 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5212
5213         Adding support for replacing ljmps with sjmps in jumptables
5214         generated for switch statements. For now you need to set the
5215         environment variable SDCC_SJMP_JUMPTABLE to enable this.
5216         Now 4 algorithms for mcs51 jumptable generation are used:
5217         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
5218         addresses loaded pc-relative for up to 112 cases and stack-pushing
5219         target addresses loaded with offset from dptr for up to 256 cases.
5220
5221         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
5222         * src/mcs51/main.c: adapted constants for switch table generation
5223         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
5224
5225 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
5226
5227         * device/lib/printf_large.c (_print_format): fixed bug 1073386
5228         * support/regression/tests/bug1057979.c: added test for bug 1073386
5229
5230 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5231
5232         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
5233         compilers
5234
5235 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5236
5237         * src/pic16/device.h,
5238         * src/pic16/genarith.c,
5239         * src/pic16/glue.c,
5240         * src/pic16/main.c,
5241         * src/pic16/pcode.c: applied patches #1068154 and #1070213
5242
5243 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
5244
5245         Large cummulative patch for pic16 port.
5246         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
5247         to call when a stack overflow occurs,
5248         * (malloc.h): added CVS Id tag,
5249         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
5250         variable,
5251         * added libc directory. The current version of LibC contains string
5252         functions, ctype functions and macros and some functions of the
5253         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
5254         be extensively tested in the future. Standard disclaimer here.
5255         Library is not automatically build yet. But one can build it by
5256         invoking 'make' inside the libc directory.
5257         * added ADC library under libio. Preliminary version yet.
5258
5259         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
5260         * src/pic16/gen.c (aopForRemat): asmop size is filled by
5261         aopForRemat() now and not by pic16_aopOp(),
5262         * (pic16_popGetTempReg): removed warning messgae when allocating
5263         temporary registers, its a buggy feature and will be removed,
5264         * (pic16_popGet): set register instance field in AOP_CRY,
5265         * (pic16_outBitC): fixed for results in size greater than 1,
5266         * (genUminusFloat): fixed for pic16, ported code from mcs51,
5267         * (pic16_storeForReturn): optimized return of 0,
5268         * (genCmp): experimental code for new genCmp which uses PIC18's
5269         special compare&skip instructions. Initial tests fail some times
5270         with variables grater than 1 byte in size, so new code is disabled,
5271         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
5272         a single bit,
5273         * (genCast): began a fix to optimize the casting of a bit to another
5274         bit, now assigning a bitfield to another bitfield will fail, sorry,
5275         * src/pic16/main.c: disabled the use of lr-support feature,
5276         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
5277         * added some function prototypes, added function _debugf prototype,
5278         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
5279         bits with offset (case PO_GPR_BIT),
5280         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
5281         command line,
5282         * (isBankInstruction): modified to return 0 for no banking instruction,
5283         and 1 for banking instruction,
5284         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
5285         caused stop processing pCodes after a inline assembly block,
5286         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
5287         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
5288         registers when it shouldn't,
5289         * src/pic16/ralloc.c (allocReg): add preliminary support for
5290         supporting a limited set of temporary registers,
5291
5292 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5293
5294         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
5295           genDataPointerSet): ensure assignments always copy in MSB to LSB
5296           order,
5297           (loadRegFromAop): recognize CLRH optimization,
5298           (genFunction): optimize RECEIVE iCodes in reentrant functions
5299
5300 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5301
5302         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
5303           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
5304           selected.
5305         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
5306         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
5307           contiguous with data
5308
5309 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5310
5311         * device/lib/_gptrget.c (_gptrget),
5312         * device/lib/_gptrgetc.c (_gptrgetc),
5313         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
5314           instead of sjmp to ret
5315         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
5316           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
5317
5318 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
5319
5320         * .version: bumped version to 2.4.7
5321         * device/lib/_gptrget.c (_gptrget): is now _naked
5322         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
5323         * device/lib/_gptrput.c (_gptrput): is now _naked
5324         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
5325           (createFunction): fixed xstack
5326         * src/SDCCglue.c (emitMaps): set allocation required for bit area
5327         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
5328           or bit either,
5329           (geniCodeCritical): store original interrupt state in an iTemp bit
5330           var unless stack-auto
5331         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
5332         * src/SDCCmain.c (setIncludePath): added include/target to search path
5333         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
5334         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
5335           prototype,
5336           (processFuncArgs): put bit vars in bit area
5337         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
5338           unsaveRBank): fixed xstack,
5339           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
5340           (genFunction, genEndFunction): fixed xstack,
5341           (genAssign): optimization don't walk backwards through mem
5342         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
5343         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
5344         * support/regression/Makefile: also make library (for stack-auto) when
5345           making "all" and added "test-mcs51-xstack-auto"
5346         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
5347         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
5348         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
5349         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
5350         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
5351           make-library by MAKE_LIBRARY
5352         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
5353           regression tests for xstack
5354         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
5355         * support/regression/tests/critical.c: test for critical on mcs51
5356
5357 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5358
5359         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5360           built version of sdcc instead of installed version
5361
5362 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5363
5364         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5365         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5366           vprintf.c now
5367         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5368         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5369           WARNING: remove device/lib/build/z80/printf.o by hand when
5370           updating from previous build!
5371         * device/lib/z80/printf.c: updated comment
5372         * support/regression/tests/bug1057979.c: test all ports now
5373         * support/regression/tests/bug1065458.c: file added
5374
5375 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5376
5377         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5378           *_start and *_end symbols for static functions
5379
5380 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5381
5382         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5383           and search crt0.o in all library paths,
5384           (setIncludePath): proper handling of --nostdinc,
5385           (setLibPath): proper handling of --nostdlib
5386         * support/regression/Makefile,
5387         * support/regression/ports/ds390/spec.mk,
5388         * support/regression/ports/gbz80/spec.mk,
5389         * support/regression/ports/hc08/spec.mk,
5390         * support/regression/ports/mcs51/spec.mk,
5391         * support/regression/ports/mcs51-large/spec.mk,
5392         * support/regression/ports/mcs51-stack-auto/spec.mk,
5393         * support/regression/ports/z80/spec.mk: use include and lib files from
5394           built version of sdcc instead of installed version
5395         * doc/sdccman.lyx: fixed typo in --nostdinc
5396
5397 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5398
5399         * src/pic/pcode.c,
5400         * src/pic/device.c,
5401         * src/pic/ralloc.c,
5402         * src/pic/gen.c : added support to generate code for struct bit fields.
5403
5404 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5405
5406         * as/xa51/xa_version.h,
5407         * device/include/errno.h,
5408         * device/include/regc515c.h,
5409         * device/lib/_itoa.c,
5410         * device/lib/_ltoa.c,
5411         * device/lib/ser_ir_cts_rts.c,
5412         * sim/ucsim/xa.src/glob.cc,
5413         * sim/ucsim/xa.src/inst_gen.cc,
5414         * sim/ucsim/xa.src/xa_bit.cc,
5415         * sim/ucsim/xa.src/xa_sfr.cc,
5416         * sim/ucsim/z80.src/inst_dd.cc,
5417         * sim/ucsim/z80.src/inst_fdcb.cc,
5418         * support/scripts/keil2sdcc.pl,
5419         * src/pic16/pic16.dsp,
5420         * src/pic16/pic16a.dsp: corrected cvs line endings
5421         * device/lib/printf_large.c: fixed bug 1057979
5422         * src/pic16/gen.c: fixed non-C standard code
5423         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5424         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5425         * support/regression/ports/mcs51/support.c: reload T1 asap
5426         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5427           pdata use and clear idata startup behaviour
5428         * support/regression/tests/bug1057979.c: added
5429
5430 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5431
5432         * device/examples/ds390/ow390/ad26.h,
5433         * device/examples/ds390/ow390/cnt1d.h,
5434         * device/examples/ds390/ow390/crcutil.c,
5435         * device/examples/ds390/ow390/ownet.h,
5436         * device/examples/ds390/ow390/owsesu.c,
5437         * device/examples/ds390/ow390/swt12.h,
5438         * device/examples/ds390/ow390/swtoper.c,
5439         * device/examples/ds390/ow390/temp10.h,
5440         * device/examples/ds390/ow390/thermodl.c,
5441         * device/examples/ds390/tinitalk/tinitalk.dsp,
5442         * device/examples/ds390/tinitalk/tinitalk.dsw,
5443         * device/examples/mcs51/clock/hw.h,
5444         * device/examples/mcs51/simple2/go.bat,
5445         * device/examples/serialcomm/windows/serial.h,
5446         * device/examples/xa51/dummy.c,
5447         * device/examples/xa51/hello.c,
5448         * device/include/80c51xa.h,
5449         * device/include/at89x051.h: corrected cvs line endings
5450
5451 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5452
5453         * src/pic16/main.c (options): added command line --gstack, to trace
5454         stack over/under flows,
5455         * added pragma 'wparam' to allow passing first byte of function
5456         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5457         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5458         call to __gstack_test function and sets up the symbol as extern,
5459         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5460         * popaop): added call to pic16_testStackOverflow,
5461         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5462         wparamList list,
5463         * (genCall, genPcall): now all parameters are passed via stack
5464         except in functions that are pass to wparam pragma in which WREG is
5465         used too,
5466         * (genPcall): REENTRANT flag is checked to see if variable prototype
5467         contains reentrant keyword, don't call a non-reentrant function, via
5468         a reentrant function pointer or vice versa, functions are never
5469         passed via WREG,
5470         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5471         D.Winkler,
5472         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5473         SIGSEGV when accessing a NULL register stucture,
5474         * (pic16_printGPointerType): modified to handle UPPER modifier for
5475         function initializers, changed prototype of function to simpler one,
5476         * (pic16_printIvalFuncPtr): check to see if function is already
5477         added in externs list,
5478         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5479         optimized a move from W to SFR with a move to the same register
5480         later after a CALL,
5481         * device/lib/pic16/debug: NEW directory, contains debug features
5482         which are enabled when linking with libdebug.lib, currently command
5483         line option --gstack enables stack pointer tracing for over/under
5484         flow, corresponding sources are in debug/gstack
5485
5486 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5487
5488         * doc/sdccman.lyx: updated SDCC version,
5489         * (PIC16 port): update list of command line options,
5490         * src/pic16/device.h (structure pic16_options_t): added field gstack
5491         to enable stack overflow tracing on push/pops,
5492         * src/pic16/device.c (statistics structure): added statistics
5493         structure,
5494         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5495         pic16_dump_int_registers): increase statistics counters for each
5496         * variable which is encountered
5497         * (pic16_dump_usection): emit each .udata variable to its own udata
5498         section,
5499         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5500         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5501         parameters via stack, otherwise use old scheme,
5502         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5503         assembler output file,
5504         * src/pic16/main.c: added command line options --gstack to enable
5505         push/pop tracing for stack overflow,
5506         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5507         instructions): added size of each instruction,
5508         * (pic16_countInstruction): estimate size of instructions in
5509         the_pFile list, inline assembly blocks are not counted,
5510         * (pic16_FixRegisterBanking): trace previous register usage, when
5511         banksel optimizations is greater than 0, don't emit a redudant
5512         banksel directive,
5513
5514 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5515
5516         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5517         * src/pic16/ralloc.c : applied same fix for pic16.
5518         * src/pic/gen.c : tidied it up a little.
5519
5520 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5521
5522         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5523         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5524
5525 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5526
5527         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5528
5529 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5530
5531         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5532         non-reentrant function __modsint in the interrupt function (thus
5533         corrupting math operations during serial I/O)
5534         * device/lib/ser_ir.c: as above, changed buffersize
5535         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5536         256.c,d for zeroing
5537         * doc/Makefile: added option -t for rsync
5538
5539 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5540
5541         * src/SDCCast.h (struct ast),
5542         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5543
5544 2004-10-20 Borut Razem <borut.razem AT siol.net>
5545
5546         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5547         package
5548
5549 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5550
5551         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5552         makefile targets,
5553         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5554         support functions to replace long sequences of MOVFF's from access
5555         bank registers to stack and vice versa,
5556         * src/pic16/device.h: added new field opt_flags, where optimization
5557         flags can be set to enable certain features,
5558         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5559         * pBlock, (genFunction, genEndFunction): surroung loop for
5560         saving/loading used registers in stack with PC_INFO pCodes,
5561         INF_LREGS. Code in between can then be optimized by pCode optimizer
5562         to support function calls,
5563         * (genDataPointerSet): fixed bug which loaded float fields in
5564         structures with corrupt data,
5565         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5566         in a standard way debug info on stderr. Feature used for developing
5567         and debugging only,
5568         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5569         obsolete chunks of code,
5570         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5571         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5572         * pic16/src/pcode.c (pic16_newpCodeInfo,
5573         * (pic16_newpCodeOpLocalRegs),
5574         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5575         feature,
5576         * (pic16_pCodeConstString): printing of the initial value of a
5577         symbol as a comment is inhibited since parsing was already done by
5578         copyStr and output is corrupt,
5579         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5580
5581 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5582
5583         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5584
5585 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5586
5587         * as/mcs51/lkarea.c: removed old K&R style,
5588           (lnksect): changed check on boundary error,
5589           (lnksect2): changed check on boundary error,
5590           (lnksect2): extend XSTK to end of page if size = 1
5591         * as/mcs51/lkmain.c: removed old K&R style,
5592           (Areas51): create l_IRAM symbol
5593         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5594         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5595           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5596         * device/lib/_mullong.c: added version to be compiled with xstack
5597         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5598         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5599         * device/lib/mcs51/crtxstack.asm: fixed comment
5600         * src/SDCCglue.c: maxInterrupts defaults to 0,
5601           (emitMaps): added pdata,
5602           (createInterruptVect): (re)moved default,
5603           (glue): added pdata,
5604           (glue): moved __start__xstack to XSTK with default size 1
5605         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5606           and options.float_rent when options.stackAuto is set,
5607           (linkEdit): only write XDATA_NAME if provided on command line
5608         * src/SDCCmem.h,
5609         * src/SDCCmem.c: added pdata
5610         * src/port.h: added pdata_name to PORT
5611         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5612           (saveRegisters, unsaveRegisters): removed usage of B,
5613           (genMinus): fixed accumulator clash,
5614           (genJumpTab): added comment, this needs another look
5615         * src/mcs51/gen.c: added check for "B in use" paranoia,
5616           added pushB() and popB()
5617         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5618           chance
5619         * src/avr/main.c,
5620         * src/ds390/main.c,
5621         * src/hc08/main.c,
5622         * src/mcs51/main.c,
5623         * src/pic/main.c,
5624         * src/pic16/main.c,
5625         * src/xa51/main.c,
5626         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5627           added PSEG (PAG,XDATA) or NULL to port specifier
5628         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5629         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5630           (_mcs51_genInitStartup): removed __start__xstack equ,
5631           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5632         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5633         * src/z80/gen.c (_rleAppend): fixed warnings
5634         * support/regression/tests/zeropad.c: added pdata test
5635         * .version: bumped to 2.4.6
5636
5637 2004-10-17 Borut Razem <borut.razem AT siol.net>
5638
5639         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5640         as a part of nightly build
5641
5642 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5643
5644         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5645         WREG holds the first byte function parameters,
5646         * (aopForSym): take special case for symbols which are in FARSPACE
5647         but in CODESPACE too,
5648         * (assignResultValue): modified to take into account _G.useWreg,
5649         * (genCall): don't use wreg for parameter passing when function is
5650         declared as reentrant, too, added optimization INCF to stack
5651         pointer when stack parameter count is 1,
5652         * (genFunction, genEndFunction): refurnished and fixed to not using
5653         wreg for passing parameters when function has varargs or is
5654         reentrant, fixed bug with symbol name compare for generating
5655         functions in absolute address,
5656         * (pic16_storeForReturn): refurnished,
5657         * (genCmp): began writing a new version of the function, not ready
5658         yet, therefore it is disabled,
5659         * (genAssign): do not read code memory when assigning a function to
5660         a pointer function,
5661         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5662         array of characters, not pointer,
5663         * (pic16initialComments): in debug mode emit an .ident directive for
5664         the assembler,
5665         * (_process_pragma): emit a new warning type (internal to pic16)
5666         when setting stack to default length, emit a similar warning when
5667         placing a function at absolute address and address is not word aligned
5668         * (_pic16_parseOptions): added 'return TRUE' statement,
5669         * (_pic16_linkEdit): if compiling a source, then add the source's
5670         file object, first in the list of objects to link,
5671
5672 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5673
5674         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5675         * src/pic/main.c : removed VC warning.
5676         * src/pic/gen.c : changed comment.
5677
5678 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5679
5680         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5681         reference to a deprecated symbol _GPTRREG was causing failure to
5682         link. Thanks G. M. Gallant for the info.
5683
5684 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5685
5686         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5687         comments for Bugs item #954788.
5688
5689 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5690
5691         * src/pic16/device.c (pic16_dump_gsection,
5692         * pic16_groupRegistersInSection): handle symbols declared to be in
5693         access bank differently,
5694         * src/pic16/gen.c (struct _G): added field resDirect,
5695         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5696         send values read from stack directly to result and don't allocate
5697         temporary values,
5698         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5699         same registers,
5700         * (pic16_sameRegsOfs): NEW,
5701         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5702         free because they were not allocated from temporary pool,
5703         * pic16_popRegFromString): workaround to fix a problem with
5704         allocating variables twice or never,
5705         * (genGenPointerGet): using PRODL instead of FSR0H,
5706         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5707         instead of FSR0H,
5708         * (genAssign): take advantage of the _G.resDirect flag,
5709         * (genCast): around line 11844, use mov2f instead of directly
5710         MOVFF'ing between operands to account for literal values,
5711         * src/pic16/genutils.c: some new debug functions for gpsim have been
5712         added,
5713         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5714         float with integer part only,
5715         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5716         place variables in access bank
5717         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5718         updated sources to reflect recent changes in gen.c
5719
5720 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5721
5722         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5723         sources that searched for headers in installation path, now the
5724         device/include/pic16 is used,
5725         * src/pic16/glue.c (pic16glue),
5726         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5727         .line directives if not in debug mode, this suppresses assembler's
5728         warnings for ignored directives
5729
5730 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5731
5732         * src/port.h: made reset_regparms prototype void parameter explicit.
5733         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5734         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5735         * doc/sdccman.lyx: documented warning disabling and how to use
5736           printf_large to make it print floats.
5737         * device/include/stdbool.h: NEW
5738         * device/lib/_atof.c,
5739         * device/lib/_divuint.c,
5740         * device/lib/_divulong.c,
5741         * device/lib/expf.c,
5742         * device/lib/printf_large.c,
5743         * device/lib/sincosf.c,
5744         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5745         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5746           a completely reentrant lib.
5747
5748 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5749
5750         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5751         * device/include/pic16/stdio.h: fixed bug with colon
5752
5753 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5754
5755         * device/include/pic16/stdio.h,
5756         * device/include/pic16/stdlib.h,
5757         * device/include/pic16/math.h: NEW
5758         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5759         declared as _naked to reduce overhead
5760         * device/lib/Makefile.in (target port-specific-objects-pic16):
5761         changed * to *.* so to ignore the CVS directory,
5762         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5763         stacked variables back in stack,
5764         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5765         corruption
5766
5767 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5768
5769         * .version: bumped version number to 2.4.5
5770         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5771         * support/Util/SDCCerr.c (messages structure): added entry for
5772         W_POSSBUG2
5773
5774         Large cumulative patch for pic16 port and libraries.
5775         * device/include/pic16/sdcc-lib.h,
5776         * device/include/pic16/stdarg.h,
5777         * device/include/asm/pic16/features.h,
5778         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5779         * device/include/pic16/float.h: changes reentrant keyword with
5780         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5781         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5782         updated target build-libraries to include objects from gptr,
5783         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5784         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5785         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5786         all function headings,
5787         * src/SDCCmain.c: added global parameter userIncDirsSet,
5788         * (parseCmdLine): when option -I is encountered add directory to
5789         userIncDirsSet too,
5790         * src/version.awk: added space between control and long,
5791         * src/pic16/NOTES: added some notes for the port,
5792         * src/pic16/gen.c: added prototype for mov2fp function,
5793         * (fReturnpic16[]): properly named return value registers,
5794         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5795         * (aopForSym): added code to handle symbols with onStack flag set,
5796         symbols onStack are allocated PTRSIZE bytes,
5797         * (aopFreeAsmop): handles special case where asmops are stack objects,
5798         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5799         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5800         added argument lock to trace flaws in allocating temporary registers
5801         when developing port,
5802         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5803         * (pic16_popRegFromString): reenabled allocating a direct register
5804         from string,
5805         * (assignResultValue): various beautifications,
5806         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5807         referenced function argument,
5808         * (genIpush): reenabled to allow stacked arguments, handles only
5809         ic->parmPush iCodes,
5810         * (genCall, genPcall): major changes to allow for variable argument
5811         functions, fixed a bug with falsely restoring stack pointer after
5812         returning from call,
5813         * (genFunction): pending code for critical function,
5814         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5815         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5816         * (genNearPointerGet): fixed bug with indirect reading, was always
5817         reading from INDF0
5818         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5819         pointers,
5820         * (genAddrOf): rewrote code to take address of a stacked function parameter
5821         * (genCast): fixed casting to generic pointer type,
5822         * src/pic16/gen.h: added AOP_STA,
5823         * (struct asmop): added field stk,
5824         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5825         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5826         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5827         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5828         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5829         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5830         generic pointers,
5831         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5832         and library paths,
5833         * (pic16_port structure): generic pointer size is set to 3,
5834         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5835         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5836         compiler warning,
5837         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5838         operand is an iTemp,
5839
5840 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5841
5842         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5843         * debugger/mcs51/simi.c: addapt new syntax of s51
5844
5845 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5846
5847         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5848         * src/pic16/pcode.c: commented out some calls to free() in order to
5849         fix bug #989576,
5850
5851 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5852
5853         * src/SDCCicode.h,
5854         * src/SDCCicode.c (isiCodeInFunctionCall),
5855         * src/avr/ralloc.c (selectSpil),
5856         * src/pic/ralloc.c (selectSpil),
5857         * src/pic16/ralloc.c (selectSpil),
5858         * src/ds390/ralloc.c (selectSpil),
5859         * src/hc08/ralloc.c (selectSpil),
5860         * src/xa51/ralloc.c (selectSpil),
5861         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5862         stack in the middle of a function call sequence (fixes bug #1020268)
5863         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5864         costs associated with the minimum switch case.
5865
5866 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5867
5868         * src/SDCC.lex: fixed bug #1030549
5869
5870 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5871
5872         * src/SDCCcse.h (struct cseDef),
5873         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5874         over a function call if the CSE is derived from a symbol whose
5875         address has been taken (fixes bug #1029883)
5876         * support/regression/tests/bug-1029883: a new regression test for
5877         this bug
5878
5879 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5880
5881         * src/hc08/gen.c (emitinline): fixed bug #1029778
5882         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5883         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5884         and starts toward RFE #905167)
5885
5886 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5887
5888         * src/pic16/gen.c (mov2f): New function to move an operand to
5889         another without considering if it is a literal or a register,
5890         * (pic16_sameRegs): don't check if they are both AOP_REG,
5891         * (AccRsh): removed andmask=0 lines,
5892         * (genLeftShift): duplicated to be improved in future versions,
5893         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5894         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5895         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5896         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5897         * (insertBankSwitch): fixed inserting banksel directives algorithm
5898         for instructions that follow a skip instruction, this fixes a report
5899         for broken subtraction code generation,
5900         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5901         iCode is a left op, just in case result and right share the same
5902         registers
5903
5904 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5905
5906         * src/hc08/main.c,
5907         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5908         preservation of HX
5909         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5910         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5911         on 2004-09-12; it was buggy
5912
5913 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5914
5915         * src/SDCCsymt.h: removed RESULT_CHECK
5916         * src/SDCCast.c,
5917         * src/SDCCglue.c,
5918         * src/SDCCval.c,
5919         * src/pic/glue.c,
5920         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5921
5922 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5923
5924         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5925         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5926         configuration values no more rejected by compiler, they are assigned
5927         to configuration registers with a warning message instead,
5928         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5929         the for-loop so last conf register is emitted too,
5930         * (_pic16_initPaths): link library libsdcc.lib by default,
5931         * (_hasNativeMulFor): modified test for multiplication according to
5932         Raphael Neider's remarks. Integer multiplication is also done with
5933         support functions,
5934         * device/include/pic16/pic18fregs.h: corrected type error in while
5935         testing and including 18f6720 header file
5936
5937 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5938
5939         * src/pic16/device.h (pic16_options): removed field use_crt,
5940         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5941         until an optimization to handle single bits is added,
5942         * (pic16_loadFSR0): moved before genUnpackBits,
5943         * (genAnd): some white lines removed,
5944         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5945         leave_reset flags in pic16_options when using crt modules,
5946
5947 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5948
5949         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5950           for bugs 898889 & 979599. Also used some safer print instructions.
5951
5952 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5953
5954         * src/pic16/device.h (pic16_options_t): added field use_crt,
5955         crt_name, no_crt,
5956         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5957         catch a probable future bug,
5958         * src/pic16/gen.c: aopIdx function commented out,
5959         * (genAssign): commented out old code which used aopIdx,
5960         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5961         code, added if conditionals to take into account the --use-crt
5962         command line options,
5963         * src/pic16/main.c (pic16_optionsTable): added new command line
5964         options, --use-crt= and --no-crt,
5965         * (_pic16_linkEdit): now the proper crt object is added in the
5966         linker command line except than when --no-crt is specified,
5967         * src/pic16/pcode.c,
5968         * src/pic16/pcode.h: added some structures and functions for a new
5969         optimization scheme to compansate for instruction overhead between
5970         same iCodes, this scheme is currently under development and is not
5971         working in any way,
5972         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5973         to && operator,
5974         * device/lib/pic16/startup/crt0i.c,
5975         * device/lib/pic16/startup/crt0iz.c: added global char variable
5976         __uflags to force the generation of an idata section
5977
5978 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5979
5980         * doc/Makefile,
5981         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5982         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5983
5984 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5985
5986         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5987         Frieder) and clarified the default code optimization mode
5988
5989 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5990
5991         * src/SDCC.lex (doPragma, process_pragma),
5992         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5993         "opt_code_size", and "opt_code_balanced"
5994         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5995         regrouped options by category, added support for category headers
5996         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5997         and "--opt-code-size"
5998         * doc/sdccman.lyx: documented these new options and pragmas
5999         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
6000         preference into account
6001
6002 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6003
6004         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
6005           geniCodePreDec): Fixed bug 904237 by generating a warning
6006         * src/SDCCerr.h,
6007         * src/SDCCerr.c: added warning W_SIZEOF_VOID
6008
6009 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
6010
6011         * src/pic/device.c : When no max ram set validate full memory range.
6012         * src/pic/pcode.c,
6013         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
6014
6015 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6016
6017         * device/lib/_gptrget.c,
6018         * device/lib/_gptrput.c: updated comment
6019         * device/lib/calloc.c,
6020         * device/lib/free.c,
6021         * device/lib/malloc.c,
6022         * device/lib/realloc.c: added LGPL, made them reentrant-safe
6023         * src/SDCCcse.c (cseBBlock),
6024         * src/SDCCicode.c (printOperand, geniCodeArray),
6025         * src/SDCCicode.h (struct operand): fixed bug 868103
6026         * support/regression/tests/bug-868103.c: added
6027         * src/SDCCast.c (searchLitOp),
6028         * src/SDCCcse.h (struct cseDef),
6029         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
6030         * src/SDCCicode.h (struct operand),
6031         * src/SDCCsymt.h (struct sym_link),
6032         * src/avr/gen.c (hasInc),
6033         * src/ds390/gen.c (hasInc),
6034         * src/hc08/gen.c (genPlusIncr, hasInc),
6035         * src/mcs51/gen.c (hasInc),
6036         * src/pic16/glue.c (pic16_printIvalChar),
6037         * src/pic16/ralloc.c (regWithIdx),
6038         * src/xa51/gen.c (hasInc) : removed warnings
6039         * src/SDCCast.c (createBlock): added comment ???
6040         * src/hc08/ralloc.c: updated comments
6041
6042 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6043
6044         * doc/sdccman.lyx: updated section on switch statements, added
6045         section about semaphore locking
6046         * doc/Makefile: added option -info for latex2html
6047         * device/lib/_gptrget.c,
6048         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
6049
6050 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6051
6052         * src/pic/device.h,
6053         * src/pic/device.c,
6054         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
6055          maxram is less than 0x100.
6056
6057 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6058
6059         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
6060
6061 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6062
6063         * src/port.h,
6064         * src/mcs51/main.c,
6065         * src/ds390/main.c,
6066         * src/z80/main.c,
6067         * src/hc08/main.c,
6068         * src/pic/main.c,
6069         * src/pic16/main.c,
6070         * src/avr/main.c,
6071         * src/xa51/main.c
6072         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
6073         a jump table is the best form for a switch statement, including
6074         automatic insertion of missing cases to make the case range
6075         continuous. Developed in collaboration with Frieder Ferlemann.
6076
6077 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6078
6079         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
6080         accumulator result if it needs sign extension
6081
6082 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6083
6084         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
6085
6086 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6087
6088         * device/lib/gbz80/printf.c,
6089         * device/lib/z80/printf.c: removed define for NULL
6090
6091 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6092
6093         * as/xa51/xa_link.c,
6094         * device/examples/ds390/ow390/ad26.c,
6095         * device/examples/ds390/ow390/cnt1d.c,
6096         * device/examples/ds390/ow390/counter.c,
6097         * device/examples/ds390/ow390/ds2480.h,
6098         * device/examples/ds390/ow390/ds2480ut.c,
6099         * device/examples/ds390/ow390/findtype.c,
6100         * device/examples/ds390/ow390/gethumd.c,
6101         * device/examples/ds390/ow390/owllu.c,
6102         * device/examples/ds390/ow390/ownetu.c,
6103         * device/examples/ds390/ow390/swt12.c,
6104         * device/examples/ds390/ow390/swtloop.c,
6105         * device/examples/ds390/ow390/temp.c,
6106         * device/examples/ds390/ow390/temp10.c,
6107         * device/examples/ds390/ow390/thermo21.c,
6108         * device/examples/ds390/ow390/tinilnk.c,
6109         * device/examples/ds390/ow390/tstfind.c,
6110         * device/examples/serialcomm/windows/serial.cpp,
6111         * device/examples/serialcomm/windows/test_serialcomm.cpp,
6112         * device/include/reg51.h: fixed line endings for cvs
6113
6114 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6115
6116         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
6117         packRegsForAccUse, packRegisters): new accumulator register
6118         packing algorithm
6119         * support/regression/ports/hc08/support.c (_putchar): suppress
6120         warning of unused variable
6121         * src/SDCCicode.c: added SWAP entry to codeTable
6122
6123 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
6124
6125         * device/lib/sprintf.c: forgot to add this file before previous commit
6126
6127 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
6128
6129         * src/pic16/gen.c (genPackBits): added operand right in function
6130         parameters, load result directly if p_type is POINTER (that is
6131         called by genNearPointerSet)
6132         * (genUnPackBits): added operand left in function parameters,
6133         * (genNearPointerGet, genNearPointerSet): prevent the loading of
6134         FSR0 if accessing bitfields,
6135
6136 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
6137
6138         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
6139           _print_format; updated printf, sprintf, vsprintf
6140         * device/include/asm/default/features.h: corrected comment/define
6141         * device/lib/Makefile.in: added sprintf.c
6142         * device/lib/libsdcc.lib: added sprintf module
6143         * device/lib/printf_large.c,
6144         * device/lib/vprintf.c,
6145         * device/lib/sprintf.c: totally refactored printf_large and vprintf
6146           into these 3 files
6147         * support/regression/Makefile: changed ALL_PORTS into a usefull default
6148         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
6149         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
6150           hc08 test
6151         * support/regression/tests/zeropad.c: define idata as data for hc08
6152
6153 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6154
6155         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
6156         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
6157         labels are referenced at least once (even if a reference is not found)
6158         * src/hc08/gen.c (emitcode): set isComment flag for comments
6159         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
6160         loads), rules 6a..6b (optimize jumps to return)
6161
6162 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6163
6164         * device/lib/acosf.c (acosf),
6165         * device/lib/asinf.c (asinf),
6166         * device/lib/atanf.c (atanf),
6167         * device/lib/ceilf.c (ceilf),
6168         * device/lib/cosf.c (cosf),
6169         * device/lib/coshf.c (coshf),
6170         * device/lib/cotf.c (cotf),
6171         * device/lib/fabsf.c (fabsf),
6172         * device/lib/floorf.c (floorf),
6173         * device/lib/log10f.c (log10f),
6174         * device/lib/logf.c (logf),
6175         * device/lib/sinf.c (sinf),
6176         * device/lib/sinhf.c (sinhf),
6177         * device/lib/sqrtf.c (sqrtf),
6178         * device/lib/tanf.c (tanf),
6179         * device/lib/tanhf.c (tanhf),
6180         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
6181         replaced all instances of "reentrant" in the library functions
6182         defined in math.h with this macro.
6183         * support/regression/tests/float_trans.c: reenabled test for hc08
6184
6185 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
6186
6187         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
6188         erroneously deleted
6189
6190 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6191
6192         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
6193         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
6194         multi-byte volatile operands are used
6195         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
6196         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
6197         initialization to area GSINIT0 so that it would always precede
6198         any static initializers in GSINIT
6199         * support/regression/tests/zeropad.c: fixed idata define for hc08
6200         * support/regression/tests/bug-927659.c,
6201         * support/regression/tests/float_trans.c: disabled tests for hc08
6202         pending missing library routines
6203         * .version: increased version number to 2.4.4 - hc08 port now passes
6204         regression tests
6205
6206
6207 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
6208
6209         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
6210         * Makefile.common.in,
6211         * as/Makefile,
6212         * as/hc08/Makefile.in,
6213         * as/mcs51/Makefile.in,
6214         * as/z80/Makefile.in,
6215         * debugger/mcs51/Makefile.in,
6216         * device/include/Makefile.in,
6217         * device/lib/Makefile.in,
6218         * doc/Makefile,
6219         * link/Makefile,
6220         * link/z80/Makefile.in,
6221         * packihx/Makefile.in,
6222         * sim/ucsim/main_in.mk,
6223         * sim/ucsim/avr.src/Makefile.in,
6224         * sim/ucsim/doc/Makefile.in,
6225         * sim/ucsim/gui.src/serio.src/Makefile.in,
6226         * sim/ucsim/hc08.src/Makefile.in,
6227         * sim/ucsim/s51.src/Makefile.in,
6228         * sim/ucsim/xa.src/Makefile.in,
6229         * sim/ucsim/z80.src/Makefile.in,
6230         * src/Makefile.in,
6231         * support/cpp2/Makefile.in,
6232         * support/librarian/Makefile,
6233         * support/makebin/Makefile: added DESTDIR to the install path proposed
6234         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
6235         * doc/sdccman.lyx: added DESTDIR documentation
6236
6237 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
6238
6239         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
6240         instruction for interrupt handlers, use fast returns when returning
6241         from high priority interrupts
6242
6243 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6244
6245         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
6246         code generation
6247         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
6248         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
6249         bugs, ported much of Bernhard's code from mcs51
6250         * src/mcs51/gen.c (genSend),
6251         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
6252         than one when calling a reentrant function
6253         * device/lib/_mullong.c: defined an alternate struct layout for big
6254         endian ports (hc08)
6255
6256 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6257
6258         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
6259         test
6260
6261 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6262
6263         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
6264         are sane and complete before asking the port its prefered parameter
6265         passing method (fixes bug #1017633)
6266         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
6267         and _ret3
6268
6269 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6270
6271         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
6272         problem in bitfields >= 8 bits.
6273
6274 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6275
6276         * src/SDCCsymt.c: undid changes that were not meant to be committed
6277
6278 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6279
6280         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
6281
6282 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6283
6284         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
6285           copied and wrong bit got inverted
6286
6287 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6288
6289         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
6290         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
6291         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
6292         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
6293         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
6294         assignments to bitfields at known addresses
6295         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
6296         reads from bitfields at known addresses
6297         * src/hc08/ralloc.c (packRegisters),
6298         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
6299         genhc08Code): optimize pointer get values used as conditionals
6300         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
6301         and branch
6302
6303 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6304
6305         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
6306         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
6307         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
6308         as conditionals
6309
6310 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6311
6312         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
6313
6314 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6315
6316         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
6317         related problems
6318
6319 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
6320
6321         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
6322
6323 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6324
6325         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
6326         mcs51 port
6327
6328 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
6329
6330         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
6331
6332 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6333
6334         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
6335         cases use more compact code.
6336
6337 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
6338
6339         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
6340
6341 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6342
6343         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
6344
6345 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6346
6347         * src/SDCCsymt.h,
6348         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
6349         parameter of changePointer() from symbol* to sym_link*
6350         * src/SDCCast.c (decorateType): call changePointer() for CAST op
6351         * src/SDCCsymt.c (compareType): void* type is castable to other
6352         pointers, but not necesarily an exact match.
6353         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
6354         is no longer blindly treated as an exact match.
6355         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
6356
6357 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6358
6359         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6360
6361 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6362
6363         * src/pic/gen.c,
6364         * src/pic/pcode.c,
6365         * src/pic/ralloc.h,
6366         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6367
6368 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6369
6370         * src/pic/device.c,
6371         * src/pic/device.h,
6372         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6373
6374 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6375
6376         * src/mcs51/gen.c (emitcode): fixed bug #992819
6377
6378 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6379
6380         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6381           there's no need to make it worse
6382
6383 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6384
6385         * src/mcs51/ralloc.c (deassignLR),
6386         * src/ds390/ralloc.c (deassignLR),
6387         * src/hc08/ralloc.c (deassignLR),
6388         * src/z80/ralloc.c (deassignLR),
6389         * src/pic/ralloc.c (deassignLR),
6390         * src/pic16/ralloc.c (deassignLR),
6391         * src/avr/ralloc.c (deassignLR),
6392         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6393         rlivePoint): fixed another part of bug #971834
6394
6395 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6396
6397         * src/z80/main.c: enabled "critical" keyword
6398         * src/z80/mappings.i,
6399         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6400         functions (fixes bug #979646)
6401         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6402
6403 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6404
6405         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6406           such as c:\mydir.
6407
6408 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6409
6410         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6411           doesn't disable too much optimizations
6412
6413 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6414
6415         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6416
6417 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6418
6419         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6420
6421 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6422
6423         * src/pic/gen.c tidied up tabs
6424         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6425         * src/pic/main.c tidied up tabs
6426         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6427         * src/pic/pcoderegs.c tidied up tabs
6428         * src/pic/ralloc.c tidied up tabs
6429
6430 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6431
6432         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6433         to S_FIXED for pic16 port and when symbol is not in level 0,
6434         allocate for S_REGISTER storage class and pic16 port, too,
6435         * src/pic16/device.h: prototype for checkSym,
6436         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6437         * (pic16_assignConfigWordValue): test the value and the mask to
6438         validate that the value is suitable for the configuration word,
6439         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6440         collect extern declared symbols, don't emit symbol twice, check
6441         first if symbol is in publics set first,
6442         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6443         * added command line '--fstack' which enables an experimental
6444         feature for stack access, too buggy to be used yet...
6445         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6446         * (pic16_allocDirReg): when register has storage class S_REGISTER
6447         allocate in pic16_dynAccessRegs,
6448         * device/include/pic16/pic18f????.h: modified configuration word
6449         naming convention, words started as CONFIG0H but should be CONFIG1H
6450
6451 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6452
6453         * device/include/mcs51reg.h: fixed bug 970993
6454
6455 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6456
6457         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6458         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6459         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6460         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6461         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6462         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6463           error/warning numbers,
6464           added function setWarningDisabled()
6465         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6466         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6467           _memcmp.c _memmove.c calloc.c realloc.c free.c
6468         * support/regression/tests/malloc.c: added tests for new functionality
6469         * support/regression/tests/zeropad.c: added tests for truncated initializers
6470           and initialized char arrays starting with '\x0'
6471         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6472
6473 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6474
6475         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6476
6477 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6478
6479         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6480         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6481         peephole 177.e. Thanks to anonymous
6482
6483 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6484
6485         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6486         function isn't used in the source but referenced as a
6487         variable initializer then declare it as extern in .asm file
6488
6489 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6490
6491         * .version: increased version number to 2.4.3
6492
6493         Adding version extension according to ChangeLog CVS revision
6494         * src/Makefile.in (target all): added dependency 'version.h'
6495         * (rule version.h): added rule to create version.h from ChangeLog,
6496         * (rule dep): added dependency version.h,
6497         * src/version.awk: AWK script to create version.h
6498         * src/SDCCdwarf2.c (dwWriteModule),
6499         * src/SDCCglue.c (initialComments),
6500         * src/SDCCmain.c (printVersionInfo): modified to write after
6501         version string the version extension number,
6502         * src/SDCCutil.c: included "version.h"
6503         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6504         number,
6505         * src/SDCCutil.h: added prototype for getBuildNumber
6506
6507         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6508         includeDirsSet, too,
6509         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6510         const char [] is found in function prototype...
6511
6512         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6513         moving to WREG with source is already in WREG,
6514         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6515         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6516         * (aopForSym): stack'ed symbols are partially supported, added
6517         if-clause to support symbols in FARSPACE,
6518         * (sameRegs): added test for AOP_ACC to see if registers are same,
6519         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6520         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6521         * (pic16_popRegFromString): will not allocate a new register if it
6522         doesn't find one by name, bug may have introduced...
6523         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6524         * (genIpush): revived to use pic16 port's stack,
6525         * (genAddrOf): added incomplete case for stack'ed operand,
6526         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6527         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6528         can handle multibyte operands,
6529         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6530         * (pic16initialComments): added message for MPLAB compatibility
6531         mode enabled,
6532         * src/pic16/main.h: prototype for pic16_mplab_comp,
6533         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6534         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6535         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6536         because of increased complexity of procedure,
6537         * (_process_pragma): stack pragma changed to format 'stack pos len',
6538         emit symbol '_stack_end' to conform with gplink,
6539         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6540         to search for register,
6541         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6542         PO_GPR_REGISTER,
6543         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6544         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6545         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6546         case for PO_GPR_REGISTER,
6547         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6548         dies, the new era is ahead !...
6549         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6550         pic16_dynInternalRegs,
6551         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6552         * (pic16_allocDirReg): minor optimizations and bug fixes,
6553         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6554
6555         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6556         load stack and frame pointer with address of 'stack_end' symbol
6557
6558 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6559
6560         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6561         without source code but only variable initializers
6562
6563 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6564
6565         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6566         external are not declared as extern to reduce overhead while linking
6567
6568 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6569
6570         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6571
6572 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6573
6574         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6575           Yee Keat for the patch
6576         * src/SDCCast.c (decorateType): fixed bug #979599
6577         * src/ds390/gen.h: removed local fReturnSizeDS390
6578         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6579         * src/ds390/gen.c (genAnd, genOr, genXor),
6580         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6581
6582 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6583
6584         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6585         add relFilesSet to $3, manipulate $2 to handle linking of object
6586         files without source files in command line,
6587         * device/include/pic16 (all headers): added ID location macros,
6588         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6589         entries for ID location bytes,
6590         * (pic16_assignIdByteValue): NEW,
6591         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6592         added field dumpcalltree to pic16_options_t,
6593         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6594         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6595         emitting rFalseIfx label after check_carry label,
6596         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6597         pic16_emitDIRegs), NEW
6598         * (pic16glue): dump .calltree file when option --calltree found,
6599         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6600         * (_pic16_genAssemblerPreamble): emit ID locations after
6601         configuration registers,
6602         * (pic16_linkCmd): modifications of the link command,
6603         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6604         * (pic16_pCodeInitRegisters): don't init stack registers,
6605         * (pic16_findPrevInstruction): fixed bug,
6606         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6607         bug with immediate registers,
6608         * (buildCallTree): traces stack push and pop,
6609         * (pct2): dump also stack usage for each function,
6610         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6611         * (pic16_allocDirReg): various modifications,
6612         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6613         fixed to 1,
6614
6615 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6616
6617         * src/pic16/pcode.c: removed buggy double colon
6618
6619 2004-07-01 Borut Razem <borut.razem AT siol.net>
6620
6621         * support/scripts/sdcc.nsi: added include/pic16 to setup
6622
6623 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6624
6625         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6626         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6627         target 'clean',
6628         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6629         specific command line arguments. Also added sample lkr script
6630         for placing a variable at a specific memory bank.
6631         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6632         at a specific memory bank,
6633         * (pic16_dump_isection): fixed bug which caused string literals to
6634         be omitted when dumping idata section,
6635         * (pic16_groupRegistersInSection): added code to handle registers
6636         in specific memory banks,
6637         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6638         public, all references are renamed too,
6639         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6640         AOP_DPTR2,
6641         * (pic16_storeForReturn): added case to handle when dest is WREG,
6642         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6643         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6644         pic16_rel_udata, check to see if that register is marked as being
6645         a member of a specific memory bank,
6646         * (pic16_printIvalCharPtr): added code to add string literals either
6647         to code or the idata sections,
6648         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6649         also accept the 'udata' pragma,
6650         * src/pic16/main.h: new structure types sectName and sectSym
6651         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6652         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6653         * (pic16_findPrevInstruction): fixed, it returned nothing,
6654         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6655         instruction combinations,
6656         * (pic16_FixRegisterBanking): heavily reorganised,
6657         * (pic16_AnalyzeBanking): if generating banksel directives is
6658         disabled, then don't call FixRegisterBanking at all,
6659         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6660         completely removed,
6661         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6662
6663 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6664
6665         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6666         Phuah Yee Keat <yk.phuah AT nestac.com>
6667
6668 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6669
6670         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6671         correctly the IVT even if it is relocated to some other location
6672
6673 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6674
6675         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6676         * device/include/pic16/pic18f2220.h: NEW,
6677         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6678         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6679         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6680         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6681         nodefaultlibs, ivt_loc is the location of the interrupt vector
6682         table, and nodefaultlibs signs that default libraries should not be
6683         linked in link stage,
6684         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6685         according to --ivt-loc argument,
6686         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6687         when pragma stack is found,
6688
6689 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6690
6691         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6692         256 (range check), 257 (do while), 258.a-f (bit banging
6693         f.e. on 3-wire SPI bus)
6694
6695 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6696
6697         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6698         variables used exclusively within a loop
6699
6700 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6701
6702         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6703
6704 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6705
6706         * src/SDCClrange.c (computeClash): fixed bug #971834
6707
6708 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6709
6710         * src/mcs51/gen.c (genCmp): fixed bug #975903
6711         * src/hc08/gen.c (operandsEqu),
6712         * src/ds390/gen.c (operandsEqu),
6713         * src/z80/gen.c (operandsEqu),
6714         * src/pic/gen.c (operandsEqu),
6715         * src/pic16/gen.c (operandsEqu),
6716         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6717         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6718
6719 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6720
6721         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6722
6723 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6724
6725         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6726         default case in switch statement,
6727         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6728         to eliminate problem with initialisation of pointers, but problem
6729         still exists,
6730         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6731         * (emitStaticSegment): removed various lines emitting debug info,
6732         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6733         added processor registers for utilizing EEPROM,
6734         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6735         configurable and set 8
6736
6737 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6738
6739         * .version: increased version number to 2.4.2,
6740
6741         Cumulative patch for pic16 port
6742         * src/pic16/device.c: changed scheme to dump initial values for
6743         variables in idata segment, all print_idata* functions were removed,
6744         now the pic16_printIval* will be called,
6745         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6746         * _pic16_printPointerType, pic16_printPointerType,
6747         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6748         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6749         NEW, similar to the respective functions in SDCCglue.c,
6750         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6751         way, emitting hex bytes,
6752         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6753
6754 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6755
6756         * src/avr/ralloc.c (serialRegAssign),
6757         * src/xa51/ralloc.c (serialRegAssign),
6758         * src/pic/ralloc.c (serialRegAssign),
6759         * src/pic16/ralloc.c (serialRegAssign),
6760         * src/hc08/ralloc.c (serialRegAssign),
6761         * src/z80/ralloc.c (serialRegAssign),
6762         * src/ds390/ralloc.c (serialRegAssign),
6763         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6764
6765 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6766
6767         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6768         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6769
6770 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6771
6772         Cumulative patch for pic16 port:
6773         * src/pic16/device.h (typedef PIC16_device) modified fields for
6774         defining microcontrollers,
6775         * src/pic16/device.c: added new info for all devices in Pics16 array,
6776         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6777         to be optimised out by the pCode optimiser,
6778         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6779         specially, bug reported by G.M. Gallant,
6780         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6781         as force'd so that cannot be optimised out by pCode optimiser,
6782         * src/pic16/pcode.c,
6783         * src/pic16/pcodepeeph.c,
6784         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6785         they are disabled by default, but can be enabled explicit with
6786         command argument --denable-peeps, for testing,
6787         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6788         --pomit-ivt in COMPILE_FLAGS
6789
6790 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6791
6792         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6793           compilation on MSVC
6794
6795 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6796
6797         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6798
6799 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6800
6801         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6802         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6803
6804 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6805
6806         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6807         would only assign 0x300001 register.
6808
6809 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6810
6811         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6812         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6813
6814 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6815
6816         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6817         for ds80c400
6818         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6819         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6820         added peephole 254 (left shift), 255 (jump table)
6821
6822 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6823
6824         * device/lib/Makefile.in: removed comment line with model-pic16,
6825         * (target port-specific-objects-pic16): the libraries and objects
6826         are copied to the build directory form the device/lib/pic16/bin
6827         directory
6828
6829         Cumulative patch concerning pic16 port:
6830         * library directory has been re-organized,
6831         * added support for PIC18F1220,
6832         * added headers and library sources for chips 18f1220,18f6520,
6833         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6834
6835         * configuration registers setting has changed, now each supported
6836         device has a complete description of the registers it uses,
6837         * all initialisations are moved to idata sections, these section
6838         can be absolute or relocatable,
6839         * fixed initialisation of codespace variables,
6840         * fixed warning about PCLATU and gpsim,
6841         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6842         * (genAssign): use table reads when assigning from variables in codespace,
6843         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6844         char/int variables placed in codespace,
6845         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6846         registers set in .asm file, no need for --pomit-config-words anymore,
6847         * (pic16glue): some 8051 legacy segments are commented out
6848         (to be removed completely),
6849         * added support for alternative assembler and linker with --asm=
6850         and --link= command line arguments,
6851         * peepholes are disabled automatically in the port, no need to
6852         specify on command line,
6853         * port supports natively char/int/long multiplication, but converts
6854         all divisions to support functions,
6855         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6856         to the file set in variable $2,
6857         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6858         strings in ASCII format and not in hex,
6859         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6860         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6861         allocate proper register if iCodes aren't temporary,
6862
6863 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6864
6865         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6866
6867 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6868
6869         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6870         is commented out
6871
6872 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6873
6874         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6875         computed address is reused
6876         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6877         multi-byte bitfields
6878
6879 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6880
6881         * src/z80/gen.c: (genArrayInit): must check for pointers too
6882
6883 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6884
6885         * support/regression/tests/zeropad.c: never meant to commit the
6886           nestedstruct test: removed, added check for GCC version
6887
6888 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6889
6890         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6891         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6892         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6893           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6894           bugs 928906 and 954082 half-empty initializers
6895         * src/SDCCsymt.h,
6896         * src/SDCCsymt.c (getAllocSize): added for above fix
6897         * src/z80/gen.c (genArrayInit): fixed bug 741044
6898         * support/regression/tests/zeropad.c: added tests
6899
6900 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6901
6902         * src/pic16/device.c (pic16_dump_section): corrected bug which
6903         caused some symbols of the libraries to be misplaced
6904
6905 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6906
6907         * src/pic16/glue.c,
6908         * src/pic16/ralloc.h,
6909         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6910         to fix conflict with pic port
6911
6912 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6913
6914         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6915         externs configuration variables,
6916         * src/pic16/ralloc.h,
6917         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6918         prototype in header, commented out some debug messages
6919
6920 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6921
6922         * src/pic16/glue.c,
6923         * src/pic16/main.c,
6924         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6925         for gpasm COFF object generation. Thanks to D. Hawkins for
6926         his patch info
6927
6928 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6929
6930         * src/ds390/main.c,
6931         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6932         Brock for spotting this)
6933         * src/ds390/gen.c (genEndFunction),
6934         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6935         interrupt handler and critical. Disable push/pop optimizations when
6936         peephole optimizations disabled.
6937
6938 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6939
6940         Updated pic16 library sources and headers.
6941         * device/lib/pic16/pic18f*/ ,
6942         * device/include/pic16/*.h: modified to handle structured SFR
6943         definitions
6944
6945 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6946
6947         * src/port.h (PORT structure): added hook initPaths, now each
6948         port can declare its own default search paths,
6949         which can been seen with the --print-search-dirs option,
6950         see pic16 port for example,
6951         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6952         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6953         * (doPrintSearchDirs): NEW, replaces in a central manner the
6954         printing of search dirs which was split in set*Paths functions,
6955         * (main): added call to port->initPaths and doPrintSearchDirs,
6956         * src/avr/main.c,
6957         * src/ds390/main.c,
6958         * src/hc08/main.c,
6959         * src/izt/i186.c,
6960         * src/izt/tlcs900h.c,
6961         * src/mcs51/main.c,
6962         * src/pic/main.c,
6963         * src/pic16/main.c: modified port structures to reflect addition of
6964         initPaths hook,
6965
6966         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6967         * (pic16_dump_section): for registers in same address reserve memory once,
6968         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6969         to no_banksel,
6970         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6971         result is greater in size than right or left,
6972         * (pic16_genUMult8X8_8): there are some cases where the result can
6973         be 16 bits size, so handle these,
6974         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6975         * (pic16_outBitC): modified to emit pcodes,
6976         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6977         or not,
6978         * (genDivOneByte): implemented algorithm to divide 8-bits,
6979         * (genCmp): uncommented goto, but issues still exist,
6980         * (genAnd): fixed a bug with variables >8bits,
6981         * (genPackBits): optimization added that uses BCF/BSF to change a
6982         single bit,
6983         * (genAssign): fixed bug when assigning floating point literals,
6984         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6985         __sdcc_gsinit_startup label,
6986         * src/pic16/main.c (_pic16_init): removed search directory
6987         initialisations,
6988         * (_pic16_initPaths): NEW, used to initialise search directories,
6989         * (_hasNativeMulFor): support functions for all except char/int
6990         multiplication, and char division,
6991         * (PIC16_port struct): modified entry for native mul support,
6992         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6993         no_banksel option,
6994         * (buildCallTree): call to register_usage is ifdef'ed out,
6995
6996 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6997
6998         * device/include/string.h: applied Stas Sergeev's patch to make this
6999         header file compatible with the preprocessor -Wundef option
7000         * src/SDCCmain.c (main): abort compilation if preprocessor reports
7001         failure (fixes bug #941458)
7002
7003 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7004
7005         * src/SDCCopt.c (killDeadCode): fixed bug #907733
7006         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
7007         that the variable, not the function, should be static
7008         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
7009         to be consistent with non-literal case
7010
7011 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7012
7013         * src/SDCCast.c (isConformingBody): fixed bug #949967
7014         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
7015         convilong): fixed bug #952086
7016
7017 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7018
7019         * src/SDCCmem.c (allocVariables): fixed bug #955321
7020
7021 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7022
7023         * src/hc08/main.c (_hc08_genAssemblerEnd),
7024         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
7025         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
7026         completely eliminated the use of a temporary file
7027         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
7028         when more than one file linked
7029         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
7030
7031 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7032
7033         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
7034         which fixes bug #543481
7035         * support/regression/tests/bug-751703.c: fixed comments left from a
7036         cut and paste error
7037         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
7038         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
7039         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
7040         scopes
7041         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
7042         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
7043         are now changed to underscores in moduleName
7044
7045 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7046
7047         * as/mcs51/lkmem.c: better fix for bug #954173
7048
7049 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
7050         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7051
7052         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
7053         * device/include/c8051f000.h,
7054         * device/include/c8051f120.h,
7055         * device/include/c8051f300.h,
7056         * device/include/c8051f310.h,
7057         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
7058         PWM16) and detab'ed
7059
7060 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7061
7062         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
7063         and mailing lists, doc'ed --no-peep-comments, removed reference
7064         to knoppix (newest version has no LyX/LaTeX), other minor changes
7065         * src/SDCCglue.c (glue): save 2 bytes stack space with
7066         option --main-return. The ljmp could probably be avoided too
7067
7068 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7069
7070         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
7071
7072 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7073
7074         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
7075         * src/SDCCopt.c (isLocalWithoutDef),
7076         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
7077         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
7078         (credit to Maarten Brock for patch #949363, on which this is based)
7079         * support/regression/tests/bug-751703.c: some test cases of extern used
7080         within inner scopes.
7081
7082 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7083
7084         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
7085         SPEC_STRUCT
7086         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
7087         struct definitions
7088         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
7089         dwWriteLabel): fix to create valid debugger symbols even when
7090         the module name has non-alphanumeric symbols in it
7091         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
7092         when a variable's allocation has been optimized away
7093
7094
7095 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7096
7097         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
7098         * src/hc08/main.c,
7099         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
7100         * src/mcs51/main.c,
7101         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
7102         * src/ds390/main.c,
7103         * src/z80/gen.c (z80_emitDebuggerSymbol),
7104         * src/z80/main.c,
7105         * src/pic/gen.c (pic14_emitDebuggerSymbol),
7106         * src/pic/main.c,
7107         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
7108         * src/pic16/main.c,
7109         * src/avr/gen.c (avr_emitDebuggerSymbol),
7110         * src/avr/main.c,
7111         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
7112         * src/xa51/main.c,
7113         * src/SDCCdebug.c (emitDebuggerSymbol),
7114         * src/SDCCdebug.h,
7115         * src/port.h: added a debugger struct to the port struct. Added a
7116         callback for defining debugger symbols
7117
7118         * src/SDCCast.c (createLabel),
7119         * src/SDCC.y (labeled_statement): mark all compiler generated labels
7120         with isitmp = 1
7121         * src/SDCCicode.h,
7122         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
7123         iCode back to the ast for the function
7124
7125         * src/hc08/ralloc.c (hc08_assignRegisters),
7126         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
7127         unneeded fields from the regs struct.
7128         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
7129         pushReg() & pullReg() functions instead of emitcode()
7130
7131         * src/hc08/gen.c (genLabel, genhc08Code),
7132         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
7133
7134         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
7135         debugger hooks
7136
7137         * src/hc08/gen.c (genEndFunction, genhc08Code),
7138         * src/hc08/gen.h,
7139         * src/mcs51/gen.c (genEndFunction, gen51Code),
7140         * src/mcs51/gen.h,
7141         * src/ds390/gen.c (genEndFunction, gen390Code),
7142         * src/ds390/gen.h,
7143         * src/z80/gen.c (genEndFunction, genZ80Code),
7144         * src/z80/gen.h,
7145         * src/z80/z80.h,
7146         * src/pic/gen.c (genEndFunction, genpic14Code),
7147         * src/pic/gen.h,
7148         * src/pic16/gen.c (genEndFunction, genpic16Code),
7149         * src/pic16/gen.h,
7150         * src/avr/gen.c (genEndFunction, genAVRCode),
7151         * src/avr/gen.h,
7152         * src/xa51/gen.c (genEndFunction, genXA51Code),
7153         * src/xa51/gen.h,
7154         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
7155         specific code to cdbFile.c and out of the backend code generators
7156
7157         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
7158         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
7159         starting address is now 0
7160
7161         * as/hc08/asm.h,
7162         * as/hc08/m08pst.c,
7163         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
7164         assembler directive for DWARF support
7165         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
7166
7167         * src/src.dsp,
7168         * src/Makefile.in,
7169         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
7170
7171 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7172
7173         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
7174         and inappropriate peephole optimization in jump tables
7175
7176 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7177
7178         * as/hc08/m08pst.c,
7179         * src/SDCCglue.c: sdccopt works for the hc08 port now
7180
7181 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
7182
7183         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
7184
7185 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7186
7187         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
7188
7189 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7190
7191         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
7192         rules
7193         * src/SDCCmain.c,
7194         * src/SDCCglobl.h,
7195         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
7196         comments from the peephole optimizer replacement rules
7197         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
7198         symbols
7199         * src/SDCCcse.c (updateSpillLocation),
7200         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
7201         equivalents
7202         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
7203         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
7204         objects far pointers
7205
7206 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7207
7208         * src/SDCCsymt.h: a missing part of my last change
7209         * src/pic/ralloc.c (regTypeNum),
7210         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
7211
7212 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7213
7214         * src/SDCCicode.h,
7215         * src/SDCCicode.c (aggrToPtrDclType),
7216         * src/SDCCptropt.h,
7217         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
7218         ptrPseudoSymConvert),
7219         * src/pic/ralloc.c (regTypeNum),
7220         * src/pic16/ralloc.c (regTypeNum),
7221         * src/hc08/ralloc.c (regTypeNum),
7222         * src/ds390/ralloc.c (regTypeNum),
7223         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
7224         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
7225
7226 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7227
7228         * link/z80/lkmain.c (afile),
7229         * as/hc08/lkmain.c (afile),
7230         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
7231         prevent a pointer problem when a filename has no directory and
7232         no extension specified.
7233
7234 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7235
7236         * link/z80/lkmain.c (afile): allow periods in directory names
7237         * link/z80/lkmain.c (afile),
7238         * as/mcs51/lkmain.c (afile),
7239         * as/hc08/lkmain.c (afile): allow linker script file to have an
7240         extension other than ".lnk"
7241         * link/z80/lklex.c (getfid),
7242         * link/z80/lkmain.c (parse),
7243         * as/mcs51/lklex.c (getfid),
7244         * as/mcs51/lkmain.c (parse),
7245         * as/hc08/lklex.c (getfid),
7246         * as/hc08/lkmain.c (parse): Support comments in the linker script
7247         file on lines by themselves and after filenames
7248
7249 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7250
7251         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
7252
7253 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7254
7255         * src/z80/peeph-z80.def: removed some peephole rules that don't
7256         work with multibyte arithmetic (fixed bug #937126)
7257         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
7258         to registers and not global variables
7259         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
7260         geniCodePreInc, geniCodePostDec, geniCodePreDec,
7261         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
7262         checking for assignments not internally generated (fixed bug #931895)
7263         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
7264         structure member (fixed bug #930072)
7265
7266 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7267
7268         * src/SDCCmain.c (linkEdit),
7269         * src/hc08/main.c (_hc08_parseOptions),
7270         * as/hc08/Makefile.in,
7271         * as/hc08/aslink.h,
7272         * as/hc08/asm.h,
7273         * as/hc08/m08pst.c,
7274         * as/hc08/lkrloc.c (relr, rele),
7275         * as/hc08/lkarea.c (lnkarea)
7276         * as/hc08/lkmain.c (afile, parse),
7277         * as/hc08/lkelf.c: support for ELF output
7278         * as/hc08/lks19.c (s19),
7279         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
7280
7281 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7282
7283         * as/mcs51/lkihx.c: Fixed bug #899105.
7284
7285 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7286
7287         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
7288         .dsp files from Unix to DOS.
7289
7290 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7291
7292         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
7293         function pointers; we have been compliant for several months now.
7294         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
7295         change that was accidently commented out
7296         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
7297         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
7298         bug #922319
7299
7300 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7301
7302         * src/hc08/gen.c: output of all of the internal debugging information
7303         is now controlled by the D() macro; it is disabled by default
7304
7305 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7306
7307         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
7308         harder to keep the same registers during a CAST iCode
7309         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
7310         long via int can be done in a single cast, if the signedness is
7311         correct.
7312         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
7313         putchar() in tinibios.c in ds390's library
7314
7315 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
7316
7317         * src/SDCCast.c (decorateType): fixed bug #898889,
7318         cast result of a literal complement too
7319         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
7320         fixed check for bitfields
7321
7322 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
7323
7324         * src/SDCCicode.c (geniCodeLogic): made it static,
7325         (geniCodeLogicAndOr): added in order to fix bug #905492,
7326         (ast2iCode): fixed bug #905492
7327         * support/regression/tests/bug-905492.c: added
7328         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
7329         (processParms): fixed bug #927659: don't copy parms, this will clear
7330         decorated flag
7331         * support/regression/tests/bug-927659.c: added
7332
7333 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
7334
7335         * src/SDCCast.c (addCast): don't cast float to char
7336         * device/lib/libsdcc.lib: added _memmove
7337
7338 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
7339
7340         * device/lib/large/Makefile: fixed parallel execution by
7341         replacing `make` by `$(MAKE)`
7342
7343 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7344
7345         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
7346         offsets (fixes bug #923936)
7347
7348 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
7349
7350         * device/lib/small/Makefile: fixed parallel execution by
7351         replacing `make` by `$(MAKE)`
7352
7353 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7354
7355         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
7356
7357 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7358
7359         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7360         * src/regression/Makefile: Regression test was not running.
7361
7362 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7363
7364         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7365         complement if possible
7366         * src/SDCCval.c (valComplement),
7367         * src/SDCCicode.c (operandOperation): fixed complement of literal
7368         * support/regression/tests/onebyte.c (testComplement): added
7369
7370 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7371
7372         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7373         return an optimized tree; actually replace actParm with the new tree
7374         * src/SDCCast.h: added some parantheses to remove side effects
7375         * support/regression/tests/bug-920866.c
7376
7377 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7378         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7379         Bit operands were not being handled properly in the pic14 port.
7380         (now src/regression/add.c passes again).
7381
7382 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7383
7384         * src/SDCC.y (labeled_statement): case and default no longer require
7385         a following statement (RFE #893037)
7386
7387 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7388
7389         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7390         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7391         disabled (fixes bug #916294)
7392         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7393         "mov a,acc"; patch provided by Lenny Story
7394         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7395
7396 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7397
7398         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7399         functions
7400         * src/ds390/gen.c (genFunction, genEndFunction),
7401         * src/ds390/ralloc.c (ds390_assignRegisters),
7402         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7403         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7404         pushed if there are parameters passed on the stack. Also, a cleaner
7405         way to decide if r0/r1 should be pushed/popped. (Together they fix
7406         bug #918693)
7407
7408 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7409
7410         * doc/sdccman.lyx,
7411         * device/lib/mcs51/crtpagesfr.asm,
7412         * device/lib/mcs51/crtxinit.asm,
7413         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7414         to avoid confusion with Si Lab's SFRPAGE register.
7415
7416 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7417
7418         * src/SDCCglue.c (emitMaps): allow public sfr variables
7419         * src/SDCCglue.c (initialComments): include compiler build date
7420         with compiler version and put the timestamp of the generated
7421         assembly file on a serperate line to be less confusing.
7422         * src/port.h: added genInitStartup hook
7423         * src/avr/main.c,
7424         * src/ds390/main.c,
7425         * src/hc08/main.c,
7426         * src/pic/main.c,
7427         * src/pic16/main.c,
7428         * src/xa51/main.c,
7429         * src/z80/main.c: genInitStartup initialize as NULL (default to
7430         historical behaviour)
7431         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7432         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7433         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7434         library instead of hard coding it into the compiler.
7435         * support/regression/ports/mcs51-stack-auto/spec.mk,
7436         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7437         * device/lib/mcs51/Makefile,
7438         * device/lib/small/Makefile,
7439         * device/lib/large/Makefile,
7440         * device/lib/mcs51/crtpagesfr.asm,
7441         * device/lib/mcs51/crtstart.asm,
7442         * device/lib/mcs51/crtxclear.asm,
7443         * device/lib/mcs51/crtxinit.asm,
7444         * device/lib/mcs51/crtclear.asm,
7445         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7446         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7447         and into user configurable files.
7448         * device/lib/clean.mk: clean mcs51 directory too
7449         * support/regression/tests/longlit.c: added static to T1 declaration
7450         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7451         accesses in the initialization code
7452
7453 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7454
7455         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7456         OSCTRIMVAL as noted in bug #916008
7457
7458 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7459
7460         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7461         in loops with multiple exits (reported as incorrect registers
7462         used by Martin Helmling in Sdcc-user list)
7463
7464 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7465
7466         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7467         made ds390 register extensions look less like error messages
7468
7469 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7470
7471         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7472         reported by Adam Wozniak in Sdcc-user list
7473
7474 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7475
7476         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7477         arithmetic optimizations, added debug output
7478
7479 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7480
7481         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7482         * sdcc.spec: updated and split sdcc into 3 rpms
7483         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7484         needed for literals of LEFT_OP and '+'
7485         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7486         introduced RESULT_TYPE_NOPROM
7487         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7488         left shift
7489         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7490         limited promotion to int only for '*'
7491         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7492
7493 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7494
7495         * src/pic16/gen.c (genSkip),
7496         (genc16bit2lit), (gencjneshort): commented out
7497         (is_LitOp): new helper function, checks operand type
7498         (genCmpEq): rewritten
7499
7500 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7501
7502         * support/regression/tests/bug-908454.c: added
7503
7504 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7505
7506         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7507         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7508         (geniCodeCast): cosmetic, don't preserve bit storage class
7509         (geniCodeLeftShift): added promotion
7510         (geniCodeLogic): fixed regression
7511         * src/SDCCsymt.c (computeTypeOr): accept bits too
7512         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7513
7514 2004-03-07  Borut Razem <borut.razem AT siol.net>
7515
7516         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7517
7518 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7519
7520         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7521         version of pic16_genPackRegisters which does not check if ic is a
7522         CAST operator,
7523         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7524         function cause string1.c regression test fails
7525
7526 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7527
7528         * sim/ucsim/configure.in,
7529         * sim/ucsim/configure,
7530         * sim/ucsim/doc/Makefile.in: use docdir
7531         * src/SDCC.y: fixed sbit atrributes
7532         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7533         * src/SDCCast.c (decorateType): |^& need special promotion handling
7534         * src/SDCCast.h,
7535         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7536         * src/SDCCsymt.h (computeType),
7537         * src/SDCCicode.c: computeType() needs op
7538         * src/SDCCsymt.c (checkTypeSanity),
7539         * doc/sddman.lyx: "plain" bitfields are unsigned
7540         * src/SDCCsymt.c (computeTypeOr): added
7541         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7542         |^& ops
7543         * src/SDCCval.c (val*): computeType() needs op
7544         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7545         * support/regression/tests/onebyte.c: added tests for |^&
7546
7547 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7548
7549         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7550         for writing icode into asm output.
7551
7552 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7553
7554         * src/pic16/device.c: added some debug lines enabled
7555         with macro DEBUG_CHECK,
7556         * src/pic16/genarith.c: more debug in genPlus,
7557         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7558         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7559         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7560         * (aopForSym): onStack symbols are re-placed in data memspace,
7561         and onStack flag is cleared,
7562         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7563         copy temporary pcodeop,
7564         * (genPcall): added warning for not updating PCLATU,
7565         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7566         always true for pic16 port,
7567         * (genMultOneWord): NEW, supports integer multiplication,
7568         * (genMult): modified to call genMultOneWord,
7569         * (ifxForOp): added warning when return NULL,
7570         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7571         flag is set before call to operandFromSymbol for implicit
7572         added structures,
7573         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7574         options.intlong_rent are set by default,
7575         * (_hasNativeMulFor): modified to allow port generation of integer
7576         multiplication,
7577         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7578         set regtype to REG_SFR for all registers, restricting seting the
7579         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7580
7581 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7582
7583         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7584         more than 500 times in the regression tests
7585
7586 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7587
7588         * support/Util/SDCCerr.h,
7589         * support/Util/SDCCerr.c,
7590         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7591         enumerator_list),
7592         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7593         for symbol conflicts.
7594         * support/valdiags/tests/enum.c,
7595         * support/valdiags/tests/tentdecl.c,
7596         * support/valdiags/tests/struct.c: expect possible error messages
7597         referring to original symbol definitions.
7598         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7599         * src/SDCCsymt.h,
7600         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7601
7602 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7603
7604         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7605
7606 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7607
7608         * src/pic16/ralloc.c (newReg): fixed bug #908929
7609
7610 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7611
7612         * src/ds390/gen.c: added missing #include "main.h"
7613
7614 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7615
7616         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7617         checking if symbol is already in set,
7618         * src/pic16/device.h: prototype for checkAddSym,
7619         * src/pic16/gen.c: (_G): added entry interruptvector,
7620         * (assignResultValue): removed some commented out lines,
7621         * (genFunction): check for ISR via sym->type, absolute section for
7622         interrupt code is created via a new pBlock, the goto instruction is
7623         placed now correctly at the interrupt vector position, changed all
7624         references from ivec to _G.interruptvector,
7625         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7626         is the interrupt is a high priority one, same for return from ISR,
7627         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7628         externs to calls of checkAddSym,
7629         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7630         pic16_pcode_verbose flag is set,
7631         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7632         * src/pic16/pcoderegs.c: message about how many registers are saved
7633         will only be emitted if pic16_pcode_verbose flag is set,
7634
7635 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7636
7637         * src/ds390/ralloc.h,
7638         * src/ds390/ralloc.c (ds390_regWithIdx),
7639         * src/ds390/gen.c (emitcode),
7640         * src/ds390/main.h,
7641         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7642         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7643         ds390operandCompare, getRegsRead, getRegsWritten,
7644         initializeAsmLineNode): customized instruction size calculation for
7645         ds390, started basis for some register optimizations
7646         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7647         corresponding assembly output
7648         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7649         missing push/pop of r0/r1. Optimized push/pops
7650
7651 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7652
7653         * src/mcs51/main.c (instructionSize): fixed ACALL size
7654         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7655
7656 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7657
7658         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7659         the sorting of rlist with NULL elements
7660         * (print_idataType, print_idata): NEW to create idata sections
7661         * src/pic16/device.h: idataSymSet new variable
7662         * src/pic16/gen.c (genFunction): fixed some bugs in string
7663         comparing, improved the absolute section creation for ISRs,
7664         added FSR0L/FSR0H in registers that are saved in an ISR,
7665         * (genInline): fixed the processing of inline snippets,
7666         now they undergo no process by the peephole optimizer
7667         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7668         are placed in idataSymSet,
7669         * (pic16emitStaticSeg): extern symbols are added in externs,
7670         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7671         switching when aboslute variables are placed in access bank memory
7672         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7673         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7674         commented out with #if,
7675         * (pic16_packRegisters): reintroduce the check for CAST because some
7676         symbols are not correctly handled,
7677         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7678         pCodeInstruction instead of pCode,
7679         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7680         pCodeAsmDir definition,
7681         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7682         directive, then the argument directive is emitted without the leading
7683         tab, hack for inline labels which must be in the first column,
7684         * (compareLabel,pic16_findNextInstruction),
7685         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7686         * (insertBankSwitch): modified for the new pCodeAsmDir,
7687
7688 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7689         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7690
7691         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7692         instance,
7693         * (pushSide): commented out with #if,
7694         * (assignResultValue): fixed some typos in saving
7695         registers,
7696         * (genPcall): FIXED and sync'ed with genCall,
7697         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7698         * (genNearPointerGet): fixed to handle some more cases,
7699         implementation scheme via table reads,
7700         * (genConstPointerGet): modified to access code memory correct,
7701         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7702         and improved to handle some cases
7703         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7704         instead of "RETLW" for init data
7705         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7706         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7707         variables are placed in access bank memory (<0x80 and >=0xf80),
7708         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7709         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7710         TBLWT_POSTDEC,TBLWT_PREINC
7711         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7712         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7713         directives
7714         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7715         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7716         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7717         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7718
7719 2004-02-29  Borut Razem <borut.razem AT siol.net>
7720
7721         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7722         support/Util/findme.h, support/Util/system.h: enhance binary relative
7723         search for lib and include by using findProgramPath()
7724
7725 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7726
7727         * src/SDCCpeeph.h,
7728         * src/SDCCpeeph.c (pcDistance),
7729         * src/port.h,
7730         * src/mcs51/ralloc.h,
7731         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7732         * src/mcs51/main.h,
7733         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7734         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7735         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7736         size calculation port specific, started basis for some register
7737         optimizations
7738         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7739         missing push/pop of r0/r1. Optimized push/pops
7740         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7741         * device/lib/_modsint.c (_modsint),
7742         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7743         and stack version so regression tests pass
7744
7745 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7746
7747         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7748         * src/SDCCast.c (decorateType): catch another small optimization
7749         with '?' operator
7750         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7751         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7752         modified to finally use computeType() all over SDCC,
7753         see Feature Request #877103
7754         * src/SDCCval.h: cosmetic
7755         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7756         valCompare(); regression tested in muldiv.c
7757         * support/regression/tests/muldiv.c (testMod): mod sign follows
7758         dividend only
7759
7760 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7761
7762         * src/SDCCast.c (decorateType): fixed bug #902362
7763         * doc/INSTALL.txt: fixed install instructions for win32
7764
7765 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7766
7767         * device/include/Makefile.in (install): fixed by replacing spaces
7768         by tabs
7769         * doc/README.txt,
7770         * doc/INSTALL.txt: updated for release
7771         * doc/sdccman.lyx: added warning for --xstack being buggy
7772
7773 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7774
7775         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7776         to eliminate build warnings.
7777         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7778
7779 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7780            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7781
7782         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7783         removed -penable-stack, added comment for stack pragma, added
7784         warning for not initializing the stack/frame registers, removed
7785         comment at interrupts section
7786
7787         Stack is made permanent, there is no ability to disable stack usage.
7788         * src/pic16/device.h,
7789         * src/pic16/device.c: removed all references to USE_STACK macro,
7790         * src/pic16/device.c (pic16_dump_section): when no elements in
7791         rlist, free rlist before return,
7792         * (pic16_dump_int_registers): NEW, internal registers are a new set
7793         of general purpose registers reused by each function,
7794         * (checkAddReg): returns 1 if registers is added to set,
7795         * (pic16_groupRegistersInSection): when a registers is of type
7796         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7797         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7798         SRCASECMP macro is moved here from device.c
7799         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7800         PO_PCLATU, PO_PRODL, PO_PRODH,
7801         * (pic16_pCodeOpType, genMinus,
7802         changed compares to "a" register, with AOP_ACC,
7803         * (pic16_genPlus): fixed some bugs and indented properly,
7804         * (pic16_addSign): changed size to size+offset in the MOVWF
7805         instruction,
7806         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7807         multiply 8-bit operand by literal, result is 8-bit,
7808         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7809         multiply 2 8-bit operand, result is 8-bit,
7810         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7811         genUMult8X*_16,
7812         * src/pic16/gen.c: changed accUse to contain WREG only,
7813         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7814         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7815         true, do not use immediate addressing any more unless sym is a
7816         pointer in codespace,
7817         * (aopForRemat): do not use immediate addressing when symbol not in
7818         codespace and when symbol's address is requested,
7819         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7820         accUse size (= 1),
7821         * (aopGet): added case for AOP_ACC and don't return "accumulator
7822         bug" but WREG instead,
7823         * (popGetTempReg): pushes contents of temporary register in stack,
7824         * (popReleaseTempReg): pops contents of temporary register from
7825         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7826         * (pic16_popGet): separated case AOP_ACC to return register WREG
7827         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7828         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7829         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7830         the use of immediate pointers to certain cases only.
7831
7832         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7833         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7834         * (assignResultValue, genCall, genRet): modified to use the new
7835         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7836         genPcall is still broken,
7837         * (genFunction): added code to create 'A' type pBlocks when
7838         interrupt functions are generated, code not extensively tested yet,
7839         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7840         * (genEndFunction): modified so ISRs pop stored registers from stack,
7841         * (genMultOneByte): cleanup,
7842         * (AccRsh): added flag andmask, to and result with appropriate mask,
7843         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7844         * (genDataPointerGet): fixed and reenabled its use,
7845         * (genNearDataPointerGet): bugs fixed,
7846         * (genDataPointerSet): bugs fixed,
7847         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7848         pic16_DumpSymbol, pic16_DumpOp,
7849         * src/pic16/genutils.h: function prototypes for the above functions,
7850         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7851         pointers,
7852         * (pic16emitRegularMap): many many many improvements, but needs a
7853         major cleanup,
7854         * src/pic16/main.c: enable_stack in pic16_options is removed,
7855         * (_pic16_parseOptions): removed command line options -penable-stack,
7856         * (_process_pragma): emit stack symbol only when stack pragma is
7857         processed,
7858         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7859         redirected to FSR0L/FSR0H pair,
7860         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7861         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7862         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7863         for immediates,
7864         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7865         * (dumpPicOptype): NEW,
7866         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7867         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7868         with movff instruction,
7869         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7870         added pic16_int_regs, some packRegsFor* functions are commented out,
7871         because produce errors,
7872         * src/pic16/NOTES: minor modifications
7873
7874 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7875
7876         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7877         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7878         --pack-iram.
7879         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7880         * as/mcs51/lkaomf51.c: fixed bug #895763
7881
7882 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7883
7884         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7885
7886 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7887
7888         * doc/sdccman.lyx: added details about the HC08 storage classes and
7889         interrupts, fixed the register usage info for z80 & gbz80
7890
7891 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7892
7893         * doc/sdccman.lyx: added more pic16 port documentation
7894         * device/include/pic16/: added header pic18fregs.h
7895
7896 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7897
7898         * doc/sdccman.lyx: added Vangelis' contribution
7899
7900 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7901
7902         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7903         extend to the next CALL or PCALL, not just to the next CALL.
7904
7905 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7906
7907         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7908
7909 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7910
7911         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7912         bug #895752 and a better fix for bug #716790
7913
7914 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7915
7916         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7917
7918 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7919
7920         * doc/sdccman.lyx: minor changes, minor changed
7921
7922 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7923
7924         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7925         which can't handle SDCC_NEWONEBYTEOPS,
7926         (geniCodeMultiply): removed conversion from mult to shift for pic14
7927         and pic16
7928
7929 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7930
7931         * src/hc08/gen.h,
7932         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7933         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7934         thus fixing bug #895406
7935
7936 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7937
7938         * device/lib/_modsint.c,
7939         * device/lib/_modslong.c: sign follows divisor only
7940         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7941         signs or signedness can be ignored
7942         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7943         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7944         added optimization for IFX,
7945         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7946         arguments;
7947         reenabled optimization for IFX, which was removed on 2004-01-11
7948         * src/SDCCast.h: added return type IFX
7949         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7950         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7951         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7952         SDCC_OLDONEBYTEOPS selects the old behaviour
7953         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7954         changed again and commented promotion rule
7955         * src/SDCCval.c (valDiv): promotion no longer necessary
7956         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7957         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7958         rewritten
7959         * support/regression/tests/onebyte.c: added
7960
7961 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7962
7963         * gen.c (genInline): reverted to old code for assemnling inline
7964         code because of bug reported James Chadd
7965
7966 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7967
7968         * ralloc.h: missing declarations from previous patch,
7969         seems that patch for ralloc.h was never applied, fixed
7970
7971 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7972            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7973
7974         * pcode.c,
7975         * pcode.h,
7976         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7977         indirect addressing. Marked FSR0 as deprecated
7978         * gen.c (pointerCode): commented out, not needed now
7979         (pic16_popGet2p): new MOVFF helper function
7980         (genGenPointerGet),
7981         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7982         (shiftRLong): removed duplicate debugging info
7983
7984 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7985
7986         * src/ds390/gen.c (genNearPointerGet),
7987         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7988         optimization with bits, but not bitfields.
7989         * src/ds390/ralloc.c (packRegisters),
7990         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7991
7992 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7993
7994         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7995
7996 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7997
7998         * src/SDCCsymt.h,
7999         * src/SDCCicode.c (operandFromSymbol),
8000         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
8001         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
8002         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
8003         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
8004         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
8005         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
8006         bug #892038
8007         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
8008         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
8009         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
8010         * src/SDCCsymt.c (newSymbol),
8011         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
8012         enumerator_list),
8013         * src/SDCCval.h,
8014         * src/SDCCval.c (newiList): fixed bug #885705
8015
8016 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8017
8018         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
8019         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
8020
8021 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8022
8023         * device/include/c8051f120.h,
8024         * device/include/c8051f300.h,
8025         * device/include/c8051f310.h: added/updated header files for Silicon
8026         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8027         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
8028         in new section Submitting patches
8029
8030 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8031
8032         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
8033         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8034         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8035         genGenPointerSet),
8036         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
8037         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8038         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8039         genGenPointerSet),
8040         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
8041         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8042         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8043         genGenPointerSet),
8044         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
8045         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8046         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8047         genGenPointerSet): fixed bug #892400
8048         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
8049         to eliminate build warnings.
8050         * src/SDCCast.c (processParms),
8051         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
8052         fixed bug 751859
8053         * support/valdiag/valdiag.py: added GCC to the list of defines active
8054         when compiling with gcc
8055
8056 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8057
8058         * support/Util/SDCCerr.h,
8059         * support/Util/SDCCerr.c,
8060         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
8061         with an incomplete type (fixed bug #883734)
8062         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
8063
8064 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8065
8066         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
8067
8068 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8069
8070         * src/SDCCast.c (decorateType),
8071         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
8072         function pointer implementation
8073         * support/regression/tests/funptrs.c: added tests to verify both forms
8074         of function pointers work correctly. Added tests to verify parameters
8075         are passed in the correct order.
8076
8077 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
8078
8079         * device.c (regCompare): registers are sorted by ascending
8080         address and increasing size,
8081         * main.c (_pic16_finaliseOptions): removed the declaration
8082         of compiler macro MCU. Now a macro of the format pic18fxxxx
8083         will be defined from the command line
8084
8085 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8086             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8087
8088         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
8089         PCOP_RLCF was overwritten!
8090         * gen.c (genSkip): commented out calls to pic16_emitcode,
8091         * (genCmpEQ): fixed "long" compares, only high word did get compared,
8092         * (genlshTwo),
8093         * (genRRC): added debugging info,
8094         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
8095         overwritten while shifting,
8096         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
8097         overwritten while shifting,
8098         * (AccLsh),
8099         * (AccRsh),
8100         * (shiftLLeftOrResult),
8101         * (shiftRLeftOrResult),
8102         * (shiftRLong),
8103         * (shiftLLong): Implemented with pic16_emitpcode
8104         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
8105         * (genLeftShift): Fixed bug, operand for shift by variable always
8106         was "and"ed with 0x0f,
8107         * (genLeftShiftLiteral),
8108         * (genrshTwo),
8109         * (genRightShiftLiteral): added debugging info,
8110         * (genrshFour): added comment,
8111         * (genRightShift): determined signedness from operand "left"
8112         instead of "result"
8113
8114 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8115
8116         * src/SDCCicode.c (geniCodeParms),
8117         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
8118         function pointers, fixed function pointer bugs #861242 and #861896
8119
8120 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8121
8122         * device/include/c8051f000.h,
8123         * device/include/c8051f120.h,
8124         * device/include/c8051f300.h: added header files for Silicon
8125         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8126
8127 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
8128
8129         * src/SDCCast.c (processParams): added new type flow and restructured
8130         (gatherAutoInit): added new type flow
8131         (addCast): cosmetic changes
8132         (getLeftResultType): added new type flow for array indices, patch
8133         provided by Stas, see FR #877103
8134         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
8135         array index patch by Stas
8136         * src/SDCCast.h: added prototype getResultTypeFromType()
8137         * src/SDCCval.h,
8138         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
8139         * src/pic/glue.c (pic14emitStaticSeg),
8140         * src/pic16/glue.c (pic16emitStaticSeg),
8141         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
8142         for initialization of symbols
8143         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
8144         * support/Util/SDCCerr.h:
8145         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
8146         * .version: bumped version number to 2.3.8
8147         * device/include/Makefile.in (install),
8148         * doc/Makefile (install): changed to 'rm `find ...`' construct to
8149         avoid warnings
8150
8151 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
8152
8153         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
8154         Slade Rich fixed an optimization bug
8155         * src/pic/pcodepeep.c,
8156         * src/pic/pcoderegs.c
8157         * doc/Makefile (install): added test for directory
8158
8159 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8160
8161         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
8162         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
8163         * src/pic/ralloc.c (getRegPtr, getRegGpr),
8164         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
8165         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
8166         * as/mcs51/asexpr.c (term),
8167         * as/hc08/asexpr.c (term): fixed bug #887146
8168
8169 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8170
8171         * src/z80/gen.c (genMult): handle single byte result product
8172         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
8173         DUMMY_READ_VOLATILE (fixed bug #886367)
8174
8175 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8176
8177         * support/regression/tests/libmullong.c: fixed logic, on little endian
8178         hosts we ended without a mullong_wrapper()
8179
8180 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8181
8182         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
8183         virus/worm forged address usage.
8184
8185 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8186
8187         Fixed promotion, it should be done on AST level:
8188         * src/SDCCast.c (addCast): added promotion to int
8189         (decorateType): updated call to upCast()
8190         * src/SDCCicode.c (geniCodeLeftShift): removed call to
8191         usualUnaryConversions()
8192
8193 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
8194
8195         * support/regression/tests/literalop.c (mulWrapper): Added a
8196         wrapper to remove integer overflow warnings.
8197
8198         * support/regression/tests/float_trans.c: Made work on host.
8199
8200         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
8201         location of sz80.
8202
8203         * support/regression/generate-cases.py (main): Changed from inline
8204         to a main method.
8205
8206         * doc/Makefile (install): Changed to depth first to get rid of
8207         missing directory install warning.
8208
8209         * as/Makefile (install-doc): Made work on Mac.
8210
8211 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
8212
8213         * src/SDCCast.c: added an additional type flow in decorateType() of
8214         opposite direction, see feature request #860006; it's enabled at runtime
8215         by setting the environment variable SDCC_NEWTYPEFLOW
8216         * src/SDCCast.h: changed prototype of decorateType()
8217         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
8218         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
8219         'char' to 'int' can be omitted, if both operands are 'unsigned char';
8220         see feature request #877103
8221         * src/SDCCval.c: updated call of decorateType()
8222         (valBitwise): fixed bug #882876
8223         (valMinus): added promotion
8224         (valLogicAndOr): result is unsigned
8225         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
8226         * src/SDCCsymt.c (computeType),
8227         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
8228         must not cause an unsigned operation
8229         * src/pic/glue (pic14emitRegularMap),
8230         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
8231
8232 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
8233
8234         * src/pic/pcode.c (PCodeID): commented out left over debug code
8235
8236 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
8237
8238         * support/valdiag/tests/overflow.c: added shift tests
8239         * src/pic/device.c,
8240         * src/pic/gen.c,
8241         * src/pic/gen.h,
8242         * src/pic/glue.c,
8243         * src/pic/main.c,
8244         * src/pic/pcode.c,
8245         * src/pic/pcode.h,
8246         * src/pic/pcodepeep.c,
8247         * src/pic/pcoderegs.c,
8248         * src/pic/ralloc.c,
8249         * src/pic/ralloc.h: applied patch from Slade Rich;
8250         added support for multiple code pages and multiple RAM banks on the
8251         PIC 14 port. The ASM files now no longer simply assume all the
8252         code / RAM are in the same page / bank. This means the linker can
8253         safely allocate code/RAM of separate ASM files to different pages/banks.
8254         * doc/sdccman.lyx: added Slade's tips
8255         * src/mcs51/peeph.def: fixed bug #880768
8256
8257 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8258
8259         * src/hc08/ralloc.c (rematStr): fixed bug #879282
8260         * src/SDCCast.c (decorateType): fixed bug #880197
8261
8262 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
8263
8264         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
8265         getopt.h.
8266
8267         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
8268         strtof is not part of C89 and isn't included with Mac OS X.
8269
8270 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8271
8272         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
8273         shiftL2Left2Result): fixed bug #879326
8274         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
8275         (genMultOneByte): fixed bug in signed vs unsigned multiplication
8276         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
8277         address fetch for clr instruction
8278         * device/lib/hc08/_mulint.c: created optimized assembly version
8279         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
8280
8281 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
8282
8283         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
8284         proposed in FR #877103
8285
8286 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
8287
8288         * src/SDCCval.c (cheapestVal): added missing checks
8289         * src/SDCCicode.c (usualBinaryConversions): fixed condition
8290         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
8291
8292 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
8293
8294         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
8295         equal operands
8296
8297 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
8298
8299         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
8300         loaded with the linker search paths (-L arguments) and the libraries
8301         to be linked with the current source (-l arguments). Changes
8302         currently will affect only the pic16 port.
8303         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
8304         include path the port specific paths and port specific libraries,
8305         * gplink command now contains the $3 argument,
8306         * src/pic16/device.h,
8307         * src/pic16/device.c,: structure PIC_device is made public and
8308         renamed to PIC16_device, the same for variable Pics which is renamed
8309         to Pics16. Updated all references to them.
8310         * src/pic16/glue.c (pic16glue): corrected bug with code
8311         initialization which bypassed the variable initializations block.
8312
8313         * device/lib/pic16/Makefile.rules: removed --penable-stack from
8314         COMPILE_FLAGS and added the --nostdinc option
8315
8316 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8317
8318         * device/include/mc68hc908jb8.h: Register defs for another member
8319         of the hc08 family. Contributed by Bjorn Bringert - thanks!
8320
8321 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
8322
8323         Documenting changes from previous commits.
8324         * configure.in (version 1.56),
8325         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
8326         when generating output files to configure the pic16 library,
8327         but now I've commented it out, since gputils aren't installed in the
8328         SF compile farm, so library won't compile
8329
8330         * device/lib/Makefile.in (version 1.56): initially I've added in
8331         target 'all' the prerequestive 'model-pic16' so it compiled the
8332         pic16 library, but now I've commented it out for the same reasons
8333         above,
8334         * added targets 'model-pic16' and 'objects-pic16' to compile the
8335         library
8336         * added target 'port-specific-objects-pic16' to handle the
8337         generated libraries and copy them into the build/ directory
8338         * added target 'clean-intermediate-pic16' to clean intermediate
8339         files into pic16 directory
8340         * in target 'installdirs' added line to create directory pic16 in
8341         the installation path
8342
8343         * device/include/Makefile.in (version 1.11): in target 'install'
8344         added lines to copy all header files to installation path,
8345         * in target 'installdirs' added line create directory for pic16
8346         headers in the installation path
8347
8348 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
8349
8350         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
8351          a function call
8352
8353 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
8354
8355         * configure,
8356         * device/lib/configure.in,
8357         * device/lib/configure: fixed for autoconf 2.57
8358
8359 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8360
8361         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8362         option so that it actually works. Made it specific to the z80, since
8363         the gbz80 doesn't have these kinds of I/O ports.
8364
8365 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8366
8367         * device/include/z180.h,
8368         * device/lib/_memcpy.c,
8369         * device/lib/_memmove.c,
8370         * device/lib/_mulint.c,
8371         * device/lib/ser_ir.c,
8372         * device/lib/ser_ir_cts_rts.c,
8373         * device/lib/_strcmp.c,
8374         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8375         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8376         portmode; added deprecation warning for bank= and protmode= forms.
8377         Also, guard against buffer overflow.
8378         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8379
8380 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8381
8382         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8383         changed interrupt vector table generation to only emit declared vectors.
8384         * device/include/Makefile.in: added missing backslash
8385         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8386
8387 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8388
8389         Mainly changes to support compilation of the device libraries
8390         * src/pic16/device.c: stack is allocated via symbol and not
8391         via literal number. The symbol is placed in the corresponding
8392         position of the data ram
8393         * (pic16_dump_section): relocatable and absolute uninitialized
8394         data are now emitted in sorted order to reduce section naming,
8395         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8396         weren't marked as being in the access bank,
8397
8398 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8399
8400         Added portion of GNU PIC Library under the directory
8401         device/include/pic16 and device/lib/pic16. These files
8402         contain the declarations of SFRs for the PIC18Fxx2 devices.
8403         The directory is initialized via configure from toplevel.
8404
8405 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8406
8407         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8408         the spilllocations to be compared correctly
8409
8410 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8411
8412         * src/SDCCast.c (decorateType): fixed bug introduced today
8413
8414 2004-01-12  Borut Razem <borut.razem AT siol.net>
8415
8416         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8417         doc/sdccman.lyx: upper case pragmas are deprecated
8418
8419 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8420
8421         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8422         in simpler and even better code
8423
8424 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8425
8426         * src/SDCCicode.c (operandOperation): fixed bug #874819
8427         * src/SDCCast.c (decorateType): fixed
8428         char foo (unsigned long ul) { return ul > 0; }
8429
8430 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8431
8432         * doc/sdccman.lyx: Moved and added some sections, small changes
8433         all over. Telling LaTeX to be less strict with word spacing
8434         to better keep the right margin. Changed some notes about
8435         maintainance of the ports in section 3.2.1 - is it OK like this?
8436
8437 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8438
8439         SDCC source changes:
8440         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8441         convilong): modified to inform the pic16 port that builtin functions
8442         are external
8443
8444         PIC16 PORT specific changes:
8445         * src/pic16/device.c pic16_dump_equates() added,
8446         processor registers declared internally by the port are emitted in
8447         the translation as equates,
8448         * src/pic16/gen.c: inline code is passed unprocessed to the
8449         translation,
8450         * (pic16_popGetLit2): fnuction modified to take second operand as
8451         pCodeOp pointer and not as literal,
8452         * (popRegFromIdx): prefixed with pic16_,
8453         * (pic16_popCombine2): modified to receive already allocated pCode
8454         operands,
8455         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8456         * (genFunction): initializes local stack frame and pushes on stack
8457         all the registers used by this function,
8458         * (genEndFunction): restores all registers from stack and restores
8459         stack frame,
8460         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8461         improvements,
8462         * (pic16glue): changed the program startup sequence,
8463         * added new dbName code 'A' for functions placed in absolute section
8464         * src/pic16/main.c: added function attribute _naked,
8465         * added pragma 'code' to place a fnuction at an absolute address,
8466         * added command line arguments --debug-ralloc and --pcode-verbose,
8467         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8468         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8469         * (pic16_newpCodeOpLit2): modified to take the second operand as
8470         pCodeOp pointer,
8471         * (pic16_printpBlock): modified to emit each function in a separate
8472         section,
8473         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8474         UPPER for immediate operands,
8475         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8476         instruction,
8477         * src/pic16/peeph.def: all peepholes with movff are commented out,
8478         because there is a problem in the pcode peep optimizer,
8479         * src/pic16/ralloc.c: the register allocator can now reuse local
8480         function symbols for another function. This saves register usage.
8481         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8482
8483         Added file src/pic16/NOTES with information about program writing on
8484         the current port version.
8485
8486 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8487
8488         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8489         and peephole 252 (array access)
8490
8491 2004-01-09  Borut Razem <borut.razem AT siol.net>
8492
8493         * src/SDCCmain.c : fixed #872250: -l command line defined library
8494           files are scanned before standard library files
8495
8496 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8497
8498         * src/SDCCast.c (decorateType): fixed bug #874046
8499
8500 2004-01-09  Borut Razem <borut.razem AT siol.net>
8501
8502         * support/scripts/sdcc.nsi: remove previous installation
8503
8504 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8505
8506         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8507         bytes for last interrupt vector (mcs51)
8508         * sdcc.spec: fixed typo
8509
8510 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8511
8512         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8513         gen51Code): more efficient parameter receive for --model-large
8514         ("bug" #845294)
8515
8516 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8517
8518         * src/ds390/main.c,
8519         * src/z80/main.c: added missed needLinkerScript flags (more than
8520         one port structure defined in these file)
8521         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8522         bug #795325
8523
8524 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8525
8526         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8527         * src/port.h: added flag needLinkerScript in port->linker
8528         structure to inform whether to create a .lnk file or not,
8529         * src/avr/main.c,
8530         * src/ds390/main.c,
8531         * src/hc08/main.c,
8532         * src/mcs51/main.c,
8533         * src/pic/main.c,
8534         * src/pic16/main.c,
8535         * src/xa51/main.c,
8536         * src/z80/main.c: changed appropriately to configure
8537         needLinkerScript flag
8538         * src/pic/gen.c,
8539         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8540         * src/pic/glue.c: added variable udata_section_name to
8541         override default uninitialized data segment definition for
8542         devices only with SHAREBANK memory (reported from Erik Epetrich)
8543         * (pic14emitOverlay): modified to emit a commented overlay segment
8544         directive when no overlay data exist
8545         * (picglue): modified to emit uninitialized data segment
8546         according to udata_section_name
8547         * src/pic/main.c (_pic14_parseOptions): added command line
8548         options --udata-section-name=[name] to override default
8549         udata definition name
8550         * modified _linkCmd and _asmCmd to include compiler passed
8551         arguments via -W option
8552         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8553         object file from '.rel' to '.o' in port->linker structure,
8554         changed size of fptr from 2 to 3 in port structure
8555
8556 2004-01-07  Borut Razem <borut.razem AT siol.net>
8557
8558         * support/scripts/sdcc.nsi: update PATH
8559         * support/scripts/sdcc.ico: craeted
8560
8561 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8562
8563         * device/include/Makefile.in: fix install
8564         * doc/Makefile: fix install
8565
8566 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8567
8568         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8569         in bug #860505
8570         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8571         how the function variable allocation summary is displayed; also
8572         include information about variables allocated to the overlay
8573         segment
8574
8575 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8576
8577         * as/mcs51/lkmain.c: Help about -Y option
8578         * as/mcs51/lkarea.c: Fixed gcc warnings
8579
8580 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8581
8582         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8583         fixed warning
8584         * support/valdiag/tests/overflow.c: added
8585         * src/SDCCast.c (decorateType),
8586         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8587         LEFT_OP (left shift)
8588
8589 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8590
8591         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8592         (default behaviour).
8593
8594 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8595
8596         A python script to validate compiler diagnostic messages. It can be
8597         used to verify that sdcc complains about bad c source code and
8598         gives a good location of the error.
8599         * support/valdiag/Makefile,
8600         * support/valdiag/valdiag.py,
8601         * support/valdiag/tests/*
8602
8603 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8604
8605         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8606         * src/SDCCsymt.c (newEnumType),
8607         * src/SDCCsymt.h
8608         * support/Util/SDCCerr.c,
8609         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8610         enum related bugs.
8611         * support/regression/tests/enum.c: added test for enum values that
8612         require at least 2 bytes of storage.
8613
8614 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8615
8616         * src/common.h: added ifndef/define/endif macros
8617         around the header file.
8618         Bug reported from Jesus Calvino-Fraga
8619
8620 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8621
8622         * sdcc.spec: updated
8623         * device/include/Makefile.in: don't install CVS directories
8624         * device/lib/Makefile.in: added removal of CVS directories after install
8625         * doc/Makefile: fixed install, added local_icons
8626         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8627         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8628         * src/ds390/gen.c (genRightShift): fixed bug #870788
8629         * src/SDCCast.c (decorateType): fixed bug #870781
8630
8631 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8632
8633         PIC16 port related changes:
8634         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8635         added variable stackPos,
8636
8637         * gen.c: genCall, assignResultValue: added support for
8638         pushing/retrieving function parameters to/from stack,
8639         genFunction,genEndFunction: setup stack frame for the
8640         generated function,
8641         genAddrOf: will be changed according to bug 863624
8642
8643         * added files genutils.c and genutils.h which contain gen*
8644         debugged and optimised functions extracted from gen.c
8645
8646         * glue.c: added variable 'externs' which holds extern symbols,
8647         pic16emitRegularMap: is modified to properly handle relocatable
8648          symbols under the new scheme,
8649         pic16createInterruptVect: is modified
8650         pic16printPublics: is modified to emit 'global' assembler directives,
8651         added pic16_printExterns to print extern symbols,
8652         pic16glue: initializes stack/frame pointer in the beginning of
8653         the assembly output. Temporary hack, will be corrected later,
8654         because gplink yet does not support stack and SDCC does not
8655         yet support a type of crt0.o object to create the final binary.
8656
8657         * Removed many lines that contain 8051 legacy code.
8658         * The code is finally placed under a 'code' directive.
8659         * Added port specific options.
8660
8661         * _process_pragma: simplified since now we do not need *special*
8662         include file to define SFR registers. But a separate header
8663         will be needed. This will be developed later.
8664         * _pic16_parseOptions: added, parses port specific options:
8665         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8666         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8667         --preplace-udata-with=
8668
8669         * _pic16_setDefaultOptions: modified to initialize section names,
8670         but hack is temporarly out of order since it needs improvement.
8671         * _pic16_genAssemblerPreamble: configuration words are emitted by
8672         their address instead of their name. This part is incomplete and
8673         supports only the 18Fxx2 devices. Other devices will emit an error
8674         during assembly since they do not contain the same set of config
8675         registers
8676         * _pic16_genIVT: is modified,
8677
8678         * pcode.c: added definitions for some hardware registers that are needed
8679         for stack support
8680         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8681         All PCI entries are updated. Now LFSR is supported.
8682         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8683         * added pic16_newpCodeOpLit2 to support instructions with
8684         two literal arguments
8685         * pic16_pCode2str: corrected code that emits assembler instructions
8686         with two literal operands and those that have an access bit modifier
8687         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8688         this fixes a bug which caused some labels to be lost, when an
8689         assembler directive was added, i.e. banksel,
8690         * pic16_FixRegisterBanking: improved logic that causes the insertion
8691         of bank switching,
8692         * InlineFunction: functions that are called once, are not any more
8693         inlined. This can be a port option in the future,
8694
8695         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8696
8697         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8698         hold the corresponding uninitialized symbols,
8699         * pic16_allocProcessorRegister: registers have explicit marked the
8700         accessBank field,
8701         * pic16_allocInternalRegister: registers are explicit marked as
8702         not used,
8703         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8704         processing list, so bit registers were lost,
8705         *
8706
8707         * ralloc.h: added field 'accessBank' and original symbol operand
8708         in register definition,
8709         * removed the field isMapped from register definition,
8710
8711         ** Several functions have been removed from various sources:
8712         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8713         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8714         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8715         pic16_assignRelocatableRegisters
8716
8717         ** others have been introduced:
8718         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8719         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8720
8721 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8722
8723         * support/scripts/inc2h.pl: changed definition of BIT_AT
8724         to emit 'sbit at' instead of 'bit at'. This was a request.
8725
8726         PIC16 port related preliminary changes:
8727         * gen.c: prefixed function popRegFromString with
8728         pic16_ and all references to it corrected
8729         * pcode.c: all pic16_pc_* hardware registers prefixed
8730         with underscore (_),
8731         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8732         * ralloc.c: newReg(): when register is REG_SFR then
8733         set address to rIdx,
8734         pic16_allocProcessorRegister(): marks register wasUsed=0
8735         pic16_writeUsedRegs(): added a call to assign processor
8736         registers via pic16_assignFixedRegisters
8737
8738 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8739
8740         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8741         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8742         variables in unused register banks.  Also the SSEG is placed
8743         wherever there is enough space for it, and IDATA can be anywhere
8744         in internal RAM.  For now compile using -Wl-Y[stack_size].
8745         The mem file is different for this option as well, since it
8746         makes no sense of talking about DSEG lenght.
8747
8748 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8749
8750         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8751         in certain cases, e.g. when ROM assignment, patch provided
8752         from Albert den Haan.
8753
8754 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8755
8756         Many signedness and type propagation fixes:
8757         * src/SDCCicode.c: made geniCodeCast() static
8758         replaced SPEC_ by IS_ (cosmetic)
8759         (operandOperation): fixed div and mod operation
8760         (usualBinaryConversions): added support for promotion of char
8761         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8762         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8763         (geniCodeAdd): an array index will stay unsigned, even if promoted
8764         from char to int
8765         (geniCodeArray): ditto
8766         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8767         * src/SDCCsymt.c (computeType): added more support for char;
8768         promotion of char is selectable by promoteCharToInt, fixed signedness
8769         for all cases
8770         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8771         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8772         * src/SDCCval (val*): replaced signedness calculation by
8773         computeType()
8774         rearranged if-branches (cosmetic)
8775         (valShift): added warning W_SHIFT_CHANGED
8776         (valCompare): fixed problem with different types
8777         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8778         * support/regression/tests/literalop.c: added many cases
8779         * support/regression/tests/ast_constant_folding.c: changed finally to
8780         'unsigned int'
8781         * .version: new year, new version: 2.3.7
8782         * src/SDCCmain.c (main): applied patch #866468
8783         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8784         provided by Scott Bronson
8785         * doc/sdccman.lyx: updated documentation for sdcdb
8786         updated and added chapter tips
8787
8788 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8789
8790         * src/SDCCsymt.h: missing from yesterday's commits
8791
8792 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8793
8794         * src/SDCC.y (struct_or_union_specifier),
8795         * support/Util/SDCCerr.c,
8796         * support/Util/SDCCerr.h: verify that struct & union tags are used
8797         as declared.
8798
8799 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8800
8801         * src/SDCCglobl.h: missing from yesterday's commits
8802
8803 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8804
8805         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8806         sft_attributes, struct_declaration, parameter_declaration,
8807         type_name, start_block, declaration_list),
8808         * src/SDCC.lex (check_type): support redefinition of typedef names
8809
8810 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8811
8812         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8813         aligned xdata arrays. Erik helped me with the if clause.
8814
8815 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8816
8817         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8818         warning
8819
8820 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8821
8822         * src/SDCCast.h,
8823         * src/SDCCast.c (newAst_),
8824         * src/SDCCicode.h,
8825         * src/SDCCicode.c (ast2iCode, newiCode),
8826         * src/SDCCglobl.h,
8827         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8828         expr, statement, expression_statement, selection_statement,
8829         iteration_statement, expr_opt, jump_statement): foundation for tracking
8830         sequence points
8831         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8832         point code too)
8833
8834 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8835
8836         * support/Util/SDCCerr.c,
8837         * src/SDCCast.h,
8838         * src/SDCCast.c (createCase, createDefault, decorateType),
8839         * src/SDCClabel.c (labelUnreach),
8840         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8841         to error messages.
8842         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8843         (with thanks to Stas Sergeev)
8844         * device/include/time.h,
8845         * device/lib/time.c (CheckTime): suppress unreachable code warning
8846
8847 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8848
8849         * src/SDCCast.c (createIvalCharPtr),
8850         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8851         bug #753752)
8852         * support/regression/tests/nullstring.c: tests for these two bugs
8853
8854 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8855
8856         * support/Util/SDCCerr.h,
8857         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8858         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8859         about storage class and 'at' used inside struct or union
8860         * src/SDCCBBlock.c (iCodeFromeBBlock),
8861         * src/SDCCcse.c (ifxOptimize),
8862         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8863         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8864         printIval, emitStaticSeg, emitOverlay),
8865         * src/SDCClabel.c (deleteIfx),
8866         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8867         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8868         gatherAutoInit, processParms),
8869         * support/Util/SDCCerr.h,
8870         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8871         reporting for post-parse errors.
8872
8873 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8874
8875         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8876         implicit casts via union; they don't work on big endian systems
8877         (possible fix for bug #861138)
8878
8879 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8880
8881         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8882         * src/mcs51/main.c: fixed the fix for bug #737001
8883
8884 2003-12-15  Borut Razem <borut.razem AT siol.net>
8885
8886         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8887
8888 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8889
8890         * support/makebin/makebin.c: put output in binary mode
8891
8892 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8893
8894         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8895         xdata and data memory on startup. Set the environment variable
8896         SDCC_NOGENRAMCLEAR to disable this.
8897         * src/mcs51/peephole.def,
8898         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8899         (allows non-interrupt and interrupt code to safely compete for a resource
8900         without the non-interrupt code having to disable interrupts)
8901
8902 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8903
8904         * src/SDCCicode.c (geniCodeAdd),
8905         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8906         with valFromType if type might be a pointer and host is big endian).
8907         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8908         types, not just integer types.
8909         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8910         multiply defined with mismatching "at" address.
8911
8912 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8913
8914         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8915         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8916         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8917         with embedded nulls (fixed bug #753752)
8918
8919 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8920
8921         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8922         Apparently this did not see much testing (endless loop)
8923
8924 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8925
8926         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8927
8928 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8929
8930         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8931         gracefully handle NULL memmap pointers
8932
8933 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8934
8935         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8936         instead of deleting the iCode when an operand is volatile
8937         * src/z80/gen.c (genDummyRead),
8938         * src/mcs51/gen.c (genDummyRead),
8939         * src/ds390/gen.c (genDummyRead),
8940         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8941         not just IC_RIGHT
8942         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8943         * src/SDCC.y: fixed bug #850420
8944
8945 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8946
8947         Applied z80 i/o port patch from Peter Townson and fixed some operators
8948         to better handle operands in A register.
8949         * device/include/z180.h
8950         * src/SDCC.y
8951         * src/SDCCglue.c
8952         * src/z80/gen.c
8953         * src/z80/gen.h
8954         * src/z80/main.c
8955         * src/z80/peeph-z80.def
8956         * src/z80/peeph.def
8957         * src/z80/z80.h
8958
8959 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8960
8961         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8962
8963 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8964
8965         * device/lib/hc08/_mullong.c: Removed extra #endif
8966
8967 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8968
8969         * sim/ucsim/hc08.src/inst.cc,
8970         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8971         carries from x to h
8972         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8973         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8974         * device/include/stdarg.h: fixed varargs for hc08
8975         * device/lib/Makefile.in,
8976         * device/lib/hc08/Makefile,
8977         * device/lib/hc08/_mulint.c,
8978         * device/lib/hc08/_mullong.c: fixed some endian problems
8979
8980 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8981
8982         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8983         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8984         * device/lib/_gptrget.c,
8985         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8986
8987 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8988
8989         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8990         * src/SDCCast.c (astErrors): fixed bug #846007
8991         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8992
8993 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8994
8995         * src/SDCCast.c (decorateType): disabled a transformation I added in
8996         revision 1.188 (access to fields of a structure at an absolute address);
8997         it breaks with bitfields, extern declarations, and gcse analysis.
8998         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8999         could be assigned through a pointer, so don't complain.
9000         * src/SDCCast.c (astErrors),
9001         * src/SDCCast.h,
9002         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
9003
9004 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
9005
9006         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
9007         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
9008         output of __config directives, since gpasm now supports them
9009         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
9010         pre-processor macro, i.e. -DMCU=p18f452
9011         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
9012         and modified to handle 'cast' icode similarly to '=' icode
9013         * src/pic16/device.h (typedef struct PIC_device): added field
9014         'extMIface' to indicate that chip has external memory interface
9015         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
9016         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
9017         18F8720
9018
9019 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9020
9021         * src/SDCC.y (pointer): fixed bug #846006
9022         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
9023         * src/SDCCast.c (decorateType): fixed bug #846009
9024         * src/ds390/peeph.def,
9025         * src/ds390/gen.c (genAnd, genOr),
9026         * src/mcs51/peeph.def,
9027         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
9028
9029 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9030
9031         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
9032         * src/SDCCdflow.c
9033         * src/SDCCcse.c
9034         * src/SDCCcse.h
9035         * src/SDCCBBlock.h
9036         * src/SDCCBBlock.c
9037
9038 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
9039
9040         fixed bug #845089
9041         * src/SDCCbitv.h,
9042         * src/SDCCbitv.c: added function to free a bitvector
9043         * src/SDCClrange.h,
9044         * src/SDCClrange.c: added function to recompute the liveranges
9045         * src/avr/ralloc.c,
9046         * src/ds390/ralloc.c,
9047         * src/hc08/ralloc.c,
9048         * src/mcs51/ralloc.c,
9049         * src/pic/ralloc.c,
9050         * src/pic16/ralloc.c,
9051         * src/xa51/ralloc.c,
9052         * src/z80/ralloc.c: recompute the liveranges after register packing
9053
9054 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
9055
9056         * src/SDCCloop.c (newInduction): fixed bug #845630
9057
9058 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9059
9060         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
9061         inadvertantly left behind from my 2003-11-12 change
9062
9063 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9064
9065         Updated headers I neglected to commit yesterday.
9066         * src/SDCClrange.h,
9067         * src/SDCCicode.h
9068
9069 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9070
9071         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
9072         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
9073         * src/SDCCopt.c (eBBlockFromiCode),
9074         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
9075         the creation of the key hash table from the sequencing so it can be used
9076         earlier (for some GCSE bug fixes still pending)
9077
9078 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9079
9080         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
9081         * support/regression/tests/addsub.c: testing genPlus shortcut
9082
9083 2003-11-15  Borut Razem <borut.razem AT siol.net>
9084
9085         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
9086
9087 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9088
9089         * src/SDCCcse.c (cseBBlock): fixed bug #527779
9090         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
9091         ordering is immaterial.
9092         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
9093
9094 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9095
9096         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
9097         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
9098         (SIGSEV) of bug #840381
9099         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
9100         unlink new file before rename if new and old filenames are the same)
9101
9102 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9103
9104         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
9105         uninitialized variables) for the mcs51. Set environment variable
9106         SDCC_GENRAMCLEAR to test.
9107         xdata initialization slightly shorter
9108
9109 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9110
9111         * src/SDCCsymt.h,
9112         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
9113         #838241 & 780691 (basicly the same bug)
9114         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
9115         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
9116
9117 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
9118
9119         * src/SDCCmain.c (linkEdit): "fix" #834252
9120
9121 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9122
9123         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
9124         * src/SDCCast.h,
9125         * src/SDCC.y: fixed bug #819403
9126
9127 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9128
9129         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
9130         the reentrant attribute.
9131         * src/hc08/gen.c (genPackBits): added missing stack readjustment
9132         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
9133         simulation
9134         * src/SDCCast.c (decorateType): fixed bug with storage class not being
9135         updated during pointer dereference; f.e. ~(((char *)1)*) was being
9136         erroneously reduced to a literal.
9137         * src/hc08/ralloc.c (packRegisters, rematStr),
9138         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
9139         some cases
9140
9141 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9142
9143         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
9144         * doc/sdccman.lyx: changed from 'article' to 'book'
9145         * doc/Makefile: readded test_suite_spec and cdbfileformat
9146
9147 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
9148
9149         * device/include/stdlib.h: include malloc.h to comply with ANSI
9150         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
9151
9152 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9153
9154         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
9155         * doc/clean.mk: also remove *.out files
9156         * doc/sdccman.lyx: some additions, larger top/bottom margins
9157
9158 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9159
9160         * src/SDCC.y: fixed bug #837365
9161         * support/regression/tests/bitopcse.c
9162         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
9163         a symbol (might be valop instead)
9164         * device/lib/Makefile.in: added errno.c to HC08SOURCES
9165         * device/lib/clean.mk: added hc08 to the cleaning list
9166
9167 2003-11-04  Borut Razem <borut.razem AT siol.net>
9168
9169         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
9170           made 2003-11-04
9171         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9172           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
9173           malloc is declared in standard stdlib.h
9174
9175 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9176
9177         * device/lib/hc08/Makefile: need to clean .rel not .o files
9178         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
9179
9180 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9181
9182         * src/port.h,
9183         * src/hc08/main.c,
9184         * src/mcs51/main.c,
9185         * src/ds390/main.c,
9186         * src/z80/main.c,
9187         * src/avr/main.c,
9188         * src/pic/main.c,
9189         * src/pic16/main.c,
9190         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
9191         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
9192         tests (which uses the port's oclsExpense function)
9193         * src/SDCC.y,
9194         * src/SDCCast.c,
9195         * src/SDCCicode.c,
9196         * src/hc08/gen.c,
9197         * src/ds390/gen.c,
9198         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
9199
9200 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9201
9202         * src/SDCCcse.c (ifxOptimize),
9203         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
9204         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
9205         deleting the IFX iCode.
9206         * src/hc08/ralloc.c: reduced unneeded slocs
9207         * src/hc08/gen.c: fixed bug in asmopToBoolean
9208
9209 2003-11-04  Borut Razem <borut.razem AT siol.net>
9210
9211         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
9212           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9213           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
9214           transferred to configure
9215
9216 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
9217
9218         Use headers defined in the C[++] standards:
9219         * sim/ucsim/gui.src/serio.src/fileio.cc
9220         * sim/ucsim/gui.src/serio.src/frontend.cc
9221         * sim/ucsim/gui.src/serio.src/main.cc
9222         * sim/ucsim/gui.src/serio.src/posix_signal.cc
9223         * support/Util/NewAlloc.c
9224         * as/hc08/lklibr.c
9225         * as/mcs51/lklibr.c
9226         * as/z80/aslist.c
9227         * as/z80/assym.c
9228
9229 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9230
9231         * Added MSVC projects for hc08 assembler and linker:
9232         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
9233         /as/hc08/link_hc08.dsp
9234
9235 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
9236
9237         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
9238
9239 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
9240
9241         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
9242
9243 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9244
9245         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
9246
9247 2003-10-31  Borut Razem <borut.razem AT siol.net>
9248
9249         * support/cpp2/cpplib.h,
9250           support/cpp2/cpplib.c,
9251           support/cpp2/cpplex.c,
9252           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
9253           to switch _asm block preprocessing on / off. Default is
9254           #pragma preproc_asm +
9255
9256 2003-10-31  Borut Razem <borut.razem AT siol.net>
9257
9258         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
9259           when outputting comment blocks (when executed with -C option) and
9260           _asm (SDCPP specific) blocks
9261
9262 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9263
9264         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
9265
9266 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
9267
9268         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
9269
9270 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
9271
9272         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
9273         * src/SDCCast.c (decorateType): fixed bug #832664
9274
9275 2003-10-31  Borut Razem <borut.razem AT siol.net>
9276
9277         * support/cpp2/cpplex.c: fixed for SDCPP:
9278           comments(when executed with -C option) and _asm blocks
9279           were included even if they where in skipped #if block.
9280           Applied solution from GCC cpp 3.3.2
9281
9282 2003-10-31  Borut Razem <borut.razem AT siol.net>
9283
9284         * src/SDCC.lex: sdcc now understands both formats:
9285           '# <line_number> <file_name>' and
9286           '#line <line_number> <file_name>'
9287         * support/cpp2/cppmain.c: sdcpp now generates the standard
9288           '# <line_number> <file_name>' instead of former
9289           '#line <line_number> <file_name>'
9290
9291 2003-10-30  Borut Razem <borut.razem AT siol.net>
9292
9293         * support/cpp2/cpphash.h,
9294         * support/cpp2/cpplib.h
9295         * support/cpp2/cpplex.c,
9296         * support/cpp2/cppmain.c,
9297         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
9298
9299 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9300
9301         Fixed a number of problems revealed by bug #827883.
9302         * src/SDCCloop.c (loopInvariants): Spill location of the
9303         result operand should be recomputed if extracted from
9304         a loop. Also, don't extract assignments of an iTemp
9305         from a literal.
9306         * src/SDCCast.c (isConformingBody): loop reversal should
9307         not occur if the control variable is involved with a
9308         relational operator.
9309
9310 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
9311
9312         * .version: bumped to 2.3.6 to reflect the big improvements
9313         made by Erik and Klaus. Thanks!
9314
9315 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
9316
9317         Replaced the livrange code.
9318         * src/SDCClrange.c: added new LR code
9319         * src/SDCCloop.c,
9320         * src/SDCCBBlock.h: removed remainig parts from old LR code
9321         * src/ds390/ralloc.c,
9322         * src/ds390/gen.c: minor fixes to make it work with new code
9323
9324 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9325
9326         * as/hc08/asm.h,
9327         * as/hc08/lkrloc.c,
9328         * src/hc08/gen.c,
9329         * src/hc08/ralloc.c: Fix various warnings related to the hc08
9330         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
9331         (tweaked fix for bug #818696)
9332
9333 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9334
9335         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
9336
9337 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9338
9339         * src/SDCCmain.c,
9340         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
9341         * src/mcs51/gen.c (gencjneshort),
9342         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
9343         more efficient (per Scott Bronson's suggestion)
9344
9345 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9346
9347         Extended the semantics of the critical keyword to include
9348         individual statements. See RFE #827755 and #799831
9349         * src/SDCC.y
9350         * src/SDCCicode.c
9351         * src/SDCCopt.c
9352         * src/SDCCast.c
9353         * support/Util/SDCCerr.c
9354         * support/Util/SDCCerr.h
9355         * src/mcs51/gen.c
9356         * src/ds390/gen.c
9357         * src/hc08/gen.c
9358
9359 2003-10-19  Borut Razem <borut.razem AT siol.net>
9360
9361         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9362
9363 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9364
9365         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9366         Fixed bug #818696
9367         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9368         and predecrement operand is displayed
9369
9370 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9371
9372         * src/SDCCval.c (valMinus): fixed bug #826041
9373
9374 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9375
9376         Some hc08 related updates that I missed earlier
9377         * sim/ucsim/stypes.h
9378         * support/regression/ports/hc08/spec.mk
9379
9380 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9381
9382         New target "hc08" for the Motorola 68hc08 family of micros
9383
9384         * configure
9385         * configure.in
9386         * Makefile
9387         * src/hc08/*
9388         * src/SDCCmain.c
9389         * src/port.h
9390         * sim/ucsim/hc08.src/*
9391         * sim/ucsim/configure.in
9392         * src/ucsim/configure
9393         * sim/ucsim/packages_in.mk
9394         * as/hc08/*
9395         * as/Makefile
9396         * device/include/mc68hc908qy.h
9397         * device/lib/hc08/*
9398         * device/lib/Makefile.in
9399         * support/regression/ports/hc08/*
9400         * support/regression/Makefile
9401
9402 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9403
9404         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9405         regression test
9406         * src/ds390/gen.c (genCast): fixed bug #821957
9407
9408 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9409
9410         * device/lib/logf.c: "fixed" overlay bug
9411         * support/regression/ports/host/spec.mk: added m library
9412         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9413         * support/regression/tests/float_trans: added (for Eric)
9414
9415 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9416
9417         * src/mcs51/gen.c (genCpl): fixed bug
9418         http://sf.net/mailarchive/message.php?msg_id=6263915
9419
9420 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9421
9422         * src/SDCCast.c (decorateType): added extended constant folding
9423         * src/SDCCsymt.c (computeType): cleanup
9424         * src/SDCCval.c (valShift): minor optimization
9425         * support/regression/tests/ast_constant_folding.c: added
9426
9427 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9428
9429         * src/SDCCmain.c: removed some unintended changes
9430
9431 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9432
9433         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9434         * src/z80/gen.c: fixed part of bug #817589
9435         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9436
9437 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9438
9439         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9440         * src/SDCCcflow.c
9441         * src/SDCCcse.c
9442         * src/SDCCdflow.c
9443         * src/SDCClabel.c
9444         * src/SDCClrange.c
9445         * src/SDCCmem.c
9446         * src/SDCCopt.c
9447         * src/SDCCpeeph.c
9448         * src/SDCCset.c
9449         * src/avr/ralloc.c
9450         * src/ds390/ralloc.c
9451         * src/izt/ralloc.c
9452         * src/mcs51/ralloc.c
9453         * src/pic/ralloc.c
9454         * src/pic16/ralloc.c
9455         * src/xa51/ralloc.c
9456         * src/z80/ralloc.c
9457         * src/z80/gen.c: removed unused label "release:"
9458
9459 2003-10-06  Borut Razem <borut.razem AT siol.net>
9460
9461         * src/SDCC.lex: removed definition of unused variables
9462           save_optimize and save_options
9463
9464 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9465
9466         * clean.mk: removed '=' in "-maxdepth=1"
9467         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9468         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9469
9470 2003-10-06  Borut Razem <borut.razem AT siol.net>
9471
9472         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9473           my_unput() replaced by unput()
9474
9475 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9476
9477         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9478         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9479         type-punned pointer will break strict-aliasing rules"
9480         Old LR behaviour is again default; Klaus' LR can be choosen by
9481         defining the environment variable LRKLAUS
9482         * src/SDCCBBlock.h
9483         * src/SDCCloop.c
9484         * src/SDCClrange.c
9485         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9486         * clean.mk: fixed removal of files in bin/CVS/
9487         * device/lib/clean.mk: fixed removal of directories small and large
9488         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9489         * src/SDCCicode.c,
9490         * src/SDCCval.c: removed superflous test for pedantic
9491
9492 2003-10-05  Borut Razem <borut.razem AT siol.net>
9493
9494         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9495           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9496           message "unmatched #pragma SAVE and #pragma RESTORE"
9497
9498 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9499
9500         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9501           assembly, critical functions, atomic, nojtbound)
9502
9503 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9504
9505         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9506         * src/SDCCBBlock.h
9507         * src/SDCCloop.c
9508         * src/SDCCloop.h
9509         * src/SDCClrange.c
9510
9511 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9512
9513         * src/z80/gen.h,
9514         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9515         * src/mcs51/gen.h
9516         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9517         * src/ds390/gen.h
9518         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9519         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9520         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9521
9522 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9523
9524         * src/z80/gen.c (genRet): fixed bug #524753
9525         * src/z80/gen.c (genCast): fixed internal error on cast from
9526         pointer to long
9527         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9528         fix for bug #477835 to the z80
9529         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9530         for tracking iCodes in the peephole optimizer for z80
9531
9532 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9533
9534         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9535         the other part of bug #814548
9536         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9537
9538 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9539
9540         * src/SDCCcse.c: fixed part of bug #814548
9541
9542 2003-09-28  Borut Razem <borut.razem AT siol.net>
9543
9544         * src/asm.c: rewrite of printILine() to use temporary file instead
9545           a pipe
9546         * src/xa51/main.c: commented out declaration of int rewinds
9547
9548 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9549
9550         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9551
9552 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9553
9554         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9555         * src/asm.c (printILine): Fixed bug #811015
9556
9557 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9558
9559         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9560         freeing.
9561
9562 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9563
9564         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9565         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9566         to correctly handle general case of AOP_PAIRPTR
9567         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9568
9569 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9570
9571         * src/mcs51/ralloc.c (fillGaps),
9572         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9573         register positioning bug)
9574
9575 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9576
9577         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9578
9579 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9580
9581         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9582         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9583         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9584         (ralloc doesn't intentionally do this now, but perhaps later)
9585         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9586         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9587         register positioning bugs (Fixed bug #762602 and #795325)
9588         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9589         (Fixed bug #808779)
9590         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9591         lines that --i-code-in-asm generates
9592
9593 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9594
9595         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9596         trying to fclose a FILE* that was already closed.
9597
9598 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9599
9600         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9601         of const struct should be treated as if const themselves)
9602
9603 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9604
9605         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9606
9607 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9608
9609         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9610         Unix (/n) and DOS (/r/n) line terminations.
9611
9612 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9613
9614         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9615         bug #613775
9616
9617 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9618
9619         * src/mcs51/gen.c (genFunction, genEndFunction),
9620         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9621         and restore of EA so that stack offsets to parameters are
9622         correct when using both critical and reentrant/stack-auto.
9623         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9624         size (can be triggered in error if sloc is shared between
9625         different sized objects)
9626         * device/include/float.h: fixed macros to explicitly use
9627         unsigned long where needed
9628
9629 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9630
9631         Feature req. 799831: added code to allow nesting of critical functions
9632         * src/mcs51/gen.c (genFunction, genEndFunction)
9633         * src/ds390/gen.c (genFunction, genEndFunction)
9634
9635 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9636
9637         * src/SDCCsymt.c (sclsFromPtr),
9638         * src/SDCCsymt.h,
9639         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9640         support for standard C idiom of memory mapped variables; for
9641         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9642         to xdata int at 0x1234 tempvar = 1.
9643         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9644         provided by Akiya ISHIDA
9645
9646 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9647
9648         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9649         * src/SDCCval.c (constVal): added reduction from int to char
9650         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9651         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9652         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9653         to ignore the sign
9654         * support/regression/tests/shifts.c: fixed
9655
9656 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9657
9658         * src/z80/gen.c (genXor): Fixed bug #805445
9659
9660 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9661
9662         Fixed bug #621531 (const & volatile confusion in the type chain).
9663         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9664         refer to the const or volatile state of the pointer itself.
9665
9666         * src/SDCCast.c
9667         * src/SDCCglue.c
9668         * src/SDCCicode.c
9669         * src/SDCCsymt.c
9670         * src/SDCCval.c
9671         * src/SDCC.y
9672         * src/SDCCsymt.h
9673         * src/pic/gen.c
9674         * src/pic/ralloc.c
9675         * src/pic16/gen.c
9676         * src/pic16/ralloc.c
9677         * support/regression/tests/const.c
9678
9679 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9680
9681         When checking for duplicated modules, use absolute paths
9682         instead of relative paths.  Files changed:
9683
9684         * as/mcs51/lklib.c
9685         * link/z80/lklib.c
9686
9687 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9688
9689         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9690
9691 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9692
9693         * device/include/string.h: added size_t typedef, changed
9694         prototypes to use size_t, eliminated separate reentrant and
9695         non-reentrant declarations, added _memmove declaration
9696         * device/lib/_memcpy.c: changed to use size_t instead of int,
9697         changed /4 to >>2 to avoid division library call
9698         * device/lib/_memcmp.c,
9699         * device/lib/_memset.c,
9700         * device/lib/_strncat.c,
9701         * device/lib/_strncpy.c,
9702         * device/lib/_strncmp.c: changed to use size_t instead of int
9703         * device/lib/_memmove.c: new file (fixed bug #772294)
9704         * device/lib/Makefile.in: added _memmove.c
9705         * device/lib/z80/asm_strings.s: fixed bug #772290
9706         * support/regression/tests/bitfields.c: attempt to fix host assertion
9707         failure on amd64-unknown-linux2.2
9708
9709 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9710
9711         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9712         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9713         * as/z80/asmain.c (main): fixed bug #801766
9714
9715 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9716
9717         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9718         compilers
9719
9720 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9721
9722         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9723         reported in bug #800609
9724
9725 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9726
9727         * Top header beautifications in src/pic16 directory:
9728           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9729           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9730           pcoderegs.h, ralloc.c, ralloc.h
9731         * main.c: added top header and GPL license notice
9732         * pcode.c: fixed the if-conditional warning
9733
9734 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9735
9736         * device/lib/_mullong.c: replaced int by short for gcc
9737
9738 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9739
9740         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9741         and JUMPTABLE iCodes properly now (worked by accident before)
9742         * src/mcs51/gen.c (leftRightUseAcc),
9743         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9744         iCode properly now. Use getSize instead of nRegs since a & b
9745         aren't part of the nRegs tally.
9746
9747 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9748
9749         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9750         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9751           before instructions that use the _STATUS register
9752
9753 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9754
9755         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9756         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9757         fetching of the pointer
9758         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9759         copied from genNearPointerSet()
9760         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9761         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9762         If they pop r0/r1 they must be called in the opposite order than aopOp().
9763         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9764         (resp. --stack-auto), prepared for --xstack
9765
9766 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9767
9768         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9769
9770 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9771
9772         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9773         these ports have their own __sdcc_external_start()
9774
9775 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9776
9777         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9778         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9779         type for bits was changed. It resulted in bit variables becoming
9780         global, which is not permitted in PIC 14 assembly output.
9781
9782 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9783
9784         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9785
9786 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9787
9788         Z80 and MCS51 linkers complaint if a public symbol is defined
9789         in more than one library module:
9790
9791         * as/mcs51/lklib.c
9792         * link/z80/lklib.c
9793         * as/mcs51/Makefile.in
9794
9795 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9796
9797         A few small changes that speed up the peephole optimizer.
9798
9799         * src/SDCCpeeph.c
9800
9801 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9802
9803         Try to make the peephole optimizer smarter by maintaining
9804         an association between the assembly source code and the
9805         iCodes that originated them. Put this information to use
9806         with a new peephole rule condition "notVolatile" so that
9807         the rules can be aggressive yet still safe.
9808
9809         * src/SDCCpeeph.c
9810         * src/SDCCpeeph.h
9811         * src/mcs51/gen.c
9812         * src/mcs51/peeph.def
9813
9814 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9815
9816         Fixed bug #741761
9817
9818         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9819         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9820         if the left or right operand symbols have the accuse flag set.
9821
9822 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9823
9824         Changed the type of the result of the ! (NOT) operator to char;
9825         previously it returned the same type as the source. This allows
9826         us to eliminate all the genFloatNot functions (all of its target
9827         implementations were very buggy) since !float can use the same
9828         code as !long now.
9829
9830         * src/SDCCicode.c (ast2iCode): ! returns char
9831         * src/mcs51/gen.c (genNot, genNotFloat),
9832         * src/ds390/gen.c (genNot, genNotFloat),
9833         * src/z80/gen.c (genNot, genNotFloat),
9834         * src/pic/gen.c (genNot, genNotFloat),
9835         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9836
9837 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9838
9839         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9840         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9841            during interrupts. Ensure WSAVE is located at a shared bank address.
9842         2. Fixed page selection in some places
9843         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9844            the registers name strings.
9845         4. Fixed "signed / unsigned compare" compiler warnings.
9846         5. The PIC port manages its own allocation of the general purpose
9847            registers, but makes no attempt to reuse them. As a result when
9848            compiling it soon runs out of general purpose registers. Some
9849            additional code was added to the files pcode.c and device.c to walk
9850            through the function call tree and rename the registers so that they
9851            get reused.
9852
9853         * src/pic/device.c
9854         * src/pic/gen.c
9855         * src/pic/glue.c
9856         * src/pic/pcode.c
9857         * src/pic/pcode.h
9858         * src/pic/ralloc.c
9859         * src/pic/ralloc.h
9860         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9861         genPlus() & genMinus() when the result is the same as left or right
9862
9863 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9864
9865         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9866
9867 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9868
9869         Made bitfield a distinct type from bit so that bitfields
9870         convert as per ANSI C and bits retain their traditional
9871         boolean style behaviour. Implemented bitfield support in
9872         the z80 port.
9873
9874         * src/SDCCsymt.h,
9875         * src/SDCCsymt.c,
9876         * src/SDCCast.c,
9877         * src/cdbFile.c,
9878         * src/mcs51/gen.c,
9879         * src/ds390/gen.c: bit v bitfield split
9880         * src/z80/gen.c: New support for bitfields
9881         * support/regression/tests/bitfields.c: reenabled z80,
9882         added more tests
9883
9884 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9885
9886         Rules 246.x, 247.x relate to bitfields, the others speed up
9887         access to xdata mapped I/O devices.
9888
9889         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9890
9891 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9892
9893         Cleaned up genPackBits and genUnpackBits and added two helper
9894         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9895         for literal assignments in genPackBits (thanks to Frieder for
9896         reminding me).
9897
9898         * src/mcs51/gen.c
9899         * src/ds390/gen.c
9900
9901 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9902
9903         Fixed bug #748310 (pointer to function type mishandled when the
9904         function name is omitted). Also fixed a SIGSEGV when a function
9905         attribute (reentrant, etc) is used on a non-function or on a
9906         function but misplaced before the parameter list.
9907
9908         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9909         bug #748310
9910         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9911         * support/Util/SDCCerr.h,
9912         * support/Util/SDCCerr.c: Added func attr misuse error msg
9913
9914 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9915
9916         Fixed bug #787649 by anonymous
9917         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9918         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9919
9920 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9921
9922         Fixed numerous bitfield problems.
9923
9924         * src/SDCC.y: More bitfield related error checking
9925         * src/SDCCsymt.h,
9926         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9927         * support/Util/SDCCerr.h,
9928         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9929         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9930         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9931         * support/regression/tests/bitfields.c: tests added
9932
9933 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9934
9935         Made the constant following the "interrupt" keyword optional. If
9936         omitted, the function will not automatically be given an entry
9937         in the interrupt vector table (similar to #pragma NOIV, but
9938         less syntacticly kludgy). The interrupt number is also now
9939         range checked. Also fixed a bug in the high order bit example
9940         in the manual.
9941
9942         * src/SDCC.y
9943         * src/SDCCmem.c
9944         * src/SDCCglue.c
9945         * src/SDCCsymt.h
9946         * support/Util/SDCCerr.c
9947         * support/Util/SDCCerr.h
9948         * doc/sdccman.lyx
9949
9950 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9951
9952         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9953         * src/SDCCicode.c (operandOperation): rewritten some ops
9954         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9955         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9956         other type
9957         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9958         be re-activated by defining REDUCE_LITERALS)
9959         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9960         unsigned, but are signed by default
9961         * src/SDCCval.c (constVal): rearranged
9962         * src/SDCCval.c (valMod): preliminary fix
9963         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9964         * support/regression/literalop.c: added, work in progress
9965
9966 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9967
9968         Generate warnings for useless declarations like "char data;"
9969         that don't do what new users expect.
9970
9971         * src/SDCC.y
9972         * support/Util/SDCCerr.h
9973         * support/Util/SDCCerr.c
9974
9975 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9976
9977         * src/SDCCval.c (valMult): fix overflow detection of negative int
9978
9979 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9980
9981         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9982
9983         Changes to support big endian targets:
9984
9985         * src/ports.h
9986         * src/SDCCglue.c
9987         * src/avr/main.c
9988         * src/ds390/main.c
9989         * src/izt/i186.c
9990         * src/mcs51/main.c
9991         * src/pic/main.c
9992         * src/pic16/main.c
9993         * src/xa51/main.c
9994         * src/z80/main.c
9995
9996 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9997
9998         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9999         * device/lib/time.c: fixed warning "integer overflow in expression"
10000
10001 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
10002
10003         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
10004         * src/SDCCval.c (constVal): changed default to signed; hex and octal
10005         constants are unsigned; added recognition of "u" flag for unsigned
10006         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
10007         * src/SDCCval.c (valDiv, valMod): fixed signdness
10008         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
10009         signedness of modulo, left and right shift
10010         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
10011         * support/Util/SDCCerr.h: added warning W_INT_OVL
10012         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
10013         * src/SDCCast.c (ast_print): improved output of constants
10014
10015 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10016
10017         Fixed some warnings when building with MSVC:
10018
10019         * as/mcs51/asdata.c
10020         * as/z80/asdata.c
10021         * as/mcs51/asm.h
10022         * as/z80/asm.h
10023         * link/z80/aslink.h
10024         * link/z80/lkdata.c
10025         * link/z80/lkeval.c
10026         * link/z80/lkgb.c
10027         * link/z80/lkihx.c
10028         * link/z80/lks19.c
10029         * link/z80/lksym.c
10030         * support/cpp2/cpplib.c
10031         * src/ds390/gen.c
10032         * src/mcs51/gen.c
10033
10034 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
10035
10036         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
10037
10038 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10039
10040         * support/librarian/clean.mk: Do not remove Makefile.
10041         * support/librarian/Makefile: added.
10042
10043 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10044
10045         Added librarian to MSVC build:
10046         * all.dsp
10047         * sdcc.dsw
10048         * support/librarian/librarian.dsp
10049
10050         'configure' not needed for librarian, removed:
10051         * support/librarian/configure
10052         * support/librarian/configure.in
10053         * support/librarian/config_in.h
10054         * support/librarian/Makefile.in
10055
10056         Hopefully these ones built the librarian and the rest of sdcc properly:
10057         * Makefile
10058         * Makefile.common.in
10059
10060         Messed up 'configure', so revert to previous version:
10061         * configure
10062         * configure.in
10063
10064 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
10065
10066         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
10067         there, while the mantissa of a double is "only" 53 bits wide.
10068
10069 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10070
10071         Adding sdcclib to the build.  MSVC project coming soon.
10072         Files added/changed:
10073
10074         * support/librarian/clean.mk
10075         * support/librarian/configure
10076         * support/librarian/configure.in
10077         * support/librarian/config_in.h
10078         * support/librarian/Makefile.bcc
10079         * support/librarian/Makefile.in
10080         * support/librarian/sdcclib.c
10081         * Makefile.bcc
10082         * Makefile
10083         * Makefile.common.in
10084         * configure
10085         * configure.in
10086
10087 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10088
10089         Linker now complaints if linked modules have conflicting options, for
10090         example, one compiled using --model-large and another one compiled with
10091         --model-small.  The following files were modified:
10092
10093         * as/mcs51/asdata.c
10094         * as/mcs51/aslink.h
10095         * as/mcs51/asm.h
10096         * as/mcs51/asmain.c
10097         * as/mcs51/asout.c
10098         * as/mcs51/i51pst.c
10099         * as/mcs51/lkdata.c
10100         * as/mcs51/lklibr.c
10101         * as/mcs51/lkmain.c
10102         * as/z80/asdata.c
10103         * as/z80/asm.h
10104         * as/z80/asmain.c
10105         * as/z80/asout.c
10106         * as/z80/z80pst.c
10107         * link/z80/aslink.h
10108         * link/z80/lkdata.c
10109         * link/z80/lklibr.c
10110         * link/z80/lkmain.c
10111         * src/SDCCglue.c
10112
10113 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10114
10115         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
10116         as/mcs51/lklibr.c: Generate a warning when a library is not found.
10117
10118 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
10119
10120         * src/z80/mappings.i: fix _mul[us][int,long] entries
10121
10122 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10123
10124         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
10125
10126 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10127
10128         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
10129         * support/regression/tests/bitopcse.c: added
10130         fixed warning:
10131         * src/avr/gen.c:
10132         * src/pic/gen.c:
10133         * src/pic16/gen.c:
10134         * src/z80/gen.c:
10135         * src/xa51/gen.c:
10136
10137 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10138
10139         added support for new library format to z80, gbz80 linkers:
10140         *link/z80/aslink.h
10141         *link/z80/lklex.c
10142         *link/z80/lklib.c
10143         *link/z80/lklist.c
10144
10145 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10146
10147         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
10148         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
10149
10150 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
10151
10152         added DUMMY_READ_VOLATILE:
10153         * src/SDCC.y:
10154         * src/avr/gen.c:
10155         * src/xa51/gen.c:
10156         * src/z80/gen.c:
10157         * src/pic/gen.c:
10158         * src/pic16/gen.c:
10159         * src/mcs51/gen.c:
10160         * src/ds390/gen.c:
10161         * src/SDCCcse.c (algebraicOpts): many improvements
10162         * src/SDCCcse.h: removed algebraicOpts()
10163         * src/SDCCicode.c (picDummyRead): added
10164
10165 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10166
10167         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
10168         "Insufficient space in data memory".
10169
10170 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10171
10172         * src/mcs51/gen.c: fixed bug #771358
10173         * src/z80/gen.c: fixed bug #759087
10174
10175 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
10176
10177         * src/pic16/glue.c: minor cleanup by Vangelis
10178
10179 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10180
10181         * device/include/regc515c.h: fixed #758477
10182         * device/lib/_gptrget.c: saving some cycles in generic pointer get
10183         * device/lib/_gptrput.c: saved a few bytes
10184         * my tab spacing is 8, yours too?)
10185         * device/lib/_ser.c: process RX bytes earlier than TX bytes
10186         * device/lib/serial.c: process RX bytes earlier than TX bytes
10187         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
10188
10189 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10190
10191         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
10192
10193 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10194
10195     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
10196
10197 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
10198
10199         * device/lib/Makefile.in: bad fix, reverted to 1.43
10200
10201 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
10202
10203         * device/lib/Makefile.in: added missing z80 object files
10204
10205 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
10206
10207         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
10208         pic16 progress by Vangelis:
10209         * src/SDCCglobl.h:
10210         * src/SDCCmain.c:
10211         * src/pic/Makefile:
10212         * src/pic:
10213         * pic/Makefile:
10214         * pic16/device.c:
10215         * pic16/device.h:
10216         * pic16/gen.c:
10217         * pic16/gen.h:
10218         * pic16/genarith.c:
10219         * pic16/glue.c:
10220         * pic16/main.c:
10221         * pic16/pcode.c:
10222         * pic16/pcode.h:
10223         * pic16/pcodepeep.c:
10224         * pic16/peeph.def:
10225
10226 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10227
10228     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
10229
10230 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10231
10232     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
10233     added gbz80 build to MSVC project.
10234     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
10235     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
10236     from 8051 stuff and setup so it links using a .lnk file.
10237
10238 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10239
10240     * support/librarian/sdcclib.c: sdcc librarian.
10241     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
10242     with sdcclib.
10243
10244 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10245
10246     * as/mcs51/lkmain.c: properly handle extensions in function afile.
10247
10248 2003-07-02  Borut Razem <borut.razem AT siol.net>
10249
10250         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
10251         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
10252         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
10253         src/xa51/main.c, src/z80/main.c:
10254         virtualization of glue() function: each port has it's own glue function,
10255         which is accessed by do_glue function pointer in PORT.general structure
10256
10257 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
10258
10259         * DS800C400 fun, improved ROM interface and tinibios.
10260
10261 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
10262
10263         * More support for DS80C400. Now includes beginning of interface to ROM.
10264
10265 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
10266
10267         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
10268
10269 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10270
10271         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
10272
10273 2003-06-19  Borut Razem <borut.razem AT siol.net>
10274
10275         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
10276
10277 2003-06-19  Borut Razem <borut.razem AT siol.net>
10278
10279         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
10280         fixed Z80 port - crt0.o: cannot open.
10281
10282 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
10283
10284         * support/Util/MySystem.c (merge_command): revert bad fix
10285
10286 2003-06-18  Borut Razem <borut.razem AT siol.net>
10287
10288         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
10289
10290 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10291
10292         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10293         option --use-stdout sends errors to stdout instead of stderr.
10294
10295 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
10296
10297         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
10298
10299 2003-06-15  Borut Razem <borut.razem AT siol.net>
10300
10301         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
10302         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
10303         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
10304         fixed width array of pointers replaced with sets;
10305         multiple include and lib paths ared transferred to preprocessor and linker
10306         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
10307         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
10308         fixed width array of pointers
10309         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
10310         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
10311         fixupPath(), getPathDifference()
10312         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
10313         fixed width array of pointers
10314
10315 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
10316
10317         * src/pic16/ralloc.c: fix warnings
10318         * src/pic16/pcode.c: fix warning
10319
10320 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
10321
10322          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
10323         know all the details, but essentially this set of changes enable
10324         the pic16 port to generate movff instructions and generate assembler
10325         directives,
10326         * src/SDCCmain.c:
10327         * src/pic16/gen.c:
10328         * src/pic16/glue.c:
10329         * src/pic16/pcode.c:
10330         * src/pic16/device.c:
10331         * src/pic16/main.c:
10332         * src/pic16/pcode.h:
10333         * src/pic16/pcoderegs.c:
10334         * src/pic16/ralloc.c:
10335         * src/pic16/ralloc.h:
10336
10337 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10338
10339         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10340         added option --vc, so sdcc errors and warnings are compatible with
10341         Microsoft Visual Studio.
10342
10343 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10344
10345         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
10346           device/lib/libfloat.lib: added atof function.
10347
10348 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
10349
10350         * doc/sdccman.lyx: updated to Lyx 1.3
10351         * doc/cdbfileformat.lyx: updated to Lyx 1.3
10352         * doc/test_suite_spec.lyx: updated to Lyx 1.3
10353         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
10354
10355 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
10356
10357         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10358
10359 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10360
10361         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10362           additions to the "related tools/documentation" section
10363
10364 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10365
10366         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10367
10368 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10369
10370         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10371         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10372
10373 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10374
10375         * doc/sdccman.lyx: fix double dash and other minor things
10376         * doc/Makefile: fix double dash
10377
10378 2003-05-28  Karl Bongers(patches from Martin Helmling)
10379         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10380           condition and ignore commands.
10381
10382 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10383
10384         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10385           is in parts still quite out of date, I did changes as far as I felt makes sense
10386           for a non-native english speaker.
10387           Please feel free to add to the manual or to correct my changes.
10388         * doc/Makefile: undid touching the date of intermediate tex files.
10389
10390 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10391
10392         * doc/sdccman.lyx: Manual has an index now
10393
10394 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10395
10396         Finalize muluint/mulsint and mululong/mulslong merging:
10397         * device/lib/_mulint.c
10398         * device/lib/_mullong.c
10399         * device/lib/gbz80/mul.s
10400         * device/lib/gbz80/stubs.s
10401         * device/lib/z80/mul.s
10402         * device/lib/z80/stubs.s
10403         * src/SDCCsymt.c (initCSupport)
10404
10405 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10406
10407         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10408         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10409           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10410           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10411           instead of /Zm500.
10412
10413 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10414
10415         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10416           the regression tests I'm not brave enough to enable 245.b, 245.c
10417         * doc/sdccman.lyx: added latex preamble for hyperref package.
10418           Using pdflatex this will give you a hyperlinked pdf file with
10419           bookmarks. (prepend '%' before /usepackage if this breaks something)
10420
10421 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10422
10423          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10424
10425 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10426
10427         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10428
10429 2003-05-21    <johan AT balder>
10430
10431         * src/SDCCglue.c (printIval): fixed bug #739934
10432
10433 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10434
10435         Applied patch from bug 737905 (renamed yylineo to mylineno):
10436         * src/altlex.c
10437         * src/SDCCast.c
10438         * src/SDCglobl.h
10439         * src/SDCC.lex
10440         * src/SDCCsymt.c
10441         * src/SDCCval.c
10442         * src/pic16/pcode.c: Cleaned warnings
10443         * src/pic16/pcodeflow.c: Cleaned warnings
10444         * src/pic16/pcoderegs.c: Cleaned warnings
10445
10446 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10447
10448         * src/pic16/pcode.c: Cleaned warnings
10449         * src/pic16/pcodepeep.c: Cleaned warnings
10450         * src/pic16/ralloc.c: Cleaned warnings
10451
10452 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10453
10454         * doc/sdccman.lyx: fixed bug 739745
10455         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10456
10457 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10458
10459         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10460         it can be defined with CFLAGS when running configure
10461         * src/SDCCmain.c: fixed compiling + linking with object files
10462
10463 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10464
10465         * configure.in: configure for pic16 port,
10466             added --disable-pic16-port
10467         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10468         * src/SDCCmain.c: linkOptions is changed to set *,
10469             added if/endif conditional macros to remove options help
10470             messages from optionsTable when a port is not configured, added
10471             support for the PIc16 port in the ports table, when executing
10472             the compiler with no port specified on command line, a default
10473             port is selected with the new macro DEFAULT_PORT which is
10474             defined in port.h, in setDefaultOptions() linkOptions is removed
10475             from initialization assignment, since now it is a set,
10476             parseCmdLine uses setParseWithComma for linkOptions, in
10477             linkEdit() linkOptions are accessed with new function indexSet()
10478             which returns the i'th item of a set variable. See SDCCset.c, in
10479             linkEdit() when calling buildCmdLine(), added linkOptions as
10480             last argument. Now users can pass arguments to gplink via the
10481             -Wl option, main() uses pic16glue() to glue up pic16 programs
10482         * src/SDCCpeeph.c: various changes to support pic16
10483         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10484             return the i'th item of the set
10485         * src/SDCCset.h: added function prototype for indexSet()
10486         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10487         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10488         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10489             added macro DEFAULT_PORT
10490         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10491         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10492             generated
10493         * src/pic16/glue.c: commented out some error producing lines
10494         * src/pic16/main.c: __config directives are commented out to stop
10495             gpasm complaining and test the linkage with gplink, _linkCmd and
10496             _asmCmd changed to be more gplink and gpasm friendly
10497         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10498             produced an error when parsed, peep rule 12 is added to utilize
10499             movff, but it is commented out since the pCode does not support
10500             yet a command with 2 address arguments
10501
10502 2003-05-18    <johan AT balder>
10503
10504         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10505         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10506 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10507
10508         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10509   Added feature to script commands from file.
10510
10511 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10512
10513         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10514         * src/SDCCutil.c: include ctype.h for win32
10515
10516 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10517
10518         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10519
10520 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10521
10522         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10523   Fixed so you can set breakpoints prior to run, run does not stop
10524   on entry now.  Add tbreak.  Other enhancements and fixes for use
10525   with ddd.
10526
10527 2003-05-12  Borut Razem <borut.razem AT siol.net>
10528
10529         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10530
10531 2003-05-11  Borut Razem <borut.razem AT siol.net>
10532
10533         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10534         the path of bin directory, so that PATH is the only env. variable, which has to be set
10535         in case of standard installation.
10536         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10537         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10538         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10539
10540 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10541
10542         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10543         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10544         temp files are in the port dir; clean the gen/test directory when
10545         generating new test.c
10546         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10547         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10548         * support/regression/tests/zeropad.c: added
10549
10550 2003-05-09    <johan AT balder>
10551
10552         * src/SDCCglue.c: fixed bug #597940
10553
10554 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10555
10556         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10557   cache sfr, optimize next,step, fix off by one sourceline,
10558   support ddd list function.
10559         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10560
10561 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10562
10563         * support/regression/HTMLgen.py: added compare_s2f()
10564         * support/regression/Makefile: redo 1.27
10565         * support/regression/generate-cases.py: redo 1.5
10566
10567 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10568
10569         * support/regression/tests/float.c: workaround 33 bit hex constant
10570         * support/regression/tests/simplefloat.c: fix division for host
10571
10572 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10573
10574         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10575         that tame's the PIC's over-aggressive optimizer.
10576
10577 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10578
10579          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10580          support for MSVC.
10581
10582 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10583
10584         Initial support for DS80C400. "Hello world" runs on TINIm400
10585         (with polled I/O).
10586
10587 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10588
10589          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10590          * Some notes on ddd usage added in debugger/README
10591          Martin Helmling adding more features and fixes for ddd GUI debugger.
10592          Code added for nexti, stepi, up, down, and other adjustments.
10593
10594 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10595
10596         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10597         * src/pic/peeph.def Added two rules to optimize carry manipulation
10598         * src/pic/* removed debug printfs
10599
10600 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10601
10602         * debugger/mcs51/cmd.c: added header newalloc.h
10603
10604 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10605
10606         * as/Makefile: new EXEEXT
10607         * as/z80/Makefile: remove trailing slash of BUILDIR
10608         * as/z80/clean.mk: new EXEEXT
10609         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10610         * support/cpp2/Makefile.in: new EXEEXT
10611         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10612
10613 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10614
10615         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10616         EXEEXT was introduced to fix all related problems with targets
10617         "clean", "install" and "uninstall"; a couple of further flaws
10618         especially with "clean" have been fixed too
10619         * as/mcs51/Makefile.in
10620         * as/mcs51/clean.mk
10621         * as/z80/Makefile
10622         * Makefile
10623         * clean.mk
10624         * debugger/mcs51/Makefile.in
10625         * debugger/mcs51/clean.mk
10626         * link/z80/Makefile
10627         * link/z80/Makefile.in
10628         * link/z80/clean.mk
10629         * link/Makefile
10630         * packihx/Makefile.in
10631         * packihx/clean.mk
10632         * sim/ucsim/Makefile
10633         * sim/ucsim/clean.mk
10634         * sim/ucsim/avr.src/Makefile.in
10635         * sim/ucsim/avr.src/clean.mk
10636         * sim/ucsim/s51.src/Makefile.in
10637         * sim/ucsim/s51.src/clean.mk
10638         * sim/ucsim/xa.src/Makefile.in
10639         * sim/ucsim/xa.src/clean.mk
10640         * sim/ucsim/z80.src/Makefile.in
10641         * sim/ucsim/z80.src/clean.mk
10642         * sim/ucsim/main_in.mk
10643         * sim/ucsim/packages_in.mk
10644         * sim/ucsim/gui.src/Makefile.in
10645         * sim/ucsim/gui.src/serio.src/Makefile.in
10646         * sim/ucsim/gui.src/serio.src/clean.mk
10647         * src/Makefile.in
10648         * src/clean.mk
10649         * support/cpp2/Makefile.in
10650         * support/cpp2/clean.mk
10651         * support/makebin/Makefile
10652         * support/makebin/clean.mk
10653         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10654         * doc/sdccman.lyx: --program-suffix no longer needed
10655
10656 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10657
10658          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10659          Martin Helmling added support for ddd GUI debugger.
10660          Code added to display assembly, set variables, and other commands
10661          to interface to ddd.
10662
10663 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10664
10665         * as/Makefile: fix target clean
10666         * as/clean.mk: fix target clean
10667         * as/z80/clean.mk: fix target clean
10668
10669 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10670
10671         * Makefile.common.in: added  AT EXEEXT AT
10672         * configure.in: removed all mingw32 stuff
10673         * configure: rebuilt from configure.in
10674         * doc/sdccman.lyx: updated section "installation"
10675         * support/scripts/sdcc_mingw32: adapted to configure
10676         * support/scripts/sdcc_cygwin_mingw32: added
10677
10678 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10679
10680         * src/pic Added object file support for the PIC port
10681         * src/pic Applied patch from Craig Franklin (this started the object file support)
10682         * src/regression Updated the PIC regression tests for object files
10683
10684 2003-04-20  Borut Razem <borut.razem AT siol.net>
10685
10686         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10687           lklex.c: In function `getfid':
10688           lklex.c:203: warning: array subscript has type `char'
10689         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10690           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10691         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10692           stack handling macros
10693
10694 2003-04-19  Borut Razem <borut.razem AT siol.net>
10695
10696         * "handling space characters in file path" task:
10697         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10698         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10699         * support/Util/MySystem.h: make it self-sufficient
10700         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10701           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10702           handling space characters in file path
10703         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10704           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10705         * support/Util/MySystem.c: handling space characters in executable's path
10706
10707 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10708
10709         * as/z80/Makefile: fix permanent rebuild of z80
10710         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10711         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10712
10713 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10714
10715         * src/SDCCopt.c: add special case optimization to replace modulo by
10716           a power of two with a bitwise AND.
10717
10718 2003-04-18    <johan AT balder>
10719
10720         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10721
10722 2003-04-17    <johan AT balder>
10723
10724         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10725         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10726
10727 2003-04-13  Borut Razem <borut.razem AT siol.net>
10728
10729         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10730         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10731           fixed mingw problem in adl_NORMALIZE_PATH
10732
10733 2003-04-12  Borut Razem <borut.razem AT siol.net>
10734
10735         * fixed "#pragma SAVE/RESTORE can not be nested":
10736         * src/SDCC.lex: reworked pragma handling functions
10737         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10738         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10739
10740 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10741
10742         * src/SDCCutil.c (pathEquivalent): defined but not used
10743         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10744         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10745         * configure: rebuilt from configure.in
10746         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10747         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10748         * device/include/Makefile.in: replace sdcc_datadir
10749         * device/lib/Makefile.in: replace sdcc_datadir
10750         * Makefile.common.in: add LDFLAGS from configure
10751         * packihx/Makefile.in: use LDFLAGS
10752         * src/Makefile.in: use LDFLAGS
10753         * support/cpp2/Makefile.in: add LDFLAGS from configure
10754         * support/makebin/Makefile: use LDFLAGS
10755         * .version: bumped version number to 2.3.5
10756
10757 2003-04-12  Borut Razem <borut.razem AT siol.net>
10758
10759         * completed "different paths" task:
10760         * src/SDCCmacro.c: fixed bug in handling quotes
10761         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10762         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10763
10764 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10765
10766         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10767
10768 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10769
10770         * ds390/gen.c ds390/peeph.def: fix bug 706781
10771
10772 2003-04-11  Borut Razem <borut.razem AT siol.net>
10773
10774         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10775
10776 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10777
10778         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10779         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10780          set - this bit used to not be set...).
10781         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10782           bad code in PIC Port
10783         * src/regression/and2.c added to test bug 609268
10784         * src/regression/Makefile added and2.c to regression test
10785
10786
10787 2003-04-08    <johan AT CP255758-A>
10788
10789         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10790         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10791         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10792
10793 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10794
10795         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10796         fix bug #487815
10797         * support/cpp2/Makefile.in: fix bug #487815
10798         * configure: rebuilt from configure.in
10799         * Makefile.common.in: docdir changed, new path suffixes
10800         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10801         * sdcc_vc_in.h: reflect changes from sdccconf.h
10802         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10803         * src/SDCCutil.h: remove BINDIR hack
10804         * doc/sdccman.lyx: update new path hierarchy
10805
10806 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10807
10808         * src/SDCCpeeph.c: added okToRemoveSLOC test
10809
10810 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10811
10812         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10813
10814 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10815
10816         * src/SDCCpeeph.c: added labelIsReturnOnly test
10817         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10818
10819 2003-04-05    <johan AT balder>
10820
10821         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10822         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10823         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10824         * src/SDCCast.c: fixed a warning
10825         * src/SDCCast.h: fixed a warning
10826         * src/SDCCicode.c (operandFromAst): fixed a warning
10827
10828 2003-04-04    <johan AT balder>
10829
10830         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10831         * src/SDCCast.c (decorateType): fixed bug #715076
10832         * src/SDCC.y: fixed bug #702907
10833
10834 2003-04-03    <johan AT balder>
10835
10836         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10837         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10838         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10839         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10840         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10841
10842 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10843
10844         * _decdptr.c: fix return values
10845         * _gptrget.c: fix return values
10846         * _gptrgetc.c: fix return values
10847         * _gptrput.c: fix return values
10848         * _mulint.c: fix return values
10849         * as/z80/Makefile: fix 'make -j' problem
10850
10851 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10852
10853         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10854         * configure.in: big cleanup, updated to autoconf 2.5x
10855         * configure: rebuilt from configure.in
10856         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10857         * sdcc_vc_in.h: reflect changes from sdccconf.h
10858         * doc/Makefile: fixed a flaw in "make install"
10859
10860 2003-04-02    <johan AT balder>
10861
10862         * src/ds390/gen.c (genCmp): no comments
10863         * src/mcs51/gen.c (genCmp): no comments
10864         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10865         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10866
10867 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10868
10869         * support/regression/generate-cases.py: place generated file in given sub directory
10870         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10871         * support/regression/Makefile: improvements for 'make -j';
10872         side effect: it's simpler and faster now
10873
10874 2003-03-31  Borut Razem <borut.razem AT siol.net>
10875
10876         * src/z80/main.c: link-{port} and as-{port} defined without path
10877         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10878
10879 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10880
10881         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10882
10883 2003-03-30  Borut Razem <borut.razem AT siol.net>
10884
10885         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10886           changed type of list parameter to set
10887         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10888         * src/port.h: changed type of do_assemble() parameter to set
10889         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10890           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10891           definition of "cppoutfilename" macro with NULL value in preProcess()
10892         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10893         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10894         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10895           replaced with set *binPathSet
10896         * shash_add() deallocates the item, if allready exsists, before adding the new one
10897         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10898
10899 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10900
10901         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10902           a nested for loop bug in the PIC port
10903         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10904           for loops
10905
10906 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10907
10908         * support/Util/dbuf.h: remove C++ stuff to make it portable
10909
10910 2003-03-28  Borut Razem <borut.razem AT siol.net>
10911
10912         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10913           literal strings in stringLiteral()
10914         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10915         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10916           to the project
10917
10918 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10919
10920         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10921
10922 2003-03-26    <johan AT balder>
10923
10924         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10925         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10926         * src/SDCCast.c (decorateType): fixed " -v < 3"
10927
10928 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10929
10930         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10931         Added Lenny Story's debug infrastructure changes:
10932         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10933         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10934         * src/cdbFile.c: added
10935         * src/SDCCdebug.c: added
10936         * src/SDCCdebug.h: added
10937         * src/SDCCast.c (createFunction)
10938         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10939         * src/SDCCmain.c (parseCmdLine, main)
10940         * src/SDCCmem.c (redoStackOffsets)
10941         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10942         * src/SDCCsymt.h
10943         * src/common.h
10944         * src/avr/gen.c (genAVRCode)
10945         * src/ds390/gen.c (gen390Code)
10946         * src/mcs51/gen.c (gen51Code)
10947         * src/pic/gen.c (genpic14Code)
10948         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10949         * src/xa51/gen.c (genXA51Code)
10950         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10951
10952 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10953
10954         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10955         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10956
10957 2003-03-22    <johan AT balder>
10958
10959         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10960
10961 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10962
10963         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10964         * doc/cdbfileformat.lyx: added, written by Lenny Story
10965         * doc/Makefile: added cdbfileformat.lyx
10966         * doc/clean.mk: added cdbfileformat.lyx
10967
10968 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10969
10970         * src/mcs51/peeph.def: fix bug #705773
10971
10972 2003-03-20    <johan AT balder>
10973
10974         An sfr/sbit can have an "at #" AND an initializer
10975         * src/SDCCsymt.c (checkSClass):
10976         * src/SDCCmem.c (allocGlobal):
10977         * src/SDCCmem.c (allocLocal):
10978         * src/SDCCast.c (createBlock):
10979
10980 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10981
10982         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10983
10984 2003-03-16    <johan AT balder>
10985
10986         Undid the hackup of const and volatile, the problem is much bigger
10987         * src/SDCC.y:1.65
10988         * src/SDCCast.c:1.171
10989         * src/SDCCglue.c:1.138
10990         * src/SDCCicode.c:1.146
10991         * src/SDCCsymt.c:1.150
10992         * src/SDCCval.c:1.65
10993
10994 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10995
10996         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10997         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10998
10999 2003-03-13    <johan AT balder>
11000
11001         Hackup const and volatile modifiers in type chains a bit:
11002         * src/SDCC.y:1.63
11003         * src/SDCCast.c:1.169
11004         * src/SDCCglue.c:1.136
11005         * src/SDCCicode.c:1.143
11006         * src/SDCCsymt.c1.146
11007         * src/SDCCsymt.h1.59
11008         * src/SDCCval.c:1.63
11009
11010 2003-03-12    <johan AT balder>
11011
11012         * src/SDCCBBlock.h: more LRH debugging junk
11013         * src/SDCCcflow.h: more LRH debugging junk
11014         * src/SDCCloop.c: more LRH debugging junk
11015         * src/SDCC.y (struct_declaration): fixed bug #697590
11016         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
11017         * src/ds390/gen.c (aopForRemat): fixed bug #700031
11018         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
11019
11020 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11021         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
11022         test function names must now match exactly).
11023         * src/SDCCcse.c: added special case in findCheaperOp to allow
11024         extending a short integer. Makes less awful code for bug 700121 test case.
11025
11026 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11027
11028         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
11029         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
11030
11031 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11032
11033         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
11034         actually called (operandsNotEqual() was called for all
11035         operandsNotEqualX tests).
11036
11037 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11038
11039         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
11040         with shorter literals. Fixes bug 700121.
11041
11042 2003-03-11    <johan AT balder>
11043
11044         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
11045
11046 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
11047
11048         * src/SDCCloop.c (mergeRegions): an evil beast is dead
11049         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
11050
11051 2003-03-10  Borut Razem <borut.razem AT siol.net>
11052
11053         * src/SDCCmain.c: pipe preprocessor's output
11054         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11055         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11056         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11057         which closes all pipes in pipeSet set
11058         * src/SDCCset.c: free deleted item in function deleteSetItem()
11059         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11060         moved from z80 to src subproject
11061         * .version: increased version number to 2.3.4
11062
11063 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
11064
11065         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
11066         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
11067         * support/regression/ports/xa51/spec.mk: fix typo
11068
11069 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
11070
11071         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
11072
11073 2003-03-09  Borut Razem <borut.razem AT siol.net>
11074
11075         * src/SDCCmain.c: pipe preprocessor's output
11076         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11077         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11078         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11079         which closes all pipes in pipeSet set
11080         * src/SDCCset.c: free deleted item in function deleteSetItem()
11081         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11082         moved from z80 to src subproject
11083
11084 2003-03-09  Borut Razem <borut.razem AT siol.net>
11085
11086         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
11087         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
11088         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
11089         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
11090         * src/SDCCglobl.h: unification of WIN32 native definitions
11091
11092 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11093
11094         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
11095
11096 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11097
11098         * src/configure.in:   check for endianess (even while cross-compiling)
11099         * src/configure:      check for endianess (even while cross-compiling)
11100         * src/configure_in.h: check for endianess (even while cross-compiling)
11101         * src/avr/gen.c:        remove old endianess stuff
11102         * src/mcs51/gen.c:      remove old endianess stuff
11103         * src/ds390/gen.c:      remove old endianess stuff
11104         * src/pic/gen.c:        remove old endianess stuff
11105         * src/pic/genarith.c:   remove old endianess stuff
11106         * src/pic/glue.c:       fix endianess check
11107         * src/pic16/gen.c:      remove old endianess stuff
11108         * src/pic16/genarith.c: remove old endianess stuff
11109         * src/pic16/glue.c:     fix endianess check
11110         * src/xa51/gen.c:       remove old endianess stuff
11111         * src/z80/gen.c:        fix endianess check
11112         * src/SDCCglue.c:       fix endianess check
11113         * src/ds390/peeph.def: fix bug 700036
11114
11115 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11116
11117         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
11118         * src/configure: find appropriate data-types on host for SDCC's int and long
11119         * src/configure.in: find appropriate data-types on host for SDCC's int and long
11120         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
11121         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
11122
11123 2003-03-07    <johan AT balder>
11124
11125         Just a big NOOP:
11126                 some minor cleanups before the big shot
11127                 OP_DEFS and OP_USES now use Kevin's protection
11128                 new option --nolabelopt
11129
11130         * src/SDCCBBlock.c:
11131         * src/SDCCast.c,:
11132         * src/SDCCcflow.c:
11133         * src/SDCCcse.c:
11134         * src/SDCCicode.c:
11135         * src/SDCCicode.h:
11136         * src/SDCClabel.c:
11137         * src/SDCCloop.c:
11138         * src/SDCCmain.c:
11139         * src/ds390/ralloc.c:
11140         * src/mcs51/ralloc.c:
11141         * src/pic/ralloc.c:
11142         * src/xa51/ralloc.c:
11143         * src/z80/ralloc.c:
11144
11145 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
11146
11147         * src/pic/pcode.c (get_op): fix 64 bit warnings
11148         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
11149         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
11150         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
11151         * support/regression/tests/malloc.c: fix 64 bit warnings
11152
11153 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
11154
11155         * src/mcs51/gen.c (genMinus): fixed bug 696436
11156
11157 2003-03-02  Borut Razem <borut.razem AT siol.net>
11158
11159         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
11160
11161 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
11162
11163         * configure.in: test for mkstemp
11164         * sdccconf_in.h: add HAVE_MKSTEMP
11165
11166 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
11167
11168         * device/include/ctype.h: removed warning while using --stack-auto
11169         * device/include/malloc.h: removed warning while using --stack-auto
11170         * device/include/string.h: removed warning while using --stack-auto
11171
11172 2003-02-23  Borut Razem <borut.razem AT siol.net>
11173
11174         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
11175         because NDEBUG is defined (see man assert)
11176         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
11177
11178 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11179
11180         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
11181         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
11182
11183 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11184
11185         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
11186         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
11187
11188 2003-02-18    <johan AT balder>
11189
11190         * as/mcs51/asmain.c (asmbl): module can start with a digit
11191         * as/z80/asmain.c (asmbl): module can start with a digit
11192
11193 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
11194
11195         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
11196         * src/asm.c: fix pipe() for Mingw32
11197
11198 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
11199
11200         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
11201         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
11202         make -V work again; --c1mode reads now from stdin
11203         * doc/sdccman.lyx: added --c1mode
11204         * support/Util/SDCCerr.c: new messages for c1 mode
11205         * support/Util/SDCCerr.h: new messages for c1 mode
11206         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
11207
11208 2003-02-15    <johan AT balder>
11209
11210         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
11211
11212 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
11213
11214         * doc/sdccman.lyx: Environment variables, -o and other minor things
11215
11216 2003-02-14    <johan AT balder>
11217
11218         * src/xa51/main.c: before anyone really tries to use it :)
11219
11220         * Install doc's in share/sdcc/doc
11221         * removed some obsolete files
11222         * Do a proper make distclean and uninstall
11223         M Makefile.common.in
11224         R sdccbuild.sh
11225         M as/Makefile
11226         M device/include/Makefile.in
11227         M device/lib/Makefile.in
11228         M doc/sdccman.lyx
11229         M link/Makefile
11230         M sim/ucsim/doc/Makefile.in
11231         M src/clean.mk
11232         R src/avr/peeph.rul
11233         R src/xa51/peeph.rul
11234         M support/cpp2/Makefile.in
11235         M support/makebin/Makefile
11236
11237
11238 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
11239
11240         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
11241
11242 2003-02-10  Borut Razem <borut.razem AT siol.net>
11243
11244         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
11245         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
11246         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
11247         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
11248         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
11249         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
11250         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
11251         src/z80/Makefile.bcc: Borland Makefile cleanup
11252         * as/z80/Makefile.bcc: Added Borland Makefile
11253         * support/cpp2/borland.h: Removed
11254
11255 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
11256
11257         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
11258         * src/SDCC.lex: new pragma NOIV
11259         * src/SDCCglobl.h: new pragma NOIV
11260         * src/SDCCmem.c: new pragma NOIV
11261
11262 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11263
11264         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
11265
11266 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11267
11268         * src/SDCCmain.c: signal handling is switched off by --debug
11269         * doc/Makefile: small fix for install; use clean.mk again
11270         * doc/clean.mk: clean *.pdf and *.html too
11271
11272 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
11273
11274         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
11275         * device/lib/printfl.c: fix a ds390 bug by making it portable
11276         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
11277         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
11278         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
11279         * debugger/mcs51/cmd.c: converted multi-line string literals
11280         * sim/ucsim/globals.cc: converted multi-line string literals
11281         * src/SDCCmain.c: introduced signal handler to remove temp files
11282         * doc/Makefile: small tweaks, implement clean
11283         * doc: removed generated files
11284
11285 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11286
11287         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
11288         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
11289         Address Record is not correctly generated for DS390."
11290
11291 2003-02-02  Borut Razem <borut.razem AT siol.net>
11292
11293         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
11294         * as/mcs51/asm.h: fixed compilation with Borland C
11295         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
11296         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
11297         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
11298         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
11299         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
11300         src/z80/Makefile.bcc: delete $(LIB) only if exist
11301         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
11302
11303 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
11304
11305         * device/include/malloc.h: introduced NULL
11306         * device/include/string.h: introduced NULL
11307         * device/include/stdlib.h: introduced NULL
11308         * device/lib/_memcpy.c: removed NULL
11309         * device/lib/_strcat.c: removed NULL
11310         * device/lib/_strchr.c: removed NULL
11311         * device/lib/_strcmp.c: removed NULL
11312         * device/lib/_strcpy.c: removed NULL
11313         * device/lib/_strcspn.c: removed NULL
11314         * device/lib/_strlen.c: removed NULL
11315         * device/lib/_strncat.c: removed NULL
11316         * device/lib/_strncmp.c: removed NULL
11317         * device/lib/_strncpy.c: removed NULL
11318         * device/lib/_strpbrk.c: removed NULL
11319         * device/lib/_strrchr.c: removed NULL
11320         * device/lib/_strspn.c: removed NULL
11321         * device/lib/_strstr.c: removed NULL
11322         * device/lib/_strtok.c: removed NULL
11323         * device/lib/malloc.c: removed NULL, include own header
11324
11325 2003-02-02    <johan AT balder>
11326
11327         * 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
11328         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
11329         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
11330         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
11331         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
11332         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
11333
11334 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11335
11336         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
11337         area 'DATA'"
11338
11339 2003-02-01    <johan AT balder>
11340
11341         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
11342
11343 2003-01-31    <johan AT CP255758-A>
11344
11345         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
11346
11347 2003-01-30    <johan AT balder>
11348
11349         * src/SDCCBBlock.c: automatic bug detection
11350         * src/SDCCicode.c: automatic bug detection
11351
11352 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11353
11354         * src/SDCCglobl.h:   now --xram-size 0 works
11355         * src/SDCCmain.c:    now --xram-size 0 works
11356
11357 2003-01-29    <johan AT balder>
11358
11359         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11360
11361 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11362
11363         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11364         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11365         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11366         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11367         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11368         * src/SDCCmain.c:    Added options --xram-size and --code-size
11369
11370 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11371
11372         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11373         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11374
11375 2003-01-27    <johan AT balder>
11376
11377         * src/SDCC.y: fixed bug #613764
11378
11379 2003-01-26    <johan AT balder>
11380
11381         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11382         * src/SDCCsymt.h: fixed bug #673374
11383         * src/SDCCglue.c: fixed bug #661910
11384         * src/SDCCast.c: fixed bug #458099 and 673374
11385
11386 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11387
11388         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11389         * as/mcs51/strcmpi.h: added
11390         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11391         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11392         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11393         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11394         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11395         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11396         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11397         * as/mcs51/Makefile.aslink: new module strcmpi
11398         * as/mcs51/Makefile.asx8051: new module strcmpi
11399         * as/mcs51/Makefil.bcc: new module strcmpi
11400         * as/mcs51/Makefile.in: new module strcmpi
11401         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11402
11403 2003-01-26    <johan AT balder>
11404
11405         * src/SDCCglue.c: reverted back to 1.124
11406         * src/SDCCast.c: reverted back to 1.156
11407         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11408
11409 2003-01-25    <johan AT balder>
11410
11411         * src/SDCCglue.c: A better fix for bug #661910
11412         * src/SDCCast.c: A better fix for bug #661910
11413         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11414
11415 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11416
11417         * src/Makefile.in: remove spawn.o
11418         * src/SDCCmain.c: remove spawn.h
11419         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11420         * src/spawn.c: removed
11421         * src/spawn.h: removed
11422         * support/regression/ports/ds390/spec.mk: link with -r
11423
11424 2003-01-24    <johan AT CP255758-A>
11425
11426         * src/ds390/gen.c (aopOp): fixed bug #667458
11427         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11428         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11429         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11430
11431 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11432
11433         * src/mcs51/peeph.def: better assembler identation by Frieder
11434         * src/mcs51/gen.c: better assembler identation by Frieder
11435
11436 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11437
11438         * as/z80/string.h: removed for gcc 3.2
11439         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11440         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11441
11442 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11443
11444         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11445         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11446         * support/regression/Makefile: separate temp files for ports
11447         * support/regression/generate-cases.py: separate temp files for ports
11448         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11449         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11450
11451 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11452
11453         * moved tinitalk to device/examples/ds390
11454
11455 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11456
11457         * as/mcs51/lkmem.c: rflag is for DS390
11458         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11459         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11460                          (linkEdit): move mem- and map-files the same way as ihx-files
11461         * src/z80/main.c (_setDefaultOptions): removed --generic
11462         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11463         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11464         * src/pic/glue.c (picglue): --c1mode works again
11465         * src/pic16/glue.c (pic16glue): --c1mode works again
11466         * src/asm.c (printCLine): fix #660034
11467
11468 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11469
11470         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11471         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11472         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11473         * as/mcs51/lkmem (summary): better fix for sp problem
11474         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11475         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11476         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11477                                               remove --stack-after-data
11478
11479 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11480
11481         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11482         * src/SDCCutil.c (join): ugly bug: missing '\0'
11483         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11484
11485 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11486
11487         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11488         * src/port.h: typo
11489         * src/pic/main.c (_asmCmd): gpasm supports -o
11490         * src/z80/main.c: more general macros
11491         * device/lib/Makefile.in: remove intermediate files
11492
11493 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11494
11495         * .version: Bumped version number to 2.3.3
11496         * src/SDCCBBlock.c: new option -o
11497         * src/SDCCglobl.h: new option -o
11498         * src/SDCCglue.c: new option -o
11499         * src/SDCCmain.c: new option -o
11500         * src/asm.c: new option -o
11501         * src/ds390/main.c: new option -o
11502         * src/pic/glue.c: new option -o
11503         * src/pic/pcode.c: new option -o
11504         * src/pic/ralloc.c: new option -o
11505         * src/pic16/glue.c: new option -o
11506         * src/pic16/pcode.c: new option -o
11507         * src/pic16/ralloc.c: new option -o
11508         * src/z80/main.c: new option -o
11509         * device/lib/Makefile.in: use -o
11510         * support/regression/ports/ds390/spec.mk: use -o
11511         * support/regression/ports/gbz80/spec.mk: use -o
11512         * support/regression/ports/mcs51/spec.mk: use -o
11513         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11514         * support/regression/ports/z80/spec.mk: use -o
11515         * support/regression/ports/ucz80/spec.mk: use -o
11516         * support/regression/ports/xa51/spec.mk: use -o
11517         * support/regression/fwk/lib/timeout.c: fix usage string
11518
11519 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11520         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11521
11522 2003-01-07    <johan AT balder>
11523
11524         * src/SDCCast.c (decorateType): fixed bug #600035
11525
11526 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11527         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11528         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11529         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11530         * src/pic/pcode.c: outcommented unused variable to remove warnings
11531         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11532
11533 2003-01-06    <karl AT turbobit.com>
11534         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11535    regression tests.
11536
11537 2003-01-06    <johan AT balder>
11538
11539         * src/SDCCicode.c: fixed array add
11540
11541 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11542         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11543         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11544
11545 2003-01-04    <johan AT balder>
11546
11547         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11548
11549 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11550         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11551
11552 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11553         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11554         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11555
11556 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11557         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11558
11559 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11560         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11561
11562 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11563         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11564
11565 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11566
11567     * in /sdcc/as/mcs51/ changed these files in order to create an
11568     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11569     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11570     following files to include the previous two files: aslink.dsp,
11571     Makefile.aslink, Makefile.bcc, and Makefile.in.
11572
11573     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11574     .adb instead of .cdb
11575
11576 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11577
11578         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11579         value from option --iram-size.
11580
11581 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11582
11583         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11584         dram[] array.
11585
11586 2002-09-18    <wiml AT hhhh.org>
11587
11588         * SDCClrange.h: exposed setFromRange() and setToRange()
11589         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11590           packRegsForAccUse() (bug 542397)
11591         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11592           multiple times and emitting the fetch operations more than once
11593           added aopGetUsesAcc() function to allow binary operators to
11594           fetch their operands in the correct order; made genMinus() emit
11595           compact code for X = LITERAL - Y
11596
11597 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11598         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11599         sprintf() in line 1267.
11600
11601 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11602         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11603         like ports.
11604
11605 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11606         Changes to aslink (All the changes are marked with 'JCF'):
11607
11608         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11609         summary().
11610
11611         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11612         area BSEG.  Also moves, if possible, the DATA area down into the internal
11613         ram so more space is available.
11614
11615         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11616         sflag.
11617
11618         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11619         not bytes.  Function summary() which creates a memory usage summary
11620         file with extension .mem.  Reports of overlaping stack and small stack
11621         size.  If the space for the stack is less than 16 bytes aslink trows a
11622         warning.
11623
11624         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11625         the 8051.  Option 'y' for memory summary output file.
11626
11627         Changes to sdcc (All the changes are marked with 'JCF'):
11628
11629         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11630
11631         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11632         overlaying area for it (uses RegBankUsed[4]).
11633
11634         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11635         bank zero as used by default.  By default aslink locates the stack
11636         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11637         the creation of the .mem file.  Delegates the allocation of data area
11638         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11639         the begining of the stack area to aslink.
11640
11641         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11642         glue() in SDCCglue.c creates an area for it.
11643
11644 2002-09-03  Borut Razem <borut.razem AT siol.net>
11645         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11646         sdcc/src/pic/glue.c:
11647         introduced atexit() handler for teporay files removal in case of
11648         errors, assertions, ...
11649
11650 2002-08-29  Borut Razem <borut.razem AT siol.net>
11651         * sdcc/support/cpp2/auto-host_vc_in.h:
11652         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11653         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11654         Maybe there is a similar problem with BORLANDC? It should be checked!
11655
11656         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11657         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11658         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11659         was not executed, and the compiler (cl) launched a warning:
11660         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11661
11662 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11663         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11664
11665 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11666         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11667
11668         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11669           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11670           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11671           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11672           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11673           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11674           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11675         - added Release configuration in VS projects
11676         - review of compiler an linker options
11677         - VC .exe files are generated in bin_vc directory, not to interfere
11678           with binaries generated from other projects (cygwin, mingw, bcc ...)
11679
11680         * sdcc/src/yacc.dsp: added
11681
11682         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11683         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11684         and insert the version number definitions from .version
11685
11686         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11687
11688         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11689         added - genarate auto-host.h using auto-host_vc_in.h as template
11690
11691         * sdcc/sdcc_vc.h,
11692         removed from CVS, generated automatically
11693
11694 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11695         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11696
11697 2002-08-11  Borut Razem <borut.razem AT siol.net>
11698         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11699
11700 2002-08-10  Borut Razem <borut.razem AT siol.net>
11701         * src/SDCCmain.c (main):
11702         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11703         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11704         The consequence was that some temporary files were not removed.
11705
11706         * src/SDCCglue.c:
11707         unification of code in functions tempfilename() and tempfile():
11708         function tempnam() is defined in Visual Studio 6.0 and .NET
11709
11710         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11711
11712         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11713           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11714         - removed compiler command line option /WX: Treats all warnings as errors
11715         - update a list of source files, included into the project
11716
11717         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11718           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11719         changed project type to Generic Project so that can be correcly converted to VS.NET project
11720
11721         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11722
11723         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11724
11725         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11726
11727         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11728         added return 0 statements after assert() to make compiler happy
11729
11730         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11731         added newline in the def file to keep MSC compiler satisfied
11732
11733         * sdcc/src/z80/gen.c:
11734         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11735           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11736         - solved MSC error in function aopDump()
11737
11738         * sdcc_vc.h: define PREFIX as "\\sdcc"
11739
11740 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11741         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11742
11743 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11744         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11745         - Rewrote the register banking algorithm.
11746         - Added pCode live-range analysis to registers (for now, only non-used and
11747         singly-used registers optimized away)
11748
11749         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11750
11751         * 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.
11752
11753 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11754         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11755
11756 2002-04-22  Michael Hope  <michaelh AT vroom>
11757
11758         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11759
11760         * configure.in (DD_COPT): Added include support required for gbdk.
11761
11762         * .version: Bumped version number just to increase it.
11763
11764         * src/SDCCmain.c: Added -nostdinc to the default options.
11765
11766 2002-04-15  Michael Hope  <michaelh AT vroom>
11767
11768         * device/lib/z80/printf.c (sprintf): Added.
11769
11770         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11771
11772         * src/z80/peeph.def: Added transpose redundent load rule.
11773
11774         * src/z80/main.c: Added force callee saves for jaune.
11775
11776         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11777
11778         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11779
11780 2002-03-28  Johan Knol  <johan AT balder>
11781
11782         * src/SDCCval.c: fixed bug #532436
11783
11784 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11785         * /src/port.h:
11786         Added "char *Processor" field to the port structure.
11787
11788         * /src/SDCCmain.c:
11789         Added -p option. Allows port dependent processor to be specified.
11790
11791         * all ports:
11792         Initialized the new field char *Processor field to NULL in all ports
11793
11794         * /src/pic/*:
11795         Compiler generated registers for interrupt context saving
11796         were not getting allocated.
11797
11798 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11799
11800         * /src/SDCCast.c:
11801         Fixed left shift. Will promote the left side of a left shift
11802         if a) left shifting more than size of operand or b) when assigned
11803         to something size > size of left side
11804
11805 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11806         * src/pic/*
11807         tons of changes. Register allocation has been
11808         rewritten. Added customization for the various PICs. Flow
11809         analysis is restructured. ...
11810
11811         * src/pic/device.h:
11812         Added
11813
11814         * src/pic/device.c:
11815         Added. device.c is a PIC port hack to accomodate variations
11816         in PIC devices.
11817
11818 2002-03-13  Michael Hope  <michaelh AT vroom>
11819
11820         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11821
11822 2002-03-04  johanknol  <johanknol AT manik>
11823
11824         * /src/SDCCval.c: fixed
11825
11826         const unsigned char arr[][2] = { { 0, 1 } };
11827         t18.c:1: error: Initializer element is not constant
11828
11829 2002-03-04  bela  <bela AT manik>
11830
11831         * /device/include/mcs51reg.h:
11832         ds89c420 register definition update
11833
11834 2002-03-03    <johan AT FRIJA>
11835
11836         * support/Util/SDCCerr.c: did something, but don't no why anymore
11837
11838         * support/regression/tests/bug-524691.c: made it a little less shy
11839
11840         * src/SDCCast.c (decorateType): fixed bug #524697
11841
11842         * src/SDCCast.c: made some lineno improvements
11843
11844         * src/SDCCval.c (getNelements): changed warning to error
11845
11846         * src/SDCCglue.c (printIvalArray): changed warning to error
11847
11848         * src/SDCCicode.c: fixed a warning for mingw
11849
11850         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11851
11852         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11853
11854 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11855
11856         * src/ds390/peeph.def:
11857         Added some more peephole rules
11858
11859         * src/ds390/gen.c: Various fixes & enhancements
11860
11861         * src/SDCClrange.c, src/SDCClrange.h:
11862         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11863
11864         * src/ds390/ralloc.c:
11865         various fixes & enhancements (ds390) specific
11866
11867         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11868         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11869         from rallocs.
11870
11871         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11872
11873 2002-03-02    <johan AT FRIJA>
11874
11875         * src/SDCCast.c (decorateType): fixed bug #524708
11876
11877         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11878
11879         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11880
11881 2002-03-01  Michael Hope  <michaelh AT vroom>
11882
11883         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11884
11885         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11886
11887 2002-03-01    <johan AT FRIJA>
11888
11889         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11890
11891         * src/SDCCast.c (decorateType): fixed bug #524209
11892
11893         * src/SDCCval.c (valNot): fixed bug #524195
11894
11895 2002-02-26    <johan AT balder>
11896
11897         * src/xa51/gen.c: fixed a warning
11898
11899         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11900
11901         * src/SDCCast.c (decorateType): fixed bug #522534
11902
11903 2002-02-23    <johan AT balder>
11904
11905         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11906
11907 2002-02-22    <johan AT balder>
11908
11909         * src/SDCCast.c: fixed bug #514865
11910
11911         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11912
11913 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11914
11915         * sdcc/src/SDCCloop.c:
11916         Previous fix was not good. basic blocks that have "break" or "return" are
11917         not really partof a loop , but live ranges used in these blocks should
11918         be live thru the entire loop, so set partOfLoop but don't add them to
11919         loop region
11920
11921 2002-02-21    <johan AT FRIJA>
11922
11923         * src/SDCCcse.c: fixed bug #514308
11924
11925 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11926
11927         * src/SDCCloop.c:
11928         Fixed BUG #519583. If a conditional block ended in a return/break
11929         statement inside a loop, it was not being considered part of the loop.
11930
11931         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11932
11933 2002-02-10  Karl Bongers <karl AT turbobit.com>
11934
11935         * debugger/*:
11936         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11937         with lots of comments and notes.
11938
11939         * device/examples/test2.c:
11940         Fix bug, "red" variable not being initialized(compiler complained).
11941
11942         * device/examples/Makefile, examples/test3.c:
11943         Add Makefile in device/examples folder, compiles test3.c
11944         for use as a multiple module SDCDB test case.
11945
11946         * sim/ucsim/cmd.src/cmdset.cc:
11947         Took out debug printfs in ucsim "next" command.
11948
11949         * sim/ucsim/xa.src:
11950         Karl and Johan start ucsim XA support.  Most dissassembly working,
11951         about 75% emulation done(plenty of work remaining).
11952
11953         * sim/ucsim/z80.src:
11954         Add Z80 support to ucsim, add test-ucz80 regression test,
11955         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11956         Notice z80 compiler fails on examples/test3.c/crc code.
11957
11958 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11959
11960         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11961         Added support for --parms-in-bank1
11962
11963         * src/ds390/peeph.def:
11964         added a few more peephole optimzations
11965
11966         * src/ds390/main.c:
11967         1) added __builtin_inp & __builtin_outp used to read in data of given length
11968            from a memory mapped port
11969         2) added __builtin_memcmp
11970         3) added __builtin_swapw swap bytes of a short
11971
11972         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11973         1) handle multiple send & receives from register bank1
11974         2) ralloc can now allocate DPTR1 to some liveRanges
11975
11976         * src/SDCCsymt.c, src/SDCCsymt.h:
11977         changes to handle multiple sends & receives
11978
11979         * src/SDCCptropt.h:
11980         added some pointer arithmetic optimization
11981
11982         * src/SDCCptropt.c:
11983         added some pointer arithmetic optimizations but not stable yet so not
11984         called from anywhere (will get this working shortly)
11985
11986         * src/SDCCopt.c: fixed for multiple sends & receives
11987
11988         * src/SDCCmain.c:
11989         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11990         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11991            set preprocessor defines (depending on options)
11992
11993         * src/SDCCicode.c, src/SDCCicode.h:
11994         changes made to handle multiple sends & receives
11995
11996         * src/SDCCglobl.h:
11997         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11998
11999         * src/SDCCcse.c, src/SDCCcse.h:
12000         added function findbackward def (to be used in upcoming optimization)
12001
12002         * src/SDCCcflow.c, src/SDCCcflow.h:
12003         added function returnAtEnd - to determine if a basic block terminates with
12004         a RETURN iCode
12005
12006         * src/SDCCast.c, src/SDCCast.h:
12007         added option parms-in-bank1
12008
12009         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
12010         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
12011         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
12012         adjusted for --parms-in-bank1 option
12013
12014         * device/include/string.h:
12015         donot redefine "reentrant" keyword
12016
12017         * device/include/ds80c390.h: Added some more SFRs
12018
12019 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
12020
12021         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
12022
12023 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
12024
12025         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
12026
12027 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
12028
12029         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
12030
12031 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
12032
12033         * Added --xram-movc option
12034
12035 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
12036
12037         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
12038
12039 2002-01-11  Johan Knol
12040
12041         * Added math lib of Jesus Calvino-Fraga
12042
12043 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
12044
12045         * src/SDCCmain.c (processFile): fix processing of ../../src.c
12046         * support/regression/Makefile: new target test-mcs51-stack-auto
12047         * support/regression/ports/mcs51-stack-auto/spec.mk: added
12048
12049 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12050
12051         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
12052
12053 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12054
12055         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
12056
12057 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
12058
12059         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
12060
12061         * src/SDCCglue.h: add definition for printIvalChar()
12062
12063 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12064
12065         * src/SDCCast.c: fix #498138 by Johan
12066
12067         * src/SDCCglue.c: fix #498138 by Johan
12068
12069 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12070
12071         * support/regression/Makefile: fix clean
12072
12073         * support/regression/ports/ds390/support.c: fix transmission of last character
12074
12075 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
12076
12077         * /sdcc/src/ds390/gen.c:
12078         a) improved computing address of stack variable
12079         b) took out some #if 0 code
12080         c) improved parmBytes adjustment
12081         d) improved genPlusIncr & genMinusIncr
12082         e) genCmp could generate bad code (when left assigned to DPTR)
12083         f) Fixed bug in hasInc
12084
12085         * /sdcc/src/ds390/ralloc.c:
12086         a) packRegsForSupport could mess up live information (Fixed)
12087         b) packRegsDPTRuse could be incorrect for left & right shift
12088
12089         * /sdcc/src/mcs51/ralloc.c:
12090         packRegsForSupport could mess up the live information (Fixed)
12091
12092         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
12093
12094         * /sdcc/src/SDCCast.c:
12095         can reverse a loop even if function call is present as long
12096         as the loop control variable is local & is not passed as parameter
12097
12098 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12099
12100         * /sdcc/ChangeLog: *** empty log message ***
12101
12102         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
12103         More builtin function additions for TININative
12104
12105         * /sdcc/src/ds390/ralloc.c:
12106         Had broken the regression testsuite
12107
12108         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
12109
12110         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
12111         Added funcattr hasStackParms will be set for reentrant functions when there
12112         are paramteres on the stack, this helps in minimizing frame pointer generation
12113         typeFromStr can handle function pointers now
12114
12115         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
12116         *** empty log message ***
12117
12118 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12119
12120         * /src/ds390/gen.c, /src/ds390/main.c:
12121         More builtin function additions for TININative
12122
12123         * /src/ds390/ralloc.c:
12124         Had broken the regression testsuite
12125
12126         * /src/SDCCast.c: Fixed a bug in dumptree
12127
12128         * /src/SDCCsymt.c, /src/SDCCsymt.h:
12129         Added funcattr hasStackParms will be set for reentrant functions when there
12130         are paramteres on the stack, this helps in minimizing frame pointer generation
12131         typeFromStr can handle function pointers now
12132
12133         * /doc/builtins.txt, /doc/TININative.txt:
12134         *** empty log message ***
12135
12136
12137 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12138
12139         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
12140         ALPHA version for -mTININative
12141
12142         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
12143         updated to reflect changes in the port structure
12144
12145         * /src/port.h:
12146         added function do_assemble (similar to do_link) if non-null this function
12147         will be called to do assembly (-mTININative) requires a multi command
12148         assembly
12149         added function genAssemblerEnd will be called to generate assembler Epilogue
12150
12151         * /src/SDCCsymt.c:
12152         added _JavaNative to debug info printing
12153
12154         * /src/SDCCmain.c: added option --tini-libid
12155         added port->do_assemble function (-mTININative) has a multi command assemble
12156
12157         * /src/SDCCglue.c: Disabled "constExpr" check
12158         added port->genAssemblerEnd function
12159
12160         * /src/SDCCglobl.h: Added option --tini-libid value
12161
12162         * /src/SDCCast.h:
12163         tookout optimizeCompare from the header (has no external references)
12164
12165         * /src/SDCCast.c: made one more function "static"
12166
12167 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
12168
12169         * src/z80/mappings.i: Added z80asm support.
12170
12171         * src/z80/main.c: Added z80asm support on --asm=z80asm
12172
12173         * src/z80/gen.c: Fixed asm portability issues.
12174
12175         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
12176
12177         * src/SDCCglue.c (printExterns): Added global/extern split.
12178
12179 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
12180
12181         * support/regression/Makefile: added test for mcs51 model large
12182
12183         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
12184
12185         * support/regression/ports/gbz80/spec.mk: added -mgbz80
12186
12187 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
12188
12189         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
12190
12191 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
12192
12193         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
12194
12195         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
12196
12197 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
12198
12199         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
12200
12201         * support/regression/tests/simplefloat.c: Port to mcs51.
12202
12203 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
12204         * support/regression/tests/bug-485362.c: Added.
12205
12206         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
12207
12208         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
12209
12210         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
12211
12212         * src/z80/gen.c (aopDump): Added a dump function.
12213
12214 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
12215         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
12216
12217         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
12218
12219         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
12220
12221         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
12222
12223         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
12224
12225         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
12226
12227         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
12228
12229         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
12230
12231         * support/regression/ports/ds390/support.c: Use tinibios.
12232
12233         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
12234
12235 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
12236
12237         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
12238         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
12239
12240         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
12241
12242         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
12243
12244 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
12245
12246         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
12247
12248         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
12249         (packRegsForIYUse): Created and optimised.
12250
12251 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12252
12253         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
12254 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
12255
12256         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
12257
12258         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
12259
12260         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
12261
12262 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12263
12264         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
12265
12266         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
12267
12268 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12269
12270         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
12271
12272         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
12273
12274         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
12275
12276 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12277
12278         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
12279         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
12280         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
12281
12282         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
12283
12284         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
12285         (genNotFloat): Added.
12286         (genUminusFloat): Added.
12287
12288         * device/lib/z80/Makefile: Added floating pt stubs.
12289
12290         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
12291
12292         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
12293
12294         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
12295
12296 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12297
12298         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
12299
12300         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
12301
12302         * sdcc/support/regression/Makefile: Add port ds390.
12303
12304         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
12305
12306         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
12307
12308         * sdcc/support/regression/ports/ds390/spec.mk: Added.
12309
12310         * sdcc/support/regression/ports/ds390/support.c: Added.
12311
12312         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
12313
12314         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
12315
12316         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
12317
12318 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12319
12320         * device/include/malloc.h: Added z80 and gbz80 support.
12321
12322         * device/lib/gbz80/heap.s: Added.
12323
12324         * device/lib/z80/heap.s: Added.
12325
12326         * device/lib/malloc.c: Added z80 and gbz80 support.
12327
12328         * support/regression/tests/malloc.c (testMalloc): Added.
12329
12330         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
12331
12332         * support/regression/tests/bug-478094.c: Added.
12333
12334         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
12335
12336 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
12337
12338         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
12339
12340         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
12341
12342         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
12343
12344         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
12345
12346         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
12347
12348 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12349
12350         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
12351
12352 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
12353
12354         * support/regression/tests/bug-477927.c: Added.
12355
12356         * src/z80/peeph.def: Added minor rules.
12357
12358         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12359
12360         * src/z80/peeph.def: Added jump optimisation modification.
12361
12362 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12363
12364         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12365
12366 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12367
12368         * support/regression/tests/funptrs.c: Added.
12369
12370 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12371
12372         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12373
12374 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12375
12376         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12377
12378         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12379
12380         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12381         (movLeft2ResultLong): Created.
12382
12383         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12384         (joinPushes): Added.  Joins two char pushes into a word push.
12385
12386 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12387
12388         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12389
12390         * support/makebin/Makefile (install): Added creation of dest dir.
12391
12392 2001-10-24 Karl Bongers <karl AT turbobit.com>
12393
12394         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12395
12396 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12397
12398         * src/z80/ralloc.c: Turned off faulty pack for one use.
12399
12400         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12401
12402         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12403
12404 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12405
12406         * support/regression/Makefile: Improved clean
12407
12408         * support/regression/ports/gbz80/spec.mk: Added clean
12409
12410         * support/regression/ports/host/spec.mk: Added clean
12411
12412         * support/regression/ports/z80/spec.mk: Added clean
12413
12414         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12415
12416         * support/regression/ports/mcs51/timeout.c: little improvements
12417
12418 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12419
12420         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12421
12422         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12423
12424         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12425
12426 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12427
12428         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12429
12430         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12431
12432 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12433         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12434
12435         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12436
12437         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12438
12439         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12440
12441         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12442
12443         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12444
12445         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12446
12447         * support/regression/tests/longor.c: Added.
12448
12449 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12450
12451         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12452
12453         * as/mcs51/aslink.h: define PATH_MAX
12454
12455         * as/mcs51/asm.h: define PATH_MAX
12456
12457         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12458
12459         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12460
12461         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12462
12463         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12464
12465         * src/SDCCglobl.h: define PATH_MAX
12466
12467         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12468
12469         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12470
12471 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12472
12473         * src/z80/gen.c (gencjneshort): Fixed
12474
12475         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12476
12477 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12478
12479         * support/regression/tests/bug-469671.c: Added.
12480
12481         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12482
12483 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12484
12485         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12486
12487         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12488
12489 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12490
12491         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12492
12493         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12494
12495         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12496
12497         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12498
12499         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12500
12501         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12502
12503         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12504
12505 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12506
12507         * 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.
12508
12509         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12510
12511         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12512
12513 2001-10-07    <johan AT FRIJA>
12514
12515         * device/lib/gets.c (gets): fixed the return value.
12516
12517 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12518         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12519
12520         * 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.
12521
12522         * 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.
12523
12524         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12525
12526         * src/pic/gen.c: Removed Safe_strdup.
12527
12528         * configure.in: Added option to enable libgc support.
12529
12530         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12531         (bitVectUnion): Optimised.
12532         (bitVectIntersect): Optimised.
12533         (bitVectBitsInCommon): Optimised.
12534         (bitVectCplAnd): Optimised.
12535
12536         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12537
12538 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12539
12540         * src/SDCCmain.c: distinguish between assembler debug and plain options
12541
12542         * src/avr/main.c:   remove standard assembler options
12543
12544         * src/ds390/main.c: remove standard assembler options
12545
12546         * src/mcs51/main.c: remove standard assembler options
12547
12548         * src/port.h: removed "PENDING" comment
12549
12550 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12551
12552         * src/device/lib/_mulint.c  : new, with assember functions
12553
12554         * src/device/lib/_mullong.c : new, with assember functions
12555
12556         * src/device/lib/_divuint.c : with assember functions
12557
12558         * src/device/lib/_divsint.c : with assember functions
12559
12560         * src/device/lib/_divulong.c: with assember functions
12561
12562         * src/device/lib/_divslong.c: with assember functions
12563
12564         * src/device/lib/_moduint.c : with assember functions
12565
12566         * src/device/lib/_modsint.c : with assember functions
12567
12568         * src/device/lib/_modulong.c: with assember functions
12569
12570         * src/device/lib/_modslong.c: with assember functions
12571
12572         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12573
12574         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12575
12576         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12577                                       replaced _mululong.c and _mulslong.c by _mullong.c
12578
12579 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12580
12581         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12582
12583 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12584
12585         * src/SDCCglue.c: test, if win32api is available for MINGW
12586
12587 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12588
12589         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12590         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12591         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12592         * support/regression/ports/host/spec.mk: removed GENERIC
12593         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12594         * support/regression/ports/z80/spec.mk: removed GENERIC
12595
12596 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12597
12598         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12599
12600         * support/regression/tests/bug-467035.c: Created.
12601
12602 2001-10-01    <johan AT FRIJA>
12603
12604         * src/SDCC.y: fixed bug #466586 part 1
12605
12606 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12607
12608         * SDCCicode.c: z80 has no generic pointers
12609         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12610
12611 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12612
12613         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12614
12615 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12616
12617         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12618
12619         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12620
12621 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12622
12623         * configure.in: Fixed up so that ucsim is only configured once.
12624
12625         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12626
12627         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12628         (getPathDifference): As above.
12629
12630         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12631
12632         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12633
12634 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12635         * .version: Updated to 2.3.1
12636
12637         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12638         Added copyright header.
12639
12640         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12641         (assemble): Added support for macro based assembler commands.
12642         (linkEdit): Added support for macro based linker commands.
12643         (preProcess): Changed the pre-processor to use macros.
12644         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12645         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12646
12647         * device/lib/z80/crt0.s: Added module name for debugging.
12648
12649 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12650
12651         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12652
12653         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12654
12655         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12656
12657         * src/Makefile.in: Added SDCCmacro and SDCCutil
12658
12659 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12660
12661         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12662
12663 2001-09-16    <johan AT FRIJA>
12664
12665         * 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.
12666
12667 2001-09-15    <johan AT FRIJA>
12668
12669         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12670         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12671
12672 2001-09-11    <johan AT FRIJA>
12673
12674         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12675
12676 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12677
12678         * support/regression/tests/bug-460444.c: Added test case.
12679
12680         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12681         (genCast): Added justification for all of the asserts.
12682
12683 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12684
12685         * support/regression/support.c: _xdata replaced by xdata
12686
12687         * support/regression/spec.mk: removed _generic
12688
12689 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12690
12691         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12692
12693         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12694         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12695
12696         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12697
12698         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12699
12700         * support/regression/tests/bug-460010.c: Added test case.
12701
12702         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12703
12704 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12705
12706         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12707
12708         * support/regression/testfwk.c: removed workaround for bug #436344
12709
12710         * support/regression/tests/bp.c: use less memory with mcs51
12711
12712         * support/regression/tests/bug-441448.c: use less memory
12713
12714         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12715
12716         * support/regression/collate-results.py: typo
12717
12718 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12719
12720         * support/regression/tests/fetchoverlap.c: Added new test case.
12721
12722         * support/regression/tests/bp.c: Added new test case.
12723
12724         * support/regression/tests/bug-448984.c: Added new test case.
12725
12726         * support/regression/tests/pow2shifts.c: Added new test case.
12727
12728         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12729         (genlshTwo): Fixed right shift for count > 8.
12730
12731         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12732
12733 2001-09-08    <johan AT FRIJA>
12734
12735         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12736
12737 2001-09-07    <johan AT FRIJA>
12738
12739         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12740
12741         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12742
12743 2001-09-06    <johan AT FRIJA>
12744
12745         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12746         * bernhard noted me at this: "() equals to (void)" (1.38)
12747
12748 2001-09-05    <johan AT FRIJA>
12749
12750         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12751
12752 2001-09-04    <johan AT FRIJA>
12753
12754         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12755
12756
12757 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12758
12759         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12760
12761 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12762
12763         * link/z80/aslink.h: Fixed path for PATH_MAX
12764
12765 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12766
12767         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12768
12769         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12770
12771         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12772
12773         * 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.
12774
12775 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12776
12777         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12778         (genCmp): Fixed up genCmp for the GB with longs.
12779
12780         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12781
12782         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12783
12784         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12785
12786         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12787
12788 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12789
12790         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12791
12792 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12793
12794         * 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.
12795
12796         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12797
12798 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12799
12800         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12801
12802         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12803
12804 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12805
12806   * sim/ucsim/configure:    little improvement of Cygwin-detection
12807   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12808   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12809   * support/regression/tests/bug-221100.c: small changes for mcs51
12810   * support/regression/tests/bug-221168.c: small changes for mcs51
12811   * support/regression/tests/bug-227710.c: small changes for mcs51
12812   * support/regression/tests/staticinit.c: small changes for mcs51
12813   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12814   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12815   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12816
12817 $Revision$