* src/pic/gen.c (genFunction,genCall): drop "same code page"
[fw/sdcc] / ChangeLog
1 2006-10-28 Raphael Neider <rneider AT web.de>
2
3         * src/pic/gen.c (genFunction,genCall): drop "same code page"
4           assumption within interrupt handlers, fixes #1584940
5         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
6           "emitted" to avoid emitting them again in udata
7
8 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
9
10         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
11         Removed.
12  
13 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
14
15         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
16         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
17         on/off CR to CRLF conversion.  
18
19 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
20
21         * doc/sdccman.lyx: updated IRQ section
22
23 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
24
25         * device/lib/serial_io.c: removed
26         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
27         replacements for serial_io.c
28
29 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
30
31         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
32
33 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
34
35         * device/lib/serial_io.c: Default putchar() and getchar() for
36           mcs51 uses serial port.
37
38 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
39
40         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
41
42 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
43
44         * support/regression/ports/mcs51/support.c: smaller
45         _sdcc_external_startup()
46         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
47
48 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
49
50         * device/lib/gbz80/crt0.s,
51         * device/lib/gbz80/crt0_rle.s,
52         * device/lib/gbz80/div.s,
53         * device/lib/gbz80/fstubs.s,
54         * device/lib/gbz80/heap.s,
55         * device/lib/gbz80/mul.s,
56         * device/lib/gbz80/putchar.s,
57         * device/lib/gbz80/stubs.s,
58         * device/lib/z80/crt0.s,
59         * device/lib/z80/crt0_rle.s,
60         * device/lib/z80/div.s,
61         * device/lib/z80/fstubs.s,
62         * device/lib/z80/heap.s,
63         * device/lib/z80/mul.s,
64         * device/lib/z80/putchar.s,
65         * device/lib/z80/stubs.s: reverted, I was mistaken
66
67 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
68
69         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
70         * support/regression/ports/mcs51/support.c: removed race
71         condition on TI in _putchar allowing to use serial port mode 0
72
73 2006-10-20 Borut Razem <borut.razem AT siol.net>
74
75         * sebugger/mcs51/sdcdb.c: replaced isblank() with isspace()
76
77 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
78
79         * device/lib/gbz80/crt0.s,
80         * device/lib/gbz80/crt0_rle.s,
81         * device/lib/gbz80/div.s,
82         * device/lib/gbz80/fstubs.s,
83         * device/lib/gbz80/heap.s,
84         * device/lib/gbz80/mul.s,
85         * device/lib/gbz80/putchar.s,
86         * device/lib/gbz80/stubs.s,
87         * device/lib/z80/crt0.s,
88         * device/lib/z80/crt0_rle.s,
89         * device/lib/z80/div.s,
90         * device/lib/z80/fstubs.s,
91         * device/lib/z80/heap.s,
92         * device/lib/z80/mul.s,
93         * device/lib/z80/putchar.s,
94         * device/lib/z80/stubs.s: removed all leading underscores from area names
95
96 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
97
98         * support/regression/ports/mcs51/support.c: use highest baudrate so the
99           regression tests are not waiting in the simulator for simulated
100           transmission of debug output
101
102 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
103
104         * device/lib/printf_large.c: slightly smaller
105         * doc/sdccman.lyx: do not use spaces within html links
106
107 2006-10-16 Borut Razem <borut.razem AT siol.net>
108
109         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
110           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
111           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
112           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
113           debugger/mcs51/configure:
114           [ 1185668 ] add gnu readline support to sdcdb - enabled
115
116 2006-10-16 Raphael Neider <rneider AT web.de>
117
118         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
119           fixes #1577882, removes close to all banking optimizations
120
121 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
122
123         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
124           variables in code memory
125         * support/regression/tests/absolute.c: added test for this
126
127 2006-10-15 Raphael Neider <rneider AT web.de>
128
129         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
130           devices,
131           (BankSelect): emit BANKSEL before touching linker-placed regs,
132           fixes #1570934
133
134 2006-10-10 Raphael Neider <rneider AT web.de>
135
136         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
137         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
138         * src/pic/main.c (_pic14_parseOptions),
139         * src/pic/main.h: mostly reverted to previous state, now use results
140             from SDCCmain.c's argument parsing
141
142 2006-10-10 Borut Razem <borut.razem AT siol.net>
143
144         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
145           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
146           [ 1185668 ] add gnu readline support to sdcdb -
147           prepared for READLINE, not enabled yet,
148           thanks to <tal.bav AT gmail.com>
149
150 2006-10-10 Raphael Neider <rneider AT web.de>
151
152         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
153         * src/pic16/devices.inc,
154         * device/include/pic16 (pic18f[24]620.h),
155         * device/include/pic18fregs.h,
156         * device/lib/pic16/pics.all,
157         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
158             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
159             Gary Plumbridge and Anton Strobl
160
161 2006-10-10 Raphael Neider <rneider AT web.de>
162
163         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
164           --stack-siz=NUM options to configure the argument passing stack
165         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
166         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
167           (pic14_getSharebankSize): obey --stack-siz=NUM,
168           (pic14_getSharebankAddress): obey --stack-loc=NUM
169
170 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
171
172         * doc/sdccman.lyx: added to the manual
173         * doc/figures/ddd_example.png: added (neither pdflatex nor
174         most browsers seem to like the .eps file)
175
176 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
177
178         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
179         to /tmp and /var/tmp acc. LSB
180         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
181         RESULT_TYPE_IFX
182         * support/regression/tests/onebyte.c: added test
183
184 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
185
186         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
187
188 2006-10-05 Borut Razem <borut.razem AT siol.net>
189
190         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
191           thanks to dfulab:
192           - sdcc.dsw: changed property eol-style to CRLF
193           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
194
195 2006-10-04 Raphael Neider <rneider AT web.de>
196
197         * device/include/pic/{pic16f84.h,pic16f84a.h},
198         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
199           from patch #1522504, thanks to Robas Teodor
200
201 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
202
203         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
204           fixes bug 1566015
205
206 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
207
208         * src/pic16/glue.c (pic16emitMaps),
209         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
210         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
211         * device/lib/pic16/libc/string/memcpypgm2ram.c,
212         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
213           Philipp Krause
214         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
215         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
216
217 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
218
219         * support/librarian/sdcclib.c: Added option -l.
220         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
221           usage totals.
222         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
223           using Windows command prompt.
224
225 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
226
227         * device/lib/libsdcc.lib: added module rand
228         * src/ds390/ralloc.c (rematStr),
229         * src/hc08/ralloc.c (rematStr),
230         * src/mcs51/ralloc.c (rematStr),
231         * src/z80/ralloc.c (rematStr): made output more consistent
232         * src/mcs51/gen.c: cosmetic changes
233
234 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
235
236         * src/port.h: added mem.cabs_name to PORT
237         * src/ds390/main.c,
238         * src/hc08/main.c,
239         * src/mcs51/main.c,
240         * src/pic16/main.c,
241         * src/pic/main.c,
242         * src/xa51/main.c,
243         * src/z80/main.c: added cabs_name initializers
244         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
245           constants
246           (emitMaps): emit absolutes in code memory into cabs_name
247         * src/SDCCmem.c,
248         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
249         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
250         * support/regression/fwk/include/testfwk.h: added define for at
251         * support/regression/tests/absolute.c: added, new
252
253 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
254
255         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
256           optimizations, see also patch 887161 by Stas Sergeev
257         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
258           to be necessary anymore,
259           (102, 103, 104, 127): renamed all occurances of bp to _bp
260
261 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
262
263         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
264           thanks Weston T. Schmidt for patch 1555221
265         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
266         * src/SDCCicode.c(geniCodeMultiply): small optimization
267
268 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
269
270         * device/include/stdlib.h: added rand prototypes
271         * device/lib/rand.c: new, added
272         * device/lib/Makefile.in: added rand.c
273         * src/z80/peeph.def,
274         * src/z80/peeph-gbz80.def,
275         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
276
277 2006-09-20 Raphael Neider <rneider AT web.de>
278
279         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
280
281 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
282
283         * as/link/aslink.h: cosmetic changes
284         * as/link/mcs51/Makefile.in,
285         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
286
287 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
288
289         * as/link/aslink.h,
290         * as/link/mcs51/aslink.h,
291         * as/link/z80/aslink.h: merged and moved to as/link/
292         * as/link/lkstore.c,
293         * as/link/mcs51/lkstore.c: moved to as/link/
294         * as/link/clean.mk: remove *.o
295         * as/link/mcs51/alloc.h: deleted
296         * as/link/mcs51/lkarea.c: added lnksect prototype
297         * as/link/mcs51/lkdata.c,
298         * as/link/mcs51/lklex.c,
299         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
300         * as/link/mcs51/lkmem.c,
301         * as/link/mcs51/lknoice.c: removed include strcmpi.h
302         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
303         * as/link/mcs51/aslink.dsp,
304         * as/link/mcs51/Makefile.aslink,
305         * as/link/mcs51/Makefile.bcc,
306         * as/link/mcs51/Makefile.in: updated for moved files
307         * as/link/z80/lkarea.c,
308         * as/link/z80/lkhead.c,
309         * as/link/z80/lklex.c,
310         * as/link/z80/lklibr.c,
311         * as/link/z80/lklist.c,
312         * as/link/z80/lkmain.c,
313         * as/link/z80/lkrloc.c,
314         * as/link/z80/lksym.c: synced with mcs51
315         * as/link/z80/lkdata.c,
316         * as/link/z80/lkeval.c,
317         * as/link/z80/lkihx.c,
318         * as/link/z80/lks19.c: cosmetic changes
319         * as/link/z80/Makefile.in,
320         * as/link/z80/linkgbz80.dsp,
321         * as/link/z80/linkz80.dsp: updated for moved files
322
323 2006-09-16 Borut Razem <borut.razem AT siol.net>
324
325         * debugger/mcs51/sdcdb.c: partially fixed
326           [ 1203664 ] sdcdb fails to open files w. two "." periods
327         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
328           debugger/mcs51/symtab.h: fixed indenting
329         * configure.in, configure: up to date with latest Maarten's changes
330
331 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
332
333         as/link/mcs51
334         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
335         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
336         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
337         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
338         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
339         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
340         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
341         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
342         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
343         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
344         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
345         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
346         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
347         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
348         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
349         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
350         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
351         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
352         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
353         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
354         as/link/mcs51/alloc.h,
355         as/link/mcs51/clean.mk,
356         as/link/mcs51/conf.mk,
357         as/link/mcs51/Makefile.bcc,
358         as/link/mcs51/Makefile.in,
359         as/link/mcs51/readme.390,
360         as/link/mcs51/strcmpi.c,
361         as/link/mcs51/strcmpi.h,
362         as/mcs51/clean.mk,
363         as/mcs51/Makefile.bcc,
364         as/mcs51/Makefile.in,
365         configure,
366         Makefile.in,
367         sdcc.dsw: moved mcs51 linker to as/link/mcs51
368
369 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
370
371         * as/link,
372         * as/link/Makefile.in,
373         * as/link/z80/linkgbz80.dsp,
374         * as/link/z80/linkz80.dsp,
375         * configure,
376         * link,
377         * link/clean.mk,
378         * link/Makefile.in,
379         * link/README,
380         * link/z80,
381         * link/z80/aslink.h,
382         * link/z80/clean.mk,
383         * link/z80/conf.mk,
384         * link/z80/linkgbz80.dsp,
385         * link/z80/linkz80.dsp,
386         * link/z80/lkarea.c,
387         * link/z80/lkdata.c,
388         * link/z80/lkeval.c,
389         * link/z80/lkgb.c,
390         * link/z80/lkgg.c,
391         * link/z80/lkhead.c,
392         * link/z80/lkihx.c,
393         * link/z80/lklex.c,
394         * link/z80/lklibr.c,
395         * link/z80/lklist.c,
396         * link/z80/lkmain.c,
397         * link/z80/lkrloc.c,
398         * link/z80/lks19.c,
399         * link/z80/lksym.c,
400         * link/z80/Makefile.in,
401         * Makefile.in,
402         * sdcc.dsw: moved link/ to as/link/
403
404 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
405
406         * as/mcs51/i51mch.c (machine): fixed warning
407
408 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
409
410         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
411
412 2006-09-09 Borut Razem <borut.razem AT siol.net>
413
414         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
415           sdcdb WIN32 native port
416         * src/clean.mk: fixed
417
418 2006-09-08 Borut Razem <borut.razem AT siol.net>
419
420         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
421
422 2006-09-08 Raphael Neider <rneider AT web.de>
423
424         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
425         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
426             to gplink to disable processor mismatch warning and to allow
427             the use of devices with only aliased (shared) memory banks,
428           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
429
430 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
431
432         * doc/sdccman.lyx: Some re-formating plus example on using
433           #pragma preproc_asm +/-
434
435 2006-09-07 Borut Razem <borut.razem AT siol.net>
436
437         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
438           section
439
440 2006-09-06 Borut Razem <borut.razem AT siol.net>
441
442         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
443           line at sdcc.nsi:153
444         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
445
446 2006-09-05 Borut Razem <borut.razem AT siol.net>
447
448         * configure.in, configure: support for winsock2
449         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
450           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
451           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
452           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
453           debugger/mcs51/symtab.h: sdcdb WIN32 native port
454
455 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
456
457         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
458           and OP_DEFS
459         * support/regression/tests/bug1551947.c: new, added
460         * src/SDCCsymt.h: strings are char* not byte*
461
462 2006-09-05 Raphael Neider <rneider AT web.de>
463
464         * device/lib/pic16/libdev/pic18f4550.c,
465           device/include/pic16/pic18f4550.h: added PORTD/TRISD
466             declarations/definitions from patch #1520949
467
468 2006-09-05 Raphael Neider <rneider AT web.de>
469
470         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
471           byte-aligned bitfields, fixes #1539278
472
473 2006-09-05 Raphael Neider <rneider AT web.de>
474
475         * src/pic/gen.c (genReceive): skip unreferenced arguments,
476           fixes #1544120
477
478 2006-09-04 Borut Razem <borut.razem AT siol.net>
479
480         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
481         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
482           -mno-cygwin is a part of the compiler name
483         * support/scripts/sdcc_mingw32: don't disable ucsim
484
485 2006-09-03 Borut Razem <borut.razem AT siol.net>
486
487         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
488         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
489
490 2006-09-03 Raphael Neider <rneider AT web.de>
491
492         * src/pic/ralloc.c,
493         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
494           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
495           fixes #1550049
496
497 2006-09-01 Borut Razem <borut.razem AT siol.net>
498
499         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
500           to make ppc-osx happy
501
502 2006-08-31 Borut Razem <borut.razem AT siol.net>
503
504         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
505         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
506         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
507         * support/regression/ports/ds390/spec.mk,
508           support/regression/ports/mcs51/spec.mk,
509           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
510           To run regression tests in mingw environment:
511           make DEV_NULL=NUL CC=gcc
512
513 2006-08-30 Borut Razem <borut.razem AT siol.net>
514
515         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
516           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
517           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
518           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
519           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
520           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
521           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
522           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
523           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
524           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
525           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
526           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
527           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
528           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
529           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
530           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
531           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
532           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
533           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
534           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
535           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
536           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
537           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
538           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
539           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
540           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
541           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
542           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
543           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
544           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
545           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
546           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
547           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
548           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
549           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
550           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
551           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
552           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
553           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
554           ucsim WIN32 native port
555
556 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
557
558         * doc/sdccman.lyx: added note on dynamic memory heap initialization
559
560 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
561
562         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
563         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
564
565 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
566
567         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
568         * support/regression/tests/bug1546986.c: new, added
569         * as/mcs51/.cvsignore,
570         * debugger/mcs51/.cvsignore,
571         * src/.cvsignore: deleted
572
573 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
574
575         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
576           definitions)
577
578 2006-08-20 Borut Razem <borut.razem AT siol.net>
579
580         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
581           removed cl_listen_console::match(), cl_console::match(),
582           restructured cl_commander::proc_input()
583
584 2006-08-16 Borut Razem <borut.razem AT siol.net>
585
586         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
587           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
588           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
589
590 2006-08-14 Borut Razem <borut.razem AT siol.net>
591
592         * support/regression/Makefile.in,
593           support/regression/ports/pic14/gpsim.cmd,
594           support/regression/ports/pic14/spec.mk,
595           support/regression/ports/pic14/support.c:
596           added pic14 regression test
597
598 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
599
600         * as/doc/asxhtm.html: documented changed ABS behaviour
601         * as/doc/README: fixed some typos
602
603 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
604
605         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
606           not defined on host
607
608 2006-08-12 Borut Razem <borut.razem AT siol.net>
609
610         * support/regression/fwk/include/testfwk.h,
611           support/regression/fwk/lib/testfwk.c,
612           support/regression/generate-cases.py,
613           support/regression/Makefile.in:
614           regression test framework does not depend on function pointers and
615           variable arguments
616
617 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
618
619         * device/include/stddef.h: c temporary hack to fix bug 1518273
620
621 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
622
623         * device/include/mcs51/cc2510fx.h: added
624         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
625           to projects.
626
627 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
628
629         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
630         * as/z80/Makefile.in: added strcmpi.c
631         * as/z80/z80adr.c: added upper case registers and lower case conditionals
632         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
633
634 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
635
636         * device/lib/gbz80/asm_strings.s,
637         * device/lib/gbz80/crt0_rle.s,
638         * device/lib/gbz80/div.s,
639         * device/lib/gbz80/mul.s,
640         * device/lib/gbz80/shift.s,
641         * device/lib/z80/asm_strings.s,
642         * device/lib/z80/crt0_rle.s,
643         * device/lib/z80/div.s,
644         * device/lib/z80/mul.s,
645         * device/lib/z80/shift.s: changed to all lower case menmonics except the
646           flags which are all upper case
647
648 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
649
650         * as/z80/asm.h: made CASE_SENSITIVE 1
651         * link/z80/aslink.h: made CASE_SENSITIVE 1
652         * src/z80/gen.c (throughout): made all conditionals upper case
653         * support/regression/tests/bug1503067.c: new
654
655 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
656
657         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
658           (shiftIntoPair): added case 2 for PAIR_IY,
659           (setupToPreserveCarry): replaced parameters with iCode and check if
660            PAIR_DE is in use to fix bug 1399290,
661           (genPlus, genMinus): updated call to setupToPreserveCarry
662         * support/regression/tests/bug1399290.c: new
663
664 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
665
666         * device/lib/Makefile.in (Z80SOURCES): enabled float support
667         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
668         * src/ds390/gen.c (shiftRLong),
669         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
670         * src/mcs51/gen.c (sameReg): changed to sameByte,
671           (xch_a_aopGet): new,
672           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
673            shiftRLong): fixed bug 1533966
674         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
675           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
676         * support/regression/Makefile.in: disabled z80, enabled ucz80
677         * support/regression/tests/float_trans.c: enabled test for z80 and host
678         * support/regression/tests/shifts2.c: new, for testing bug 1533966
679
680 2006-08-01 Borut Razem <borut.razem AT siol.net>
681
682         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
683           comparison is always false due to limited range of data type
684           on PPC64 machine (openpower-linux1) where "char = unsigned char"
685
686 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
687
688         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
689         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
690         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
691         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
692
693 2006-07-31 Borut Razem <borut.razem AT siol.net>
694
695         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
696           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
697           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
698           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
699           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
700           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
701           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
702           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
703           enable ucsim mingw compilation. Serial port is disabled,
704           since it uses termios.h API, which is not available on native
705           WIN32
706
707 2006-07-31 Borut Razem <borut.razem AT siol.net>
708
709         * Small Device C Compiler 2.6.0 released
710         * support/scripts/sdcc.nsi: added FULL_DOC option
711         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
712
713 2006-07-28 Borut Razem <borut.razem AT siol.net>
714
715         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
716         * doc/INSTALL.txt: updated
717
718 2006-07-27 Borut Razem <borut.razem AT siol.net>
719
720         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
721           device/lib/pic/libdev/Makefile.in: fixed bug
722           [ 1438354 ] pic libsdcc: distclean doesn't work
723         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
724           device/lib/pic16/libio/Makefile.in: fixed bug
725           [ 1438344 ] pic16 lib: clean doesn't work properly
726         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
727
728 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
729
730         * device/lib/pic/libsdcc/fsdiv.c,
731         * device/lib/pic/libsdcc/fsmul.c,
732         * device/lib/pic16/libsdcc/float/fsdiv.c,
733         * device/lib/pic16/libsdcc/float/fsmul.c,
734         * device/lib/_fsdiv.c,
735         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
736         * support/regression/tests/bug1520966.c: added
737         * doc/knownbugs.html: removed [ 1520966 ] from the list
738
739 2006-07-25 Borut Razem <borut.razem AT siol.net>
740
741         * configure.in, configure, sdccconf_in.h: fixed bug
742           [ 1519095 ] regression test onebyte.c fails on ppc64 host
743         * doc/knownbugs.html: removed [ 1519095 ] from the list
744
745 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
746
747         * doc/knownbugs.html: added, contains list of known bugs at release
748         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
749
750 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
751
752         * device/include/mcs51/compiler.h: added SFRX for xdata based special
753           function registers and corrected defaults with additional warning
754         * device/lib/malloc.c: cosmetic changes
755         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
756         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
757           (fillGaps): and used it
758
759 2006-07-20 Raphael Neider <rneider AT web.de>
760
761         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
762           output unless SDCCPICDEBUG is set
763         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
764           output if SILENT is set
765
766 2006-07-11 Borut Razem <borut.razem AT siol.net>
767
768         * doc/README.txt: updated
769
770 2006-07-10 Borut Razem <borut.razem AT siol.net>
771
772         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
773           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
774           in WIN32 installation
775         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
776           release candidate 1
777
778 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
779
780         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
781         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
782
783 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
784
785         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
786
787 2006-07-06 Borut Razem <borut.razem AT siol.net>
788
789         * support/regression/tests/bitfields.c:
790           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
791         * support/regression/tests/constantRange.c:
792           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
793
794 2006-07-04 Borut Razem <borut.razem AT siol.net>
795
796         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
797           src/port.mk,
798           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
799           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
800           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
801           reverted changes from 2006-07-03
802         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
803         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
804           added CPPFLAGS, used by the host port
805
806 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
807
808         * support/regression/valdiag/tests/switch.c,
809         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
810         * support/regression/tests/libmullong.c: fixed for host
811         * support/regression/ports/host/spec.mk: disable all warnings for host,
812         SDCC runs with --less-pedantic too
813
814 2006-07-03 Borut Razem <borut.razem AT siol.net>
815
816         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
817           defined CPPFLAGS
818         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
819         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
820           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
821           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
822           include ../port.mk
823         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
824           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
825           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
826           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
827
828 2006-07-02 Raphael Neider <rneider AT web.de>
829
830         * src/pic16/devices.inc,
831         * device/include/pic16/pic18fregs.h,
832         * device/include/pic16/pic18f4550.h,
833         * device/lib/pic16/pics.all,
834         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
835
836 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
837
838         * as/hc08/lkaomf51.c (OutputName),
839         * as/mcs51/lkaomf51.c (OutputName),
840         * as/z80/asmain.c (asmbl),
841         * src/ds390/main.c (asmLineNodeFromLineNode),
842         * src/hc08/ralloc.c (hc08_assignRegisters),
843         * src/mcs51/main.c (asmLineNodeFromLineNode),
844         * src/xa51/ralloc.c (checkRegMask),
845         * src/xa51/gen.c (emitcode),
846         * src/z80/gen.c (_emit2),
847         * src/SDCCast.c (searchLitOp),
848         * src/SDCCglobl.h,
849         * support/packihx/packihx.c,
850         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
851         * src/ds390/gen.c (aopPutUsesAcc),
852         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
853         * support/regression/tests/libmullong.c (mullong_wrapper),
854         * src/SDCCsymt.c (powof2),
855         * src/SDCCast.c,
856         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
857         * src/SDCCsymt.h: added TYPE_TARGET_*
858         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
859         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
860         SDCCast because 1) header problems 2) this is the right place
861         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
862         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
863         prototype
864
865 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
866
867         * src/SDCCicode.h: removed buggy semicolon in unused macro
868         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
869         search for previous definiton of auto symbols too,
870         (findPrevUse): fixed logic of emitWarnings
871
872 2006-06-26 Raphael Neider <rneider AT web.de>
873
874         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
875           PCLATH and PCLATU on interrupts, potentially fixes #1505141
876
877 2006-06-25 Raphael Neider <rneider AT web.de>
878
879         * device/lib/pic/libm: NEW, added math library functions
880         * device/lib/pic/libsdcc: NEW; added float support functions
881         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
882         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
883           NEW, added math related headers
884         * device/include/asm/pic/features.h: NEW
885         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
886           (popGet): allow larger offsets for AOP_PCODE,
887           (genDataPointerSet): handle literals explicitly, more debug output,
888           (genAssign): fixed for float using aopLiteral ;-)
889         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
890           GOTO initialisation routine
891         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
892           flag on registers, fixes #1469043 (local variables do not work)
893         * src/pic/main.c (_pic14_do_link),
894         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
895           available
896
897 2006-06-25 Borut Razem <borut.razem AT siol.net>
898
899         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
900           characters printed (not including the trailing '\0' used to end
901           output to strings). Problem detected in regression test bug-927659.c.
902           NOTE: printf() family functions should return int instead
903           unsigned int!
904         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
905           specifier are printed as themselves
906         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
907           support flags, width and precision specifiers
908
909 2006-06-24 Borut Razem <borut.razem AT siol.net>
910
911         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
912           to the list of sdcc tagrets not supporting bit type
913         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
914           testfor pic16 due to bug:
915           [ 1511794 ] pic16: regression test bug-895992.c fails
916
917 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
918
919         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
920         * src/SDCCglue.c (initPointer), fixed bug 1496419
921         * support/regression/tests/bug1496419.c: new, added
922
923 2006-06-22 Borut Razem <borut.razem AT siol.net>
924
925         * support/regression/ports/pic16/support.c: use gpsim usart module from
926           libgpsim_modules library
927
928 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
929
930         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
931         IP0H to IPH0.
932
933 2006-06-19 Raphael Neider <rneider AT web.de>
934
935         * src/pic/glue.h,src/pic16/glue.h: added prototypes
936         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
937           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
938           (pic14printExterns,pic14printPublics,pic16printPublics,
939           pic16_printExterns): use new functions to emit symbols
940           (picglue,pic16glue): emit publics before emitting externs
941         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
942           locally defined functions to avoid bug #1443651
943         * support/regression/tests/bug-716242.c: removed pic16 workaround
944         * support/regression/ports/pic16/spec.mk: ignore errors during build
945
946 2006-06-19 Raphael Neider <rneider AT web.de>
947
948         * src/pic/glue.h: added pic14aopLiteral prototype
949         * src/pic/glue.c (pic14aopLiteral): return unsigned int
950         * src/pic/gen.c: removed stdint.h dependency
951           (aopGet): use Safe_strdup()
952           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
953           (genDataPointerSet): use pic14aopLiteral()
954         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
955           for pic16; thanks to Bernhard and Maarten
956
957 2006-06-18 Borut Razem <borut.razem AT siol.net>
958
959         * support/regression/tests/structflexarray.c: flexible array members
960           not supported by gcc < 3
961         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
962           GUI tool by default
963         * src/pic/gen.c: don't include [p]strdin.h on solaris
964         * support/Util/pstdint.h: addad svn attributes
965         * support/regression/tests/constantRange.c,
966           support/regression/tests/rotate.c: include inttypes.h instead
967           stdint.h on solaris, addad svn attributes
968
969 2006-06-18 Raphael Neider <rneider AT web.de>
970
971         * src/SDCCsymt.c (initCSupport): change return type of divschar to
972           int for PIC16
973         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
974           (pic16_genMinusBits): simplified sign-extension
975           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
976             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
977             adjusted to correctly handle mixed-signed operands, disabled
978             now unused multiplciation routines
979         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
980           (assignResultValue): added argument denoting the size of the result
981             as returned by the function (fixes upcasts in assigning from
982             function calls: char foo(); int i = foo();)
983           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
984             function result to assignResultValue
985           (genMult): disabled inlined multiplication code
986           (genDiv): augmented to also handle the modulus operator, fixed to
987             handle mixed-signed operands correctly
988           (genMod): simply call genDiv, disabled unused code
989           (genAssign): fixed missing (sign-)extension on result
990         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
991             valid char operands, allow signed operands for native code, added
992             division and modulo operator handling
993         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
994
995         As a consequence, onebyte.c (if split into two files) and muldiv.c
996         pass regression tests.
997
998 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
999
1000         * doc/Makefile.in: two runs of makeindex seem needed to get
1001         correct page references in the index of sdccman.pdf
1002         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
1003
1004 2006-06-17 Borut Razem <borut.razem AT siol.net>
1005
1006         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
1007
1008 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1009
1010         * doc/sdccman.lyx: updated, added (porting source code, debugging),
1011         mentioned ec2drv and paulmon
1012
1013 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
1014
1015         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
1016           consecutive abs areas
1017           (find_empty_space, allocate_space): added map to handle codemap or
1018            xdatamap,
1019           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
1020            absolute idata and xdata
1021         * as/mcs51/lkmem.c (summary2): updated legend
1022
1023 2006-06-16 Raphael Neider <rneider AT web.de>
1024
1025         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
1026
1027 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
1028
1029         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
1030           1208515
1031         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
1032
1033 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
1034
1035         * src/port.h (struct PORT): added field gp_tags, to hold the tag
1036         value of generic pointers,
1037         * src/avr/main.c,
1038           src/ds390/main.c,
1039           src/hc08/main.c,
1040           src/izt/i186.c,
1041           src/izt/tlcs900h.c,
1042           src/mcs51/main.c,
1043           src/pic/main.c,
1044           src/pic16/main.c,
1045           src/xa51/main.c,
1046           src/z80/main.c: PORT structure, added elements for gp_tags field,
1047         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
1048         fields in the PORT structure of each port,
1049         * src/SDCCast.c (decorateType): allow processing of generic pointers
1050         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
1051         S_FIXED symbols
1052
1053 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
1054
1055         * link/z80/lkgb.c,
1056         * link/z80/lkgg.c,
1057         * src/pic16/gen.c,
1058         * src/pic16/main.c,
1059         * src/pic16/pcode.c,
1060         * src/pic/main.c,
1061         * src/pic/pcoderegs.c,
1062         * src/SDCCicode.c,
1063         * src/SDCCmain.c,
1064         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
1065           bug 1504689 on minGW
1066
1067 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1068
1069         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
1070
1071 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
1072
1073         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
1074
1075 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
1076
1077         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
1078           for optimization
1079
1080 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
1081
1082         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
1083         to a char variable. Fixed bug #1504211
1084         * device/include/pic16/adc.h,
1085         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
1086         and fixed bug #1364390
1087
1088 2006-06-10 Borut Razem <borut.razem AT siol.net>
1089
1090         * CVSROOT: removed the CVS left-over
1091
1092 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1093
1094         * as/hc08/asmain.c (asexit),
1095         * as/hc08/lkmain.c (lkexit),
1096         * as/mcs51/asmain.c (asexit),
1097         * as/mcs51/lkmain.c (lkexit),
1098         * src/SDCCglue.c (DEFSETFUNC),
1099         * src/SDCCmain.c (linkEdit, assemble),
1100         * support/librarian/sdcclib.c (AddRel),
1101           replaced unlink() by standard C remove()
1102         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
1103         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
1104           gatherImplicitVariables): new, added to fix bug 608752,
1105           (createFunction): added gatherImplicitVariables()
1106         * src/SDCCast.h: added createRMW prototype
1107         * src/SDCCsymt.h (struct symbol): added infertype
1108         * support/regression/tests/bug608752.c: new, added
1109
1110 2006-06-10 Raphael Neider <rneider AT web.de>
1111
1112         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
1113           multibyte dummy reads (fixes #1503234)
1114
1115 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1116
1117         * device/include/mcs51/compiler.h: new, added header file to enable
1118           creating common sfr definition header files for different compilers
1119
1120 2006-06-05 Raphael Neider <rneider AT web.de>
1121
1122         * src/pic16/{pcode.h,genarith.c}:
1123           introduced pCodeOp combining any two pCodeOps (previously only
1124           two register operands could be combined), removed pcop2 from
1125           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
1126         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
1127         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
1128           rewritten to use new PO_TWO_OPS
1129         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
1130         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
1131           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
1132           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
1133           (pic16_get_op): embraced return arg to allow #define return(x),
1134             added new case for combined opcodes
1135           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
1136           (pic16_pCode2str,pic16_getRegFrompCodeOp,
1137            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
1138
1139 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
1140
1141         * src/SDCCval.c (checkConstantRange): added
1142         * src/SDCCval.h: added checkConstantRange
1143         * support/Util/SDCCerr.c,
1144         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
1145         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
1146         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
1147         * src/SDCCast.c (decorateType): added checkConstantRange,
1148         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
1149         can be emitted with the correct always true/false warning,
1150         added optimization for double '!';
1151         result of decorateType() must be assigned back to the tree, because
1152         decorateType() can change the tree
1153         * src/SDCCicode.c (geniCodeLogic),
1154         (geniCodeAssign): replaced new checkConstantRange, added warnings,
1155         (checkConstantRange): removed, it was only a fragment which never
1156         emitted a warning
1157         * src/SDCCsymt.c (computeType): fixed promotion for
1158         "-1 < (unsigned bit) b"
1159         * src/pic/ralloc.c (packRegsForAssign),
1160         * src/pic16/ralloc.c (packRegsForAssign),
1161         * src/hc08/ralloc.c (packRegsForAssign),
1162         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
1163         from mcs51
1164         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
1165         * support/regression/tests/constantRange.c: added
1166         * support/valdiag/tests/constantRange.c: added
1167         * support/valdiag/valdiag.py: added -DPORT_HOST=1
1168
1169 2006-06-02 Borut Razem <borut.razem AT siol.net>
1170
1171         * support/regression/ports/pic16/support.c: increase stack size
1172           to 255 bytes
1173         * support/regression/Makefile.in: sort tests by name so that the
1174           resutlts can be compared on different machines / platforms
1175
1176 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1177
1178         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
1179         * src/ds390/gen.c (emitLabel): new, added,
1180           (genDjnz): fixed stack overflow bug,
1181           (throughout): cosmetic changes to sync with mcs51/gen.c,
1182           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
1183         * src/mcs51/gen.c (genEndFunction): small optimization,
1184           (throughout): cosmetic changes to sync with ds390/gen.c
1185
1186 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1187
1188         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
1189           (_print_format): fixed printing pointers
1190         * src/mcs51/gen.c (emitLabel, movb): new, added,
1191           (genAssign): small optimization,
1192           (genDjnz): fixed stack overflow bug,
1193           (throughout): replaced sprintf with SNPRINTF,
1194           replaced mcs51_regWithIdx with REG_WITH_INDEX,
1195           replaced emitcode("mov", "b,...") with MOVB(...),
1196           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
1197           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1198         * src/mcs51/peeph.def: added rules 140 and 264
1199         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
1200           so they may get optimized into registers
1201
1202 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
1203
1204         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
1205           immediately when encountered,
1206           (printUsage): always use stderr even on windows
1207
1208 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
1209
1210         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
1211         (processParms): fixed bug #1247551
1212         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
1213         parseCmdLine, main): print '--version' to stdout,
1214         print 'help' to stdout if --help is given,
1215         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
1216         arguments are given; fixed --help
1217
1218 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
1219
1220         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
1221         * support/regression/tests/bug-1493710.c: added
1222
1223 2006-05-27 Borut Razem <borut.razem AT siol.net>
1224
1225         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
1226           static instead auto
1227         * support/regression/ports/pic16/support.c: increase stack size
1228           from default 64 bytes to 128 bytes
1229         * support/regression/tests/staticinit.c,
1230           support/regression/tests/float.c: regression tests fully enabled
1231           for pic16 port by putting the initialized data arrays into the code
1232           section
1233         * support/regression/ports/pic16/spec.mk: don't link default libraries.
1234           This was changed by mistake in the previous version.
1235
1236 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
1237
1238         * src/pic16/gen.c (genFunction, genEndFunction): some
1239         beautifications, fixed bug with falsely restoring FSR2 in large
1240         stack model, thanks to Beau E. Cox for reporting the bug
1241
1242 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1243
1244         * debugger/mcs51/break.c,
1245         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
1246           use %p to print pointers, made address variables unsigned
1247         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
1248         * debugger/mcs51/symtab.c (parseSymbol): must return something
1249         * src/mcs51/gen.c (aopForSym): small optimization,
1250            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
1251           (freeAsmop): added missing break,
1252           (aopPut): removed parameter bvolatile, determine it inside the function,
1253           (saveRegisters, unsaveRegisters): small optimization,
1254           (genIpush): removed pointless check,
1255           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
1256           replaced sprintf with SNPRINTF,
1257           replaced strcpy with strncpyz,
1258           updated aopPut calls,
1259           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1260         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
1261
1262 2006-05-24 Borut Razem <borut.razem AT siol.net>
1263
1264         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1265           modification of test for the pic16 port, put the array to the code
1266           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1267
1268 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1269
1270         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1271         * support/Util/pstdint.h: added
1272
1273 2006-05-22 Borut Razem <borut.razem AT siol.net>
1274
1275         * src/regression/Makefile: removed bool2.c test, added -q linker option
1276         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1277           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1278           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1279           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1280           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1281           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1282           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1283           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1284           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1285
1286 2006-05-22 Raphael Neider <rneider AT web.de>
1287
1288         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1289           bug #1492360 (problematic due to generic pointers, see code)
1290
1291 2006-05-22 Borut Razem <borut.razem AT siol.net>
1292
1293         * support/regression/ports/pic16/specs.mk: removed stack size linker
1294           directive
1295         * support/regression/tests/array.c,
1296           support/regression/tests/bitopcse.c,
1297           support/regression/tests/bug-908454.c,
1298           support/regression/tests/malloc.c: modified for pic16 regression test
1299         * support/regression/tests/bitfields.c:
1300           pic16 - excluded bitfileds of size > 8
1301         * support/regression/tests/bp.c: pic16 - reduced data size
1302         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1303         * support/regression/tests/bug-460010.c:
1304           pic16 - used the absolute address the fits in memory
1305         * support/regression/tests/bug-716242.c:
1306           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1307         * support/regression/tests/float.c:
1308           pic16 - excluded - data size too big
1309         * support/regression/tests/onebyte.c:
1310           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1311         * support/regression/tests/shifts.c:
1312           pic16 - function names probably have to differ in first X characters
1313           (gpasm limitation?)
1314         * support/regression/tests/staticinit.c:
1315           pic16 - excluded some tests due error: no target memory available for
1316           section ".idata"
1317
1318 2006-05-22 Borut Razem <borut.razem AT siol.net>
1319
1320         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1321           second try. Thanks Stas Sergeev once more.
1322
1323 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1324
1325         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1326           (genLeftShift, genRightShift): fixed bug 1491627
1327         * src/hc08/peeph.def (rules 7, 8.x): added
1328         * support/regression/tests/shifts.c (ShiftLeftByParam,
1329           ShiftRightByParam, testShiftByParam): added to test variable shifting
1330
1331 2006-05-20 Raphael Neider <rneider AT web.de>
1332
1333         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1334         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1335           (allocReg): add only new registers to dynAllocRegs,
1336           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1337             #1489055, #1445850, and probably #1483693
1338
1339 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1340
1341         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1342         bug in for-loop that didn't emit the last of CONFIG and ID registers
1343
1344 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1345
1346         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1347           with offset
1348         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1349           1489016, 1434401 and 1490124
1350         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1351           1489016, 1434401 and 1490124
1352
1353 2006-05-17 Borut Razem <borut.razem AT siol.net>
1354
1355         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1356           thanks Stas Sergeev
1357
1358 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1359
1360         * device/include/mcs51/P89c51RD2.h,
1361         * device/include/mcs51/P89LPC901.h,
1362         * device/include/mcs51/P89LPC922.h,
1363         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1364
1365 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1366
1367         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1368         to fix missing stack pragma in compiled binary object file,
1369
1370 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1371
1372         * support/packihx/configure.in,
1373         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1374         determine sizeof basic types even while cross compiling
1375
1376 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1377
1378         * src/avr/gen.c (aopop),
1379         * src/ds390/gen.c (aopOp),
1380         * src/hc08/gen.c (aopOp),
1381         * src/mcs51/gen.c (aopop),
1382         * src/pic16/gen.c (pic16_aopOp),
1383         * src/pic/gen.c (aopOp),
1384         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1385         if size of operand is smaller than spill location
1386
1387 2006-05-12 Borut Razem <borut.razem AT siol.net>
1388
1389         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1390           have to have CR/LF line endings even if they are checked out on *nix
1391           or on WIN32 in cygwin binmode
1392
1393 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1394
1395         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1396         * device/include/ds80c390.h: added sfr16 definitions
1397         * src/ds390/gen.c,
1398         * src/ds390/gen.h,
1399         * src/ds390/main.c,
1400         * src/ds390/ralloc.c,
1401         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1402           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1403           bit returning functions
1404         * support/regression/tests/sfr16.c: enabled test on ds390
1405
1406 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1407
1408         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1409         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1410
1411 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1412
1413         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1414         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1415           (cl_address_space constructor): removed expensive initialization,
1416           (cl_address_space::get_cell): extended for late initialization,
1417           (cl_address_space::*): use late initialization,
1418           (cl_address_decoder::activate): removed expensive initialization,
1419           This reduced regression test running time by 25%
1420
1421 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1422
1423         * packihx/,
1424         * configure.in,
1425         * configure,
1426         * sdcc.dsw,
1427         * Makefile.bcc,
1428         * Makefile.in,
1429         * support/packihx/Makefile.in,
1430         * support/packihx/clean.mk,
1431         * support/packihx/Makefile.bcc,
1432         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1433
1434 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1435
1436         * src/SDCCval.c (valNot): fix for regression test failure
1437           of not.c on big endian hosts
1438
1439 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1440
1441         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1442
1443 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1444
1445         * device/lib/mcs51/Makefile.in: changed string comparison operator
1446           to = for POSIX compliance; == is bash extension
1447
1448 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1449
1450         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1451           kosmonaut_pirx
1452
1453 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1454
1455         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1456         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1457         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1458         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1459         bug report #1478657,
1460
1461 2006-05-05 Borut Razem <borut.razem AT siol.net>
1462
1463         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1464           making the html
1465
1466 2006-05-02 Borut Razem <borut.razem AT siol.net>
1467
1468         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1469           create *.ind, which made make to fail if invoked with -j 2
1470
1471 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1472
1473         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1474           Hubert Sack for patch 1479782
1475
1476 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1477
1478         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1479
1480 2006-05-01 Raphael Neider <rneider AT web.de>
1481
1482         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1483           (create_pic): store only prefix-free device name,
1484           (init_pic): check for device names with "16" prefix,
1485           (list_valid_pics),
1486         * src/pic/device.h (struct PIC_device),
1487         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1488             stored device name,
1489         * device/include/pic/pic12f{635,675,629,683}.h,
1490         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1491         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1492         * device/include/pic/pic16f505.h,
1493         * device/lib/pic/libdev/pic16f505.c: removed
1494         * device/include/pic/pic14devices.txt: added support for pic12f
1495             devices, removed unsupported non 16-bit devices
1496             [above changes provided by patch from Zik Saleeba]
1497         * src/pic/*, src/pic16/*, device/include/pic16/*,
1498           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1499
1500 2006-05-01 Borut Razem <borut.razem AT siol.net>
1501
1502         * configure.in, configure, doc/Makefile.in:
1503           sync with nightly build makefile - latex, dvipdf and dvips
1504           not needed any more
1505
1506 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1507
1508         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1509         in the library source
1510
1511 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1512
1513         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1514
1515 2006-04-28 Raphael Neider <rneider AT web.de>
1516
1517         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1518         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1519           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1520         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1521
1522 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1523
1524         * device/lib/pic/libdev/Makefile.in,
1525         * device/lib/hc08/Makefile.in,
1526         * device/lib/gbz80/Makefile.in,
1527         * device/lib/z80/Makefile.in,
1528         * device/lib/ds390/Makefile.in,
1529         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1530         thanks to Borut for the bug report
1531         * configure.in,
1532         * configure: always create doc/Makefile independent from --enable-doc
1533         * Makefile.in: always install from directory doc independent from
1534         --enable-doc
1535         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1536         removed
1537         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1538         * doc/Makefile.in: install *.txt if present
1539         * device/include/Makefile.in (install): added installation of pic/*.inc
1540         and pic/*.txt files again, they were erroneously removed
1541
1542 2006-04-28 Raphael Neider <rneider AT web.de>
1543
1544         * src/pic/{gen.c,main.h,pcode.c},
1545         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1546             concerning signedness with casts
1547
1548 2006-04-28 Raphael Neider <rneider AT web.de>
1549
1550         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1551             definition of an interrupt handler,
1552         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1553             interrupt handler stuff from picglue() to separate routine,
1554           (picglue): enabled definition of intr handlers in files w/o main()
1555
1556 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1557
1558         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1559           compilation with MSVC 2005 Express Edition (VC8)
1560
1561 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1562
1563         * device/lib/Makefile: fixed build of gbz80 lib
1564
1565 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1566
1567         * support/regression/tests/bug-460010.c,
1568         * support/regression/tests/bug-524691.c,
1569         * support/regression/tests/bug-716242.c: removed conditional defines
1570           that are already in testfwk.h
1571
1572 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1573
1574         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1575           (AccAXRsh1): added, shift right by 1,
1576           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1577            AccAXLrl1
1578         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1579
1580 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1581
1582         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1583         remove cast to same type
1584         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1585         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1586         * as/z80/Makefile,
1587         * link/z80/Makefile: removed, they have moved to
1588         Makefile.in files
1589         * configure,
1590         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1591         * install-sh: fix bug #1204398 by setting umask 0022
1592         * device/lib/Makefile: separate build of z80 and gbz80 lib
1593
1594 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1595
1596         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1597         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1598
1599         One basic decision: e.g. src/clean.mk includes further files. In order
1600         to make this work there are two solutions:
1601         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1602           run configure on them. This way they can use
1603           'include $(srcdir)/port-clean.mk'
1604         - always include clean.mk by the Makefile at the same level. To avoid
1605           that `make clean` tries to include and build Makefile.dep the
1606           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1607           implemented, because now even `make uninstall` doesn't create
1608           Makefile.in. clean.mk could be eliminated by pasting it in
1609           Makefile.in.
1610
1611         * debugger/mcs51/Makefile.in: build own objects from library sources
1612         (SLIB, SDCC) in current directory
1613
1614         * configure, configure.in: renamed --disable-device-lib-build in
1615         --disable-device-lib; added --enable-doc, the required tools are
1616         searched by configure; added result message; the toolchain for the
1617         belonging ports are now only built, if the port is enabled.
1618
1619         * support/regression/*: all output is written in directory gen, because
1620         the fwk and ports directories don't livet in the build tree using vpath
1621
1622         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1623         --disable-device-lib, added --enable-doc, added section VPATH
1624
1625         * sim/ucsim/configure.in,
1626         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1627         z80 are enabled by default
1628
1629 2006-04-24 Raphael Neider <rneider AT web.de>
1630
1631         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1632             to config word, "pic14_"-prefixed some extern functions
1633           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1634             config word has been found
1635         * src/pic/device.h: added prototypes
1636         * src/pic/pcode.c: added "pic14_"-prefix where needed
1637         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1638             fixup
1639         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1640             words,
1641           (pic14emitRegularMap): ignore config words,
1642           (pic14createInterruptVect): moved generating __config directives away
1643           (picglue): have __config directives emitted
1644
1645 2006-04-24 Borut Razem <borut.razem AT siol.net>
1646
1647         * doc/Makefile: sync with nightly build makefile
1648
1649 2006-04-24 Raphael Neider <rneider AT web.de>
1650
1651         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1652             registers that have not been assigned proper liveranges,
1653             fixes #1469504 and #1474602,
1654           (pCodeRegOptimizeRegUsage): fixed typo in comment
1655
1656 2006-04-24 Borut Razem <borut.razem AT siol.net>
1657
1658         * device/examples/main8051.c: deleted - it was removed from CVS
1659           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1660           after the transition to Subversion
1661         * src/SDCCalloc.h: deleted - it was removed  from CVS
1662           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1663           after the transition to Subversion
1664         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1665           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1666           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1667           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1668
1669 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1670
1671         * as/asx8051.dsp: added mcs51/strcmpi.h
1672         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1673         * as/hc08/aslink.h: updated lnksect prototype
1674         * as/hc08/asm.h,
1675         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1676         * as/hc08/asmain.c,
1677         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1678           (newdot): handle A_ABS
1679         * as/hc08/asout.c,
1680         * as/mcs51/asout.c (outarea): output address
1681         * as/hc08/lkaomf51.c,
1682         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1683         * as/hc08/m08pst.c,
1684         * as/mcs51/i51pst.c,
1685         * as/z80/z80pst.c: "ABS" is not A_OVR
1686         * as/hc08/lkarea.c (newarea): read a_addr,
1687           (lnkarea): added codemap array, sort absolute areas to the front,
1688            combine all GSINITx/GSFINAL,
1689           (find_empty_space, allocate_space): new functions,
1690           (lnksect): return next address, handle absolute sections
1691         * as/mcs51/lkarea.c (newarea): read a_addr,
1692           lnksect2 prototype changed,
1693           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1694           (find_empty_space, allocate_space): new, factored out of lnksect2,
1695           (lnksect2): return next address, handle absolute sections
1696         * as/hc08/lkhead.c,
1697         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1698         * as/hc08/lklibr.c (addfile, fndsym),
1699         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1700           index out of range and detect both '\' and '/'
1701         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1702         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1703           regression tests (ds390 cannot return bool yet)
1704         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1705           document critical interrupts on z80, document changed SDCC define
1706         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1707           (_a390_mapping): added .org directive
1708         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1709           (genMultOneByte): fixed warnings
1710         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1711           ones
1712         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1713         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1714           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1715         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1716         * src/pic16/main.c: removed newReg prototype
1717         * src/pic16/pcode.c,
1718         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1719           warnings
1720         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1721           ones
1722         * src/pic16/ralloc.c
1723         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1724           to fix warnings
1725         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1726           from short to PIC_OPTYPE
1727         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1728         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1729           optype from short to PIC_OPTYPE
1730         * src/port.h: made int_size unsigned to fix warnings
1731         * src/SDCC.y: fixed warning on MSVC
1732         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1733         * src/SDCCopt.c (convertToFcall): fixed warnings
1734         * src/SDCCsymt.h: removed double prototype for genSymName
1735         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1736           offset int to fix warnings
1737
1738 2006-04-22 Borut Razem <borut.razem AT siol.net>
1739
1740         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1741           references to CVS replaced with Subversion
1742
1743 2006-04-21 Borut Razem <borut.razem AT siol.net>
1744
1745         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1746           references to CVS replaced with Subversion
1747
1748 2006-04-19 Borut Razem <borut.razem AT siol.net>
1749
1750         * src/version.awk: adapted for svn
1751         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1752           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1753           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1754           /binutils-avr/etc/*.vi, *.jin: removed all properties
1755           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1756
1757 2006-04-19 Borut Razem <borut.razem AT siol.net>
1758
1759         * CVS to Subversion migration completed
1760
1761 2006-04-18 Borut Razem <borut.razem AT siol.net>
1762
1763         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1764           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1765
1766 2006-04-17 Borut Razem <borut.razem AT siol.net>
1767
1768         * device/include/Makefile.in: added pic/*.inc to the installation
1769
1770 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1771
1772         * support/regression/collate-results.py: fixed output in case of
1773         a valdiag error
1774         * support/regression/generate-cases.py: fixed splitting of pathnames
1775         with dots
1776         * as/hc08/lklibr.c (addfile),
1777         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1778
1779 2006-04-11 Raphael Neider <rneider AT web.de>
1780
1781         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1782         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1783         * src/pic16/pcode.c (assignValnums): fixed #1460578
1784
1785 2006-04-11 Raphael Neider <rneider AT web.de>
1786
1787         * device/lib/pic/libdev/*.c,
1788         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1789           fixes #1468739, enables compilation in --std-c99 mode
1790         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1791
1792 2006-04-11 Raphael Neider <rneider AT web.de>
1793
1794         * src/pic/device.c (find_device): removed debug output
1795           (list_valid_pics): enabled verbose listing of supported devices
1796         * device/include/stdbool.h: define bool as char for pic14/16 as well
1797
1798 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1799
1800         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1801
1802 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1803
1804         * .version: bumped version to 2.5.6
1805         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1806
1807 2006-04-06 Raphael Neider <rneider AT web.de>
1808
1809         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1810         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1811         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1812           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1813             pic14_constructAbsMap
1814           (pic14printPublics): declare absolute global symbols as global
1815           (pic14createInterruptVect),
1816         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1817           (newReg): assume new registers unused, use correct name in
1818             hashtable (reg->name instead of name), more debugLog output
1819         * src/pic/device.h (PIC_device): added fields for verbose output
1820         * src/pic/device.c: moved device definition to pic14devices.txt,
1821             added routines for runtime parsing of pic14devices.txt,
1822             added support for second config word
1823         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1824           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1825           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1826           (_pic14_parseOptions): moved pCodeInitRegisters here
1827           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1828         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1829           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1830             handling the pseudo stack
1831         * device/lib/Makefile.in: ignore failures in objects-pic16,
1832         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1833         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1834         * device/lib/pic/Makefile.subdir,
1835         * device/lib/pic16/Makefile.subdir: improved clean rules
1836         * device/lib/pic/libdev/: NEW, pic14 device libraries
1837         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1838         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1839         * device/include/Makefile.in: create subdir and install pic14 headers
1840         * device/include/pic/p16f_common.inc: removed unused declarations
1841         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1842             PICs from inc2h.pl v1.6,
1843             replaced BIT_AT macros with struct declarations
1844         * device/include/pic/pic14devices.txt: definition of supported devices,
1845             all above improvements contributed by Zik Saleeba, thanks
1846         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1847         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1848             headers
1849
1850 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1851
1852         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1853         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1854           thanks to Charles Olds
1855
1856 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1857
1858         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1859
1860 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1861
1862         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1863         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1864         * support/regression/bug1464657.c: added, new test
1865
1866 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1867
1868         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1869           version number
1870
1871 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1872
1873         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1874           --no-peep and --peep-file <file> are used don't use default rules but
1875           do use the <file>
1876
1877 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1878
1879         * src/mcs51/gen.c (genCall): fixed bug 1457608
1880
1881 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1882
1883         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1884         changes seem to cause (trigger?) problems with the build system.
1885
1886 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1887
1888         * src/SDCCpeeph.c (operandsLiteral): new, added,
1889           (callFuncByName): inserted operandsLiteral
1890         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1891
1892 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1893
1894         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1895         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1896
1897 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1898
1899         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1900           implemented patch 1120823 Thanks to Willy De la Court (normal
1901           interrupts need an interrupt number now if they are made critical),
1902           and enabled nesting of critical functions though not for gbz80
1903           (genCritical, genEndCritical): added functions
1904           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1905         * src/z80/mappings.i: added "ei" to all mappings
1906
1907 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1908
1909         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1910         submitted by the Debian SDCC maintainer Aurelien Jarno:
1911         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1912         archive with gcc 4.1 on mips and wrote the patch"
1913
1914 2006-03-16 Raphael Neider <rneider AT web.de>
1915
1916         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1917           the left operand is shorter than the result (c* = lit-c* + int),
1918           fixes bug #1450796
1919         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1920           OP_SYMBOL
1921
1922 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1923
1924         * src/.version: increased version number to 2.5.5
1925         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1926         linking is done manually in pic16 port's _linkEdit,
1927         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1928         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1929         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1930         allocate asmop as AOP_ACC,
1931         (aopForRemat): added parameter 'bool result' in function declaration,
1932         (pic16_aopGet): return AOP_ACC when accessing WREG,
1933         (pic16_popGetTempReg): minor modification,
1934         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1935         'pic16_allocWithIdx',
1936         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1937         calling function in absolute addresses,
1938         (genAssign): take into account AOP_ACC asmop,
1939         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1940         * src/pic16/pcoderegs.c: some debug functions and lines added,
1941         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1942         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1943         register too,
1944         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1945         call to allocReg, not by manually allocating a new one,
1946         (pic16_assignRegisters): now before going through the register
1947         allocating functions mark all registers as free. This eliminates some
1948         side effects resulting from peephole parser done earlier in the backbone
1949
1950 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1951
1952         * src/SDCCicode.c (geniCodeLogic),
1953         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1954
1955 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1956
1957         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1958           (genSend): bugfix, do not allocate and free twice,
1959           (shiftRLong): handle partially overlapping aops
1960         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1961
1962 2006-03-08 Borut Razem <borut.razem AT siol.net>
1963
1964         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1965           for pic16
1966
1967 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1968
1969         * support/regression/tests/bug1409955.c: new, added
1970         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1971         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1972           (aopForSym, aopOp): increment asmop.allocated if reused,
1973           (freeAsmop): decrement asmop.allocated and check for zero instead of
1974           using asmop.freed,
1975           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1976           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1977            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1978            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1979            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1980            genSignedRightShift, genRightShift, genDataPointerGet,
1981            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1982            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1983             in reverse order from allocation,
1984           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1985             added swappedLR to keep track
1986         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1987           pdata & code for GCC, z80, gbz80 & hc08
1988         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1989
1990 2006-03-08 Raphael Neider <rneider AT web.de>
1991
1992         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1993
1994 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1995
1996         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1997         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1998         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1999
2000 2006-03-06 Borut Razem <borut.razem AT siol.net>
2001
2002         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
2003           made the linker quiet
2004
2005 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2006
2007         * src/pic16/gen.c (genPcall): fixed bug #1443644
2008         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
2009         which dumps before the function entry point a data byte which represents
2010         the number of the local variables used by the specified function, added
2011         'xinst' for initial support for Extended Instruction Support,
2012         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
2013         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
2014         port->fun_prefix anymore (may change later),
2015         (genFunction, genEndFunction): do not store/restore local registers for
2016         _main (this should take care the --main-return command line option in
2017         the future),
2018         (genOr): removed some legacy pic-port instructions,
2019         * src/pic16/genarith.c (genAddLit): re-enabled old code because
2020         performing operations with SFR's causes data to be written more than
2021         once to each SFR. Perhaps SFRs should be handled in special cases...
2022         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
2023         pcode.h
2024         * src/pic16/main.c (_process_pragma): stack bound checking did not take
2025         into account for stack starting position,
2026         (struct OPTIONS pic16_optionsTable): added command line argument
2027         --extended or -y for Extended Instruction Support,
2028         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
2029         (deassignLRs): *** perhaps the most important change, old 'for' code
2030         (commented out for reference), didn't account for some registers which
2031         were left marked 'not free' after a pointer operation. The change
2032         reduces register usage a lot in some cases
2033
2034 2006-03-04 Borut Razem <borut.razem AT siol.net>
2035
2036         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
2037           _clean
2038         * support/regression/tests/bug-524697.c: decreased array size for
2039           mcs51 to fit into the internal RAM
2040         * support/regression/Makefile.in: a little bit more verbose
2041
2042 2006-03-03 Borut Razem <borut.razem AT siol.net>
2043
2044         * support/regression/fwk/lib/testfwk.c,
2045           support/regression/fwk/include/testfwk.h: introduced function
2046           _prints(), nonrecursive _printn(), call _initEmu() from main()
2047         * support/regression/ports/gbz80/support.asm,
2048           support/regression/ports/ucz80/support.asm,
2049           support/regression/ports/z80/support.asm,
2050           support/regression/ports/ds390/support.c,
2051           support/regression/ports/hc08/support.c,
2052           support/regression/ports/host/support.c,
2053           support/regression/ports/mcs51/support.c,
2054           support/regression/ports/xa51/support.c: added empty _initEmu()
2055           function
2056         * support/regression/ports/pic16/gpsim.cmd,
2057           support/regression/ports/pic16/spec.mk,
2058           support/regression/ports/pic16/support.c,
2059           support/regression/Makefile.in: added pic16 regression test
2060
2061 2006-03-01 Raphael Neider <rneider AT web.de>
2062
2063         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
2064           genConstPointerGet): use safe way of generating MOVFF to cover
2065             literals as well as registers, fixes bug #1440527
2066         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
2067             dereference
2068           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
2069             more correctly, fixes bug #1232186
2070           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
2071         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
2072             gplink guess the correct processor in more cases, applied patch
2073             from Till Riedel attached to and fixing bug #1436552
2074
2075 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2076
2077         * support/regression/tests/array.c: added, contains check for #1434401
2078         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
2079
2080 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
2081
2082         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
2083         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
2084         * device/include/mcs51/c8051f326.h,
2085         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
2086         * device/include/mcs51/c8051f000.h,
2087         * device/include/mcs51/c8051f018.h,
2088         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
2089           PCON_IDLE,PCON_STOP and added sfr16 definitions
2090
2091 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2092
2093         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
2094           genGetWord): fixed bug 1409955
2095
2096 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2097
2098         * device/include/hc08/mc68hc908gp32.h,
2099         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
2100
2101 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
2102
2103         * src/SDCCast.c (constExprValue): return NULL if not a value
2104         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
2105         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
2106         * support/regression/tests/bitfields.c: enabled signed bitfield for all
2107
2108 2006-02-13 Borut Razem <borut.razem AT siol.net>
2109
2110         * src/regression/ptrarg.c: added, fails due to bug #1430967
2111         * src/regression/Makefile: ptrarg.c added, ...
2112
2113 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
2114
2115         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
2116         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
2117
2118 2006-02-11 Borut Razem <borut.razem AT siol.net>
2119
2120         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
2121           print "Processor: xxx" message to stdout only if --verbose
2122
2123 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2124
2125         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
2126         * support/regression/tests/bug1426356.c: added
2127         * support/regression/tests/bitfields.c: removed 2 tests
2128
2129 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2130
2131         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
2132         * device/include/mcs51/c8051f330.h,
2133         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
2134           PCON_IDLE,PCON_STOP and added sfr16 definitions
2135         * device/lib/_divsint.c,
2136         * device/lib/_divuint.c,
2137         * device/lib/_divulong.c,
2138         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
2139           register bank bug for small stackauto
2140
2141 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2142
2143         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
2144
2145 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
2146
2147         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
2148         * all.dsp: corrected several bin paths
2149         * device/include/mcs51/c8051f120.h,
2150         * device/include/mcs51/c8051f300.h,
2151         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
2152           to PCON_IDLE,PCON_STOP
2153         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
2154         * device/lib/printf_large.c (output_float): fixed bug 1388703
2155         * support/regression/tests/bug1057979.c: added test for bug 1388703
2156
2157 2006-02-08 Raphael Neider <rneider AT web.de>
2158
2159         * src/pic/pcode.c (pciTRIS): fixed typo,
2160           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
2161           (LinkFlow): fixed handling of flows that end in a call,
2162           (ReuseReg): perform safety check earlier
2163         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
2164             to work with flows at the beginning of a pBlock,
2165             fixes #1426557 (Symbol not previously defined),
2166           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
2167             usage information
2168           (RemoveUnusedRegisters): update register usage info
2169         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
2170             created, reuse existing ones instead
2171         * src/pic/gen.c (genPcall): fixed #1424719
2172
2173 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
2174
2175         * link/z80/lkmain.c,
2176         * link/z80/lklex.c,
2177         * link/z80/lkdata.c,
2178         * link/z80/aslink.h: fixed build on current cygwin:
2179         replaced getline() by lk_getline()
2180
2181 2006-02-01 Borut Razem <borut.razem AT siol.net>
2182
2183         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
2184           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
2185           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
2186           src/regression/bool1.c, src/regression/bool2.c,
2187           src/regression/bool3.c, src/regression/call1.c,
2188           src/regression/compare.c, src/regression/compare10.c,
2189           src/regression/compare2.c, src/regression/compare3.c,
2190           src/regression/compare4.c, src/regression/compare5.c,
2191           src/regression/compare6.c, src/regression/compare7.c,
2192           src/regression/compare8.c, src/regression/compare9.c,
2193           src/regression/configword.c, src/regression/for.c,
2194           src/regression/inline.c, src/regression/mult1.c,
2195           src/regression/nestfor.c, src/regression/or1.c,
2196           src/regression/pointer1.c, src/regression/ptrfunc.c,
2197           src/regression/rotate1.c, src/regression/rotate2.c,
2198           src/regression/rotate3.c, src/regression/rotate4.c,
2199           src/regression/rotate5.c, src/regression/rotate6.c,
2200           src/regression/rotate7.c, src/regression/string1.c,
2201           src/regression/struct1.c, src/regression/sub.c,
2202           src/regression/sub2.c, src/regression/switch1.c,
2203           src/regression/while.c, src/regression/xor.c,
2204           src/regression/create_stc, src/regression/simulate,
2205           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
2206           regression tests
2207         * src/regression/gpsim_assert.h: added
2208
2209 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
2210
2211         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
2212         ((void (code *) (void)) 0) ();
2213         * as/hc08/aslex.c,
2214         * as/hc08/aslink.h,
2215         * as/hc08/asm.h,
2216         * as/hc08/asmain.c,
2217         * as/hc08/lkdata.c,
2218         * as/hc08/lklex.c,
2219         * as/hc08/lkmain.c,
2220         * as/mcs51/aslex.c,
2221         * as/mcs51/aslink.h,
2222         * as/mcs51/asm.h,
2223         * as/mcs51/asmain.c,
2224         * as/mcs51/lkdata.c,
2225         * as/mcs51/lklex.c,
2226         * as/mcs51/lkmain.c,
2227         * as/z80/aslex.c,
2228         * as/z80/asm.h,
2229         * as/z80/asmain.c: fixed build on current cygwin:
2230         replaced getline() by as_getline()
2231
2232 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2233
2234         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
2235         declarator in the symbol chain
2236         * src/SDCCsymt.h,
2237         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
2238         parameter list for function pointers
2239         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
2240         * support/regression/tests/bug-716242.c: added
2241
2242 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2243
2244         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
2245         offset if possible
2246         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
2247
2248 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2249
2250         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
2251         inifinitely recurseable, added static
2252         * support/regression/tests/bug-1408066.c: added
2253
2254 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2255
2256         * src/SDCCicode.h,
2257         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
2258         renamed, added possibility to create "postLoopLbl"-labels
2259         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
2260         newiTempLoopHeaderLabel
2261         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2262         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2263         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2264         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2265         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2266         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2267         (basicInduction): fixed bug #136564, made static,
2268         (loopInduction): changed parameter of basicInduction, made static,
2269         (addPostLoopBlock): added
2270         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2271         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2272         findLoopEndSeq
2273         * support/regression/tests/bug-136564.c: added
2274         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2275         --std-sdcc99 to LIBSDCCFLAGS
2276
2277 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2278
2279         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2280         while loop
2281         * support/regression/tests/bug-1406131.c: added
2282
2283 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2284
2285         * src/SDCCast.c (decorateType): fix promotion of unary minus
2286         * src/SDCCsymt.c (computeType): beautified
2287         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2288         (valUnaryPM, valComplement): fix sign and promotion,
2289         (valNot): ANSI: result type is int (SDCC: unsigned char)
2290         * support/regression/tests/uminus.c: speedup by removing superflous
2291         test case 'int'
2292         * support/regression/tests/onebyte.c: added promotion and signedness
2293         tests for unary minus
2294         * support/regressions/tests/bug-477927.c: disable warning about
2295         uninitialized variables
2296         * support/regression/tests/not.c: added
2297
2298 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2299
2300         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2301         * src/mcs51/gen.c (gen51Code): show final register usage after
2302         fillGaps in asm with --i-code-in-asm
2303         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2304         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2305         incUsed, rliveClear, adjustIChain): made static,
2306         (setFromRange): excluded because it's unused,
2307         (findPrevUseSym, markWholeLoop): added,
2308         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2309         through all branches of predecessors enables sdcc to emit the warning
2310         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2311         (rlivePoint): made static, added parameter emitWarnings which is only
2312         true during the first run out of two,
2313         (findRecursiveSucc, findRecursivePred): removed,
2314         (computeLiveRanges): made static, added parameter emitWarnings,
2315         (dumpIcRlive): added for debugging only
2316         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2317         removed prototype of setFromRange()
2318         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2319         in call of computeLiveRanges()
2320         * support/regression/tests/bug-895992.c: added
2321         * support/regression/tests/bug-971834.c: added
2322         * support/valdiag/tests/bug-895992.c: added
2323         * support/valdiag/tests/bug-971834.c: added
2324
2325 2005-12-18 Raphael Neider <rneider AT web.de>
2326
2327         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2328           (genUnpackBits): improved code for direct operands,
2329           (genPackBits): improved code for literal assignment to bitfields
2330             and for direct destination operands (no FSR indirection),
2331             prevented redundant AND, fixes #1362800,
2332           (AccLsh): added parameter to disable masking of the result
2333         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2334           skip instructions with side-effects (like incfsz),
2335           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2336         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2337         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2338           fixes #1375263
2339
2340 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2341
2342         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2343         volatile variables as spill location
2344
2345 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2346
2347         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2348         replacing literals
2349         * support/regression/tests/bug-1376320.c: added
2350
2351 2005-12-08 Raphael Neider <rneider AT web.de>
2352
2353         * src/pic/device.c: renamed is_shared to pic14_is_shared
2354         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2355         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2356           (is_valid_identifier): added for above workaround
2357
2358 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2359
2360         * device/lib/Makefile.in: fixed to enable port-specific-objects
2361         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2362           char, thanks Hubert Sack
2363         * doc/sdccman.lyx: documented --xstack-loc,
2364           elaborated a bit more on interrupts and pitfalls,
2365           removed "setjmp/longjmp unsupported",
2366           documented some unsupported C99 features
2367         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2368         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2369           if, thanks Hubert Sack
2370         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2371         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2372           make make_library
2373         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2374           regression tests can report resource usage (rfe 700441)
2375         * support/regression/collate-results.py: report resource usage
2376         * support/regression/ports/ds390/spec.mk,
2377         * support/regression/ports/hc08/spec.mk,
2378         * support/regression/ports/mcs51/spec.mk,
2379         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2380         * support/regression/ports/ds390/uCsim.cmd,
2381         * support/regression/ports/hc08/uCsim.cmd,
2382         * support/regression/ports/mcs51/uCsim.cmd,
2383         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2384         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2385           library, use the default one
2386         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2387           building the library
2388
2389 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2390
2391         * config.dsp: added dependency on .version and configure_vc.awk
2392         * device/include/setjmp.h: updated for --stack-auto and --xstack
2393         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2394         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2395         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2396         * device/lib/libsdcc.lib: added _setjmp
2397         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2398           (decorateType): fixed bug 1372851,
2399           (optimizeGetHbit): fixed warning
2400         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2401           array initialisation
2402         * support/regression/tests/bug1057979.c: added test for bug 1358192
2403         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2404
2405 2005-12-03 Borut Razem <borut.razem AT siol.net>
2406
2407         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2408           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2409
2410 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2411
2412         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2413         createIval): implement symbol independant "flexible array member",
2414         (createIvalCharPtr): implemented flexible array initialisation with a
2415         string
2416         * src/SDCCsymt.c (copyStruct): removed,
2417         (getSize): fixed misleading comment,
2418         (getAllocSize): removed, the additional allocation size is now in
2419         sym->flexArrayLength,
2420         (checkStructFlexArray): new, syntax checks for flexible array members,
2421         (compStructSize): added syntax checks for "flexible array members"
2422         (copyStruct): removed,
2423         (copyLinkChain): removed inefficient fix for bug 770487
2424         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2425         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2426         symbol->flexArrayLength
2427         * src/SDCCerr.c,
2428         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2429         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2430         * support/regression/tests/structflexarray.c: added
2431         * support/valdiag/tests/structflexiblearray.c: added
2432
2433 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2434
2435         * src/SDCCast.c (decorateType): fixed bug 1368489
2436         * support/Util/SDCCerr.c,
2437         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2438
2439 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2440
2441         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2442           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2443
2444 2005-11-27 Borut Razem <borut.razem AT siol.net>
2445
2446         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2447           support/cpp2/mkdeps.h: added command line option
2448           -obj-ext=<extension> to SDCPP to define object file externion, used
2449           for generation of make dependencies (-M)
2450         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2451
2452 2005-11-26 Borut Razem <borut.razem AT siol.net>
2453
2454         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2455           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2456           added pic and pic16 libraries
2457
2458 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2459
2460         * device/include/float.h: Corrected typo in prototype of __fsgt
2461
2462 2005-11-25 Borut Razem <borut.razem AT siol.net>
2463
2464         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2465           added creation of model-mcs51-stack-auto libraries
2466
2467 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2468
2469         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2470         and fields-list too
2471         * src/SDCCast.c (createIvalArray): removed obsolete comment
2472
2473 2005-11-24 Borut Razem <borut.razem AT siol.net>
2474
2475         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2476           added missing device/lib/mcs51/crt*.asm sources
2477
2478 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2479
2480         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2481
2482 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2483
2484         * device/lib/_fs2schar.c,
2485         * device/lib/_fs2sint.c,
2486         * device/lib/_fs2slong.c: optimized inline asm
2487
2488 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2489
2490         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2491           Better handling of floats between -1.0 and 0.0.
2492
2493 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2494
2495         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2496           (the missing "if"s prohibited removal of redundant labels)
2497
2498 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2499
2500         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2501           Properly convert floats between -1.0 and 0.0 to long, int, and char
2502           types (max integer value of negative floats tends to zero).
2503         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2504           Removed changes made so to work properly with floats between
2505           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2506           and _fs2char.c
2507
2508 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2509
2510         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2511         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2512         (genCast) cosmetic change
2513         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2514         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2515         from mcs51
2516         * support/regression/tests/bitfields (testSignedBitfields): added
2517
2518 2005-11-18 Borut Razem <borut.razem AT siol.net>
2519
2520         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2521         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2522           introduced SILENT option to make building of pic16 libraries less
2523
2524 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2525
2526         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2527           Now they work properly with floats between -1.0 and 0.0
2528         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2529
2530 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2531
2532         * src/SDCCicode.c (printOperand): added missing else
2533
2534 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2535
2536         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2537         reformatted for better readability
2538         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2539         signed bitfields
2540
2541 2005-11-17 Borut Razem <borut.razem AT siol.net>
2542
2543         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2544           introduced SILENT option to make building of pic16 libraries less
2545           verbose - used for nightly snapshot build
2546         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2547           available on Win32 platforms.
2548         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2549           medium, large, pic and pic16
2550
2551 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2552
2553         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2554           printf("%f"...) sets fraction to zero.
2555
2556 2005-11-16 Raphael Neider <rneider AT web.de>
2557
2558         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2559           fixes #1357221
2560         * src/pic/gen.c (genIfx): implemented for CARRY bit
2561         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2562           to generic pointers, fixes #1357332,
2563           (pic16_movLit2f): NEW,
2564           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2565
2566 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2567
2568         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2569
2570 2005-11-11 Raphael Neider <rneider AT web.de>
2571
2572         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2573         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2574           compute pointer's type from operand,
2575           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2576           improved single bit reads, fixes bug #1353379
2577
2578 2005-11-09 Borut Razem <borut.razem AT siol.net>
2579
2580         * support/scripts/sdcc.nsi: added lib/pic to the package
2581
2582 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2583
2584         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2585
2586 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2587
2588         * support/regression/tests/bug1348008.c: added
2589         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2590         * support/regression/tests/bug1337835.c: updated comment
2591
2592 2005-11-06 Borut Razem <borut.razem AT siol.net>
2593
2594         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2595           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2596           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2597           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2598           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2599           dynamic construction of cl_error_class and derivates - 2.nd try
2600
2601 2005-11-05 Borut Razem <borut.razem AT siol.net>
2602
2603         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2604           bug, which caused Bus Errors on sparc solaris
2605
2606 2005-11-04 Borut Razem <borut.razem AT siol.net>
2607
2608         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2609           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2610           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2611           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2612           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2613           and derivates to resolve the initialization problem on OSX
2614
2615 2005-11-02 Borut Razem <borut.razem AT siol.net>
2616
2617         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2618           corrected typo - #include <winsock2.h>
2619
2620 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2621
2622         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2623           (_asxxxx_mapping): added org directive for future enhancements
2624
2625 2005-11-01 Borut Razem <borut.razem AT siol.net>
2626
2627         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2628           enabled sockets on WIN32
2629         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2630
2631 2005-10-31 Borut Razem <borut.razem AT siol.net>
2632
2633         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2634           WIN32 backslash path delimiters should be escaped when used in C strings
2635         * support/regression/tests/bitfields.c: exclude failing assertions for
2636           __CYGWIN32__ and __MINGW32__ hosts
2637
2638 2005-10-30 Borut Razem <borut.razem AT siol.net>
2639
2640         * src/SDCCutil.c: corrected double comparison typo
2641
2642 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2643
2644         * device/lib/medium/Makefile: added for new memory model medium
2645         * device/include/asm/mcs51/features.h: updated for medium/pdata
2646         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2647           added Multiply & Accumulate sbit's and MAC0_PAGE define
2648         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2649         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2650         * device/lib/_mullong.c: update for medium model
2651         * device/lib/incl.mk: added medium model
2652         * doc/sdccman.lyx: documented medium model
2653         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2654         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2655         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2656         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2657           (allocParms): set SCLS and OCLS to pdata for medium model
2658         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2659           for pdata,
2660           (powof2): return <0 if not power of 2
2661         * src/avr/gen.c (genBitWise): use updated powof2
2662         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2663           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2664           (shiftLLeftOrResult): use B if necessary
2665         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2666         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2667         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2668         * support/regression/Makefile.in: added test-mcs51-medium
2669         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2670
2671 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2672
2673         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2674         specifier unsigned
2675         * device/lib/time.c (mktime): fixed bug 1334315
2676
2677 2005-10-28 Raphael Neider <rneider AT web.de>
2678
2679         * device/include/pic/p16f_common.inc: added common declarations
2680         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2681
2682 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2683
2684         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2685           (aopPutUsesAcc): added to predict accumulator use,
2686           (assignResultValue): save acc if necessary,
2687           (genMinusDec): store result if indirectly addressed,
2688           (genDivOneByte):  save acc if necessary,
2689           (movLeft2Result): bugfix if left already in acc,
2690           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2691             attention to accumulator use (esp. pdata),
2692           (genReceive): receive pdata correctly
2693         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2694         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2695
2696 2005-10-27 Raphael Neider <rneider AT web.de>
2697
2698         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2699
2700 2005-10-27 Raphael Neider <rneider AT web.de>
2701
2702         * .version: changed version to 2.5.4
2703         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2704         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2705           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2706             arithmetics support routines
2707         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2708         * device/lib/Makefile.in: also create installdir for pic
2709
2710         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2711           pic14 port as well
2712         * src/pic/device.c (dump_sfr): rewritten to delegate register
2713           placement to the linker (use `extern sym' rather than sym EQU addr),
2714           (validAddress): fixed to check last specified address
2715         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2716           (popGetLit): truncate literal value to 8 bit,
2717           (popGet): moved assert to more appropriate place
2718           (popGetExternal): create pCode operand from and mark the according
2719             symbol as being `extern'
2720           (popGetAddr): added sanity check on immediate's offset, provide
2721             GPOINTER tag on demand
2722           (aopPut): fixed for immediates,
2723           (mov2w_op): move operand's address or contents to WREG (depending on
2724             operand type), safer variant of mov2w,
2725           (movwf,call_libraryfunc): NEW, handy abbreviations,
2726           (get_argument_pcop,get_return_val_pcop,pass_argument,
2727           get_returnvalue): interface for accessing function parameters and
2728             return values,
2729           (assignResultValuei,genRet): use new parameter/return value interface
2730           (pic14_getDataSize): back to old version handling generic pointers,
2731           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2732             provided implementation and/or fixed old one,
2733           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2734             calls, removed legacy 8051 reference code
2735           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2736           (loadSignToC): NEW, move the operands sign bit to CARRY,
2737           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2738             genRightShiftSigned, accepts negative shift counts,
2739           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2740           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2741             generic pointers, __data pointers and __code pointers,
2742           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2743             and signed bitfields, limit bitfields to 8 bit,
2744           (genDataPointerGet): fixed number of bytes read,
2745           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2746           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2747             pointers to constant data are no longer assumed to point to __code
2748             space, removed invalid pointer types,
2749           (bitpatternFromVal): retrieve the PICs representation of an integer
2750             or float literal,
2751           (genDataPointerSet): fixed assigning to po_immediate operands,
2752           (genGenPointerSet): implemented as library call,
2753           (genIfx): fixed incorrect condition,
2754           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2755             provide GPOINTER tag according to destination's storage class,
2756           (genCast): added code to handle casting to generic pointers, added
2757             sign-/zero extension of the result
2758           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2759         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2760         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2761           extend the result
2762         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2763           address/register resides in the shared banks
2764           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2765             put all variables into separate sections (have the linker arrange
2766             them)
2767           (picglue): put init code and interrupt handlers in separate sections
2768         * src/pic/main.c: added port specific options table, modified to PORT
2769           structure to make GPOINTERs 3 byte, added pic14_options
2770           (_pic14_do_link): private linking routine (update paths to libraries,
2771             add libsdcc.lib by default)
2772         * src/pic/main.h: declare pic14_options
2773         * src/pic/pcode.c: fixed instructions i/o relations,
2774           (RegCond): reverted to correct version,
2775           (newpCodeOpLit): truncate literals to 8 bit,
2776           (genericPrint): added debug output,
2777           (getRegFromInstruction): fixed for various operand types, simplified
2778           (BuildFlow): fixed broken handling of isntructions with labels
2779           (LinkFlow): start at last instruction in flow (skip trailing comments),
2780             pass the flow on to the next instruction after CALL
2781           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2782           (insertPCodeInstruction): fixed inserting after a skip instruction,
2783           (DoBankSelect): fixed for labeled instructions
2784           (OptimizepBlock): honor --nopeep switch
2785           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2786         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2787         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2788           (pCodeOptime2pCodes): allow disabling this optimization via
2789             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2790             but is still buggy), started implementation of a dataflow based
2791             pCode optimization (CSE + dead code elimination)
2792           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2793         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2794           names are independant of the stack location and therefore portable across
2795           devices
2796
2797 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2798
2799         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2800           (selectSpil): fixed bug 1337835 by not spilling bit variables
2801         * support/regression/tests/bug1337835.c: added test for this bug
2802         * src/mcs51/peeph.def: restart after rule 3.c,
2803           addded rules 263.x to optimize loading constants
2804
2805 2005-10-26 Raphael Neider <rneider AT web.de>
2806
2807         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2808         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2809           (genAssign): emit warning when casting literals to generic pointer
2810             type, also applies when taking the address of a fixed variable,
2811           (genCast): improved casting to generic pointers
2812         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2813           extern variables, added verbose error message
2814         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2815
2816 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2817
2818         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2819         carry must be complemented too
2820         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2821         could be emitted by genMinus
2822         * src/SDCCval.c (constVal): fixed bug 1305065
2823
2824 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2825
2826         * src/SDCCast.c (addCast): added promotion for bit variables
2827         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2828         promotion casts + optimisation
2829         (optimizeGetWord): fix warning 'i' might be used uninitialized
2830         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2831         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2832
2833 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2834
2835         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2836         all chars are promoted to int; promotion should be handled in SDCCast.c
2837
2838 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2839
2840         * device/lib/_strcmp.c: Fixed bug 1326457
2841
2842 2005-10-11 Raphael Neider <rneider AT web.de>
2843
2844         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2845         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2846
2847 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2848
2849         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2850         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2851
2852 2005-10-04 Raphael Neider <rneider AT web.de>
2853
2854         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2855           device/lib/pic16/pics.all: added pic18f1320
2856         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2857
2858 2005-09-30 Raphael Neider <rneider AT web.de>
2859
2860         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2861         * src/pic16/devices.inc: NEW, provides device descriptions
2862         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2863
2864 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2865
2866         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2867           GETHBIT
2868
2869 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2870
2871         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2872           documented Any Order Bit, Higher Order Byte and Higher Order Word
2873         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2874         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2875           (optimizeGetAbit): new, to get any bit, not only the high bit,
2876           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2877           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2878           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2879           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2880             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2881             GETABIT, GETBYTE, GETWORD: decorate them,
2882           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2883           (ast_print): added GETABIT, GETBYTE, GETWORD
2884         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2885         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2886           (geniCodeBinary): new generic binary icode,
2887           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2888         * src/port.h: updated comment for PORT.hasExtBitOp
2889         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2890           (genGetByte): new, to get a single byte,
2891           (genGetWord): new, to get a word from a long,
2892           (gen51Code): added GETABIT, GETBYTE, GETWORD
2893         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2894
2895 2005-09-23 Raphael Neider <rneider AT web.de>
2896
2897         * configure.in, configure: have device/lib/pic configured
2898         * device/lib/Makefile.in: added model-pic14
2899         * device/lib/clean.mk: added pic/ to clean rule
2900         * device/lib/pic: added rudimentary pic14 library providing support
2901           functions for multiplication/division/generic pointer access
2902         * src/SDCCopt.c (convilong): mark support functions as extern
2903           for pic14 port as well
2904         * src/pic/gen.c (genMult): added assertions,
2905           (genpic14Code): emit warning on unhandled iCodes
2906         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2907         * src/pic/pcode.c (pCodeOpCopy),
2908         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2909           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2910           SFR_REGISTER}), made safe for future extensions
2911         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2912           instructions even if preceeded by SKIP instructions (also remove
2913           them); removed unused code
2914         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2915           prevents leaving parts of the structure uninitialized after copying
2916
2917 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2918
2919         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2920           ago by me
2921         * support/regression/tests/addsub.c: added test for the bug
2922
2923 2005-09-21 Raphael Neider <rneider AT web.de>
2924
2925         * device/include/pic16/pic18f1220.h,
2926           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2927         * device/lib/pic16/Makefile.rules: added missing opening paren
2928         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2929           are provided in genutils.c,
2930           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2931           operand/result sizes,
2932           (genCmp): assert on NULL pointers first, then check deref'ed values
2933         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2934           result size
2935
2936 2005-09-18 Raphael Neider <rneider AT web.de>
2937
2938         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2939           as these are now unused,
2940           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2941         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2942           local, avoids uninitialized pointer dereference on r->name
2943         * src/pic16/ralloc.c (newReg): fixed indentation
2944
2945 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2946
2947         * src/SDCCval.c (constVal): fixed bug 730366
2948         * support/Util/SDCCerr.c,
2949         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2950
2951 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2952
2953         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2954
2955 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2956
2957         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2958
2959 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2960
2961         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2962           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2963         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2964           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2965         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2966         * packihx/packihx.c (hexDigit): made c unsigned char
2967         * as/mcs51/lklibr.c (fndsym),
2968         * link/z80/lkgb.c (gb),
2969         * link/z80/lklibr.c (fndsym),
2970         * link/z80/lkrloc.c (relr),
2971         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2972         * src/SDCC.lex (checkCurrFile, process_pragma),
2973         * src/SDCCglue.c (spacesToUnderscores),
2974         * src/SDCCmain.c (setParseWithComma, processFile),
2975         * src/asm.c (tvsprintf, printCLine),
2976         * src/avr/gen.c (emitcode, aopPut),
2977         * src/ds390/gen.c (emitcode),
2978         * src/hc08/gen.c (emitcode, emitinline),
2979         * src/mcs51/gen.c (emitcode, genInline),
2980         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2981           tokenizeLineNode),
2982         * src/pic/ralloc.c (debugLog),
2983         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2984           tokenizeLineNode),
2985         * src/pic16/ralloc.c (debugLog),
2986         * src/z80/main.c (_process_pragma):
2987            made all ctype.h function calls safe
2988         * src/SDCCopt.c: include math.h for fabs
2989         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2990           and used them throughout the code to make ctype.h function calls safe
2991         * src/ds390/main.c (asmLineNodeFromLineNode),
2992         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2993         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2994            unsigned char*
2995         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2996           (newpCodeAsmDir): made ctype.h function calls safe
2997         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2998           pic16_emitcode):  made lbp unsigned char*
2999         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
3000           (pic16_newpCodeAsmDir): made ctype.h function calls safe
3001         * src/xa51/gen.c (emitcode),
3002         * src/z80/gen.c (_emit2): made lbp unsigned char*
3003         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
3004            char*
3005
3006 2005-09-05 Raphael Neider <rneider AT web.de>
3007
3008         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
3009           access bank splitpoint
3010
3011 2005-09-05 Raphael Neider <rneider AT web.de>
3012
3013         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
3014
3015 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
3016
3017         * .version: changed to version 2.5.3
3018         * doc/sdccman.lyx: changed version to 2.5.3,
3019           documented --codeseg and --constseg and pragma codeseg and constseg,
3020           documented bit parameters (reentrant) and bit returning
3021         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
3022            currFunc->recvSize, but is this ok for all ports?
3023           (ast2iCode): result of ~ on unsigned char must be cast to int for
3024            bool to work
3025         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
3026           function pointers in bit space
3027         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
3028           (processFuncArgs): call port.reg_parm() with reentrancy info
3029         * src/port.h,
3030         * src/avr/main.c,
3031         * src/ds390/main.c,
3032         * src/hc08/main.c,
3033         * src/pic/main.c,
3034         * src/pic16/main.c,
3035         * src/xa51/main.c,
3036         * src/z80/main.c: port.reg_parm prototype extended with
3037           "bool reentrant" parameter
3038         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
3039           options.stackAuto for allocating bit register parameters
3040         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
3041           (genSend): set BitBankUsed if it is,
3042           (selectRegBank): factored out of genCall for use in genPcall,
3043           (genCall): removed redundant dtype assignmen, use selectRegBank,
3044           (genPcall): handle returning in Carry properly, save in F0 if needed,
3045           (genReceive): handle bit register parameters
3046         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
3047           (mcs51_assignRegisters): enable bit registers for all reentrant
3048            functions and don't set BitBankUsed unconditionally
3049         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
3050         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
3051         * support/regression/tests/funptrs.c: added tests for BOOL and for return
3052
3053 2005-08-27 Borut Razem <borut.razem AT siol.net>
3054
3055         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
3056         ppc-osx (Darwin) does not support -u option. It seems that it is
3057         supported only on Linux - GNU cp
3058
3059 2005-08-25 Borut Razem <borut.razem AT siol.net>
3060
3061         * sim/ucsim/gui.src/serio.src/Makefile.in,
3062           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
3063           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3064           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
3065           install and strip, since the strip at /usr/ccs/bin should be used
3066           on solaris
3067
3068 2005-08-24 Borut Razem <borut.razem AT siol.net>
3069
3070         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
3071
3072 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
3073
3074         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
3075         ffffffffu
3076
3077 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
3078
3079         * as/mcs51/aslink.h: completed lkrloc.c prototypes
3080         * as/mcs51/lkmain.c (link_main): fixed warning
3081         * device/include/stdbool.h: ds390 has no advanced bit support yet
3082         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
3083         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
3084         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
3085           and updated their macros
3086         * src/SDCCval.c (constVal): updated comment for renamed b_long
3087
3088 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
3089
3090         * as/mcs51/asdata.c: changed ctype['['] to BINOP
3091         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
3092           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
3093           (oprio): set priority for '['
3094         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
3095            and adb_24_bit
3096         * as/mcs51/asm.h: added defines R_BIT and S_BIT
3097         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
3098         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
3099         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
3100           added overlayable BIT_BANK area
3101         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
3102           (summary2): explain 'T' in legenda
3103         * as/mcs51/lkrloc.c: replaced old K&R style,
3104           (relr): added R_BIT processing,
3105           (errmsg): added "Bit-addressable relocation error",
3106           (adb_bit): added for converting from byte- to bit-addressable space,
3107           (adb_24_bit): added for converting from byte- to bit-addressable space
3108         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
3109            used in reentrant functions now even as return value
3110         * device/lib/_gptrput.c (_gptrput): removed obsolete code
3111         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
3112           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
3113         * src/SDCCglobl.h: added indicator BitBankUsed
3114         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
3115            the bit registers b0-b7
3116         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
3117           (geniCodeCast): fixed bug 1263853,
3118           (geniCodeLogicAndOr): put result in bool or char,
3119           (geniCodeReceive): added parameter func for accessing the return type,
3120           (geniCodeFunctionBody): pass func to geniCodeReceive
3121         * src/SDCCmain.c: added indicator BitBankUsed
3122         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
3123         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
3124           (checkSClass): don't put automatic bool/bit on stack,
3125           (checkFunction): removed check on function cannot return bit
3126         * src/SDCCsymt.h: added newBoolLink prototype
3127         * src/mcs51/gen.c (rb1regs): added bit registers,
3128           (movc): created for assigning to carry,
3129           (pushReg, popReg): created for pushing registers,
3130           (sameRegs): check both AOP_REG and AOP_CRY types,
3131           (aopOp): handle bit registers,
3132           (aopPut): optimization no self-assign,
3133           (saveRegisters): push reg->base (bits) only once for bit registers,
3134            and use pushReg,
3135           (unsaveRegisters): pop reg->base only once and use popReg,
3136           (assignResultValue): added parameter func and return in carry for bits,
3137           (genIpush): optimization no reload in A if not changed,
3138           (genSend): bit parameters in reentrant functions are passed in bit
3139            registers by first assigning to bits in B, then save registers and
3140            copy B to bits,
3141           (genCall): handle returning in Carry properly, save it in F0 if needed,
3142           (genPcall): updated assignResultValue call, this is not safe yet for bit
3143            returning function !!!
3144           (genFunction): don't generate equ's for bit registers and use pushReg,
3145           (genEndFunction): take care of bit returning functions and use popReg,
3146           (genRet): return bit in Carry,
3147           (genIfx): optimize bit registers and other directly addressable bits,
3148           (genReceive): updated assignResultValue call
3149         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
3150           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
3151            registers when using stack-auto
3152         * src/mcs51/ralloc.c (_G): added allBitregs,
3153           (regs8051): added the bit registers,
3154           (createStackSpil): use macro IS_BIT,
3155           (getRegBit): added to allocate a bit register, else spill,
3156           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
3157           (updateRegUsage): factored out to ease stepping while debugging,
3158           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
3159            also allocate bit registers,
3160           (fillGaps): handle bit registers,
3161           (findAllBitregs): added to create bit vector with all bit registers,
3162           (mcs51_allBitregs): returns this bit vector,
3163           (mcs51_assignRegisters): when using stack-auto use bit registers for
3164            passing parameters and creating local variables
3165         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
3166
3167 2005-08-22 Borut Razem <borut.razem AT siol.net>
3168
3169         * device/lib/Makefile.in: replaced find option -or with -o
3170           to make it run on solaris
3171
3172 2005-08-22 Raphael Neider <rneider AT web.de>
3173
3174         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
3175           fixes #1265442 (crash on Solaris)
3176
3177 2005-08-20 Borut Razem <borut.razem AT siol.net>
3178
3179         * configure, configure.in: added tests for libsocket and libnsl libraries,
3180           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
3181           from support/regression/Makefile.in
3182         * support/regression/Makefile.in: added
3183         * device/lib/pic16/Makefile.common.in: force make to use bash shell
3184         * sim/ucsim/libtool: regenerated on sparc-solaris
3185         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3186           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
3187           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
3188           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
3189           sparc-solaris, which doesn't use GNU ld linker
3190         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
3191         * as/Makefile: find on sparc-solaris does not support -maxdepth option
3192
3193 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
3194
3195         * src/mcs51/peeph.def: updated comments
3196
3197 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3198
3199         * device/lib/_gptrget.c,
3200         * device/lib/_gptrput.c: slightly shorter
3201         * doc/sdccman.lyx: incremented version
3202         * src/mcs51/peeph.def: moved peephole comments to the line of first
3203           change to better keep line correlation, reanimated 186.e
3204         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
3205
3206 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3207
3208         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
3209           David Saxton with quotes around file name.
3210
3211 2005-08-15 Borut Razem <borut.razem AT siol.net>
3212
3213         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
3214           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
3215           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
3216           make tests run on x86_64 platform
3217
3218 2005-08-13 Raphael Neider <rneider AT web.de>
3219
3220         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
3221           as it might be executed DURING a build (parallel make is wonderful)
3222
3223 2005-08-13 Raphael Neider <rneider AT web.de>
3224
3225         * device/lib/Makefile.in (port-specific-objects-pic16):
3226           revert to cp $(PORT)/bin/*.* $(PORTDIR)
3227         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
3228           dependency
3229         * device/lib/pic16/Makefile.rules: build subdirs before creating
3230           the library, removed builddir rule, create $(builddir) early in
3231           recurse rule, use empty recurse rule for leaf directories
3232         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
3233           mkdir errors (race condition), removed duplicate suffix "hex"
3234           from clean rules
3235         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
3236         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
3237           prevents mkdir -p from aborting on Alpha
3238
3239 2005-08-12 Raphael Neider <rneider AT web.de>
3240
3241         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
3242           db-statements in order to allow for arrays of pointers in code
3243           sections to be placed without interspersed 0-padding, fixes
3244           bug #1256215
3245         * (emitStatistics): fixed division by zero for pic18f1220
3246         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
3247           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
3248         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
3249         * (pic16_pCodeConstString): keep track of already emitted string
3250           literals to prevent "duplicate definitions of symbol _str_NR"
3251         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
3252           debug message
3253         * device/lib/Makefile.in: ignore failing PIC16 library builds
3254         * device/lib/pic16/Makefile: do not build if gputils are missing
3255         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
3256
3257 2005-08-10 Raphael Neider <rneider AT web.de>
3258
3259         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
3260           my last commit)
3261
3262 2005-08-10 Raphael Neider <rneider AT web.de>
3263
3264         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3265           Rokas' patch to add the new fixed point type "__fixed16x16"
3266         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3267           functions for __fixed16x16 arithmetics
3268         * device/lib/pic16: reimplemented the build system to support
3269           a separate build directory, better handling of libio (create
3270           the library in a separate subdir for each architecture) and
3271           easier configuration (centralized in Makefile.common)
3272
3273 2005-08-07 Raphael Neider <rneider AT web.de>
3274
3275         * src/pic16/gen.c (genrshTwo): fixed sign extension
3276         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3277         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3278           added T0CONbits
3279         * device/include/pic16/pic18f4220.h: NEW, header for
3280           pic18f4220 and pic18f4320
3281         * device/include/pic16/pic18fregs.h: added new devices,
3282           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3283         * device/include/pic16/signal.h: resolved name clashes
3284           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3285           to also allow testing for interrupt enable bits, added
3286           comments on how to use the macros
3287         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3288         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3289           register definitions for the devices
3290         * device/lib/pic16/pics.all: added new devices
3291         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3292           allocated memory
3293         * device/lib/pic16/libc/stdlib/memfree: do not count
3294           the block header as free memory
3295         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3296           simplified and added missing end-of-blocklist-marker
3297           (reported by Peter Onion, fixes #1252814)
3298         * (_mergeHeapBlock): fixed loop condition
3299         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3300           len==0, restructured code
3301         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3302           up a bit, reduced bitfield accesses, prevent endless loops
3303           in case of heap corruption
3304         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3305           "unreferenced arguments/must return a value" warnings
3306         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3307           replaced BAUDREG with SPBRG
3308         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3309           device/lib/pic16/debug/gstack/gstack.c: replaced
3310           _naked, _asm, _endasm with __naked, __asm, __endasm
3311
3312 2005-08-05 Raphael Neider <rneider AT web.de>
3313
3314         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3315           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3316
3317 2005-08-05 Borut Razem <borut.razem AT siol.net>
3318
3319         * device/lib/Makefile.in: added missing ';'
3320         * configure: removed ^M characters
3321
3322 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3323
3324         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3325           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3326           License
3327
3328 2005-08-04 Borut Razem <borut.razem AT siol.net>
3329
3330         * configure.in: pic16 libraries build 2nd try - enable running
3331           configure in device/lib/pic16
3332         * configure: regenerated from configure.in
3333         * device/lib/Makefile.in: create $(PORT)/bin directory
3334
3335 2005-08-03 Raphael Neider <rneider AT web.de>
3336
3337         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3338           to get/set values via pointers
3339         * (genUnpackBits,genPackBits): changed detection of
3340           ptr->bitfield vs. sym.bitfield, fixed access via generic
3341           pointers, removed dead (wrong) code for multibyte bitfields
3342         * (genNearPointerGet, genGenPointerGet): removed useless code,
3343           fixed bitfield detection, fixes #1250594
3344         * (genNearPointerSet): removed useless code
3345         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3346           and introduced macro pic16_emitpcode that conditionally emits
3347           the origin of the following pCode (useful for debugging SDCC)
3348         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3349         * (createDefmap): fixed handling of LFSR for --optimize-df
3350
3351 2005-08-02 Borut Razem <borut.razem AT siol.net>
3352
3353         * device/lib/Makefile.in: pic16 libraries build enabled since
3354           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3355
3356 2005-08-02 Raphael Neider <rneider AT web.de>
3357
3358         * src/pic16/gen.c (genPackBits): removed deprecated warning
3359         * (genGenPointerSet): fixed bitfield detection
3360
3361 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3362
3363         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3364
3365 2005-07-31 Raphael Neider <rneider AT web.de>
3366
3367         * device/lib/pic16/libdev/pic18f458.c,
3368           device/include/pic16/pic18f458.h: added missing T0CONbits
3369
3370 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3371
3372         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3373
3374 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3375
3376         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3377
3378 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3379
3380         * device/include/mcs51/at89c51ed2.h: added.
3381
3382 2005-07-23 Raphael Neider <rneider AT web.de>
3383
3384         * src/pic/gen.h: added emitpcode macro for debugging
3385         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3386           and replace by macro adding debug information on demand
3387         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3388         * (gencjne): tried to fix; replaced with correct (slower) code
3389         * (gen{Unp,P}ackBits): fixed single bit access
3390         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3391         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3392           previous instruction
3393         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3394           register has to be handled with care (forbidding movement
3395           of assignments/uses, removing assignments completely, ...)
3396         * (pCodeOptime2pCodes): make use of regIsSpecial
3397         * added lots of debugging output (commented out)
3398         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3399           from being reused as result UNLESS it is known to work
3400
3401 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3402
3403         * support/Util/dbuf.h: include <stddef.h> for size_t
3404         * .version: changed to version 2.5.2
3405
3406 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3407
3408         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3409
3410 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3411
3412         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3413           (genModOneByte): removed needless psha/pula
3414
3415 2005-07-22 Raphael Neider <rneider AT web.de>
3416
3417         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3418           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3419         * src/pic/gen.c (resolveIfx): do not "invent" labels
3420         * (genSkipc): changed to positive logic
3421         * (genSkipCond): removed as no longer needed
3422         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3423           backport from PIC16
3424         * (genLeftShift): check operands are in different registers
3425         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3426           INCF does not update CARRY...
3427         * src/pic/main.c: fixed _linkCmd
3428         * src/pic/pcode.c (unlinkpCode): added inactive code
3429         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3430           alive (do not assign result and operand overlapping registers)
3431
3432 2005-07-22 Raphael Neider <rneider AT web.de>
3433
3434         * src/pic/device.c (dump_sfr): replaced register declaration with
3435           call to emitSymbolToFile() to avoid duplicate symbols
3436         * (assignRelocatableRegisters): do not declare external symbols
3437         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3438           right (take size of type, not etype)
3439         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3440         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3441         * (packRegsForAccUse): disabled assignment of WREG as
3442           the result reg to prevent occurence of just fixed #1235003,
3443           fixes #1242954
3444         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3445           symbols (avoids duplicate symbols in .asm file)
3446         * (pic14emitRegularMap): use emitSymbolToFile()
3447         * src/pic/gen.c (aopOp): fixed spillLocation handling
3448         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3449         * (genDataPointerSet): removed unneccessary variables/output
3450
3451 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3452
3453         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3454         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3455
3456 2005-07-21 Raphael Neider <rneider AT web.de>
3457
3458         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3459           architecture cannot handle them efficiently, fixes bug #1235003
3460         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3461           check for empty sets before using them (fixes bug #1232190)
3462
3463 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3464
3465         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3466           (lnksect2): generate warnings for memory overlap
3467         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3468           constseg to set the name of these segments so you can instruct the linker
3469           to place them in banks
3470         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3471         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3472           added code_seg and const_seg to options
3473         * src/SDCCglue.c (emitMaps): use options.const_seg,
3474           (createInterruptVect): put interrupt vectors in segment HOME,
3475           (glue): put HOME before static segment and put the main glue in HOME,
3476           (glue): use options.code_seg
3477         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3478         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3479           these segments so you can instruct the linker to place them in banks
3480           (linkEdit): use code_loc for HOME segment which should be the first
3481           segment in code memory now
3482         * src/SDCCmem.c: fixed more stuff like bug 1238386
3483         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3484           (changePointer): don't change function pointers to code pointers for
3485           banked functions,
3486           (compareType): added exceptional check for banked function pointers
3487         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3488         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3489           after static in code memory
3490         * src/mcs51/gen.c: added aopLiteralLong prototype,
3491           (aopForSym): use getSize for functions,
3492           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3493           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3494           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3495           the segment,
3496           (genPcall): use call for literal function pointers and generate banked
3497           calls over the one trampoline so there's only one place for the user to
3498           modify according to his/hers hardware,
3499           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3500           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3501         * src/mcs51/main.c: added keyword banked,
3502           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3503         * support/Util/SDCCerr.c,
3504         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3505           needed for passing the bank and address to the trampoline
3506         * device/lib/mcs51/crtbank.asm: added for bankswitching
3507         * device/lib/mcs51/Makefile: added crtbank
3508
3509 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3510
3511         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3512           for fields at offset 0 of a struct or union as reported
3513           on 2005-07-07 in the developer mailing list.
3514
3515 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3516
3517         * src/SDCCmem.c: fixed bug 1238386
3518
3519 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3520
3521         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3522           (patch #1144962), added peephole 300, enabled 259.x
3523         * doc/sdccman.lyx: removed screenshot and provided link instead
3524
3525 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3526
3527         * doc/sdccman.lyx: added section about debugging with ddd
3528         * doc/figures/ddd_example.eps: screenshot of debugging session
3529
3530 2005-07-04 Raphael Neider <rneider AT web.de>
3531
3532         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3533           like CODE pointers, fixes #1115683
3534         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3535           call, fixes bugs #1232211, #1228110,
3536           fixed wrong casts to pCodeFlow from pCodeInstructions
3537
3538 2005-07-04 Raphael Neider <rneider AT web.de>
3539
3540         * src/pic/gen.c (popGet): changed assert to allow for
3541           bit operands
3542         * (popGetAddr): changed signature to provide
3543           an additional index, patched all call sites
3544         * (genCmpEq): handle literal-like operands correctly
3545         * (genAddrOf): added sanity checks on __code/__data pointers
3546         * (genAssign): added handling of symbols from __code section
3547         * (gencjne): do not generate code for comparisons whose result
3548           is neither stored nor used, fixes bug #1171114
3549         * (AccLsh, AccRsh): operate on operand instead of WREG
3550         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3551           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3552           by known count
3553         * rewrote complete shift-by-literal logic, commented unused
3554           functions out
3555         * (genConstPointerGet): get multiple bytes (if result size > 1),
3556           fixed handling of non-immediate addresses
3557         * (genPointerGet): handle CODE pointers like CONST pointers
3558         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3559         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3560           operand is to be treated as a literal or not
3561         * (mov2w,genPcall,genCmpEq),
3562           src/pic/genarith.c: use aop_isLitLike() to decide between
3563           literal/register contents
3564         * (addSign): added missing offset
3565         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3566           only emit comment in debug-mode,
3567           use {aop,op}_isLitLike throughout the file
3568         * src/pic/glue.c: fix initializers for pointers (work in progress)
3569         * src/pic/pcode.c (get_op): honor index on _const symbols
3570         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3571         * (dumppBlock): added pCode size estimation
3572         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3573           check for IS_SYMOP before OP_SYMBOL'ing
3574         * fixed indentation, compacted switch-statements
3575         * (allocReg): find free register and allocate it instead of
3576           allocating new registers all the time
3577         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3578           registers as its operands (necessary only for multibyte GETs)
3579
3580 2005-07-01 Raphael Neider <rneider AT web.de>
3581
3582         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3583           debugging .asm-output macros FENTRY + FEXIT
3584         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3585           way... I wonder...
3586         * (emitpComment): NEW, printf to pCode
3587         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3588           offset handling
3589         * (popGetAddr): NEW, variant of popGet to access an immediates
3590           high(er) bytes instead of the n'th byte of memory they reference,
3591           replaced popGet with popGetAddr where neccessary
3592         * (genDataPointerGet): reactivated and fixed implementation
3593         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3594           accesses
3595         * (genDataPointerSet): fixed multibyte assignments
3596         * (genpic14Code): fixed --i-code-in-asm handling
3597         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3598         * (genPlus): fixed index-out-of-bounds error
3599         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3600         * src/pic/ralloc.c: added debugging output macro FENTRY2
3601         * (spillThis): fixed indentation, enbraced for-body for clarity
3602         * (rematStr): commented out as now unused
3603         * (regTypeNum): commented out special spill case (overwrites
3604           arbitrary values)
3605         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3606
3607 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3608
3609         * doc/sdccman.lyx: documented sfr16/sfr32,
3610           added example for using storage class with function pointers
3611         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3612
3613 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3614
3615         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3616         * device/lib/_itoa.c,
3617         * device/lib/_ltoa.c: optimized codesize
3618         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3619           but don't know how to suppress the double warning.
3620         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3621         * support/Util/SDCCerr.c,
3622         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3623
3624 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3625
3626         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3627           fixed old K&R prototypes
3628         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3629         * device/lib/_gptrget.c,
3630         * device/lib/_gptrgetc.c,
3631         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3632           also new versions for small generic pointers and banked generic pointers
3633         * src/port.h: added const_name
3634         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3635         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3636         * src/SDCCcse.c (findPrevIc): check all associative operators
3637         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3638         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3639         * src/SDCCmem.c: updated comments,
3640           set far-space to 0 for pdata, results in optimized code
3641         * src/SDCCmem.h: added macro CONST_NAME
3642         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3643           moving the info into the highest bits, see also gptrget/gptrput
3644         * src/src.dsp: added sdcc.ico to project files
3645         * src/avr/gen.c (genCast): fixed bug 0x%d
3646         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3647         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3648           relation between ptr_type and DCL_TYPE,
3649           (genCast): fixed bug 0x%d
3650         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3651           (CODE)" for const_name
3652         * src/hc08/gen.c (genCast): fixed bug 0x%d
3653         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3654           (hc08_port): added "CONST (CODE)" for const_name
3655         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3656           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3657           between ptr_type and DCL_TYPE,
3658           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3659           operand* and took AOP() inside function so sfr-ness can be checked,
3660           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3661           new prototype,
3662           (genFunction, genEndFunction): optimized stack setup,
3663           (genMinus): optimized for literals with ending zeroes (in bytes),
3664           (genCast): fixed bug 0x%d
3665         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3666           (mcs51_port): added "CONST (CODE)" for const_name
3667         * src/mcs51/peeph.def: made rule 226 more generic
3668         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3669         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3670         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3671         * src/z80/main.c (z80_port): added NULL for const_name,
3672           (gbz80_port): added NULL for const_name
3673         * support/regression/tests/bug663539.c,
3674         * support/regression/tests/sfr16.c: new tests
3675
3676 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3677
3678         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3679
3680 2005-06-24 Raphael Neider <rneider AT web.de>
3681
3682         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3683           corrected typos...
3684         * device/include/pic16/signal.h: added USBIF
3685           and SIG_USB
3686
3687 2005-06-24 Raphael Neider <rneider AT web.de>
3688
3689         * device/lib/pic16/libdev/pic18f2455.c,
3690           device/include/pic16/pic18f2455.h: NEW
3691         * device/include/pic16/pic18fregs.h,
3692           device/lib/pic16/pics.all,
3693           src/pic16/device.c: added 18f2455
3694         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3695           device/include/pic16/{pic18f[68][567].h,usart.h}:
3696           replaced MULTIPLE_USARTS define with more relaible
3697           compatibility sfrs (for USART access)
3698
3699 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3700
3701         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3702           and the output asm file line is printed on two lines.
3703
3704 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3705
3706         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3707           BGT, BLE, BHI, and BLS instructions
3708         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3709           genCmpEq): removed
3710         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3711           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3712           fixes bug #1216342
3713         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3714
3715 2005-06-15 Raphael Neider <rneider AT web.de>
3716
3717         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3718         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3719         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3720           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3721           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3722
3723 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3724
3725         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3726           Marcel Telka in bug #1215704
3727
3728 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3729
3730         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3731           located in shared memory bank.
3732
3733 2005-05-31 Raphael Neider <rneider AT web.de>
3734
3735         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3736           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3737           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3738
3739 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3740
3741         * device/lib/_strncpy.c: fixed the fix
3742
3743 2005-05-26 Raphael Neider <rneider AT web.de>
3744
3745         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3746           initializers with \0, bug #1208187
3747         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3748           intializers with \0, bug #1208187
3749
3750 2005-05-26 Raphael Neider <rneider AT web.de>
3751
3752         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3753           initializers with \0, bug #1208187
3754         * src/pic16/main.c (_process_pragma): added sanity checks
3755           for stack position and size, emit warnings when appropriate
3756
3757 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3758
3759         * device/lib/_strncpy.c: fixed not filling with \0
3760
3761 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3762
3763         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3764           createFunction),
3765         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3766           compound_statement),
3767         * src/SDCCsymt.h,
3768         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3769
3770 2005-05-24 Raphael Neider <rneider AT web.de>
3771
3772         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3773
3774 2005-05-24 Raphael Neider <rneider AT web.de>
3775
3776         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3777           TRISE definitions, closes bug #1162453
3778
3779 2005-05-22 Raphael Neider <rneider AT web.de>
3780
3781         * src/pic16/main.c (_process_pragma): check for missing
3782           arguments to pragmas code and udata
3783         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3784           consistency fixes to match other headers (thanks to Jim Paris)
3785         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3786
3787 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3788
3789         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3790
3791 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3792
3793         * support/regression/tests/bug1198642.c: new test
3794         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3795         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3796         * support/scripts/resource.h,
3797         * support/scripts/resource.rc,
3798         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3799         * support/scripts/sdcc.ico: added 32x32 icon
3800
3801 2005-05-18 Raphael Neider <rneider AT web.de>
3802
3803         * device/lib/pic16/libdev/pic18f*.c,
3804         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3805           keywords to "__sfr" and "__at (X)"
3806         * device/include/pic16/pic18fregs.h: added pic18f4520
3807         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3808           #1203088 (MPLAB compatibility)
3809
3810 2005-05-17 Raphael Neider <rneider AT web.de>
3811
3812         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3813         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3814         * device/lib/pic16/pics.all: added new devices
3815         * src/pic16/device.c: added support for pic18f4520
3816
3817 2005-05-16 Raphael Neider <rneider AT web.de>
3818         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3819         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3820         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3821           convenience function for bit access
3822
3823 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3824
3825         * device/lib/printf_large.c: fixed bug 1193299
3826         * support/regression/tests/bug1057979.c: added test %3.3s
3827
3828 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3829
3830         * device/include/mcs51/8051.h,
3831         * device/include/mcs51/8052.h: made parseable with lint
3832         * device/include/mcs51/lint.h: added include file for (sp)lint
3833         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3834         * doc/cdbfileformat.lyx,
3835         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3836
3837 2005-05-14 Raphael Neider <rneider AT web.de>
3838
3839         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3840         * device/lib/pic16/libc/stdlib/itoa.c (new)
3841         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3842         * device/lib/pic16/libio/Makefile: exclude subdir according to
3843           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3844         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3845         * src/pic16/gen.c (genFunction): prevent annoying warning
3846         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3847           nameclashes on BeOS
3848         * support/cpp2/cppmain.c (cpp_output_string): new
3849         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3850           fixes bug 1116802
3851
3852 2005-05-13 Borut Razem <borut.razem AT siol.net>
3853
3854         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3855
3856 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3857
3858         * .version: changed to version 2.5.1; back to bleeding edge development
3859
3860 2005-05-11 Borut Razem <borut.razem AT siol.net>
3861
3862         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3863           generate PDF version 1.3 documents
3864
3865 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3866
3867         * .version: changed to version 2.5.0
3868
3869 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3870
3871         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3872
3873 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3874
3875         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3876         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3877         well as many smaller updates.
3878         * .version: changed to version 2.5.0-pre1
3879
3880 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3881
3882         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3883
3884 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3885
3886         * support/regression/tests/bug1185672.c: added
3887         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3888           bug 1185672
3889         * src/mcs51/gen.c (genCall): added comments, made it look safer
3890         * src/mcs51/gen.c (genEndFunction): simplified
3891
3892 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3893
3894         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3895
3896 2005-04-14 Borut Razem <borut.razem AT siol.net>
3897
3898         * fixed bug 1045046 - SIGSEGV with really simple code?:
3899           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3900           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3901
3902 2005-04-14 Borut Razem <borut.razem AT siol.net>
3903
3904         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3905           src/pic16/device.h: temporarily disabled experimental #inline pragma
3906           for 2.5.0 release
3907
3908 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3909
3910         * device/include/z80/stdio.h,
3911         * device/include/z80/string.h: removed these highly incomplete files so
3912           SDCC can use the default ones in device/include/
3913
3914 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3915
3916         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3917         gcc warning.
3918         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3919         fix sdcpp warnings.
3920
3921 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3922
3923         * device/include/malloc.h: removed redundant __reentrant prototypes
3924         * device/lib/_mullong.c: added working xstack variant in asm (C version
3925           doesn't pass regression tests)
3926         * device/lib/bpx.c: used __data and made bpx char for mcs51
3927         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3928           (createFunction): fixed bug with xstackPtr
3929         * src/SDCCcse.c: corrected comments
3930         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3931           (killDeadCode, eBBlockFromiCode): removed unused code
3932         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3933           corrected comments
3934         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3935           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3936           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3937           (genModOneByte): fixed warning in MSVC
3938         * src/mcs51/main.c (): added comments
3939         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3940
3941 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3942
3943         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3944
3945 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3946
3947         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3948
3949 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3950
3951         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3952         characters arrays of larger size than the declared one.
3953
3954 2005-04-10 Borut Razem <borut.razem AT siol.net>
3955
3956         * src/pic/gen.c (genInline),
3957           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3958           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3959           (findNextInstruction), (findPrevInstruction),
3960           (findInstructionUsingLabel),
3961           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3962         * src/pic/pcode.c (findLabel): added missing '\n'
3963         * src/src.dsp: added SDCCdwarf2.c to the project
3964
3965 2005-04-09 Borut Razem <borut.razem AT siol.net>
3966
3967         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3968
3969 2005-04-08 Raphael Neider <rneider AT web.de>
3970
3971         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3972           into the chain after a given one) and mergeDefmapSymbols (combine
3973           defmap entries for each symbol per pcode)
3974         * (createDefmap): have defmap entries merged in the end
3975         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3976           a symbol before replacing one access type's symbol, merge symbols in
3977           the end (replacement symbol might already have an entry)
3978         * (assignValnums): keep reference to written WREG intact
3979
3980 2005-04-08 Raphael Neider <rneider AT web.de>
3981
3982         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3983           Alpha)
3984
3985 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3986
3987         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3988         bytes
3989
3990 2005-04-07 Raphael Neider <rneider AT web.de>
3991
3992         * device/include/pic16/usart.h: added compatibility defines for
3993           devices with more than one USART
3994         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3995
3996 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3997
3998         * device/lib/Makefile.in: updated for port specific include
3999
4000 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4001
4002         * support/regression/ports/mcs51/spec.mk: added mcs51 include
4003
4004 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4005
4006         * device/include/8051.h,
4007         * device/include/8052.h,
4008         * device/include/at89S8252.h,
4009         * device/include/at89c55.h,
4010         * device/include/at89x051.h,
4011         * device/include/at89x51.h,
4012         * device/include/at89x52.h,
4013         * device/include/mcs51reg.h,
4014         * device/include/reg51.h,
4015         * device/include/reg764.h,
4016         * device/include/regc515c.h,
4017         * device/include/sab80515.h: (re)moved these 12 files
4018         * device/include/mcs51/8051.h,
4019         * device/include/mcs51/8052.h,
4020         * device/include/mcs51/at89S8252.h,
4021         * device/include/mcs51/at89c55.h,
4022         * device/include/mcs51/at89x051.h,
4023         * device/include/mcs51/at89x51.h,
4024         * device/include/mcs51/at89x52.h,
4025         * device/include/mcs51/mcs51reg.h,
4026         * device/include/mcs51/reg51.h,
4027         * device/include/mcs51/reg764.h,
4028         * device/include/mcs51/regc515c.h,
4029         * device/include/mcs51/sab80515.h: and added them here
4030
4031 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
4032
4033         * device/include/stdarg.h: changed SDCC specific keywords to double
4034           underlined form.
4035         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
4036           mcs51 and ds390.
4037         * device/include/hc08/mc68hc908gp32.h,
4038         * device/include/hc08/mc68hc908jb8.h,
4039         * device/include/hc08/mc68hc908jkjl.h,
4040         * device/include/hc08/mc68hc908qy.h: fixed comments
4041         * device/include/mcs51/README: updated
4042         * device/include/mcs51/c8051f120.h: added PINRSF
4043         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
4044         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
4045           amidst code. Also inline is not supported.
4046
4047 2005-04-06 Raphael Neider <rneider AT web.de>
4048
4049         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
4050         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
4051           callers stack/frame pointers
4052
4053 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
4054
4055         * device/include/pic16/usart.h: added, missing in previous commit,
4056         * device/include/pic16/adc.h: fixed typo,
4057         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
4058         commit,
4059         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
4060         <p18fxxx.inc>
4061         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
4062         uninitialized because a bug appears with gplink
4063         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
4064         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
4065         complains for unrecognised option
4066
4067 2005-04-05 Raphael Neider <rneider AT web.de>
4068
4069         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
4070           structs as well (using memcpy)
4071         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
4072           on ISRs (GOTO has no label)
4073         * src/pic16/device.h: added OF_OPTIMIZE_DF
4074         * src/pic16/main.c: added compiler switch --optimize-df to enable the
4075           new data flow analysis/optimization
4076         * src/pic16/pcode.c: added (prototypes for and implementation of)
4077           dataflow analysis functions, fixed pCodeInstructions' inCond and
4078           outCond values, made RCALL a branch instruction
4079         * (pic16_unlinkpCode): keep C line if possible
4080         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
4081           C line moved if possible
4082         * (pic16_getRegFrompCodeOp): NEW, improved version of...
4083         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
4084           to use new pic16_getRegFrompCodeOp (works for more SFRs)
4085         * (pic16_BuildFlow): fixed skip instructions with label (did not start
4086           new flow)
4087         * (pic16_getJumptabpCode): NEW, needed in...
4088         * (LinkFlow): fixed handling of jumptables, calls and conditional
4089           branches
4090         * (pic16_InsertCommentAfter): NEW
4091         * (pic16_pCodeReplace): made verbose and flow preserving
4092         * (AnalyzeFlow): added call to data flow analysis
4093         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
4094         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
4095         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
4096
4097 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4098
4099         * src/SDCCast.c (decorateType): fixed bug #1105626
4100
4101 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
4102
4103         * device/include/asm/pic16/features.h,
4104         * pic18f*.h headers,
4105         * device/include/pic16/adc.h,
4106         * device/include/pic16/delay.h,
4107         * device/include/pic16/i2c.h,
4108         * device/include/pic16/malloc.h,
4109         * device/include/pic16/stdio.h,
4110         * device/include/pic16/stdlib.h,
4111         * device/include/pic16/string.h,
4112         * device/lib/pic16/libc/stdio/printf_tiny.c,
4113         * device/lib/pic16/libc/stdio/printf_small.c,
4114         * device/lib/pic16/libc/stdio/strmgpsim.c,
4115         * device/lib/pic16/libc/stdio/strmmssp.c,
4116         * device/lib/pic16/libc/stdio/strmusart.c,
4117         * device/lib/pic16/libc/stdio/vfprintf.c,
4118         * device/lib/pic16/libc/stdlib/ltoa.c,
4119         * device/lib/pic16/libc/stdlib/putchar.c,
4120         * device/lib/pic16/libc/stdlib/x_ftoa.c,
4121         * device/lib/pic16/libc/stdlib/memchrpgm.c,
4122         * device/lib/pic16/libc/stdlib/memchrram.c,
4123         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
4124         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
4125         * device/lib/pic16/libio/adc/adcbusy.c,
4126         * device/lib/pic16/libio/adc/adcread.c,
4127         * device/lib/pic16/libio/adc/adcsetch.c,
4128         * device/lib/pic16/libio/usart/ubaud.c,
4129         * device/lib/pic16/libio/usart/ubusy.c,
4130         * device/lib/pic16/libio/usart/udrdy.c,
4131         * device/lib/pic16/libio/usart/uopen.c,
4132         * device/lib/pic16/libio/usart/uputc.c,
4133         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
4134         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
4135         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
4136         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
4137         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
4138         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
4139         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
4140         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
4141         specific keywords to double underlined form,
4142         * device/lib/pic16/libc/Makefile.rules,
4143         * device/lib/pic16/libsdcc/Makefile.rules,
4144         * device/lib/pic16/libm/Makefile,
4145         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
4146         to compile with C standard set in Makefile.common
4147         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
4148         rand.c and crc.c in compilation process,
4149         * device/lib/pic16/libsdcc/int/divuint.c,
4150         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
4151         `c' from signed to unsigned,
4152         * device/lib/pic16/startup/crt0.c,
4153         * device/lib/pic16/startup/crt0i.c,
4154         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
4155         keywords to double underlined form, bug fixes in _do_cinit function
4156         which prevented the correct initialization of the .idata segment,
4157         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
4158         core to enter a infinite loop
4159         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
4160
4161 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4162
4163         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
4164
4165 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4166
4167         * device/include/Makefile.in: add support for hc08 subdirectory
4168         * device/include/hc08/: new subdirectory
4169         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
4170         Lucas Loizaga, thanks!
4171         * device/include/hc08/mc68hc908qy.h,
4172         * device/include/hc08/mc68hc908gp32.h,
4173         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
4174         their own directory. Changed internal macro names to use the compiler
4175         reserved namespace. Changed SDCC specific keywords to double
4176         underlined form.
4177         * device/include/math.h,
4178         * device/include/malloc.h,
4179         * device/include/stdarg.h,
4180         * device/include/stdbool.h
4181         * device/include/string.h,
4182         * device/include/tinibios.h,
4183         * device/include/ds400rom.h,
4184         * device/include/8051.h,
4185         * device/include/8052.h,
4186         * device/include/80c51xa.h,
4187         * device/include/at89c55.h,
4188         * device/include/at89S8252.h,
4189         * device/include/at89x51.h,
4190         * device/include/at89x52.h,
4191         * device/include/ds80c390.h,
4192         * device/include/reg764.h,
4193         * device/include/regc515c.h,
4194         * device/include/sab80515.h,
4195         * device/include/mcs51/c8051f000.h,
4196         * device/include/mcs51/c8051f018.h,
4197         * device/include/mcs51/c8051f020.h,
4198         * device/include/mcs51/c8051f040.h,
4199         * device/include/mcs51/c8051f060.h,
4200         * device/include/mcs51/c8051f120.h,
4201         * device/include/mcs51/c8051f300.h,
4202         * device/include/mcs51/c8051f310.h,
4203         * device/include/mcs51/c8051f320.h,
4204         * device/include/mcs51/c8051f330.h,
4205         * device/include/mcs51/c8051f350.h,
4206         * device/include/z180.h: Changed SDCC specific keywords to double
4207         underlined form.
4208
4209 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
4210
4211         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
4212         18F4455,
4213         * (pic16_assignConfigWordValue): disable testing of configuration
4214         register value with config mask,
4215         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
4216         function with port->fun_prefix,
4217         * (genFunction): when generating a naked interrupt function never
4218         create an absolute segment placed in interrupt vector address, place
4219         the actual interrupt function at IVA instead, when an interrupt
4220         function is generated with unspecified interrupt then do not create
4221         the absolute section,
4222         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
4223         code for generating a call to generic pointer get/put function with
4224         a call to function pic16_callGenericPointer(),
4225         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
4226         the call to the generic pointer get/put functions with prefixing the
4227         function name with port->fun_prefix,
4228         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
4229         * src/pic16/main.c (_process_pragma): prefix function with
4230         port->fun_prefix,
4231         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
4232         calling assembler, old 18Fxxxx macro is deprecated,
4233         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
4234         PC_ASMDIR in while condition,
4235         * (findInstruction): add PC_ASMDIR in while condition,
4236         * (buildCallTree): prefix main with port->fun_prefix,
4237         * (pic16_pCode2str): fixed bug that didn't emit the memory access
4238         identifier for variable with banked access in instructions BTFSS,
4239         BTFSC, BCF, BSF, BTG
4240         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
4241         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
4242         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
4243         perform optimization when enviroment variable NO_REG_OPT is set,
4244         * (insideLRBlock): NEW, return 1 if register is inside an
4245         INF_LOCALREGS block,
4246         * (RemoveRegFromLRBlock): remove a register that is completely
4247         eliminated by register optimization, but it is still left in local
4248         register store/restore in/from stack block,
4249         * (Remove2pcodes): after removing register, check to see if it
4250         should be removed from local register store/restore in/from stack
4251         block,
4252         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
4253         DUMMY_READ_VOLATILE,
4254
4255         * device/include/pic16/adc.h: minor prototype modifications and
4256         update,
4257         * device/include/pic16/malloc.h: added GPL notice various
4258         modifications,
4259         * device/include/pic16/stdint.h: NEW, standard header for ints
4260         * device/include/pic16/delay.h: NEW, header for delay functions,
4261         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4262         delay1mtcy,
4263         * device/include/pic16/signal.h: NEW, header providing helper macros
4264         for implementing signal handlers,
4265         * device/include/pic16/stdio.h: added prototypes for functions,
4266         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4267         prototypes for stdin and stdout, added macro PUTCHAR to
4268         automatically implement putchar function prototype,
4269         * device/include/pic16/usart.h: modified and updated USART library,
4270         * device/lib/pic16/libio/adc/,
4271         * device/lib/pic16/libio/i2c: some modifications to improve library
4272         performance,
4273         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4274         family of functions,
4275         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4276         family of functions and other sources,
4277         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4278         of the PIC18Fxx[28] devices,
4279         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4280         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4281         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4282         _do_cinit function, because the previous failed when local variables
4283         where not placed in the same memory bank,
4284         * device/lib/pic16/libsdcc/char/: various modifications to improve
4285         library performance,
4286         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4287         information on the new functions of the c library and more...
4288
4289 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4290
4291         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4292
4293 2005-03-26 Raphael Neider <rneider AT web.de>
4294
4295         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4296           if condition == CARRY)
4297         * (genCmp): adapted to new genSkipc semantics
4298         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4299           on rIfx (genCmp was broken)
4300
4301 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4302
4303         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4304         * src/z80/main.c (_keywords[]),
4305         * src/SDCCglobal.h (struct options),
4306         * src/SDCC.y,
4307         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4308         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4309         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4310         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4311         always available in leading double underscore form. The C99 support is
4312         mostly missing, but it's a start.
4313         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4314         reserved identifier "__data".
4315
4316 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4317
4318         * src/mcs51/peeph.def: fixed bug 1170013
4319
4320 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4321
4322         * device/include/mcs51reg.h: fixed bug 842007
4323
4324 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4325
4326         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4327         last time.
4328
4329 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4330
4331         * src/port.h (struct PORT),
4332         * src/avr/ralloc.c (avr_assignRegisters),
4333         * src/avr/main.c,
4334         * src/ds390/ralloc.c (ds390_assignRegisters),
4335         * src/ds390/main.c,
4336         * src/hc08/ralloc.c (hc08_assignRegisters),
4337         * src/hc08/main.c,
4338         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4339         * src/mcs51/main.c,
4340         * src/pic/ralloc.c (pic14_assignRegisters),
4341         * src/pic/main.c,
4342         * src/pic16/ralloc.c (pic16_assignRegisters),
4343         * src/pic16/main.c,
4344         * src/xa51/ralloc.c (xa51_assignRegisters),
4345         * src/xa51/main.c,
4346         * src/z80/ralloc.c (z80_assignRegisters),
4347         * src/z80/ralloc.h,
4348         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4349         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4350         * src/SDCCcse.h,
4351         * src/SDCCdflow.c (computeDataFlow),
4352         * src/SDCCdflow.h,
4353         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4354         * src/SDCCloop.h,
4355         * src/SDCCcflow.c (*),
4356         * src/SDCCcflow.h,
4357         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4358         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4359         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4360         immedDom() returning wrong block; probably fixes bug #1160833)
4361
4362 2005-03-20 Borut Razem <borut.razem AT siol.net>
4363
4364         * support/scripts/inc2h.pl: WIN32 port
4365
4366 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4367
4368         * device/lib/makefile.in: added abs.c and labs.c
4369
4370 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4371
4372         * device/include/stdint.h: added
4373         * device/lib/abs.c: added
4374         * device/lib/labs.c: added
4375         * device/include/stdlib.h: added abs() and labs() prototypes
4376         * device/lib/libsdcc.lib: added abs and labs
4377         * device/include/float.h,
4378         * device/lib/_fsmul.c,
4379         * device/lib/printf_fast.c,
4380         * device/lib/printf_tiny.c: updated comments
4381
4382 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4383
4384         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4385         bug #1164313
4386
4387 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4388
4389         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4390         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4391
4392 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4393
4394         * device/lib/printf_large.c: removed inline assembly for portability and
4395           readability. Use printf_fast if speed or size are more important.
4396         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4397         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4398
4399 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4400
4401         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4402         prevent compiler warning
4403
4404 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4405
4406         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4407         moved to level 0 and declared as static. Also they are explicit
4408         placed in access bank. This was necessery because some times they
4409         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4410         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4411         optimizations. Currently only compare to unsigned char is implemented,
4412         * src/pic16/gen.c: added fReturnIdx array,
4413         * (struct resolvedIfx) is moved to gen.h and made public,
4414         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4415         * (aopForSym): added an optimization to directly store in stack of
4416         the operand of a SEND iCode,
4417         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4418         but as registers instead (AOP_REG) using the fReturnIdx array,
4419         * (pic16_freeAsmop): remove the freed register from the
4420         _G.sregsAlloc field,
4421         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4422         a compare of 'WREG',
4423         * (pic16_popGetTempRegCond): changed function prototype, now
4424         function takes also a bitVector argument v which holds the current
4425         set of registers that are allocated for stack access by aopForSym,
4426         registers allocated in aopForSym for accessing stack symbols are not
4427         any more part of the functions usedRegs field,
4428         * (genCall): some times aopOp is called for a stack variable to be
4429         send, aopForSym might perform the push, if this is true make sure
4430         that genCall doesn't push the variable twice by testing _G.resDirect,
4431         * (genFunction): changed testing for unspecified interrupt number
4432         from 256 to INTNO_UNSPEC,
4433         * modified selection scheme of frame pointer generation. Previously
4434         if function did use local registers a frame pointer was generated,
4435         now a frame pointer is generated only if function has arguments
4436         (that need PLUSW2 register access), or has stack arguments, or the
4437         compiler is not instructed to omit the frame pointer,
4438         * (genEndFunction): before restoring local registers that were saved
4439         in the function preamble, also restore the registers that *might*
4440         have been allocated for stack access,
4441         * (genRet): removed some old comments,
4442         * (genCmp, the active (RN's) version): added a call to the
4443         pic16_genCmp_special function to perform the compare with a more
4444         robust and optimized way,
4445         * (genInline): a feature has been added in inline code generation,
4446         which allows a wildcard variable substitution when writing inline
4447         assembly. Code is incomplete and experimental therefore undocumented,
4448         * (genCast): changed order of aopOp for result and right to allow
4449         aopForSym to directly load the result if possible,
4450         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4451         perform an optimized compare on some selected special occasions,
4452         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4453         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4454         generate an IVT any more,
4455         * src/pic16/main.c (pic16_optionsTable): added command line option
4456         --optimize-cmp,
4457         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4458         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4459         macros,
4460         * src/pic16/NOTES: Raphael Neider added in list of active developers
4461         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4462         jumptable_end to prevent bug #,
4463         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4464         inCond and outCond fields,
4465         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4466         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4467         turn off register spilling,
4468         * (packRegsForOneUse): synced with other ports' versions although it
4469         is not used currently,
4470         * (pic16_packRegisters): added an optimization while reading
4471         structure bitfields, some registers may be saved (malloc code is
4472         decreased by 80 bytes)
4473
4474 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4475
4476         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4477         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4478         this can be optimized more?
4479
4480 2005-03-10 Raphael Neider <rneider AT web.de>
4481
4482         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4483           genNearPointerGet): (hopefully) fixed access to bitfields via
4484           pointers (p->bitN = x; and x = p->bitN; failed)
4485
4486 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4487
4488         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4489
4490 2005-03-09 Raphael Neider <rneider AT web.de>
4491
4492         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4493
4494 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4495
4496         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4497         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4498           (regTypeNum): set REG_BIT type if necessary
4499         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4500         * support/regression/tests/critical.c: check bug 1144613
4501
4502 2005-03-02 Raphael Neider <rneider AT web.de>
4503
4504         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4505
4506 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4507
4508         * src/avr/ralloc.c (serialRegAssign),
4509         * src/ds390/ralloc.c (serialRegAssign),
4510         * src/hc08/ralloc.c (serialRegAssign),
4511         * src/mcs51/ralloc.c (serialRegAssign),
4512         * src/pic/ralloc.c (serialRegAssign),
4513         * src/pic16/ralloc.c (serialRegAssign),
4514         * src/xa51/ralloc.c (serialRegAssign),
4515         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4516
4517 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4518
4519         * src/SDCCast.c (decorateType): fixed bug 1124787
4520
4521 2005-02-20 Hubert Sack <sack AT digiplan.de>
4522         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4523
4524         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4525         patch #1121755
4526
4527 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4528
4529         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4530         to keep the correct label reference count when adding/removing references
4531         to labels. A peephole file using this is appended to patch #1144962.
4532
4533 2005-02-14 Raphael Neider <rneider AT web.de>
4534
4535         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4536         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4537         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4538           retrievals of result operand's value on assignment
4539
4540 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4541
4542         * device/include/pic16/string.h: modified prototype for memccpy()
4543         to memccpy(void *, void *, char, size_t)
4544         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4545         check whether to omit frame pointer or not,
4546         * (genInline): convert all occurences of "\n" to LF in inline
4547         assembler blocks, this helps formatting the inline text,
4548         * (pic16_loadFSR0): modified prototype,
4549         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4550         removed some 8051 legacy code,
4551         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4552         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4553         before allocating temporary registers in functions,
4554
4555 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4556
4557         * support/regression/tests/bitvars.c: corrected the "fix"
4558
4559 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4560
4561         * support/regression/tests/bitvars.c,
4562         * support/regression/tests/bitwise.c,
4563         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4564
4565 2005-02-10 Raphael Neider <rneider AT web.de>
4566
4567         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4568           different size for Alpha
4569         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4570
4571 2005-02-09 Raphael Neider <rneider AT web.de>
4572
4573         * src/SDCC.lex(doPragma) : save and restore warning options as well
4574           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4575         * have #pragma less_pedantic set the errorlevel to WARNING
4576           (fixes #1117001)
4577         * (cloneOptimize) : fixed wrong malloc's size
4578         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4579           facilitate correct handling of #pragma (save|restore)
4580
4581 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4582
4583         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4584
4585 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4586
4587         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4588
4589 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4590
4591         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4592
4593 2005-02-02 Raphael Neider <rneider AT web.de>
4594
4595         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4596         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4597         * (pic16_storeForReturn): fixed to allow returning function pointers
4598         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4599         * device/include/pic16/{stddef.h,stdbool.h}: added
4600
4601 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4602
4603         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4604
4605 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4606
4607         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4608         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4609          appeared to be required
4610
4611 2005-01-31 Borut Razem <borut.razem AT siol.net>
4612
4613         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4614           include/mcs51 and include/z80 directories to the package
4615
4616 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4617
4618         * src/hc08/gen.c (genFunction): fixed bug #1112752
4619
4620 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4621
4622         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4623
4624 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4625
4626         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4627
4628 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4629
4630         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4631
4632 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4633
4634         * device/include/c8051fxxx.h: removed these 6 files
4635         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4636
4637 2005-01-26 Raphael Neider <rneider AT web.de>
4638
4639         * src/pic16/gen.c (genAssign): fixed assignment from longs
4640           in codespace (were cut to three bytes)
4641         * (genDummyRead): implemented (except for CODESPACE...),
4642           fixed bug #1108575
4643         * src/pic16/glue.c (emitStatistics): beautified
4644         * device/lib/pic16/libm/Makefile: added include path
4645
4646 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4647
4648         * src/z80/gen.c (aopPut): fixed bug #1103902
4649
4650 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4651
4652         * device/lib/expf.c: fixed bug #1095792
4653
4654 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4655
4656         * device/lib/pic16/libm: added Math library sources
4657
4658 2005-01-24 Raphael Neider <rneider AT web.de>
4659
4660         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4661           to enable upcast to pCodeOpReg2 (there is no type tag to
4662           differenciate the two and pic16_popGet2p cast into PCOR2)
4663         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4664           (sizeof(sectNames) changed to sizeof(sectName))
4665           Both patches fix segfaults under MinGW.
4666
4667 2005-01-23 Raphael Neider <rneider AT web.de>
4668
4669         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4670           Safe_[mc]?alloc()'ed variables
4671         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4672           of (byte sized) temporaries (assign them to WREG for now)
4673         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4674           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4675           this might fix SIGSEGVs on MinGW...
4676         * src/SDCCopt.c (killDeadCode): restored original behaviour
4677           (volatile operands might get thrown away though)
4678
4679 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4680
4681         * src/pic16/gen.c: fixed bug #1106975,
4682         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4683         pointer update, INTCON is saved, global interrupts are disabled and
4684         restored after updateing TOS.
4685         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4686         * added function attribute 'shadowregs' to take advantage of shadow
4687         registers,
4688         * added function attribute 'wparam' as an alternative to the wparam
4689         pragma,
4690         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4691         user declares a non-ISR function as 'shadowregs',
4692         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4693
4694 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4695
4696         * .version: bumped version number to 2.4.8
4697         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4698         pic16 port,
4699         * device/lib/pic16/libio/i2c/: I2C module support library,
4700         * device/include/pic16/i2c.h: I2C support library header,
4701         * device/lib/pic16/libc/stdio/: standard IO support sources,
4702         * (printf_small.c): printf_small() source, supports float print,
4703         * (printf_tiny.c): printf_tiny() source, does not support floats,
4704         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4705         enable global optimizations for entire library source, other
4706         Makefiles in the source tree are also modified to reflect this,
4707         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4708         function,
4709         * doc/sdccman.lyx: updated to reflect new changes,
4710         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4711         sym->onStack if-case,
4712         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4713         sbit, idata, _idata, xdata, _xdata,
4714         * added pragma library, to link an external library, (see doc),
4715         * removed command line options, --pomit-config-words, --pomit-ivt,
4716         --pleave-reset-vector,
4717         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4718         when calling assembler to reflect memory model used, also define
4719         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4720         reflect stack model used,
4721         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4722         on stack return NULL,
4723
4724 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4725
4726         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4727           of the operands is volatile. Fixes #1020220
4728
4729 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4730
4731         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4732         * (OptimizeRegUsage): make sure that there is really no other flow where
4733           the first pCode is used
4734
4735 2005-01-22 Raphael Neider <rneider AT web.de>
4736
4737         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4738           to fix #1106967 (pCode->seq are not set up correctly)
4739
4740 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4741
4742         * src/SDCCglue.c (glue): make sure code area is declared before the
4743         static initialization area.
4744
4745 2005-01-21 Raphael Neider <rneider AT web.de>
4746
4747         * device/lib/Makefile.in: fixed test for pic16 install dir
4748         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4749           optimizations
4750         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4751           added --optimize-goto compiler switch and pragma wparam documentation
4752         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4753         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4754           and PRODH closing bug #1071770 (peephole optimizer)
4755
4756 2005-01-19 Raphael Neider <rneider AT web.de>
4757
4758         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4759           cmdLine buffers (used when calling sdcpp...) are large enough
4760           (MAX_PATH=256 truncates arguments leading to system halts when
4761           used in MinGW...)
4762         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4763         * (genUminus): rewritten to for efficiency
4764         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4765           used uninitialized in some cases)
4766         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4767           copy the third byte from the int -- now assumes 0x80 (data memory)
4768         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4769           operands (genAddLit expects the iCode's operands to swapped as
4770           well), fixed leftover bytes (crashed for short left operands)
4771         * (pic16_genMinusDec): performance improvements, removed false
4772           PIC14 emitSKPNCs
4773         * (pic16_genMinus): fixed to cope with differently sized operands
4774         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4775           for --obanksel > 1
4776         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4777         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4778           new banksel optimization
4779         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4780           analysis for temporary registers (segfaults...)
4781         * src/pic16/peeph.def: added rule
4782
4783 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4784
4785         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4786         which converts a float number to its ASCII representation
4787         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4788         functions to convert the fractional and integer part of a float to ASCII,
4789         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4790         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4791         ram
4792         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4793         _STATMEM macros,
4794         * device/include/pic16/adc.h: added GPL info,
4795         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4796         a pCodeOp as tested operand,
4797         * (genNearPointerGet): optimized bit testing, does not use
4798         intermediate register for bit value, test directly instead with
4799         BTFSS, BTFSC, works only for single bits,
4800         * (genpic16Code): dump the name of the iCode in the asm,
4801         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4802         renamed to pic16_decodeOp,
4803         * (serialRegAssign): do not allocate a temporary register for iCode
4804         sequences that test a single bit for 1/0
4805
4806 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4807
4808         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4809         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4810         access stack and frame pointers. They are initially assigned to
4811         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4812         accessing SFRs. Updated all occurences of modification of stack or
4813         frame pointer in gen.c and pcode.c,
4814         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4815         assigning of a literal value to pointers,
4816         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4817         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4818         selected
4819
4820 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4821
4822         * doc/sdccman.lyx: update documentation about stack pragma, added
4823         some info for stack memory models
4824
4825 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4826
4827         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4828
4829 2005-01-08 Raphael Neider <rneider AT web.de>
4830
4831         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4832           udata sections to fix bug #1097823
4833
4834 2005-01-05 Raphael Neider <rneider AT web.de>
4835
4836         * src/pic16/gen.c (genGenericShift): added handling of differently
4837           sized left operand and result
4838
4839 2005-01-04 Raphael Neider <rneider AT web.de>
4840
4841         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4842         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4843           to hold the condition bit)
4844         * added new version of genCmp (old code available via #define)
4845         * added new version of genShiftLeft/genShiftRight in a generic
4846           way, now supports shifting by negative values
4847         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4848           shiftCount (expected by genGenericShift)
4849         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4850         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4851           dump
4852         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4853           is an invalid literal too...)
4854
4855 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4856
4857         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4858         from Raphael Neider,
4859         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4860         for 8-bit literals. This fixes some literal operands which are sign
4861         extended to 16-bits ints when instruction needs only 8-bits.
4862
4863 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4864
4865         * device/lib/logf.c: added mcs51 assembly version
4866         * device/lib/expf.c: added mcs51 assembly version
4867         * device/lib/_logexpf.c: new shared asm code for expf and logf
4868         * device/include/math.h: add defines for assembly math library
4869         * device/lib/Makefile.in: build new _logexpf.c
4870         * device/lib/libfloat.lib: use new _logexpf.c
4871
4872 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4873
4874         * src/pic/device.c
4875         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4876           device types which have less than 0x7f registers.
4877
4878 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4879
4880         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4881
4882 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4883
4884         * device/lib/printf_fast.c: only build on supported arch.
4885         * device/lib/printf_tiny.c: only build on supported arch.
4886         * device/lib/printf_fast_f.c: only build if asm float lib
4887         * device/lib/_fsget1arg.c: only build if asm float lib
4888         * device/lib/_fsget2args.c: only build if asm float lib
4889         * device/lib/_fsnormalize.c: only build if asm float lib
4890         * device/lib/_fsreturnval.c: only build if asm float lib
4891         * device/lib/_fsrshift.c: only build if asm float lib
4892         * device/lib/_fsswapargs.c: only build if asm float lib
4893         * device/include/stdio.h: don't provide print_fast,
4894           print_fast_f, print_tiny prototypes if --xstack used
4895
4896 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4897
4898         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4899         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4900           to the SOURCES
4901
4902 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4903
4904         * device/lib/printf_fast_f.c: same as printf_fast, but
4905           with floating point enabled
4906         * device/lib/printf_fast.c: minor tweaks
4907         * device/include/stdio.h: add printf_fast_f
4908
4909 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4910
4911         * src/SDCCmain.c: make --float-reent default for mcs51
4912         * device/lib/_fsadd.c: added mcs51 assembly version
4913         * device/lib/_fssub.c: added mcs51 assembly version
4914         * device/lib/_fsmul.c: added mcs51 assembly version
4915         * device/lib/_fsdiv.c: added mcs51 assembly version
4916         * device/lib/_fseq.c: added mcs51 assembly version
4917         * device/lib/_fsneq.c: added mcs51 assembly version
4918         * device/lib/_fsgt.c: added mcs51 assembly version
4919         * device/lib/_fslt.c: added mcs51 assembly version
4920         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4921         * device/lib/Makefile.in: add _fscmp to build
4922         * device/lib/libfloat.lib: add _fscmp to build
4923
4924 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4925
4926         * device/lib/_fs2slong.c: added mcs51 assembly version
4927         * device/lib/_fs2sint.c: added mcs51 assembly version
4928         * device/lib/_fs2schar.c: added mcs51 assembly version
4929         * device/lib/_fs2ulong.c: added mcs51 assembly version
4930         * device/lib/_fs2uint.c: added mcs51 assembly version
4931         * device/lib/_fs2uchar.c: added mcs51 assembly version
4932         * device/lib/_slong2fs.c: added mcs51 assembly version
4933         * device/lib/_sint2fs.c: added mcs51 assembly version
4934         * device/lib/_schar2fs.c: added mcs51 assembly version
4935         * device/lib/_ulong2fs.c: added mcs51 assembly version
4936         * device/lib/_uint2fs.c: added mcs51 assembly version
4937         * device/lib/_uchar2fs.c: added mcs51 assembly version
4938         * device/include/float.h: added #define to select asm vs c
4939
4940 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4941
4942         * device/lib/printf_fast.c: improvements to float output
4943         * device/include/float.h: add defines for assembly float library
4944         * device/lib/_fsget1arg.c: receive 1 float arg
4945         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4946         * device/lib/_fsnormalize.c: normalize a float
4947         * device/lib/_fsreturnval.c: return float, various helper routines
4948         * device/lib/_fsrshift.c: right shift a float's mantissa
4949         * device/lib/_fsswapargs.c: swap 2 floats
4950         * device/lib/Makefile.in: build these 6 new files for mcs51
4951         * device/lib/libfloat.lib: add these 6 files to the library
4952
4953 2004-12-26 Borut Razem <borut.razem AT siol.net>
4954
4955         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4956           built by gcc 3.4.2
4957
4958 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4959
4960         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4961           and fully reentrant and register bank neutral.
4962         * device/lib/printf_fast.c: added float (not enabled by default),
4963           added compact/slower integer (also not enabled by default),
4964           improved size/speed of fast integer code, other minor changes
4965         * device/include/stdio.h, device/lib/Makefile.in,
4966           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4967
4968 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4969
4970         * src/pic16/pcode.c: declaring variables other than at the start of a
4971           block is not supported in C by VC6.
4972
4973 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4974
4975         * applied a previous patch from Raphael Neider that wasn't included
4976         in the previous commits, which fixes infinite loops within jumptable
4977         improvements,
4978         * made some fixes that previous patches introduced
4979
4980 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4981
4982         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4983         that fixes an issue with AOP_PCODE asmop's offset,
4984         * (pic16_popCopyReg): update instance field too,
4985         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4986         function of pic port,
4987         * (genCmp, genAnd, genAssign),
4988         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4989
4990 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4991
4992         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4993         variables initial values to idata section,
4994         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4995         variables in some functions. This utilizes parmBytes field of iCode
4996         structure to hold the offset of the variable in stack. (might be
4997         able to use the stack field too?)
4998         * applied patch from Raphael Neider # ### , # ###
4999         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
5000         variable initial values in idata section,
5001         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
5002         for static variables with initial value
5003         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
5004         applied fix in while loop from Raphael Neider.
5005
5006 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
5007
5008         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
5009         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
5010         * src/ds390/ralloc.c (serialRegAssign): spill bits
5011         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
5012         * support/Util/SDCCerr.c,
5013         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
5014         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
5015         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
5016
5017 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
5018
5019         * device/include/sdcc-lib.h: inserted LGPL, added includes
5020           asm/ds390/features.h and asm/mcs51/features.h
5021         * device/include/asm/default/features.h,
5022         * device/include/asm/gbz80/features.h,
5023         * device/include/asm/z80/features.h: added empty _AUTOMEM
5024           and _STATMEM
5025         * device/include/asm/ds390/features.h,
5026         * device/include/asm/mcs51/features.h: added files with defines for
5027           _AUTOMEM and _STATMEM indicating automatic and static storage class
5028         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
5029         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
5030         * src/SDCCicode.c (geniCodeCast),
5031         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
5032         * src/SDCCloop.c (loopInduction): removed unused variable lr
5033         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
5034           to convertToFcall to include char modulo (RFE 1065037), added check
5035           if left operand is unsigned and use abs of literal value
5036         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
5037           as it doesn't work after conversion from peephole.def to peephole.rul
5038         * src/mcs51/gen.c (toBoolean): added check for size,
5039           (genModOneByte): optimized code for signed char modulo a literal
5040           power of 2 (thanks to Hubert Sack),
5041           (genRRC): removed unnecessary "clr c",
5042           (genRLC): replaced "add a,acc" with cheaper "rlc a"
5043         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
5044           jump optimization,
5045           swapped rules 256.c and 256.d,
5046           extended 256.d by using new multiple checks (thanks Erik),
5047           added rules 256.e and 256.f,
5048           updated rule 261.a and 261.b to new generated code
5049         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
5050
5051 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5052
5053         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
5054           induction related bugs, including first part of bug #1074377
5055
5056 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
5057
5058         * applied patch from bug-report #1076292,
5059         * applied patches for genAnd and Goto-optimizations for Raphael
5060         Neider,
5061         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
5062         dump a less iCode information,
5063         * src/pic16/device.h (pic16_options_t): added field debgen,
5064         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
5065         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
5066         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
5067         puclic,
5068         * (various functions): added macros FENTRY and FENTRY2 to functions,
5069         to emit function prologue,
5070         * (various functions): fixed indentation,
5071         * (genNearPointerGet): fixed loading of FSR0,
5072         * (genPackBits): applied patch from Raphael Neider to fix updating
5073         of FSR0 and touching only the modified bits,
5074         * src/pic16/genarith.c (various functions): added macros FENTRY to
5075         emit function prologue in comments,
5076         * src/pic16/pcode.h: added functions debugf2, debugf3,
5077         * src/pic16/ralloc.c: partial fix for packForPush caused
5078         segmentation fault,
5079
5080 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5081
5082         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
5083           <stsp AT users.sourceforge.net> with reversed byte order
5084         * support/regression/tests/rotate.c: added (ds390 skips some tests)
5085
5086 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5087
5088         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
5089           bug #1074377
5090         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
5091         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
5092
5093 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5094
5095         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
5096
5097 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5098
5099         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
5100           conditions,
5101           (setFromConditionArgs): friendly operand parser for peephole rules,
5102           (operandBaseName, operandsNotRelated): new peephole condition
5103           "operandsNotRelated" -- similar to "operandsNotSame", but takes
5104           architecture specific register naming into account, handles n-way
5105           comparisons, and supports quoted literals
5106         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
5107
5108 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5109
5110         * src/mcs51/peeph.def: fixed bug #1076940
5111
5112 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5113
5114         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
5115
5116 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5117
5118         Adding support for replacing ljmps with sjmps in jumptables
5119         generated for switch statements. For now you need to set the
5120         environment variable SDCC_SJMP_JUMPTABLE to enable this.
5121         Now 4 algorithms for mcs51 jumptable generation are used:
5122         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
5123         addresses loaded pc-relative for up to 112 cases and stack-pushing
5124         target addresses loaded with offset from dptr for up to 256 cases.
5125
5126         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
5127         * src/mcs51/main.c: adapted constants for switch table generation
5128         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
5129
5130 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
5131
5132         * device/lib/printf_large.c (_print_format): fixed bug 1073386
5133         * support/regression/tests/bug1057979.c: added test for bug 1073386
5134
5135 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5136
5137         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
5138         compilers
5139
5140 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5141
5142         * src/pic16/device.h,
5143         * src/pic16/genarith.c,
5144         * src/pic16/glue.c,
5145         * src/pic16/main.c,
5146         * src/pic16/pcode.c: applied patches #1068154 and #1070213
5147
5148 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
5149
5150         Large cummulative patch for pic16 port.
5151         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
5152         to call when a stack overflow occurs,
5153         * (malloc.h): added CVS Id tag,
5154         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
5155         variable,
5156         * added libc directory. The current version of LibC contains string
5157         functions, ctype functions and macros and some functions of the
5158         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
5159         be extensively tested in the future. Standard disclaimer here.
5160         Library is not automatically build yet. But one can build it by
5161         invoking 'make' inside the libc directory.
5162         * added ADC library under libio. Preliminary version yet.
5163
5164         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
5165         * src/pic16/gen.c (aopForRemat): asmop size is filled by
5166         aopForRemat() now and not by pic16_aopOp(),
5167         * (pic16_popGetTempReg): removed warning messgae when allocating
5168         temporary registers, its a buggy feature and will be removed,
5169         * (pic16_popGet): set register instance field in AOP_CRY,
5170         * (pic16_outBitC): fixed for results in size greater than 1,
5171         * (genUminusFloat): fixed for pic16, ported code from mcs51,
5172         * (pic16_storeForReturn): optimized return of 0,
5173         * (genCmp): experimental code for new genCmp which uses PIC18's
5174         special compare&skip instructions. Initial tests fail some times
5175         with variables grater than 1 byte in size, so new code is disabled,
5176         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
5177         a single bit,
5178         * (genCast): began a fix to optimize the casting of a bit to another
5179         bit, now assigning a bitfield to another bitfield will fail, sorry,
5180         * src/pic16/main.c: disabled the use of lr-support feature,
5181         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
5182         * added some function prototypes, added function _debugf prototype,
5183         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
5184         bits with offset (case PO_GPR_BIT),
5185         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
5186         command line,
5187         * (isBankInstruction): modified to return 0 for no banking instruction,
5188         and 1 for banking instruction,
5189         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
5190         caused stop processing pCodes after a inline assembly block,
5191         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
5192         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
5193         registers when it shouldn't,
5194         * src/pic16/ralloc.c (allocReg): add preliminary support for
5195         supporting a limited set of temporary registers,
5196
5197 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5198
5199         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
5200           genDataPointerSet): ensure assignments always copy in MSB to LSB
5201           order,
5202           (loadRegFromAop): recognize CLRH optimization,
5203           (genFunction): optimize RECEIVE iCodes in reentrant functions
5204
5205 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5206
5207         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
5208           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
5209           selected.
5210         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
5211         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
5212           contiguous with data
5213
5214 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5215
5216         * device/lib/_gptrget.c (_gptrget),
5217         * device/lib/_gptrgetc.c (_gptrgetc),
5218         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
5219           instead of sjmp to ret
5220         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
5221           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
5222
5223 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
5224
5225         * .version: bumped version to 2.4.7
5226         * device/lib/_gptrget.c (_gptrget): is now _naked
5227         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
5228         * device/lib/_gptrput.c (_gptrput): is now _naked
5229         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
5230           (createFunction): fixed xstack
5231         * src/SDCCglue.c (emitMaps): set allocation required for bit area
5232         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
5233           or bit either,
5234           (geniCodeCritical): store original interrupt state in an iTemp bit
5235           var unless stack-auto
5236         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
5237         * src/SDCCmain.c (setIncludePath): added include/target to search path
5238         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
5239         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
5240           prototype,
5241           (processFuncArgs): put bit vars in bit area
5242         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
5243           unsaveRBank): fixed xstack,
5244           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
5245           (genFunction, genEndFunction): fixed xstack,
5246           (genAssign): optimization don't walk backwards through mem
5247         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
5248         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
5249         * support/regression/Makefile: also make library (for stack-auto) when
5250           making "all" and added "test-mcs51-xstack-auto"
5251         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
5252         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
5253         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
5254         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
5255         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
5256           make-library by MAKE_LIBRARY
5257         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
5258           regression tests for xstack
5259         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
5260         * support/regression/tests/critical.c: test for critical on mcs51
5261
5262 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5263
5264         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5265           built version of sdcc instead of installed version
5266
5267 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5268
5269         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5270         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5271           vprintf.c now
5272         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5273         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5274           WARNING: remove device/lib/build/z80/printf.o by hand when
5275           updating from previous build!
5276         * device/lib/z80/printf.c: updated comment
5277         * support/regression/tests/bug1057979.c: test all ports now
5278         * support/regression/tests/bug1065458.c: file added
5279
5280 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5281
5282         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5283           *_start and *_end symbols for static functions
5284
5285 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5286
5287         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5288           and search crt0.o in all library paths,
5289           (setIncludePath): proper handling of --nostdinc,
5290           (setLibPath): proper handling of --nostdlib
5291         * support/regression/Makefile,
5292         * support/regression/ports/ds390/spec.mk,
5293         * support/regression/ports/gbz80/spec.mk,
5294         * support/regression/ports/hc08/spec.mk,
5295         * support/regression/ports/mcs51/spec.mk,
5296         * support/regression/ports/mcs51-large/spec.mk,
5297         * support/regression/ports/mcs51-stack-auto/spec.mk,
5298         * support/regression/ports/z80/spec.mk: use include and lib files from
5299           built version of sdcc instead of installed version
5300         * doc/sdccman.lyx: fixed typo in --nostdinc
5301
5302 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5303
5304         * src/pic/pcode.c,
5305         * src/pic/device.c,
5306         * src/pic/ralloc.c,
5307         * src/pic/gen.c : added support to generate code for struct bit fields.
5308
5309 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5310
5311         * as/xa51/xa_version.h,
5312         * device/include/errno.h,
5313         * device/include/regc515c.h,
5314         * device/lib/_itoa.c,
5315         * device/lib/_ltoa.c,
5316         * device/lib/ser_ir_cts_rts.c,
5317         * sim/ucsim/xa.src/glob.cc,
5318         * sim/ucsim/xa.src/inst_gen.cc,
5319         * sim/ucsim/xa.src/xa_bit.cc,
5320         * sim/ucsim/xa.src/xa_sfr.cc,
5321         * sim/ucsim/z80.src/inst_dd.cc,
5322         * sim/ucsim/z80.src/inst_fdcb.cc,
5323         * support/scripts/keil2sdcc.pl,
5324         * src/pic16/pic16.dsp,
5325         * src/pic16/pic16a.dsp: corrected cvs line endings
5326         * device/lib/printf_large.c: fixed bug 1057979
5327         * src/pic16/gen.c: fixed non-C standard code
5328         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5329         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5330         * support/regression/ports/mcs51/support.c: reload T1 asap
5331         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5332           pdata use and clear idata startup behaviour
5333         * support/regression/tests/bug1057979.c: added
5334
5335 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5336
5337         * device/examples/ds390/ow390/ad26.h,
5338         * device/examples/ds390/ow390/cnt1d.h,
5339         * device/examples/ds390/ow390/crcutil.c,
5340         * device/examples/ds390/ow390/ownet.h,
5341         * device/examples/ds390/ow390/owsesu.c,
5342         * device/examples/ds390/ow390/swt12.h,
5343         * device/examples/ds390/ow390/swtoper.c,
5344         * device/examples/ds390/ow390/temp10.h,
5345         * device/examples/ds390/ow390/thermodl.c,
5346         * device/examples/ds390/tinitalk/tinitalk.dsp,
5347         * device/examples/ds390/tinitalk/tinitalk.dsw,
5348         * device/examples/mcs51/clock/hw.h,
5349         * device/examples/mcs51/simple2/go.bat,
5350         * device/examples/serialcomm/windows/serial.h,
5351         * device/examples/xa51/dummy.c,
5352         * device/examples/xa51/hello.c,
5353         * device/include/80c51xa.h,
5354         * device/include/at89x051.h: corrected cvs line endings
5355
5356 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5357
5358         * src/pic16/main.c (options): added command line --gstack, to trace
5359         stack over/under flows,
5360         * added pragma 'wparam' to allow passing first byte of function
5361         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5362         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5363         call to __gstack_test function and sets up the symbol as extern,
5364         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5365         * popaop): added call to pic16_testStackOverflow,
5366         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5367         wparamList list,
5368         * (genCall, genPcall): now all parameters are passed via stack
5369         except in functions that are pass to wparam pragma in which WREG is
5370         used too,
5371         * (genPcall): REENTRANT flag is checked to see if variable prototype
5372         contains reentrant keyword, don't call a non-reentrant function, via
5373         a reentrant function pointer or vice versa, functions are never
5374         passed via WREG,
5375         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5376         D.Winkler,
5377         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5378         SIGSEGV when accessing a NULL register stucture,
5379         * (pic16_printGPointerType): modified to handle UPPER modifier for
5380         function initializers, changed prototype of function to simpler one,
5381         * (pic16_printIvalFuncPtr): check to see if function is already
5382         added in externs list,
5383         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5384         optimized a move from W to SFR with a move to the same register
5385         later after a CALL,
5386         * device/lib/pic16/debug: NEW directory, contains debug features
5387         which are enabled when linking with libdebug.lib, currently command
5388         line option --gstack enables stack pointer tracing for over/under
5389         flow, corresponding sources are in debug/gstack
5390
5391 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5392
5393         * doc/sdccman.lyx: updated SDCC version,
5394         * (PIC16 port): update list of command line options,
5395         * src/pic16/device.h (structure pic16_options_t): added field gstack
5396         to enable stack overflow tracing on push/pops,
5397         * src/pic16/device.c (statistics structure): added statistics
5398         structure,
5399         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5400         pic16_dump_int_registers): increase statistics counters for each
5401         * variable which is encountered
5402         * (pic16_dump_usection): emit each .udata variable to its own udata
5403         section,
5404         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5405         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5406         parameters via stack, otherwise use old scheme,
5407         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5408         assembler output file,
5409         * src/pic16/main.c: added command line options --gstack to enable
5410         push/pop tracing for stack overflow,
5411         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5412         instructions): added size of each instruction,
5413         * (pic16_countInstruction): estimate size of instructions in
5414         the_pFile list, inline assembly blocks are not counted,
5415         * (pic16_FixRegisterBanking): trace previous register usage, when
5416         banksel optimizations is greater than 0, don't emit a redudant
5417         banksel directive,
5418
5419 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5420
5421         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5422         * src/pic16/ralloc.c : applied same fix for pic16.
5423         * src/pic/gen.c : tidied it up a little.
5424
5425 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5426
5427         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5428         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5429
5430 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5431
5432         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5433
5434 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5435
5436         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5437         non-reentrant function __modsint in the interrupt function (thus
5438         corrupting math operations during serial I/O)
5439         * device/lib/ser_ir.c: as above, changed buffersize
5440         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5441         256.c,d for zeroing
5442         * doc/Makefile: added option -t for rsync
5443
5444 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5445
5446         * src/SDCCast.h (struct ast),
5447         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5448
5449 2004-10-20 Borut Razem <borut.razem AT siol.net>
5450
5451         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5452         package
5453
5454 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5455
5456         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5457         makefile targets,
5458         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5459         support functions to replace long sequences of MOVFF's from access
5460         bank registers to stack and vice versa,
5461         * src/pic16/device.h: added new field opt_flags, where optimization
5462         flags can be set to enable certain features,
5463         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5464         * pBlock, (genFunction, genEndFunction): surroung loop for
5465         saving/loading used registers in stack with PC_INFO pCodes,
5466         INF_LREGS. Code in between can then be optimized by pCode optimizer
5467         to support function calls,
5468         * (genDataPointerSet): fixed bug which loaded float fields in
5469         structures with corrupt data,
5470         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5471         in a standard way debug info on stderr. Feature used for developing
5472         and debugging only,
5473         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5474         obsolete chunks of code,
5475         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5476         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5477         * pic16/src/pcode.c (pic16_newpCodeInfo,
5478         * (pic16_newpCodeOpLocalRegs),
5479         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5480         feature,
5481         * (pic16_pCodeConstString): printing of the initial value of a
5482         symbol as a comment is inhibited since parsing was already done by
5483         copyStr and output is corrupt,
5484         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5485
5486 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5487
5488         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5489
5490 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5491
5492         * as/mcs51/lkarea.c: removed old K&R style,
5493           (lnksect): changed check on boundary error,
5494           (lnksect2): changed check on boundary error,
5495           (lnksect2): extend XSTK to end of page if size = 1
5496         * as/mcs51/lkmain.c: removed old K&R style,
5497           (Areas51): create l_IRAM symbol
5498         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5499         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5500           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5501         * device/lib/_mullong.c: added version to be compiled with xstack
5502         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5503         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5504         * device/lib/mcs51/crtxstack.asm: fixed comment
5505         * src/SDCCglue.c: maxInterrupts defaults to 0,
5506           (emitMaps): added pdata,
5507           (createInterruptVect): (re)moved default,
5508           (glue): added pdata,
5509           (glue): moved __start__xstack to XSTK with default size 1
5510         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5511           and options.float_rent when options.stackAuto is set,
5512           (linkEdit): only write XDATA_NAME if provided on command line
5513         * src/SDCCmem.h,
5514         * src/SDCCmem.c: added pdata
5515         * src/port.h: added pdata_name to PORT
5516         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5517           (saveRegisters, unsaveRegisters): removed usage of B,
5518           (genMinus): fixed accumulator clash,
5519           (genJumpTab): added comment, this needs another look
5520         * src/mcs51/gen.c: added check for "B in use" paranoia,
5521           added pushB() and popB()
5522         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5523           chance
5524         * src/avr/main.c,
5525         * src/ds390/main.c,
5526         * src/hc08/main.c,
5527         * src/mcs51/main.c,
5528         * src/pic/main.c,
5529         * src/pic16/main.c,
5530         * src/xa51/main.c,
5531         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5532           added PSEG (PAG,XDATA) or NULL to port specifier
5533         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5534         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5535           (_mcs51_genInitStartup): removed __start__xstack equ,
5536           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5537         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5538         * src/z80/gen.c (_rleAppend): fixed warnings
5539         * support/regression/tests/zeropad.c: added pdata test
5540         * .version: bumped to 2.4.6
5541
5542 2004-10-17 Borut Razem <borut.razem AT siol.net>
5543
5544         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5545         as a part of nightly build
5546
5547 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5548
5549         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5550         WREG holds the first byte function parameters,
5551         * (aopForSym): take special case for symbols which are in FARSPACE
5552         but in CODESPACE too,
5553         * (assignResultValue): modified to take into account _G.useWreg,
5554         * (genCall): don't use wreg for parameter passing when function is
5555         declared as reentrant, too, added optimization INCF to stack
5556         pointer when stack parameter count is 1,
5557         * (genFunction, genEndFunction): refurnished and fixed to not using
5558         wreg for passing parameters when function has varargs or is
5559         reentrant, fixed bug with symbol name compare for generating
5560         functions in absolute address,
5561         * (pic16_storeForReturn): refurnished,
5562         * (genCmp): began writing a new version of the function, not ready
5563         yet, therefore it is disabled,
5564         * (genAssign): do not read code memory when assigning a function to
5565         a pointer function,
5566         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5567         array of characters, not pointer,
5568         * (pic16initialComments): in debug mode emit an .ident directive for
5569         the assembler,
5570         * (_process_pragma): emit a new warning type (internal to pic16)
5571         when setting stack to default length, emit a similar warning when
5572         placing a function at absolute address and address is not word aligned
5573         * (_pic16_parseOptions): added 'return TRUE' statement,
5574         * (_pic16_linkEdit): if compiling a source, then add the source's
5575         file object, first in the list of objects to link,
5576
5577 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5578
5579         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5580         * src/pic/main.c : removed VC warning.
5581         * src/pic/gen.c : changed comment.
5582
5583 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5584
5585         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5586         reference to a deprecated symbol _GPTRREG was causing failure to
5587         link. Thanks G. M. Gallant for the info.
5588
5589 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5590
5591         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5592         comments for Bugs item #954788.
5593
5594 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5595
5596         * src/pic16/device.c (pic16_dump_gsection,
5597         * pic16_groupRegistersInSection): handle symbols declared to be in
5598         access bank differently,
5599         * src/pic16/gen.c (struct _G): added field resDirect,
5600         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5601         send values read from stack directly to result and don't allocate
5602         temporary values,
5603         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5604         same registers,
5605         * (pic16_sameRegsOfs): NEW,
5606         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5607         free because they were not allocated from temporary pool,
5608         * pic16_popRegFromString): workaround to fix a problem with
5609         allocating variables twice or never,
5610         * (genGenPointerGet): using PRODL instead of FSR0H,
5611         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5612         instead of FSR0H,
5613         * (genAssign): take advantage of the _G.resDirect flag,
5614         * (genCast): around line 11844, use mov2f instead of directly
5615         MOVFF'ing between operands to account for literal values,
5616         * src/pic16/genutils.c: some new debug functions for gpsim have been
5617         added,
5618         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5619         float with integer part only,
5620         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5621         place variables in access bank
5622         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5623         updated sources to reflect recent changes in gen.c
5624
5625 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5626
5627         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5628         sources that searched for headers in installation path, now the
5629         device/include/pic16 is used,
5630         * src/pic16/glue.c (pic16glue),
5631         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5632         .line directives if not in debug mode, this suppresses assembler's
5633         warnings for ignored directives
5634
5635 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5636
5637         * src/port.h: made reset_regparms prototype void parameter explicit.
5638         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5639         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5640         * doc/sdccman.lyx: documented warning disabling and how to use
5641           printf_large to make it print floats.
5642         * device/include/stdbool.h: NEW
5643         * device/lib/_atof.c,
5644         * device/lib/_divuint.c,
5645         * device/lib/_divulong.c,
5646         * device/lib/expf.c,
5647         * device/lib/printf_large.c,
5648         * device/lib/sincosf.c,
5649         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5650         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5651           a completely reentrant lib.
5652
5653 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5654
5655         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5656         * device/include/pic16/stdio.h: fixed bug with colon
5657
5658 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5659
5660         * device/include/pic16/stdio.h,
5661         * device/include/pic16/stdlib.h,
5662         * device/include/pic16/math.h: NEW
5663         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5664         declared as _naked to reduce overhead
5665         * device/lib/Makefile.in (target port-specific-objects-pic16):
5666         changed * to *.* so to ignore the CVS directory,
5667         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5668         stacked variables back in stack,
5669         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5670         corruption
5671
5672 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5673
5674         * .version: bumped version number to 2.4.5
5675         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5676         * support/Util/SDCCerr.c (messages structure): added entry for
5677         W_POSSBUG2
5678
5679         Large cumulative patch for pic16 port and libraries.
5680         * device/include/pic16/sdcc-lib.h,
5681         * device/include/pic16/stdarg.h,
5682         * device/include/asm/pic16/features.h,
5683         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5684         * device/include/pic16/float.h: changes reentrant keyword with
5685         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5686         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5687         updated target build-libraries to include objects from gptr,
5688         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5689         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5690         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5691         all function headings,
5692         * src/SDCCmain.c: added global parameter userIncDirsSet,
5693         * (parseCmdLine): when option -I is encountered add directory to
5694         userIncDirsSet too,
5695         * src/version.awk: added space between control and long,
5696         * src/pic16/NOTES: added some notes for the port,
5697         * src/pic16/gen.c: added prototype for mov2fp function,
5698         * (fReturnpic16[]): properly named return value registers,
5699         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5700         * (aopForSym): added code to handle symbols with onStack flag set,
5701         symbols onStack are allocated PTRSIZE bytes,
5702         * (aopFreeAsmop): handles special case where asmops are stack objects,
5703         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5704         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5705         added argument lock to trace flaws in allocating temporary registers
5706         when developing port,
5707         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5708         * (pic16_popRegFromString): reenabled allocating a direct register
5709         from string,
5710         * (assignResultValue): various beautifications,
5711         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5712         referenced function argument,
5713         * (genIpush): reenabled to allow stacked arguments, handles only
5714         ic->parmPush iCodes,
5715         * (genCall, genPcall): major changes to allow for variable argument
5716         functions, fixed a bug with falsely restoring stack pointer after
5717         returning from call,
5718         * (genFunction): pending code for critical function,
5719         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5720         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5721         * (genNearPointerGet): fixed bug with indirect reading, was always
5722         reading from INDF0
5723         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5724         pointers,
5725         * (genAddrOf): rewrote code to take address of a stacked function parameter
5726         * (genCast): fixed casting to generic pointer type,
5727         * src/pic16/gen.h: added AOP_STA,
5728         * (struct asmop): added field stk,
5729         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5730         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5731         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5732         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5733         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5734         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5735         generic pointers,
5736         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5737         and library paths,
5738         * (pic16_port structure): generic pointer size is set to 3,
5739         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5740         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5741         compiler warning,
5742         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5743         operand is an iTemp,
5744
5745 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5746
5747         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5748         * debugger/mcs51/simi.c: addapt new syntax of s51
5749
5750 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5751
5752         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5753         * src/pic16/pcode.c: commented out some calls to free() in order to
5754         fix bug #989576,
5755
5756 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5757
5758         * src/SDCCicode.h,
5759         * src/SDCCicode.c (isiCodeInFunctionCall),
5760         * src/avr/ralloc.c (selectSpil),
5761         * src/pic/ralloc.c (selectSpil),
5762         * src/pic16/ralloc.c (selectSpil),
5763         * src/ds390/ralloc.c (selectSpil),
5764         * src/hc08/ralloc.c (selectSpil),
5765         * src/xa51/ralloc.c (selectSpil),
5766         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5767         stack in the middle of a function call sequence (fixes bug #1020268)
5768         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5769         costs associated with the minimum switch case.
5770
5771 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5772
5773         * src/SDCC.lex: fixed bug #1030549
5774
5775 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5776
5777         * src/SDCCcse.h (struct cseDef),
5778         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5779         over a function call if the CSE is derived from a symbol whose
5780         address has been taken (fixes bug #1029883)
5781         * support/regression/tests/bug-1029883: a new regression test for
5782         this bug
5783
5784 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5785
5786         * src/hc08/gen.c (emitinline): fixed bug #1029778
5787         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5788         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5789         and starts toward RFE #905167)
5790
5791 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5792
5793         * src/pic16/gen.c (mov2f): New function to move an operand to
5794         another without considering if it is a literal or a register,
5795         * (pic16_sameRegs): don't check if they are both AOP_REG,
5796         * (AccRsh): removed andmask=0 lines,
5797         * (genLeftShift): duplicated to be improved in future versions,
5798         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5799         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5800         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5801         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5802         * (insertBankSwitch): fixed inserting banksel directives algorithm
5803         for instructions that follow a skip instruction, this fixes a report
5804         for broken subtraction code generation,
5805         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5806         iCode is a left op, just in case result and right share the same
5807         registers
5808
5809 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5810
5811         * src/hc08/main.c,
5812         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5813         preservation of HX
5814         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5815         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5816         on 2004-09-12; it was buggy
5817
5818 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5819
5820         * src/SDCCsymt.h: removed RESULT_CHECK
5821         * src/SDCCast.c,
5822         * src/SDCCglue.c,
5823         * src/SDCCval.c,
5824         * src/pic/glue.c,
5825         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5826
5827 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5828
5829         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5830         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5831         configuration values no more rejected by compiler, they are assigned
5832         to configuration registers with a warning message instead,
5833         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5834         the for-loop so last conf register is emitted too,
5835         * (_pic16_initPaths): link library libsdcc.lib by default,
5836         * (_hasNativeMulFor): modified test for multiplication according to
5837         Raphael Neider's remarks. Integer multiplication is also done with
5838         support functions,
5839         * device/include/pic16/pic18fregs.h: corrected type error in while
5840         testing and including 18f6720 header file
5841
5842 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5843
5844         * src/pic16/device.h (pic16_options): removed field use_crt,
5845         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5846         until an optimization to handle single bits is added,
5847         * (pic16_loadFSR0): moved before genUnpackBits,
5848         * (genAnd): some white lines removed,
5849         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5850         leave_reset flags in pic16_options when using crt modules,
5851
5852 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5853
5854         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5855           for bugs 898889 & 979599. Also used some safer print instructions.
5856
5857 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5858
5859         * src/pic16/device.h (pic16_options_t): added field use_crt,
5860         crt_name, no_crt,
5861         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5862         catch a probable future bug,
5863         * src/pic16/gen.c: aopIdx function commented out,
5864         * (genAssign): commented out old code which used aopIdx,
5865         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5866         code, added if conditionals to take into account the --use-crt
5867         command line options,
5868         * src/pic16/main.c (pic16_optionsTable): added new command line
5869         options, --use-crt= and --no-crt,
5870         * (_pic16_linkEdit): now the proper crt object is added in the
5871         linker command line except than when --no-crt is specified,
5872         * src/pic16/pcode.c,
5873         * src/pic16/pcode.h: added some structures and functions for a new
5874         optimization scheme to compansate for instruction overhead between
5875         same iCodes, this scheme is currently under development and is not
5876         working in any way,
5877         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5878         to && operator,
5879         * device/lib/pic16/startup/crt0i.c,
5880         * device/lib/pic16/startup/crt0iz.c: added global char variable
5881         __uflags to force the generation of an idata section
5882
5883 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5884
5885         * doc/Makefile,
5886         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5887         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5888
5889 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5890
5891         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5892         Frieder) and clarified the default code optimization mode
5893
5894 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5895
5896         * src/SDCC.lex (doPragma, process_pragma),
5897         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5898         "opt_code_size", and "opt_code_balanced"
5899         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5900         regrouped options by category, added support for category headers
5901         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5902         and "--opt-code-size"
5903         * doc/sdccman.lyx: documented these new options and pragmas
5904         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5905         preference into account
5906
5907 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5908
5909         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5910           geniCodePreDec): Fixed bug 904237 by generating a warning
5911         * src/SDCCerr.h,
5912         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5913
5914 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5915
5916         * src/pic/device.c : When no max ram set validate full memory range.
5917         * src/pic/pcode.c,
5918         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5919
5920 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5921
5922         * device/lib/_gptrget.c,
5923         * device/lib/_gptrput.c: updated comment
5924         * device/lib/calloc.c,
5925         * device/lib/free.c,
5926         * device/lib/malloc.c,
5927         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5928         * src/SDCCcse.c (cseBBlock),
5929         * src/SDCCicode.c (printOperand, geniCodeArray),
5930         * src/SDCCicode.h (struct operand): fixed bug 868103
5931         * support/regression/tests/bug-868103.c: added
5932         * src/SDCCast.c (searchLitOp),
5933         * src/SDCCcse.h (struct cseDef),
5934         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5935         * src/SDCCicode.h (struct operand),
5936         * src/SDCCsymt.h (struct sym_link),
5937         * src/avr/gen.c (hasInc),
5938         * src/ds390/gen.c (hasInc),
5939         * src/hc08/gen.c (genPlusIncr, hasInc),
5940         * src/mcs51/gen.c (hasInc),
5941         * src/pic16/glue.c (pic16_printIvalChar),
5942         * src/pic16/ralloc.c (regWithIdx),
5943         * src/xa51/gen.c (hasInc) : removed warnings
5944         * src/SDCCast.c (createBlock): added comment ???
5945         * src/hc08/ralloc.c: updated comments
5946
5947 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5948
5949         * doc/sdccman.lyx: updated section on switch statements, added
5950         section about semaphore locking
5951         * doc/Makefile: added option -info for latex2html
5952         * device/lib/_gptrget.c,
5953         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5954
5955 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5956
5957         * src/pic/device.h,
5958         * src/pic/device.c,
5959         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5960          maxram is less than 0x100.
5961
5962 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5963
5964         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5965
5966 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5967
5968         * src/port.h,
5969         * src/mcs51/main.c,
5970         * src/ds390/main.c,
5971         * src/z80/main.c,
5972         * src/hc08/main.c,
5973         * src/pic/main.c,
5974         * src/pic16/main.c,
5975         * src/avr/main.c,
5976         * src/xa51/main.c
5977         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5978         a jump table is the best form for a switch statement, including
5979         automatic insertion of missing cases to make the case range
5980         continuous. Developed in collaboration with Frieder Ferlemann.
5981
5982 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5983
5984         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5985         accumulator result if it needs sign extension
5986
5987 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5988
5989         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5990
5991 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5992
5993         * device/lib/gbz80/printf.c,
5994         * device/lib/z80/printf.c: removed define for NULL
5995
5996 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5997
5998         * as/xa51/xa_link.c,
5999         * device/examples/ds390/ow390/ad26.c,
6000         * device/examples/ds390/ow390/cnt1d.c,
6001         * device/examples/ds390/ow390/counter.c,
6002         * device/examples/ds390/ow390/ds2480.h,
6003         * device/examples/ds390/ow390/ds2480ut.c,
6004         * device/examples/ds390/ow390/findtype.c,
6005         * device/examples/ds390/ow390/gethumd.c,
6006         * device/examples/ds390/ow390/owllu.c,
6007         * device/examples/ds390/ow390/ownetu.c,
6008         * device/examples/ds390/ow390/swt12.c,
6009         * device/examples/ds390/ow390/swtloop.c,
6010         * device/examples/ds390/ow390/temp.c,
6011         * device/examples/ds390/ow390/temp10.c,
6012         * device/examples/ds390/ow390/thermo21.c,
6013         * device/examples/ds390/ow390/tinilnk.c,
6014         * device/examples/ds390/ow390/tstfind.c,
6015         * device/examples/serialcomm/windows/serial.cpp,
6016         * device/examples/serialcomm/windows/test_serialcomm.cpp,
6017         * device/include/reg51.h: fixed line endings for cvs
6018
6019 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6020
6021         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
6022         packRegsForAccUse, packRegisters): new accumulator register
6023         packing algorithm
6024         * support/regression/ports/hc08/support.c (_putchar): suppress
6025         warning of unused variable
6026         * src/SDCCicode.c: added SWAP entry to codeTable
6027
6028 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
6029
6030         * device/lib/sprintf.c: forgot to add this file before previous commit
6031
6032 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
6033
6034         * src/pic16/gen.c (genPackBits): added operand right in function
6035         parameters, load result directly if p_type is POINTER (that is
6036         called by genNearPointerSet)
6037         * (genUnPackBits): added operand left in function parameters,
6038         * (genNearPointerGet, genNearPointerSet): prevent the loading of
6039         FSR0 if accessing bitfields,
6040
6041 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
6042
6043         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
6044           _print_format; updated printf, sprintf, vsprintf
6045         * device/include/asm/default/features.h: corrected comment/define
6046         * device/lib/Makefile.in: added sprintf.c
6047         * device/lib/libsdcc.lib: added sprintf module
6048         * device/lib/printf_large.c,
6049         * device/lib/vprintf.c,
6050         * device/lib/sprintf.c: totally refactored printf_large and vprintf
6051           into these 3 files
6052         * support/regression/Makefile: changed ALL_PORTS into a usefull default
6053         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
6054         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
6055           hc08 test
6056         * support/regression/tests/zeropad.c: define idata as data for hc08
6057
6058 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6059
6060         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
6061         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
6062         labels are referenced at least once (even if a reference is not found)
6063         * src/hc08/gen.c (emitcode): set isComment flag for comments
6064         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
6065         loads), rules 6a..6b (optimize jumps to return)
6066
6067 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6068
6069         * device/lib/acosf.c (acosf),
6070         * device/lib/asinf.c (asinf),
6071         * device/lib/atanf.c (atanf),
6072         * device/lib/ceilf.c (ceilf),
6073         * device/lib/cosf.c (cosf),
6074         * device/lib/coshf.c (coshf),
6075         * device/lib/cotf.c (cotf),
6076         * device/lib/fabsf.c (fabsf),
6077         * device/lib/floorf.c (floorf),
6078         * device/lib/log10f.c (log10f),
6079         * device/lib/logf.c (logf),
6080         * device/lib/sinf.c (sinf),
6081         * device/lib/sinhf.c (sinhf),
6082         * device/lib/sqrtf.c (sqrtf),
6083         * device/lib/tanf.c (tanf),
6084         * device/lib/tanhf.c (tanhf),
6085         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
6086         replaced all instances of "reentrant" in the library functions
6087         defined in math.h with this macro.
6088         * support/regression/tests/float_trans.c: reenabled test for hc08
6089
6090 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
6091
6092         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
6093         erroneously deleted
6094
6095 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6096
6097         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
6098         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
6099         multi-byte volatile operands are used
6100         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
6101         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
6102         initialization to area GSINIT0 so that it would always precede
6103         any static initializers in GSINIT
6104         * support/regression/tests/zeropad.c: fixed idata define for hc08
6105         * support/regression/tests/bug-927659.c,
6106         * support/regression/tests/float_trans.c: disabled tests for hc08
6107         pending missing library routines
6108         * .version: increased version number to 2.4.4 - hc08 port now passes
6109         regression tests
6110
6111
6112 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
6113
6114         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
6115         * Makefile.common.in,
6116         * as/Makefile,
6117         * as/hc08/Makefile.in,
6118         * as/mcs51/Makefile.in,
6119         * as/z80/Makefile.in,
6120         * debugger/mcs51/Makefile.in,
6121         * device/include/Makefile.in,
6122         * device/lib/Makefile.in,
6123         * doc/Makefile,
6124         * link/Makefile,
6125         * link/z80/Makefile.in,
6126         * packihx/Makefile.in,
6127         * sim/ucsim/main_in.mk,
6128         * sim/ucsim/avr.src/Makefile.in,
6129         * sim/ucsim/doc/Makefile.in,
6130         * sim/ucsim/gui.src/serio.src/Makefile.in,
6131         * sim/ucsim/hc08.src/Makefile.in,
6132         * sim/ucsim/s51.src/Makefile.in,
6133         * sim/ucsim/xa.src/Makefile.in,
6134         * sim/ucsim/z80.src/Makefile.in,
6135         * src/Makefile.in,
6136         * support/cpp2/Makefile.in,
6137         * support/librarian/Makefile,
6138         * support/makebin/Makefile: added DESTDIR to the install path proposed
6139         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
6140         * doc/sdccman.lyx: added DESTDIR documentation
6141
6142 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
6143
6144         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
6145         instruction for interrupt handlers, use fast returns when returning
6146         from high priority interrupts
6147
6148 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6149
6150         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
6151         code generation
6152         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
6153         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
6154         bugs, ported much of Bernhard's code from mcs51
6155         * src/mcs51/gen.c (genSend),
6156         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
6157         than one when calling a reentrant function
6158         * device/lib/_mullong.c: defined an alternate struct layout for big
6159         endian ports (hc08)
6160
6161 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6162
6163         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
6164         test
6165
6166 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6167
6168         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
6169         are sane and complete before asking the port its prefered parameter
6170         passing method (fixes bug #1017633)
6171         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
6172         and _ret3
6173
6174 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6175
6176         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
6177         problem in bitfields >= 8 bits.
6178
6179 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6180
6181         * src/SDCCsymt.c: undid changes that were not meant to be committed
6182
6183 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6184
6185         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
6186
6187 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6188
6189         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
6190           copied and wrong bit got inverted
6191
6192 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6193
6194         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
6195         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
6196         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
6197         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
6198         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
6199         assignments to bitfields at known addresses
6200         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
6201         reads from bitfields at known addresses
6202         * src/hc08/ralloc.c (packRegisters),
6203         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
6204         genhc08Code): optimize pointer get values used as conditionals
6205         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
6206         and branch
6207
6208 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6209
6210         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
6211         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
6212         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
6213         as conditionals
6214
6215 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6216
6217         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
6218
6219 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6220
6221         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
6222         related problems
6223
6224 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
6225
6226         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
6227
6228 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6229
6230         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
6231         mcs51 port
6232
6233 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
6234
6235         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
6236
6237 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6238
6239         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
6240         cases use more compact code.
6241
6242 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
6243
6244         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
6245
6246 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6247
6248         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
6249
6250 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6251
6252         * src/SDCCsymt.h,
6253         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
6254         parameter of changePointer() from symbol* to sym_link*
6255         * src/SDCCast.c (decorateType): call changePointer() for CAST op
6256         * src/SDCCsymt.c (compareType): void* type is castable to other
6257         pointers, but not necesarily an exact match.
6258         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
6259         is no longer blindly treated as an exact match.
6260         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
6261
6262 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6263
6264         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6265
6266 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6267
6268         * src/pic/gen.c,
6269         * src/pic/pcode.c,
6270         * src/pic/ralloc.h,
6271         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6272
6273 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6274
6275         * src/pic/device.c,
6276         * src/pic/device.h,
6277         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6278
6279 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6280
6281         * src/mcs51/gen.c (emitcode): fixed bug #992819
6282
6283 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6284
6285         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6286           there's no need to make it worse
6287
6288 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6289
6290         * src/mcs51/ralloc.c (deassignLR),
6291         * src/ds390/ralloc.c (deassignLR),
6292         * src/hc08/ralloc.c (deassignLR),
6293         * src/z80/ralloc.c (deassignLR),
6294         * src/pic/ralloc.c (deassignLR),
6295         * src/pic16/ralloc.c (deassignLR),
6296         * src/avr/ralloc.c (deassignLR),
6297         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6298         rlivePoint): fixed another part of bug #971834
6299
6300 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6301
6302         * src/z80/main.c: enabled "critical" keyword
6303         * src/z80/mappings.i,
6304         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6305         functions (fixes bug #979646)
6306         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6307
6308 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6309
6310         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6311           such as c:\mydir.
6312
6313 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6314
6315         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6316           doesn't disable too much optimizations
6317
6318 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6319
6320         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6321
6322 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6323
6324         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6325
6326 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6327
6328         * src/pic/gen.c tidied up tabs
6329         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6330         * src/pic/main.c tidied up tabs
6331         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6332         * src/pic/pcoderegs.c tidied up tabs
6333         * src/pic/ralloc.c tidied up tabs
6334
6335 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6336
6337         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6338         to S_FIXED for pic16 port and when symbol is not in level 0,
6339         allocate for S_REGISTER storage class and pic16 port, too,
6340         * src/pic16/device.h: prototype for checkSym,
6341         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6342         * (pic16_assignConfigWordValue): test the value and the mask to
6343         validate that the value is suitable for the configuration word,
6344         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6345         collect extern declared symbols, don't emit symbol twice, check
6346         first if symbol is in publics set first,
6347         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6348         * added command line '--fstack' which enables an experimental
6349         feature for stack access, too buggy to be used yet...
6350         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6351         * (pic16_allocDirReg): when register has storage class S_REGISTER
6352         allocate in pic16_dynAccessRegs,
6353         * device/include/pic16/pic18f????.h: modified configuration word
6354         naming convention, words started as CONFIG0H but should be CONFIG1H
6355
6356 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6357
6358         * device/include/mcs51reg.h: fixed bug 970993
6359
6360 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6361
6362         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6363         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6364         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6365         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6366         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6367         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6368           error/warning numbers,
6369           added function setWarningDisabled()
6370         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6371         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6372           _memcmp.c _memmove.c calloc.c realloc.c free.c
6373         * support/regression/tests/malloc.c: added tests for new functionality
6374         * support/regression/tests/zeropad.c: added tests for truncated initializers
6375           and initialized char arrays starting with '\x0'
6376         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6377
6378 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6379
6380         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6381
6382 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6383
6384         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6385         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6386         peephole 177.e. Thanks to anonymous
6387
6388 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6389
6390         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6391         function isn't used in the source but referenced as a
6392         variable initializer then declare it as extern in .asm file
6393
6394 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6395
6396         * .version: increased version number to 2.4.3
6397
6398         Adding version extension according to ChangeLog CVS revision
6399         * src/Makefile.in (target all): added dependency 'version.h'
6400         * (rule version.h): added rule to create version.h from ChangeLog,
6401         * (rule dep): added dependency version.h,
6402         * src/version.awk: AWK script to create version.h
6403         * src/SDCCdwarf2.c (dwWriteModule),
6404         * src/SDCCglue.c (initialComments),
6405         * src/SDCCmain.c (printVersionInfo): modified to write after
6406         version string the version extension number,
6407         * src/SDCCutil.c: included "version.h"
6408         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6409         number,
6410         * src/SDCCutil.h: added prototype for getBuildNumber
6411
6412         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6413         includeDirsSet, too,
6414         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6415         const char [] is found in function prototype...
6416
6417         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6418         moving to WREG with source is already in WREG,
6419         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6420         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6421         * (aopForSym): stack'ed symbols are partially supported, added
6422         if-clause to support symbols in FARSPACE,
6423         * (sameRegs): added test for AOP_ACC to see if registers are same,
6424         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6425         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6426         * (pic16_popRegFromString): will not allocate a new register if it
6427         doesn't find one by name, bug may have introduced...
6428         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6429         * (genIpush): revived to use pic16 port's stack,
6430         * (genAddrOf): added incomplete case for stack'ed operand,
6431         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6432         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6433         can handle multibyte operands,
6434         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6435         * (pic16initialComments): added message for MPLAB compatibility
6436         mode enabled,
6437         * src/pic16/main.h: prototype for pic16_mplab_comp,
6438         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6439         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6440         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6441         because of increased complexity of procedure,
6442         * (_process_pragma): stack pragma changed to format 'stack pos len',
6443         emit symbol '_stack_end' to conform with gplink,
6444         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6445         to search for register,
6446         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6447         PO_GPR_REGISTER,
6448         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6449         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6450         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6451         case for PO_GPR_REGISTER,
6452         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6453         dies, the new era is ahead !...
6454         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6455         pic16_dynInternalRegs,
6456         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6457         * (pic16_allocDirReg): minor optimizations and bug fixes,
6458         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6459
6460         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6461         load stack and frame pointer with address of 'stack_end' symbol
6462
6463 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6464
6465         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6466         without source code but only variable initializers
6467
6468 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6469
6470         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6471         external are not declared as extern to reduce overhead while linking
6472
6473 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6474
6475         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6476
6477 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6478
6479         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6480           Yee Keat for the patch
6481         * src/SDCCast.c (decorateType): fixed bug #979599
6482         * src/ds390/gen.h: removed local fReturnSizeDS390
6483         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6484         * src/ds390/gen.c (genAnd, genOr, genXor),
6485         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6486
6487 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6488
6489         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6490         add relFilesSet to $3, manipulate $2 to handle linking of object
6491         files without source files in command line,
6492         * device/include/pic16 (all headers): added ID location macros,
6493         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6494         entries for ID location bytes,
6495         * (pic16_assignIdByteValue): NEW,
6496         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6497         added field dumpcalltree to pic16_options_t,
6498         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6499         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6500         emitting rFalseIfx label after check_carry label,
6501         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6502         pic16_emitDIRegs), NEW
6503         * (pic16glue): dump .calltree file when option --calltree found,
6504         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6505         * (_pic16_genAssemblerPreamble): emit ID locations after
6506         configuration registers,
6507         * (pic16_linkCmd): modifications of the link command,
6508         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6509         * (pic16_pCodeInitRegisters): don't init stack registers,
6510         * (pic16_findPrevInstruction): fixed bug,
6511         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6512         bug with immediate registers,
6513         * (buildCallTree): traces stack push and pop,
6514         * (pct2): dump also stack usage for each function,
6515         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6516         * (pic16_allocDirReg): various modifications,
6517         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6518         fixed to 1,
6519
6520 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6521
6522         * src/pic16/pcode.c: removed buggy double colon
6523
6524 2004-07-01 Borut Razem <borut.razem AT siol.net>
6525
6526         * support/scripts/sdcc.nsi: added include/pic16 to setup
6527
6528 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6529
6530         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6531         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6532         target 'clean',
6533         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6534         specific command line arguments. Also added sample lkr script
6535         for placing a variable at a specific memory bank.
6536         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6537         at a specific memory bank,
6538         * (pic16_dump_isection): fixed bug which caused string literals to
6539         be omitted when dumping idata section,
6540         * (pic16_groupRegistersInSection): added code to handle registers
6541         in specific memory banks,
6542         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6543         public, all references are renamed too,
6544         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6545         AOP_DPTR2,
6546         * (pic16_storeForReturn): added case to handle when dest is WREG,
6547         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6548         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6549         pic16_rel_udata, check to see if that register is marked as being
6550         a member of a specific memory bank,
6551         * (pic16_printIvalCharPtr): added code to add string literals either
6552         to code or the idata sections,
6553         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6554         also accept the 'udata' pragma,
6555         * src/pic16/main.h: new structure types sectName and sectSym
6556         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6557         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6558         * (pic16_findPrevInstruction): fixed, it returned nothing,
6559         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6560         instruction combinations,
6561         * (pic16_FixRegisterBanking): heavily reorganised,
6562         * (pic16_AnalyzeBanking): if generating banksel directives is
6563         disabled, then don't call FixRegisterBanking at all,
6564         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6565         completely removed,
6566         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6567
6568 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6569
6570         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6571         Phuah Yee Keat <yk.phuah AT nestac.com>
6572
6573 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6574
6575         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6576         correctly the IVT even if it is relocated to some other location
6577
6578 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6579
6580         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6581         * device/include/pic16/pic18f2220.h: NEW,
6582         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6583         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6584         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6585         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6586         nodefaultlibs, ivt_loc is the location of the interrupt vector
6587         table, and nodefaultlibs signs that default libraries should not be
6588         linked in link stage,
6589         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6590         according to --ivt-loc argument,
6591         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6592         when pragma stack is found,
6593
6594 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6595
6596         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6597         256 (range check), 257 (do while), 258.a-f (bit banging
6598         f.e. on 3-wire SPI bus)
6599
6600 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6601
6602         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6603         variables used exclusively within a loop
6604
6605 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6606
6607         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6608
6609 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6610
6611         * src/SDCClrange.c (computeClash): fixed bug #971834
6612
6613 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6614
6615         * src/mcs51/gen.c (genCmp): fixed bug #975903
6616         * src/hc08/gen.c (operandsEqu),
6617         * src/ds390/gen.c (operandsEqu),
6618         * src/z80/gen.c (operandsEqu),
6619         * src/pic/gen.c (operandsEqu),
6620         * src/pic16/gen.c (operandsEqu),
6621         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6622         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6623
6624 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6625
6626         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6627
6628 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6629
6630         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6631         default case in switch statement,
6632         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6633         to eliminate problem with initialisation of pointers, but problem
6634         still exists,
6635         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6636         * (emitStaticSegment): removed various lines emitting debug info,
6637         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6638         added processor registers for utilizing EEPROM,
6639         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6640         configurable and set 8
6641
6642 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6643
6644         * .version: increased version number to 2.4.2,
6645
6646         Cumulative patch for pic16 port
6647         * src/pic16/device.c: changed scheme to dump initial values for
6648         variables in idata segment, all print_idata* functions were removed,
6649         now the pic16_printIval* will be called,
6650         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6651         * _pic16_printPointerType, pic16_printPointerType,
6652         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6653         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6654         NEW, similar to the respective functions in SDCCglue.c,
6655         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6656         way, emitting hex bytes,
6657         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6658
6659 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6660
6661         * src/avr/ralloc.c (serialRegAssign),
6662         * src/xa51/ralloc.c (serialRegAssign),
6663         * src/pic/ralloc.c (serialRegAssign),
6664         * src/pic16/ralloc.c (serialRegAssign),
6665         * src/hc08/ralloc.c (serialRegAssign),
6666         * src/z80/ralloc.c (serialRegAssign),
6667         * src/ds390/ralloc.c (serialRegAssign),
6668         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6669
6670 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6671
6672         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6673         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6674
6675 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6676
6677         Cumulative patch for pic16 port:
6678         * src/pic16/device.h (typedef PIC16_device) modified fields for
6679         defining microcontrollers,
6680         * src/pic16/device.c: added new info for all devices in Pics16 array,
6681         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6682         to be optimised out by the pCode optimiser,
6683         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6684         specially, bug reported by G.M. Gallant,
6685         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6686         as force'd so that cannot be optimised out by pCode optimiser,
6687         * src/pic16/pcode.c,
6688         * src/pic16/pcodepeeph.c,
6689         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6690         they are disabled by default, but can be enabled explicit with
6691         command argument --denable-peeps, for testing,
6692         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6693         --pomit-ivt in COMPILE_FLAGS
6694
6695 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6696
6697         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6698           compilation on MSVC
6699
6700 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6701
6702         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6703
6704 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6705
6706         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6707         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6708
6709 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6710
6711         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6712         would only assign 0x300001 register.
6713
6714 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6715
6716         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6717         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6718
6719 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6720
6721         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6722         for ds80c400
6723         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6724         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6725         added peephole 254 (left shift), 255 (jump table)
6726
6727 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6728
6729         * device/lib/Makefile.in: removed comment line with model-pic16,
6730         * (target port-specific-objects-pic16): the libraries and objects
6731         are copied to the build directory form the device/lib/pic16/bin
6732         directory
6733
6734         Cumulative patch concerning pic16 port:
6735         * library directory has been re-organized,
6736         * added support for PIC18F1220,
6737         * added headers and library sources for chips 18f1220,18f6520,
6738         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6739
6740         * configuration registers setting has changed, now each supported
6741         device has a complete description of the registers it uses,
6742         * all initialisations are moved to idata sections, these section
6743         can be absolute or relocatable,
6744         * fixed initialisation of codespace variables,
6745         * fixed warning about PCLATU and gpsim,
6746         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6747         * (genAssign): use table reads when assigning from variables in codespace,
6748         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6749         char/int variables placed in codespace,
6750         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6751         registers set in .asm file, no need for --pomit-config-words anymore,
6752         * (pic16glue): some 8051 legacy segments are commented out
6753         (to be removed completely),
6754         * added support for alternative assembler and linker with --asm=
6755         and --link= command line arguments,
6756         * peepholes are disabled automatically in the port, no need to
6757         specify on command line,
6758         * port supports natively char/int/long multiplication, but converts
6759         all divisions to support functions,
6760         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6761         to the file set in variable $2,
6762         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6763         strings in ASCII format and not in hex,
6764         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6765         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6766         allocate proper register if iCodes aren't temporary,
6767
6768 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6769
6770         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6771
6772 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6773
6774         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6775         is commented out
6776
6777 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6778
6779         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6780         computed address is reused
6781         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6782         multi-byte bitfields
6783
6784 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6785
6786         * src/z80/gen.c: (genArrayInit): must check for pointers too
6787
6788 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6789
6790         * support/regression/tests/zeropad.c: never meant to commit the
6791           nestedstruct test: removed, added check for GCC version
6792
6793 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6794
6795         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6796         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6797         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6798           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6799           bugs 928906 and 954082 half-empty initializers
6800         * src/SDCCsymt.h,
6801         * src/SDCCsymt.c (getAllocSize): added for above fix
6802         * src/z80/gen.c (genArrayInit): fixed bug 741044
6803         * support/regression/tests/zeropad.c: added tests
6804
6805 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6806
6807         * src/pic16/device.c (pic16_dump_section): corrected bug which
6808         caused some symbols of the libraries to be misplaced
6809
6810 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6811
6812         * src/pic16/glue.c,
6813         * src/pic16/ralloc.h,
6814         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6815         to fix conflict with pic port
6816
6817 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6818
6819         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6820         externs configuration variables,
6821         * src/pic16/ralloc.h,
6822         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6823         prototype in header, commented out some debug messages
6824
6825 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6826
6827         * src/pic16/glue.c,
6828         * src/pic16/main.c,
6829         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6830         for gpasm COFF object generation. Thanks to D. Hawkins for
6831         his patch info
6832
6833 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6834
6835         * src/ds390/main.c,
6836         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6837         Brock for spotting this)
6838         * src/ds390/gen.c (genEndFunction),
6839         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6840         interrupt handler and critical. Disable push/pop optimizations when
6841         peephole optimizations disabled.
6842
6843 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6844
6845         Updated pic16 library sources and headers.
6846         * device/lib/pic16/pic18f*/ ,
6847         * device/include/pic16/*.h: modified to handle structured SFR
6848         definitions
6849
6850 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6851
6852         * src/port.h (PORT structure): added hook initPaths, now each
6853         port can declare its own default search paths,
6854         which can been seen with the --print-search-dirs option,
6855         see pic16 port for example,
6856         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6857         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6858         * (doPrintSearchDirs): NEW, replaces in a central manner the
6859         printing of search dirs which was split in set*Paths functions,
6860         * (main): added call to port->initPaths and doPrintSearchDirs,
6861         * src/avr/main.c,
6862         * src/ds390/main.c,
6863         * src/hc08/main.c,
6864         * src/izt/i186.c,
6865         * src/izt/tlcs900h.c,
6866         * src/mcs51/main.c,
6867         * src/pic/main.c,
6868         * src/pic16/main.c: modified port structures to reflect addition of
6869         initPaths hook,
6870
6871         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6872         * (pic16_dump_section): for registers in same address reserve memory once,
6873         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6874         to no_banksel,
6875         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6876         result is greater in size than right or left,
6877         * (pic16_genUMult8X8_8): there are some cases where the result can
6878         be 16 bits size, so handle these,
6879         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6880         * (pic16_outBitC): modified to emit pcodes,
6881         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6882         or not,
6883         * (genDivOneByte): implemented algorithm to divide 8-bits,
6884         * (genCmp): uncommented goto, but issues still exist,
6885         * (genAnd): fixed a bug with variables >8bits,
6886         * (genPackBits): optimization added that uses BCF/BSF to change a
6887         single bit,
6888         * (genAssign): fixed bug when assigning floating point literals,
6889         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6890         __sdcc_gsinit_startup label,
6891         * src/pic16/main.c (_pic16_init): removed search directory
6892         initialisations,
6893         * (_pic16_initPaths): NEW, used to initialise search directories,
6894         * (_hasNativeMulFor): support functions for all except char/int
6895         multiplication, and char division,
6896         * (PIC16_port struct): modified entry for native mul support,
6897         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6898         no_banksel option,
6899         * (buildCallTree): call to register_usage is ifdef'ed out,
6900
6901 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6902
6903         * device/include/string.h: applied Stas Sergeev's patch to make this
6904         header file compatible with the preprocessor -Wundef option
6905         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6906         failure (fixes bug #941458)
6907
6908 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6909
6910         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6911         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6912         that the variable, not the function, should be static
6913         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6914         to be consistent with non-literal case
6915
6916 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6917
6918         * src/SDCCast.c (isConformingBody): fixed bug #949967
6919         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6920         convilong): fixed bug #952086
6921
6922 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6923
6924         * src/SDCCmem.c (allocVariables): fixed bug #955321
6925
6926 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6927
6928         * src/hc08/main.c (_hc08_genAssemblerEnd),
6929         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6930         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6931         completely eliminated the use of a temporary file
6932         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6933         when more than one file linked
6934         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6935
6936 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6937
6938         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6939         which fixes bug #543481
6940         * support/regression/tests/bug-751703.c: fixed comments left from a
6941         cut and paste error
6942         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6943         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6944         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6945         scopes
6946         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6947         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6948         are now changed to underscores in moduleName
6949
6950 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6951
6952         * as/mcs51/lkmem.c: better fix for bug #954173
6953
6954 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6955         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6956
6957         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6958         * device/include/c8051f000.h,
6959         * device/include/c8051f120.h,
6960         * device/include/c8051f300.h,
6961         * device/include/c8051f310.h,
6962         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6963         PWM16) and detab'ed
6964
6965 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6966
6967         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6968         and mailing lists, doc'ed --no-peep-comments, removed reference
6969         to knoppix (newest version has no LyX/LaTeX), other minor changes
6970         * src/SDCCglue.c (glue): save 2 bytes stack space with
6971         option --main-return. The ljmp could probably be avoided too
6972
6973 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6974
6975         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6976
6977 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6978
6979         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6980         * src/SDCCopt.c (isLocalWithoutDef),
6981         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6982         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6983         (credit to Maarten Brock for patch #949363, on which this is based)
6984         * support/regression/tests/bug-751703.c: some test cases of extern used
6985         within inner scopes.
6986
6987 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6988
6989         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6990         SPEC_STRUCT
6991         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6992         struct definitions
6993         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6994         dwWriteLabel): fix to create valid debugger symbols even when
6995         the module name has non-alphanumeric symbols in it
6996         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6997         when a variable's allocation has been optimized away
6998
6999
7000 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7001
7002         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
7003         * src/hc08/main.c,
7004         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
7005         * src/mcs51/main.c,
7006         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
7007         * src/ds390/main.c,
7008         * src/z80/gen.c (z80_emitDebuggerSymbol),
7009         * src/z80/main.c,
7010         * src/pic/gen.c (pic14_emitDebuggerSymbol),
7011         * src/pic/main.c,
7012         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
7013         * src/pic16/main.c,
7014         * src/avr/gen.c (avr_emitDebuggerSymbol),
7015         * src/avr/main.c,
7016         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
7017         * src/xa51/main.c,
7018         * src/SDCCdebug.c (emitDebuggerSymbol),
7019         * src/SDCCdebug.h,
7020         * src/port.h: added a debugger struct to the port struct. Added a
7021         callback for defining debugger symbols
7022
7023         * src/SDCCast.c (createLabel),
7024         * src/SDCC.y (labeled_statement): mark all compiler generated labels
7025         with isitmp = 1
7026         * src/SDCCicode.h,
7027         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
7028         iCode back to the ast for the function
7029
7030         * src/hc08/ralloc.c (hc08_assignRegisters),
7031         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
7032         unneeded fields from the regs struct.
7033         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
7034         pushReg() & pullReg() functions instead of emitcode()
7035
7036         * src/hc08/gen.c (genLabel, genhc08Code),
7037         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
7038
7039         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
7040         debugger hooks
7041
7042         * src/hc08/gen.c (genEndFunction, genhc08Code),
7043         * src/hc08/gen.h,
7044         * src/mcs51/gen.c (genEndFunction, gen51Code),
7045         * src/mcs51/gen.h,
7046         * src/ds390/gen.c (genEndFunction, gen390Code),
7047         * src/ds390/gen.h,
7048         * src/z80/gen.c (genEndFunction, genZ80Code),
7049         * src/z80/gen.h,
7050         * src/z80/z80.h,
7051         * src/pic/gen.c (genEndFunction, genpic14Code),
7052         * src/pic/gen.h,
7053         * src/pic16/gen.c (genEndFunction, genpic16Code),
7054         * src/pic16/gen.h,
7055         * src/avr/gen.c (genEndFunction, genAVRCode),
7056         * src/avr/gen.h,
7057         * src/xa51/gen.c (genEndFunction, genXA51Code),
7058         * src/xa51/gen.h,
7059         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
7060         specific code to cdbFile.c and out of the backend code generators
7061
7062         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
7063         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
7064         starting address is now 0
7065
7066         * as/hc08/asm.h,
7067         * as/hc08/m08pst.c,
7068         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
7069         assembler directive for DWARF support
7070         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
7071
7072         * src/src.dsp,
7073         * src/Makefile.in,
7074         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
7075
7076 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7077
7078         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
7079         and inappropriate peephole optimization in jump tables
7080
7081 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7082
7083         * as/hc08/m08pst.c,
7084         * src/SDCCglue.c: sdccopt works for the hc08 port now
7085
7086 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
7087
7088         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
7089
7090 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7091
7092         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
7093
7094 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7095
7096         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
7097         rules
7098         * src/SDCCmain.c,
7099         * src/SDCCglobl.h,
7100         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
7101         comments from the peephole optimizer replacement rules
7102         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
7103         symbols
7104         * src/SDCCcse.c (updateSpillLocation),
7105         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
7106         equivalents
7107         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
7108         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
7109         objects far pointers
7110
7111 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7112
7113         * src/SDCCsymt.h: a missing part of my last change
7114         * src/pic/ralloc.c (regTypeNum),
7115         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
7116
7117 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7118
7119         * src/SDCCicode.h,
7120         * src/SDCCicode.c (aggrToPtrDclType),
7121         * src/SDCCptropt.h,
7122         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
7123         ptrPseudoSymConvert),
7124         * src/pic/ralloc.c (regTypeNum),
7125         * src/pic16/ralloc.c (regTypeNum),
7126         * src/hc08/ralloc.c (regTypeNum),
7127         * src/ds390/ralloc.c (regTypeNum),
7128         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
7129         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
7130
7131 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7132
7133         * link/z80/lkmain.c (afile),
7134         * as/hc08/lkmain.c (afile),
7135         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
7136         prevent a pointer problem when a filename has no directory and
7137         no extension specified.
7138
7139 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7140
7141         * link/z80/lkmain.c (afile): allow periods in directory names
7142         * link/z80/lkmain.c (afile),
7143         * as/mcs51/lkmain.c (afile),
7144         * as/hc08/lkmain.c (afile): allow linker script file to have an
7145         extension other than ".lnk"
7146         * link/z80/lklex.c (getfid),
7147         * link/z80/lkmain.c (parse),
7148         * as/mcs51/lklex.c (getfid),
7149         * as/mcs51/lkmain.c (parse),
7150         * as/hc08/lklex.c (getfid),
7151         * as/hc08/lkmain.c (parse): Support comments in the linker script
7152         file on lines by themselves and after filenames
7153
7154 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7155
7156         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
7157
7158 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7159
7160         * src/z80/peeph-z80.def: removed some peephole rules that don't
7161         work with multibyte arithmetic (fixed bug #937126)
7162         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
7163         to registers and not global variables
7164         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
7165         geniCodePreInc, geniCodePostDec, geniCodePreDec,
7166         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
7167         checking for assignments not internally generated (fixed bug #931895)
7168         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
7169         structure member (fixed bug #930072)
7170
7171 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7172
7173         * src/SDCCmain.c (linkEdit),
7174         * src/hc08/main.c (_hc08_parseOptions),
7175         * as/hc08/Makefile.in,
7176         * as/hc08/aslink.h,
7177         * as/hc08/asm.h,
7178         * as/hc08/m08pst.c,
7179         * as/hc08/lkrloc.c (relr, rele),
7180         * as/hc08/lkarea.c (lnkarea)
7181         * as/hc08/lkmain.c (afile, parse),
7182         * as/hc08/lkelf.c: support for ELF output
7183         * as/hc08/lks19.c (s19),
7184         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
7185
7186 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7187
7188         * as/mcs51/lkihx.c: Fixed bug #899105.
7189
7190 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7191
7192         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
7193         .dsp files from Unix to DOS.
7194
7195 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7196
7197         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
7198         function pointers; we have been compliant for several months now.
7199         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
7200         change that was accidently commented out
7201         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
7202         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
7203         bug #922319
7204
7205 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7206
7207         * src/hc08/gen.c: output of all of the internal debugging information
7208         is now controlled by the D() macro; it is disabled by default
7209
7210 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7211
7212         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
7213         harder to keep the same registers during a CAST iCode
7214         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
7215         long via int can be done in a single cast, if the signedness is
7216         correct.
7217         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
7218         putchar() in tinibios.c in ds390's library
7219
7220 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
7221
7222         * src/SDCCast.c (decorateType): fixed bug #898889,
7223         cast result of a literal complement too
7224         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
7225         fixed check for bitfields
7226
7227 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
7228
7229         * src/SDCCicode.c (geniCodeLogic): made it static,
7230         (geniCodeLogicAndOr): added in order to fix bug #905492,
7231         (ast2iCode): fixed bug #905492
7232         * support/regression/tests/bug-905492.c: added
7233         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
7234         (processParms): fixed bug #927659: don't copy parms, this will clear
7235         decorated flag
7236         * support/regression/tests/bug-927659.c: added
7237
7238 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
7239
7240         * src/SDCCast.c (addCast): don't cast float to char
7241         * device/lib/libsdcc.lib: added _memmove
7242
7243 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
7244
7245         * device/lib/large/Makefile: fixed parallel execution by
7246         replacing `make` by `$(MAKE)`
7247
7248 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7249
7250         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
7251         offsets (fixes bug #923936)
7252
7253 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
7254
7255         * device/lib/small/Makefile: fixed parallel execution by
7256         replacing `make` by `$(MAKE)`
7257
7258 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7259
7260         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
7261
7262 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7263
7264         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7265         * src/regression/Makefile: Regression test was not running.
7266
7267 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7268
7269         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7270         complement if possible
7271         * src/SDCCval.c (valComplement),
7272         * src/SDCCicode.c (operandOperation): fixed complement of literal
7273         * support/regression/tests/onebyte.c (testComplement): added
7274
7275 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7276
7277         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7278         return an optimized tree; actually replace actParm with the new tree
7279         * src/SDCCast.h: added some parantheses to remove side effects
7280         * support/regression/tests/bug-920866.c
7281
7282 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7283         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7284         Bit operands were not being handled properly in the pic14 port.
7285         (now src/regression/add.c passes again).
7286
7287 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7288
7289         * src/SDCC.y (labeled_statement): case and default no longer require
7290         a following statement (RFE #893037)
7291
7292 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7293
7294         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7295         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7296         disabled (fixes bug #916294)
7297         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7298         "mov a,acc"; patch provided by Lenny Story
7299         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7300
7301 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7302
7303         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7304         functions
7305         * src/ds390/gen.c (genFunction, genEndFunction),
7306         * src/ds390/ralloc.c (ds390_assignRegisters),
7307         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7308         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7309         pushed if there are parameters passed on the stack. Also, a cleaner
7310         way to decide if r0/r1 should be pushed/popped. (Together they fix
7311         bug #918693)
7312
7313 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7314
7315         * doc/sdccman.lyx,
7316         * device/lib/mcs51/crtpagesfr.asm,
7317         * device/lib/mcs51/crtxinit.asm,
7318         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7319         to avoid confusion with Si Lab's SFRPAGE register.
7320
7321 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7322
7323         * src/SDCCglue.c (emitMaps): allow public sfr variables
7324         * src/SDCCglue.c (initialComments): include compiler build date
7325         with compiler version and put the timestamp of the generated
7326         assembly file on a serperate line to be less confusing.
7327         * src/port.h: added genInitStartup hook
7328         * src/avr/main.c,
7329         * src/ds390/main.c,
7330         * src/hc08/main.c,
7331         * src/pic/main.c,
7332         * src/pic16/main.c,
7333         * src/xa51/main.c,
7334         * src/z80/main.c: genInitStartup initialize as NULL (default to
7335         historical behaviour)
7336         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7337         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7338         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7339         library instead of hard coding it into the compiler.
7340         * support/regression/ports/mcs51-stack-auto/spec.mk,
7341         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7342         * device/lib/mcs51/Makefile,
7343         * device/lib/small/Makefile,
7344         * device/lib/large/Makefile,
7345         * device/lib/mcs51/crtpagesfr.asm,
7346         * device/lib/mcs51/crtstart.asm,
7347         * device/lib/mcs51/crtxclear.asm,
7348         * device/lib/mcs51/crtxinit.asm,
7349         * device/lib/mcs51/crtclear.asm,
7350         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7351         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7352         and into user configurable files.
7353         * device/lib/clean.mk: clean mcs51 directory too
7354         * support/regression/tests/longlit.c: added static to T1 declaration
7355         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7356         accesses in the initialization code
7357
7358 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7359
7360         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7361         OSCTRIMVAL as noted in bug #916008
7362
7363 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7364
7365         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7366         in loops with multiple exits (reported as incorrect registers
7367         used by Martin Helmling in Sdcc-user list)
7368
7369 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7370
7371         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7372         made ds390 register extensions look less like error messages
7373
7374 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7375
7376         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7377         reported by Adam Wozniak in Sdcc-user list
7378
7379 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7380
7381         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7382         arithmetic optimizations, added debug output
7383
7384 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7385
7386         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7387         * sdcc.spec: updated and split sdcc into 3 rpms
7388         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7389         needed for literals of LEFT_OP and '+'
7390         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7391         introduced RESULT_TYPE_NOPROM
7392         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7393         left shift
7394         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7395         limited promotion to int only for '*'
7396         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7397
7398 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7399
7400         * src/pic16/gen.c (genSkip),
7401         (genc16bit2lit), (gencjneshort): commented out
7402         (is_LitOp): new helper function, checks operand type
7403         (genCmpEq): rewritten
7404
7405 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7406
7407         * support/regression/tests/bug-908454.c: added
7408
7409 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7410
7411         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7412         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7413         (geniCodeCast): cosmetic, don't preserve bit storage class
7414         (geniCodeLeftShift): added promotion
7415         (geniCodeLogic): fixed regression
7416         * src/SDCCsymt.c (computeTypeOr): accept bits too
7417         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7418
7419 2004-03-07  Borut Razem <borut.razem AT siol.net>
7420
7421         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7422
7423 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7424
7425         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7426         version of pic16_genPackRegisters which does not check if ic is a
7427         CAST operator,
7428         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7429         function cause string1.c regression test fails
7430
7431 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7432
7433         * sim/ucsim/configure.in,
7434         * sim/ucsim/configure,
7435         * sim/ucsim/doc/Makefile.in: use docdir
7436         * src/SDCC.y: fixed sbit atrributes
7437         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7438         * src/SDCCast.c (decorateType): |^& need special promotion handling
7439         * src/SDCCast.h,
7440         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7441         * src/SDCCsymt.h (computeType),
7442         * src/SDCCicode.c: computeType() needs op
7443         * src/SDCCsymt.c (checkTypeSanity),
7444         * doc/sddman.lyx: "plain" bitfields are unsigned
7445         * src/SDCCsymt.c (computeTypeOr): added
7446         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7447         |^& ops
7448         * src/SDCCval.c (val*): computeType() needs op
7449         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7450         * support/regression/tests/onebyte.c: added tests for |^&
7451
7452 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7453
7454         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7455         for writing icode into asm output.
7456
7457 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7458
7459         * src/pic16/device.c: added some debug lines enabled
7460         with macro DEBUG_CHECK,
7461         * src/pic16/genarith.c: more debug in genPlus,
7462         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7463         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7464         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7465         * (aopForSym): onStack symbols are re-placed in data memspace,
7466         and onStack flag is cleared,
7467         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7468         copy temporary pcodeop,
7469         * (genPcall): added warning for not updating PCLATU,
7470         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7471         always true for pic16 port,
7472         * (genMultOneWord): NEW, supports integer multiplication,
7473         * (genMult): modified to call genMultOneWord,
7474         * (ifxForOp): added warning when return NULL,
7475         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7476         flag is set before call to operandFromSymbol for implicit
7477         added structures,
7478         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7479         options.intlong_rent are set by default,
7480         * (_hasNativeMulFor): modified to allow port generation of integer
7481         multiplication,
7482         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7483         set regtype to REG_SFR for all registers, restricting seting the
7484         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7485
7486 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7487
7488         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7489         more than 500 times in the regression tests
7490
7491 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7492
7493         * support/Util/SDCCerr.h,
7494         * support/Util/SDCCerr.c,
7495         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7496         enumerator_list),
7497         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7498         for symbol conflicts.
7499         * support/valdiags/tests/enum.c,
7500         * support/valdiags/tests/tentdecl.c,
7501         * support/valdiags/tests/struct.c: expect possible error messages
7502         referring to original symbol definitions.
7503         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7504         * src/SDCCsymt.h,
7505         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7506
7507 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7508
7509         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7510
7511 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7512
7513         * src/pic16/ralloc.c (newReg): fixed bug #908929
7514
7515 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7516
7517         * src/ds390/gen.c: added missing #include "main.h"
7518
7519 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7520
7521         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7522         checking if symbol is already in set,
7523         * src/pic16/device.h: prototype for checkAddSym,
7524         * src/pic16/gen.c: (_G): added entry interruptvector,
7525         * (assignResultValue): removed some commented out lines,
7526         * (genFunction): check for ISR via sym->type, absolute section for
7527         interrupt code is created via a new pBlock, the goto instruction is
7528         placed now correctly at the interrupt vector position, changed all
7529         references from ivec to _G.interruptvector,
7530         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7531         is the interrupt is a high priority one, same for return from ISR,
7532         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7533         externs to calls of checkAddSym,
7534         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7535         pic16_pcode_verbose flag is set,
7536         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7537         * src/pic16/pcoderegs.c: message about how many registers are saved
7538         will only be emitted if pic16_pcode_verbose flag is set,
7539
7540 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7541
7542         * src/ds390/ralloc.h,
7543         * src/ds390/ralloc.c (ds390_regWithIdx),
7544         * src/ds390/gen.c (emitcode),
7545         * src/ds390/main.h,
7546         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7547         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7548         ds390operandCompare, getRegsRead, getRegsWritten,
7549         initializeAsmLineNode): customized instruction size calculation for
7550         ds390, started basis for some register optimizations
7551         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7552         corresponding assembly output
7553         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7554         missing push/pop of r0/r1. Optimized push/pops
7555
7556 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7557
7558         * src/mcs51/main.c (instructionSize): fixed ACALL size
7559         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7560
7561 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7562
7563         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7564         the sorting of rlist with NULL elements
7565         * (print_idataType, print_idata): NEW to create idata sections
7566         * src/pic16/device.h: idataSymSet new variable
7567         * src/pic16/gen.c (genFunction): fixed some bugs in string
7568         comparing, improved the absolute section creation for ISRs,
7569         added FSR0L/FSR0H in registers that are saved in an ISR,
7570         * (genInline): fixed the processing of inline snippets,
7571         now they undergo no process by the peephole optimizer
7572         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7573         are placed in idataSymSet,
7574         * (pic16emitStaticSeg): extern symbols are added in externs,
7575         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7576         switching when aboslute variables are placed in access bank memory
7577         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7578         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7579         commented out with #if,
7580         * (pic16_packRegisters): reintroduce the check for CAST because some
7581         symbols are not correctly handled,
7582         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7583         pCodeInstruction instead of pCode,
7584         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7585         pCodeAsmDir definition,
7586         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7587         directive, then the argument directive is emitted without the leading
7588         tab, hack for inline labels which must be in the first column,
7589         * (compareLabel,pic16_findNextInstruction),
7590         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7591         * (insertBankSwitch): modified for the new pCodeAsmDir,
7592
7593 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7594         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7595
7596         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7597         instance,
7598         * (pushSide): commented out with #if,
7599         * (assignResultValue): fixed some typos in saving
7600         registers,
7601         * (genPcall): FIXED and sync'ed with genCall,
7602         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7603         * (genNearPointerGet): fixed to handle some more cases,
7604         implementation scheme via table reads,
7605         * (genConstPointerGet): modified to access code memory correct,
7606         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7607         and improved to handle some cases
7608         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7609         instead of "RETLW" for init data
7610         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7611         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7612         variables are placed in access bank memory (<0x80 and >=0xf80),
7613         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7614         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7615         TBLWT_POSTDEC,TBLWT_PREINC
7616         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7617         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7618         directives
7619         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7620         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7621         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7622         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7623
7624 2004-02-29  Borut Razem <borut.razem AT siol.net>
7625
7626         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7627         support/Util/findme.h, support/Util/system.h: enhance binary relative
7628         search for lib and include by using findProgramPath()
7629
7630 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7631
7632         * src/SDCCpeeph.h,
7633         * src/SDCCpeeph.c (pcDistance),
7634         * src/port.h,
7635         * src/mcs51/ralloc.h,
7636         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7637         * src/mcs51/main.h,
7638         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7639         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7640         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7641         size calculation port specific, started basis for some register
7642         optimizations
7643         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7644         missing push/pop of r0/r1. Optimized push/pops
7645         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7646         * device/lib/_modsint.c (_modsint),
7647         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7648         and stack version so regression tests pass
7649
7650 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7651
7652         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7653         * src/SDCCast.c (decorateType): catch another small optimization
7654         with '?' operator
7655         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7656         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7657         modified to finally use computeType() all over SDCC,
7658         see Feature Request #877103
7659         * src/SDCCval.h: cosmetic
7660         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7661         valCompare(); regression tested in muldiv.c
7662         * support/regression/tests/muldiv.c (testMod): mod sign follows
7663         dividend only
7664
7665 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7666
7667         * src/SDCCast.c (decorateType): fixed bug #902362
7668         * doc/INSTALL.txt: fixed install instructions for win32
7669
7670 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7671
7672         * device/include/Makefile.in (install): fixed by replacing spaces
7673         by tabs
7674         * doc/README.txt,
7675         * doc/INSTALL.txt: updated for release
7676         * doc/sdccman.lyx: added warning for --xstack being buggy
7677
7678 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7679
7680         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7681         to eliminate build warnings.
7682         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7683
7684 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7685            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7686
7687         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7688         removed -penable-stack, added comment for stack pragma, added
7689         warning for not initializing the stack/frame registers, removed
7690         comment at interrupts section
7691
7692         Stack is made permanent, there is no ability to disable stack usage.
7693         * src/pic16/device.h,
7694         * src/pic16/device.c: removed all references to USE_STACK macro,
7695         * src/pic16/device.c (pic16_dump_section): when no elements in
7696         rlist, free rlist before return,
7697         * (pic16_dump_int_registers): NEW, internal registers are a new set
7698         of general purpose registers reused by each function,
7699         * (checkAddReg): returns 1 if registers is added to set,
7700         * (pic16_groupRegistersInSection): when a registers is of type
7701         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7702         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7703         SRCASECMP macro is moved here from device.c
7704         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7705         PO_PCLATU, PO_PRODL, PO_PRODH,
7706         * (pic16_pCodeOpType, genMinus,
7707         changed compares to "a" register, with AOP_ACC,
7708         * (pic16_genPlus): fixed some bugs and indented properly,
7709         * (pic16_addSign): changed size to size+offset in the MOVWF
7710         instruction,
7711         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7712         multiply 8-bit operand by literal, result is 8-bit,
7713         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7714         multiply 2 8-bit operand, result is 8-bit,
7715         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7716         genUMult8X*_16,
7717         * src/pic16/gen.c: changed accUse to contain WREG only,
7718         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7719         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7720         true, do not use immediate addressing any more unless sym is a
7721         pointer in codespace,
7722         * (aopForRemat): do not use immediate addressing when symbol not in
7723         codespace and when symbol's address is requested,
7724         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7725         accUse size (= 1),
7726         * (aopGet): added case for AOP_ACC and don't return "accumulator
7727         bug" but WREG instead,
7728         * (popGetTempReg): pushes contents of temporary register in stack,
7729         * (popReleaseTempReg): pops contents of temporary register from
7730         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7731         * (pic16_popGet): separated case AOP_ACC to return register WREG
7732         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7733         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7734         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7735         the use of immediate pointers to certain cases only.
7736
7737         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7738         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7739         * (assignResultValue, genCall, genRet): modified to use the new
7740         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7741         genPcall is still broken,
7742         * (genFunction): added code to create 'A' type pBlocks when
7743         interrupt functions are generated, code not extensively tested yet,
7744         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7745         * (genEndFunction): modified so ISRs pop stored registers from stack,
7746         * (genMultOneByte): cleanup,
7747         * (AccRsh): added flag andmask, to and result with appropriate mask,
7748         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7749         * (genDataPointerGet): fixed and reenabled its use,
7750         * (genNearDataPointerGet): bugs fixed,
7751         * (genDataPointerSet): bugs fixed,
7752         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7753         pic16_DumpSymbol, pic16_DumpOp,
7754         * src/pic16/genutils.h: function prototypes for the above functions,
7755         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7756         pointers,
7757         * (pic16emitRegularMap): many many many improvements, but needs a
7758         major cleanup,
7759         * src/pic16/main.c: enable_stack in pic16_options is removed,
7760         * (_pic16_parseOptions): removed command line options -penable-stack,
7761         * (_process_pragma): emit stack symbol only when stack pragma is
7762         processed,
7763         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7764         redirected to FSR0L/FSR0H pair,
7765         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7766         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7767         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7768         for immediates,
7769         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7770         * (dumpPicOptype): NEW,
7771         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7772         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7773         with movff instruction,
7774         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7775         added pic16_int_regs, some packRegsFor* functions are commented out,
7776         because produce errors,
7777         * src/pic16/NOTES: minor modifications
7778
7779 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7780
7781         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7782         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7783         --pack-iram.
7784         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7785         * as/mcs51/lkaomf51.c: fixed bug #895763
7786
7787 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7788
7789         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7790
7791 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7792
7793         * doc/sdccman.lyx: added details about the HC08 storage classes and
7794         interrupts, fixed the register usage info for z80 & gbz80
7795
7796 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7797
7798         * doc/sdccman.lyx: added more pic16 port documentation
7799         * device/include/pic16/: added header pic18fregs.h
7800
7801 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7802
7803         * doc/sdccman.lyx: added Vangelis' contribution
7804
7805 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7806
7807         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7808         extend to the next CALL or PCALL, not just to the next CALL.
7809
7810 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7811
7812         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7813
7814 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7815
7816         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7817         bug #895752 and a better fix for bug #716790
7818
7819 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7820
7821         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7822
7823 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7824
7825         * doc/sdccman.lyx: minor changes, minor changed
7826
7827 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7828
7829         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7830         which can't handle SDCC_NEWONEBYTEOPS,
7831         (geniCodeMultiply): removed conversion from mult to shift for pic14
7832         and pic16
7833
7834 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7835
7836         * src/hc08/gen.h,
7837         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7838         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7839         thus fixing bug #895406
7840
7841 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7842
7843         * device/lib/_modsint.c,
7844         * device/lib/_modslong.c: sign follows divisor only
7845         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7846         signs or signedness can be ignored
7847         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7848         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7849         added optimization for IFX,
7850         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7851         arguments;
7852         reenabled optimization for IFX, which was removed on 2004-01-11
7853         * src/SDCCast.h: added return type IFX
7854         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7855         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7856         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7857         SDCC_OLDONEBYTEOPS selects the old behaviour
7858         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7859         changed again and commented promotion rule
7860         * src/SDCCval.c (valDiv): promotion no longer necessary
7861         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7862         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7863         rewritten
7864         * support/regression/tests/onebyte.c: added
7865
7866 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7867
7868         * gen.c (genInline): reverted to old code for assemnling inline
7869         code because of bug reported James Chadd
7870
7871 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7872
7873         * ralloc.h: missing declarations from previous patch,
7874         seems that patch for ralloc.h was never applied, fixed
7875
7876 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7877            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7878
7879         * pcode.c,
7880         * pcode.h,
7881         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7882         indirect addressing. Marked FSR0 as deprecated
7883         * gen.c (pointerCode): commented out, not needed now
7884         (pic16_popGet2p): new MOVFF helper function
7885         (genGenPointerGet),
7886         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7887         (shiftRLong): removed duplicate debugging info
7888
7889 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7890
7891         * src/ds390/gen.c (genNearPointerGet),
7892         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7893         optimization with bits, but not bitfields.
7894         * src/ds390/ralloc.c (packRegisters),
7895         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7896
7897 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7898
7899         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7900
7901 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7902
7903         * src/SDCCsymt.h,
7904         * src/SDCCicode.c (operandFromSymbol),
7905         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7906         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7907         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7908         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7909         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7910         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7911         bug #892038
7912         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7913         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7914         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7915         * src/SDCCsymt.c (newSymbol),
7916         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7917         enumerator_list),
7918         * src/SDCCval.h,
7919         * src/SDCCval.c (newiList): fixed bug #885705
7920
7921 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7922
7923         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7924         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7925
7926 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7927
7928         * device/include/c8051f120.h,
7929         * device/include/c8051f300.h,
7930         * device/include/c8051f310.h: added/updated header files for Silicon
7931         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7932         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7933         in new section Submitting patches
7934
7935 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7936
7937         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7938         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7939         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7940         genGenPointerSet),
7941         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7942         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7943         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7944         genGenPointerSet),
7945         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7946         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7947         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7948         genGenPointerSet),
7949         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7950         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7951         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7952         genGenPointerSet): fixed bug #892400
7953         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7954         to eliminate build warnings.
7955         * src/SDCCast.c (processParms),
7956         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7957         fixed bug 751859
7958         * support/valdiag/valdiag.py: added GCC to the list of defines active
7959         when compiling with gcc
7960
7961 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7962
7963         * support/Util/SDCCerr.h,
7964         * support/Util/SDCCerr.c,
7965         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7966         with an incomplete type (fixed bug #883734)
7967         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7968
7969 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7970
7971         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7972
7973 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7974
7975         * src/SDCCast.c (decorateType),
7976         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7977         function pointer implementation
7978         * support/regression/tests/funptrs.c: added tests to verify both forms
7979         of function pointers work correctly. Added tests to verify parameters
7980         are passed in the correct order.
7981
7982 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7983
7984         * device.c (regCompare): registers are sorted by ascending
7985         address and increasing size,
7986         * main.c (_pic16_finaliseOptions): removed the declaration
7987         of compiler macro MCU. Now a macro of the format pic18fxxxx
7988         will be defined from the command line
7989
7990 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7991             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7992
7993         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7994         PCOP_RLCF was overwritten!
7995         * gen.c (genSkip): commented out calls to pic16_emitcode,
7996         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7997         * (genlshTwo),
7998         * (genRRC): added debugging info,
7999         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
8000         overwritten while shifting,
8001         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
8002         overwritten while shifting,
8003         * (AccLsh),
8004         * (AccRsh),
8005         * (shiftLLeftOrResult),
8006         * (shiftRLeftOrResult),
8007         * (shiftRLong),
8008         * (shiftLLong): Implemented with pic16_emitpcode
8009         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
8010         * (genLeftShift): Fixed bug, operand for shift by variable always
8011         was "and"ed with 0x0f,
8012         * (genLeftShiftLiteral),
8013         * (genrshTwo),
8014         * (genRightShiftLiteral): added debugging info,
8015         * (genrshFour): added comment,
8016         * (genRightShift): determined signedness from operand "left"
8017         instead of "result"
8018
8019 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8020
8021         * src/SDCCicode.c (geniCodeParms),
8022         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
8023         function pointers, fixed function pointer bugs #861242 and #861896
8024
8025 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8026
8027         * device/include/c8051f000.h,
8028         * device/include/c8051f120.h,
8029         * device/include/c8051f300.h: added header files for Silicon
8030         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8031
8032 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
8033
8034         * src/SDCCast.c (processParams): added new type flow and restructured
8035         (gatherAutoInit): added new type flow
8036         (addCast): cosmetic changes
8037         (getLeftResultType): added new type flow for array indices, patch
8038         provided by Stas, see FR #877103
8039         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
8040         array index patch by Stas
8041         * src/SDCCast.h: added prototype getResultTypeFromType()
8042         * src/SDCCval.h,
8043         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
8044         * src/pic/glue.c (pic14emitStaticSeg),
8045         * src/pic16/glue.c (pic16emitStaticSeg),
8046         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
8047         for initialization of symbols
8048         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
8049         * support/Util/SDCCerr.h:
8050         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
8051         * .version: bumped version number to 2.3.8
8052         * device/include/Makefile.in (install),
8053         * doc/Makefile (install): changed to 'rm `find ...`' construct to
8054         avoid warnings
8055
8056 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
8057
8058         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
8059         Slade Rich fixed an optimization bug
8060         * src/pic/pcodepeep.c,
8061         * src/pic/pcoderegs.c
8062         * doc/Makefile (install): added test for directory
8063
8064 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8065
8066         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
8067         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
8068         * src/pic/ralloc.c (getRegPtr, getRegGpr),
8069         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
8070         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
8071         * as/mcs51/asexpr.c (term),
8072         * as/hc08/asexpr.c (term): fixed bug #887146
8073
8074 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8075
8076         * src/z80/gen.c (genMult): handle single byte result product
8077         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
8078         DUMMY_READ_VOLATILE (fixed bug #886367)
8079
8080 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8081
8082         * support/regression/tests/libmullong.c: fixed logic, on little endian
8083         hosts we ended without a mullong_wrapper()
8084
8085 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8086
8087         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
8088         virus/worm forged address usage.
8089
8090 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8091
8092         Fixed promotion, it should be done on AST level:
8093         * src/SDCCast.c (addCast): added promotion to int
8094         (decorateType): updated call to upCast()
8095         * src/SDCCicode.c (geniCodeLeftShift): removed call to
8096         usualUnaryConversions()
8097
8098 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
8099
8100         * support/regression/tests/literalop.c (mulWrapper): Added a
8101         wrapper to remove integer overflow warnings.
8102
8103         * support/regression/tests/float_trans.c: Made work on host.
8104
8105         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
8106         location of sz80.
8107
8108         * support/regression/generate-cases.py (main): Changed from inline
8109         to a main method.
8110
8111         * doc/Makefile (install): Changed to depth first to get rid of
8112         missing directory install warning.
8113
8114         * as/Makefile (install-doc): Made work on Mac.
8115
8116 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
8117
8118         * src/SDCCast.c: added an additional type flow in decorateType() of
8119         opposite direction, see feature request #860006; it's enabled at runtime
8120         by setting the environment variable SDCC_NEWTYPEFLOW
8121         * src/SDCCast.h: changed prototype of decorateType()
8122         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
8123         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
8124         'char' to 'int' can be omitted, if both operands are 'unsigned char';
8125         see feature request #877103
8126         * src/SDCCval.c: updated call of decorateType()
8127         (valBitwise): fixed bug #882876
8128         (valMinus): added promotion
8129         (valLogicAndOr): result is unsigned
8130         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
8131         * src/SDCCsymt.c (computeType),
8132         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
8133         must not cause an unsigned operation
8134         * src/pic/glue (pic14emitRegularMap),
8135         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
8136
8137 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
8138
8139         * src/pic/pcode.c (PCodeID): commented out left over debug code
8140
8141 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
8142
8143         * support/valdiag/tests/overflow.c: added shift tests
8144         * src/pic/device.c,
8145         * src/pic/gen.c,
8146         * src/pic/gen.h,
8147         * src/pic/glue.c,
8148         * src/pic/main.c,
8149         * src/pic/pcode.c,
8150         * src/pic/pcode.h,
8151         * src/pic/pcodepeep.c,
8152         * src/pic/pcoderegs.c,
8153         * src/pic/ralloc.c,
8154         * src/pic/ralloc.h: applied patch from Slade Rich;
8155         added support for multiple code pages and multiple RAM banks on the
8156         PIC 14 port. The ASM files now no longer simply assume all the
8157         code / RAM are in the same page / bank. This means the linker can
8158         safely allocate code/RAM of separate ASM files to different pages/banks.
8159         * doc/sdccman.lyx: added Slade's tips
8160         * src/mcs51/peeph.def: fixed bug #880768
8161
8162 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8163
8164         * src/hc08/ralloc.c (rematStr): fixed bug #879282
8165         * src/SDCCast.c (decorateType): fixed bug #880197
8166
8167 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
8168
8169         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
8170         getopt.h.
8171
8172         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
8173         strtof is not part of C89 and isn't included with Mac OS X.
8174
8175 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8176
8177         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
8178         shiftL2Left2Result): fixed bug #879326
8179         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
8180         (genMultOneByte): fixed bug in signed vs unsigned multiplication
8181         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
8182         address fetch for clr instruction
8183         * device/lib/hc08/_mulint.c: created optimized assembly version
8184         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
8185
8186 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
8187
8188         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
8189         proposed in FR #877103
8190
8191 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
8192
8193         * src/SDCCval.c (cheapestVal): added missing checks
8194         * src/SDCCicode.c (usualBinaryConversions): fixed condition
8195         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
8196
8197 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
8198
8199         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
8200         equal operands
8201
8202 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
8203
8204         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
8205         loaded with the linker search paths (-L arguments) and the libraries
8206         to be linked with the current source (-l arguments). Changes
8207         currently will affect only the pic16 port.
8208         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
8209         include path the port specific paths and port specific libraries,
8210         * gplink command now contains the $3 argument,
8211         * src/pic16/device.h,
8212         * src/pic16/device.c,: structure PIC_device is made public and
8213         renamed to PIC16_device, the same for variable Pics which is renamed
8214         to Pics16. Updated all references to them.
8215         * src/pic16/glue.c (pic16glue): corrected bug with code
8216         initialization which bypassed the variable initializations block.
8217
8218         * device/lib/pic16/Makefile.rules: removed --penable-stack from
8219         COMPILE_FLAGS and added the --nostdinc option
8220
8221 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8222
8223         * device/include/mc68hc908jb8.h: Register defs for another member
8224         of the hc08 family. Contributed by Bjorn Bringert - thanks!
8225
8226 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
8227
8228         Documenting changes from previous commits.
8229         * configure.in (version 1.56),
8230         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
8231         when generating output files to configure the pic16 library,
8232         but now I've commented it out, since gputils aren't installed in the
8233         SF compile farm, so library won't compile
8234
8235         * device/lib/Makefile.in (version 1.56): initially I've added in
8236         target 'all' the prerequestive 'model-pic16' so it compiled the
8237         pic16 library, but now I've commented it out for the same reasons
8238         above,
8239         * added targets 'model-pic16' and 'objects-pic16' to compile the
8240         library
8241         * added target 'port-specific-objects-pic16' to handle the
8242         generated libraries and copy them into the build/ directory
8243         * added target 'clean-intermediate-pic16' to clean intermediate
8244         files into pic16 directory
8245         * in target 'installdirs' added line to create directory pic16 in
8246         the installation path
8247
8248         * device/include/Makefile.in (version 1.11): in target 'install'
8249         added lines to copy all header files to installation path,
8250         * in target 'installdirs' added line create directory for pic16
8251         headers in the installation path
8252
8253 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
8254
8255         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
8256          a function call
8257
8258 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
8259
8260         * configure,
8261         * device/lib/configure.in,
8262         * device/lib/configure: fixed for autoconf 2.57
8263
8264 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8265
8266         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8267         option so that it actually works. Made it specific to the z80, since
8268         the gbz80 doesn't have these kinds of I/O ports.
8269
8270 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8271
8272         * device/include/z180.h,
8273         * device/lib/_memcpy.c,
8274         * device/lib/_memmove.c,
8275         * device/lib/_mulint.c,
8276         * device/lib/ser_ir.c,
8277         * device/lib/ser_ir_cts_rts.c,
8278         * device/lib/_strcmp.c,
8279         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8280         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8281         portmode; added deprecation warning for bank= and protmode= forms.
8282         Also, guard against buffer overflow.
8283         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8284
8285 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8286
8287         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8288         changed interrupt vector table generation to only emit declared vectors.
8289         * device/include/Makefile.in: added missing backslash
8290         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8291
8292 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8293
8294         Mainly changes to support compilation of the device libraries
8295         * src/pic16/device.c: stack is allocated via symbol and not
8296         via literal number. The symbol is placed in the corresponding
8297         position of the data ram
8298         * (pic16_dump_section): relocatable and absolute uninitialized
8299         data are now emitted in sorted order to reduce section naming,
8300         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8301         weren't marked as being in the access bank,
8302
8303 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8304
8305         Added portion of GNU PIC Library under the directory
8306         device/include/pic16 and device/lib/pic16. These files
8307         contain the declarations of SFRs for the PIC18Fxx2 devices.
8308         The directory is initialized via configure from toplevel.
8309
8310 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8311
8312         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8313         the spilllocations to be compared correctly
8314
8315 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8316
8317         * src/SDCCast.c (decorateType): fixed bug introduced today
8318
8319 2004-01-12  Borut Razem <borut.razem AT siol.net>
8320
8321         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8322         doc/sdccman.lyx: upper case pragmas are deprecated
8323
8324 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8325
8326         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8327         in simpler and even better code
8328
8329 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8330
8331         * src/SDCCicode.c (operandOperation): fixed bug #874819
8332         * src/SDCCast.c (decorateType): fixed
8333         char foo (unsigned long ul) { return ul > 0; }
8334
8335 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8336
8337         * doc/sdccman.lyx: Moved and added some sections, small changes
8338         all over. Telling LaTeX to be less strict with word spacing
8339         to better keep the right margin. Changed some notes about
8340         maintainance of the ports in section 3.2.1 - is it OK like this?
8341
8342 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8343
8344         SDCC source changes:
8345         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8346         convilong): modified to inform the pic16 port that builtin functions
8347         are external
8348
8349         PIC16 PORT specific changes:
8350         * src/pic16/device.c pic16_dump_equates() added,
8351         processor registers declared internally by the port are emitted in
8352         the translation as equates,
8353         * src/pic16/gen.c: inline code is passed unprocessed to the
8354         translation,
8355         * (pic16_popGetLit2): fnuction modified to take second operand as
8356         pCodeOp pointer and not as literal,
8357         * (popRegFromIdx): prefixed with pic16_,
8358         * (pic16_popCombine2): modified to receive already allocated pCode
8359         operands,
8360         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8361         * (genFunction): initializes local stack frame and pushes on stack
8362         all the registers used by this function,
8363         * (genEndFunction): restores all registers from stack and restores
8364         stack frame,
8365         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8366         improvements,
8367         * (pic16glue): changed the program startup sequence,
8368         * added new dbName code 'A' for functions placed in absolute section
8369         * src/pic16/main.c: added function attribute _naked,
8370         * added pragma 'code' to place a fnuction at an absolute address,
8371         * added command line arguments --debug-ralloc and --pcode-verbose,
8372         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8373         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8374         * (pic16_newpCodeOpLit2): modified to take the second operand as
8375         pCodeOp pointer,
8376         * (pic16_printpBlock): modified to emit each function in a separate
8377         section,
8378         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8379         UPPER for immediate operands,
8380         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8381         instruction,
8382         * src/pic16/peeph.def: all peepholes with movff are commented out,
8383         because there is a problem in the pcode peep optimizer,
8384         * src/pic16/ralloc.c: the register allocator can now reuse local
8385         function symbols for another function. This saves register usage.
8386         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8387
8388         Added file src/pic16/NOTES with information about program writing on
8389         the current port version.
8390
8391 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8392
8393         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8394         and peephole 252 (array access)
8395
8396 2004-01-09  Borut Razem <borut.razem AT siol.net>
8397
8398         * src/SDCCmain.c : fixed #872250: -l command line defined library
8399           files are scanned before standard library files
8400
8401 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8402
8403         * src/SDCCast.c (decorateType): fixed bug #874046
8404
8405 2004-01-09  Borut Razem <borut.razem AT siol.net>
8406
8407         * support/scripts/sdcc.nsi: remove previous installation
8408
8409 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8410
8411         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8412         bytes for last interrupt vector (mcs51)
8413         * sdcc.spec: fixed typo
8414
8415 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8416
8417         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8418         gen51Code): more efficient parameter receive for --model-large
8419         ("bug" #845294)
8420
8421 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8422
8423         * src/ds390/main.c,
8424         * src/z80/main.c: added missed needLinkerScript flags (more than
8425         one port structure defined in these file)
8426         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8427         bug #795325
8428
8429 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8430
8431         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8432         * src/port.h: added flag needLinkerScript in port->linker
8433         structure to inform whether to create a .lnk file or not,
8434         * src/avr/main.c,
8435         * src/ds390/main.c,
8436         * src/hc08/main.c,
8437         * src/mcs51/main.c,
8438         * src/pic/main.c,
8439         * src/pic16/main.c,
8440         * src/xa51/main.c,
8441         * src/z80/main.c: changed appropriately to configure
8442         needLinkerScript flag
8443         * src/pic/gen.c,
8444         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8445         * src/pic/glue.c: added variable udata_section_name to
8446         override default uninitialized data segment definition for
8447         devices only with SHAREBANK memory (reported from Erik Epetrich)
8448         * (pic14emitOverlay): modified to emit a commented overlay segment
8449         directive when no overlay data exist
8450         * (picglue): modified to emit uninitialized data segment
8451         according to udata_section_name
8452         * src/pic/main.c (_pic14_parseOptions): added command line
8453         options --udata-section-name=[name] to override default
8454         udata definition name
8455         * modified _linkCmd and _asmCmd to include compiler passed
8456         arguments via -W option
8457         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8458         object file from '.rel' to '.o' in port->linker structure,
8459         changed size of fptr from 2 to 3 in port structure
8460
8461 2004-01-07  Borut Razem <borut.razem AT siol.net>
8462
8463         * support/scripts/sdcc.nsi: update PATH
8464         * support/scripts/sdcc.ico: craeted
8465
8466 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8467
8468         * device/include/Makefile.in: fix install
8469         * doc/Makefile: fix install
8470
8471 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8472
8473         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8474         in bug #860505
8475         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8476         how the function variable allocation summary is displayed; also
8477         include information about variables allocated to the overlay
8478         segment
8479
8480 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8481
8482         * as/mcs51/lkmain.c: Help about -Y option
8483         * as/mcs51/lkarea.c: Fixed gcc warnings
8484
8485 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8486
8487         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8488         fixed warning
8489         * support/valdiag/tests/overflow.c: added
8490         * src/SDCCast.c (decorateType),
8491         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8492         LEFT_OP (left shift)
8493
8494 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8495
8496         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8497         (default behaviour).
8498
8499 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8500
8501         A python script to validate compiler diagnostic messages. It can be
8502         used to verify that sdcc complains about bad c source code and
8503         gives a good location of the error.
8504         * support/valdiag/Makefile,
8505         * support/valdiag/valdiag.py,
8506         * support/valdiag/tests/*
8507
8508 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8509
8510         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8511         * src/SDCCsymt.c (newEnumType),
8512         * src/SDCCsymt.h
8513         * support/Util/SDCCerr.c,
8514         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8515         enum related bugs.
8516         * support/regression/tests/enum.c: added test for enum values that
8517         require at least 2 bytes of storage.
8518
8519 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8520
8521         * src/common.h: added ifndef/define/endif macros
8522         around the header file.
8523         Bug reported from Jesus Calvino-Fraga
8524
8525 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8526
8527         * sdcc.spec: updated
8528         * device/include/Makefile.in: don't install CVS directories
8529         * device/lib/Makefile.in: added removal of CVS directories after install
8530         * doc/Makefile: fixed install, added local_icons
8531         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8532         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8533         * src/ds390/gen.c (genRightShift): fixed bug #870788
8534         * src/SDCCast.c (decorateType): fixed bug #870781
8535
8536 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8537
8538         PIC16 port related changes:
8539         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8540         added variable stackPos,
8541
8542         * gen.c: genCall, assignResultValue: added support for
8543         pushing/retrieving function parameters to/from stack,
8544         genFunction,genEndFunction: setup stack frame for the
8545         generated function,
8546         genAddrOf: will be changed according to bug 863624
8547
8548         * added files genutils.c and genutils.h which contain gen*
8549         debugged and optimised functions extracted from gen.c
8550
8551         * glue.c: added variable 'externs' which holds extern symbols,
8552         pic16emitRegularMap: is modified to properly handle relocatable
8553          symbols under the new scheme,
8554         pic16createInterruptVect: is modified
8555         pic16printPublics: is modified to emit 'global' assembler directives,
8556         added pic16_printExterns to print extern symbols,
8557         pic16glue: initializes stack/frame pointer in the beginning of
8558         the assembly output. Temporary hack, will be corrected later,
8559         because gplink yet does not support stack and SDCC does not
8560         yet support a type of crt0.o object to create the final binary.
8561
8562         * Removed many lines that contain 8051 legacy code.
8563         * The code is finally placed under a 'code' directive.
8564         * Added port specific options.
8565
8566         * _process_pragma: simplified since now we do not need *special*
8567         include file to define SFR registers. But a separate header
8568         will be needed. This will be developed later.
8569         * _pic16_parseOptions: added, parses port specific options:
8570         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8571         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8572         --preplace-udata-with=
8573
8574         * _pic16_setDefaultOptions: modified to initialize section names,
8575         but hack is temporarly out of order since it needs improvement.
8576         * _pic16_genAssemblerPreamble: configuration words are emitted by
8577         their address instead of their name. This part is incomplete and
8578         supports only the 18Fxx2 devices. Other devices will emit an error
8579         during assembly since they do not contain the same set of config
8580         registers
8581         * _pic16_genIVT: is modified,
8582
8583         * pcode.c: added definitions for some hardware registers that are needed
8584         for stack support
8585         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8586         All PCI entries are updated. Now LFSR is supported.
8587         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8588         * added pic16_newpCodeOpLit2 to support instructions with
8589         two literal arguments
8590         * pic16_pCode2str: corrected code that emits assembler instructions
8591         with two literal operands and those that have an access bit modifier
8592         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8593         this fixes a bug which caused some labels to be lost, when an
8594         assembler directive was added, i.e. banksel,
8595         * pic16_FixRegisterBanking: improved logic that causes the insertion
8596         of bank switching,
8597         * InlineFunction: functions that are called once, are not any more
8598         inlined. This can be a port option in the future,
8599
8600         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8601
8602         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8603         hold the corresponding uninitialized symbols,
8604         * pic16_allocProcessorRegister: registers have explicit marked the
8605         accessBank field,
8606         * pic16_allocInternalRegister: registers are explicit marked as
8607         not used,
8608         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8609         processing list, so bit registers were lost,
8610         *
8611
8612         * ralloc.h: added field 'accessBank' and original symbol operand
8613         in register definition,
8614         * removed the field isMapped from register definition,
8615
8616         ** Several functions have been removed from various sources:
8617         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8618         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8619         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8620         pic16_assignRelocatableRegisters
8621
8622         ** others have been introduced:
8623         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8624         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8625
8626 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8627
8628         * support/scripts/inc2h.pl: changed definition of BIT_AT
8629         to emit 'sbit at' instead of 'bit at'. This was a request.
8630
8631         PIC16 port related preliminary changes:
8632         * gen.c: prefixed function popRegFromString with
8633         pic16_ and all references to it corrected
8634         * pcode.c: all pic16_pc_* hardware registers prefixed
8635         with underscore (_),
8636         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8637         * ralloc.c: newReg(): when register is REG_SFR then
8638         set address to rIdx,
8639         pic16_allocProcessorRegister(): marks register wasUsed=0
8640         pic16_writeUsedRegs(): added a call to assign processor
8641         registers via pic16_assignFixedRegisters
8642
8643 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8644
8645         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8646         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8647         variables in unused register banks.  Also the SSEG is placed
8648         wherever there is enough space for it, and IDATA can be anywhere
8649         in internal RAM.  For now compile using -Wl-Y[stack_size].
8650         The mem file is different for this option as well, since it
8651         makes no sense of talking about DSEG lenght.
8652
8653 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8654
8655         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8656         in certain cases, e.g. when ROM assignment, patch provided
8657         from Albert den Haan.
8658
8659 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8660
8661         Many signedness and type propagation fixes:
8662         * src/SDCCicode.c: made geniCodeCast() static
8663         replaced SPEC_ by IS_ (cosmetic)
8664         (operandOperation): fixed div and mod operation
8665         (usualBinaryConversions): added support for promotion of char
8666         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8667         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8668         (geniCodeAdd): an array index will stay unsigned, even if promoted
8669         from char to int
8670         (geniCodeArray): ditto
8671         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8672         * src/SDCCsymt.c (computeType): added more support for char;
8673         promotion of char is selectable by promoteCharToInt, fixed signedness
8674         for all cases
8675         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8676         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8677         * src/SDCCval (val*): replaced signedness calculation by
8678         computeType()
8679         rearranged if-branches (cosmetic)
8680         (valShift): added warning W_SHIFT_CHANGED
8681         (valCompare): fixed problem with different types
8682         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8683         * support/regression/tests/literalop.c: added many cases
8684         * support/regression/tests/ast_constant_folding.c: changed finally to
8685         'unsigned int'
8686         * .version: new year, new version: 2.3.7
8687         * src/SDCCmain.c (main): applied patch #866468
8688         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8689         provided by Scott Bronson
8690         * doc/sdccman.lyx: updated documentation for sdcdb
8691         updated and added chapter tips
8692
8693 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8694
8695         * src/SDCCsymt.h: missing from yesterday's commits
8696
8697 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8698
8699         * src/SDCC.y (struct_or_union_specifier),
8700         * support/Util/SDCCerr.c,
8701         * support/Util/SDCCerr.h: verify that struct & union tags are used
8702         as declared.
8703
8704 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8705
8706         * src/SDCCglobl.h: missing from yesterday's commits
8707
8708 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8709
8710         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8711         sft_attributes, struct_declaration, parameter_declaration,
8712         type_name, start_block, declaration_list),
8713         * src/SDCC.lex (check_type): support redefinition of typedef names
8714
8715 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8716
8717         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8718         aligned xdata arrays. Erik helped me with the if clause.
8719
8720 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8721
8722         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8723         warning
8724
8725 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8726
8727         * src/SDCCast.h,
8728         * src/SDCCast.c (newAst_),
8729         * src/SDCCicode.h,
8730         * src/SDCCicode.c (ast2iCode, newiCode),
8731         * src/SDCCglobl.h,
8732         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8733         expr, statement, expression_statement, selection_statement,
8734         iteration_statement, expr_opt, jump_statement): foundation for tracking
8735         sequence points
8736         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8737         point code too)
8738
8739 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8740
8741         * support/Util/SDCCerr.c,
8742         * src/SDCCast.h,
8743         * src/SDCCast.c (createCase, createDefault, decorateType),
8744         * src/SDCClabel.c (labelUnreach),
8745         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8746         to error messages.
8747         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8748         (with thanks to Stas Sergeev)
8749         * device/include/time.h,
8750         * device/lib/time.c (CheckTime): suppress unreachable code warning
8751
8752 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8753
8754         * src/SDCCast.c (createIvalCharPtr),
8755         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8756         bug #753752)
8757         * support/regression/tests/nullstring.c: tests for these two bugs
8758
8759 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8760
8761         * support/Util/SDCCerr.h,
8762         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8763         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8764         about storage class and 'at' used inside struct or union
8765         * src/SDCCBBlock.c (iCodeFromeBBlock),
8766         * src/SDCCcse.c (ifxOptimize),
8767         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8768         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8769         printIval, emitStaticSeg, emitOverlay),
8770         * src/SDCClabel.c (deleteIfx),
8771         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8772         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8773         gatherAutoInit, processParms),
8774         * support/Util/SDCCerr.h,
8775         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8776         reporting for post-parse errors.
8777
8778 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8779
8780         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8781         implicit casts via union; they don't work on big endian systems
8782         (possible fix for bug #861138)
8783
8784 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8785
8786         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8787         * src/mcs51/main.c: fixed the fix for bug #737001
8788
8789 2003-12-15  Borut Razem <borut.razem AT siol.net>
8790
8791         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8792
8793 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8794
8795         * support/makebin/makebin.c: put output in binary mode
8796
8797 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8798
8799         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8800         xdata and data memory on startup. Set the environment variable
8801         SDCC_NOGENRAMCLEAR to disable this.
8802         * src/mcs51/peephole.def,
8803         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8804         (allows non-interrupt and interrupt code to safely compete for a resource
8805         without the non-interrupt code having to disable interrupts)
8806
8807 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8808
8809         * src/SDCCicode.c (geniCodeAdd),
8810         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8811         with valFromType if type might be a pointer and host is big endian).
8812         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8813         types, not just integer types.
8814         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8815         multiply defined with mismatching "at" address.
8816
8817 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8818
8819         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8820         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8821         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8822         with embedded nulls (fixed bug #753752)
8823
8824 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8825
8826         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8827         Apparently this did not see much testing (endless loop)
8828
8829 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8830
8831         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8832
8833 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8834
8835         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8836         gracefully handle NULL memmap pointers
8837
8838 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8839
8840         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8841         instead of deleting the iCode when an operand is volatile
8842         * src/z80/gen.c (genDummyRead),
8843         * src/mcs51/gen.c (genDummyRead),
8844         * src/ds390/gen.c (genDummyRead),
8845         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8846         not just IC_RIGHT
8847         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8848         * src/SDCC.y: fixed bug #850420
8849
8850 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8851
8852         Applied z80 i/o port patch from Peter Townson and fixed some operators
8853         to better handle operands in A register.
8854         * device/include/z180.h
8855         * src/SDCC.y
8856         * src/SDCCglue.c
8857         * src/z80/gen.c
8858         * src/z80/gen.h
8859         * src/z80/main.c
8860         * src/z80/peeph-z80.def
8861         * src/z80/peeph.def
8862         * src/z80/z80.h
8863
8864 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8865
8866         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8867
8868 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8869
8870         * device/lib/hc08/_mullong.c: Removed extra #endif
8871
8872 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8873
8874         * sim/ucsim/hc08.src/inst.cc,
8875         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8876         carries from x to h
8877         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8878         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8879         * device/include/stdarg.h: fixed varargs for hc08
8880         * device/lib/Makefile.in,
8881         * device/lib/hc08/Makefile,
8882         * device/lib/hc08/_mulint.c,
8883         * device/lib/hc08/_mullong.c: fixed some endian problems
8884
8885 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8886
8887         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8888         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8889         * device/lib/_gptrget.c,
8890         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8891
8892 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8893
8894         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8895         * src/SDCCast.c (astErrors): fixed bug #846007
8896         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8897
8898 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8899
8900         * src/SDCCast.c (decorateType): disabled a transformation I added in
8901         revision 1.188 (access to fields of a structure at an absolute address);
8902         it breaks with bitfields, extern declarations, and gcse analysis.
8903         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8904         could be assigned through a pointer, so don't complain.
8905         * src/SDCCast.c (astErrors),
8906         * src/SDCCast.h,
8907         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8908
8909 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8910
8911         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8912         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8913         output of __config directives, since gpasm now supports them
8914         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8915         pre-processor macro, i.e. -DMCU=p18f452
8916         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8917         and modified to handle 'cast' icode similarly to '=' icode
8918         * src/pic16/device.h (typedef struct PIC_device): added field
8919         'extMIface' to indicate that chip has external memory interface
8920         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8921         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8922         18F8720
8923
8924 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8925
8926         * src/SDCC.y (pointer): fixed bug #846006
8927         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8928         * src/SDCCast.c (decorateType): fixed bug #846009
8929         * src/ds390/peeph.def,
8930         * src/ds390/gen.c (genAnd, genOr),
8931         * src/mcs51/peeph.def,
8932         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8933
8934 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8935
8936         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8937         * src/SDCCdflow.c
8938         * src/SDCCcse.c
8939         * src/SDCCcse.h
8940         * src/SDCCBBlock.h
8941         * src/SDCCBBlock.c
8942
8943 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8944
8945         fixed bug #845089
8946         * src/SDCCbitv.h,
8947         * src/SDCCbitv.c: added function to free a bitvector
8948         * src/SDCClrange.h,
8949         * src/SDCClrange.c: added function to recompute the liveranges
8950         * src/avr/ralloc.c,
8951         * src/ds390/ralloc.c,
8952         * src/hc08/ralloc.c,
8953         * src/mcs51/ralloc.c,
8954         * src/pic/ralloc.c,
8955         * src/pic16/ralloc.c,
8956         * src/xa51/ralloc.c,
8957         * src/z80/ralloc.c: recompute the liveranges after register packing
8958
8959 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8960
8961         * src/SDCCloop.c (newInduction): fixed bug #845630
8962
8963 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8964
8965         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8966         inadvertantly left behind from my 2003-11-12 change
8967
8968 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8969
8970         Updated headers I neglected to commit yesterday.
8971         * src/SDCClrange.h,
8972         * src/SDCCicode.h
8973
8974 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8975
8976         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8977         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8978         * src/SDCCopt.c (eBBlockFromiCode),
8979         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8980         the creation of the key hash table from the sequencing so it can be used
8981         earlier (for some GCSE bug fixes still pending)
8982
8983 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8984
8985         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8986         * support/regression/tests/addsub.c: testing genPlus shortcut
8987
8988 2003-11-15  Borut Razem <borut.razem AT siol.net>
8989
8990         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8991
8992 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8993
8994         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8995         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8996         ordering is immaterial.
8997         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8998
8999 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9000
9001         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
9002         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
9003         (SIGSEV) of bug #840381
9004         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
9005         unlink new file before rename if new and old filenames are the same)
9006
9007 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9008
9009         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
9010         uninitialized variables) for the mcs51. Set environment variable
9011         SDCC_GENRAMCLEAR to test.
9012         xdata initialization slightly shorter
9013
9014 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9015
9016         * src/SDCCsymt.h,
9017         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
9018         #838241 & 780691 (basicly the same bug)
9019         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
9020         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
9021
9022 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
9023
9024         * src/SDCCmain.c (linkEdit): "fix" #834252
9025
9026 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9027
9028         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
9029         * src/SDCCast.h,
9030         * src/SDCC.y: fixed bug #819403
9031
9032 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9033
9034         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
9035         the reentrant attribute.
9036         * src/hc08/gen.c (genPackBits): added missing stack readjustment
9037         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
9038         simulation
9039         * src/SDCCast.c (decorateType): fixed bug with storage class not being
9040         updated during pointer dereference; f.e. ~(((char *)1)*) was being
9041         erroneously reduced to a literal.
9042         * src/hc08/ralloc.c (packRegisters, rematStr),
9043         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
9044         some cases
9045
9046 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9047
9048         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
9049         * doc/sdccman.lyx: changed from 'article' to 'book'
9050         * doc/Makefile: readded test_suite_spec and cdbfileformat
9051
9052 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
9053
9054         * device/include/stdlib.h: include malloc.h to comply with ANSI
9055         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
9056
9057 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9058
9059         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
9060         * doc/clean.mk: also remove *.out files
9061         * doc/sdccman.lyx: some additions, larger top/bottom margins
9062
9063 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9064
9065         * src/SDCC.y: fixed bug #837365
9066         * support/regression/tests/bitopcse.c
9067         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
9068         a symbol (might be valop instead)
9069         * device/lib/Makefile.in: added errno.c to HC08SOURCES
9070         * device/lib/clean.mk: added hc08 to the cleaning list
9071
9072 2003-11-04  Borut Razem <borut.razem AT siol.net>
9073
9074         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
9075           made 2003-11-04
9076         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9077           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
9078           malloc is declared in standard stdlib.h
9079
9080 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9081
9082         * device/lib/hc08/Makefile: need to clean .rel not .o files
9083         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
9084
9085 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9086
9087         * src/port.h,
9088         * src/hc08/main.c,
9089         * src/mcs51/main.c,
9090         * src/ds390/main.c,
9091         * src/z80/main.c,
9092         * src/avr/main.c,
9093         * src/pic/main.c,
9094         * src/pic16/main.c,
9095         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
9096         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
9097         tests (which uses the port's oclsExpense function)
9098         * src/SDCC.y,
9099         * src/SDCCast.c,
9100         * src/SDCCicode.c,
9101         * src/hc08/gen.c,
9102         * src/ds390/gen.c,
9103         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
9104
9105 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9106
9107         * src/SDCCcse.c (ifxOptimize),
9108         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
9109         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
9110         deleting the IFX iCode.
9111         * src/hc08/ralloc.c: reduced unneeded slocs
9112         * src/hc08/gen.c: fixed bug in asmopToBoolean
9113
9114 2003-11-04  Borut Razem <borut.razem AT siol.net>
9115
9116         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
9117           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9118           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
9119           transferred to configure
9120
9121 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
9122
9123         Use headers defined in the C[++] standards:
9124         * sim/ucsim/gui.src/serio.src/fileio.cc
9125         * sim/ucsim/gui.src/serio.src/frontend.cc
9126         * sim/ucsim/gui.src/serio.src/main.cc
9127         * sim/ucsim/gui.src/serio.src/posix_signal.cc
9128         * support/Util/NewAlloc.c
9129         * as/hc08/lklibr.c
9130         * as/mcs51/lklibr.c
9131         * as/z80/aslist.c
9132         * as/z80/assym.c
9133
9134 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9135
9136         * Added MSVC projects for hc08 assembler and linker:
9137         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
9138         /as/hc08/link_hc08.dsp
9139
9140 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
9141
9142         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
9143
9144 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
9145
9146         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
9147
9148 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9149
9150         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
9151
9152 2003-10-31  Borut Razem <borut.razem AT siol.net>
9153
9154         * support/cpp2/cpplib.h,
9155           support/cpp2/cpplib.c,
9156           support/cpp2/cpplex.c,
9157           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
9158           to switch _asm block preprocessing on / off. Default is
9159           #pragma preproc_asm +
9160
9161 2003-10-31  Borut Razem <borut.razem AT siol.net>
9162
9163         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
9164           when outputting comment blocks (when executed with -C option) and
9165           _asm (SDCPP specific) blocks
9166
9167 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9168
9169         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
9170
9171 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
9172
9173         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
9174
9175 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
9176
9177         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
9178         * src/SDCCast.c (decorateType): fixed bug #832664
9179
9180 2003-10-31  Borut Razem <borut.razem AT siol.net>
9181
9182         * support/cpp2/cpplex.c: fixed for SDCPP:
9183           comments(when executed with -C option) and _asm blocks
9184           were included even if they where in skipped #if block.
9185           Applied solution from GCC cpp 3.3.2
9186
9187 2003-10-31  Borut Razem <borut.razem AT siol.net>
9188
9189         * src/SDCC.lex: sdcc now understands both formats:
9190           '# <line_number> <file_name>' and
9191           '#line <line_number> <file_name>'
9192         * support/cpp2/cppmain.c: sdcpp now generates the standard
9193           '# <line_number> <file_name>' instead of former
9194           '#line <line_number> <file_name>'
9195
9196 2003-10-30  Borut Razem <borut.razem AT siol.net>
9197
9198         * support/cpp2/cpphash.h,
9199         * support/cpp2/cpplib.h
9200         * support/cpp2/cpplex.c,
9201         * support/cpp2/cppmain.c,
9202         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
9203
9204 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9205
9206         Fixed a number of problems revealed by bug #827883.
9207         * src/SDCCloop.c (loopInvariants): Spill location of the
9208         result operand should be recomputed if extracted from
9209         a loop. Also, don't extract assignments of an iTemp
9210         from a literal.
9211         * src/SDCCast.c (isConformingBody): loop reversal should
9212         not occur if the control variable is involved with a
9213         relational operator.
9214
9215 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
9216
9217         * .version: bumped to 2.3.6 to reflect the big improvements
9218         made by Erik and Klaus. Thanks!
9219
9220 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
9221
9222         Replaced the livrange code.
9223         * src/SDCClrange.c: added new LR code
9224         * src/SDCCloop.c,
9225         * src/SDCCBBlock.h: removed remainig parts from old LR code
9226         * src/ds390/ralloc.c,
9227         * src/ds390/gen.c: minor fixes to make it work with new code
9228
9229 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9230
9231         * as/hc08/asm.h,
9232         * as/hc08/lkrloc.c,
9233         * src/hc08/gen.c,
9234         * src/hc08/ralloc.c: Fix various warnings related to the hc08
9235         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
9236         (tweaked fix for bug #818696)
9237
9238 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9239
9240         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
9241
9242 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9243
9244         * src/SDCCmain.c,
9245         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
9246         * src/mcs51/gen.c (gencjneshort),
9247         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
9248         more efficient (per Scott Bronson's suggestion)
9249
9250 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9251
9252         Extended the semantics of the critical keyword to include
9253         individual statements. See RFE #827755 and #799831
9254         * src/SDCC.y
9255         * src/SDCCicode.c
9256         * src/SDCCopt.c
9257         * src/SDCCast.c
9258         * support/Util/SDCCerr.c
9259         * support/Util/SDCCerr.h
9260         * src/mcs51/gen.c
9261         * src/ds390/gen.c
9262         * src/hc08/gen.c
9263
9264 2003-10-19  Borut Razem <borut.razem AT siol.net>
9265
9266         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9267
9268 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9269
9270         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9271         Fixed bug #818696
9272         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9273         and predecrement operand is displayed
9274
9275 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9276
9277         * src/SDCCval.c (valMinus): fixed bug #826041
9278
9279 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9280
9281         Some hc08 related updates that I missed earlier
9282         * sim/ucsim/stypes.h
9283         * support/regression/ports/hc08/spec.mk
9284
9285 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9286
9287         New target "hc08" for the Motorola 68hc08 family of micros
9288
9289         * configure
9290         * configure.in
9291         * Makefile
9292         * src/hc08/*
9293         * src/SDCCmain.c
9294         * src/port.h
9295         * sim/ucsim/hc08.src/*
9296         * sim/ucsim/configure.in
9297         * src/ucsim/configure
9298         * sim/ucsim/packages_in.mk
9299         * as/hc08/*
9300         * as/Makefile
9301         * device/include/mc68hc908qy.h
9302         * device/lib/hc08/*
9303         * device/lib/Makefile.in
9304         * support/regression/ports/hc08/*
9305         * support/regression/Makefile
9306
9307 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9308
9309         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9310         regression test
9311         * src/ds390/gen.c (genCast): fixed bug #821957
9312
9313 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9314
9315         * device/lib/logf.c: "fixed" overlay bug
9316         * support/regression/ports/host/spec.mk: added m library
9317         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9318         * support/regression/tests/float_trans: added (for Eric)
9319
9320 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9321
9322         * src/mcs51/gen.c (genCpl): fixed bug
9323         http://sf.net/mailarchive/message.php?msg_id=6263915
9324
9325 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9326
9327         * src/SDCCast.c (decorateType): added extended constant folding
9328         * src/SDCCsymt.c (computeType): cleanup
9329         * src/SDCCval.c (valShift): minor optimization
9330         * support/regression/tests/ast_constant_folding.c: added
9331
9332 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9333
9334         * src/SDCCmain.c: removed some unintended changes
9335
9336 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9337
9338         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9339         * src/z80/gen.c: fixed part of bug #817589
9340         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9341
9342 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9343
9344         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9345         * src/SDCCcflow.c
9346         * src/SDCCcse.c
9347         * src/SDCCdflow.c
9348         * src/SDCClabel.c
9349         * src/SDCClrange.c
9350         * src/SDCCmem.c
9351         * src/SDCCopt.c
9352         * src/SDCCpeeph.c
9353         * src/SDCCset.c
9354         * src/avr/ralloc.c
9355         * src/ds390/ralloc.c
9356         * src/izt/ralloc.c
9357         * src/mcs51/ralloc.c
9358         * src/pic/ralloc.c
9359         * src/pic16/ralloc.c
9360         * src/xa51/ralloc.c
9361         * src/z80/ralloc.c
9362         * src/z80/gen.c: removed unused label "release:"
9363
9364 2003-10-06  Borut Razem <borut.razem AT siol.net>
9365
9366         * src/SDCC.lex: removed definition of unused variables
9367           save_optimize and save_options
9368
9369 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9370
9371         * clean.mk: removed '=' in "-maxdepth=1"
9372         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9373         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9374
9375 2003-10-06  Borut Razem <borut.razem AT siol.net>
9376
9377         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9378           my_unput() replaced by unput()
9379
9380 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9381
9382         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9383         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9384         type-punned pointer will break strict-aliasing rules"
9385         Old LR behaviour is again default; Klaus' LR can be choosen by
9386         defining the environment variable LRKLAUS
9387         * src/SDCCBBlock.h
9388         * src/SDCCloop.c
9389         * src/SDCClrange.c
9390         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9391         * clean.mk: fixed removal of files in bin/CVS/
9392         * device/lib/clean.mk: fixed removal of directories small and large
9393         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9394         * src/SDCCicode.c,
9395         * src/SDCCval.c: removed superflous test for pedantic
9396
9397 2003-10-05  Borut Razem <borut.razem AT siol.net>
9398
9399         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9400           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9401           message "unmatched #pragma SAVE and #pragma RESTORE"
9402
9403 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9404
9405         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9406           assembly, critical functions, atomic, nojtbound)
9407
9408 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9409
9410         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9411         * src/SDCCBBlock.h
9412         * src/SDCCloop.c
9413         * src/SDCCloop.h
9414         * src/SDCClrange.c
9415
9416 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9417
9418         * src/z80/gen.h,
9419         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9420         * src/mcs51/gen.h
9421         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9422         * src/ds390/gen.h
9423         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9424         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9425         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9426
9427 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9428
9429         * src/z80/gen.c (genRet): fixed bug #524753
9430         * src/z80/gen.c (genCast): fixed internal error on cast from
9431         pointer to long
9432         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9433         fix for bug #477835 to the z80
9434         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9435         for tracking iCodes in the peephole optimizer for z80
9436
9437 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9438
9439         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9440         the other part of bug #814548
9441         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9442
9443 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9444
9445         * src/SDCCcse.c: fixed part of bug #814548
9446
9447 2003-09-28  Borut Razem <borut.razem AT siol.net>
9448
9449         * src/asm.c: rewrite of printILine() to use temporary file instead
9450           a pipe
9451         * src/xa51/main.c: commented out declaration of int rewinds
9452
9453 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9454
9455         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9456
9457 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9458
9459         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9460         * src/asm.c (printILine): Fixed bug #811015
9461
9462 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9463
9464         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9465         freeing.
9466
9467 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9468
9469         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9470         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9471         to correctly handle general case of AOP_PAIRPTR
9472         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9473
9474 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9475
9476         * src/mcs51/ralloc.c (fillGaps),
9477         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9478         register positioning bug)
9479
9480 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9481
9482         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9483
9484 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9485
9486         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9487         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9488         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9489         (ralloc doesn't intentionally do this now, but perhaps later)
9490         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9491         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9492         register positioning bugs (Fixed bug #762602 and #795325)
9493         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9494         (Fixed bug #808779)
9495         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9496         lines that --i-code-in-asm generates
9497
9498 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9499
9500         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9501         trying to fclose a FILE* that was already closed.
9502
9503 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9504
9505         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9506         of const struct should be treated as if const themselves)
9507
9508 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9509
9510         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9511
9512 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9513
9514         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9515         Unix (/n) and DOS (/r/n) line terminations.
9516
9517 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9518
9519         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9520         bug #613775
9521
9522 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9523
9524         * src/mcs51/gen.c (genFunction, genEndFunction),
9525         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9526         and restore of EA so that stack offsets to parameters are
9527         correct when using both critical and reentrant/stack-auto.
9528         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9529         size (can be triggered in error if sloc is shared between
9530         different sized objects)
9531         * device/include/float.h: fixed macros to explicitly use
9532         unsigned long where needed
9533
9534 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9535
9536         Feature req. 799831: added code to allow nesting of critical functions
9537         * src/mcs51/gen.c (genFunction, genEndFunction)
9538         * src/ds390/gen.c (genFunction, genEndFunction)
9539
9540 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9541
9542         * src/SDCCsymt.c (sclsFromPtr),
9543         * src/SDCCsymt.h,
9544         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9545         support for standard C idiom of memory mapped variables; for
9546         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9547         to xdata int at 0x1234 tempvar = 1.
9548         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9549         provided by Akiya ISHIDA
9550
9551 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9552
9553         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9554         * src/SDCCval.c (constVal): added reduction from int to char
9555         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9556         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9557         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9558         to ignore the sign
9559         * support/regression/tests/shifts.c: fixed
9560
9561 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9562
9563         * src/z80/gen.c (genXor): Fixed bug #805445
9564
9565 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9566
9567         Fixed bug #621531 (const & volatile confusion in the type chain).
9568         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9569         refer to the const or volatile state of the pointer itself.
9570
9571         * src/SDCCast.c
9572         * src/SDCCglue.c
9573         * src/SDCCicode.c
9574         * src/SDCCsymt.c
9575         * src/SDCCval.c
9576         * src/SDCC.y
9577         * src/SDCCsymt.h
9578         * src/pic/gen.c
9579         * src/pic/ralloc.c
9580         * src/pic16/gen.c
9581         * src/pic16/ralloc.c
9582         * support/regression/tests/const.c
9583
9584 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9585
9586         When checking for duplicated modules, use absolute paths
9587         instead of relative paths.  Files changed:
9588
9589         * as/mcs51/lklib.c
9590         * link/z80/lklib.c
9591
9592 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9593
9594         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9595
9596 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9597
9598         * device/include/string.h: added size_t typedef, changed
9599         prototypes to use size_t, eliminated separate reentrant and
9600         non-reentrant declarations, added _memmove declaration
9601         * device/lib/_memcpy.c: changed to use size_t instead of int,
9602         changed /4 to >>2 to avoid division library call
9603         * device/lib/_memcmp.c,
9604         * device/lib/_memset.c,
9605         * device/lib/_strncat.c,
9606         * device/lib/_strncpy.c,
9607         * device/lib/_strncmp.c: changed to use size_t instead of int
9608         * device/lib/_memmove.c: new file (fixed bug #772294)
9609         * device/lib/Makefile.in: added _memmove.c
9610         * device/lib/z80/asm_strings.s: fixed bug #772290
9611         * support/regression/tests/bitfields.c: attempt to fix host assertion
9612         failure on amd64-unknown-linux2.2
9613
9614 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9615
9616         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9617         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9618         * as/z80/asmain.c (main): fixed bug #801766
9619
9620 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9621
9622         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9623         compilers
9624
9625 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9626
9627         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9628         reported in bug #800609
9629
9630 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9631
9632         * Top header beautifications in src/pic16 directory:
9633           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9634           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9635           pcoderegs.h, ralloc.c, ralloc.h
9636         * main.c: added top header and GPL license notice
9637         * pcode.c: fixed the if-conditional warning
9638
9639 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9640
9641         * device/lib/_mullong.c: replaced int by short for gcc
9642
9643 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9644
9645         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9646         and JUMPTABLE iCodes properly now (worked by accident before)
9647         * src/mcs51/gen.c (leftRightUseAcc),
9648         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9649         iCode properly now. Use getSize instead of nRegs since a & b
9650         aren't part of the nRegs tally.
9651
9652 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9653
9654         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9655         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9656           before instructions that use the _STATUS register
9657
9658 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9659
9660         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9661         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9662         fetching of the pointer
9663         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9664         copied from genNearPointerSet()
9665         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9666         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9667         If they pop r0/r1 they must be called in the opposite order than aopOp().
9668         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9669         (resp. --stack-auto), prepared for --xstack
9670
9671 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9672
9673         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9674
9675 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9676
9677         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9678         these ports have their own __sdcc_external_start()
9679
9680 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9681
9682         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9683         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9684         type for bits was changed. It resulted in bit variables becoming
9685         global, which is not permitted in PIC 14 assembly output.
9686
9687 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9688
9689         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9690
9691 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9692
9693         Z80 and MCS51 linkers complaint if a public symbol is defined
9694         in more than one library module:
9695
9696         * as/mcs51/lklib.c
9697         * link/z80/lklib.c
9698         * as/mcs51/Makefile.in
9699
9700 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9701
9702         A few small changes that speed up the peephole optimizer.
9703
9704         * src/SDCCpeeph.c
9705
9706 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9707
9708         Try to make the peephole optimizer smarter by maintaining
9709         an association between the assembly source code and the
9710         iCodes that originated them. Put this information to use
9711         with a new peephole rule condition "notVolatile" so that
9712         the rules can be aggressive yet still safe.
9713
9714         * src/SDCCpeeph.c
9715         * src/SDCCpeeph.h
9716         * src/mcs51/gen.c
9717         * src/mcs51/peeph.def
9718
9719 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9720
9721         Fixed bug #741761
9722
9723         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9724         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9725         if the left or right operand symbols have the accuse flag set.
9726
9727 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9728
9729         Changed the type of the result of the ! (NOT) operator to char;
9730         previously it returned the same type as the source. This allows
9731         us to eliminate all the genFloatNot functions (all of its target
9732         implementations were very buggy) since !float can use the same
9733         code as !long now.
9734
9735         * src/SDCCicode.c (ast2iCode): ! returns char
9736         * src/mcs51/gen.c (genNot, genNotFloat),
9737         * src/ds390/gen.c (genNot, genNotFloat),
9738         * src/z80/gen.c (genNot, genNotFloat),
9739         * src/pic/gen.c (genNot, genNotFloat),
9740         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9741
9742 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9743
9744         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9745         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9746            during interrupts. Ensure WSAVE is located at a shared bank address.
9747         2. Fixed page selection in some places
9748         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9749            the registers name strings.
9750         4. Fixed "signed / unsigned compare" compiler warnings.
9751         5. The PIC port manages its own allocation of the general purpose
9752            registers, but makes no attempt to reuse them. As a result when
9753            compiling it soon runs out of general purpose registers. Some
9754            additional code was added to the files pcode.c and device.c to walk
9755            through the function call tree and rename the registers so that they
9756            get reused.
9757
9758         * src/pic/device.c
9759         * src/pic/gen.c
9760         * src/pic/glue.c
9761         * src/pic/pcode.c
9762         * src/pic/pcode.h
9763         * src/pic/ralloc.c
9764         * src/pic/ralloc.h
9765         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9766         genPlus() & genMinus() when the result is the same as left or right
9767
9768 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9769
9770         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9771
9772 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9773
9774         Made bitfield a distinct type from bit so that bitfields
9775         convert as per ANSI C and bits retain their traditional
9776         boolean style behaviour. Implemented bitfield support in
9777         the z80 port.
9778
9779         * src/SDCCsymt.h,
9780         * src/SDCCsymt.c,
9781         * src/SDCCast.c,
9782         * src/cdbFile.c,
9783         * src/mcs51/gen.c,
9784         * src/ds390/gen.c: bit v bitfield split
9785         * src/z80/gen.c: New support for bitfields
9786         * support/regression/tests/bitfields.c: reenabled z80,
9787         added more tests
9788
9789 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9790
9791         Rules 246.x, 247.x relate to bitfields, the others speed up
9792         access to xdata mapped I/O devices.
9793
9794         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9795
9796 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9797
9798         Cleaned up genPackBits and genUnpackBits and added two helper
9799         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9800         for literal assignments in genPackBits (thanks to Frieder for
9801         reminding me).
9802
9803         * src/mcs51/gen.c
9804         * src/ds390/gen.c
9805
9806 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9807
9808         Fixed bug #748310 (pointer to function type mishandled when the
9809         function name is omitted). Also fixed a SIGSEGV when a function
9810         attribute (reentrant, etc) is used on a non-function or on a
9811         function but misplaced before the parameter list.
9812
9813         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9814         bug #748310
9815         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9816         * support/Util/SDCCerr.h,
9817         * support/Util/SDCCerr.c: Added func attr misuse error msg
9818
9819 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9820
9821         Fixed bug #787649 by anonymous
9822         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9823         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9824
9825 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9826
9827         Fixed numerous bitfield problems.
9828
9829         * src/SDCC.y: More bitfield related error checking
9830         * src/SDCCsymt.h,
9831         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9832         * support/Util/SDCCerr.h,
9833         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9834         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9835         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9836         * support/regression/tests/bitfields.c: tests added
9837
9838 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9839
9840         Made the constant following the "interrupt" keyword optional. If
9841         omitted, the function will not automatically be given an entry
9842         in the interrupt vector table (similar to #pragma NOIV, but
9843         less syntacticly kludgy). The interrupt number is also now
9844         range checked. Also fixed a bug in the high order bit example
9845         in the manual.
9846
9847         * src/SDCC.y
9848         * src/SDCCmem.c
9849         * src/SDCCglue.c
9850         * src/SDCCsymt.h
9851         * support/Util/SDCCerr.c
9852         * support/Util/SDCCerr.h
9853         * doc/sdccman.lyx
9854
9855 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9856
9857         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9858         * src/SDCCicode.c (operandOperation): rewritten some ops
9859         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9860         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9861         other type
9862         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9863         be re-activated by defining REDUCE_LITERALS)
9864         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9865         unsigned, but are signed by default
9866         * src/SDCCval.c (constVal): rearranged
9867         * src/SDCCval.c (valMod): preliminary fix
9868         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9869         * support/regression/literalop.c: added, work in progress
9870
9871 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9872
9873         Generate warnings for useless declarations like "char data;"
9874         that don't do what new users expect.
9875
9876         * src/SDCC.y
9877         * support/Util/SDCCerr.h
9878         * support/Util/SDCCerr.c
9879
9880 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9881
9882         * src/SDCCval.c (valMult): fix overflow detection of negative int
9883
9884 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9885
9886         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9887
9888         Changes to support big endian targets:
9889
9890         * src/ports.h
9891         * src/SDCCglue.c
9892         * src/avr/main.c
9893         * src/ds390/main.c
9894         * src/izt/i186.c
9895         * src/mcs51/main.c
9896         * src/pic/main.c
9897         * src/pic16/main.c
9898         * src/xa51/main.c
9899         * src/z80/main.c
9900
9901 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9902
9903         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9904         * device/lib/time.c: fixed warning "integer overflow in expression"
9905
9906 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9907
9908         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9909         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9910         constants are unsigned; added recognition of "u" flag for unsigned
9911         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9912         * src/SDCCval.c (valDiv, valMod): fixed signdness
9913         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9914         signedness of modulo, left and right shift
9915         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9916         * support/Util/SDCCerr.h: added warning W_INT_OVL
9917         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9918         * src/SDCCast.c (ast_print): improved output of constants
9919
9920 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9921
9922         Fixed some warnings when building with MSVC:
9923
9924         * as/mcs51/asdata.c
9925         * as/z80/asdata.c
9926         * as/mcs51/asm.h
9927         * as/z80/asm.h
9928         * link/z80/aslink.h
9929         * link/z80/lkdata.c
9930         * link/z80/lkeval.c
9931         * link/z80/lkgb.c
9932         * link/z80/lkihx.c
9933         * link/z80/lks19.c
9934         * link/z80/lksym.c
9935         * support/cpp2/cpplib.c
9936         * src/ds390/gen.c
9937         * src/mcs51/gen.c
9938
9939 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9940
9941         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9942
9943 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9944
9945         * support/librarian/clean.mk: Do not remove Makefile.
9946         * support/librarian/Makefile: added.
9947
9948 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9949
9950         Added librarian to MSVC build:
9951         * all.dsp
9952         * sdcc.dsw
9953         * support/librarian/librarian.dsp
9954
9955         'configure' not needed for librarian, removed:
9956         * support/librarian/configure
9957         * support/librarian/configure.in
9958         * support/librarian/config_in.h
9959         * support/librarian/Makefile.in
9960
9961         Hopefully these ones built the librarian and the rest of sdcc properly:
9962         * Makefile
9963         * Makefile.common.in
9964
9965         Messed up 'configure', so revert to previous version:
9966         * configure
9967         * configure.in
9968
9969 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9970
9971         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9972         there, while the mantissa of a double is "only" 53 bits wide.
9973
9974 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9975
9976         Adding sdcclib to the build.  MSVC project coming soon.
9977         Files added/changed:
9978
9979         * support/librarian/clean.mk
9980         * support/librarian/configure
9981         * support/librarian/configure.in
9982         * support/librarian/config_in.h
9983         * support/librarian/Makefile.bcc
9984         * support/librarian/Makefile.in
9985         * support/librarian/sdcclib.c
9986         * Makefile.bcc
9987         * Makefile
9988         * Makefile.common.in
9989         * configure
9990         * configure.in
9991
9992 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9993
9994         Linker now complaints if linked modules have conflicting options, for
9995         example, one compiled using --model-large and another one compiled with
9996         --model-small.  The following files were modified:
9997
9998         * as/mcs51/asdata.c
9999         * as/mcs51/aslink.h
10000         * as/mcs51/asm.h
10001         * as/mcs51/asmain.c
10002         * as/mcs51/asout.c
10003         * as/mcs51/i51pst.c
10004         * as/mcs51/lkdata.c
10005         * as/mcs51/lklibr.c
10006         * as/mcs51/lkmain.c
10007         * as/z80/asdata.c
10008         * as/z80/asm.h
10009         * as/z80/asmain.c
10010         * as/z80/asout.c
10011         * as/z80/z80pst.c
10012         * link/z80/aslink.h
10013         * link/z80/lkdata.c
10014         * link/z80/lklibr.c
10015         * link/z80/lkmain.c
10016         * src/SDCCglue.c
10017
10018 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10019
10020         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
10021         as/mcs51/lklibr.c: Generate a warning when a library is not found.
10022
10023 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
10024
10025         * src/z80/mappings.i: fix _mul[us][int,long] entries
10026
10027 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10028
10029         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
10030
10031 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10032
10033         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
10034         * support/regression/tests/bitopcse.c: added
10035         fixed warning:
10036         * src/avr/gen.c:
10037         * src/pic/gen.c:
10038         * src/pic16/gen.c:
10039         * src/z80/gen.c:
10040         * src/xa51/gen.c:
10041
10042 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10043
10044         added support for new library format to z80, gbz80 linkers:
10045         *link/z80/aslink.h
10046         *link/z80/lklex.c
10047         *link/z80/lklib.c
10048         *link/z80/lklist.c
10049
10050 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10051
10052         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
10053         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
10054
10055 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
10056
10057         added DUMMY_READ_VOLATILE:
10058         * src/SDCC.y:
10059         * src/avr/gen.c:
10060         * src/xa51/gen.c:
10061         * src/z80/gen.c:
10062         * src/pic/gen.c:
10063         * src/pic16/gen.c:
10064         * src/mcs51/gen.c:
10065         * src/ds390/gen.c:
10066         * src/SDCCcse.c (algebraicOpts): many improvements
10067         * src/SDCCcse.h: removed algebraicOpts()
10068         * src/SDCCicode.c (picDummyRead): added
10069
10070 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10071
10072         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
10073         "Insufficient space in data memory".
10074
10075 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10076
10077         * src/mcs51/gen.c: fixed bug #771358
10078         * src/z80/gen.c: fixed bug #759087
10079
10080 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
10081
10082         * src/pic16/glue.c: minor cleanup by Vangelis
10083
10084 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10085
10086         * device/include/regc515c.h: fixed #758477
10087         * device/lib/_gptrget.c: saving some cycles in generic pointer get
10088         * device/lib/_gptrput.c: saved a few bytes
10089         * my tab spacing is 8, yours too?)
10090         * device/lib/_ser.c: process RX bytes earlier than TX bytes
10091         * device/lib/serial.c: process RX bytes earlier than TX bytes
10092         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
10093
10094 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10095
10096         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
10097
10098 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10099
10100     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
10101
10102 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
10103
10104         * device/lib/Makefile.in: bad fix, reverted to 1.43
10105
10106 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
10107
10108         * device/lib/Makefile.in: added missing z80 object files
10109
10110 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
10111
10112         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
10113         pic16 progress by Vangelis:
10114         * src/SDCCglobl.h:
10115         * src/SDCCmain.c:
10116         * src/pic/Makefile:
10117         * src/pic:
10118         * pic/Makefile:
10119         * pic16/device.c:
10120         * pic16/device.h:
10121         * pic16/gen.c:
10122         * pic16/gen.h:
10123         * pic16/genarith.c:
10124         * pic16/glue.c:
10125         * pic16/main.c:
10126         * pic16/pcode.c:
10127         * pic16/pcode.h:
10128         * pic16/pcodepeep.c:
10129         * pic16/peeph.def:
10130
10131 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10132
10133     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
10134
10135 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10136
10137     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
10138     added gbz80 build to MSVC project.
10139     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
10140     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
10141     from 8051 stuff and setup so it links using a .lnk file.
10142
10143 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10144
10145     * support/librarian/sdcclib.c: sdcc librarian.
10146     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
10147     with sdcclib.
10148
10149 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10150
10151     * as/mcs51/lkmain.c: properly handle extensions in function afile.
10152
10153 2003-07-02  Borut Razem <borut.razem AT siol.net>
10154
10155         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
10156         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
10157         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
10158         src/xa51/main.c, src/z80/main.c:
10159         virtualization of glue() function: each port has it's own glue function,
10160         which is accessed by do_glue function pointer in PORT.general structure
10161
10162 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
10163
10164         * DS800C400 fun, improved ROM interface and tinibios.
10165
10166 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
10167
10168         * More support for DS80C400. Now includes beginning of interface to ROM.
10169
10170 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
10171
10172         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
10173
10174 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10175
10176         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
10177
10178 2003-06-19  Borut Razem <borut.razem AT siol.net>
10179
10180         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
10181
10182 2003-06-19  Borut Razem <borut.razem AT siol.net>
10183
10184         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
10185         fixed Z80 port - crt0.o: cannot open.
10186
10187 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
10188
10189         * support/Util/MySystem.c (merge_command): revert bad fix
10190
10191 2003-06-18  Borut Razem <borut.razem AT siol.net>
10192
10193         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
10194
10195 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10196
10197         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10198         option --use-stdout sends errors to stdout instead of stderr.
10199
10200 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
10201
10202         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
10203
10204 2003-06-15  Borut Razem <borut.razem AT siol.net>
10205
10206         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
10207         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
10208         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
10209         fixed width array of pointers replaced with sets;
10210         multiple include and lib paths ared transferred to preprocessor and linker
10211         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
10212         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
10213         fixed width array of pointers
10214         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
10215         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
10216         fixupPath(), getPathDifference()
10217         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
10218         fixed width array of pointers
10219
10220 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
10221
10222         * src/pic16/ralloc.c: fix warnings
10223         * src/pic16/pcode.c: fix warning
10224
10225 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
10226
10227          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
10228         know all the details, but essentially this set of changes enable
10229         the pic16 port to generate movff instructions and generate assembler
10230         directives,
10231         * src/SDCCmain.c:
10232         * src/pic16/gen.c:
10233         * src/pic16/glue.c:
10234         * src/pic16/pcode.c:
10235         * src/pic16/device.c:
10236         * src/pic16/main.c:
10237         * src/pic16/pcode.h:
10238         * src/pic16/pcoderegs.c:
10239         * src/pic16/ralloc.c:
10240         * src/pic16/ralloc.h:
10241
10242 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10243
10244         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10245         added option --vc, so sdcc errors and warnings are compatible with
10246         Microsoft Visual Studio.
10247
10248 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10249
10250         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
10251           device/lib/libfloat.lib: added atof function.
10252
10253 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
10254
10255         * doc/sdccman.lyx: updated to Lyx 1.3
10256         * doc/cdbfileformat.lyx: updated to Lyx 1.3
10257         * doc/test_suite_spec.lyx: updated to Lyx 1.3
10258         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
10259
10260 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
10261
10262         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10263
10264 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10265
10266         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10267           additions to the "related tools/documentation" section
10268
10269 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10270
10271         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10272
10273 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10274
10275         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10276         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10277
10278 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10279
10280         * doc/sdccman.lyx: fix double dash and other minor things
10281         * doc/Makefile: fix double dash
10282
10283 2003-05-28  Karl Bongers(patches from Martin Helmling)
10284         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10285           condition and ignore commands.
10286
10287 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10288
10289         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10290           is in parts still quite out of date, I did changes as far as I felt makes sense
10291           for a non-native english speaker.
10292           Please feel free to add to the manual or to correct my changes.
10293         * doc/Makefile: undid touching the date of intermediate tex files.
10294
10295 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10296
10297         * doc/sdccman.lyx: Manual has an index now
10298
10299 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10300
10301         Finalize muluint/mulsint and mululong/mulslong merging:
10302         * device/lib/_mulint.c
10303         * device/lib/_mullong.c
10304         * device/lib/gbz80/mul.s
10305         * device/lib/gbz80/stubs.s
10306         * device/lib/z80/mul.s
10307         * device/lib/z80/stubs.s
10308         * src/SDCCsymt.c (initCSupport)
10309
10310 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10311
10312         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10313         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10314           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10315           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10316           instead of /Zm500.
10317
10318 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10319
10320         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10321           the regression tests I'm not brave enough to enable 245.b, 245.c
10322         * doc/sdccman.lyx: added latex preamble for hyperref package.
10323           Using pdflatex this will give you a hyperlinked pdf file with
10324           bookmarks. (prepend '%' before /usepackage if this breaks something)
10325
10326 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10327
10328          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10329
10330 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10331
10332         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10333
10334 2003-05-21    <johan AT balder>
10335
10336         * src/SDCCglue.c (printIval): fixed bug #739934
10337
10338 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10339
10340         Applied patch from bug 737905 (renamed yylineo to mylineno):
10341         * src/altlex.c
10342         * src/SDCCast.c
10343         * src/SDCglobl.h
10344         * src/SDCC.lex
10345         * src/SDCCsymt.c
10346         * src/SDCCval.c
10347         * src/pic16/pcode.c: Cleaned warnings
10348         * src/pic16/pcodeflow.c: Cleaned warnings
10349         * src/pic16/pcoderegs.c: Cleaned warnings
10350
10351 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10352
10353         * src/pic16/pcode.c: Cleaned warnings
10354         * src/pic16/pcodepeep.c: Cleaned warnings
10355         * src/pic16/ralloc.c: Cleaned warnings
10356
10357 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10358
10359         * doc/sdccman.lyx: fixed bug 739745
10360         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10361
10362 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10363
10364         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10365         it can be defined with CFLAGS when running configure
10366         * src/SDCCmain.c: fixed compiling + linking with object files
10367
10368 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10369
10370         * configure.in: configure for pic16 port,
10371             added --disable-pic16-port
10372         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10373         * src/SDCCmain.c: linkOptions is changed to set *,
10374             added if/endif conditional macros to remove options help
10375             messages from optionsTable when a port is not configured, added
10376             support for the PIc16 port in the ports table, when executing
10377             the compiler with no port specified on command line, a default
10378             port is selected with the new macro DEFAULT_PORT which is
10379             defined in port.h, in setDefaultOptions() linkOptions is removed
10380             from initialization assignment, since now it is a set,
10381             parseCmdLine uses setParseWithComma for linkOptions, in
10382             linkEdit() linkOptions are accessed with new function indexSet()
10383             which returns the i'th item of a set variable. See SDCCset.c, in
10384             linkEdit() when calling buildCmdLine(), added linkOptions as
10385             last argument. Now users can pass arguments to gplink via the
10386             -Wl option, main() uses pic16glue() to glue up pic16 programs
10387         * src/SDCCpeeph.c: various changes to support pic16
10388         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10389             return the i'th item of the set
10390         * src/SDCCset.h: added function prototype for indexSet()
10391         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10392         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10393         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10394             added macro DEFAULT_PORT
10395         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10396         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10397             generated
10398         * src/pic16/glue.c: commented out some error producing lines
10399         * src/pic16/main.c: __config directives are commented out to stop
10400             gpasm complaining and test the linkage with gplink, _linkCmd and
10401             _asmCmd changed to be more gplink and gpasm friendly
10402         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10403             produced an error when parsed, peep rule 12 is added to utilize
10404             movff, but it is commented out since the pCode does not support
10405             yet a command with 2 address arguments
10406
10407 2003-05-18    <johan AT balder>
10408
10409         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10410         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10411 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10412
10413         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10414   Added feature to script commands from file.
10415
10416 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10417
10418         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10419         * src/SDCCutil.c: include ctype.h for win32
10420
10421 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10422
10423         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10424
10425 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10426
10427         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10428   Fixed so you can set breakpoints prior to run, run does not stop
10429   on entry now.  Add tbreak.  Other enhancements and fixes for use
10430   with ddd.
10431
10432 2003-05-12  Borut Razem <borut.razem AT siol.net>
10433
10434         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10435
10436 2003-05-11  Borut Razem <borut.razem AT siol.net>
10437
10438         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10439         the path of bin directory, so that PATH is the only env. variable, which has to be set
10440         in case of standard installation.
10441         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10442         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10443         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10444
10445 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10446
10447         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10448         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10449         temp files are in the port dir; clean the gen/test directory when
10450         generating new test.c
10451         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10452         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10453         * support/regression/tests/zeropad.c: added
10454
10455 2003-05-09    <johan AT balder>
10456
10457         * src/SDCCglue.c: fixed bug #597940
10458
10459 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10460
10461         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10462   cache sfr, optimize next,step, fix off by one sourceline,
10463   support ddd list function.
10464         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10465
10466 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10467
10468         * support/regression/HTMLgen.py: added compare_s2f()
10469         * support/regression/Makefile: redo 1.27
10470         * support/regression/generate-cases.py: redo 1.5
10471
10472 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10473
10474         * support/regression/tests/float.c: workaround 33 bit hex constant
10475         * support/regression/tests/simplefloat.c: fix division for host
10476
10477 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10478
10479         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10480         that tame's the PIC's over-aggressive optimizer.
10481
10482 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10483
10484          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10485          support for MSVC.
10486
10487 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10488
10489         Initial support for DS80C400. "Hello world" runs on TINIm400
10490         (with polled I/O).
10491
10492 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10493
10494          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10495          * Some notes on ddd usage added in debugger/README
10496          Martin Helmling adding more features and fixes for ddd GUI debugger.
10497          Code added for nexti, stepi, up, down, and other adjustments.
10498
10499 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10500
10501         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10502         * src/pic/peeph.def Added two rules to optimize carry manipulation
10503         * src/pic/* removed debug printfs
10504
10505 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10506
10507         * debugger/mcs51/cmd.c: added header newalloc.h
10508
10509 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10510
10511         * as/Makefile: new EXEEXT
10512         * as/z80/Makefile: remove trailing slash of BUILDIR
10513         * as/z80/clean.mk: new EXEEXT
10514         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10515         * support/cpp2/Makefile.in: new EXEEXT
10516         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10517
10518 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10519
10520         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10521         EXEEXT was introduced to fix all related problems with targets
10522         "clean", "install" and "uninstall"; a couple of further flaws
10523         especially with "clean" have been fixed too
10524         * as/mcs51/Makefile.in
10525         * as/mcs51/clean.mk
10526         * as/z80/Makefile
10527         * Makefile
10528         * clean.mk
10529         * debugger/mcs51/Makefile.in
10530         * debugger/mcs51/clean.mk
10531         * link/z80/Makefile
10532         * link/z80/Makefile.in
10533         * link/z80/clean.mk
10534         * link/Makefile
10535         * packihx/Makefile.in
10536         * packihx/clean.mk
10537         * sim/ucsim/Makefile
10538         * sim/ucsim/clean.mk
10539         * sim/ucsim/avr.src/Makefile.in
10540         * sim/ucsim/avr.src/clean.mk
10541         * sim/ucsim/s51.src/Makefile.in
10542         * sim/ucsim/s51.src/clean.mk
10543         * sim/ucsim/xa.src/Makefile.in
10544         * sim/ucsim/xa.src/clean.mk
10545         * sim/ucsim/z80.src/Makefile.in
10546         * sim/ucsim/z80.src/clean.mk
10547         * sim/ucsim/main_in.mk
10548         * sim/ucsim/packages_in.mk
10549         * sim/ucsim/gui.src/Makefile.in
10550         * sim/ucsim/gui.src/serio.src/Makefile.in
10551         * sim/ucsim/gui.src/serio.src/clean.mk
10552         * src/Makefile.in
10553         * src/clean.mk
10554         * support/cpp2/Makefile.in
10555         * support/cpp2/clean.mk
10556         * support/makebin/Makefile
10557         * support/makebin/clean.mk
10558         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10559         * doc/sdccman.lyx: --program-suffix no longer needed
10560
10561 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10562
10563          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10564          Martin Helmling added support for ddd GUI debugger.
10565          Code added to display assembly, set variables, and other commands
10566          to interface to ddd.
10567
10568 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10569
10570         * as/Makefile: fix target clean
10571         * as/clean.mk: fix target clean
10572         * as/z80/clean.mk: fix target clean
10573
10574 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10575
10576         * Makefile.common.in: added  AT EXEEXT AT
10577         * configure.in: removed all mingw32 stuff
10578         * configure: rebuilt from configure.in
10579         * doc/sdccman.lyx: updated section "installation"
10580         * support/scripts/sdcc_mingw32: adapted to configure
10581         * support/scripts/sdcc_cygwin_mingw32: added
10582
10583 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10584
10585         * src/pic Added object file support for the PIC port
10586         * src/pic Applied patch from Craig Franklin (this started the object file support)
10587         * src/regression Updated the PIC regression tests for object files
10588
10589 2003-04-20  Borut Razem <borut.razem AT siol.net>
10590
10591         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10592           lklex.c: In function `getfid':
10593           lklex.c:203: warning: array subscript has type `char'
10594         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10595           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10596         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10597           stack handling macros
10598
10599 2003-04-19  Borut Razem <borut.razem AT siol.net>
10600
10601         * "handling space characters in file path" task:
10602         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10603         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10604         * support/Util/MySystem.h: make it self-sufficient
10605         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10606           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10607           handling space characters in file path
10608         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10609           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10610         * support/Util/MySystem.c: handling space characters in executable's path
10611
10612 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10613
10614         * as/z80/Makefile: fix permanent rebuild of z80
10615         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10616         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10617
10618 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10619
10620         * src/SDCCopt.c: add special case optimization to replace modulo by
10621           a power of two with a bitwise AND.
10622
10623 2003-04-18    <johan AT balder>
10624
10625         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10626
10627 2003-04-17    <johan AT balder>
10628
10629         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10630         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10631
10632 2003-04-13  Borut Razem <borut.razem AT siol.net>
10633
10634         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10635         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10636           fixed mingw problem in adl_NORMALIZE_PATH
10637
10638 2003-04-12  Borut Razem <borut.razem AT siol.net>
10639
10640         * fixed "#pragma SAVE/RESTORE can not be nested":
10641         * src/SDCC.lex: reworked pragma handling functions
10642         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10643         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10644
10645 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10646
10647         * src/SDCCutil.c (pathEquivalent): defined but not used
10648         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10649         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10650         * configure: rebuilt from configure.in
10651         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10652         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10653         * device/include/Makefile.in: replace sdcc_datadir
10654         * device/lib/Makefile.in: replace sdcc_datadir
10655         * Makefile.common.in: add LDFLAGS from configure
10656         * packihx/Makefile.in: use LDFLAGS
10657         * src/Makefile.in: use LDFLAGS
10658         * support/cpp2/Makefile.in: add LDFLAGS from configure
10659         * support/makebin/Makefile: use LDFLAGS
10660         * .version: bumped version number to 2.3.5
10661
10662 2003-04-12  Borut Razem <borut.razem AT siol.net>
10663
10664         * completed "different paths" task:
10665         * src/SDCCmacro.c: fixed bug in handling quotes
10666         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10667         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10668
10669 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10670
10671         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10672
10673 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10674
10675         * ds390/gen.c ds390/peeph.def: fix bug 706781
10676
10677 2003-04-11  Borut Razem <borut.razem AT siol.net>
10678
10679         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10680
10681 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10682
10683         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10684         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10685          set - this bit used to not be set...).
10686         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10687           bad code in PIC Port
10688         * src/regression/and2.c added to test bug 609268
10689         * src/regression/Makefile added and2.c to regression test
10690
10691
10692 2003-04-08    <johan AT CP255758-A>
10693
10694         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10695         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10696         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10697
10698 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10699
10700         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10701         fix bug #487815
10702         * support/cpp2/Makefile.in: fix bug #487815
10703         * configure: rebuilt from configure.in
10704         * Makefile.common.in: docdir changed, new path suffixes
10705         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10706         * sdcc_vc_in.h: reflect changes from sdccconf.h
10707         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10708         * src/SDCCutil.h: remove BINDIR hack
10709         * doc/sdccman.lyx: update new path hierarchy
10710
10711 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10712
10713         * src/SDCCpeeph.c: added okToRemoveSLOC test
10714
10715 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10716
10717         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10718
10719 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10720
10721         * src/SDCCpeeph.c: added labelIsReturnOnly test
10722         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10723
10724 2003-04-05    <johan AT balder>
10725
10726         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10727         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10728         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10729         * src/SDCCast.c: fixed a warning
10730         * src/SDCCast.h: fixed a warning
10731         * src/SDCCicode.c (operandFromAst): fixed a warning
10732
10733 2003-04-04    <johan AT balder>
10734
10735         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10736         * src/SDCCast.c (decorateType): fixed bug #715076
10737         * src/SDCC.y: fixed bug #702907
10738
10739 2003-04-03    <johan AT balder>
10740
10741         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10742         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10743         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10744         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10745         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10746
10747 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10748
10749         * _decdptr.c: fix return values
10750         * _gptrget.c: fix return values
10751         * _gptrgetc.c: fix return values
10752         * _gptrput.c: fix return values
10753         * _mulint.c: fix return values
10754         * as/z80/Makefile: fix 'make -j' problem
10755
10756 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10757
10758         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10759         * configure.in: big cleanup, updated to autoconf 2.5x
10760         * configure: rebuilt from configure.in
10761         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10762         * sdcc_vc_in.h: reflect changes from sdccconf.h
10763         * doc/Makefile: fixed a flaw in "make install"
10764
10765 2003-04-02    <johan AT balder>
10766
10767         * src/ds390/gen.c (genCmp): no comments
10768         * src/mcs51/gen.c (genCmp): no comments
10769         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10770         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10771
10772 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10773
10774         * support/regression/generate-cases.py: place generated file in given sub directory
10775         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10776         * support/regression/Makefile: improvements for 'make -j';
10777         side effect: it's simpler and faster now
10778
10779 2003-03-31  Borut Razem <borut.razem AT siol.net>
10780
10781         * src/z80/main.c: link-{port} and as-{port} defined without path
10782         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10783
10784 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10785
10786         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10787
10788 2003-03-30  Borut Razem <borut.razem AT siol.net>
10789
10790         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10791           changed type of list parameter to set
10792         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10793         * src/port.h: changed type of do_assemble() parameter to set
10794         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10795           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10796           definition of "cppoutfilename" macro with NULL value in preProcess()
10797         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10798         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10799         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10800           replaced with set *binPathSet
10801         * shash_add() deallocates the item, if allready exsists, before adding the new one
10802         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10803
10804 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10805
10806         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10807           a nested for loop bug in the PIC port
10808         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10809           for loops
10810
10811 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10812
10813         * support/Util/dbuf.h: remove C++ stuff to make it portable
10814
10815 2003-03-28  Borut Razem <borut.razem AT siol.net>
10816
10817         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10818           literal strings in stringLiteral()
10819         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10820         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10821           to the project
10822
10823 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10824
10825         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10826
10827 2003-03-26    <johan AT balder>
10828
10829         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10830         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10831         * src/SDCCast.c (decorateType): fixed " -v < 3"
10832
10833 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10834
10835         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10836         Added Lenny Story's debug infrastructure changes:
10837         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10838         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10839         * src/cdbFile.c: added
10840         * src/SDCCdebug.c: added
10841         * src/SDCCdebug.h: added
10842         * src/SDCCast.c (createFunction)
10843         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10844         * src/SDCCmain.c (parseCmdLine, main)
10845         * src/SDCCmem.c (redoStackOffsets)
10846         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10847         * src/SDCCsymt.h
10848         * src/common.h
10849         * src/avr/gen.c (genAVRCode)
10850         * src/ds390/gen.c (gen390Code)
10851         * src/mcs51/gen.c (gen51Code)
10852         * src/pic/gen.c (genpic14Code)
10853         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10854         * src/xa51/gen.c (genXA51Code)
10855         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10856
10857 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10858
10859         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10860         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10861
10862 2003-03-22    <johan AT balder>
10863
10864         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10865
10866 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10867
10868         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10869         * doc/cdbfileformat.lyx: added, written by Lenny Story
10870         * doc/Makefile: added cdbfileformat.lyx
10871         * doc/clean.mk: added cdbfileformat.lyx
10872
10873 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10874
10875         * src/mcs51/peeph.def: fix bug #705773
10876
10877 2003-03-20    <johan AT balder>
10878
10879         An sfr/sbit can have an "at #" AND an initializer
10880         * src/SDCCsymt.c (checkSClass):
10881         * src/SDCCmem.c (allocGlobal):
10882         * src/SDCCmem.c (allocLocal):
10883         * src/SDCCast.c (createBlock):
10884
10885 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10886
10887         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10888
10889 2003-03-16    <johan AT balder>
10890
10891         Undid the hackup of const and volatile, the problem is much bigger
10892         * src/SDCC.y:1.65
10893         * src/SDCCast.c:1.171
10894         * src/SDCCglue.c:1.138
10895         * src/SDCCicode.c:1.146
10896         * src/SDCCsymt.c:1.150
10897         * src/SDCCval.c:1.65
10898
10899 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10900
10901         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10902         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10903
10904 2003-03-13    <johan AT balder>
10905
10906         Hackup const and volatile modifiers in type chains a bit:
10907         * src/SDCC.y:1.63
10908         * src/SDCCast.c:1.169
10909         * src/SDCCglue.c:1.136
10910         * src/SDCCicode.c:1.143
10911         * src/SDCCsymt.c1.146
10912         * src/SDCCsymt.h1.59
10913         * src/SDCCval.c:1.63
10914
10915 2003-03-12    <johan AT balder>
10916
10917         * src/SDCCBBlock.h: more LRH debugging junk
10918         * src/SDCCcflow.h: more LRH debugging junk
10919         * src/SDCCloop.c: more LRH debugging junk
10920         * src/SDCC.y (struct_declaration): fixed bug #697590
10921         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10922         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10923         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10924
10925 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10926         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10927         test function names must now match exactly).
10928         * src/SDCCcse.c: added special case in findCheaperOp to allow
10929         extending a short integer. Makes less awful code for bug 700121 test case.
10930
10931 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10932
10933         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10934         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10935
10936 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10937
10938         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10939         actually called (operandsNotEqual() was called for all
10940         operandsNotEqualX tests).
10941
10942 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10943
10944         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10945         with shorter literals. Fixes bug 700121.
10946
10947 2003-03-11    <johan AT balder>
10948
10949         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10950
10951 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10952
10953         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10954         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10955
10956 2003-03-10  Borut Razem <borut.razem AT siol.net>
10957
10958         * src/SDCCmain.c: pipe preprocessor's output
10959         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10960         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10961         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10962         which closes all pipes in pipeSet set
10963         * src/SDCCset.c: free deleted item in function deleteSetItem()
10964         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10965         moved from z80 to src subproject
10966         * .version: increased version number to 2.3.4
10967
10968 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10969
10970         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10971         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10972         * support/regression/ports/xa51/spec.mk: fix typo
10973
10974 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10975
10976         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10977
10978 2003-03-09  Borut Razem <borut.razem AT siol.net>
10979
10980         * src/SDCCmain.c: pipe preprocessor's output
10981         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10982         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10983         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10984         which closes all pipes in pipeSet set
10985         * src/SDCCset.c: free deleted item in function deleteSetItem()
10986         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10987         moved from z80 to src subproject
10988
10989 2003-03-09  Borut Razem <borut.razem AT siol.net>
10990
10991         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10992         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10993         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10994         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10995         * src/SDCCglobl.h: unification of WIN32 native definitions
10996
10997 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10998
10999         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
11000
11001 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11002
11003         * src/configure.in:   check for endianess (even while cross-compiling)
11004         * src/configure:      check for endianess (even while cross-compiling)
11005         * src/configure_in.h: check for endianess (even while cross-compiling)
11006         * src/avr/gen.c:        remove old endianess stuff
11007         * src/mcs51/gen.c:      remove old endianess stuff
11008         * src/ds390/gen.c:      remove old endianess stuff
11009         * src/pic/gen.c:        remove old endianess stuff
11010         * src/pic/genarith.c:   remove old endianess stuff
11011         * src/pic/glue.c:       fix endianess check
11012         * src/pic16/gen.c:      remove old endianess stuff
11013         * src/pic16/genarith.c: remove old endianess stuff
11014         * src/pic16/glue.c:     fix endianess check
11015         * src/xa51/gen.c:       remove old endianess stuff
11016         * src/z80/gen.c:        fix endianess check
11017         * src/SDCCglue.c:       fix endianess check
11018         * src/ds390/peeph.def: fix bug 700036
11019
11020 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11021
11022         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
11023         * src/configure: find appropriate data-types on host for SDCC's int and long
11024         * src/configure.in: find appropriate data-types on host for SDCC's int and long
11025         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
11026         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
11027
11028 2003-03-07    <johan AT balder>
11029
11030         Just a big NOOP:
11031                 some minor cleanups before the big shot
11032                 OP_DEFS and OP_USES now use Kevin's protection
11033                 new option --nolabelopt
11034
11035         * src/SDCCBBlock.c:
11036         * src/SDCCast.c,:
11037         * src/SDCCcflow.c:
11038         * src/SDCCcse.c:
11039         * src/SDCCicode.c:
11040         * src/SDCCicode.h:
11041         * src/SDCClabel.c:
11042         * src/SDCCloop.c:
11043         * src/SDCCmain.c:
11044         * src/ds390/ralloc.c:
11045         * src/mcs51/ralloc.c:
11046         * src/pic/ralloc.c:
11047         * src/xa51/ralloc.c:
11048         * src/z80/ralloc.c:
11049
11050 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
11051
11052         * src/pic/pcode.c (get_op): fix 64 bit warnings
11053         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
11054         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
11055         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
11056         * support/regression/tests/malloc.c: fix 64 bit warnings
11057
11058 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
11059
11060         * src/mcs51/gen.c (genMinus): fixed bug 696436
11061
11062 2003-03-02  Borut Razem <borut.razem AT siol.net>
11063
11064         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
11065
11066 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
11067
11068         * configure.in: test for mkstemp
11069         * sdccconf_in.h: add HAVE_MKSTEMP
11070
11071 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
11072
11073         * device/include/ctype.h: removed warning while using --stack-auto
11074         * device/include/malloc.h: removed warning while using --stack-auto
11075         * device/include/string.h: removed warning while using --stack-auto
11076
11077 2003-02-23  Borut Razem <borut.razem AT siol.net>
11078
11079         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
11080         because NDEBUG is defined (see man assert)
11081         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
11082
11083 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11084
11085         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
11086         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
11087
11088 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11089
11090         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
11091         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
11092
11093 2003-02-18    <johan AT balder>
11094
11095         * as/mcs51/asmain.c (asmbl): module can start with a digit
11096         * as/z80/asmain.c (asmbl): module can start with a digit
11097
11098 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
11099
11100         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
11101         * src/asm.c: fix pipe() for Mingw32
11102
11103 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
11104
11105         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
11106         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
11107         make -V work again; --c1mode reads now from stdin
11108         * doc/sdccman.lyx: added --c1mode
11109         * support/Util/SDCCerr.c: new messages for c1 mode
11110         * support/Util/SDCCerr.h: new messages for c1 mode
11111         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
11112
11113 2003-02-15    <johan AT balder>
11114
11115         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
11116
11117 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
11118
11119         * doc/sdccman.lyx: Environment variables, -o and other minor things
11120
11121 2003-02-14    <johan AT balder>
11122
11123         * src/xa51/main.c: before anyone really tries to use it :)
11124
11125         * Install doc's in share/sdcc/doc
11126         * removed some obsolete files
11127         * Do a proper make distclean and uninstall
11128         M Makefile.common.in
11129         R sdccbuild.sh
11130         M as/Makefile
11131         M device/include/Makefile.in
11132         M device/lib/Makefile.in
11133         M doc/sdccman.lyx
11134         M link/Makefile
11135         M sim/ucsim/doc/Makefile.in
11136         M src/clean.mk
11137         R src/avr/peeph.rul
11138         R src/xa51/peeph.rul
11139         M support/cpp2/Makefile.in
11140         M support/makebin/Makefile
11141
11142
11143 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
11144
11145         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
11146
11147 2003-02-10  Borut Razem <borut.razem AT siol.net>
11148
11149         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
11150         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
11151         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
11152         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
11153         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
11154         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
11155         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
11156         src/z80/Makefile.bcc: Borland Makefile cleanup
11157         * as/z80/Makefile.bcc: Added Borland Makefile
11158         * support/cpp2/borland.h: Removed
11159
11160 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
11161
11162         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
11163         * src/SDCC.lex: new pragma NOIV
11164         * src/SDCCglobl.h: new pragma NOIV
11165         * src/SDCCmem.c: new pragma NOIV
11166
11167 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11168
11169         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
11170
11171 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11172
11173         * src/SDCCmain.c: signal handling is switched off by --debug
11174         * doc/Makefile: small fix for install; use clean.mk again
11175         * doc/clean.mk: clean *.pdf and *.html too
11176
11177 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
11178
11179         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
11180         * device/lib/printfl.c: fix a ds390 bug by making it portable
11181         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
11182         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
11183         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
11184         * debugger/mcs51/cmd.c: converted multi-line string literals
11185         * sim/ucsim/globals.cc: converted multi-line string literals
11186         * src/SDCCmain.c: introduced signal handler to remove temp files
11187         * doc/Makefile: small tweaks, implement clean
11188         * doc: removed generated files
11189
11190 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11191
11192         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
11193         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
11194         Address Record is not correctly generated for DS390."
11195
11196 2003-02-02  Borut Razem <borut.razem AT siol.net>
11197
11198         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
11199         * as/mcs51/asm.h: fixed compilation with Borland C
11200         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
11201         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
11202         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
11203         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
11204         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
11205         src/z80/Makefile.bcc: delete $(LIB) only if exist
11206         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
11207
11208 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
11209
11210         * device/include/malloc.h: introduced NULL
11211         * device/include/string.h: introduced NULL
11212         * device/include/stdlib.h: introduced NULL
11213         * device/lib/_memcpy.c: removed NULL
11214         * device/lib/_strcat.c: removed NULL
11215         * device/lib/_strchr.c: removed NULL
11216         * device/lib/_strcmp.c: removed NULL
11217         * device/lib/_strcpy.c: removed NULL
11218         * device/lib/_strcspn.c: removed NULL
11219         * device/lib/_strlen.c: removed NULL
11220         * device/lib/_strncat.c: removed NULL
11221         * device/lib/_strncmp.c: removed NULL
11222         * device/lib/_strncpy.c: removed NULL
11223         * device/lib/_strpbrk.c: removed NULL
11224         * device/lib/_strrchr.c: removed NULL
11225         * device/lib/_strspn.c: removed NULL
11226         * device/lib/_strstr.c: removed NULL
11227         * device/lib/_strtok.c: removed NULL
11228         * device/lib/malloc.c: removed NULL, include own header
11229
11230 2003-02-02    <johan AT balder>
11231
11232         * 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
11233         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
11234         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
11235         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
11236         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
11237         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
11238
11239 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11240
11241         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
11242         area 'DATA'"
11243
11244 2003-02-01    <johan AT balder>
11245
11246         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
11247
11248 2003-01-31    <johan AT CP255758-A>
11249
11250         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
11251
11252 2003-01-30    <johan AT balder>
11253
11254         * src/SDCCBBlock.c: automatic bug detection
11255         * src/SDCCicode.c: automatic bug detection
11256
11257 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11258
11259         * src/SDCCglobl.h:   now --xram-size 0 works
11260         * src/SDCCmain.c:    now --xram-size 0 works
11261
11262 2003-01-29    <johan AT balder>
11263
11264         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11265
11266 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11267
11268         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11269         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11270         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11271         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11272         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11273         * src/SDCCmain.c:    Added options --xram-size and --code-size
11274
11275 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11276
11277         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11278         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11279
11280 2003-01-27    <johan AT balder>
11281
11282         * src/SDCC.y: fixed bug #613764
11283
11284 2003-01-26    <johan AT balder>
11285
11286         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11287         * src/SDCCsymt.h: fixed bug #673374
11288         * src/SDCCglue.c: fixed bug #661910
11289         * src/SDCCast.c: fixed bug #458099 and 673374
11290
11291 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11292
11293         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11294         * as/mcs51/strcmpi.h: added
11295         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11296         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11297         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11298         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11299         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11300         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11301         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11302         * as/mcs51/Makefile.aslink: new module strcmpi
11303         * as/mcs51/Makefile.asx8051: new module strcmpi
11304         * as/mcs51/Makefil.bcc: new module strcmpi
11305         * as/mcs51/Makefile.in: new module strcmpi
11306         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11307
11308 2003-01-26    <johan AT balder>
11309
11310         * src/SDCCglue.c: reverted back to 1.124
11311         * src/SDCCast.c: reverted back to 1.156
11312         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11313
11314 2003-01-25    <johan AT balder>
11315
11316         * src/SDCCglue.c: A better fix for bug #661910
11317         * src/SDCCast.c: A better fix for bug #661910
11318         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11319
11320 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11321
11322         * src/Makefile.in: remove spawn.o
11323         * src/SDCCmain.c: remove spawn.h
11324         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11325         * src/spawn.c: removed
11326         * src/spawn.h: removed
11327         * support/regression/ports/ds390/spec.mk: link with -r
11328
11329 2003-01-24    <johan AT CP255758-A>
11330
11331         * src/ds390/gen.c (aopOp): fixed bug #667458
11332         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11333         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11334         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11335
11336 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11337
11338         * src/mcs51/peeph.def: better assembler identation by Frieder
11339         * src/mcs51/gen.c: better assembler identation by Frieder
11340
11341 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11342
11343         * as/z80/string.h: removed for gcc 3.2
11344         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11345         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11346
11347 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11348
11349         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11350         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11351         * support/regression/Makefile: separate temp files for ports
11352         * support/regression/generate-cases.py: separate temp files for ports
11353         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11354         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11355
11356 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11357
11358         * moved tinitalk to device/examples/ds390
11359
11360 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11361
11362         * as/mcs51/lkmem.c: rflag is for DS390
11363         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11364         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11365                          (linkEdit): move mem- and map-files the same way as ihx-files
11366         * src/z80/main.c (_setDefaultOptions): removed --generic
11367         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11368         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11369         * src/pic/glue.c (picglue): --c1mode works again
11370         * src/pic16/glue.c (pic16glue): --c1mode works again
11371         * src/asm.c (printCLine): fix #660034
11372
11373 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11374
11375         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11376         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11377         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11378         * as/mcs51/lkmem (summary): better fix for sp problem
11379         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11380         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11381         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11382                                               remove --stack-after-data
11383
11384 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11385
11386         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11387         * src/SDCCutil.c (join): ugly bug: missing '\0'
11388         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11389
11390 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11391
11392         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11393         * src/port.h: typo
11394         * src/pic/main.c (_asmCmd): gpasm supports -o
11395         * src/z80/main.c: more general macros
11396         * device/lib/Makefile.in: remove intermediate files
11397
11398 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11399
11400         * .version: Bumped version number to 2.3.3
11401         * src/SDCCBBlock.c: new option -o
11402         * src/SDCCglobl.h: new option -o
11403         * src/SDCCglue.c: new option -o
11404         * src/SDCCmain.c: new option -o
11405         * src/asm.c: new option -o
11406         * src/ds390/main.c: new option -o
11407         * src/pic/glue.c: new option -o
11408         * src/pic/pcode.c: new option -o
11409         * src/pic/ralloc.c: new option -o
11410         * src/pic16/glue.c: new option -o
11411         * src/pic16/pcode.c: new option -o
11412         * src/pic16/ralloc.c: new option -o
11413         * src/z80/main.c: new option -o
11414         * device/lib/Makefile.in: use -o
11415         * support/regression/ports/ds390/spec.mk: use -o
11416         * support/regression/ports/gbz80/spec.mk: use -o
11417         * support/regression/ports/mcs51/spec.mk: use -o
11418         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11419         * support/regression/ports/z80/spec.mk: use -o
11420         * support/regression/ports/ucz80/spec.mk: use -o
11421         * support/regression/ports/xa51/spec.mk: use -o
11422         * support/regression/fwk/lib/timeout.c: fix usage string
11423
11424 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11425         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11426
11427 2003-01-07    <johan AT balder>
11428
11429         * src/SDCCast.c (decorateType): fixed bug #600035
11430
11431 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11432         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11433         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11434         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11435         * src/pic/pcode.c: outcommented unused variable to remove warnings
11436         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11437
11438 2003-01-06    <karl AT turbobit.com>
11439         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11440    regression tests.
11441
11442 2003-01-06    <johan AT balder>
11443
11444         * src/SDCCicode.c: fixed array add
11445
11446 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11447         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11448         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11449
11450 2003-01-04    <johan AT balder>
11451
11452         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11453
11454 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11455         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11456
11457 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11458         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11459         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11460
11461 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11462         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11463
11464 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11465         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11466
11467 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11468         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11469
11470 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11471
11472     * in /sdcc/as/mcs51/ changed these files in order to create an
11473     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11474     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11475     following files to include the previous two files: aslink.dsp,
11476     Makefile.aslink, Makefile.bcc, and Makefile.in.
11477
11478     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11479     .adb instead of .cdb
11480
11481 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11482
11483         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11484         value from option --iram-size.
11485
11486 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11487
11488         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11489         dram[] array.
11490
11491 2002-09-18    <wiml AT hhhh.org>
11492
11493         * SDCClrange.h: exposed setFromRange() and setToRange()
11494         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11495           packRegsForAccUse() (bug 542397)
11496         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11497           multiple times and emitting the fetch operations more than once
11498           added aopGetUsesAcc() function to allow binary operators to
11499           fetch their operands in the correct order; made genMinus() emit
11500           compact code for X = LITERAL - Y
11501
11502 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11503         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11504         sprintf() in line 1267.
11505
11506 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11507         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11508         like ports.
11509
11510 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11511         Changes to aslink (All the changes are marked with 'JCF'):
11512
11513         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11514         summary().
11515
11516         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11517         area BSEG.  Also moves, if possible, the DATA area down into the internal
11518         ram so more space is available.
11519
11520         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11521         sflag.
11522
11523         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11524         not bytes.  Function summary() which creates a memory usage summary
11525         file with extension .mem.  Reports of overlaping stack and small stack
11526         size.  If the space for the stack is less than 16 bytes aslink trows a
11527         warning.
11528
11529         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11530         the 8051.  Option 'y' for memory summary output file.
11531
11532         Changes to sdcc (All the changes are marked with 'JCF'):
11533
11534         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11535
11536         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11537         overlaying area for it (uses RegBankUsed[4]).
11538
11539         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11540         bank zero as used by default.  By default aslink locates the stack
11541         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11542         the creation of the .mem file.  Delegates the allocation of data area
11543         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11544         the begining of the stack area to aslink.
11545
11546         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11547         glue() in SDCCglue.c creates an area for it.
11548
11549 2002-09-03  Borut Razem <borut.razem AT siol.net>
11550         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11551         sdcc/src/pic/glue.c:
11552         introduced atexit() handler for teporay files removal in case of
11553         errors, assertions, ...
11554
11555 2002-08-29  Borut Razem <borut.razem AT siol.net>
11556         * sdcc/support/cpp2/auto-host_vc_in.h:
11557         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11558         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11559         Maybe there is a similar problem with BORLANDC? It should be checked!
11560
11561         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11562         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11563         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11564         was not executed, and the compiler (cl) launched a warning:
11565         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11566
11567 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11568         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11569
11570 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11571         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11572
11573         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11574           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11575           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11576           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11577           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11578           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11579           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11580         - added Release configuration in VS projects
11581         - review of compiler an linker options
11582         - VC .exe files are generated in bin_vc directory, not to interfere
11583           with binaries generated from other projects (cygwin, mingw, bcc ...)
11584
11585         * sdcc/src/yacc.dsp: added
11586
11587         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11588         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11589         and insert the version number definitions from .version
11590
11591         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11592
11593         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11594         added - genarate auto-host.h using auto-host_vc_in.h as template
11595
11596         * sdcc/sdcc_vc.h,
11597         removed from CVS, generated automatically
11598
11599 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11600         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11601
11602 2002-08-11  Borut Razem <borut.razem AT siol.net>
11603         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11604
11605 2002-08-10  Borut Razem <borut.razem AT siol.net>
11606         * src/SDCCmain.c (main):
11607         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11608         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11609         The consequence was that some temporary files were not removed.
11610
11611         * src/SDCCglue.c:
11612         unification of code in functions tempfilename() and tempfile():
11613         function tempnam() is defined in Visual Studio 6.0 and .NET
11614
11615         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11616
11617         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11618           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11619         - removed compiler command line option /WX: Treats all warnings as errors
11620         - update a list of source files, included into the project
11621
11622         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11623           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11624         changed project type to Generic Project so that can be correcly converted to VS.NET project
11625
11626         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11627
11628         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11629
11630         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11631
11632         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11633         added return 0 statements after assert() to make compiler happy
11634
11635         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11636         added newline in the def file to keep MSC compiler satisfied
11637
11638         * sdcc/src/z80/gen.c:
11639         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11640           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11641         - solved MSC error in function aopDump()
11642
11643         * sdcc_vc.h: define PREFIX as "\\sdcc"
11644
11645 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11646         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11647
11648 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11649         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11650         - Rewrote the register banking algorithm.
11651         - Added pCode live-range analysis to registers (for now, only non-used and
11652         singly-used registers optimized away)
11653
11654         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11655
11656         * 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.
11657
11658 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11659         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11660
11661 2002-04-22  Michael Hope  <michaelh AT vroom>
11662
11663         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11664
11665         * configure.in (DD_COPT): Added include support required for gbdk.
11666
11667         * .version: Bumped version number just to increase it.
11668
11669         * src/SDCCmain.c: Added -nostdinc to the default options.
11670
11671 2002-04-15  Michael Hope  <michaelh AT vroom>
11672
11673         * device/lib/z80/printf.c (sprintf): Added.
11674
11675         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11676
11677         * src/z80/peeph.def: Added transpose redundent load rule.
11678
11679         * src/z80/main.c: Added force callee saves for jaune.
11680
11681         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11682
11683         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11684
11685 2002-03-28  Johan Knol  <johan AT balder>
11686
11687         * src/SDCCval.c: fixed bug #532436
11688
11689 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11690         * /src/port.h:
11691         Added "char *Processor" field to the port structure.
11692
11693         * /src/SDCCmain.c:
11694         Added -p option. Allows port dependent processor to be specified.
11695
11696         * all ports:
11697         Initialized the new field char *Processor field to NULL in all ports
11698
11699         * /src/pic/*:
11700         Compiler generated registers for interrupt context saving
11701         were not getting allocated.
11702
11703 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11704
11705         * /src/SDCCast.c:
11706         Fixed left shift. Will promote the left side of a left shift
11707         if a) left shifting more than size of operand or b) when assigned
11708         to something size > size of left side
11709
11710 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11711         * src/pic/*
11712         tons of changes. Register allocation has been
11713         rewritten. Added customization for the various PICs. Flow
11714         analysis is restructured. ...
11715
11716         * src/pic/device.h:
11717         Added
11718
11719         * src/pic/device.c:
11720         Added. device.c is a PIC port hack to accomodate variations
11721         in PIC devices.
11722
11723 2002-03-13  Michael Hope  <michaelh AT vroom>
11724
11725         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11726
11727 2002-03-04  johanknol  <johanknol AT manik>
11728
11729         * /src/SDCCval.c: fixed
11730
11731         const unsigned char arr[][2] = { { 0, 1 } };
11732         t18.c:1: error: Initializer element is not constant
11733
11734 2002-03-04  bela  <bela AT manik>
11735
11736         * /device/include/mcs51reg.h:
11737         ds89c420 register definition update
11738
11739 2002-03-03    <johan AT FRIJA>
11740
11741         * support/Util/SDCCerr.c: did something, but don't no why anymore
11742
11743         * support/regression/tests/bug-524691.c: made it a little less shy
11744
11745         * src/SDCCast.c (decorateType): fixed bug #524697
11746
11747         * src/SDCCast.c: made some lineno improvements
11748
11749         * src/SDCCval.c (getNelements): changed warning to error
11750
11751         * src/SDCCglue.c (printIvalArray): changed warning to error
11752
11753         * src/SDCCicode.c: fixed a warning for mingw
11754
11755         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11756
11757         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11758
11759 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11760
11761         * src/ds390/peeph.def:
11762         Added some more peephole rules
11763
11764         * src/ds390/gen.c: Various fixes & enhancements
11765
11766         * src/SDCClrange.c, src/SDCClrange.h:
11767         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11768
11769         * src/ds390/ralloc.c:
11770         various fixes & enhancements (ds390) specific
11771
11772         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11773         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11774         from rallocs.
11775
11776         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11777
11778 2002-03-02    <johan AT FRIJA>
11779
11780         * src/SDCCast.c (decorateType): fixed bug #524708
11781
11782         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11783
11784         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11785
11786 2002-03-01  Michael Hope  <michaelh AT vroom>
11787
11788         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11789
11790         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11791
11792 2002-03-01    <johan AT FRIJA>
11793
11794         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11795
11796         * src/SDCCast.c (decorateType): fixed bug #524209
11797
11798         * src/SDCCval.c (valNot): fixed bug #524195
11799
11800 2002-02-26    <johan AT balder>
11801
11802         * src/xa51/gen.c: fixed a warning
11803
11804         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11805
11806         * src/SDCCast.c (decorateType): fixed bug #522534
11807
11808 2002-02-23    <johan AT balder>
11809
11810         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11811
11812 2002-02-22    <johan AT balder>
11813
11814         * src/SDCCast.c: fixed bug #514865
11815
11816         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11817
11818 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11819
11820         * sdcc/src/SDCCloop.c:
11821         Previous fix was not good. basic blocks that have "break" or "return" are
11822         not really partof a loop , but live ranges used in these blocks should
11823         be live thru the entire loop, so set partOfLoop but don't add them to
11824         loop region
11825
11826 2002-02-21    <johan AT FRIJA>
11827
11828         * src/SDCCcse.c: fixed bug #514308
11829
11830 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11831
11832         * src/SDCCloop.c:
11833         Fixed BUG #519583. If a conditional block ended in a return/break
11834         statement inside a loop, it was not being considered part of the loop.
11835
11836         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11837
11838 2002-02-10  Karl Bongers <karl AT turbobit.com>
11839
11840         * debugger/*:
11841         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11842         with lots of comments and notes.
11843
11844         * device/examples/test2.c:
11845         Fix bug, "red" variable not being initialized(compiler complained).
11846
11847         * device/examples/Makefile, examples/test3.c:
11848         Add Makefile in device/examples folder, compiles test3.c
11849         for use as a multiple module SDCDB test case.
11850
11851         * sim/ucsim/cmd.src/cmdset.cc:
11852         Took out debug printfs in ucsim "next" command.
11853
11854         * sim/ucsim/xa.src:
11855         Karl and Johan start ucsim XA support.  Most dissassembly working,
11856         about 75% emulation done(plenty of work remaining).
11857
11858         * sim/ucsim/z80.src:
11859         Add Z80 support to ucsim, add test-ucz80 regression test,
11860         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11861         Notice z80 compiler fails on examples/test3.c/crc code.
11862
11863 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11864
11865         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11866         Added support for --parms-in-bank1
11867
11868         * src/ds390/peeph.def:
11869         added a few more peephole optimzations
11870
11871         * src/ds390/main.c:
11872         1) added __builtin_inp & __builtin_outp used to read in data of given length
11873            from a memory mapped port
11874         2) added __builtin_memcmp
11875         3) added __builtin_swapw swap bytes of a short
11876
11877         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11878         1) handle multiple send & receives from register bank1
11879         2) ralloc can now allocate DPTR1 to some liveRanges
11880
11881         * src/SDCCsymt.c, src/SDCCsymt.h:
11882         changes to handle multiple sends & receives
11883
11884         * src/SDCCptropt.h:
11885         added some pointer arithmetic optimization
11886
11887         * src/SDCCptropt.c:
11888         added some pointer arithmetic optimizations but not stable yet so not
11889         called from anywhere (will get this working shortly)
11890
11891         * src/SDCCopt.c: fixed for multiple sends & receives
11892
11893         * src/SDCCmain.c:
11894         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11895         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11896            set preprocessor defines (depending on options)
11897
11898         * src/SDCCicode.c, src/SDCCicode.h:
11899         changes made to handle multiple sends & receives
11900
11901         * src/SDCCglobl.h:
11902         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11903
11904         * src/SDCCcse.c, src/SDCCcse.h:
11905         added function findbackward def (to be used in upcoming optimization)
11906
11907         * src/SDCCcflow.c, src/SDCCcflow.h:
11908         added function returnAtEnd - to determine if a basic block terminates with
11909         a RETURN iCode
11910
11911         * src/SDCCast.c, src/SDCCast.h:
11912         added option parms-in-bank1
11913
11914         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11915         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11916         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11917         adjusted for --parms-in-bank1 option
11918
11919         * device/include/string.h:
11920         donot redefine "reentrant" keyword
11921
11922         * device/include/ds80c390.h: Added some more SFRs
11923
11924 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11925
11926         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11927
11928 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11929
11930         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11931
11932 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11933
11934         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11935
11936 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11937
11938         * Added --xram-movc option
11939
11940 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11941
11942         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11943
11944 2002-01-11  Johan Knol
11945
11946         * Added math lib of Jesus Calvino-Fraga
11947
11948 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11949
11950         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11951         * support/regression/Makefile: new target test-mcs51-stack-auto
11952         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11953
11954 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11955
11956         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11957
11958 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11959
11960         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11961
11962 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11963
11964         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11965
11966         * src/SDCCglue.h: add definition for printIvalChar()
11967
11968 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11969
11970         * src/SDCCast.c: fix #498138 by Johan
11971
11972         * src/SDCCglue.c: fix #498138 by Johan
11973
11974 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11975
11976         * support/regression/Makefile: fix clean
11977
11978         * support/regression/ports/ds390/support.c: fix transmission of last character
11979
11980 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11981
11982         * /sdcc/src/ds390/gen.c:
11983         a) improved computing address of stack variable
11984         b) took out some #if 0 code
11985         c) improved parmBytes adjustment
11986         d) improved genPlusIncr & genMinusIncr
11987         e) genCmp could generate bad code (when left assigned to DPTR)
11988         f) Fixed bug in hasInc
11989
11990         * /sdcc/src/ds390/ralloc.c:
11991         a) packRegsForSupport could mess up live information (Fixed)
11992         b) packRegsDPTRuse could be incorrect for left & right shift
11993
11994         * /sdcc/src/mcs51/ralloc.c:
11995         packRegsForSupport could mess up the live information (Fixed)
11996
11997         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11998
11999         * /sdcc/src/SDCCast.c:
12000         can reverse a loop even if function call is present as long
12001         as the loop control variable is local & is not passed as parameter
12002
12003 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12004
12005         * /sdcc/ChangeLog: *** empty log message ***
12006
12007         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
12008         More builtin function additions for TININative
12009
12010         * /sdcc/src/ds390/ralloc.c:
12011         Had broken the regression testsuite
12012
12013         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
12014
12015         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
12016         Added funcattr hasStackParms will be set for reentrant functions when there
12017         are paramteres on the stack, this helps in minimizing frame pointer generation
12018         typeFromStr can handle function pointers now
12019
12020         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
12021         *** empty log message ***
12022
12023 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12024
12025         * /src/ds390/gen.c, /src/ds390/main.c:
12026         More builtin function additions for TININative
12027
12028         * /src/ds390/ralloc.c:
12029         Had broken the regression testsuite
12030
12031         * /src/SDCCast.c: Fixed a bug in dumptree
12032
12033         * /src/SDCCsymt.c, /src/SDCCsymt.h:
12034         Added funcattr hasStackParms will be set for reentrant functions when there
12035         are paramteres on the stack, this helps in minimizing frame pointer generation
12036         typeFromStr can handle function pointers now
12037
12038         * /doc/builtins.txt, /doc/TININative.txt:
12039         *** empty log message ***
12040
12041
12042 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12043
12044         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
12045         ALPHA version for -mTININative
12046
12047         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
12048         updated to reflect changes in the port structure
12049
12050         * /src/port.h:
12051         added function do_assemble (similar to do_link) if non-null this function
12052         will be called to do assembly (-mTININative) requires a multi command
12053         assembly
12054         added function genAssemblerEnd will be called to generate assembler Epilogue
12055
12056         * /src/SDCCsymt.c:
12057         added _JavaNative to debug info printing
12058
12059         * /src/SDCCmain.c: added option --tini-libid
12060         added port->do_assemble function (-mTININative) has a multi command assemble
12061
12062         * /src/SDCCglue.c: Disabled "constExpr" check
12063         added port->genAssemblerEnd function
12064
12065         * /src/SDCCglobl.h: Added option --tini-libid value
12066
12067         * /src/SDCCast.h:
12068         tookout optimizeCompare from the header (has no external references)
12069
12070         * /src/SDCCast.c: made one more function "static"
12071
12072 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
12073
12074         * src/z80/mappings.i: Added z80asm support.
12075
12076         * src/z80/main.c: Added z80asm support on --asm=z80asm
12077
12078         * src/z80/gen.c: Fixed asm portability issues.
12079
12080         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
12081
12082         * src/SDCCglue.c (printExterns): Added global/extern split.
12083
12084 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
12085
12086         * support/regression/Makefile: added test for mcs51 model large
12087
12088         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
12089
12090         * support/regression/ports/gbz80/spec.mk: added -mgbz80
12091
12092 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
12093
12094         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
12095
12096 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
12097
12098         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
12099
12100         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
12101
12102 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
12103
12104         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
12105
12106         * support/regression/tests/simplefloat.c: Port to mcs51.
12107
12108 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
12109         * support/regression/tests/bug-485362.c: Added.
12110
12111         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
12112
12113         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
12114
12115         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
12116
12117         * src/z80/gen.c (aopDump): Added a dump function.
12118
12119 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
12120         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
12121
12122         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
12123
12124         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
12125
12126         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
12127
12128         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
12129
12130         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
12131
12132         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
12133
12134         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
12135
12136         * support/regression/ports/ds390/support.c: Use tinibios.
12137
12138         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
12139
12140 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
12141
12142         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
12143         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
12144
12145         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
12146
12147         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
12148
12149 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
12150
12151         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
12152
12153         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
12154         (packRegsForIYUse): Created and optimised.
12155
12156 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12157
12158         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
12159 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
12160
12161         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
12162
12163         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
12164
12165         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
12166
12167 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12168
12169         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
12170
12171         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
12172
12173 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12174
12175         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
12176
12177         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
12178
12179         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
12180
12181 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12182
12183         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
12184         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
12185         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
12186
12187         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
12188
12189         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
12190         (genNotFloat): Added.
12191         (genUminusFloat): Added.
12192
12193         * device/lib/z80/Makefile: Added floating pt stubs.
12194
12195         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
12196
12197         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
12198
12199         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
12200
12201 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12202
12203         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
12204
12205         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
12206
12207         * sdcc/support/regression/Makefile: Add port ds390.
12208
12209         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
12210
12211         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
12212
12213         * sdcc/support/regression/ports/ds390/spec.mk: Added.
12214
12215         * sdcc/support/regression/ports/ds390/support.c: Added.
12216
12217         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
12218
12219         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
12220
12221         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
12222
12223 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12224
12225         * device/include/malloc.h: Added z80 and gbz80 support.
12226
12227         * device/lib/gbz80/heap.s: Added.
12228
12229         * device/lib/z80/heap.s: Added.
12230
12231         * device/lib/malloc.c: Added z80 and gbz80 support.
12232
12233         * support/regression/tests/malloc.c (testMalloc): Added.
12234
12235         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
12236
12237         * support/regression/tests/bug-478094.c: Added.
12238
12239         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
12240
12241 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
12242
12243         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
12244
12245         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
12246
12247         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
12248
12249         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
12250
12251         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
12252
12253 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12254
12255         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
12256
12257 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
12258
12259         * support/regression/tests/bug-477927.c: Added.
12260
12261         * src/z80/peeph.def: Added minor rules.
12262
12263         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12264
12265         * src/z80/peeph.def: Added jump optimisation modification.
12266
12267 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12268
12269         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12270
12271 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12272
12273         * support/regression/tests/funptrs.c: Added.
12274
12275 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12276
12277         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12278
12279 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12280
12281         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12282
12283         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12284
12285         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12286         (movLeft2ResultLong): Created.
12287
12288         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12289         (joinPushes): Added.  Joins two char pushes into a word push.
12290
12291 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12292
12293         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12294
12295         * support/makebin/Makefile (install): Added creation of dest dir.
12296
12297 2001-10-24 Karl Bongers <karl AT turbobit.com>
12298
12299         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12300
12301 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12302
12303         * src/z80/ralloc.c: Turned off faulty pack for one use.
12304
12305         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12306
12307         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12308
12309 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12310
12311         * support/regression/Makefile: Improved clean
12312
12313         * support/regression/ports/gbz80/spec.mk: Added clean
12314
12315         * support/regression/ports/host/spec.mk: Added clean
12316
12317         * support/regression/ports/z80/spec.mk: Added clean
12318
12319         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12320
12321         * support/regression/ports/mcs51/timeout.c: little improvements
12322
12323 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12324
12325         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12326
12327         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12328
12329         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12330
12331 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12332
12333         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12334
12335         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12336
12337 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12338         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12339
12340         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12341
12342         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12343
12344         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12345
12346         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12347
12348         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12349
12350         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12351
12352         * support/regression/tests/longor.c: Added.
12353
12354 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12355
12356         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12357
12358         * as/mcs51/aslink.h: define PATH_MAX
12359
12360         * as/mcs51/asm.h: define PATH_MAX
12361
12362         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12363
12364         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12365
12366         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12367
12368         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12369
12370         * src/SDCCglobl.h: define PATH_MAX
12371
12372         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12373
12374         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12375
12376 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12377
12378         * src/z80/gen.c (gencjneshort): Fixed
12379
12380         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12381
12382 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12383
12384         * support/regression/tests/bug-469671.c: Added.
12385
12386         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12387
12388 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12389
12390         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12391
12392         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12393
12394 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12395
12396         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12397
12398         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12399
12400         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12401
12402         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12403
12404         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12405
12406         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12407
12408         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12409
12410 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12411
12412         * 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.
12413
12414         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12415
12416         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12417
12418 2001-10-07    <johan AT FRIJA>
12419
12420         * device/lib/gets.c (gets): fixed the return value.
12421
12422 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12423         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12424
12425         * 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.
12426
12427         * 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.
12428
12429         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12430
12431         * src/pic/gen.c: Removed Safe_strdup.
12432
12433         * configure.in: Added option to enable libgc support.
12434
12435         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12436         (bitVectUnion): Optimised.
12437         (bitVectIntersect): Optimised.
12438         (bitVectBitsInCommon): Optimised.
12439         (bitVectCplAnd): Optimised.
12440
12441         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12442
12443 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12444
12445         * src/SDCCmain.c: distinguish between assembler debug and plain options
12446
12447         * src/avr/main.c:   remove standard assembler options
12448
12449         * src/ds390/main.c: remove standard assembler options
12450
12451         * src/mcs51/main.c: remove standard assembler options
12452
12453         * src/port.h: removed "PENDING" comment
12454
12455 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12456
12457         * src/device/lib/_mulint.c  : new, with assember functions
12458
12459         * src/device/lib/_mullong.c : new, with assember functions
12460
12461         * src/device/lib/_divuint.c : with assember functions
12462
12463         * src/device/lib/_divsint.c : with assember functions
12464
12465         * src/device/lib/_divulong.c: with assember functions
12466
12467         * src/device/lib/_divslong.c: with assember functions
12468
12469         * src/device/lib/_moduint.c : with assember functions
12470
12471         * src/device/lib/_modsint.c : with assember functions
12472
12473         * src/device/lib/_modulong.c: with assember functions
12474
12475         * src/device/lib/_modslong.c: with assember functions
12476
12477         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12478
12479         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12480
12481         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12482                                       replaced _mululong.c and _mulslong.c by _mullong.c
12483
12484 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12485
12486         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12487
12488 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12489
12490         * src/SDCCglue.c: test, if win32api is available for MINGW
12491
12492 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12493
12494         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12495         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12496         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12497         * support/regression/ports/host/spec.mk: removed GENERIC
12498         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12499         * support/regression/ports/z80/spec.mk: removed GENERIC
12500
12501 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12502
12503         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12504
12505         * support/regression/tests/bug-467035.c: Created.
12506
12507 2001-10-01    <johan AT FRIJA>
12508
12509         * src/SDCC.y: fixed bug #466586 part 1
12510
12511 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12512
12513         * SDCCicode.c: z80 has no generic pointers
12514         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12515
12516 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12517
12518         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12519
12520 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12521
12522         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12523
12524         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12525
12526 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12527
12528         * configure.in: Fixed up so that ucsim is only configured once.
12529
12530         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12531
12532         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12533         (getPathDifference): As above.
12534
12535         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12536
12537         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12538
12539 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12540         * .version: Updated to 2.3.1
12541
12542         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12543         Added copyright header.
12544
12545         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12546         (assemble): Added support for macro based assembler commands.
12547         (linkEdit): Added support for macro based linker commands.
12548         (preProcess): Changed the pre-processor to use macros.
12549         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12550         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12551
12552         * device/lib/z80/crt0.s: Added module name for debugging.
12553
12554 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12555
12556         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12557
12558         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12559
12560         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12561
12562         * src/Makefile.in: Added SDCCmacro and SDCCutil
12563
12564 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12565
12566         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12567
12568 2001-09-16    <johan AT FRIJA>
12569
12570         * 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.
12571
12572 2001-09-15    <johan AT FRIJA>
12573
12574         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12575         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12576
12577 2001-09-11    <johan AT FRIJA>
12578
12579         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12580
12581 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12582
12583         * support/regression/tests/bug-460444.c: Added test case.
12584
12585         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12586         (genCast): Added justification for all of the asserts.
12587
12588 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12589
12590         * support/regression/support.c: _xdata replaced by xdata
12591
12592         * support/regression/spec.mk: removed _generic
12593
12594 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12595
12596         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12597
12598         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12599         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12600
12601         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12602
12603         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12604
12605         * support/regression/tests/bug-460010.c: Added test case.
12606
12607         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12608
12609 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12610
12611         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12612
12613         * support/regression/testfwk.c: removed workaround for bug #436344
12614
12615         * support/regression/tests/bp.c: use less memory with mcs51
12616
12617         * support/regression/tests/bug-441448.c: use less memory
12618
12619         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12620
12621         * support/regression/collate-results.py: typo
12622
12623 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12624
12625         * support/regression/tests/fetchoverlap.c: Added new test case.
12626
12627         * support/regression/tests/bp.c: Added new test case.
12628
12629         * support/regression/tests/bug-448984.c: Added new test case.
12630
12631         * support/regression/tests/pow2shifts.c: Added new test case.
12632
12633         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12634         (genlshTwo): Fixed right shift for count > 8.
12635
12636         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12637
12638 2001-09-08    <johan AT FRIJA>
12639
12640         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12641
12642 2001-09-07    <johan AT FRIJA>
12643
12644         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12645
12646         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12647
12648 2001-09-06    <johan AT FRIJA>
12649
12650         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12651         * bernhard noted me at this: "() equals to (void)" (1.38)
12652
12653 2001-09-05    <johan AT FRIJA>
12654
12655         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12656
12657 2001-09-04    <johan AT FRIJA>
12658
12659         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12660
12661
12662 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12663
12664         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12665
12666 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12667
12668         * link/z80/aslink.h: Fixed path for PATH_MAX
12669
12670 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12671
12672         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12673
12674         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12675
12676         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12677
12678         * 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.
12679
12680 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12681
12682         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12683         (genCmp): Fixed up genCmp for the GB with longs.
12684
12685         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12686
12687         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12688
12689         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12690
12691         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12692
12693 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12694
12695         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12696
12697 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12698
12699         * 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.
12700
12701         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12702
12703 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12704
12705         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12706
12707         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12708
12709 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12710
12711   * sim/ucsim/configure:    little improvement of Cygwin-detection
12712   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12713   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12714   * support/regression/tests/bug-221100.c: small changes for mcs51
12715   * support/regression/tests/bug-221168.c: small changes for mcs51
12716   * support/regression/tests/bug-227710.c: small changes for mcs51
12717   * support/regression/tests/staticinit.c: small changes for mcs51
12718   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12719   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12720   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12721
12722 $Revision$