80e5d4cf98207c80f3a32ef7139a71a92495d926
[fw/sdcc] / ChangeLog
1 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/pic16/glue.c (pic16emitMaps),
4         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
5
6 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
7
8         * support/librarian/sdcclib.c: Added option -l.
9         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
10           usage totals.
11         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
12           using Windows command prompt.
13
14 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
15
16         * device/lib/libsdcc.lib: added module rand
17         * src/ds390/ralloc.c (rematStr),
18         * src/hc08/ralloc.c (rematStr),
19         * src/mcs51/ralloc.c (rematStr),
20         * src/z80/ralloc.c (rematStr): made output more consistent
21         * src/mcs51/gen.c: cosmetic changes
22
23 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
24
25         * src/port.h: added mem.cabs_name to PORT
26         * src/ds390/main.c,
27         * src/hc08/main.c,
28         * src/mcs51/main.c,
29         * src/pic16/main.c,
30         * src/pic/main.c,
31         * src/xa51/main.c,
32         * src/z80/main.c: added cabs_name initializers
33         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
34           constants
35           (emitMaps): emit absolutes in code memory into cabs_name
36         * src/SDCCmem.c,
37         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
38         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
39         * support/regression/fwk/include/testfwk.h: added define for at
40         * support/regression/tests/absolute.c: added, new
41
42 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
43
44         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
45           optimizations, see also patch 887161 by Stas Sergeev
46         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
47           to be necessary anymore,
48           (102, 103, 104, 127): renamed all occurances of bp to _bp
49
50 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
51
52         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
53           thanks Weston T. Schmidt for patch 1555221
54         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
55         * src/SDCCicode.c(geniCodeMultiply): small optimization
56
57 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
58
59         * device/include/stdlib.h: added rand prototypes
60         * device/lib/rand.c: new, added
61         * device/lib/Makefile.in: added rand.c
62         * src/z80/peeph.def,
63         * src/z80/peeph-gbz80.def,
64         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
65
66 2006-09-20 Raphael Neider <rneider AT web.de>
67
68         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
69
70 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
71
72         * as/link/aslink.h: cosmetic changes
73         * as/link/mcs51/Makefile.in,
74         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
75
76 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
77
78         * as/link/aslink.h,
79         * as/link/mcs51/aslink.h,
80         * as/link/z80/aslink.h: merged and moved to as/link/
81         * as/link/lkstore.c,
82         * as/link/mcs51/lkstore.c: moved to as/link/
83         * as/link/clean.mk: remove *.o
84         * as/link/mcs51/alloc.h: deleted
85         * as/link/mcs51/lkarea.c: added lnksect prototype
86         * as/link/mcs51/lkdata.c,
87         * as/link/mcs51/lklex.c,
88         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
89         * as/link/mcs51/lkmem.c,
90         * as/link/mcs51/lknoice.c: removed include strcmpi.h
91         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
92         * as/link/mcs51/aslink.dsp,
93         * as/link/mcs51/Makefile.aslink,
94         * as/link/mcs51/Makefile.bcc,
95         * as/link/mcs51/Makefile.in: updated for moved files
96         * as/link/z80/lkarea.c,
97         * as/link/z80/lkhead.c,
98         * as/link/z80/lklex.c,
99         * as/link/z80/lklibr.c,
100         * as/link/z80/lklist.c,
101         * as/link/z80/lkmain.c,
102         * as/link/z80/lkrloc.c,
103         * as/link/z80/lksym.c: synced with mcs51
104         * as/link/z80/lkdata.c,
105         * as/link/z80/lkeval.c,
106         * as/link/z80/lkihx.c,
107         * as/link/z80/lks19.c: cosmetic changes
108         * as/link/z80/Makefile.in,
109         * as/link/z80/linkgbz80.dsp,
110         * as/link/z80/linkz80.dsp: updated for moved files
111
112 2006-09-16 Borut Razem <borut.razem AT siol.net>
113
114         * debugger/mcs51/sdcdb.c: partially fixed
115           [ 1203664 ] sdcdb fails to open files w. two "." periods
116         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
117           debugger/mcs51/symtab.h: fixed indenting
118         * configure.in, configure: up to date with latest Maarten's changes
119
120 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
121
122         as/link/mcs51
123         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
124         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
125         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
126         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
127         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
128         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
129         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
130         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
131         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
132         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
133         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
134         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
135         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
136         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
137         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
138         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
139         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
140         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
141         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
142         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
143         as/link/mcs51/alloc.h,
144         as/link/mcs51/clean.mk,
145         as/link/mcs51/conf.mk,
146         as/link/mcs51/Makefile.bcc,
147         as/link/mcs51/Makefile.in,
148         as/link/mcs51/readme.390,
149         as/link/mcs51/strcmpi.c,
150         as/link/mcs51/strcmpi.h,
151         as/mcs51/clean.mk,
152         as/mcs51/Makefile.bcc,
153         as/mcs51/Makefile.in,
154         configure,
155         Makefile.in,
156         sdcc.dsw: moved mcs51 linker to as/link/mcs51
157
158 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
159
160         * as/link,
161         * as/link/Makefile.in,
162         * as/link/z80/linkgbz80.dsp,
163         * as/link/z80/linkz80.dsp,
164         * configure,
165         * link,
166         * link/clean.mk,
167         * link/Makefile.in,
168         * link/README,
169         * link/z80,
170         * link/z80/aslink.h,
171         * link/z80/clean.mk,
172         * link/z80/conf.mk,
173         * link/z80/linkgbz80.dsp,
174         * link/z80/linkz80.dsp,
175         * link/z80/lkarea.c,
176         * link/z80/lkdata.c,
177         * link/z80/lkeval.c,
178         * link/z80/lkgb.c,
179         * link/z80/lkgg.c,
180         * link/z80/lkhead.c,
181         * link/z80/lkihx.c,
182         * link/z80/lklex.c,
183         * link/z80/lklibr.c,
184         * link/z80/lklist.c,
185         * link/z80/lkmain.c,
186         * link/z80/lkrloc.c,
187         * link/z80/lks19.c,
188         * link/z80/lksym.c,
189         * link/z80/Makefile.in,
190         * Makefile.in,
191         * sdcc.dsw: moved link/ to as/link/
192
193 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
194
195         * as/mcs51/i51mch.c (machine): fixed warning
196
197 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
198
199         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
200
201 2006-09-09 Borut Razem <borut.razem AT siol.net>
202
203         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
204           sdcdb WIN32 native port
205         * src/clean.mk: fixed
206
207 2006-09-08 Borut Razem <borut.razem AT siol.net>
208
209         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
210
211 2006-09-08 Raphael Neider <rneider AT web.de>
212
213         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
214         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
215             to gplink to disable processor mismatch warning and to allow
216             the use of devices with only aliased (shared) memory banks,
217           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
218
219 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
220
221         * doc/sdccman.lyx: Some re-formating plus example on using
222           #pragma preproc_asm +/-
223
224 2006-09-07 Borut Razem <borut.razem AT siol.net>
225
226         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
227           section
228
229 2006-09-06 Borut Razem <borut.razem AT siol.net>
230
231         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
232           line at sdcc.nsi:153
233         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
234
235 2006-09-05 Borut Razem <borut.razem AT siol.net>
236
237         * configure.in, configure: support for winsock2
238         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
239           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
240           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
241           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
242           debugger/mcs51/symtab.h: sdcdb WIN32 native port
243
244 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
245
246         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
247           and OP_DEFS
248         * support/regression/tests/bug1551947.c: new, added
249         * src/SDCCsymt.h: strings are char* not byte*
250
251 2006-09-05 Raphael Neider <rneider AT web.de>
252
253         * device/lib/pic16/libdev/pic18f4550.c,
254           device/include/pic16/pic18f4550.h: added PORTD/TRISD
255             declarations/definitions from patch #1520949
256
257 2006-09-05 Raphael Neider <rneider AT web.de>
258
259         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
260           byte-aligned bitfields, fixes #1539278
261
262 2006-09-05 Raphael Neider <rneider AT web.de>
263
264         * src/pic/gen.c (genReceive): skip unreferenced arguments,
265           fixes #1544120
266
267 2006-09-04 Borut Razem <borut.razem AT siol.net>
268
269         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
270         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
271           -mno-cygwin is a part of the compiler name
272         * support/scripts/sdcc_mingw32: don't disable ucsim
273
274 2006-09-03 Borut Razem <borut.razem AT siol.net>
275
276         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
277         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
278
279 2006-09-03 Raphael Neider <rneider AT web.de>
280
281         * src/pic/ralloc.c,
282         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
283           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
284           fixes #1550049
285
286 2006-09-01 Borut Razem <borut.razem AT siol.net>
287
288         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
289           to make ppc-osx happy
290
291 2006-08-31 Borut Razem <borut.razem AT siol.net>
292
293         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
294         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
295         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
296         * support/regression/ports/ds390/spec.mk,
297           support/regression/ports/mcs51/spec.mk,
298           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
299           To run regression tests in mingw environment:
300           make DEV_NULL=NUL CC=gcc
301
302 2006-08-30 Borut Razem <borut.razem AT siol.net>
303
304         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
305           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
306           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
307           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
308           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
309           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
310           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
311           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
312           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
313           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
314           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
315           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
316           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
317           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
318           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
319           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
320           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
321           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
322           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
323           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
324           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
325           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
326           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
327           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
328           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
329           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
330           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
331           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
332           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
333           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
334           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
335           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
336           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
337           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
338           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
339           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
340           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
341           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
342           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
343           ucsim WIN32 native port
344
345 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
346
347         * doc/sdccman.lyx: added note on dynamic memory heap initialization
348
349 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
350
351         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
352         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
353
354 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
355
356         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
357         * support/regression/tests/bug1546986.c: new, added
358         * as/mcs51/.cvsignore,
359         * debugger/mcs51/.cvsignore,
360         * src/.cvsignore: deleted
361
362 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
363
364         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
365           definitions)
366
367 2006-08-20 Borut Razem <borut.razem AT siol.net>
368
369         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
370           removed cl_listen_console::match(), cl_console::match(),
371           restructured cl_commander::proc_input()
372
373 2006-08-16 Borut Razem <borut.razem AT siol.net>
374
375         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
376           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
377           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
378
379 2006-08-14 Borut Razem <borut.razem AT siol.net>
380
381         * support/regression/Makefile.in,
382           support/regression/ports/pic14/gpsim.cmd,
383           support/regression/ports/pic14/spec.mk,
384           support/regression/ports/pic14/support.c:
385           added pic14 regression test
386
387 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
388
389         * as/doc/asxhtm.html: documented changed ABS behaviour
390         * as/doc/README: fixed some typos
391
392 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
393
394         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
395           not defined on host
396
397 2006-08-12 Borut Razem <borut.razem AT siol.net>
398
399         * support/regression/fwk/include/testfwk.h,
400           support/regression/fwk/lib/testfwk.c,
401           support/regression/generate-cases.py,
402           support/regression/Makefile.in:
403           regression test framework does not depend on function pointers and
404           variable arguments
405
406 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
407
408         * device/include/stddef.h: c temporary hack to fix bug 1518273
409
410 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
411
412         * device/include/mcs51/cc2510fx.h: added
413         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
414           to projects.
415
416 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
417
418         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
419         * as/z80/Makefile.in: added strcmpi.c
420         * as/z80/z80adr.c: added upper case registers and lower case conditionals
421         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
422
423 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
424
425         * device/lib/gbz80/asm_strings.s,
426         * device/lib/gbz80/crt0_rle.s,
427         * device/lib/gbz80/div.s,
428         * device/lib/gbz80/mul.s,
429         * device/lib/gbz80/shift.s,
430         * device/lib/z80/asm_strings.s,
431         * device/lib/z80/crt0_rle.s,
432         * device/lib/z80/div.s,
433         * device/lib/z80/mul.s,
434         * device/lib/z80/shift.s: changed to all lower case menmonics except the
435           flags which are all upper case
436
437 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
438
439         * as/z80/asm.h: made CASE_SENSITIVE 1
440         * link/z80/aslink.h: made CASE_SENSITIVE 1
441         * src/z80/gen.c (throughout): made all conditionals upper case
442         * support/regression/tests/bug1503067.c: new
443
444 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
445
446         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
447           (shiftIntoPair): added case 2 for PAIR_IY,
448           (setupToPreserveCarry): replaced parameters with iCode and check if
449            PAIR_DE is in use to fix bug 1399290,
450           (genPlus, genMinus): updated call to setupToPreserveCarry
451         * support/regression/tests/bug1399290.c: new
452
453 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
454
455         * device/lib/Makefile.in (Z80SOURCES): enabled float support
456         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
457         * src/ds390/gen.c (shiftRLong),
458         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
459         * src/mcs51/gen.c (sameReg): changed to sameByte,
460           (xch_a_aopGet): new,
461           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
462            shiftRLong): fixed bug 1533966
463         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
464           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
465         * support/regression/Makefile.in: disabled z80, enabled ucz80
466         * support/regression/tests/float_trans.c: enabled test for z80 and host
467         * support/regression/tests/shifts2.c: new, for testing bug 1533966
468
469 2006-08-01 Borut Razem <borut.razem AT siol.net>
470
471         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
472           comparison is always false due to limited range of data type
473           on PPC64 machine (openpower-linux1) where "char = unsigned char"
474
475 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
476
477         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
478         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
479         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
480         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
481
482 2006-07-31 Borut Razem <borut.razem AT siol.net>
483
484         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
485           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
486           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
487           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
488           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
489           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
490           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
491           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
492           enable ucsim mingw compilation. Serial port is disabled,
493           since it uses termios.h API, which is not available on native
494           WIN32
495
496 2006-07-31 Borut Razem <borut.razem AT siol.net>
497
498         * Small Device C Compiler 2.6.0 released
499         * support/scripts/sdcc.nsi: added FULL_DOC option
500         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
501
502 2006-07-28 Borut Razem <borut.razem AT siol.net>
503
504         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
505         * doc/INSTALL.txt: updated
506
507 2006-07-27 Borut Razem <borut.razem AT siol.net>
508
509         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
510           device/lib/pic/libdev/Makefile.in: fixed bug
511           [ 1438354 ] pic libsdcc: distclean doesn't work
512         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
513           device/lib/pic16/libio/Makefile.in: fixed bug
514           [ 1438344 ] pic16 lib: clean doesn't work properly
515         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
516
517 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
518
519         * device/lib/pic/libsdcc/fsdiv.c,
520         * device/lib/pic/libsdcc/fsmul.c,
521         * device/lib/pic16/libsdcc/float/fsdiv.c,
522         * device/lib/pic16/libsdcc/float/fsmul.c,
523         * device/lib/_fsdiv.c,
524         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
525         * support/regression/tests/bug1520966.c: added
526         * doc/knownbugs.html: removed [ 1520966 ] from the list
527
528 2006-07-25 Borut Razem <borut.razem AT siol.net>
529
530         * configure.in, configure, sdccconf_in.h: fixed bug
531           [ 1519095 ] regression test onebyte.c fails on ppc64 host
532         * doc/knownbugs.html: removed [ 1519095 ] from the list
533
534 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
535
536         * doc/knownbugs.html: added, contains list of known bugs at release
537         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
538
539 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
540
541         * device/include/mcs51/compiler.h: added SFRX for xdata based special
542           function registers and corrected defaults with additional warning
543         * device/lib/malloc.c: cosmetic changes
544         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
545         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
546           (fillGaps): and used it
547
548 2006-07-20 Raphael Neider <rneider AT web.de>
549
550         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
551           output unless SDCCPICDEBUG is set
552         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
553           output if SILENT is set
554
555 2006-07-11 Borut Razem <borut.razem AT siol.net>
556
557         * doc/README.txt: updated
558
559 2006-07-10 Borut Razem <borut.razem AT siol.net>
560
561         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
562           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
563           in WIN32 installation
564         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
565           release candidate 1
566
567 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
568
569         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
570         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
571
572 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
573
574         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
575
576 2006-07-06 Borut Razem <borut.razem AT siol.net>
577
578         * support/regression/tests/bitfields.c:
579           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
580         * support/regression/tests/constantRange.c:
581           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
582
583 2006-07-04 Borut Razem <borut.razem AT siol.net>
584
585         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
586           src/port.mk,
587           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
588           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
589           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
590           reverted changes from 2006-07-03
591         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
592         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
593           added CPPFLAGS, used by the host port
594
595 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
596
597         * support/regression/valdiag/tests/switch.c,
598         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
599         * support/regression/tests/libmullong.c: fixed for host
600         * support/regression/ports/host/spec.mk: disable all warnings for host,
601         SDCC runs with --less-pedantic too
602
603 2006-07-03 Borut Razem <borut.razem AT siol.net>
604
605         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
606           defined CPPFLAGS
607         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
608         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
609           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
610           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
611           include ../port.mk
612         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
613           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
614           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
615           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
616
617 2006-07-02 Raphael Neider <rneider AT web.de>
618
619         * src/pic16/devices.inc,
620         * device/include/pic16/pic18fregs.h,
621         * device/include/pic16/pic18f4550.h,
622         * device/lib/pic16/pics.all,
623         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
624
625 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
626
627         * as/hc08/lkaomf51.c (OutputName),
628         * as/mcs51/lkaomf51.c (OutputName),
629         * as/z80/asmain.c (asmbl),
630         * src/ds390/main.c (asmLineNodeFromLineNode),
631         * src/hc08/ralloc.c (hc08_assignRegisters),
632         * src/mcs51/main.c (asmLineNodeFromLineNode),
633         * src/xa51/ralloc.c (checkRegMask),
634         * src/xa51/gen.c (emitcode),
635         * src/z80/gen.c (_emit2),
636         * src/SDCCast.c (searchLitOp),
637         * src/SDCCglobl.h,
638         * support/packihx/packihx.c,
639         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
640         * src/ds390/gen.c (aopPutUsesAcc),
641         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
642         * support/regression/tests/libmullong.c (mullong_wrapper),
643         * src/SDCCsymt.c (powof2),
644         * src/SDCCast.c,
645         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
646         * src/SDCCsymt.h: added TYPE_TARGET_*
647         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
648         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
649         SDCCast because 1) header problems 2) this is the right place
650         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
651         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
652         prototype
653
654 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
655
656         * src/SDCCicode.h: removed buggy semicolon in unused macro
657         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
658         search for previous definiton of auto symbols too,
659         (findPrevUse): fixed logic of emitWarnings
660
661 2006-06-26 Raphael Neider <rneider AT web.de>
662
663         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
664           PCLATH and PCLATU on interrupts, potentially fixes #1505141
665
666 2006-06-25 Raphael Neider <rneider AT web.de>
667
668         * device/lib/pic/libm: NEW, added math library functions
669         * device/lib/pic/libsdcc: NEW; added float support functions
670         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
671         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
672           NEW, added math related headers
673         * device/include/asm/pic/features.h: NEW
674         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
675           (popGet): allow larger offsets for AOP_PCODE,
676           (genDataPointerSet): handle literals explicitly, more debug output,
677           (genAssign): fixed for float using aopLiteral ;-)
678         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
679           GOTO initialisation routine
680         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
681           flag on registers, fixes #1469043 (local variables do not work)
682         * src/pic/main.c (_pic14_do_link),
683         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
684           available
685
686 2006-06-25 Borut Razem <borut.razem AT siol.net>
687
688         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
689           characters printed (not including the trailing '\0' used to end
690           output to strings). Problem detected in regression test bug-927659.c.
691           NOTE: printf() family functions should return int instead
692           unsigned int!
693         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
694           specifier are printed as themselves
695         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
696           support flags, width and precision specifiers
697
698 2006-06-24 Borut Razem <borut.razem AT siol.net>
699
700         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
701           to the list of sdcc tagrets not supporting bit type
702         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
703           testfor pic16 due to bug:
704           [ 1511794 ] pic16: regression test bug-895992.c fails
705
706 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
707
708         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
709         * src/SDCCglue.c (initPointer), fixed bug 1496419
710         * support/regression/tests/bug1496419.c: new, added
711
712 2006-06-22 Borut Razem <borut.razem AT siol.net>
713
714         * support/regression/ports/pic16/support.c: use gpsim usart module from
715           libgpsim_modules library
716
717 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
718
719         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
720         IP0H to IPH0.
721
722 2006-06-19 Raphael Neider <rneider AT web.de>
723
724         * src/pic/glue.h,src/pic16/glue.h: added prototypes
725         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
726           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
727           (pic14printExterns,pic14printPublics,pic16printPublics,
728           pic16_printExterns): use new functions to emit symbols
729           (picglue,pic16glue): emit publics before emitting externs
730         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
731           locally defined functions to avoid bug #1443651
732         * support/regression/tests/bug-716242.c: removed pic16 workaround
733         * support/regression/ports/pic16/spec.mk: ignore errors during build
734
735 2006-06-19 Raphael Neider <rneider AT web.de>
736
737         * src/pic/glue.h: added pic14aopLiteral prototype
738         * src/pic/glue.c (pic14aopLiteral): return unsigned int
739         * src/pic/gen.c: removed stdint.h dependency
740           (aopGet): use Safe_strdup()
741           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
742           (genDataPointerSet): use pic14aopLiteral()
743         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
744           for pic16; thanks to Bernhard and Maarten
745
746 2006-06-18 Borut Razem <borut.razem AT siol.net>
747
748         * support/regression/tests/structflexarray.c: flexible array members
749           not supported by gcc < 3
750         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
751           GUI tool by default
752         * src/pic/gen.c: don't include [p]strdin.h on solaris
753         * support/Util/pstdint.h: addad svn attributes
754         * support/regression/tests/constantRange.c,
755           support/regression/tests/rotate.c: include inttypes.h instead
756           stdint.h on solaris, addad svn attributes
757
758 2006-06-18 Raphael Neider <rneider AT web.de>
759
760         * src/SDCCsymt.c (initCSupport): change return type of divschar to
761           int for PIC16
762         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
763           (pic16_genMinusBits): simplified sign-extension
764           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
765             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
766             adjusted to correctly handle mixed-signed operands, disabled
767             now unused multiplciation routines
768         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
769           (assignResultValue): added argument denoting the size of the result
770             as returned by the function (fixes upcasts in assigning from
771             function calls: char foo(); int i = foo();)
772           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
773             function result to assignResultValue
774           (genMult): disabled inlined multiplication code
775           (genDiv): augmented to also handle the modulus operator, fixed to
776             handle mixed-signed operands correctly
777           (genMod): simply call genDiv, disabled unused code
778           (genAssign): fixed missing (sign-)extension on result
779         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
780             valid char operands, allow signed operands for native code, added
781             division and modulo operator handling
782         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
783
784         As a consequence, onebyte.c (if split into two files) and muldiv.c
785         pass regression tests.
786
787 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
788
789         * doc/Makefile.in: two runs of makeindex seem needed to get
790         correct page references in the index of sdccman.pdf
791         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
792
793 2006-06-17 Borut Razem <borut.razem AT siol.net>
794
795         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
796
797 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
798
799         * doc/sdccman.lyx: updated, added (porting source code, debugging),
800         mentioned ec2drv and paulmon
801
802 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
803
804         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
805           consecutive abs areas
806           (find_empty_space, allocate_space): added map to handle codemap or
807            xdatamap,
808           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
809            absolute idata and xdata
810         * as/mcs51/lkmem.c (summary2): updated legend
811
812 2006-06-16 Raphael Neider <rneider AT web.de>
813
814         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
815
816 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
817
818         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
819           1208515
820         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
821
822 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
823
824         * src/port.h (struct PORT): added field gp_tags, to hold the tag
825         value of generic pointers,
826         * src/avr/main.c,
827           src/ds390/main.c,
828           src/hc08/main.c,
829           src/izt/i186.c,
830           src/izt/tlcs900h.c,
831           src/mcs51/main.c,
832           src/pic/main.c,
833           src/pic16/main.c,
834           src/xa51/main.c,
835           src/z80/main.c: PORT structure, added elements for gp_tags field,
836         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
837         fields in the PORT structure of each port,
838         * src/SDCCast.c (decorateType): allow processing of generic pointers
839         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
840         S_FIXED symbols
841
842 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
843
844         * link/z80/lkgb.c,
845         * link/z80/lkgg.c,
846         * src/pic16/gen.c,
847         * src/pic16/main.c,
848         * src/pic16/pcode.c,
849         * src/pic/main.c,
850         * src/pic/pcoderegs.c,
851         * src/SDCCicode.c,
852         * src/SDCCmain.c,
853         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
854           bug 1504689 on minGW
855
856 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
857
858         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
859
860 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
861
862         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
863
864 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
865
866         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
867           for optimization
868
869 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
870
871         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
872         to a char variable. Fixed bug #1504211
873         * device/include/pic16/adc.h,
874         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
875         and fixed bug #1364390
876
877 2006-06-10 Borut Razem <borut.razem AT siol.net>
878
879         * CVSROOT: removed the CVS left-over
880
881 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
882
883         * as/hc08/asmain.c (asexit),
884         * as/hc08/lkmain.c (lkexit),
885         * as/mcs51/asmain.c (asexit),
886         * as/mcs51/lkmain.c (lkexit),
887         * src/SDCCglue.c (DEFSETFUNC),
888         * src/SDCCmain.c (linkEdit, assemble),
889         * support/librarian/sdcclib.c (AddRel),
890           replaced unlink() by standard C remove()
891         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
892         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
893           gatherImplicitVariables): new, added to fix bug 608752,
894           (createFunction): added gatherImplicitVariables()
895         * src/SDCCast.h: added createRMW prototype
896         * src/SDCCsymt.h (struct symbol): added infertype
897         * support/regression/tests/bug608752.c: new, added
898
899 2006-06-10 Raphael Neider <rneider AT web.de>
900
901         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
902           multibyte dummy reads (fixes #1503234)
903
904 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
905
906         * device/include/mcs51/compiler.h: new, added header file to enable
907           creating common sfr definition header files for different compilers
908
909 2006-06-05 Raphael Neider <rneider AT web.de>
910
911         * src/pic16/{pcode.h,genarith.c}:
912           introduced pCodeOp combining any two pCodeOps (previously only
913           two register operands could be combined), removed pcop2 from
914           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
915         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
916         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
917           rewritten to use new PO_TWO_OPS
918         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
919         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
920           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
921           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
922           (pic16_get_op): embraced return arg to allow #define return(x),
923             added new case for combined opcodes
924           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
925           (pic16_pCode2str,pic16_getRegFrompCodeOp,
926            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
927
928 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
929
930         * src/SDCCval.c (checkConstantRange): added
931         * src/SDCCval.h: added checkConstantRange
932         * support/Util/SDCCerr.c,
933         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
934         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
935         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
936         * src/SDCCast.c (decorateType): added checkConstantRange,
937         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
938         can be emitted with the correct always true/false warning,
939         added optimization for double '!';
940         result of decorateType() must be assigned back to the tree, because
941         decorateType() can change the tree
942         * src/SDCCicode.c (geniCodeLogic),
943         (geniCodeAssign): replaced new checkConstantRange, added warnings,
944         (checkConstantRange): removed, it was only a fragment which never
945         emitted a warning
946         * src/SDCCsymt.c (computeType): fixed promotion for
947         "-1 < (unsigned bit) b"
948         * src/pic/ralloc.c (packRegsForAssign),
949         * src/pic16/ralloc.c (packRegsForAssign),
950         * src/hc08/ralloc.c (packRegsForAssign),
951         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
952         from mcs51
953         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
954         * support/regression/tests/constantRange.c: added
955         * support/valdiag/tests/constantRange.c: added
956         * support/valdiag/valdiag.py: added -DPORT_HOST=1
957
958 2006-06-02 Borut Razem <borut.razem AT siol.net>
959
960         * support/regression/ports/pic16/support.c: increase stack size
961           to 255 bytes
962         * support/regression/Makefile.in: sort tests by name so that the
963           resutlts can be compared on different machines / platforms
964
965 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
966
967         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
968         * src/ds390/gen.c (emitLabel): new, added,
969           (genDjnz): fixed stack overflow bug,
970           (throughout): cosmetic changes to sync with mcs51/gen.c,
971           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
972         * src/mcs51/gen.c (genEndFunction): small optimization,
973           (throughout): cosmetic changes to sync with ds390/gen.c
974
975 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
976
977         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
978           (_print_format): fixed printing pointers
979         * src/mcs51/gen.c (emitLabel, movb): new, added,
980           (genAssign): small optimization,
981           (genDjnz): fixed stack overflow bug,
982           (throughout): replaced sprintf with SNPRINTF,
983           replaced mcs51_regWithIdx with REG_WITH_INDEX,
984           replaced emitcode("mov", "b,...") with MOVB(...),
985           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
986           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
987         * src/mcs51/peeph.def: added rules 140 and 264
988         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
989           so they may get optimized into registers
990
991 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
992
993         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
994           immediately when encountered,
995           (printUsage): always use stderr even on windows
996
997 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
998
999         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
1000         (processParms): fixed bug #1247551
1001         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
1002         parseCmdLine, main): print '--version' to stdout,
1003         print 'help' to stdout if --help is given,
1004         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
1005         arguments are given; fixed --help
1006
1007 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
1008
1009         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
1010         * support/regression/tests/bug-1493710.c: added
1011
1012 2006-05-27 Borut Razem <borut.razem AT siol.net>
1013
1014         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
1015           static instead auto
1016         * support/regression/ports/pic16/support.c: increase stack size
1017           from default 64 bytes to 128 bytes
1018         * support/regression/tests/staticinit.c,
1019           support/regression/tests/float.c: regression tests fully enabled
1020           for pic16 port by putting the initialized data arrays into the code
1021           section
1022         * support/regression/ports/pic16/spec.mk: don't link default libraries.
1023           This was changed by mistake in the previous version.
1024
1025 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
1026
1027         * src/pic16/gen.c (genFunction, genEndFunction): some
1028         beautifications, fixed bug with falsely restoring FSR2 in large
1029         stack model, thanks to Beau E. Cox for reporting the bug
1030
1031 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1032
1033         * debugger/mcs51/break.c,
1034         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
1035           use %p to print pointers, made address variables unsigned
1036         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
1037         * debugger/mcs51/symtab.c (parseSymbol): must return something
1038         * src/mcs51/gen.c (aopForSym): small optimization,
1039            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
1040           (freeAsmop): added missing break,
1041           (aopPut): removed parameter bvolatile, determine it inside the function,
1042           (saveRegisters, unsaveRegisters): small optimization,
1043           (genIpush): removed pointless check,
1044           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
1045           replaced sprintf with SNPRINTF,
1046           replaced strcpy with strncpyz,
1047           updated aopPut calls,
1048           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1049         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
1050
1051 2006-05-24 Borut Razem <borut.razem AT siol.net>
1052
1053         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1054           modification of test for the pic16 port, put the array to the code
1055           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1056
1057 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1058
1059         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1060         * support/Util/pstdint.h: added
1061
1062 2006-05-22 Borut Razem <borut.razem AT siol.net>
1063
1064         * src/regression/Makefile: removed bool2.c test, added -q linker option
1065         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1066           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1067           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1068           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1069           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1070           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1071           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1072           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1073           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1074
1075 2006-05-22 Raphael Neider <rneider AT web.de>
1076
1077         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1078           bug #1492360 (problematic due to generic pointers, see code)
1079
1080 2006-05-22 Borut Razem <borut.razem AT siol.net>
1081
1082         * support/regression/ports/pic16/specs.mk: removed stack size linker
1083           directive
1084         * support/regression/tests/array.c,
1085           support/regression/tests/bitopcse.c,
1086           support/regression/tests/bug-908454.c,
1087           support/regression/tests/malloc.c: modified for pic16 regression test
1088         * support/regression/tests/bitfields.c:
1089           pic16 - excluded bitfileds of size > 8
1090         * support/regression/tests/bp.c: pic16 - reduced data size
1091         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1092         * support/regression/tests/bug-460010.c:
1093           pic16 - used the absolute address the fits in memory
1094         * support/regression/tests/bug-716242.c:
1095           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1096         * support/regression/tests/float.c:
1097           pic16 - excluded - data size too big
1098         * support/regression/tests/onebyte.c:
1099           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1100         * support/regression/tests/shifts.c:
1101           pic16 - function names probably have to differ in first X characters
1102           (gpasm limitation?)
1103         * support/regression/tests/staticinit.c:
1104           pic16 - excluded some tests due error: no target memory available for
1105           section ".idata"
1106
1107 2006-05-22 Borut Razem <borut.razem AT siol.net>
1108
1109         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1110           second try. Thanks Stas Sergeev once more.
1111
1112 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1113
1114         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1115           (genLeftShift, genRightShift): fixed bug 1491627
1116         * src/hc08/peeph.def (rules 7, 8.x): added
1117         * support/regression/tests/shifts.c (ShiftLeftByParam,
1118           ShiftRightByParam, testShiftByParam): added to test variable shifting
1119
1120 2006-05-20 Raphael Neider <rneider AT web.de>
1121
1122         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1123         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1124           (allocReg): add only new registers to dynAllocRegs,
1125           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1126             #1489055, #1445850, and probably #1483693
1127
1128 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1129
1130         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1131         bug in for-loop that didn't emit the last of CONFIG and ID registers
1132
1133 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1134
1135         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1136           with offset
1137         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1138           1489016, 1434401 and 1490124
1139         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1140           1489016, 1434401 and 1490124
1141
1142 2006-05-17 Borut Razem <borut.razem AT siol.net>
1143
1144         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1145           thanks Stas Sergeev
1146
1147 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1148
1149         * device/include/mcs51/P89c51RD2.h,
1150         * device/include/mcs51/P89LPC901.h,
1151         * device/include/mcs51/P89LPC922.h,
1152         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1153
1154 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1155
1156         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1157         to fix missing stack pragma in compiled binary object file,
1158
1159 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1160
1161         * support/packihx/configure.in,
1162         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1163         determine sizeof basic types even while cross compiling
1164
1165 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1166
1167         * src/avr/gen.c (aopop),
1168         * src/ds390/gen.c (aopOp),
1169         * src/hc08/gen.c (aopOp),
1170         * src/mcs51/gen.c (aopop),
1171         * src/pic16/gen.c (pic16_aopOp),
1172         * src/pic/gen.c (aopOp),
1173         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1174         if size of operand is smaller than spill location
1175
1176 2006-05-12 Borut Razem <borut.razem AT siol.net>
1177
1178         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1179           have to have CR/LF line endings even if they are checked out on *nix
1180           or on WIN32 in cygwin binmode
1181
1182 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1183
1184         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1185         * device/include/ds80c390.h: added sfr16 definitions
1186         * src/ds390/gen.c,
1187         * src/ds390/gen.h,
1188         * src/ds390/main.c,
1189         * src/ds390/ralloc.c,
1190         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1191           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1192           bit returning functions
1193         * support/regression/tests/sfr16.c: enabled test on ds390
1194
1195 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1196
1197         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1198         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1199
1200 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1201
1202         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1203         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1204           (cl_address_space constructor): removed expensive initialization,
1205           (cl_address_space::get_cell): extended for late initialization,
1206           (cl_address_space::*): use late initialization,
1207           (cl_address_decoder::activate): removed expensive initialization,
1208           This reduced regression test running time by 25%
1209
1210 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1211
1212         * packihx/,
1213         * configure.in,
1214         * configure,
1215         * sdcc.dsw,
1216         * Makefile.bcc,
1217         * Makefile.in,
1218         * support/packihx/Makefile.in,
1219         * support/packihx/clean.mk,
1220         * support/packihx/Makefile.bcc,
1221         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1222
1223 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1224
1225         * src/SDCCval.c (valNot): fix for regression test failure
1226           of not.c on big endian hosts
1227
1228 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1229
1230         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1231
1232 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1233
1234         * device/lib/mcs51/Makefile.in: changed string comparison operator
1235           to = for POSIX compliance; == is bash extension
1236
1237 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1238
1239         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1240           kosmonaut_pirx
1241
1242 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1243
1244         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1245         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1246         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1247         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1248         bug report #1478657,
1249
1250 2006-05-05 Borut Razem <borut.razem AT siol.net>
1251
1252         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1253           making the html
1254
1255 2006-05-02 Borut Razem <borut.razem AT siol.net>
1256
1257         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1258           create *.ind, which made make to fail if invoked with -j 2
1259
1260 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1261
1262         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1263           Hubert Sack for patch 1479782
1264
1265 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1266
1267         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1268
1269 2006-05-01 Raphael Neider <rneider AT web.de>
1270
1271         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1272           (create_pic): store only prefix-free device name,
1273           (init_pic): check for device names with "16" prefix,
1274           (list_valid_pics),
1275         * src/pic/device.h (struct PIC_device),
1276         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1277             stored device name,
1278         * device/include/pic/pic12f{635,675,629,683}.h,
1279         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1280         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1281         * device/include/pic/pic16f505.h,
1282         * device/lib/pic/libdev/pic16f505.c: removed
1283         * device/include/pic/pic14devices.txt: added support for pic12f
1284             devices, removed unsupported non 16-bit devices
1285             [above changes provided by patch from Zik Saleeba]
1286         * src/pic/*, src/pic16/*, device/include/pic16/*,
1287           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1288
1289 2006-05-01 Borut Razem <borut.razem AT siol.net>
1290
1291         * configure.in, configure, doc/Makefile.in:
1292           sync with nightly build makefile - latex, dvipdf and dvips
1293           not needed any more
1294
1295 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1296
1297         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1298         in the library source
1299
1300 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1301
1302         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1303
1304 2006-04-28 Raphael Neider <rneider AT web.de>
1305
1306         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1307         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1308           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1309         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1310
1311 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1312
1313         * device/lib/pic/libdev/Makefile.in,
1314         * device/lib/hc08/Makefile.in,
1315         * device/lib/gbz80/Makefile.in,
1316         * device/lib/z80/Makefile.in,
1317         * device/lib/ds390/Makefile.in,
1318         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1319         thanks to Borut for the bug report
1320         * configure.in,
1321         * configure: always create doc/Makefile independent from --enable-doc
1322         * Makefile.in: always install from directory doc independent from
1323         --enable-doc
1324         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1325         removed
1326         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1327         * doc/Makefile.in: install *.txt if present
1328         * device/include/Makefile.in (install): added installation of pic/*.inc
1329         and pic/*.txt files again, they were erroneously removed
1330
1331 2006-04-28 Raphael Neider <rneider AT web.de>
1332
1333         * src/pic/{gen.c,main.h,pcode.c},
1334         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1335             concerning signedness with casts
1336
1337 2006-04-28 Raphael Neider <rneider AT web.de>
1338
1339         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1340             definition of an interrupt handler,
1341         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1342             interrupt handler stuff from picglue() to separate routine,
1343           (picglue): enabled definition of intr handlers in files w/o main()
1344
1345 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1346
1347         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1348           compilation with MSVC 2005 Express Edition (VC8)
1349
1350 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1351
1352         * device/lib/Makefile: fixed build of gbz80 lib
1353
1354 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1355
1356         * support/regression/tests/bug-460010.c,
1357         * support/regression/tests/bug-524691.c,
1358         * support/regression/tests/bug-716242.c: removed conditional defines
1359           that are already in testfwk.h
1360
1361 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1362
1363         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1364           (AccAXRsh1): added, shift right by 1,
1365           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1366            AccAXLrl1
1367         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1368
1369 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1370
1371         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1372         remove cast to same type
1373         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1374         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1375         * as/z80/Makefile,
1376         * link/z80/Makefile: removed, they have moved to
1377         Makefile.in files
1378         * configure,
1379         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1380         * install-sh: fix bug #1204398 by setting umask 0022
1381         * device/lib/Makefile: separate build of z80 and gbz80 lib
1382
1383 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1384
1385         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1386         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1387
1388         One basic decision: e.g. src/clean.mk includes further files. In order
1389         to make this work there are two solutions:
1390         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1391           run configure on them. This way they can use
1392           'include $(srcdir)/port-clean.mk'
1393         - always include clean.mk by the Makefile at the same level. To avoid
1394           that `make clean` tries to include and build Makefile.dep the
1395           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1396           implemented, because now even `make uninstall` doesn't create
1397           Makefile.in. clean.mk could be eliminated by pasting it in
1398           Makefile.in.
1399
1400         * debugger/mcs51/Makefile.in: build own objects from library sources
1401         (SLIB, SDCC) in current directory
1402
1403         * configure, configure.in: renamed --disable-device-lib-build in
1404         --disable-device-lib; added --enable-doc, the required tools are
1405         searched by configure; added result message; the toolchain for the
1406         belonging ports are now only built, if the port is enabled.
1407
1408         * support/regression/*: all output is written in directory gen, because
1409         the fwk and ports directories don't livet in the build tree using vpath
1410
1411         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1412         --disable-device-lib, added --enable-doc, added section VPATH
1413
1414         * sim/ucsim/configure.in,
1415         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1416         z80 are enabled by default
1417
1418 2006-04-24 Raphael Neider <rneider AT web.de>
1419
1420         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1421             to config word, "pic14_"-prefixed some extern functions
1422           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1423             config word has been found
1424         * src/pic/device.h: added prototypes
1425         * src/pic/pcode.c: added "pic14_"-prefix where needed
1426         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1427             fixup
1428         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1429             words,
1430           (pic14emitRegularMap): ignore config words,
1431           (pic14createInterruptVect): moved generating __config directives away
1432           (picglue): have __config directives emitted
1433
1434 2006-04-24 Borut Razem <borut.razem AT siol.net>
1435
1436         * doc/Makefile: sync with nightly build makefile
1437
1438 2006-04-24 Raphael Neider <rneider AT web.de>
1439
1440         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1441             registers that have not been assigned proper liveranges,
1442             fixes #1469504 and #1474602,
1443           (pCodeRegOptimizeRegUsage): fixed typo in comment
1444
1445 2006-04-24 Borut Razem <borut.razem AT siol.net>
1446
1447         * device/examples/main8051.c: deleted - it was removed from CVS
1448           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1449           after the transition to Subversion
1450         * src/SDCCalloc.h: deleted - it was removed  from CVS
1451           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1452           after the transition to Subversion
1453         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1454           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1455           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1456           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1457
1458 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1459
1460         * as/asx8051.dsp: added mcs51/strcmpi.h
1461         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1462         * as/hc08/aslink.h: updated lnksect prototype
1463         * as/hc08/asm.h,
1464         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1465         * as/hc08/asmain.c,
1466         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1467           (newdot): handle A_ABS
1468         * as/hc08/asout.c,
1469         * as/mcs51/asout.c (outarea): output address
1470         * as/hc08/lkaomf51.c,
1471         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1472         * as/hc08/m08pst.c,
1473         * as/mcs51/i51pst.c,
1474         * as/z80/z80pst.c: "ABS" is not A_OVR
1475         * as/hc08/lkarea.c (newarea): read a_addr,
1476           (lnkarea): added codemap array, sort absolute areas to the front,
1477            combine all GSINITx/GSFINAL,
1478           (find_empty_space, allocate_space): new functions,
1479           (lnksect): return next address, handle absolute sections
1480         * as/mcs51/lkarea.c (newarea): read a_addr,
1481           lnksect2 prototype changed,
1482           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1483           (find_empty_space, allocate_space): new, factored out of lnksect2,
1484           (lnksect2): return next address, handle absolute sections
1485         * as/hc08/lkhead.c,
1486         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1487         * as/hc08/lklibr.c (addfile, fndsym),
1488         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1489           index out of range and detect both '\' and '/'
1490         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1491         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1492           regression tests (ds390 cannot return bool yet)
1493         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1494           document critical interrupts on z80, document changed SDCC define
1495         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1496           (_a390_mapping): added .org directive
1497         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1498           (genMultOneByte): fixed warnings
1499         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1500           ones
1501         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1502         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1503           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1504         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1505         * src/pic16/main.c: removed newReg prototype
1506         * src/pic16/pcode.c,
1507         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1508           warnings
1509         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1510           ones
1511         * src/pic16/ralloc.c
1512         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1513           to fix warnings
1514         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1515           from short to PIC_OPTYPE
1516         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1517         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1518           optype from short to PIC_OPTYPE
1519         * src/port.h: made int_size unsigned to fix warnings
1520         * src/SDCC.y: fixed warning on MSVC
1521         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1522         * src/SDCCopt.c (convertToFcall): fixed warnings
1523         * src/SDCCsymt.h: removed double prototype for genSymName
1524         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1525           offset int to fix warnings
1526
1527 2006-04-22 Borut Razem <borut.razem AT siol.net>
1528
1529         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1530           references to CVS replaced with Subversion
1531
1532 2006-04-21 Borut Razem <borut.razem AT siol.net>
1533
1534         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1535           references to CVS replaced with Subversion
1536
1537 2006-04-19 Borut Razem <borut.razem AT siol.net>
1538
1539         * src/version.awk: adapted for svn
1540         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1541           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1542           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1543           /binutils-avr/etc/*.vi, *.jin: removed all properties
1544           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1545
1546 2006-04-19 Borut Razem <borut.razem AT siol.net>
1547
1548         * CVS to Subversion migration completed
1549
1550 2006-04-18 Borut Razem <borut.razem AT siol.net>
1551
1552         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1553           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1554
1555 2006-04-17 Borut Razem <borut.razem AT siol.net>
1556
1557         * device/include/Makefile.in: added pic/*.inc to the installation
1558
1559 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1560
1561         * support/regression/collate-results.py: fixed output in case of
1562         a valdiag error
1563         * support/regression/generate-cases.py: fixed splitting of pathnames
1564         with dots
1565         * as/hc08/lklibr.c (addfile),
1566         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1567
1568 2006-04-11 Raphael Neider <rneider AT web.de>
1569
1570         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1571         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1572         * src/pic16/pcode.c (assignValnums): fixed #1460578
1573
1574 2006-04-11 Raphael Neider <rneider AT web.de>
1575
1576         * device/lib/pic/libdev/*.c,
1577         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1578           fixes #1468739, enables compilation in --std-c99 mode
1579         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1580
1581 2006-04-11 Raphael Neider <rneider AT web.de>
1582
1583         * src/pic/device.c (find_device): removed debug output
1584           (list_valid_pics): enabled verbose listing of supported devices
1585         * device/include/stdbool.h: define bool as char for pic14/16 as well
1586
1587 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1588
1589         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1590
1591 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1592
1593         * .version: bumped version to 2.5.6
1594         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1595
1596 2006-04-06 Raphael Neider <rneider AT web.de>
1597
1598         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1599         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1600         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1601           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1602             pic14_constructAbsMap
1603           (pic14printPublics): declare absolute global symbols as global
1604           (pic14createInterruptVect),
1605         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1606           (newReg): assume new registers unused, use correct name in
1607             hashtable (reg->name instead of name), more debugLog output
1608         * src/pic/device.h (PIC_device): added fields for verbose output
1609         * src/pic/device.c: moved device definition to pic14devices.txt,
1610             added routines for runtime parsing of pic14devices.txt,
1611             added support for second config word
1612         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1613           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1614           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1615           (_pic14_parseOptions): moved pCodeInitRegisters here
1616           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1617         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1618           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1619             handling the pseudo stack
1620         * device/lib/Makefile.in: ignore failures in objects-pic16,
1621         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1622         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1623         * device/lib/pic/Makefile.subdir,
1624         * device/lib/pic16/Makefile.subdir: improved clean rules
1625         * device/lib/pic/libdev/: NEW, pic14 device libraries
1626         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1627         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1628         * device/include/Makefile.in: create subdir and install pic14 headers
1629         * device/include/pic/p16f_common.inc: removed unused declarations
1630         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1631             PICs from inc2h.pl v1.6,
1632             replaced BIT_AT macros with struct declarations
1633         * device/include/pic/pic14devices.txt: definition of supported devices,
1634             all above improvements contributed by Zik Saleeba, thanks
1635         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1636         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1637             headers
1638
1639 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1640
1641         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1642         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1643           thanks to Charles Olds
1644
1645 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1646
1647         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1648
1649 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1650
1651         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1652         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1653         * support/regression/bug1464657.c: added, new test
1654
1655 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1656
1657         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1658           version number
1659
1660 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1661
1662         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1663           --no-peep and --peep-file <file> are used don't use default rules but
1664           do use the <file>
1665
1666 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1667
1668         * src/mcs51/gen.c (genCall): fixed bug 1457608
1669
1670 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1671
1672         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1673         changes seem to cause (trigger?) problems with the build system.
1674
1675 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1676
1677         * src/SDCCpeeph.c (operandsLiteral): new, added,
1678           (callFuncByName): inserted operandsLiteral
1679         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1680
1681 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1682
1683         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1684         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1685
1686 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1687
1688         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1689           implemented patch 1120823 Thanks to Willy De la Court (normal
1690           interrupts need an interrupt number now if they are made critical),
1691           and enabled nesting of critical functions though not for gbz80
1692           (genCritical, genEndCritical): added functions
1693           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1694         * src/z80/mappings.i: added "ei" to all mappings
1695
1696 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1697
1698         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1699         submitted by the Debian SDCC maintainer Aurelien Jarno:
1700         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1701         archive with gcc 4.1 on mips and wrote the patch"
1702
1703 2006-03-16 Raphael Neider <rneider AT web.de>
1704
1705         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1706           the left operand is shorter than the result (c* = lit-c* + int),
1707           fixes bug #1450796
1708         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1709           OP_SYMBOL
1710
1711 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1712
1713         * src/.version: increased version number to 2.5.5
1714         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1715         linking is done manually in pic16 port's _linkEdit,
1716         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1717         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1718         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1719         allocate asmop as AOP_ACC,
1720         (aopForRemat): added parameter 'bool result' in function declaration,
1721         (pic16_aopGet): return AOP_ACC when accessing WREG,
1722         (pic16_popGetTempReg): minor modification,
1723         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1724         'pic16_allocWithIdx',
1725         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1726         calling function in absolute addresses,
1727         (genAssign): take into account AOP_ACC asmop,
1728         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1729         * src/pic16/pcoderegs.c: some debug functions and lines added,
1730         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1731         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1732         register too,
1733         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1734         call to allocReg, not by manually allocating a new one,
1735         (pic16_assignRegisters): now before going through the register
1736         allocating functions mark all registers as free. This eliminates some
1737         side effects resulting from peephole parser done earlier in the backbone
1738
1739 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1740
1741         * src/SDCCicode.c (geniCodeLogic),
1742         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1743
1744 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1745
1746         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1747           (genSend): bugfix, do not allocate and free twice,
1748           (shiftRLong): handle partially overlapping aops
1749         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1750
1751 2006-03-08 Borut Razem <borut.razem AT siol.net>
1752
1753         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1754           for pic16
1755
1756 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1757
1758         * support/regression/tests/bug1409955.c: new, added
1759         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1760         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1761           (aopForSym, aopOp): increment asmop.allocated if reused,
1762           (freeAsmop): decrement asmop.allocated and check for zero instead of
1763           using asmop.freed,
1764           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1765           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1766            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1767            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1768            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1769            genSignedRightShift, genRightShift, genDataPointerGet,
1770            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1771            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1772             in reverse order from allocation,
1773           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1774             added swappedLR to keep track
1775         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1776           pdata & code for GCC, z80, gbz80 & hc08
1777         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1778
1779 2006-03-08 Raphael Neider <rneider AT web.de>
1780
1781         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1782
1783 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1784
1785         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1786         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1787         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1788
1789 2006-03-06 Borut Razem <borut.razem AT siol.net>
1790
1791         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1792           made the linker quiet
1793
1794 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1795
1796         * src/pic16/gen.c (genPcall): fixed bug #1443644
1797         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1798         which dumps before the function entry point a data byte which represents
1799         the number of the local variables used by the specified function, added
1800         'xinst' for initial support for Extended Instruction Support,
1801         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1802         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1803         port->fun_prefix anymore (may change later),
1804         (genFunction, genEndFunction): do not store/restore local registers for
1805         _main (this should take care the --main-return command line option in
1806         the future),
1807         (genOr): removed some legacy pic-port instructions,
1808         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1809         performing operations with SFR's causes data to be written more than
1810         once to each SFR. Perhaps SFRs should be handled in special cases...
1811         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1812         pcode.h
1813         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1814         into account for stack starting position,
1815         (struct OPTIONS pic16_optionsTable): added command line argument
1816         --extended or -y for Extended Instruction Support,
1817         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1818         (deassignLRs): *** perhaps the most important change, old 'for' code
1819         (commented out for reference), didn't account for some registers which
1820         were left marked 'not free' after a pointer operation. The change
1821         reduces register usage a lot in some cases
1822
1823 2006-03-04 Borut Razem <borut.razem AT siol.net>
1824
1825         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1826           _clean
1827         * support/regression/tests/bug-524697.c: decreased array size for
1828           mcs51 to fit into the internal RAM
1829         * support/regression/Makefile.in: a little bit more verbose
1830
1831 2006-03-03 Borut Razem <borut.razem AT siol.net>
1832
1833         * support/regression/fwk/lib/testfwk.c,
1834           support/regression/fwk/include/testfwk.h: introduced function
1835           _prints(), nonrecursive _printn(), call _initEmu() from main()
1836         * support/regression/ports/gbz80/support.asm,
1837           support/regression/ports/ucz80/support.asm,
1838           support/regression/ports/z80/support.asm,
1839           support/regression/ports/ds390/support.c,
1840           support/regression/ports/hc08/support.c,
1841           support/regression/ports/host/support.c,
1842           support/regression/ports/mcs51/support.c,
1843           support/regression/ports/xa51/support.c: added empty _initEmu()
1844           function
1845         * support/regression/ports/pic16/gpsim.cmd,
1846           support/regression/ports/pic16/spec.mk,
1847           support/regression/ports/pic16/support.c,
1848           support/regression/Makefile.in: added pic16 regression test
1849
1850 2006-03-01 Raphael Neider <rneider AT web.de>
1851
1852         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1853           genConstPointerGet): use safe way of generating MOVFF to cover
1854             literals as well as registers, fixes bug #1440527
1855         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1856             dereference
1857           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1858             more correctly, fixes bug #1232186
1859           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1860         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1861             gplink guess the correct processor in more cases, applied patch
1862             from Till Riedel attached to and fixing bug #1436552
1863
1864 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1865
1866         * support/regression/tests/array.c: added, contains check for #1434401
1867         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1868
1869 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1870
1871         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1872         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1873         * device/include/mcs51/c8051f326.h,
1874         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1875         * device/include/mcs51/c8051f000.h,
1876         * device/include/mcs51/c8051f018.h,
1877         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1878           PCON_IDLE,PCON_STOP and added sfr16 definitions
1879
1880 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1881
1882         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1883           genGetWord): fixed bug 1409955
1884
1885 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1886
1887         * device/include/hc08/mc68hc908gp32.h,
1888         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1889
1890 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1891
1892         * src/SDCCast.c (constExprValue): return NULL if not a value
1893         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1894         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1895         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1896
1897 2006-02-13 Borut Razem <borut.razem AT siol.net>
1898
1899         * src/regression/ptrarg.c: added, fails due to bug #1430967
1900         * src/regression/Makefile: ptrarg.c added, ...
1901
1902 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1903
1904         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1905         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1906
1907 2006-02-11 Borut Razem <borut.razem AT siol.net>
1908
1909         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1910           print "Processor: xxx" message to stdout only if --verbose
1911
1912 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1913
1914         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1915         * support/regression/tests/bug1426356.c: added
1916         * support/regression/tests/bitfields.c: removed 2 tests
1917
1918 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1919
1920         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1921         * device/include/mcs51/c8051f330.h,
1922         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1923           PCON_IDLE,PCON_STOP and added sfr16 definitions
1924         * device/lib/_divsint.c,
1925         * device/lib/_divuint.c,
1926         * device/lib/_divulong.c,
1927         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1928           register bank bug for small stackauto
1929
1930 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1931
1932         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1933
1934 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1935
1936         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1937         * all.dsp: corrected several bin paths
1938         * device/include/mcs51/c8051f120.h,
1939         * device/include/mcs51/c8051f300.h,
1940         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1941           to PCON_IDLE,PCON_STOP
1942         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1943         * device/lib/printf_large.c (output_float): fixed bug 1388703
1944         * support/regression/tests/bug1057979.c: added test for bug 1388703
1945
1946 2006-02-08 Raphael Neider <rneider AT web.de>
1947
1948         * src/pic/pcode.c (pciTRIS): fixed typo,
1949           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1950           (LinkFlow): fixed handling of flows that end in a call,
1951           (ReuseReg): perform safety check earlier
1952         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1953             to work with flows at the beginning of a pBlock,
1954             fixes #1426557 (Symbol not previously defined),
1955           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1956             usage information
1957           (RemoveUnusedRegisters): update register usage info
1958         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1959             created, reuse existing ones instead
1960         * src/pic/gen.c (genPcall): fixed #1424719
1961
1962 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1963
1964         * link/z80/lkmain.c,
1965         * link/z80/lklex.c,
1966         * link/z80/lkdata.c,
1967         * link/z80/aslink.h: fixed build on current cygwin:
1968         replaced getline() by lk_getline()
1969
1970 2006-02-01 Borut Razem <borut.razem AT siol.net>
1971
1972         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1973           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1974           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1975           src/regression/bool1.c, src/regression/bool2.c,
1976           src/regression/bool3.c, src/regression/call1.c,
1977           src/regression/compare.c, src/regression/compare10.c,
1978           src/regression/compare2.c, src/regression/compare3.c,
1979           src/regression/compare4.c, src/regression/compare5.c,
1980           src/regression/compare6.c, src/regression/compare7.c,
1981           src/regression/compare8.c, src/regression/compare9.c,
1982           src/regression/configword.c, src/regression/for.c,
1983           src/regression/inline.c, src/regression/mult1.c,
1984           src/regression/nestfor.c, src/regression/or1.c,
1985           src/regression/pointer1.c, src/regression/ptrfunc.c,
1986           src/regression/rotate1.c, src/regression/rotate2.c,
1987           src/regression/rotate3.c, src/regression/rotate4.c,
1988           src/regression/rotate5.c, src/regression/rotate6.c,
1989           src/regression/rotate7.c, src/regression/string1.c,
1990           src/regression/struct1.c, src/regression/sub.c,
1991           src/regression/sub2.c, src/regression/switch1.c,
1992           src/regression/while.c, src/regression/xor.c,
1993           src/regression/create_stc, src/regression/simulate,
1994           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1995           regression tests
1996         * src/regression/gpsim_assert.h: added
1997
1998 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1999
2000         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
2001         ((void (code *) (void)) 0) ();
2002         * as/hc08/aslex.c,
2003         * as/hc08/aslink.h,
2004         * as/hc08/asm.h,
2005         * as/hc08/asmain.c,
2006         * as/hc08/lkdata.c,
2007         * as/hc08/lklex.c,
2008         * as/hc08/lkmain.c,
2009         * as/mcs51/aslex.c,
2010         * as/mcs51/aslink.h,
2011         * as/mcs51/asm.h,
2012         * as/mcs51/asmain.c,
2013         * as/mcs51/lkdata.c,
2014         * as/mcs51/lklex.c,
2015         * as/mcs51/lkmain.c,
2016         * as/z80/aslex.c,
2017         * as/z80/asm.h,
2018         * as/z80/asmain.c: fixed build on current cygwin:
2019         replaced getline() by as_getline()
2020
2021 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2022
2023         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
2024         declarator in the symbol chain
2025         * src/SDCCsymt.h,
2026         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
2027         parameter list for function pointers
2028         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
2029         * support/regression/tests/bug-716242.c: added
2030
2031 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2032
2033         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
2034         offset if possible
2035         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
2036
2037 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2038
2039         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
2040         inifinitely recurseable, added static
2041         * support/regression/tests/bug-1408066.c: added
2042
2043 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2044
2045         * src/SDCCicode.h,
2046         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
2047         renamed, added possibility to create "postLoopLbl"-labels
2048         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
2049         newiTempLoopHeaderLabel
2050         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2051         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2052         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2053         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2054         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2055         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2056         (basicInduction): fixed bug #136564, made static,
2057         (loopInduction): changed parameter of basicInduction, made static,
2058         (addPostLoopBlock): added
2059         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2060         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2061         findLoopEndSeq
2062         * support/regression/tests/bug-136564.c: added
2063         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2064         --std-sdcc99 to LIBSDCCFLAGS
2065
2066 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2067
2068         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2069         while loop
2070         * support/regression/tests/bug-1406131.c: added
2071
2072 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2073
2074         * src/SDCCast.c (decorateType): fix promotion of unary minus
2075         * src/SDCCsymt.c (computeType): beautified
2076         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2077         (valUnaryPM, valComplement): fix sign and promotion,
2078         (valNot): ANSI: result type is int (SDCC: unsigned char)
2079         * support/regression/tests/uminus.c: speedup by removing superflous
2080         test case 'int'
2081         * support/regression/tests/onebyte.c: added promotion and signedness
2082         tests for unary minus
2083         * support/regressions/tests/bug-477927.c: disable warning about
2084         uninitialized variables
2085         * support/regression/tests/not.c: added
2086
2087 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2088
2089         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2090         * src/mcs51/gen.c (gen51Code): show final register usage after
2091         fillGaps in asm with --i-code-in-asm
2092         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2093         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2094         incUsed, rliveClear, adjustIChain): made static,
2095         (setFromRange): excluded because it's unused,
2096         (findPrevUseSym, markWholeLoop): added,
2097         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2098         through all branches of predecessors enables sdcc to emit the warning
2099         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2100         (rlivePoint): made static, added parameter emitWarnings which is only
2101         true during the first run out of two,
2102         (findRecursiveSucc, findRecursivePred): removed,
2103         (computeLiveRanges): made static, added parameter emitWarnings,
2104         (dumpIcRlive): added for debugging only
2105         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2106         removed prototype of setFromRange()
2107         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2108         in call of computeLiveRanges()
2109         * support/regression/tests/bug-895992.c: added
2110         * support/regression/tests/bug-971834.c: added
2111         * support/valdiag/tests/bug-895992.c: added
2112         * support/valdiag/tests/bug-971834.c: added
2113
2114 2005-12-18 Raphael Neider <rneider AT web.de>
2115
2116         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2117           (genUnpackBits): improved code for direct operands,
2118           (genPackBits): improved code for literal assignment to bitfields
2119             and for direct destination operands (no FSR indirection),
2120             prevented redundant AND, fixes #1362800,
2121           (AccLsh): added parameter to disable masking of the result
2122         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2123           skip instructions with side-effects (like incfsz),
2124           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2125         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2126         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2127           fixes #1375263
2128
2129 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2130
2131         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2132         volatile variables as spill location
2133
2134 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2135
2136         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2137         replacing literals
2138         * support/regression/tests/bug-1376320.c: added
2139
2140 2005-12-08 Raphael Neider <rneider AT web.de>
2141
2142         * src/pic/device.c: renamed is_shared to pic14_is_shared
2143         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2144         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2145           (is_valid_identifier): added for above workaround
2146
2147 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2148
2149         * device/lib/Makefile.in: fixed to enable port-specific-objects
2150         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2151           char, thanks Hubert Sack
2152         * doc/sdccman.lyx: documented --xstack-loc,
2153           elaborated a bit more on interrupts and pitfalls,
2154           removed "setjmp/longjmp unsupported",
2155           documented some unsupported C99 features
2156         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2157         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2158           if, thanks Hubert Sack
2159         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2160         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2161           make make_library
2162         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2163           regression tests can report resource usage (rfe 700441)
2164         * support/regression/collate-results.py: report resource usage
2165         * support/regression/ports/ds390/spec.mk,
2166         * support/regression/ports/hc08/spec.mk,
2167         * support/regression/ports/mcs51/spec.mk,
2168         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2169         * support/regression/ports/ds390/uCsim.cmd,
2170         * support/regression/ports/hc08/uCsim.cmd,
2171         * support/regression/ports/mcs51/uCsim.cmd,
2172         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2173         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2174           library, use the default one
2175         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2176           building the library
2177
2178 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2179
2180         * config.dsp: added dependency on .version and configure_vc.awk
2181         * device/include/setjmp.h: updated for --stack-auto and --xstack
2182         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2183         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2184         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2185         * device/lib/libsdcc.lib: added _setjmp
2186         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2187           (decorateType): fixed bug 1372851,
2188           (optimizeGetHbit): fixed warning
2189         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2190           array initialisation
2191         * support/regression/tests/bug1057979.c: added test for bug 1358192
2192         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2193
2194 2005-12-03 Borut Razem <borut.razem AT siol.net>
2195
2196         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2197           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2198
2199 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2200
2201         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2202         createIval): implement symbol independant "flexible array member",
2203         (createIvalCharPtr): implemented flexible array initialisation with a
2204         string
2205         * src/SDCCsymt.c (copyStruct): removed,
2206         (getSize): fixed misleading comment,
2207         (getAllocSize): removed, the additional allocation size is now in
2208         sym->flexArrayLength,
2209         (checkStructFlexArray): new, syntax checks for flexible array members,
2210         (compStructSize): added syntax checks for "flexible array members"
2211         (copyStruct): removed,
2212         (copyLinkChain): removed inefficient fix for bug 770487
2213         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2214         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2215         symbol->flexArrayLength
2216         * src/SDCCerr.c,
2217         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2218         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2219         * support/regression/tests/structflexarray.c: added
2220         * support/valdiag/tests/structflexiblearray.c: added
2221
2222 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2223
2224         * src/SDCCast.c (decorateType): fixed bug 1368489
2225         * support/Util/SDCCerr.c,
2226         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2227
2228 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2229
2230         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2231           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2232
2233 2005-11-27 Borut Razem <borut.razem AT siol.net>
2234
2235         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2236           support/cpp2/mkdeps.h: added command line option
2237           -obj-ext=<extension> to SDCPP to define object file externion, used
2238           for generation of make dependencies (-M)
2239         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2240
2241 2005-11-26 Borut Razem <borut.razem AT siol.net>
2242
2243         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2244           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2245           added pic and pic16 libraries
2246
2247 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2248
2249         * device/include/float.h: Corrected typo in prototype of __fsgt
2250
2251 2005-11-25 Borut Razem <borut.razem AT siol.net>
2252
2253         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2254           added creation of model-mcs51-stack-auto libraries
2255
2256 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2257
2258         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2259         and fields-list too
2260         * src/SDCCast.c (createIvalArray): removed obsolete comment
2261
2262 2005-11-24 Borut Razem <borut.razem AT siol.net>
2263
2264         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2265           added missing device/lib/mcs51/crt*.asm sources
2266
2267 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2268
2269         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2270
2271 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2272
2273         * device/lib/_fs2schar.c,
2274         * device/lib/_fs2sint.c,
2275         * device/lib/_fs2slong.c: optimized inline asm
2276
2277 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2278
2279         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2280           Better handling of floats between -1.0 and 0.0.
2281
2282 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2283
2284         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2285           (the missing "if"s prohibited removal of redundant labels)
2286
2287 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2288
2289         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2290           Properly convert floats between -1.0 and 0.0 to long, int, and char
2291           types (max integer value of negative floats tends to zero).
2292         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2293           Removed changes made so to work properly with floats between
2294           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2295           and _fs2char.c
2296
2297 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2298
2299         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2300         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2301         (genCast) cosmetic change
2302         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2303         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2304         from mcs51
2305         * support/regression/tests/bitfields (testSignedBitfields): added
2306
2307 2005-11-18 Borut Razem <borut.razem AT siol.net>
2308
2309         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2310         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2311           introduced SILENT option to make building of pic16 libraries less
2312
2313 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2314
2315         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2316           Now they work properly with floats between -1.0 and 0.0
2317         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2318
2319 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2320
2321         * src/SDCCicode.c (printOperand): added missing else
2322
2323 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2324
2325         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2326         reformatted for better readability
2327         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2328         signed bitfields
2329
2330 2005-11-17 Borut Razem <borut.razem AT siol.net>
2331
2332         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2333           introduced SILENT option to make building of pic16 libraries less
2334           verbose - used for nightly snapshot build
2335         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2336           available on Win32 platforms.
2337         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2338           medium, large, pic and pic16
2339
2340 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2341
2342         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2343           printf("%f"...) sets fraction to zero.
2344
2345 2005-11-16 Raphael Neider <rneider AT web.de>
2346
2347         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2348           fixes #1357221
2349         * src/pic/gen.c (genIfx): implemented for CARRY bit
2350         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2351           to generic pointers, fixes #1357332,
2352           (pic16_movLit2f): NEW,
2353           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2354
2355 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2356
2357         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2358
2359 2005-11-11 Raphael Neider <rneider AT web.de>
2360
2361         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2362         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2363           compute pointer's type from operand,
2364           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2365           improved single bit reads, fixes bug #1353379
2366
2367 2005-11-09 Borut Razem <borut.razem AT siol.net>
2368
2369         * support/scripts/sdcc.nsi: added lib/pic to the package
2370
2371 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2372
2373         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2374
2375 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2376
2377         * support/regression/tests/bug1348008.c: added
2378         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2379         * support/regression/tests/bug1337835.c: updated comment
2380
2381 2005-11-06 Borut Razem <borut.razem AT siol.net>
2382
2383         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2384           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2385           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2386           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2387           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2388           dynamic construction of cl_error_class and derivates - 2.nd try
2389
2390 2005-11-05 Borut Razem <borut.razem AT siol.net>
2391
2392         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2393           bug, which caused Bus Errors on sparc solaris
2394
2395 2005-11-04 Borut Razem <borut.razem AT siol.net>
2396
2397         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2398           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2399           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2400           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2401           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2402           and derivates to resolve the initialization problem on OSX
2403
2404 2005-11-02 Borut Razem <borut.razem AT siol.net>
2405
2406         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2407           corrected typo - #include <winsock2.h>
2408
2409 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2410
2411         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2412           (_asxxxx_mapping): added org directive for future enhancements
2413
2414 2005-11-01 Borut Razem <borut.razem AT siol.net>
2415
2416         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2417           enabled sockets on WIN32
2418         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2419
2420 2005-10-31 Borut Razem <borut.razem AT siol.net>
2421
2422         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2423           WIN32 backslash path delimiters should be escaped when used in C strings
2424         * support/regression/tests/bitfields.c: exclude failing assertions for
2425           __CYGWIN32__ and __MINGW32__ hosts
2426
2427 2005-10-30 Borut Razem <borut.razem AT siol.net>
2428
2429         * src/SDCCutil.c: corrected double comparison typo
2430
2431 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2432
2433         * device/lib/medium/Makefile: added for new memory model medium
2434         * device/include/asm/mcs51/features.h: updated for medium/pdata
2435         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2436           added Multiply & Accumulate sbit's and MAC0_PAGE define
2437         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2438         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2439         * device/lib/_mullong.c: update for medium model
2440         * device/lib/incl.mk: added medium model
2441         * doc/sdccman.lyx: documented medium model
2442         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2443         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2444         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2445         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2446           (allocParms): set SCLS and OCLS to pdata for medium model
2447         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2448           for pdata,
2449           (powof2): return <0 if not power of 2
2450         * src/avr/gen.c (genBitWise): use updated powof2
2451         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2452           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2453           (shiftLLeftOrResult): use B if necessary
2454         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2455         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2456         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2457         * support/regression/Makefile.in: added test-mcs51-medium
2458         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2459
2460 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2461
2462         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2463         specifier unsigned
2464         * device/lib/time.c (mktime): fixed bug 1334315
2465
2466 2005-10-28 Raphael Neider <rneider AT web.de>
2467
2468         * device/include/pic/p16f_common.inc: added common declarations
2469         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2470
2471 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2472
2473         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2474           (aopPutUsesAcc): added to predict accumulator use,
2475           (assignResultValue): save acc if necessary,
2476           (genMinusDec): store result if indirectly addressed,
2477           (genDivOneByte):  save acc if necessary,
2478           (movLeft2Result): bugfix if left already in acc,
2479           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2480             attention to accumulator use (esp. pdata),
2481           (genReceive): receive pdata correctly
2482         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2483         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2484
2485 2005-10-27 Raphael Neider <rneider AT web.de>
2486
2487         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2488
2489 2005-10-27 Raphael Neider <rneider AT web.de>
2490
2491         * .version: changed version to 2.5.4
2492         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2493         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2494           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2495             arithmetics support routines
2496         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2497         * device/lib/Makefile.in: also create installdir for pic
2498
2499         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2500           pic14 port as well
2501         * src/pic/device.c (dump_sfr): rewritten to delegate register
2502           placement to the linker (use `extern sym' rather than sym EQU addr),
2503           (validAddress): fixed to check last specified address
2504         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2505           (popGetLit): truncate literal value to 8 bit,
2506           (popGet): moved assert to more appropriate place
2507           (popGetExternal): create pCode operand from and mark the according
2508             symbol as being `extern'
2509           (popGetAddr): added sanity check on immediate's offset, provide
2510             GPOINTER tag on demand
2511           (aopPut): fixed for immediates,
2512           (mov2w_op): move operand's address or contents to WREG (depending on
2513             operand type), safer variant of mov2w,
2514           (movwf,call_libraryfunc): NEW, handy abbreviations,
2515           (get_argument_pcop,get_return_val_pcop,pass_argument,
2516           get_returnvalue): interface for accessing function parameters and
2517             return values,
2518           (assignResultValuei,genRet): use new parameter/return value interface
2519           (pic14_getDataSize): back to old version handling generic pointers,
2520           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2521             provided implementation and/or fixed old one,
2522           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2523             calls, removed legacy 8051 reference code
2524           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2525           (loadSignToC): NEW, move the operands sign bit to CARRY,
2526           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2527             genRightShiftSigned, accepts negative shift counts,
2528           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2529           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2530             generic pointers, __data pointers and __code pointers,
2531           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2532             and signed bitfields, limit bitfields to 8 bit,
2533           (genDataPointerGet): fixed number of bytes read,
2534           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2535           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2536             pointers to constant data are no longer assumed to point to __code
2537             space, removed invalid pointer types,
2538           (bitpatternFromVal): retrieve the PICs representation of an integer
2539             or float literal,
2540           (genDataPointerSet): fixed assigning to po_immediate operands,
2541           (genGenPointerSet): implemented as library call,
2542           (genIfx): fixed incorrect condition,
2543           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2544             provide GPOINTER tag according to destination's storage class,
2545           (genCast): added code to handle casting to generic pointers, added
2546             sign-/zero extension of the result
2547           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2548         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2549         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2550           extend the result
2551         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2552           address/register resides in the shared banks
2553           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2554             put all variables into separate sections (have the linker arrange
2555             them)
2556           (picglue): put init code and interrupt handlers in separate sections
2557         * src/pic/main.c: added port specific options table, modified to PORT
2558           structure to make GPOINTERs 3 byte, added pic14_options
2559           (_pic14_do_link): private linking routine (update paths to libraries,
2560             add libsdcc.lib by default)
2561         * src/pic/main.h: declare pic14_options
2562         * src/pic/pcode.c: fixed instructions i/o relations,
2563           (RegCond): reverted to correct version,
2564           (newpCodeOpLit): truncate literals to 8 bit,
2565           (genericPrint): added debug output,
2566           (getRegFromInstruction): fixed for various operand types, simplified
2567           (BuildFlow): fixed broken handling of isntructions with labels
2568           (LinkFlow): start at last instruction in flow (skip trailing comments),
2569             pass the flow on to the next instruction after CALL
2570           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2571           (insertPCodeInstruction): fixed inserting after a skip instruction,
2572           (DoBankSelect): fixed for labeled instructions
2573           (OptimizepBlock): honor --nopeep switch
2574           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2575         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2576         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2577           (pCodeOptime2pCodes): allow disabling this optimization via
2578             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2579             but is still buggy), started implementation of a dataflow based
2580             pCode optimization (CSE + dead code elimination)
2581           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2582         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2583           names are independant of the stack location and therefore portable across
2584           devices
2585
2586 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2587
2588         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2589           (selectSpil): fixed bug 1337835 by not spilling bit variables
2590         * support/regression/tests/bug1337835.c: added test for this bug
2591         * src/mcs51/peeph.def: restart after rule 3.c,
2592           addded rules 263.x to optimize loading constants
2593
2594 2005-10-26 Raphael Neider <rneider AT web.de>
2595
2596         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2597         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2598           (genAssign): emit warning when casting literals to generic pointer
2599             type, also applies when taking the address of a fixed variable,
2600           (genCast): improved casting to generic pointers
2601         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2602           extern variables, added verbose error message
2603         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2604
2605 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2606
2607         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2608         carry must be complemented too
2609         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2610         could be emitted by genMinus
2611         * src/SDCCval.c (constVal): fixed bug 1305065
2612
2613 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2614
2615         * src/SDCCast.c (addCast): added promotion for bit variables
2616         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2617         promotion casts + optimisation
2618         (optimizeGetWord): fix warning 'i' might be used uninitialized
2619         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2620         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2621
2622 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2623
2624         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2625         all chars are promoted to int; promotion should be handled in SDCCast.c
2626
2627 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2628
2629         * device/lib/_strcmp.c: Fixed bug 1326457
2630
2631 2005-10-11 Raphael Neider <rneider AT web.de>
2632
2633         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2634         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2635
2636 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2637
2638         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2639         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2640
2641 2005-10-04 Raphael Neider <rneider AT web.de>
2642
2643         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2644           device/lib/pic16/pics.all: added pic18f1320
2645         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2646
2647 2005-09-30 Raphael Neider <rneider AT web.de>
2648
2649         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2650         * src/pic16/devices.inc: NEW, provides device descriptions
2651         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2652
2653 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2654
2655         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2656           GETHBIT
2657
2658 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2659
2660         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2661           documented Any Order Bit, Higher Order Byte and Higher Order Word
2662         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2663         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2664           (optimizeGetAbit): new, to get any bit, not only the high bit,
2665           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2666           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2667           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2668           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2669             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2670             GETABIT, GETBYTE, GETWORD: decorate them,
2671           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2672           (ast_print): added GETABIT, GETBYTE, GETWORD
2673         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2674         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2675           (geniCodeBinary): new generic binary icode,
2676           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2677         * src/port.h: updated comment for PORT.hasExtBitOp
2678         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2679           (genGetByte): new, to get a single byte,
2680           (genGetWord): new, to get a word from a long,
2681           (gen51Code): added GETABIT, GETBYTE, GETWORD
2682         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2683
2684 2005-09-23 Raphael Neider <rneider AT web.de>
2685
2686         * configure.in, configure: have device/lib/pic configured
2687         * device/lib/Makefile.in: added model-pic14
2688         * device/lib/clean.mk: added pic/ to clean rule
2689         * device/lib/pic: added rudimentary pic14 library providing support
2690           functions for multiplication/division/generic pointer access
2691         * src/SDCCopt.c (convilong): mark support functions as extern
2692           for pic14 port as well
2693         * src/pic/gen.c (genMult): added assertions,
2694           (genpic14Code): emit warning on unhandled iCodes
2695         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2696         * src/pic/pcode.c (pCodeOpCopy),
2697         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2698           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2699           SFR_REGISTER}), made safe for future extensions
2700         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2701           instructions even if preceeded by SKIP instructions (also remove
2702           them); removed unused code
2703         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2704           prevents leaving parts of the structure uninitialized after copying
2705
2706 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2707
2708         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2709           ago by me
2710         * support/regression/tests/addsub.c: added test for the bug
2711
2712 2005-09-21 Raphael Neider <rneider AT web.de>
2713
2714         * device/include/pic16/pic18f1220.h,
2715           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2716         * device/lib/pic16/Makefile.rules: added missing opening paren
2717         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2718           are provided in genutils.c,
2719           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2720           operand/result sizes,
2721           (genCmp): assert on NULL pointers first, then check deref'ed values
2722         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2723           result size
2724
2725 2005-09-18 Raphael Neider <rneider AT web.de>
2726
2727         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2728           as these are now unused,
2729           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2730         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2731           local, avoids uninitialized pointer dereference on r->name
2732         * src/pic16/ralloc.c (newReg): fixed indentation
2733
2734 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2735
2736         * src/SDCCval.c (constVal): fixed bug 730366
2737         * support/Util/SDCCerr.c,
2738         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2739
2740 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2741
2742         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2743
2744 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2745
2746         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2747
2748 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2749
2750         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2751           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2752         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2753           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2754         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2755         * packihx/packihx.c (hexDigit): made c unsigned char
2756         * as/mcs51/lklibr.c (fndsym),
2757         * link/z80/lkgb.c (gb),
2758         * link/z80/lklibr.c (fndsym),
2759         * link/z80/lkrloc.c (relr),
2760         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2761         * src/SDCC.lex (checkCurrFile, process_pragma),
2762         * src/SDCCglue.c (spacesToUnderscores),
2763         * src/SDCCmain.c (setParseWithComma, processFile),
2764         * src/asm.c (tvsprintf, printCLine),
2765         * src/avr/gen.c (emitcode, aopPut),
2766         * src/ds390/gen.c (emitcode),
2767         * src/hc08/gen.c (emitcode, emitinline),
2768         * src/mcs51/gen.c (emitcode, genInline),
2769         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2770           tokenizeLineNode),
2771         * src/pic/ralloc.c (debugLog),
2772         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2773           tokenizeLineNode),
2774         * src/pic16/ralloc.c (debugLog),
2775         * src/z80/main.c (_process_pragma):
2776            made all ctype.h function calls safe
2777         * src/SDCCopt.c: include math.h for fabs
2778         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2779           and used them throughout the code to make ctype.h function calls safe
2780         * src/ds390/main.c (asmLineNodeFromLineNode),
2781         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2782         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2783            unsigned char*
2784         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2785           (newpCodeAsmDir): made ctype.h function calls safe
2786         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2787           pic16_emitcode):  made lbp unsigned char*
2788         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2789           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2790         * src/xa51/gen.c (emitcode),
2791         * src/z80/gen.c (_emit2): made lbp unsigned char*
2792         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2793            char*
2794
2795 2005-09-05 Raphael Neider <rneider AT web.de>
2796
2797         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2798           access bank splitpoint
2799
2800 2005-09-05 Raphael Neider <rneider AT web.de>
2801
2802         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2803
2804 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2805
2806         * .version: changed to version 2.5.3
2807         * doc/sdccman.lyx: changed version to 2.5.3,
2808           documented --codeseg and --constseg and pragma codeseg and constseg,
2809           documented bit parameters (reentrant) and bit returning
2810         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2811            currFunc->recvSize, but is this ok for all ports?
2812           (ast2iCode): result of ~ on unsigned char must be cast to int for
2813            bool to work
2814         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2815           function pointers in bit space
2816         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2817           (processFuncArgs): call port.reg_parm() with reentrancy info
2818         * src/port.h,
2819         * src/avr/main.c,
2820         * src/ds390/main.c,
2821         * src/hc08/main.c,
2822         * src/pic/main.c,
2823         * src/pic16/main.c,
2824         * src/xa51/main.c,
2825         * src/z80/main.c: port.reg_parm prototype extended with
2826           "bool reentrant" parameter
2827         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2828           options.stackAuto for allocating bit register parameters
2829         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2830           (genSend): set BitBankUsed if it is,
2831           (selectRegBank): factored out of genCall for use in genPcall,
2832           (genCall): removed redundant dtype assignmen, use selectRegBank,
2833           (genPcall): handle returning in Carry properly, save in F0 if needed,
2834           (genReceive): handle bit register parameters
2835         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2836           (mcs51_assignRegisters): enable bit registers for all reentrant
2837            functions and don't set BitBankUsed unconditionally
2838         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2839         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2840         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2841
2842 2005-08-27 Borut Razem <borut.razem AT siol.net>
2843
2844         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2845         ppc-osx (Darwin) does not support -u option. It seems that it is
2846         supported only on Linux - GNU cp
2847
2848 2005-08-25 Borut Razem <borut.razem AT siol.net>
2849
2850         * sim/ucsim/gui.src/serio.src/Makefile.in,
2851           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2852           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2853           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2854           install and strip, since the strip at /usr/ccs/bin should be used
2855           on solaris
2856
2857 2005-08-24 Borut Razem <borut.razem AT siol.net>
2858
2859         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2860
2861 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2862
2863         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2864         ffffffffu
2865
2866 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2867
2868         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2869         * as/mcs51/lkmain.c (link_main): fixed warning
2870         * device/include/stdbool.h: ds390 has no advanced bit support yet
2871         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2872         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2873         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2874           and updated their macros
2875         * src/SDCCval.c (constVal): updated comment for renamed b_long
2876
2877 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2878
2879         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2880         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2881           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2882           (oprio): set priority for '['
2883         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2884            and adb_24_bit
2885         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2886         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2887         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2888         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2889           added overlayable BIT_BANK area
2890         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2891           (summary2): explain 'T' in legenda
2892         * as/mcs51/lkrloc.c: replaced old K&R style,
2893           (relr): added R_BIT processing,
2894           (errmsg): added "Bit-addressable relocation error",
2895           (adb_bit): added for converting from byte- to bit-addressable space,
2896           (adb_24_bit): added for converting from byte- to bit-addressable space
2897         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2898            used in reentrant functions now even as return value
2899         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2900         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2901           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2902         * src/SDCCglobl.h: added indicator BitBankUsed
2903         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2904            the bit registers b0-b7
2905         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2906           (geniCodeCast): fixed bug 1263853,
2907           (geniCodeLogicAndOr): put result in bool or char,
2908           (geniCodeReceive): added parameter func for accessing the return type,
2909           (geniCodeFunctionBody): pass func to geniCodeReceive
2910         * src/SDCCmain.c: added indicator BitBankUsed
2911         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2912         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2913           (checkSClass): don't put automatic bool/bit on stack,
2914           (checkFunction): removed check on function cannot return bit
2915         * src/SDCCsymt.h: added newBoolLink prototype
2916         * src/mcs51/gen.c (rb1regs): added bit registers,
2917           (movc): created for assigning to carry,
2918           (pushReg, popReg): created for pushing registers,
2919           (sameRegs): check both AOP_REG and AOP_CRY types,
2920           (aopOp): handle bit registers,
2921           (aopPut): optimization no self-assign,
2922           (saveRegisters): push reg->base (bits) only once for bit registers,
2923            and use pushReg,
2924           (unsaveRegisters): pop reg->base only once and use popReg,
2925           (assignResultValue): added parameter func and return in carry for bits,
2926           (genIpush): optimization no reload in A if not changed,
2927           (genSend): bit parameters in reentrant functions are passed in bit
2928            registers by first assigning to bits in B, then save registers and
2929            copy B to bits,
2930           (genCall): handle returning in Carry properly, save it in F0 if needed,
2931           (genPcall): updated assignResultValue call, this is not safe yet for bit
2932            returning function !!!
2933           (genFunction): don't generate equ's for bit registers and use pushReg,
2934           (genEndFunction): take care of bit returning functions and use popReg,
2935           (genRet): return bit in Carry,
2936           (genIfx): optimize bit registers and other directly addressable bits,
2937           (genReceive): updated assignResultValue call
2938         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2939           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2940            registers when using stack-auto
2941         * src/mcs51/ralloc.c (_G): added allBitregs,
2942           (regs8051): added the bit registers,
2943           (createStackSpil): use macro IS_BIT,
2944           (getRegBit): added to allocate a bit register, else spill,
2945           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2946           (updateRegUsage): factored out to ease stepping while debugging,
2947           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2948            also allocate bit registers,
2949           (fillGaps): handle bit registers,
2950           (findAllBitregs): added to create bit vector with all bit registers,
2951           (mcs51_allBitregs): returns this bit vector,
2952           (mcs51_assignRegisters): when using stack-auto use bit registers for
2953            passing parameters and creating local variables
2954         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2955
2956 2005-08-22 Borut Razem <borut.razem AT siol.net>
2957
2958         * device/lib/Makefile.in: replaced find option -or with -o
2959           to make it run on solaris
2960
2961 2005-08-22 Raphael Neider <rneider AT web.de>
2962
2963         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2964           fixes #1265442 (crash on Solaris)
2965
2966 2005-08-20 Borut Razem <borut.razem AT siol.net>
2967
2968         * configure, configure.in: added tests for libsocket and libnsl libraries,
2969           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2970           from support/regression/Makefile.in
2971         * support/regression/Makefile.in: added
2972         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2973         * sim/ucsim/libtool: regenerated on sparc-solaris
2974         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2975           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2976           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2977           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2978           sparc-solaris, which doesn't use GNU ld linker
2979         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2980         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2981
2982 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2983
2984         * src/mcs51/peeph.def: updated comments
2985
2986 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2987
2988         * device/lib/_gptrget.c,
2989         * device/lib/_gptrput.c: slightly shorter
2990         * doc/sdccman.lyx: incremented version
2991         * src/mcs51/peeph.def: moved peephole comments to the line of first
2992           change to better keep line correlation, reanimated 186.e
2993         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2994
2995 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2996
2997         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2998           David Saxton with quotes around file name.
2999
3000 2005-08-15 Borut Razem <borut.razem AT siol.net>
3001
3002         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
3003           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
3004           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
3005           make tests run on x86_64 platform
3006
3007 2005-08-13 Raphael Neider <rneider AT web.de>
3008
3009         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
3010           as it might be executed DURING a build (parallel make is wonderful)
3011
3012 2005-08-13 Raphael Neider <rneider AT web.de>
3013
3014         * device/lib/Makefile.in (port-specific-objects-pic16):
3015           revert to cp $(PORT)/bin/*.* $(PORTDIR)
3016         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
3017           dependency
3018         * device/lib/pic16/Makefile.rules: build subdirs before creating
3019           the library, removed builddir rule, create $(builddir) early in
3020           recurse rule, use empty recurse rule for leaf directories
3021         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
3022           mkdir errors (race condition), removed duplicate suffix "hex"
3023           from clean rules
3024         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
3025         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
3026           prevents mkdir -p from aborting on Alpha
3027
3028 2005-08-12 Raphael Neider <rneider AT web.de>
3029
3030         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
3031           db-statements in order to allow for arrays of pointers in code
3032           sections to be placed without interspersed 0-padding, fixes
3033           bug #1256215
3034         * (emitStatistics): fixed division by zero for pic18f1220
3035         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
3036           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
3037         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
3038         * (pic16_pCodeConstString): keep track of already emitted string
3039           literals to prevent "duplicate definitions of symbol _str_NR"
3040         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
3041           debug message
3042         * device/lib/Makefile.in: ignore failing PIC16 library builds
3043         * device/lib/pic16/Makefile: do not build if gputils are missing
3044         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
3045
3046 2005-08-10 Raphael Neider <rneider AT web.de>
3047
3048         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
3049           my last commit)
3050
3051 2005-08-10 Raphael Neider <rneider AT web.de>
3052
3053         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3054           Rokas' patch to add the new fixed point type "__fixed16x16"
3055         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3056           functions for __fixed16x16 arithmetics
3057         * device/lib/pic16: reimplemented the build system to support
3058           a separate build directory, better handling of libio (create
3059           the library in a separate subdir for each architecture) and
3060           easier configuration (centralized in Makefile.common)
3061
3062 2005-08-07 Raphael Neider <rneider AT web.de>
3063
3064         * src/pic16/gen.c (genrshTwo): fixed sign extension
3065         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3066         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3067           added T0CONbits
3068         * device/include/pic16/pic18f4220.h: NEW, header for
3069           pic18f4220 and pic18f4320
3070         * device/include/pic16/pic18fregs.h: added new devices,
3071           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3072         * device/include/pic16/signal.h: resolved name clashes
3073           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3074           to also allow testing for interrupt enable bits, added
3075           comments on how to use the macros
3076         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3077         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3078           register definitions for the devices
3079         * device/lib/pic16/pics.all: added new devices
3080         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3081           allocated memory
3082         * device/lib/pic16/libc/stdlib/memfree: do not count
3083           the block header as free memory
3084         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3085           simplified and added missing end-of-blocklist-marker
3086           (reported by Peter Onion, fixes #1252814)
3087         * (_mergeHeapBlock): fixed loop condition
3088         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3089           len==0, restructured code
3090         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3091           up a bit, reduced bitfield accesses, prevent endless loops
3092           in case of heap corruption
3093         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3094           "unreferenced arguments/must return a value" warnings
3095         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3096           replaced BAUDREG with SPBRG
3097         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3098           device/lib/pic16/debug/gstack/gstack.c: replaced
3099           _naked, _asm, _endasm with __naked, __asm, __endasm
3100
3101 2005-08-05 Raphael Neider <rneider AT web.de>
3102
3103         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3104           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3105
3106 2005-08-05 Borut Razem <borut.razem AT siol.net>
3107
3108         * device/lib/Makefile.in: added missing ';'
3109         * configure: removed ^M characters
3110
3111 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3112
3113         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3114           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3115           License
3116
3117 2005-08-04 Borut Razem <borut.razem AT siol.net>
3118
3119         * configure.in: pic16 libraries build 2nd try - enable running
3120           configure in device/lib/pic16
3121         * configure: regenerated from configure.in
3122         * device/lib/Makefile.in: create $(PORT)/bin directory
3123
3124 2005-08-03 Raphael Neider <rneider AT web.de>
3125
3126         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3127           to get/set values via pointers
3128         * (genUnpackBits,genPackBits): changed detection of
3129           ptr->bitfield vs. sym.bitfield, fixed access via generic
3130           pointers, removed dead (wrong) code for multibyte bitfields
3131         * (genNearPointerGet, genGenPointerGet): removed useless code,
3132           fixed bitfield detection, fixes #1250594
3133         * (genNearPointerSet): removed useless code
3134         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3135           and introduced macro pic16_emitpcode that conditionally emits
3136           the origin of the following pCode (useful for debugging SDCC)
3137         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3138         * (createDefmap): fixed handling of LFSR for --optimize-df
3139
3140 2005-08-02 Borut Razem <borut.razem AT siol.net>
3141
3142         * device/lib/Makefile.in: pic16 libraries build enabled since
3143           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3144
3145 2005-08-02 Raphael Neider <rneider AT web.de>
3146
3147         * src/pic16/gen.c (genPackBits): removed deprecated warning
3148         * (genGenPointerSet): fixed bitfield detection
3149
3150 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3151
3152         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3153
3154 2005-07-31 Raphael Neider <rneider AT web.de>
3155
3156         * device/lib/pic16/libdev/pic18f458.c,
3157           device/include/pic16/pic18f458.h: added missing T0CONbits
3158
3159 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3160
3161         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3162
3163 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3164
3165         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3166
3167 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3168
3169         * device/include/mcs51/at89c51ed2.h: added.
3170
3171 2005-07-23 Raphael Neider <rneider AT web.de>
3172
3173         * src/pic/gen.h: added emitpcode macro for debugging
3174         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3175           and replace by macro adding debug information on demand
3176         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3177         * (gencjne): tried to fix; replaced with correct (slower) code
3178         * (gen{Unp,P}ackBits): fixed single bit access
3179         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3180         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3181           previous instruction
3182         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3183           register has to be handled with care (forbidding movement
3184           of assignments/uses, removing assignments completely, ...)
3185         * (pCodeOptime2pCodes): make use of regIsSpecial
3186         * added lots of debugging output (commented out)
3187         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3188           from being reused as result UNLESS it is known to work
3189
3190 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3191
3192         * support/Util/dbuf.h: include <stddef.h> for size_t
3193         * .version: changed to version 2.5.2
3194
3195 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3196
3197         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3198
3199 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3200
3201         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3202           (genModOneByte): removed needless psha/pula
3203
3204 2005-07-22 Raphael Neider <rneider AT web.de>
3205
3206         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3207           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3208         * src/pic/gen.c (resolveIfx): do not "invent" labels
3209         * (genSkipc): changed to positive logic
3210         * (genSkipCond): removed as no longer needed
3211         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3212           backport from PIC16
3213         * (genLeftShift): check operands are in different registers
3214         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3215           INCF does not update CARRY...
3216         * src/pic/main.c: fixed _linkCmd
3217         * src/pic/pcode.c (unlinkpCode): added inactive code
3218         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3219           alive (do not assign result and operand overlapping registers)
3220
3221 2005-07-22 Raphael Neider <rneider AT web.de>
3222
3223         * src/pic/device.c (dump_sfr): replaced register declaration with
3224           call to emitSymbolToFile() to avoid duplicate symbols
3225         * (assignRelocatableRegisters): do not declare external symbols
3226         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3227           right (take size of type, not etype)
3228         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3229         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3230         * (packRegsForAccUse): disabled assignment of WREG as
3231           the result reg to prevent occurence of just fixed #1235003,
3232           fixes #1242954
3233         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3234           symbols (avoids duplicate symbols in .asm file)
3235         * (pic14emitRegularMap): use emitSymbolToFile()
3236         * src/pic/gen.c (aopOp): fixed spillLocation handling
3237         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3238         * (genDataPointerSet): removed unneccessary variables/output
3239
3240 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3241
3242         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3243         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3244
3245 2005-07-21 Raphael Neider <rneider AT web.de>
3246
3247         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3248           architecture cannot handle them efficiently, fixes bug #1235003
3249         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3250           check for empty sets before using them (fixes bug #1232190)
3251
3252 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3253
3254         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3255           (lnksect2): generate warnings for memory overlap
3256         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3257           constseg to set the name of these segments so you can instruct the linker
3258           to place them in banks
3259         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3260         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3261           added code_seg and const_seg to options
3262         * src/SDCCglue.c (emitMaps): use options.const_seg,
3263           (createInterruptVect): put interrupt vectors in segment HOME,
3264           (glue): put HOME before static segment and put the main glue in HOME,
3265           (glue): use options.code_seg
3266         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3267         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3268           these segments so you can instruct the linker to place them in banks
3269           (linkEdit): use code_loc for HOME segment which should be the first
3270           segment in code memory now
3271         * src/SDCCmem.c: fixed more stuff like bug 1238386
3272         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3273           (changePointer): don't change function pointers to code pointers for
3274           banked functions,
3275           (compareType): added exceptional check for banked function pointers
3276         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3277         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3278           after static in code memory
3279         * src/mcs51/gen.c: added aopLiteralLong prototype,
3280           (aopForSym): use getSize for functions,
3281           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3282           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3283           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3284           the segment,
3285           (genPcall): use call for literal function pointers and generate banked
3286           calls over the one trampoline so there's only one place for the user to
3287           modify according to his/hers hardware,
3288           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3289           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3290         * src/mcs51/main.c: added keyword banked,
3291           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3292         * support/Util/SDCCerr.c,
3293         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3294           needed for passing the bank and address to the trampoline
3295         * device/lib/mcs51/crtbank.asm: added for bankswitching
3296         * device/lib/mcs51/Makefile: added crtbank
3297
3298 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3299
3300         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3301           for fields at offset 0 of a struct or union as reported
3302           on 2005-07-07 in the developer mailing list.
3303
3304 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3305
3306         * src/SDCCmem.c: fixed bug 1238386
3307
3308 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3309
3310         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3311           (patch #1144962), added peephole 300, enabled 259.x
3312         * doc/sdccman.lyx: removed screenshot and provided link instead
3313
3314 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3315
3316         * doc/sdccman.lyx: added section about debugging with ddd
3317         * doc/figures/ddd_example.eps: screenshot of debugging session
3318
3319 2005-07-04 Raphael Neider <rneider AT web.de>
3320
3321         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3322           like CODE pointers, fixes #1115683
3323         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3324           call, fixes bugs #1232211, #1228110,
3325           fixed wrong casts to pCodeFlow from pCodeInstructions
3326
3327 2005-07-04 Raphael Neider <rneider AT web.de>
3328
3329         * src/pic/gen.c (popGet): changed assert to allow for
3330           bit operands
3331         * (popGetAddr): changed signature to provide
3332           an additional index, patched all call sites
3333         * (genCmpEq): handle literal-like operands correctly
3334         * (genAddrOf): added sanity checks on __code/__data pointers
3335         * (genAssign): added handling of symbols from __code section
3336         * (gencjne): do not generate code for comparisons whose result
3337           is neither stored nor used, fixes bug #1171114
3338         * (AccLsh, AccRsh): operate on operand instead of WREG
3339         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3340           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3341           by known count
3342         * rewrote complete shift-by-literal logic, commented unused
3343           functions out
3344         * (genConstPointerGet): get multiple bytes (if result size > 1),
3345           fixed handling of non-immediate addresses
3346         * (genPointerGet): handle CODE pointers like CONST pointers
3347         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3348         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3349           operand is to be treated as a literal or not
3350         * (mov2w,genPcall,genCmpEq),
3351           src/pic/genarith.c: use aop_isLitLike() to decide between
3352           literal/register contents
3353         * (addSign): added missing offset
3354         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3355           only emit comment in debug-mode,
3356           use {aop,op}_isLitLike throughout the file
3357         * src/pic/glue.c: fix initializers for pointers (work in progress)
3358         * src/pic/pcode.c (get_op): honor index on _const symbols
3359         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3360         * (dumppBlock): added pCode size estimation
3361         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3362           check for IS_SYMOP before OP_SYMBOL'ing
3363         * fixed indentation, compacted switch-statements
3364         * (allocReg): find free register and allocate it instead of
3365           allocating new registers all the time
3366         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3367           registers as its operands (necessary only for multibyte GETs)
3368
3369 2005-07-01 Raphael Neider <rneider AT web.de>
3370
3371         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3372           debugging .asm-output macros FENTRY + FEXIT
3373         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3374           way... I wonder...
3375         * (emitpComment): NEW, printf to pCode
3376         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3377           offset handling
3378         * (popGetAddr): NEW, variant of popGet to access an immediates
3379           high(er) bytes instead of the n'th byte of memory they reference,
3380           replaced popGet with popGetAddr where neccessary
3381         * (genDataPointerGet): reactivated and fixed implementation
3382         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3383           accesses
3384         * (genDataPointerSet): fixed multibyte assignments
3385         * (genpic14Code): fixed --i-code-in-asm handling
3386         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3387         * (genPlus): fixed index-out-of-bounds error
3388         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3389         * src/pic/ralloc.c: added debugging output macro FENTRY2
3390         * (spillThis): fixed indentation, enbraced for-body for clarity
3391         * (rematStr): commented out as now unused
3392         * (regTypeNum): commented out special spill case (overwrites
3393           arbitrary values)
3394         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3395
3396 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3397
3398         * doc/sdccman.lyx: documented sfr16/sfr32,
3399           added example for using storage class with function pointers
3400         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3401
3402 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3403
3404         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3405         * device/lib/_itoa.c,
3406         * device/lib/_ltoa.c: optimized codesize
3407         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3408           but don't know how to suppress the double warning.
3409         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3410         * support/Util/SDCCerr.c,
3411         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3412
3413 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3414
3415         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3416           fixed old K&R prototypes
3417         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3418         * device/lib/_gptrget.c,
3419         * device/lib/_gptrgetc.c,
3420         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3421           also new versions for small generic pointers and banked generic pointers
3422         * src/port.h: added const_name
3423         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3424         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3425         * src/SDCCcse.c (findPrevIc): check all associative operators
3426         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3427         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3428         * src/SDCCmem.c: updated comments,
3429           set far-space to 0 for pdata, results in optimized code
3430         * src/SDCCmem.h: added macro CONST_NAME
3431         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3432           moving the info into the highest bits, see also gptrget/gptrput
3433         * src/src.dsp: added sdcc.ico to project files
3434         * src/avr/gen.c (genCast): fixed bug 0x%d
3435         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3436         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3437           relation between ptr_type and DCL_TYPE,
3438           (genCast): fixed bug 0x%d
3439         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3440           (CODE)" for const_name
3441         * src/hc08/gen.c (genCast): fixed bug 0x%d
3442         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3443           (hc08_port): added "CONST (CODE)" for const_name
3444         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3445           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3446           between ptr_type and DCL_TYPE,
3447           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3448           operand* and took AOP() inside function so sfr-ness can be checked,
3449           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3450           new prototype,
3451           (genFunction, genEndFunction): optimized stack setup,
3452           (genMinus): optimized for literals with ending zeroes (in bytes),
3453           (genCast): fixed bug 0x%d
3454         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3455           (mcs51_port): added "CONST (CODE)" for const_name
3456         * src/mcs51/peeph.def: made rule 226 more generic
3457         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3458         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3459         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3460         * src/z80/main.c (z80_port): added NULL for const_name,
3461           (gbz80_port): added NULL for const_name
3462         * support/regression/tests/bug663539.c,
3463         * support/regression/tests/sfr16.c: new tests
3464
3465 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3466
3467         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3468
3469 2005-06-24 Raphael Neider <rneider AT web.de>
3470
3471         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3472           corrected typos...
3473         * device/include/pic16/signal.h: added USBIF
3474           and SIG_USB
3475
3476 2005-06-24 Raphael Neider <rneider AT web.de>
3477
3478         * device/lib/pic16/libdev/pic18f2455.c,
3479           device/include/pic16/pic18f2455.h: NEW
3480         * device/include/pic16/pic18fregs.h,
3481           device/lib/pic16/pics.all,
3482           src/pic16/device.c: added 18f2455
3483         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3484           device/include/pic16/{pic18f[68][567].h,usart.h}:
3485           replaced MULTIPLE_USARTS define with more relaible
3486           compatibility sfrs (for USART access)
3487
3488 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3489
3490         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3491           and the output asm file line is printed on two lines.
3492
3493 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3494
3495         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3496           BGT, BLE, BHI, and BLS instructions
3497         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3498           genCmpEq): removed
3499         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3500           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3501           fixes bug #1216342
3502         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3503
3504 2005-06-15 Raphael Neider <rneider AT web.de>
3505
3506         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3507         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3508         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3509           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3510           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3511
3512 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3513
3514         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3515           Marcel Telka in bug #1215704
3516
3517 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3518
3519         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3520           located in shared memory bank.
3521
3522 2005-05-31 Raphael Neider <rneider AT web.de>
3523
3524         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3525           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3526           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3527
3528 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3529
3530         * device/lib/_strncpy.c: fixed the fix
3531
3532 2005-05-26 Raphael Neider <rneider AT web.de>
3533
3534         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3535           initializers with \0, bug #1208187
3536         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3537           intializers with \0, bug #1208187
3538
3539 2005-05-26 Raphael Neider <rneider AT web.de>
3540
3541         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3542           initializers with \0, bug #1208187
3543         * src/pic16/main.c (_process_pragma): added sanity checks
3544           for stack position and size, emit warnings when appropriate
3545
3546 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3547
3548         * device/lib/_strncpy.c: fixed not filling with \0
3549
3550 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3551
3552         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3553           createFunction),
3554         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3555           compound_statement),
3556         * src/SDCCsymt.h,
3557         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3558
3559 2005-05-24 Raphael Neider <rneider AT web.de>
3560
3561         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3562
3563 2005-05-24 Raphael Neider <rneider AT web.de>
3564
3565         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3566           TRISE definitions, closes bug #1162453
3567
3568 2005-05-22 Raphael Neider <rneider AT web.de>
3569
3570         * src/pic16/main.c (_process_pragma): check for missing
3571           arguments to pragmas code and udata
3572         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3573           consistency fixes to match other headers (thanks to Jim Paris)
3574         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3575
3576 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3577
3578         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3579
3580 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3581
3582         * support/regression/tests/bug1198642.c: new test
3583         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3584         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3585         * support/scripts/resource.h,
3586         * support/scripts/resource.rc,
3587         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3588         * support/scripts/sdcc.ico: added 32x32 icon
3589
3590 2005-05-18 Raphael Neider <rneider AT web.de>
3591
3592         * device/lib/pic16/libdev/pic18f*.c,
3593         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3594           keywords to "__sfr" and "__at (X)"
3595         * device/include/pic16/pic18fregs.h: added pic18f4520
3596         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3597           #1203088 (MPLAB compatibility)
3598
3599 2005-05-17 Raphael Neider <rneider AT web.de>
3600
3601         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3602         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3603         * device/lib/pic16/pics.all: added new devices
3604         * src/pic16/device.c: added support for pic18f4520
3605
3606 2005-05-16 Raphael Neider <rneider AT web.de>
3607         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3608         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3609         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3610           convenience function for bit access
3611
3612 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3613
3614         * device/lib/printf_large.c: fixed bug 1193299
3615         * support/regression/tests/bug1057979.c: added test %3.3s
3616
3617 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3618
3619         * device/include/mcs51/8051.h,
3620         * device/include/mcs51/8052.h: made parseable with lint
3621         * device/include/mcs51/lint.h: added include file for (sp)lint
3622         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3623         * doc/cdbfileformat.lyx,
3624         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3625
3626 2005-05-14 Raphael Neider <rneider AT web.de>
3627
3628         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3629         * device/lib/pic16/libc/stdlib/itoa.c (new)
3630         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3631         * device/lib/pic16/libio/Makefile: exclude subdir according to
3632           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3633         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3634         * src/pic16/gen.c (genFunction): prevent annoying warning
3635         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3636           nameclashes on BeOS
3637         * support/cpp2/cppmain.c (cpp_output_string): new
3638         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3639           fixes bug 1116802
3640
3641 2005-05-13 Borut Razem <borut.razem AT siol.net>
3642
3643         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3644
3645 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3646
3647         * .version: changed to version 2.5.1; back to bleeding edge development
3648
3649 2005-05-11 Borut Razem <borut.razem AT siol.net>
3650
3651         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3652           generate PDF version 1.3 documents
3653
3654 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3655
3656         * .version: changed to version 2.5.0
3657
3658 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3659
3660         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3661
3662 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3663
3664         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3665         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3666         well as many smaller updates.
3667         * .version: changed to version 2.5.0-pre1
3668
3669 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3670
3671         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3672
3673 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3674
3675         * support/regression/tests/bug1185672.c: added
3676         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3677           bug 1185672
3678         * src/mcs51/gen.c (genCall): added comments, made it look safer
3679         * src/mcs51/gen.c (genEndFunction): simplified
3680
3681 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3682
3683         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3684
3685 2005-04-14 Borut Razem <borut.razem AT siol.net>
3686
3687         * fixed bug 1045046 - SIGSEGV with really simple code?:
3688           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3689           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3690
3691 2005-04-14 Borut Razem <borut.razem AT siol.net>
3692
3693         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3694           src/pic16/device.h: temporarily disabled experimental #inline pragma
3695           for 2.5.0 release
3696
3697 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3698
3699         * device/include/z80/stdio.h,
3700         * device/include/z80/string.h: removed these highly incomplete files so
3701           SDCC can use the default ones in device/include/
3702
3703 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3704
3705         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3706         gcc warning.
3707         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3708         fix sdcpp warnings.
3709
3710 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3711
3712         * device/include/malloc.h: removed redundant __reentrant prototypes
3713         * device/lib/_mullong.c: added working xstack variant in asm (C version
3714           doesn't pass regression tests)
3715         * device/lib/bpx.c: used __data and made bpx char for mcs51
3716         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3717           (createFunction): fixed bug with xstackPtr
3718         * src/SDCCcse.c: corrected comments
3719         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3720           (killDeadCode, eBBlockFromiCode): removed unused code
3721         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3722           corrected comments
3723         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3724           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3725           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3726           (genModOneByte): fixed warning in MSVC
3727         * src/mcs51/main.c (): added comments
3728         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3729
3730 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3731
3732         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3733
3734 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3735
3736         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3737
3738 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3739
3740         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3741         characters arrays of larger size than the declared one.
3742
3743 2005-04-10 Borut Razem <borut.razem AT siol.net>
3744
3745         * src/pic/gen.c (genInline),
3746           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3747           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3748           (findNextInstruction), (findPrevInstruction),
3749           (findInstructionUsingLabel),
3750           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3751         * src/pic/pcode.c (findLabel): added missing '\n'
3752         * src/src.dsp: added SDCCdwarf2.c to the project
3753
3754 2005-04-09 Borut Razem <borut.razem AT siol.net>
3755
3756         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3757
3758 2005-04-08 Raphael Neider <rneider AT web.de>
3759
3760         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3761           into the chain after a given one) and mergeDefmapSymbols (combine
3762           defmap entries for each symbol per pcode)
3763         * (createDefmap): have defmap entries merged in the end
3764         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3765           a symbol before replacing one access type's symbol, merge symbols in
3766           the end (replacement symbol might already have an entry)
3767         * (assignValnums): keep reference to written WREG intact
3768
3769 2005-04-08 Raphael Neider <rneider AT web.de>
3770
3771         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3772           Alpha)
3773
3774 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3775
3776         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3777         bytes
3778
3779 2005-04-07 Raphael Neider <rneider AT web.de>
3780
3781         * device/include/pic16/usart.h: added compatibility defines for
3782           devices with more than one USART
3783         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3784
3785 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3786
3787         * device/lib/Makefile.in: updated for port specific include
3788
3789 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3790
3791         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3792
3793 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3794
3795         * device/include/8051.h,
3796         * device/include/8052.h,
3797         * device/include/at89S8252.h,
3798         * device/include/at89c55.h,
3799         * device/include/at89x051.h,
3800         * device/include/at89x51.h,
3801         * device/include/at89x52.h,
3802         * device/include/mcs51reg.h,
3803         * device/include/reg51.h,
3804         * device/include/reg764.h,
3805         * device/include/regc515c.h,
3806         * device/include/sab80515.h: (re)moved these 12 files
3807         * device/include/mcs51/8051.h,
3808         * device/include/mcs51/8052.h,
3809         * device/include/mcs51/at89S8252.h,
3810         * device/include/mcs51/at89c55.h,
3811         * device/include/mcs51/at89x051.h,
3812         * device/include/mcs51/at89x51.h,
3813         * device/include/mcs51/at89x52.h,
3814         * device/include/mcs51/mcs51reg.h,
3815         * device/include/mcs51/reg51.h,
3816         * device/include/mcs51/reg764.h,
3817         * device/include/mcs51/regc515c.h,
3818         * device/include/mcs51/sab80515.h: and added them here
3819
3820 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3821
3822         * device/include/stdarg.h: changed SDCC specific keywords to double
3823           underlined form.
3824         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3825           mcs51 and ds390.
3826         * device/include/hc08/mc68hc908gp32.h,
3827         * device/include/hc08/mc68hc908jb8.h,
3828         * device/include/hc08/mc68hc908jkjl.h,
3829         * device/include/hc08/mc68hc908qy.h: fixed comments
3830         * device/include/mcs51/README: updated
3831         * device/include/mcs51/c8051f120.h: added PINRSF
3832         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3833         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3834           amidst code. Also inline is not supported.
3835
3836 2005-04-06 Raphael Neider <rneider AT web.de>
3837
3838         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3839         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3840           callers stack/frame pointers
3841
3842 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3843
3844         * device/include/pic16/usart.h: added, missing in previous commit,
3845         * device/include/pic16/adc.h: fixed typo,
3846         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3847         commit,
3848         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3849         <p18fxxx.inc>
3850         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3851         uninitialized because a bug appears with gplink
3852         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3853         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3854         complains for unrecognised option
3855
3856 2005-04-05 Raphael Neider <rneider AT web.de>
3857
3858         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3859           structs as well (using memcpy)
3860         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3861           on ISRs (GOTO has no label)
3862         * src/pic16/device.h: added OF_OPTIMIZE_DF
3863         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3864           new data flow analysis/optimization
3865         * src/pic16/pcode.c: added (prototypes for and implementation of)
3866           dataflow analysis functions, fixed pCodeInstructions' inCond and
3867           outCond values, made RCALL a branch instruction
3868         * (pic16_unlinkpCode): keep C line if possible
3869         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3870           C line moved if possible
3871         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3872         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3873           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3874         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3875           new flow)
3876         * (pic16_getJumptabpCode): NEW, needed in...
3877         * (LinkFlow): fixed handling of jumptables, calls and conditional
3878           branches
3879         * (pic16_InsertCommentAfter): NEW
3880         * (pic16_pCodeReplace): made verbose and flow preserving
3881         * (AnalyzeFlow): added call to data flow analysis
3882         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3883         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3884         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3885
3886 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3887
3888         * src/SDCCast.c (decorateType): fixed bug #1105626
3889
3890 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3891
3892         * device/include/asm/pic16/features.h,
3893         * pic18f*.h headers,
3894         * device/include/pic16/adc.h,
3895         * device/include/pic16/delay.h,
3896         * device/include/pic16/i2c.h,
3897         * device/include/pic16/malloc.h,
3898         * device/include/pic16/stdio.h,
3899         * device/include/pic16/stdlib.h,
3900         * device/include/pic16/string.h,
3901         * device/lib/pic16/libc/stdio/printf_tiny.c,
3902         * device/lib/pic16/libc/stdio/printf_small.c,
3903         * device/lib/pic16/libc/stdio/strmgpsim.c,
3904         * device/lib/pic16/libc/stdio/strmmssp.c,
3905         * device/lib/pic16/libc/stdio/strmusart.c,
3906         * device/lib/pic16/libc/stdio/vfprintf.c,
3907         * device/lib/pic16/libc/stdlib/ltoa.c,
3908         * device/lib/pic16/libc/stdlib/putchar.c,
3909         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3910         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3911         * device/lib/pic16/libc/stdlib/memchrram.c,
3912         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3913         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3914         * device/lib/pic16/libio/adc/adcbusy.c,
3915         * device/lib/pic16/libio/adc/adcread.c,
3916         * device/lib/pic16/libio/adc/adcsetch.c,
3917         * device/lib/pic16/libio/usart/ubaud.c,
3918         * device/lib/pic16/libio/usart/ubusy.c,
3919         * device/lib/pic16/libio/usart/udrdy.c,
3920         * device/lib/pic16/libio/usart/uopen.c,
3921         * device/lib/pic16/libio/usart/uputc.c,
3922         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3923         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3924         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3925         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3926         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3927         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3928         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3929         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3930         specific keywords to double underlined form,
3931         * device/lib/pic16/libc/Makefile.rules,
3932         * device/lib/pic16/libsdcc/Makefile.rules,
3933         * device/lib/pic16/libm/Makefile,
3934         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3935         to compile with C standard set in Makefile.common
3936         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3937         rand.c and crc.c in compilation process,
3938         * device/lib/pic16/libsdcc/int/divuint.c,
3939         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3940         `c' from signed to unsigned,
3941         * device/lib/pic16/startup/crt0.c,
3942         * device/lib/pic16/startup/crt0i.c,
3943         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3944         keywords to double underlined form, bug fixes in _do_cinit function
3945         which prevented the correct initialization of the .idata segment,
3946         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3947         core to enter a infinite loop
3948         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3949
3950 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3951
3952         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3953
3954 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3955
3956         * device/include/Makefile.in: add support for hc08 subdirectory
3957         * device/include/hc08/: new subdirectory
3958         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3959         Lucas Loizaga, thanks!
3960         * device/include/hc08/mc68hc908qy.h,
3961         * device/include/hc08/mc68hc908gp32.h,
3962         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3963         their own directory. Changed internal macro names to use the compiler
3964         reserved namespace. Changed SDCC specific keywords to double
3965         underlined form.
3966         * device/include/math.h,
3967         * device/include/malloc.h,
3968         * device/include/stdarg.h,
3969         * device/include/stdbool.h
3970         * device/include/string.h,
3971         * device/include/tinibios.h,
3972         * device/include/ds400rom.h,
3973         * device/include/8051.h,
3974         * device/include/8052.h,
3975         * device/include/80c51xa.h,
3976         * device/include/at89c55.h,
3977         * device/include/at89S8252.h,
3978         * device/include/at89x51.h,
3979         * device/include/at89x52.h,
3980         * device/include/ds80c390.h,
3981         * device/include/reg764.h,
3982         * device/include/regc515c.h,
3983         * device/include/sab80515.h,
3984         * device/include/mcs51/c8051f000.h,
3985         * device/include/mcs51/c8051f018.h,
3986         * device/include/mcs51/c8051f020.h,
3987         * device/include/mcs51/c8051f040.h,
3988         * device/include/mcs51/c8051f060.h,
3989         * device/include/mcs51/c8051f120.h,
3990         * device/include/mcs51/c8051f300.h,
3991         * device/include/mcs51/c8051f310.h,
3992         * device/include/mcs51/c8051f320.h,
3993         * device/include/mcs51/c8051f330.h,
3994         * device/include/mcs51/c8051f350.h,
3995         * device/include/z180.h: Changed SDCC specific keywords to double
3996         underlined form.
3997
3998 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3999
4000         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
4001         18F4455,
4002         * (pic16_assignConfigWordValue): disable testing of configuration
4003         register value with config mask,
4004         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
4005         function with port->fun_prefix,
4006         * (genFunction): when generating a naked interrupt function never
4007         create an absolute segment placed in interrupt vector address, place
4008         the actual interrupt function at IVA instead, when an interrupt
4009         function is generated with unspecified interrupt then do not create
4010         the absolute section,
4011         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
4012         code for generating a call to generic pointer get/put function with
4013         a call to function pic16_callGenericPointer(),
4014         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
4015         the call to the generic pointer get/put functions with prefixing the
4016         function name with port->fun_prefix,
4017         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
4018         * src/pic16/main.c (_process_pragma): prefix function with
4019         port->fun_prefix,
4020         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
4021         calling assembler, old 18Fxxxx macro is deprecated,
4022         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
4023         PC_ASMDIR in while condition,
4024         * (findInstruction): add PC_ASMDIR in while condition,
4025         * (buildCallTree): prefix main with port->fun_prefix,
4026         * (pic16_pCode2str): fixed bug that didn't emit the memory access
4027         identifier for variable with banked access in instructions BTFSS,
4028         BTFSC, BCF, BSF, BTG
4029         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
4030         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
4031         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
4032         perform optimization when enviroment variable NO_REG_OPT is set,
4033         * (insideLRBlock): NEW, return 1 if register is inside an
4034         INF_LOCALREGS block,
4035         * (RemoveRegFromLRBlock): remove a register that is completely
4036         eliminated by register optimization, but it is still left in local
4037         register store/restore in/from stack block,
4038         * (Remove2pcodes): after removing register, check to see if it
4039         should be removed from local register store/restore in/from stack
4040         block,
4041         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
4042         DUMMY_READ_VOLATILE,
4043
4044         * device/include/pic16/adc.h: minor prototype modifications and
4045         update,
4046         * device/include/pic16/malloc.h: added GPL notice various
4047         modifications,
4048         * device/include/pic16/stdint.h: NEW, standard header for ints
4049         * device/include/pic16/delay.h: NEW, header for delay functions,
4050         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4051         delay1mtcy,
4052         * device/include/pic16/signal.h: NEW, header providing helper macros
4053         for implementing signal handlers,
4054         * device/include/pic16/stdio.h: added prototypes for functions,
4055         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4056         prototypes for stdin and stdout, added macro PUTCHAR to
4057         automatically implement putchar function prototype,
4058         * device/include/pic16/usart.h: modified and updated USART library,
4059         * device/lib/pic16/libio/adc/,
4060         * device/lib/pic16/libio/i2c: some modifications to improve library
4061         performance,
4062         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4063         family of functions,
4064         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4065         family of functions and other sources,
4066         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4067         of the PIC18Fxx[28] devices,
4068         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4069         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4070         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4071         _do_cinit function, because the previous failed when local variables
4072         where not placed in the same memory bank,
4073         * device/lib/pic16/libsdcc/char/: various modifications to improve
4074         library performance,
4075         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4076         information on the new functions of the c library and more...
4077
4078 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4079
4080         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4081
4082 2005-03-26 Raphael Neider <rneider AT web.de>
4083
4084         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4085           if condition == CARRY)
4086         * (genCmp): adapted to new genSkipc semantics
4087         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4088           on rIfx (genCmp was broken)
4089
4090 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4091
4092         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4093         * src/z80/main.c (_keywords[]),
4094         * src/SDCCglobal.h (struct options),
4095         * src/SDCC.y,
4096         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4097         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4098         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4099         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4100         always available in leading double underscore form. The C99 support is
4101         mostly missing, but it's a start.
4102         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4103         reserved identifier "__data".
4104
4105 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4106
4107         * src/mcs51/peeph.def: fixed bug 1170013
4108
4109 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4110
4111         * device/include/mcs51reg.h: fixed bug 842007
4112
4113 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4114
4115         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4116         last time.
4117
4118 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4119
4120         * src/port.h (struct PORT),
4121         * src/avr/ralloc.c (avr_assignRegisters),
4122         * src/avr/main.c,
4123         * src/ds390/ralloc.c (ds390_assignRegisters),
4124         * src/ds390/main.c,
4125         * src/hc08/ralloc.c (hc08_assignRegisters),
4126         * src/hc08/main.c,
4127         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4128         * src/mcs51/main.c,
4129         * src/pic/ralloc.c (pic14_assignRegisters),
4130         * src/pic/main.c,
4131         * src/pic16/ralloc.c (pic16_assignRegisters),
4132         * src/pic16/main.c,
4133         * src/xa51/ralloc.c (xa51_assignRegisters),
4134         * src/xa51/main.c,
4135         * src/z80/ralloc.c (z80_assignRegisters),
4136         * src/z80/ralloc.h,
4137         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4138         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4139         * src/SDCCcse.h,
4140         * src/SDCCdflow.c (computeDataFlow),
4141         * src/SDCCdflow.h,
4142         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4143         * src/SDCCloop.h,
4144         * src/SDCCcflow.c (*),
4145         * src/SDCCcflow.h,
4146         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4147         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4148         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4149         immedDom() returning wrong block; probably fixes bug #1160833)
4150
4151 2005-03-20 Borut Razem <borut.razem AT siol.net>
4152
4153         * support/scripts/inc2h.pl: WIN32 port
4154
4155 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4156
4157         * device/lib/makefile.in: added abs.c and labs.c
4158
4159 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4160
4161         * device/include/stdint.h: added
4162         * device/lib/abs.c: added
4163         * device/lib/labs.c: added
4164         * device/include/stdlib.h: added abs() and labs() prototypes
4165         * device/lib/libsdcc.lib: added abs and labs
4166         * device/include/float.h,
4167         * device/lib/_fsmul.c,
4168         * device/lib/printf_fast.c,
4169         * device/lib/printf_tiny.c: updated comments
4170
4171 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4172
4173         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4174         bug #1164313
4175
4176 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4177
4178         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4179         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4180
4181 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4182
4183         * device/lib/printf_large.c: removed inline assembly for portability and
4184           readability. Use printf_fast if speed or size are more important.
4185         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4186         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4187
4188 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4189
4190         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4191         prevent compiler warning
4192
4193 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4194
4195         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4196         moved to level 0 and declared as static. Also they are explicit
4197         placed in access bank. This was necessery because some times they
4198         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4199         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4200         optimizations. Currently only compare to unsigned char is implemented,
4201         * src/pic16/gen.c: added fReturnIdx array,
4202         * (struct resolvedIfx) is moved to gen.h and made public,
4203         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4204         * (aopForSym): added an optimization to directly store in stack of
4205         the operand of a SEND iCode,
4206         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4207         but as registers instead (AOP_REG) using the fReturnIdx array,
4208         * (pic16_freeAsmop): remove the freed register from the
4209         _G.sregsAlloc field,
4210         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4211         a compare of 'WREG',
4212         * (pic16_popGetTempRegCond): changed function prototype, now
4213         function takes also a bitVector argument v which holds the current
4214         set of registers that are allocated for stack access by aopForSym,
4215         registers allocated in aopForSym for accessing stack symbols are not
4216         any more part of the functions usedRegs field,
4217         * (genCall): some times aopOp is called for a stack variable to be
4218         send, aopForSym might perform the push, if this is true make sure
4219         that genCall doesn't push the variable twice by testing _G.resDirect,
4220         * (genFunction): changed testing for unspecified interrupt number
4221         from 256 to INTNO_UNSPEC,
4222         * modified selection scheme of frame pointer generation. Previously
4223         if function did use local registers a frame pointer was generated,
4224         now a frame pointer is generated only if function has arguments
4225         (that need PLUSW2 register access), or has stack arguments, or the
4226         compiler is not instructed to omit the frame pointer,
4227         * (genEndFunction): before restoring local registers that were saved
4228         in the function preamble, also restore the registers that *might*
4229         have been allocated for stack access,
4230         * (genRet): removed some old comments,
4231         * (genCmp, the active (RN's) version): added a call to the
4232         pic16_genCmp_special function to perform the compare with a more
4233         robust and optimized way,
4234         * (genInline): a feature has been added in inline code generation,
4235         which allows a wildcard variable substitution when writing inline
4236         assembly. Code is incomplete and experimental therefore undocumented,
4237         * (genCast): changed order of aopOp for result and right to allow
4238         aopForSym to directly load the result if possible,
4239         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4240         perform an optimized compare on some selected special occasions,
4241         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4242         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4243         generate an IVT any more,
4244         * src/pic16/main.c (pic16_optionsTable): added command line option
4245         --optimize-cmp,
4246         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4247         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4248         macros,
4249         * src/pic16/NOTES: Raphael Neider added in list of active developers
4250         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4251         jumptable_end to prevent bug #,
4252         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4253         inCond and outCond fields,
4254         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4255         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4256         turn off register spilling,
4257         * (packRegsForOneUse): synced with other ports' versions although it
4258         is not used currently,
4259         * (pic16_packRegisters): added an optimization while reading
4260         structure bitfields, some registers may be saved (malloc code is
4261         decreased by 80 bytes)
4262
4263 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4264
4265         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4266         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4267         this can be optimized more?
4268
4269 2005-03-10 Raphael Neider <rneider AT web.de>
4270
4271         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4272           genNearPointerGet): (hopefully) fixed access to bitfields via
4273           pointers (p->bitN = x; and x = p->bitN; failed)
4274
4275 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4276
4277         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4278
4279 2005-03-09 Raphael Neider <rneider AT web.de>
4280
4281         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4282
4283 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4284
4285         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4286         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4287           (regTypeNum): set REG_BIT type if necessary
4288         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4289         * support/regression/tests/critical.c: check bug 1144613
4290
4291 2005-03-02 Raphael Neider <rneider AT web.de>
4292
4293         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4294
4295 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4296
4297         * src/avr/ralloc.c (serialRegAssign),
4298         * src/ds390/ralloc.c (serialRegAssign),
4299         * src/hc08/ralloc.c (serialRegAssign),
4300         * src/mcs51/ralloc.c (serialRegAssign),
4301         * src/pic/ralloc.c (serialRegAssign),
4302         * src/pic16/ralloc.c (serialRegAssign),
4303         * src/xa51/ralloc.c (serialRegAssign),
4304         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4305
4306 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4307
4308         * src/SDCCast.c (decorateType): fixed bug 1124787
4309
4310 2005-02-20 Hubert Sack <sack AT digiplan.de>
4311         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4312
4313         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4314         patch #1121755
4315
4316 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4317
4318         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4319         to keep the correct label reference count when adding/removing references
4320         to labels. A peephole file using this is appended to patch #1144962.
4321
4322 2005-02-14 Raphael Neider <rneider AT web.de>
4323
4324         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4325         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4326         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4327           retrievals of result operand's value on assignment
4328
4329 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4330
4331         * device/include/pic16/string.h: modified prototype for memccpy()
4332         to memccpy(void *, void *, char, size_t)
4333         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4334         check whether to omit frame pointer or not,
4335         * (genInline): convert all occurences of "\n" to LF in inline
4336         assembler blocks, this helps formatting the inline text,
4337         * (pic16_loadFSR0): modified prototype,
4338         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4339         removed some 8051 legacy code,
4340         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4341         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4342         before allocating temporary registers in functions,
4343
4344 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4345
4346         * support/regression/tests/bitvars.c: corrected the "fix"
4347
4348 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4349
4350         * support/regression/tests/bitvars.c,
4351         * support/regression/tests/bitwise.c,
4352         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4353
4354 2005-02-10 Raphael Neider <rneider AT web.de>
4355
4356         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4357           different size for Alpha
4358         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4359
4360 2005-02-09 Raphael Neider <rneider AT web.de>
4361
4362         * src/SDCC.lex(doPragma) : save and restore warning options as well
4363           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4364         * have #pragma less_pedantic set the errorlevel to WARNING
4365           (fixes #1117001)
4366         * (cloneOptimize) : fixed wrong malloc's size
4367         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4368           facilitate correct handling of #pragma (save|restore)
4369
4370 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4371
4372         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4373
4374 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4375
4376         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4377
4378 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4379
4380         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4381
4382 2005-02-02 Raphael Neider <rneider AT web.de>
4383
4384         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4385         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4386         * (pic16_storeForReturn): fixed to allow returning function pointers
4387         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4388         * device/include/pic16/{stddef.h,stdbool.h}: added
4389
4390 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4391
4392         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4393
4394 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4395
4396         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4397         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4398          appeared to be required
4399
4400 2005-01-31 Borut Razem <borut.razem AT siol.net>
4401
4402         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4403           include/mcs51 and include/z80 directories to the package
4404
4405 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4406
4407         * src/hc08/gen.c (genFunction): fixed bug #1112752
4408
4409 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4410
4411         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4412
4413 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4414
4415         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4416
4417 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4418
4419         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4420
4421 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4422
4423         * device/include/c8051fxxx.h: removed these 6 files
4424         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4425
4426 2005-01-26 Raphael Neider <rneider AT web.de>
4427
4428         * src/pic16/gen.c (genAssign): fixed assignment from longs
4429           in codespace (were cut to three bytes)
4430         * (genDummyRead): implemented (except for CODESPACE...),
4431           fixed bug #1108575
4432         * src/pic16/glue.c (emitStatistics): beautified
4433         * device/lib/pic16/libm/Makefile: added include path
4434
4435 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4436
4437         * src/z80/gen.c (aopPut): fixed bug #1103902
4438
4439 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4440
4441         * device/lib/expf.c: fixed bug #1095792
4442
4443 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4444
4445         * device/lib/pic16/libm: added Math library sources
4446
4447 2005-01-24 Raphael Neider <rneider AT web.de>
4448
4449         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4450           to enable upcast to pCodeOpReg2 (there is no type tag to
4451           differenciate the two and pic16_popGet2p cast into PCOR2)
4452         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4453           (sizeof(sectNames) changed to sizeof(sectName))
4454           Both patches fix segfaults under MinGW.
4455
4456 2005-01-23 Raphael Neider <rneider AT web.de>
4457
4458         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4459           Safe_[mc]?alloc()'ed variables
4460         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4461           of (byte sized) temporaries (assign them to WREG for now)
4462         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4463           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4464           this might fix SIGSEGVs on MinGW...
4465         * src/SDCCopt.c (killDeadCode): restored original behaviour
4466           (volatile operands might get thrown away though)
4467
4468 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4469
4470         * src/pic16/gen.c: fixed bug #1106975,
4471         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4472         pointer update, INTCON is saved, global interrupts are disabled and
4473         restored after updateing TOS.
4474         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4475         * added function attribute 'shadowregs' to take advantage of shadow
4476         registers,
4477         * added function attribute 'wparam' as an alternative to the wparam
4478         pragma,
4479         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4480         user declares a non-ISR function as 'shadowregs',
4481         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4482
4483 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4484
4485         * .version: bumped version number to 2.4.8
4486         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4487         pic16 port,
4488         * device/lib/pic16/libio/i2c/: I2C module support library,
4489         * device/include/pic16/i2c.h: I2C support library header,
4490         * device/lib/pic16/libc/stdio/: standard IO support sources,
4491         * (printf_small.c): printf_small() source, supports float print,
4492         * (printf_tiny.c): printf_tiny() source, does not support floats,
4493         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4494         enable global optimizations for entire library source, other
4495         Makefiles in the source tree are also modified to reflect this,
4496         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4497         function,
4498         * doc/sdccman.lyx: updated to reflect new changes,
4499         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4500         sym->onStack if-case,
4501         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4502         sbit, idata, _idata, xdata, _xdata,
4503         * added pragma library, to link an external library, (see doc),
4504         * removed command line options, --pomit-config-words, --pomit-ivt,
4505         --pleave-reset-vector,
4506         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4507         when calling assembler to reflect memory model used, also define
4508         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4509         reflect stack model used,
4510         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4511         on stack return NULL,
4512
4513 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4514
4515         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4516           of the operands is volatile. Fixes #1020220
4517
4518 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4519
4520         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4521         * (OptimizeRegUsage): make sure that there is really no other flow where
4522           the first pCode is used
4523
4524 2005-01-22 Raphael Neider <rneider AT web.de>
4525
4526         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4527           to fix #1106967 (pCode->seq are not set up correctly)
4528
4529 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4530
4531         * src/SDCCglue.c (glue): make sure code area is declared before the
4532         static initialization area.
4533
4534 2005-01-21 Raphael Neider <rneider AT web.de>
4535
4536         * device/lib/Makefile.in: fixed test for pic16 install dir
4537         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4538           optimizations
4539         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4540           added --optimize-goto compiler switch and pragma wparam documentation
4541         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4542         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4543           and PRODH closing bug #1071770 (peephole optimizer)
4544
4545 2005-01-19 Raphael Neider <rneider AT web.de>
4546
4547         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4548           cmdLine buffers (used when calling sdcpp...) are large enough
4549           (MAX_PATH=256 truncates arguments leading to system halts when
4550           used in MinGW...)
4551         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4552         * (genUminus): rewritten to for efficiency
4553         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4554           used uninitialized in some cases)
4555         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4556           copy the third byte from the int -- now assumes 0x80 (data memory)
4557         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4558           operands (genAddLit expects the iCode's operands to swapped as
4559           well), fixed leftover bytes (crashed for short left operands)
4560         * (pic16_genMinusDec): performance improvements, removed false
4561           PIC14 emitSKPNCs
4562         * (pic16_genMinus): fixed to cope with differently sized operands
4563         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4564           for --obanksel > 1
4565         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4566         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4567           new banksel optimization
4568         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4569           analysis for temporary registers (segfaults...)
4570         * src/pic16/peeph.def: added rule
4571
4572 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4573
4574         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4575         which converts a float number to its ASCII representation
4576         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4577         functions to convert the fractional and integer part of a float to ASCII,
4578         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4579         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4580         ram
4581         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4582         _STATMEM macros,
4583         * device/include/pic16/adc.h: added GPL info,
4584         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4585         a pCodeOp as tested operand,
4586         * (genNearPointerGet): optimized bit testing, does not use
4587         intermediate register for bit value, test directly instead with
4588         BTFSS, BTFSC, works only for single bits,
4589         * (genpic16Code): dump the name of the iCode in the asm,
4590         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4591         renamed to pic16_decodeOp,
4592         * (serialRegAssign): do not allocate a temporary register for iCode
4593         sequences that test a single bit for 1/0
4594
4595 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4596
4597         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4598         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4599         access stack and frame pointers. They are initially assigned to
4600         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4601         accessing SFRs. Updated all occurences of modification of stack or
4602         frame pointer in gen.c and pcode.c,
4603         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4604         assigning of a literal value to pointers,
4605         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4606         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4607         selected
4608
4609 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4610
4611         * doc/sdccman.lyx: update documentation about stack pragma, added
4612         some info for stack memory models
4613
4614 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4615
4616         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4617
4618 2005-01-08 Raphael Neider <rneider AT web.de>
4619
4620         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4621           udata sections to fix bug #1097823
4622
4623 2005-01-05 Raphael Neider <rneider AT web.de>
4624
4625         * src/pic16/gen.c (genGenericShift): added handling of differently
4626           sized left operand and result
4627
4628 2005-01-04 Raphael Neider <rneider AT web.de>
4629
4630         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4631         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4632           to hold the condition bit)
4633         * added new version of genCmp (old code available via #define)
4634         * added new version of genShiftLeft/genShiftRight in a generic
4635           way, now supports shifting by negative values
4636         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4637           shiftCount (expected by genGenericShift)
4638         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4639         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4640           dump
4641         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4642           is an invalid literal too...)
4643
4644 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4645
4646         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4647         from Raphael Neider,
4648         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4649         for 8-bit literals. This fixes some literal operands which are sign
4650         extended to 16-bits ints when instruction needs only 8-bits.
4651
4652 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4653
4654         * device/lib/logf.c: added mcs51 assembly version
4655         * device/lib/expf.c: added mcs51 assembly version
4656         * device/lib/_logexpf.c: new shared asm code for expf and logf
4657         * device/include/math.h: add defines for assembly math library
4658         * device/lib/Makefile.in: build new _logexpf.c
4659         * device/lib/libfloat.lib: use new _logexpf.c
4660
4661 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4662
4663         * src/pic/device.c
4664         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4665           device types which have less than 0x7f registers.
4666
4667 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4668
4669         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4670
4671 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4672
4673         * device/lib/printf_fast.c: only build on supported arch.
4674         * device/lib/printf_tiny.c: only build on supported arch.
4675         * device/lib/printf_fast_f.c: only build if asm float lib
4676         * device/lib/_fsget1arg.c: only build if asm float lib
4677         * device/lib/_fsget2args.c: only build if asm float lib
4678         * device/lib/_fsnormalize.c: only build if asm float lib
4679         * device/lib/_fsreturnval.c: only build if asm float lib
4680         * device/lib/_fsrshift.c: only build if asm float lib
4681         * device/lib/_fsswapargs.c: only build if asm float lib
4682         * device/include/stdio.h: don't provide print_fast,
4683           print_fast_f, print_tiny prototypes if --xstack used
4684
4685 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4686
4687         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4688         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4689           to the SOURCES
4690
4691 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4692
4693         * device/lib/printf_fast_f.c: same as printf_fast, but
4694           with floating point enabled
4695         * device/lib/printf_fast.c: minor tweaks
4696         * device/include/stdio.h: add printf_fast_f
4697
4698 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4699
4700         * src/SDCCmain.c: make --float-reent default for mcs51
4701         * device/lib/_fsadd.c: added mcs51 assembly version
4702         * device/lib/_fssub.c: added mcs51 assembly version
4703         * device/lib/_fsmul.c: added mcs51 assembly version
4704         * device/lib/_fsdiv.c: added mcs51 assembly version
4705         * device/lib/_fseq.c: added mcs51 assembly version
4706         * device/lib/_fsneq.c: added mcs51 assembly version
4707         * device/lib/_fsgt.c: added mcs51 assembly version
4708         * device/lib/_fslt.c: added mcs51 assembly version
4709         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4710         * device/lib/Makefile.in: add _fscmp to build
4711         * device/lib/libfloat.lib: add _fscmp to build
4712
4713 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4714
4715         * device/lib/_fs2slong.c: added mcs51 assembly version
4716         * device/lib/_fs2sint.c: added mcs51 assembly version
4717         * device/lib/_fs2schar.c: added mcs51 assembly version
4718         * device/lib/_fs2ulong.c: added mcs51 assembly version
4719         * device/lib/_fs2uint.c: added mcs51 assembly version
4720         * device/lib/_fs2uchar.c: added mcs51 assembly version
4721         * device/lib/_slong2fs.c: added mcs51 assembly version
4722         * device/lib/_sint2fs.c: added mcs51 assembly version
4723         * device/lib/_schar2fs.c: added mcs51 assembly version
4724         * device/lib/_ulong2fs.c: added mcs51 assembly version
4725         * device/lib/_uint2fs.c: added mcs51 assembly version
4726         * device/lib/_uchar2fs.c: added mcs51 assembly version
4727         * device/include/float.h: added #define to select asm vs c
4728
4729 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4730
4731         * device/lib/printf_fast.c: improvements to float output
4732         * device/include/float.h: add defines for assembly float library
4733         * device/lib/_fsget1arg.c: receive 1 float arg
4734         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4735         * device/lib/_fsnormalize.c: normalize a float
4736         * device/lib/_fsreturnval.c: return float, various helper routines
4737         * device/lib/_fsrshift.c: right shift a float's mantissa
4738         * device/lib/_fsswapargs.c: swap 2 floats
4739         * device/lib/Makefile.in: build these 6 new files for mcs51
4740         * device/lib/libfloat.lib: add these 6 files to the library
4741
4742 2004-12-26 Borut Razem <borut.razem AT siol.net>
4743
4744         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4745           built by gcc 3.4.2
4746
4747 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4748
4749         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4750           and fully reentrant and register bank neutral.
4751         * device/lib/printf_fast.c: added float (not enabled by default),
4752           added compact/slower integer (also not enabled by default),
4753           improved size/speed of fast integer code, other minor changes
4754         * device/include/stdio.h, device/lib/Makefile.in,
4755           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4756
4757 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4758
4759         * src/pic16/pcode.c: declaring variables other than at the start of a
4760           block is not supported in C by VC6.
4761
4762 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4763
4764         * applied a previous patch from Raphael Neider that wasn't included
4765         in the previous commits, which fixes infinite loops within jumptable
4766         improvements,
4767         * made some fixes that previous patches introduced
4768
4769 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4770
4771         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4772         that fixes an issue with AOP_PCODE asmop's offset,
4773         * (pic16_popCopyReg): update instance field too,
4774         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4775         function of pic port,
4776         * (genCmp, genAnd, genAssign),
4777         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4778
4779 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4780
4781         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4782         variables initial values to idata section,
4783         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4784         variables in some functions. This utilizes parmBytes field of iCode
4785         structure to hold the offset of the variable in stack. (might be
4786         able to use the stack field too?)
4787         * applied patch from Raphael Neider # ### , # ###
4788         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4789         variable initial values in idata section,
4790         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4791         for static variables with initial value
4792         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4793         applied fix in while loop from Raphael Neider.
4794
4795 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4796
4797         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4798         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4799         * src/ds390/ralloc.c (serialRegAssign): spill bits
4800         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4801         * support/Util/SDCCerr.c,
4802         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4803         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4804         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4805
4806 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4807
4808         * device/include/sdcc-lib.h: inserted LGPL, added includes
4809           asm/ds390/features.h and asm/mcs51/features.h
4810         * device/include/asm/default/features.h,
4811         * device/include/asm/gbz80/features.h,
4812         * device/include/asm/z80/features.h: added empty _AUTOMEM
4813           and _STATMEM
4814         * device/include/asm/ds390/features.h,
4815         * device/include/asm/mcs51/features.h: added files with defines for
4816           _AUTOMEM and _STATMEM indicating automatic and static storage class
4817         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4818         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4819         * src/SDCCicode.c (geniCodeCast),
4820         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4821         * src/SDCCloop.c (loopInduction): removed unused variable lr
4822         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4823           to convertToFcall to include char modulo (RFE 1065037), added check
4824           if left operand is unsigned and use abs of literal value
4825         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4826           as it doesn't work after conversion from peephole.def to peephole.rul
4827         * src/mcs51/gen.c (toBoolean): added check for size,
4828           (genModOneByte): optimized code for signed char modulo a literal
4829           power of 2 (thanks to Hubert Sack),
4830           (genRRC): removed unnecessary "clr c",
4831           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4832         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4833           jump optimization,
4834           swapped rules 256.c and 256.d,
4835           extended 256.d by using new multiple checks (thanks Erik),
4836           added rules 256.e and 256.f,
4837           updated rule 261.a and 261.b to new generated code
4838         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4839
4840 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4841
4842         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4843           induction related bugs, including first part of bug #1074377
4844
4845 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4846
4847         * applied patch from bug-report #1076292,
4848         * applied patches for genAnd and Goto-optimizations for Raphael
4849         Neider,
4850         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4851         dump a less iCode information,
4852         * src/pic16/device.h (pic16_options_t): added field debgen,
4853         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4854         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4855         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4856         puclic,
4857         * (various functions): added macros FENTRY and FENTRY2 to functions,
4858         to emit function prologue,
4859         * (various functions): fixed indentation,
4860         * (genNearPointerGet): fixed loading of FSR0,
4861         * (genPackBits): applied patch from Raphael Neider to fix updating
4862         of FSR0 and touching only the modified bits,
4863         * src/pic16/genarith.c (various functions): added macros FENTRY to
4864         emit function prologue in comments,
4865         * src/pic16/pcode.h: added functions debugf2, debugf3,
4866         * src/pic16/ralloc.c: partial fix for packForPush caused
4867         segmentation fault,
4868
4869 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4870
4871         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4872           <stsp AT users.sourceforge.net> with reversed byte order
4873         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4874
4875 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4876
4877         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4878           bug #1074377
4879         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4880         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4881
4882 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4883
4884         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4885
4886 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4887
4888         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4889           conditions,
4890           (setFromConditionArgs): friendly operand parser for peephole rules,
4891           (operandBaseName, operandsNotRelated): new peephole condition
4892           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4893           architecture specific register naming into account, handles n-way
4894           comparisons, and supports quoted literals
4895         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4896
4897 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4898
4899         * src/mcs51/peeph.def: fixed bug #1076940
4900
4901 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4902
4903         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4904
4905 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4906
4907         Adding support for replacing ljmps with sjmps in jumptables
4908         generated for switch statements. For now you need to set the
4909         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4910         Now 4 algorithms for mcs51 jumptable generation are used:
4911         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4912         addresses loaded pc-relative for up to 112 cases and stack-pushing
4913         target addresses loaded with offset from dptr for up to 256 cases.
4914
4915         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4916         * src/mcs51/main.c: adapted constants for switch table generation
4917         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4918
4919 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4920
4921         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4922         * support/regression/tests/bug1057979.c: added test for bug 1073386
4923
4924 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4925
4926         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4927         compilers
4928
4929 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4930
4931         * src/pic16/device.h,
4932         * src/pic16/genarith.c,
4933         * src/pic16/glue.c,
4934         * src/pic16/main.c,
4935         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4936
4937 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4938
4939         Large cummulative patch for pic16 port.
4940         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4941         to call when a stack overflow occurs,
4942         * (malloc.h): added CVS Id tag,
4943         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4944         variable,
4945         * added libc directory. The current version of LibC contains string
4946         functions, ctype functions and macros and some functions of the
4947         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4948         be extensively tested in the future. Standard disclaimer here.
4949         Library is not automatically build yet. But one can build it by
4950         invoking 'make' inside the libc directory.
4951         * added ADC library under libio. Preliminary version yet.
4952
4953         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4954         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4955         aopForRemat() now and not by pic16_aopOp(),
4956         * (pic16_popGetTempReg): removed warning messgae when allocating
4957         temporary registers, its a buggy feature and will be removed,
4958         * (pic16_popGet): set register instance field in AOP_CRY,
4959         * (pic16_outBitC): fixed for results in size greater than 1,
4960         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4961         * (pic16_storeForReturn): optimized return of 0,
4962         * (genCmp): experimental code for new genCmp which uses PIC18's
4963         special compare&skip instructions. Initial tests fail some times
4964         with variables grater than 1 byte in size, so new code is disabled,
4965         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4966         a single bit,
4967         * (genCast): began a fix to optimize the casting of a bit to another
4968         bit, now assigning a bitfield to another bitfield will fail, sorry,
4969         * src/pic16/main.c: disabled the use of lr-support feature,
4970         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4971         * added some function prototypes, added function _debugf prototype,
4972         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4973         bits with offset (case PO_GPR_BIT),
4974         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4975         command line,
4976         * (isBankInstruction): modified to return 0 for no banking instruction,
4977         and 1 for banking instruction,
4978         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4979         caused stop processing pCodes after a inline assembly block,
4980         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4981         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4982         registers when it shouldn't,
4983         * src/pic16/ralloc.c (allocReg): add preliminary support for
4984         supporting a limited set of temporary registers,
4985
4986 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4987
4988         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4989           genDataPointerSet): ensure assignments always copy in MSB to LSB
4990           order,
4991           (loadRegFromAop): recognize CLRH optimization,
4992           (genFunction): optimize RECEIVE iCodes in reentrant functions
4993
4994 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4995
4996         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4997           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4998           selected.
4999         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
5000         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
5001           contiguous with data
5002
5003 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5004
5005         * device/lib/_gptrget.c (_gptrget),
5006         * device/lib/_gptrgetc.c (_gptrgetc),
5007         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
5008           instead of sjmp to ret
5009         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
5010           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
5011
5012 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
5013
5014         * .version: bumped version to 2.4.7
5015         * device/lib/_gptrget.c (_gptrget): is now _naked
5016         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
5017         * device/lib/_gptrput.c (_gptrput): is now _naked
5018         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
5019           (createFunction): fixed xstack
5020         * src/SDCCglue.c (emitMaps): set allocation required for bit area
5021         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
5022           or bit either,
5023           (geniCodeCritical): store original interrupt state in an iTemp bit
5024           var unless stack-auto
5025         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
5026         * src/SDCCmain.c (setIncludePath): added include/target to search path
5027         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
5028         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
5029           prototype,
5030           (processFuncArgs): put bit vars in bit area
5031         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
5032           unsaveRBank): fixed xstack,
5033           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
5034           (genFunction, genEndFunction): fixed xstack,
5035           (genAssign): optimization don't walk backwards through mem
5036         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
5037         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
5038         * support/regression/Makefile: also make library (for stack-auto) when
5039           making "all" and added "test-mcs51-xstack-auto"
5040         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
5041         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
5042         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
5043         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
5044         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
5045           make-library by MAKE_LIBRARY
5046         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
5047           regression tests for xstack
5048         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
5049         * support/regression/tests/critical.c: test for critical on mcs51
5050
5051 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5052
5053         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5054           built version of sdcc instead of installed version
5055
5056 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5057
5058         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5059         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5060           vprintf.c now
5061         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5062         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5063           WARNING: remove device/lib/build/z80/printf.o by hand when
5064           updating from previous build!
5065         * device/lib/z80/printf.c: updated comment
5066         * support/regression/tests/bug1057979.c: test all ports now
5067         * support/regression/tests/bug1065458.c: file added
5068
5069 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5070
5071         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5072           *_start and *_end symbols for static functions
5073
5074 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5075
5076         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5077           and search crt0.o in all library paths,
5078           (setIncludePath): proper handling of --nostdinc,
5079           (setLibPath): proper handling of --nostdlib
5080         * support/regression/Makefile,
5081         * support/regression/ports/ds390/spec.mk,
5082         * support/regression/ports/gbz80/spec.mk,
5083         * support/regression/ports/hc08/spec.mk,
5084         * support/regression/ports/mcs51/spec.mk,
5085         * support/regression/ports/mcs51-large/spec.mk,
5086         * support/regression/ports/mcs51-stack-auto/spec.mk,
5087         * support/regression/ports/z80/spec.mk: use include and lib files from
5088           built version of sdcc instead of installed version
5089         * doc/sdccman.lyx: fixed typo in --nostdinc
5090
5091 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5092
5093         * src/pic/pcode.c,
5094         * src/pic/device.c,
5095         * src/pic/ralloc.c,
5096         * src/pic/gen.c : added support to generate code for struct bit fields.
5097
5098 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5099
5100         * as/xa51/xa_version.h,
5101         * device/include/errno.h,
5102         * device/include/regc515c.h,
5103         * device/lib/_itoa.c,
5104         * device/lib/_ltoa.c,
5105         * device/lib/ser_ir_cts_rts.c,
5106         * sim/ucsim/xa.src/glob.cc,
5107         * sim/ucsim/xa.src/inst_gen.cc,
5108         * sim/ucsim/xa.src/xa_bit.cc,
5109         * sim/ucsim/xa.src/xa_sfr.cc,
5110         * sim/ucsim/z80.src/inst_dd.cc,
5111         * sim/ucsim/z80.src/inst_fdcb.cc,
5112         * support/scripts/keil2sdcc.pl,
5113         * src/pic16/pic16.dsp,
5114         * src/pic16/pic16a.dsp: corrected cvs line endings
5115         * device/lib/printf_large.c: fixed bug 1057979
5116         * src/pic16/gen.c: fixed non-C standard code
5117         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5118         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5119         * support/regression/ports/mcs51/support.c: reload T1 asap
5120         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5121           pdata use and clear idata startup behaviour
5122         * support/regression/tests/bug1057979.c: added
5123
5124 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5125
5126         * device/examples/ds390/ow390/ad26.h,
5127         * device/examples/ds390/ow390/cnt1d.h,
5128         * device/examples/ds390/ow390/crcutil.c,
5129         * device/examples/ds390/ow390/ownet.h,
5130         * device/examples/ds390/ow390/owsesu.c,
5131         * device/examples/ds390/ow390/swt12.h,
5132         * device/examples/ds390/ow390/swtoper.c,
5133         * device/examples/ds390/ow390/temp10.h,
5134         * device/examples/ds390/ow390/thermodl.c,
5135         * device/examples/ds390/tinitalk/tinitalk.dsp,
5136         * device/examples/ds390/tinitalk/tinitalk.dsw,
5137         * device/examples/mcs51/clock/hw.h,
5138         * device/examples/mcs51/simple2/go.bat,
5139         * device/examples/serialcomm/windows/serial.h,
5140         * device/examples/xa51/dummy.c,
5141         * device/examples/xa51/hello.c,
5142         * device/include/80c51xa.h,
5143         * device/include/at89x051.h: corrected cvs line endings
5144
5145 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5146
5147         * src/pic16/main.c (options): added command line --gstack, to trace
5148         stack over/under flows,
5149         * added pragma 'wparam' to allow passing first byte of function
5150         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5151         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5152         call to __gstack_test function and sets up the symbol as extern,
5153         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5154         * popaop): added call to pic16_testStackOverflow,
5155         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5156         wparamList list,
5157         * (genCall, genPcall): now all parameters are passed via stack
5158         except in functions that are pass to wparam pragma in which WREG is
5159         used too,
5160         * (genPcall): REENTRANT flag is checked to see if variable prototype
5161         contains reentrant keyword, don't call a non-reentrant function, via
5162         a reentrant function pointer or vice versa, functions are never
5163         passed via WREG,
5164         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5165         D.Winkler,
5166         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5167         SIGSEGV when accessing a NULL register stucture,
5168         * (pic16_printGPointerType): modified to handle UPPER modifier for
5169         function initializers, changed prototype of function to simpler one,
5170         * (pic16_printIvalFuncPtr): check to see if function is already
5171         added in externs list,
5172         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5173         optimized a move from W to SFR with a move to the same register
5174         later after a CALL,
5175         * device/lib/pic16/debug: NEW directory, contains debug features
5176         which are enabled when linking with libdebug.lib, currently command
5177         line option --gstack enables stack pointer tracing for over/under
5178         flow, corresponding sources are in debug/gstack
5179
5180 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5181
5182         * doc/sdccman.lyx: updated SDCC version,
5183         * (PIC16 port): update list of command line options,
5184         * src/pic16/device.h (structure pic16_options_t): added field gstack
5185         to enable stack overflow tracing on push/pops,
5186         * src/pic16/device.c (statistics structure): added statistics
5187         structure,
5188         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5189         pic16_dump_int_registers): increase statistics counters for each
5190         * variable which is encountered
5191         * (pic16_dump_usection): emit each .udata variable to its own udata
5192         section,
5193         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5194         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5195         parameters via stack, otherwise use old scheme,
5196         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5197         assembler output file,
5198         * src/pic16/main.c: added command line options --gstack to enable
5199         push/pop tracing for stack overflow,
5200         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5201         instructions): added size of each instruction,
5202         * (pic16_countInstruction): estimate size of instructions in
5203         the_pFile list, inline assembly blocks are not counted,
5204         * (pic16_FixRegisterBanking): trace previous register usage, when
5205         banksel optimizations is greater than 0, don't emit a redudant
5206         banksel directive,
5207
5208 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5209
5210         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5211         * src/pic16/ralloc.c : applied same fix for pic16.
5212         * src/pic/gen.c : tidied it up a little.
5213
5214 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5215
5216         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5217         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5218
5219 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5220
5221         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5222
5223 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5224
5225         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5226         non-reentrant function __modsint in the interrupt function (thus
5227         corrupting math operations during serial I/O)
5228         * device/lib/ser_ir.c: as above, changed buffersize
5229         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5230         256.c,d for zeroing
5231         * doc/Makefile: added option -t for rsync
5232
5233 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5234
5235         * src/SDCCast.h (struct ast),
5236         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5237
5238 2004-10-20 Borut Razem <borut.razem AT siol.net>
5239
5240         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5241         package
5242
5243 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5244
5245         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5246         makefile targets,
5247         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5248         support functions to replace long sequences of MOVFF's from access
5249         bank registers to stack and vice versa,
5250         * src/pic16/device.h: added new field opt_flags, where optimization
5251         flags can be set to enable certain features,
5252         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5253         * pBlock, (genFunction, genEndFunction): surroung loop for
5254         saving/loading used registers in stack with PC_INFO pCodes,
5255         INF_LREGS. Code in between can then be optimized by pCode optimizer
5256         to support function calls,
5257         * (genDataPointerSet): fixed bug which loaded float fields in
5258         structures with corrupt data,
5259         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5260         in a standard way debug info on stderr. Feature used for developing
5261         and debugging only,
5262         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5263         obsolete chunks of code,
5264         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5265         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5266         * pic16/src/pcode.c (pic16_newpCodeInfo,
5267         * (pic16_newpCodeOpLocalRegs),
5268         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5269         feature,
5270         * (pic16_pCodeConstString): printing of the initial value of a
5271         symbol as a comment is inhibited since parsing was already done by
5272         copyStr and output is corrupt,
5273         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5274
5275 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5276
5277         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5278
5279 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5280
5281         * as/mcs51/lkarea.c: removed old K&R style,
5282           (lnksect): changed check on boundary error,
5283           (lnksect2): changed check on boundary error,
5284           (lnksect2): extend XSTK to end of page if size = 1
5285         * as/mcs51/lkmain.c: removed old K&R style,
5286           (Areas51): create l_IRAM symbol
5287         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5288         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5289           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5290         * device/lib/_mullong.c: added version to be compiled with xstack
5291         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5292         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5293         * device/lib/mcs51/crtxstack.asm: fixed comment
5294         * src/SDCCglue.c: maxInterrupts defaults to 0,
5295           (emitMaps): added pdata,
5296           (createInterruptVect): (re)moved default,
5297           (glue): added pdata,
5298           (glue): moved __start__xstack to XSTK with default size 1
5299         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5300           and options.float_rent when options.stackAuto is set,
5301           (linkEdit): only write XDATA_NAME if provided on command line
5302         * src/SDCCmem.h,
5303         * src/SDCCmem.c: added pdata
5304         * src/port.h: added pdata_name to PORT
5305         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5306           (saveRegisters, unsaveRegisters): removed usage of B,
5307           (genMinus): fixed accumulator clash,
5308           (genJumpTab): added comment, this needs another look
5309         * src/mcs51/gen.c: added check for "B in use" paranoia,
5310           added pushB() and popB()
5311         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5312           chance
5313         * src/avr/main.c,
5314         * src/ds390/main.c,
5315         * src/hc08/main.c,
5316         * src/mcs51/main.c,
5317         * src/pic/main.c,
5318         * src/pic16/main.c,
5319         * src/xa51/main.c,
5320         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5321           added PSEG (PAG,XDATA) or NULL to port specifier
5322         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5323         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5324           (_mcs51_genInitStartup): removed __start__xstack equ,
5325           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5326         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5327         * src/z80/gen.c (_rleAppend): fixed warnings
5328         * support/regression/tests/zeropad.c: added pdata test
5329         * .version: bumped to 2.4.6
5330
5331 2004-10-17 Borut Razem <borut.razem AT siol.net>
5332
5333         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5334         as a part of nightly build
5335
5336 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5337
5338         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5339         WREG holds the first byte function parameters,
5340         * (aopForSym): take special case for symbols which are in FARSPACE
5341         but in CODESPACE too,
5342         * (assignResultValue): modified to take into account _G.useWreg,
5343         * (genCall): don't use wreg for parameter passing when function is
5344         declared as reentrant, too, added optimization INCF to stack
5345         pointer when stack parameter count is 1,
5346         * (genFunction, genEndFunction): refurnished and fixed to not using
5347         wreg for passing parameters when function has varargs or is
5348         reentrant, fixed bug with symbol name compare for generating
5349         functions in absolute address,
5350         * (pic16_storeForReturn): refurnished,
5351         * (genCmp): began writing a new version of the function, not ready
5352         yet, therefore it is disabled,
5353         * (genAssign): do not read code memory when assigning a function to
5354         a pointer function,
5355         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5356         array of characters, not pointer,
5357         * (pic16initialComments): in debug mode emit an .ident directive for
5358         the assembler,
5359         * (_process_pragma): emit a new warning type (internal to pic16)
5360         when setting stack to default length, emit a similar warning when
5361         placing a function at absolute address and address is not word aligned
5362         * (_pic16_parseOptions): added 'return TRUE' statement,
5363         * (_pic16_linkEdit): if compiling a source, then add the source's
5364         file object, first in the list of objects to link,
5365
5366 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5367
5368         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5369         * src/pic/main.c : removed VC warning.
5370         * src/pic/gen.c : changed comment.
5371
5372 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5373
5374         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5375         reference to a deprecated symbol _GPTRREG was causing failure to
5376         link. Thanks G. M. Gallant for the info.
5377
5378 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5379
5380         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5381         comments for Bugs item #954788.
5382
5383 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5384
5385         * src/pic16/device.c (pic16_dump_gsection,
5386         * pic16_groupRegistersInSection): handle symbols declared to be in
5387         access bank differently,
5388         * src/pic16/gen.c (struct _G): added field resDirect,
5389         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5390         send values read from stack directly to result and don't allocate
5391         temporary values,
5392         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5393         same registers,
5394         * (pic16_sameRegsOfs): NEW,
5395         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5396         free because they were not allocated from temporary pool,
5397         * pic16_popRegFromString): workaround to fix a problem with
5398         allocating variables twice or never,
5399         * (genGenPointerGet): using PRODL instead of FSR0H,
5400         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5401         instead of FSR0H,
5402         * (genAssign): take advantage of the _G.resDirect flag,
5403         * (genCast): around line 11844, use mov2f instead of directly
5404         MOVFF'ing between operands to account for literal values,
5405         * src/pic16/genutils.c: some new debug functions for gpsim have been
5406         added,
5407         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5408         float with integer part only,
5409         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5410         place variables in access bank
5411         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5412         updated sources to reflect recent changes in gen.c
5413
5414 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5415
5416         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5417         sources that searched for headers in installation path, now the
5418         device/include/pic16 is used,
5419         * src/pic16/glue.c (pic16glue),
5420         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5421         .line directives if not in debug mode, this suppresses assembler's
5422         warnings for ignored directives
5423
5424 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5425
5426         * src/port.h: made reset_regparms prototype void parameter explicit.
5427         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5428         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5429         * doc/sdccman.lyx: documented warning disabling and how to use
5430           printf_large to make it print floats.
5431         * device/include/stdbool.h: NEW
5432         * device/lib/_atof.c,
5433         * device/lib/_divuint.c,
5434         * device/lib/_divulong.c,
5435         * device/lib/expf.c,
5436         * device/lib/printf_large.c,
5437         * device/lib/sincosf.c,
5438         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5439         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5440           a completely reentrant lib.
5441
5442 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5443
5444         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5445         * device/include/pic16/stdio.h: fixed bug with colon
5446
5447 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5448
5449         * device/include/pic16/stdio.h,
5450         * device/include/pic16/stdlib.h,
5451         * device/include/pic16/math.h: NEW
5452         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5453         declared as _naked to reduce overhead
5454         * device/lib/Makefile.in (target port-specific-objects-pic16):
5455         changed * to *.* so to ignore the CVS directory,
5456         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5457         stacked variables back in stack,
5458         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5459         corruption
5460
5461 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5462
5463         * .version: bumped version number to 2.4.5
5464         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5465         * support/Util/SDCCerr.c (messages structure): added entry for
5466         W_POSSBUG2
5467
5468         Large cumulative patch for pic16 port and libraries.
5469         * device/include/pic16/sdcc-lib.h,
5470         * device/include/pic16/stdarg.h,
5471         * device/include/asm/pic16/features.h,
5472         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5473         * device/include/pic16/float.h: changes reentrant keyword with
5474         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5475         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5476         updated target build-libraries to include objects from gptr,
5477         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5478         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5479         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5480         all function headings,
5481         * src/SDCCmain.c: added global parameter userIncDirsSet,
5482         * (parseCmdLine): when option -I is encountered add directory to
5483         userIncDirsSet too,
5484         * src/version.awk: added space between control and long,
5485         * src/pic16/NOTES: added some notes for the port,
5486         * src/pic16/gen.c: added prototype for mov2fp function,
5487         * (fReturnpic16[]): properly named return value registers,
5488         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5489         * (aopForSym): added code to handle symbols with onStack flag set,
5490         symbols onStack are allocated PTRSIZE bytes,
5491         * (aopFreeAsmop): handles special case where asmops are stack objects,
5492         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5493         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5494         added argument lock to trace flaws in allocating temporary registers
5495         when developing port,
5496         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5497         * (pic16_popRegFromString): reenabled allocating a direct register
5498         from string,
5499         * (assignResultValue): various beautifications,
5500         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5501         referenced function argument,
5502         * (genIpush): reenabled to allow stacked arguments, handles only
5503         ic->parmPush iCodes,
5504         * (genCall, genPcall): major changes to allow for variable argument
5505         functions, fixed a bug with falsely restoring stack pointer after
5506         returning from call,
5507         * (genFunction): pending code for critical function,
5508         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5509         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5510         * (genNearPointerGet): fixed bug with indirect reading, was always
5511         reading from INDF0
5512         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5513         pointers,
5514         * (genAddrOf): rewrote code to take address of a stacked function parameter
5515         * (genCast): fixed casting to generic pointer type,
5516         * src/pic16/gen.h: added AOP_STA,
5517         * (struct asmop): added field stk,
5518         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5519         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5520         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5521         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5522         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5523         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5524         generic pointers,
5525         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5526         and library paths,
5527         * (pic16_port structure): generic pointer size is set to 3,
5528         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5529         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5530         compiler warning,
5531         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5532         operand is an iTemp,
5533
5534 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5535
5536         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5537         * debugger/mcs51/simi.c: addapt new syntax of s51
5538
5539 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5540
5541         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5542         * src/pic16/pcode.c: commented out some calls to free() in order to
5543         fix bug #989576,
5544
5545 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5546
5547         * src/SDCCicode.h,
5548         * src/SDCCicode.c (isiCodeInFunctionCall),
5549         * src/avr/ralloc.c (selectSpil),
5550         * src/pic/ralloc.c (selectSpil),
5551         * src/pic16/ralloc.c (selectSpil),
5552         * src/ds390/ralloc.c (selectSpil),
5553         * src/hc08/ralloc.c (selectSpil),
5554         * src/xa51/ralloc.c (selectSpil),
5555         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5556         stack in the middle of a function call sequence (fixes bug #1020268)
5557         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5558         costs associated with the minimum switch case.
5559
5560 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5561
5562         * src/SDCC.lex: fixed bug #1030549
5563
5564 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5565
5566         * src/SDCCcse.h (struct cseDef),
5567         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5568         over a function call if the CSE is derived from a symbol whose
5569         address has been taken (fixes bug #1029883)
5570         * support/regression/tests/bug-1029883: a new regression test for
5571         this bug
5572
5573 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5574
5575         * src/hc08/gen.c (emitinline): fixed bug #1029778
5576         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5577         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5578         and starts toward RFE #905167)
5579
5580 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5581
5582         * src/pic16/gen.c (mov2f): New function to move an operand to
5583         another without considering if it is a literal or a register,
5584         * (pic16_sameRegs): don't check if they are both AOP_REG,
5585         * (AccRsh): removed andmask=0 lines,
5586         * (genLeftShift): duplicated to be improved in future versions,
5587         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5588         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5589         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5590         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5591         * (insertBankSwitch): fixed inserting banksel directives algorithm
5592         for instructions that follow a skip instruction, this fixes a report
5593         for broken subtraction code generation,
5594         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5595         iCode is a left op, just in case result and right share the same
5596         registers
5597
5598 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5599
5600         * src/hc08/main.c,
5601         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5602         preservation of HX
5603         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5604         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5605         on 2004-09-12; it was buggy
5606
5607 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5608
5609         * src/SDCCsymt.h: removed RESULT_CHECK
5610         * src/SDCCast.c,
5611         * src/SDCCglue.c,
5612         * src/SDCCval.c,
5613         * src/pic/glue.c,
5614         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5615
5616 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5617
5618         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5619         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5620         configuration values no more rejected by compiler, they are assigned
5621         to configuration registers with a warning message instead,
5622         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5623         the for-loop so last conf register is emitted too,
5624         * (_pic16_initPaths): link library libsdcc.lib by default,
5625         * (_hasNativeMulFor): modified test for multiplication according to
5626         Raphael Neider's remarks. Integer multiplication is also done with
5627         support functions,
5628         * device/include/pic16/pic18fregs.h: corrected type error in while
5629         testing and including 18f6720 header file
5630
5631 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5632
5633         * src/pic16/device.h (pic16_options): removed field use_crt,
5634         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5635         until an optimization to handle single bits is added,
5636         * (pic16_loadFSR0): moved before genUnpackBits,
5637         * (genAnd): some white lines removed,
5638         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5639         leave_reset flags in pic16_options when using crt modules,
5640
5641 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5642
5643         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5644           for bugs 898889 & 979599. Also used some safer print instructions.
5645
5646 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5647
5648         * src/pic16/device.h (pic16_options_t): added field use_crt,
5649         crt_name, no_crt,
5650         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5651         catch a probable future bug,
5652         * src/pic16/gen.c: aopIdx function commented out,
5653         * (genAssign): commented out old code which used aopIdx,
5654         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5655         code, added if conditionals to take into account the --use-crt
5656         command line options,
5657         * src/pic16/main.c (pic16_optionsTable): added new command line
5658         options, --use-crt= and --no-crt,
5659         * (_pic16_linkEdit): now the proper crt object is added in the
5660         linker command line except than when --no-crt is specified,
5661         * src/pic16/pcode.c,
5662         * src/pic16/pcode.h: added some structures and functions for a new
5663         optimization scheme to compansate for instruction overhead between
5664         same iCodes, this scheme is currently under development and is not
5665         working in any way,
5666         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5667         to && operator,
5668         * device/lib/pic16/startup/crt0i.c,
5669         * device/lib/pic16/startup/crt0iz.c: added global char variable
5670         __uflags to force the generation of an idata section
5671
5672 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5673
5674         * doc/Makefile,
5675         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5676         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5677
5678 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5679
5680         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5681         Frieder) and clarified the default code optimization mode
5682
5683 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5684
5685         * src/SDCC.lex (doPragma, process_pragma),
5686         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5687         "opt_code_size", and "opt_code_balanced"
5688         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5689         regrouped options by category, added support for category headers
5690         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5691         and "--opt-code-size"
5692         * doc/sdccman.lyx: documented these new options and pragmas
5693         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5694         preference into account
5695
5696 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5697
5698         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5699           geniCodePreDec): Fixed bug 904237 by generating a warning
5700         * src/SDCCerr.h,
5701         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5702
5703 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5704
5705         * src/pic/device.c : When no max ram set validate full memory range.
5706         * src/pic/pcode.c,
5707         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5708
5709 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5710
5711         * device/lib/_gptrget.c,
5712         * device/lib/_gptrput.c: updated comment
5713         * device/lib/calloc.c,
5714         * device/lib/free.c,
5715         * device/lib/malloc.c,
5716         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5717         * src/SDCCcse.c (cseBBlock),
5718         * src/SDCCicode.c (printOperand, geniCodeArray),
5719         * src/SDCCicode.h (struct operand): fixed bug 868103
5720         * support/regression/tests/bug-868103.c: added
5721         * src/SDCCast.c (searchLitOp),
5722         * src/SDCCcse.h (struct cseDef),
5723         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5724         * src/SDCCicode.h (struct operand),
5725         * src/SDCCsymt.h (struct sym_link),
5726         * src/avr/gen.c (hasInc),
5727         * src/ds390/gen.c (hasInc),
5728         * src/hc08/gen.c (genPlusIncr, hasInc),
5729         * src/mcs51/gen.c (hasInc),
5730         * src/pic16/glue.c (pic16_printIvalChar),
5731         * src/pic16/ralloc.c (regWithIdx),
5732         * src/xa51/gen.c (hasInc) : removed warnings
5733         * src/SDCCast.c (createBlock): added comment ???
5734         * src/hc08/ralloc.c: updated comments
5735
5736 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5737
5738         * doc/sdccman.lyx: updated section on switch statements, added
5739         section about semaphore locking
5740         * doc/Makefile: added option -info for latex2html
5741         * device/lib/_gptrget.c,
5742         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5743
5744 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5745
5746         * src/pic/device.h,
5747         * src/pic/device.c,
5748         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5749          maxram is less than 0x100.
5750
5751 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5752
5753         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5754
5755 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5756
5757         * src/port.h,
5758         * src/mcs51/main.c,
5759         * src/ds390/main.c,
5760         * src/z80/main.c,
5761         * src/hc08/main.c,
5762         * src/pic/main.c,
5763         * src/pic16/main.c,
5764         * src/avr/main.c,
5765         * src/xa51/main.c
5766         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5767         a jump table is the best form for a switch statement, including
5768         automatic insertion of missing cases to make the case range
5769         continuous. Developed in collaboration with Frieder Ferlemann.
5770
5771 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5772
5773         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5774         accumulator result if it needs sign extension
5775
5776 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5777
5778         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5779
5780 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5781
5782         * device/lib/gbz80/printf.c,
5783         * device/lib/z80/printf.c: removed define for NULL
5784
5785 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5786
5787         * as/xa51/xa_link.c,
5788         * device/examples/ds390/ow390/ad26.c,
5789         * device/examples/ds390/ow390/cnt1d.c,
5790         * device/examples/ds390/ow390/counter.c,
5791         * device/examples/ds390/ow390/ds2480.h,
5792         * device/examples/ds390/ow390/ds2480ut.c,
5793         * device/examples/ds390/ow390/findtype.c,
5794         * device/examples/ds390/ow390/gethumd.c,
5795         * device/examples/ds390/ow390/owllu.c,
5796         * device/examples/ds390/ow390/ownetu.c,
5797         * device/examples/ds390/ow390/swt12.c,
5798         * device/examples/ds390/ow390/swtloop.c,
5799         * device/examples/ds390/ow390/temp.c,
5800         * device/examples/ds390/ow390/temp10.c,
5801         * device/examples/ds390/ow390/thermo21.c,
5802         * device/examples/ds390/ow390/tinilnk.c,
5803         * device/examples/ds390/ow390/tstfind.c,
5804         * device/examples/serialcomm/windows/serial.cpp,
5805         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5806         * device/include/reg51.h: fixed line endings for cvs
5807
5808 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5809
5810         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5811         packRegsForAccUse, packRegisters): new accumulator register
5812         packing algorithm
5813         * support/regression/ports/hc08/support.c (_putchar): suppress
5814         warning of unused variable
5815         * src/SDCCicode.c: added SWAP entry to codeTable
5816
5817 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5818
5819         * device/lib/sprintf.c: forgot to add this file before previous commit
5820
5821 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5822
5823         * src/pic16/gen.c (genPackBits): added operand right in function
5824         parameters, load result directly if p_type is POINTER (that is
5825         called by genNearPointerSet)
5826         * (genUnPackBits): added operand left in function parameters,
5827         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5828         FSR0 if accessing bitfields,
5829
5830 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5831
5832         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5833           _print_format; updated printf, sprintf, vsprintf
5834         * device/include/asm/default/features.h: corrected comment/define
5835         * device/lib/Makefile.in: added sprintf.c
5836         * device/lib/libsdcc.lib: added sprintf module
5837         * device/lib/printf_large.c,
5838         * device/lib/vprintf.c,
5839         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5840           into these 3 files
5841         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5842         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5843         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5844           hc08 test
5845         * support/regression/tests/zeropad.c: define idata as data for hc08
5846
5847 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5848
5849         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5850         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5851         labels are referenced at least once (even if a reference is not found)
5852         * src/hc08/gen.c (emitcode): set isComment flag for comments
5853         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5854         loads), rules 6a..6b (optimize jumps to return)
5855
5856 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5857
5858         * device/lib/acosf.c (acosf),
5859         * device/lib/asinf.c (asinf),
5860         * device/lib/atanf.c (atanf),
5861         * device/lib/ceilf.c (ceilf),
5862         * device/lib/cosf.c (cosf),
5863         * device/lib/coshf.c (coshf),
5864         * device/lib/cotf.c (cotf),
5865         * device/lib/fabsf.c (fabsf),
5866         * device/lib/floorf.c (floorf),
5867         * device/lib/log10f.c (log10f),
5868         * device/lib/logf.c (logf),
5869         * device/lib/sinf.c (sinf),
5870         * device/lib/sinhf.c (sinhf),
5871         * device/lib/sqrtf.c (sqrtf),
5872         * device/lib/tanf.c (tanf),
5873         * device/lib/tanhf.c (tanhf),
5874         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5875         replaced all instances of "reentrant" in the library functions
5876         defined in math.h with this macro.
5877         * support/regression/tests/float_trans.c: reenabled test for hc08
5878
5879 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5880
5881         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5882         erroneously deleted
5883
5884 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5885
5886         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5887         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5888         multi-byte volatile operands are used
5889         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5890         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5891         initialization to area GSINIT0 so that it would always precede
5892         any static initializers in GSINIT
5893         * support/regression/tests/zeropad.c: fixed idata define for hc08
5894         * support/regression/tests/bug-927659.c,
5895         * support/regression/tests/float_trans.c: disabled tests for hc08
5896         pending missing library routines
5897         * .version: increased version number to 2.4.4 - hc08 port now passes
5898         regression tests
5899
5900
5901 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5902
5903         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5904         * Makefile.common.in,
5905         * as/Makefile,
5906         * as/hc08/Makefile.in,
5907         * as/mcs51/Makefile.in,
5908         * as/z80/Makefile.in,
5909         * debugger/mcs51/Makefile.in,
5910         * device/include/Makefile.in,
5911         * device/lib/Makefile.in,
5912         * doc/Makefile,
5913         * link/Makefile,
5914         * link/z80/Makefile.in,
5915         * packihx/Makefile.in,
5916         * sim/ucsim/main_in.mk,
5917         * sim/ucsim/avr.src/Makefile.in,
5918         * sim/ucsim/doc/Makefile.in,
5919         * sim/ucsim/gui.src/serio.src/Makefile.in,
5920         * sim/ucsim/hc08.src/Makefile.in,
5921         * sim/ucsim/s51.src/Makefile.in,
5922         * sim/ucsim/xa.src/Makefile.in,
5923         * sim/ucsim/z80.src/Makefile.in,
5924         * src/Makefile.in,
5925         * support/cpp2/Makefile.in,
5926         * support/librarian/Makefile,
5927         * support/makebin/Makefile: added DESTDIR to the install path proposed
5928         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5929         * doc/sdccman.lyx: added DESTDIR documentation
5930
5931 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5932
5933         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5934         instruction for interrupt handlers, use fast returns when returning
5935         from high priority interrupts
5936
5937 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5938
5939         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5940         code generation
5941         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5942         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5943         bugs, ported much of Bernhard's code from mcs51
5944         * src/mcs51/gen.c (genSend),
5945         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5946         than one when calling a reentrant function
5947         * device/lib/_mullong.c: defined an alternate struct layout for big
5948         endian ports (hc08)
5949
5950 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5951
5952         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5953         test
5954
5955 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5956
5957         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5958         are sane and complete before asking the port its prefered parameter
5959         passing method (fixes bug #1017633)
5960         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5961         and _ret3
5962
5963 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5964
5965         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5966         problem in bitfields >= 8 bits.
5967
5968 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5969
5970         * src/SDCCsymt.c: undid changes that were not meant to be committed
5971
5972 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5973
5974         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5975
5976 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5977
5978         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5979           copied and wrong bit got inverted
5980
5981 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5982
5983         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5984         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5985         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5986         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5987         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5988         assignments to bitfields at known addresses
5989         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5990         reads from bitfields at known addresses
5991         * src/hc08/ralloc.c (packRegisters),
5992         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5993         genhc08Code): optimize pointer get values used as conditionals
5994         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5995         and branch
5996
5997 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5998
5999         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
6000         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
6001         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
6002         as conditionals
6003
6004 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6005
6006         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
6007
6008 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6009
6010         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
6011         related problems
6012
6013 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
6014
6015         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
6016
6017 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6018
6019         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
6020         mcs51 port
6021
6022 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
6023
6024         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
6025
6026 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6027
6028         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
6029         cases use more compact code.
6030
6031 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
6032
6033         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
6034
6035 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6036
6037         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
6038
6039 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6040
6041         * src/SDCCsymt.h,
6042         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
6043         parameter of changePointer() from symbol* to sym_link*
6044         * src/SDCCast.c (decorateType): call changePointer() for CAST op
6045         * src/SDCCsymt.c (compareType): void* type is castable to other
6046         pointers, but not necesarily an exact match.
6047         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
6048         is no longer blindly treated as an exact match.
6049         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
6050
6051 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6052
6053         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6054
6055 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6056
6057         * src/pic/gen.c,
6058         * src/pic/pcode.c,
6059         * src/pic/ralloc.h,
6060         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6061
6062 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6063
6064         * src/pic/device.c,
6065         * src/pic/device.h,
6066         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6067
6068 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6069
6070         * src/mcs51/gen.c (emitcode): fixed bug #992819
6071
6072 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6073
6074         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6075           there's no need to make it worse
6076
6077 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6078
6079         * src/mcs51/ralloc.c (deassignLR),
6080         * src/ds390/ralloc.c (deassignLR),
6081         * src/hc08/ralloc.c (deassignLR),
6082         * src/z80/ralloc.c (deassignLR),
6083         * src/pic/ralloc.c (deassignLR),
6084         * src/pic16/ralloc.c (deassignLR),
6085         * src/avr/ralloc.c (deassignLR),
6086         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6087         rlivePoint): fixed another part of bug #971834
6088
6089 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6090
6091         * src/z80/main.c: enabled "critical" keyword
6092         * src/z80/mappings.i,
6093         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6094         functions (fixes bug #979646)
6095         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6096
6097 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6098
6099         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6100           such as c:\mydir.
6101
6102 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6103
6104         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6105           doesn't disable too much optimizations
6106
6107 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6108
6109         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6110
6111 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6112
6113         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6114
6115 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6116
6117         * src/pic/gen.c tidied up tabs
6118         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6119         * src/pic/main.c tidied up tabs
6120         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6121         * src/pic/pcoderegs.c tidied up tabs
6122         * src/pic/ralloc.c tidied up tabs
6123
6124 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6125
6126         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6127         to S_FIXED for pic16 port and when symbol is not in level 0,
6128         allocate for S_REGISTER storage class and pic16 port, too,
6129         * src/pic16/device.h: prototype for checkSym,
6130         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6131         * (pic16_assignConfigWordValue): test the value and the mask to
6132         validate that the value is suitable for the configuration word,
6133         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6134         collect extern declared symbols, don't emit symbol twice, check
6135         first if symbol is in publics set first,
6136         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6137         * added command line '--fstack' which enables an experimental
6138         feature for stack access, too buggy to be used yet...
6139         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6140         * (pic16_allocDirReg): when register has storage class S_REGISTER
6141         allocate in pic16_dynAccessRegs,
6142         * device/include/pic16/pic18f????.h: modified configuration word
6143         naming convention, words started as CONFIG0H but should be CONFIG1H
6144
6145 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6146
6147         * device/include/mcs51reg.h: fixed bug 970993
6148
6149 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6150
6151         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6152         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6153         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6154         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6155         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6156         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6157           error/warning numbers,
6158           added function setWarningDisabled()
6159         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6160         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6161           _memcmp.c _memmove.c calloc.c realloc.c free.c
6162         * support/regression/tests/malloc.c: added tests for new functionality
6163         * support/regression/tests/zeropad.c: added tests for truncated initializers
6164           and initialized char arrays starting with '\x0'
6165         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6166
6167 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6168
6169         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6170
6171 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6172
6173         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6174         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6175         peephole 177.e. Thanks to anonymous
6176
6177 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6178
6179         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6180         function isn't used in the source but referenced as a
6181         variable initializer then declare it as extern in .asm file
6182
6183 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6184
6185         * .version: increased version number to 2.4.3
6186
6187         Adding version extension according to ChangeLog CVS revision
6188         * src/Makefile.in (target all): added dependency 'version.h'
6189         * (rule version.h): added rule to create version.h from ChangeLog,
6190         * (rule dep): added dependency version.h,
6191         * src/version.awk: AWK script to create version.h
6192         * src/SDCCdwarf2.c (dwWriteModule),
6193         * src/SDCCglue.c (initialComments),
6194         * src/SDCCmain.c (printVersionInfo): modified to write after
6195         version string the version extension number,
6196         * src/SDCCutil.c: included "version.h"
6197         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6198         number,
6199         * src/SDCCutil.h: added prototype for getBuildNumber
6200
6201         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6202         includeDirsSet, too,
6203         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6204         const char [] is found in function prototype...
6205
6206         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6207         moving to WREG with source is already in WREG,
6208         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6209         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6210         * (aopForSym): stack'ed symbols are partially supported, added
6211         if-clause to support symbols in FARSPACE,
6212         * (sameRegs): added test for AOP_ACC to see if registers are same,
6213         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6214         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6215         * (pic16_popRegFromString): will not allocate a new register if it
6216         doesn't find one by name, bug may have introduced...
6217         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6218         * (genIpush): revived to use pic16 port's stack,
6219         * (genAddrOf): added incomplete case for stack'ed operand,
6220         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6221         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6222         can handle multibyte operands,
6223         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6224         * (pic16initialComments): added message for MPLAB compatibility
6225         mode enabled,
6226         * src/pic16/main.h: prototype for pic16_mplab_comp,
6227         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6228         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6229         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6230         because of increased complexity of procedure,
6231         * (_process_pragma): stack pragma changed to format 'stack pos len',
6232         emit symbol '_stack_end' to conform with gplink,
6233         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6234         to search for register,
6235         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6236         PO_GPR_REGISTER,
6237         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6238         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6239         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6240         case for PO_GPR_REGISTER,
6241         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6242         dies, the new era is ahead !...
6243         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6244         pic16_dynInternalRegs,
6245         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6246         * (pic16_allocDirReg): minor optimizations and bug fixes,
6247         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6248
6249         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6250         load stack and frame pointer with address of 'stack_end' symbol
6251
6252 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6253
6254         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6255         without source code but only variable initializers
6256
6257 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6258
6259         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6260         external are not declared as extern to reduce overhead while linking
6261
6262 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6263
6264         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6265
6266 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6267
6268         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6269           Yee Keat for the patch
6270         * src/SDCCast.c (decorateType): fixed bug #979599
6271         * src/ds390/gen.h: removed local fReturnSizeDS390
6272         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6273         * src/ds390/gen.c (genAnd, genOr, genXor),
6274         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6275
6276 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6277
6278         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6279         add relFilesSet to $3, manipulate $2 to handle linking of object
6280         files without source files in command line,
6281         * device/include/pic16 (all headers): added ID location macros,
6282         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6283         entries for ID location bytes,
6284         * (pic16_assignIdByteValue): NEW,
6285         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6286         added field dumpcalltree to pic16_options_t,
6287         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6288         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6289         emitting rFalseIfx label after check_carry label,
6290         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6291         pic16_emitDIRegs), NEW
6292         * (pic16glue): dump .calltree file when option --calltree found,
6293         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6294         * (_pic16_genAssemblerPreamble): emit ID locations after
6295         configuration registers,
6296         * (pic16_linkCmd): modifications of the link command,
6297         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6298         * (pic16_pCodeInitRegisters): don't init stack registers,
6299         * (pic16_findPrevInstruction): fixed bug,
6300         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6301         bug with immediate registers,
6302         * (buildCallTree): traces stack push and pop,
6303         * (pct2): dump also stack usage for each function,
6304         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6305         * (pic16_allocDirReg): various modifications,
6306         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6307         fixed to 1,
6308
6309 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6310
6311         * src/pic16/pcode.c: removed buggy double colon
6312
6313 2004-07-01 Borut Razem <borut.razem AT siol.net>
6314
6315         * support/scripts/sdcc.nsi: added include/pic16 to setup
6316
6317 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6318
6319         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6320         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6321         target 'clean',
6322         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6323         specific command line arguments. Also added sample lkr script
6324         for placing a variable at a specific memory bank.
6325         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6326         at a specific memory bank,
6327         * (pic16_dump_isection): fixed bug which caused string literals to
6328         be omitted when dumping idata section,
6329         * (pic16_groupRegistersInSection): added code to handle registers
6330         in specific memory banks,
6331         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6332         public, all references are renamed too,
6333         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6334         AOP_DPTR2,
6335         * (pic16_storeForReturn): added case to handle when dest is WREG,
6336         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6337         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6338         pic16_rel_udata, check to see if that register is marked as being
6339         a member of a specific memory bank,
6340         * (pic16_printIvalCharPtr): added code to add string literals either
6341         to code or the idata sections,
6342         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6343         also accept the 'udata' pragma,
6344         * src/pic16/main.h: new structure types sectName and sectSym
6345         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6346         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6347         * (pic16_findPrevInstruction): fixed, it returned nothing,
6348         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6349         instruction combinations,
6350         * (pic16_FixRegisterBanking): heavily reorganised,
6351         * (pic16_AnalyzeBanking): if generating banksel directives is
6352         disabled, then don't call FixRegisterBanking at all,
6353         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6354         completely removed,
6355         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6356
6357 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6358
6359         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6360         Phuah Yee Keat <yk.phuah AT nestac.com>
6361
6362 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6363
6364         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6365         correctly the IVT even if it is relocated to some other location
6366
6367 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6368
6369         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6370         * device/include/pic16/pic18f2220.h: NEW,
6371         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6372         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6373         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6374         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6375         nodefaultlibs, ivt_loc is the location of the interrupt vector
6376         table, and nodefaultlibs signs that default libraries should not be
6377         linked in link stage,
6378         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6379         according to --ivt-loc argument,
6380         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6381         when pragma stack is found,
6382
6383 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6384
6385         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6386         256 (range check), 257 (do while), 258.a-f (bit banging
6387         f.e. on 3-wire SPI bus)
6388
6389 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6390
6391         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6392         variables used exclusively within a loop
6393
6394 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6395
6396         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6397
6398 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6399
6400         * src/SDCClrange.c (computeClash): fixed bug #971834
6401
6402 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6403
6404         * src/mcs51/gen.c (genCmp): fixed bug #975903
6405         * src/hc08/gen.c (operandsEqu),
6406         * src/ds390/gen.c (operandsEqu),
6407         * src/z80/gen.c (operandsEqu),
6408         * src/pic/gen.c (operandsEqu),
6409         * src/pic16/gen.c (operandsEqu),
6410         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6411         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6412
6413 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6414
6415         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6416
6417 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6418
6419         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6420         default case in switch statement,
6421         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6422         to eliminate problem with initialisation of pointers, but problem
6423         still exists,
6424         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6425         * (emitStaticSegment): removed various lines emitting debug info,
6426         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6427         added processor registers for utilizing EEPROM,
6428         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6429         configurable and set 8
6430
6431 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6432
6433         * .version: increased version number to 2.4.2,
6434
6435         Cumulative patch for pic16 port
6436         * src/pic16/device.c: changed scheme to dump initial values for
6437         variables in idata segment, all print_idata* functions were removed,
6438         now the pic16_printIval* will be called,
6439         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6440         * _pic16_printPointerType, pic16_printPointerType,
6441         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6442         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6443         NEW, similar to the respective functions in SDCCglue.c,
6444         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6445         way, emitting hex bytes,
6446         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6447
6448 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6449
6450         * src/avr/ralloc.c (serialRegAssign),
6451         * src/xa51/ralloc.c (serialRegAssign),
6452         * src/pic/ralloc.c (serialRegAssign),
6453         * src/pic16/ralloc.c (serialRegAssign),
6454         * src/hc08/ralloc.c (serialRegAssign),
6455         * src/z80/ralloc.c (serialRegAssign),
6456         * src/ds390/ralloc.c (serialRegAssign),
6457         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6458
6459 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6460
6461         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6462         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6463
6464 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6465
6466         Cumulative patch for pic16 port:
6467         * src/pic16/device.h (typedef PIC16_device) modified fields for
6468         defining microcontrollers,
6469         * src/pic16/device.c: added new info for all devices in Pics16 array,
6470         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6471         to be optimised out by the pCode optimiser,
6472         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6473         specially, bug reported by G.M. Gallant,
6474         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6475         as force'd so that cannot be optimised out by pCode optimiser,
6476         * src/pic16/pcode.c,
6477         * src/pic16/pcodepeeph.c,
6478         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6479         they are disabled by default, but can be enabled explicit with
6480         command argument --denable-peeps, for testing,
6481         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6482         --pomit-ivt in COMPILE_FLAGS
6483
6484 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6485
6486         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6487           compilation on MSVC
6488
6489 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6490
6491         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6492
6493 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6494
6495         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6496         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6497
6498 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6499
6500         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6501         would only assign 0x300001 register.
6502
6503 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6504
6505         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6506         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6507
6508 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6509
6510         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6511         for ds80c400
6512         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6513         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6514         added peephole 254 (left shift), 255 (jump table)
6515
6516 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6517
6518         * device/lib/Makefile.in: removed comment line with model-pic16,
6519         * (target port-specific-objects-pic16): the libraries and objects
6520         are copied to the build directory form the device/lib/pic16/bin
6521         directory
6522
6523         Cumulative patch concerning pic16 port:
6524         * library directory has been re-organized,
6525         * added support for PIC18F1220,
6526         * added headers and library sources for chips 18f1220,18f6520,
6527         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6528
6529         * configuration registers setting has changed, now each supported
6530         device has a complete description of the registers it uses,
6531         * all initialisations are moved to idata sections, these section
6532         can be absolute or relocatable,
6533         * fixed initialisation of codespace variables,
6534         * fixed warning about PCLATU and gpsim,
6535         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6536         * (genAssign): use table reads when assigning from variables in codespace,
6537         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6538         char/int variables placed in codespace,
6539         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6540         registers set in .asm file, no need for --pomit-config-words anymore,
6541         * (pic16glue): some 8051 legacy segments are commented out
6542         (to be removed completely),
6543         * added support for alternative assembler and linker with --asm=
6544         and --link= command line arguments,
6545         * peepholes are disabled automatically in the port, no need to
6546         specify on command line,
6547         * port supports natively char/int/long multiplication, but converts
6548         all divisions to support functions,
6549         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6550         to the file set in variable $2,
6551         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6552         strings in ASCII format and not in hex,
6553         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6554         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6555         allocate proper register if iCodes aren't temporary,
6556
6557 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6558
6559         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6560
6561 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6562
6563         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6564         is commented out
6565
6566 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6567
6568         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6569         computed address is reused
6570         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6571         multi-byte bitfields
6572
6573 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6574
6575         * src/z80/gen.c: (genArrayInit): must check for pointers too
6576
6577 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6578
6579         * support/regression/tests/zeropad.c: never meant to commit the
6580           nestedstruct test: removed, added check for GCC version
6581
6582 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6583
6584         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6585         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6586         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6587           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6588           bugs 928906 and 954082 half-empty initializers
6589         * src/SDCCsymt.h,
6590         * src/SDCCsymt.c (getAllocSize): added for above fix
6591         * src/z80/gen.c (genArrayInit): fixed bug 741044
6592         * support/regression/tests/zeropad.c: added tests
6593
6594 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6595
6596         * src/pic16/device.c (pic16_dump_section): corrected bug which
6597         caused some symbols of the libraries to be misplaced
6598
6599 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6600
6601         * src/pic16/glue.c,
6602         * src/pic16/ralloc.h,
6603         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6604         to fix conflict with pic port
6605
6606 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6607
6608         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6609         externs configuration variables,
6610         * src/pic16/ralloc.h,
6611         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6612         prototype in header, commented out some debug messages
6613
6614 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6615
6616         * src/pic16/glue.c,
6617         * src/pic16/main.c,
6618         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6619         for gpasm COFF object generation. Thanks to D. Hawkins for
6620         his patch info
6621
6622 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6623
6624         * src/ds390/main.c,
6625         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6626         Brock for spotting this)
6627         * src/ds390/gen.c (genEndFunction),
6628         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6629         interrupt handler and critical. Disable push/pop optimizations when
6630         peephole optimizations disabled.
6631
6632 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6633
6634         Updated pic16 library sources and headers.
6635         * device/lib/pic16/pic18f*/ ,
6636         * device/include/pic16/*.h: modified to handle structured SFR
6637         definitions
6638
6639 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6640
6641         * src/port.h (PORT structure): added hook initPaths, now each
6642         port can declare its own default search paths,
6643         which can been seen with the --print-search-dirs option,
6644         see pic16 port for example,
6645         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6646         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6647         * (doPrintSearchDirs): NEW, replaces in a central manner the
6648         printing of search dirs which was split in set*Paths functions,
6649         * (main): added call to port->initPaths and doPrintSearchDirs,
6650         * src/avr/main.c,
6651         * src/ds390/main.c,
6652         * src/hc08/main.c,
6653         * src/izt/i186.c,
6654         * src/izt/tlcs900h.c,
6655         * src/mcs51/main.c,
6656         * src/pic/main.c,
6657         * src/pic16/main.c: modified port structures to reflect addition of
6658         initPaths hook,
6659
6660         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6661         * (pic16_dump_section): for registers in same address reserve memory once,
6662         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6663         to no_banksel,
6664         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6665         result is greater in size than right or left,
6666         * (pic16_genUMult8X8_8): there are some cases where the result can
6667         be 16 bits size, so handle these,
6668         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6669         * (pic16_outBitC): modified to emit pcodes,
6670         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6671         or not,
6672         * (genDivOneByte): implemented algorithm to divide 8-bits,
6673         * (genCmp): uncommented goto, but issues still exist,
6674         * (genAnd): fixed a bug with variables >8bits,
6675         * (genPackBits): optimization added that uses BCF/BSF to change a
6676         single bit,
6677         * (genAssign): fixed bug when assigning floating point literals,
6678         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6679         __sdcc_gsinit_startup label,
6680         * src/pic16/main.c (_pic16_init): removed search directory
6681         initialisations,
6682         * (_pic16_initPaths): NEW, used to initialise search directories,
6683         * (_hasNativeMulFor): support functions for all except char/int
6684         multiplication, and char division,
6685         * (PIC16_port struct): modified entry for native mul support,
6686         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6687         no_banksel option,
6688         * (buildCallTree): call to register_usage is ifdef'ed out,
6689
6690 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6691
6692         * device/include/string.h: applied Stas Sergeev's patch to make this
6693         header file compatible with the preprocessor -Wundef option
6694         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6695         failure (fixes bug #941458)
6696
6697 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6698
6699         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6700         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6701         that the variable, not the function, should be static
6702         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6703         to be consistent with non-literal case
6704
6705 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6706
6707         * src/SDCCast.c (isConformingBody): fixed bug #949967
6708         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6709         convilong): fixed bug #952086
6710
6711 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6712
6713         * src/SDCCmem.c (allocVariables): fixed bug #955321
6714
6715 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6716
6717         * src/hc08/main.c (_hc08_genAssemblerEnd),
6718         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6719         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6720         completely eliminated the use of a temporary file
6721         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6722         when more than one file linked
6723         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6724
6725 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6726
6727         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6728         which fixes bug #543481
6729         * support/regression/tests/bug-751703.c: fixed comments left from a
6730         cut and paste error
6731         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6732         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6733         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6734         scopes
6735         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6736         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6737         are now changed to underscores in moduleName
6738
6739 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6740
6741         * as/mcs51/lkmem.c: better fix for bug #954173
6742
6743 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6744         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6745
6746         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6747         * device/include/c8051f000.h,
6748         * device/include/c8051f120.h,
6749         * device/include/c8051f300.h,
6750         * device/include/c8051f310.h,
6751         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6752         PWM16) and detab'ed
6753
6754 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6755
6756         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6757         and mailing lists, doc'ed --no-peep-comments, removed reference
6758         to knoppix (newest version has no LyX/LaTeX), other minor changes
6759         * src/SDCCglue.c (glue): save 2 bytes stack space with
6760         option --main-return. The ljmp could probably be avoided too
6761
6762 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6763
6764         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6765
6766 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6767
6768         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6769         * src/SDCCopt.c (isLocalWithoutDef),
6770         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6771         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6772         (credit to Maarten Brock for patch #949363, on which this is based)
6773         * support/regression/tests/bug-751703.c: some test cases of extern used
6774         within inner scopes.
6775
6776 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6777
6778         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6779         SPEC_STRUCT
6780         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6781         struct definitions
6782         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6783         dwWriteLabel): fix to create valid debugger symbols even when
6784         the module name has non-alphanumeric symbols in it
6785         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6786         when a variable's allocation has been optimized away
6787
6788
6789 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6790
6791         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6792         * src/hc08/main.c,
6793         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6794         * src/mcs51/main.c,
6795         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6796         * src/ds390/main.c,
6797         * src/z80/gen.c (z80_emitDebuggerSymbol),
6798         * src/z80/main.c,
6799         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6800         * src/pic/main.c,
6801         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6802         * src/pic16/main.c,
6803         * src/avr/gen.c (avr_emitDebuggerSymbol),
6804         * src/avr/main.c,
6805         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6806         * src/xa51/main.c,
6807         * src/SDCCdebug.c (emitDebuggerSymbol),
6808         * src/SDCCdebug.h,
6809         * src/port.h: added a debugger struct to the port struct. Added a
6810         callback for defining debugger symbols
6811
6812         * src/SDCCast.c (createLabel),
6813         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6814         with isitmp = 1
6815         * src/SDCCicode.h,
6816         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6817         iCode back to the ast for the function
6818
6819         * src/hc08/ralloc.c (hc08_assignRegisters),
6820         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6821         unneeded fields from the regs struct.
6822         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6823         pushReg() & pullReg() functions instead of emitcode()
6824
6825         * src/hc08/gen.c (genLabel, genhc08Code),
6826         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6827
6828         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6829         debugger hooks
6830
6831         * src/hc08/gen.c (genEndFunction, genhc08Code),
6832         * src/hc08/gen.h,
6833         * src/mcs51/gen.c (genEndFunction, gen51Code),
6834         * src/mcs51/gen.h,
6835         * src/ds390/gen.c (genEndFunction, gen390Code),
6836         * src/ds390/gen.h,
6837         * src/z80/gen.c (genEndFunction, genZ80Code),
6838         * src/z80/gen.h,
6839         * src/z80/z80.h,
6840         * src/pic/gen.c (genEndFunction, genpic14Code),
6841         * src/pic/gen.h,
6842         * src/pic16/gen.c (genEndFunction, genpic16Code),
6843         * src/pic16/gen.h,
6844         * src/avr/gen.c (genEndFunction, genAVRCode),
6845         * src/avr/gen.h,
6846         * src/xa51/gen.c (genEndFunction, genXA51Code),
6847         * src/xa51/gen.h,
6848         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6849         specific code to cdbFile.c and out of the backend code generators
6850
6851         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6852         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6853         starting address is now 0
6854
6855         * as/hc08/asm.h,
6856         * as/hc08/m08pst.c,
6857         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6858         assembler directive for DWARF support
6859         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6860
6861         * src/src.dsp,
6862         * src/Makefile.in,
6863         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6864
6865 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6866
6867         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6868         and inappropriate peephole optimization in jump tables
6869
6870 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6871
6872         * as/hc08/m08pst.c,
6873         * src/SDCCglue.c: sdccopt works for the hc08 port now
6874
6875 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6876
6877         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6878
6879 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6880
6881         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6882
6883 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6884
6885         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6886         rules
6887         * src/SDCCmain.c,
6888         * src/SDCCglobl.h,
6889         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6890         comments from the peephole optimizer replacement rules
6891         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6892         symbols
6893         * src/SDCCcse.c (updateSpillLocation),
6894         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6895         equivalents
6896         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6897         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6898         objects far pointers
6899
6900 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6901
6902         * src/SDCCsymt.h: a missing part of my last change
6903         * src/pic/ralloc.c (regTypeNum),
6904         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6905
6906 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6907
6908         * src/SDCCicode.h,
6909         * src/SDCCicode.c (aggrToPtrDclType),
6910         * src/SDCCptropt.h,
6911         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6912         ptrPseudoSymConvert),
6913         * src/pic/ralloc.c (regTypeNum),
6914         * src/pic16/ralloc.c (regTypeNum),
6915         * src/hc08/ralloc.c (regTypeNum),
6916         * src/ds390/ralloc.c (regTypeNum),
6917         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6918         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6919
6920 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6921
6922         * link/z80/lkmain.c (afile),
6923         * as/hc08/lkmain.c (afile),
6924         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6925         prevent a pointer problem when a filename has no directory and
6926         no extension specified.
6927
6928 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6929
6930         * link/z80/lkmain.c (afile): allow periods in directory names
6931         * link/z80/lkmain.c (afile),
6932         * as/mcs51/lkmain.c (afile),
6933         * as/hc08/lkmain.c (afile): allow linker script file to have an
6934         extension other than ".lnk"
6935         * link/z80/lklex.c (getfid),
6936         * link/z80/lkmain.c (parse),
6937         * as/mcs51/lklex.c (getfid),
6938         * as/mcs51/lkmain.c (parse),
6939         * as/hc08/lklex.c (getfid),
6940         * as/hc08/lkmain.c (parse): Support comments in the linker script
6941         file on lines by themselves and after filenames
6942
6943 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6944
6945         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6946
6947 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6948
6949         * src/z80/peeph-z80.def: removed some peephole rules that don't
6950         work with multibyte arithmetic (fixed bug #937126)
6951         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6952         to registers and not global variables
6953         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6954         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6955         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6956         checking for assignments not internally generated (fixed bug #931895)
6957         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6958         structure member (fixed bug #930072)
6959
6960 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6961
6962         * src/SDCCmain.c (linkEdit),
6963         * src/hc08/main.c (_hc08_parseOptions),
6964         * as/hc08/Makefile.in,
6965         * as/hc08/aslink.h,
6966         * as/hc08/asm.h,
6967         * as/hc08/m08pst.c,
6968         * as/hc08/lkrloc.c (relr, rele),
6969         * as/hc08/lkarea.c (lnkarea)
6970         * as/hc08/lkmain.c (afile, parse),
6971         * as/hc08/lkelf.c: support for ELF output
6972         * as/hc08/lks19.c (s19),
6973         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6974
6975 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6976
6977         * as/mcs51/lkihx.c: Fixed bug #899105.
6978
6979 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6980
6981         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6982         .dsp files from Unix to DOS.
6983
6984 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6985
6986         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6987         function pointers; we have been compliant for several months now.
6988         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6989         change that was accidently commented out
6990         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6991         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6992         bug #922319
6993
6994 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6995
6996         * src/hc08/gen.c: output of all of the internal debugging information
6997         is now controlled by the D() macro; it is disabled by default
6998
6999 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7000
7001         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
7002         harder to keep the same registers during a CAST iCode
7003         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
7004         long via int can be done in a single cast, if the signedness is
7005         correct.
7006         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
7007         putchar() in tinibios.c in ds390's library
7008
7009 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
7010
7011         * src/SDCCast.c (decorateType): fixed bug #898889,
7012         cast result of a literal complement too
7013         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
7014         fixed check for bitfields
7015
7016 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
7017
7018         * src/SDCCicode.c (geniCodeLogic): made it static,
7019         (geniCodeLogicAndOr): added in order to fix bug #905492,
7020         (ast2iCode): fixed bug #905492
7021         * support/regression/tests/bug-905492.c: added
7022         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
7023         (processParms): fixed bug #927659: don't copy parms, this will clear
7024         decorated flag
7025         * support/regression/tests/bug-927659.c: added
7026
7027 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
7028
7029         * src/SDCCast.c (addCast): don't cast float to char
7030         * device/lib/libsdcc.lib: added _memmove
7031
7032 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
7033
7034         * device/lib/large/Makefile: fixed parallel execution by
7035         replacing `make` by `$(MAKE)`
7036
7037 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7038
7039         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
7040         offsets (fixes bug #923936)
7041
7042 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
7043
7044         * device/lib/small/Makefile: fixed parallel execution by
7045         replacing `make` by `$(MAKE)`
7046
7047 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7048
7049         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
7050
7051 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7052
7053         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7054         * src/regression/Makefile: Regression test was not running.
7055
7056 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7057
7058         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7059         complement if possible
7060         * src/SDCCval.c (valComplement),
7061         * src/SDCCicode.c (operandOperation): fixed complement of literal
7062         * support/regression/tests/onebyte.c (testComplement): added
7063
7064 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7065
7066         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7067         return an optimized tree; actually replace actParm with the new tree
7068         * src/SDCCast.h: added some parantheses to remove side effects
7069         * support/regression/tests/bug-920866.c
7070
7071 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7072         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7073         Bit operands were not being handled properly in the pic14 port.
7074         (now src/regression/add.c passes again).
7075
7076 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7077
7078         * src/SDCC.y (labeled_statement): case and default no longer require
7079         a following statement (RFE #893037)
7080
7081 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7082
7083         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7084         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7085         disabled (fixes bug #916294)
7086         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7087         "mov a,acc"; patch provided by Lenny Story
7088         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7089
7090 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7091
7092         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7093         functions
7094         * src/ds390/gen.c (genFunction, genEndFunction),
7095         * src/ds390/ralloc.c (ds390_assignRegisters),
7096         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7097         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7098         pushed if there are parameters passed on the stack. Also, a cleaner
7099         way to decide if r0/r1 should be pushed/popped. (Together they fix
7100         bug #918693)
7101
7102 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7103
7104         * doc/sdccman.lyx,
7105         * device/lib/mcs51/crtpagesfr.asm,
7106         * device/lib/mcs51/crtxinit.asm,
7107         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7108         to avoid confusion with Si Lab's SFRPAGE register.
7109
7110 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7111
7112         * src/SDCCglue.c (emitMaps): allow public sfr variables
7113         * src/SDCCglue.c (initialComments): include compiler build date
7114         with compiler version and put the timestamp of the generated
7115         assembly file on a serperate line to be less confusing.
7116         * src/port.h: added genInitStartup hook
7117         * src/avr/main.c,
7118         * src/ds390/main.c,
7119         * src/hc08/main.c,
7120         * src/pic/main.c,
7121         * src/pic16/main.c,
7122         * src/xa51/main.c,
7123         * src/z80/main.c: genInitStartup initialize as NULL (default to
7124         historical behaviour)
7125         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7126         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7127         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7128         library instead of hard coding it into the compiler.
7129         * support/regression/ports/mcs51-stack-auto/spec.mk,
7130         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7131         * device/lib/mcs51/Makefile,
7132         * device/lib/small/Makefile,
7133         * device/lib/large/Makefile,
7134         * device/lib/mcs51/crtpagesfr.asm,
7135         * device/lib/mcs51/crtstart.asm,
7136         * device/lib/mcs51/crtxclear.asm,
7137         * device/lib/mcs51/crtxinit.asm,
7138         * device/lib/mcs51/crtclear.asm,
7139         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7140         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7141         and into user configurable files.
7142         * device/lib/clean.mk: clean mcs51 directory too
7143         * support/regression/tests/longlit.c: added static to T1 declaration
7144         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7145         accesses in the initialization code
7146
7147 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7148
7149         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7150         OSCTRIMVAL as noted in bug #916008
7151
7152 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7153
7154         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7155         in loops with multiple exits (reported as incorrect registers
7156         used by Martin Helmling in Sdcc-user list)
7157
7158 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7159
7160         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7161         made ds390 register extensions look less like error messages
7162
7163 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7164
7165         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7166         reported by Adam Wozniak in Sdcc-user list
7167
7168 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7169
7170         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7171         arithmetic optimizations, added debug output
7172
7173 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7174
7175         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7176         * sdcc.spec: updated and split sdcc into 3 rpms
7177         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7178         needed for literals of LEFT_OP and '+'
7179         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7180         introduced RESULT_TYPE_NOPROM
7181         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7182         left shift
7183         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7184         limited promotion to int only for '*'
7185         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7186
7187 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7188
7189         * src/pic16/gen.c (genSkip),
7190         (genc16bit2lit), (gencjneshort): commented out
7191         (is_LitOp): new helper function, checks operand type
7192         (genCmpEq): rewritten
7193
7194 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7195
7196         * support/regression/tests/bug-908454.c: added
7197
7198 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7199
7200         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7201         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7202         (geniCodeCast): cosmetic, don't preserve bit storage class
7203         (geniCodeLeftShift): added promotion
7204         (geniCodeLogic): fixed regression
7205         * src/SDCCsymt.c (computeTypeOr): accept bits too
7206         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7207
7208 2004-03-07  Borut Razem <borut.razem AT siol.net>
7209
7210         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7211
7212 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7213
7214         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7215         version of pic16_genPackRegisters which does not check if ic is a
7216         CAST operator,
7217         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7218         function cause string1.c regression test fails
7219
7220 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7221
7222         * sim/ucsim/configure.in,
7223         * sim/ucsim/configure,
7224         * sim/ucsim/doc/Makefile.in: use docdir
7225         * src/SDCC.y: fixed sbit atrributes
7226         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7227         * src/SDCCast.c (decorateType): |^& need special promotion handling
7228         * src/SDCCast.h,
7229         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7230         * src/SDCCsymt.h (computeType),
7231         * src/SDCCicode.c: computeType() needs op
7232         * src/SDCCsymt.c (checkTypeSanity),
7233         * doc/sddman.lyx: "plain" bitfields are unsigned
7234         * src/SDCCsymt.c (computeTypeOr): added
7235         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7236         |^& ops
7237         * src/SDCCval.c (val*): computeType() needs op
7238         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7239         * support/regression/tests/onebyte.c: added tests for |^&
7240
7241 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7242
7243         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7244         for writing icode into asm output.
7245
7246 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7247
7248         * src/pic16/device.c: added some debug lines enabled
7249         with macro DEBUG_CHECK,
7250         * src/pic16/genarith.c: more debug in genPlus,
7251         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7252         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7253         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7254         * (aopForSym): onStack symbols are re-placed in data memspace,
7255         and onStack flag is cleared,
7256         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7257         copy temporary pcodeop,
7258         * (genPcall): added warning for not updating PCLATU,
7259         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7260         always true for pic16 port,
7261         * (genMultOneWord): NEW, supports integer multiplication,
7262         * (genMult): modified to call genMultOneWord,
7263         * (ifxForOp): added warning when return NULL,
7264         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7265         flag is set before call to operandFromSymbol for implicit
7266         added structures,
7267         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7268         options.intlong_rent are set by default,
7269         * (_hasNativeMulFor): modified to allow port generation of integer
7270         multiplication,
7271         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7272         set regtype to REG_SFR for all registers, restricting seting the
7273         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7274
7275 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7276
7277         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7278         more than 500 times in the regression tests
7279
7280 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7281
7282         * support/Util/SDCCerr.h,
7283         * support/Util/SDCCerr.c,
7284         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7285         enumerator_list),
7286         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7287         for symbol conflicts.
7288         * support/valdiags/tests/enum.c,
7289         * support/valdiags/tests/tentdecl.c,
7290         * support/valdiags/tests/struct.c: expect possible error messages
7291         referring to original symbol definitions.
7292         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7293         * src/SDCCsymt.h,
7294         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7295
7296 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7297
7298         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7299
7300 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7301
7302         * src/pic16/ralloc.c (newReg): fixed bug #908929
7303
7304 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7305
7306         * src/ds390/gen.c: added missing #include "main.h"
7307
7308 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7309
7310         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7311         checking if symbol is already in set,
7312         * src/pic16/device.h: prototype for checkAddSym,
7313         * src/pic16/gen.c: (_G): added entry interruptvector,
7314         * (assignResultValue): removed some commented out lines,
7315         * (genFunction): check for ISR via sym->type, absolute section for
7316         interrupt code is created via a new pBlock, the goto instruction is
7317         placed now correctly at the interrupt vector position, changed all
7318         references from ivec to _G.interruptvector,
7319         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7320         is the interrupt is a high priority one, same for return from ISR,
7321         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7322         externs to calls of checkAddSym,
7323         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7324         pic16_pcode_verbose flag is set,
7325         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7326         * src/pic16/pcoderegs.c: message about how many registers are saved
7327         will only be emitted if pic16_pcode_verbose flag is set,
7328
7329 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7330
7331         * src/ds390/ralloc.h,
7332         * src/ds390/ralloc.c (ds390_regWithIdx),
7333         * src/ds390/gen.c (emitcode),
7334         * src/ds390/main.h,
7335         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7336         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7337         ds390operandCompare, getRegsRead, getRegsWritten,
7338         initializeAsmLineNode): customized instruction size calculation for
7339         ds390, started basis for some register optimizations
7340         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7341         corresponding assembly output
7342         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7343         missing push/pop of r0/r1. Optimized push/pops
7344
7345 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7346
7347         * src/mcs51/main.c (instructionSize): fixed ACALL size
7348         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7349
7350 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7351
7352         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7353         the sorting of rlist with NULL elements
7354         * (print_idataType, print_idata): NEW to create idata sections
7355         * src/pic16/device.h: idataSymSet new variable
7356         * src/pic16/gen.c (genFunction): fixed some bugs in string
7357         comparing, improved the absolute section creation for ISRs,
7358         added FSR0L/FSR0H in registers that are saved in an ISR,
7359         * (genInline): fixed the processing of inline snippets,
7360         now they undergo no process by the peephole optimizer
7361         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7362         are placed in idataSymSet,
7363         * (pic16emitStaticSeg): extern symbols are added in externs,
7364         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7365         switching when aboslute variables are placed in access bank memory
7366         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7367         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7368         commented out with #if,
7369         * (pic16_packRegisters): reintroduce the check for CAST because some
7370         symbols are not correctly handled,
7371         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7372         pCodeInstruction instead of pCode,
7373         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7374         pCodeAsmDir definition,
7375         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7376         directive, then the argument directive is emitted without the leading
7377         tab, hack for inline labels which must be in the first column,
7378         * (compareLabel,pic16_findNextInstruction),
7379         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7380         * (insertBankSwitch): modified for the new pCodeAsmDir,
7381
7382 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7383         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7384
7385         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7386         instance,
7387         * (pushSide): commented out with #if,
7388         * (assignResultValue): fixed some typos in saving
7389         registers,
7390         * (genPcall): FIXED and sync'ed with genCall,
7391         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7392         * (genNearPointerGet): fixed to handle some more cases,
7393         implementation scheme via table reads,
7394         * (genConstPointerGet): modified to access code memory correct,
7395         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7396         and improved to handle some cases
7397         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7398         instead of "RETLW" for init data
7399         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7400         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7401         variables are placed in access bank memory (<0x80 and >=0xf80),
7402         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7403         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7404         TBLWT_POSTDEC,TBLWT_PREINC
7405         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7406         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7407         directives
7408         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7409         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7410         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7411         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7412
7413 2004-02-29  Borut Razem <borut.razem AT siol.net>
7414
7415         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7416         support/Util/findme.h, support/Util/system.h: enhance binary relative
7417         search for lib and include by using findProgramPath()
7418
7419 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7420
7421         * src/SDCCpeeph.h,
7422         * src/SDCCpeeph.c (pcDistance),
7423         * src/port.h,
7424         * src/mcs51/ralloc.h,
7425         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7426         * src/mcs51/main.h,
7427         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7428         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7429         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7430         size calculation port specific, started basis for some register
7431         optimizations
7432         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7433         missing push/pop of r0/r1. Optimized push/pops
7434         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7435         * device/lib/_modsint.c (_modsint),
7436         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7437         and stack version so regression tests pass
7438
7439 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7440
7441         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7442         * src/SDCCast.c (decorateType): catch another small optimization
7443         with '?' operator
7444         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7445         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7446         modified to finally use computeType() all over SDCC,
7447         see Feature Request #877103
7448         * src/SDCCval.h: cosmetic
7449         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7450         valCompare(); regression tested in muldiv.c
7451         * support/regression/tests/muldiv.c (testMod): mod sign follows
7452         dividend only
7453
7454 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7455
7456         * src/SDCCast.c (decorateType): fixed bug #902362
7457         * doc/INSTALL.txt: fixed install instructions for win32
7458
7459 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7460
7461         * device/include/Makefile.in (install): fixed by replacing spaces
7462         by tabs
7463         * doc/README.txt,
7464         * doc/INSTALL.txt: updated for release
7465         * doc/sdccman.lyx: added warning for --xstack being buggy
7466
7467 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7468
7469         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7470         to eliminate build warnings.
7471         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7472
7473 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7474            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7475
7476         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7477         removed -penable-stack, added comment for stack pragma, added
7478         warning for not initializing the stack/frame registers, removed
7479         comment at interrupts section
7480
7481         Stack is made permanent, there is no ability to disable stack usage.
7482         * src/pic16/device.h,
7483         * src/pic16/device.c: removed all references to USE_STACK macro,
7484         * src/pic16/device.c (pic16_dump_section): when no elements in
7485         rlist, free rlist before return,
7486         * (pic16_dump_int_registers): NEW, internal registers are a new set
7487         of general purpose registers reused by each function,
7488         * (checkAddReg): returns 1 if registers is added to set,
7489         * (pic16_groupRegistersInSection): when a registers is of type
7490         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7491         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7492         SRCASECMP macro is moved here from device.c
7493         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7494         PO_PCLATU, PO_PRODL, PO_PRODH,
7495         * (pic16_pCodeOpType, genMinus,
7496         changed compares to "a" register, with AOP_ACC,
7497         * (pic16_genPlus): fixed some bugs and indented properly,
7498         * (pic16_addSign): changed size to size+offset in the MOVWF
7499         instruction,
7500         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7501         multiply 8-bit operand by literal, result is 8-bit,
7502         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7503         multiply 2 8-bit operand, result is 8-bit,
7504         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7505         genUMult8X*_16,
7506         * src/pic16/gen.c: changed accUse to contain WREG only,
7507         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7508         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7509         true, do not use immediate addressing any more unless sym is a
7510         pointer in codespace,
7511         * (aopForRemat): do not use immediate addressing when symbol not in
7512         codespace and when symbol's address is requested,
7513         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7514         accUse size (= 1),
7515         * (aopGet): added case for AOP_ACC and don't return "accumulator
7516         bug" but WREG instead,
7517         * (popGetTempReg): pushes contents of temporary register in stack,
7518         * (popReleaseTempReg): pops contents of temporary register from
7519         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7520         * (pic16_popGet): separated case AOP_ACC to return register WREG
7521         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7522         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7523         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7524         the use of immediate pointers to certain cases only.
7525
7526         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7527         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7528         * (assignResultValue, genCall, genRet): modified to use the new
7529         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7530         genPcall is still broken,
7531         * (genFunction): added code to create 'A' type pBlocks when
7532         interrupt functions are generated, code not extensively tested yet,
7533         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7534         * (genEndFunction): modified so ISRs pop stored registers from stack,
7535         * (genMultOneByte): cleanup,
7536         * (AccRsh): added flag andmask, to and result with appropriate mask,
7537         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7538         * (genDataPointerGet): fixed and reenabled its use,
7539         * (genNearDataPointerGet): bugs fixed,
7540         * (genDataPointerSet): bugs fixed,
7541         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7542         pic16_DumpSymbol, pic16_DumpOp,
7543         * src/pic16/genutils.h: function prototypes for the above functions,
7544         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7545         pointers,
7546         * (pic16emitRegularMap): many many many improvements, but needs a
7547         major cleanup,
7548         * src/pic16/main.c: enable_stack in pic16_options is removed,
7549         * (_pic16_parseOptions): removed command line options -penable-stack,
7550         * (_process_pragma): emit stack symbol only when stack pragma is
7551         processed,
7552         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7553         redirected to FSR0L/FSR0H pair,
7554         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7555         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7556         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7557         for immediates,
7558         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7559         * (dumpPicOptype): NEW,
7560         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7561         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7562         with movff instruction,
7563         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7564         added pic16_int_regs, some packRegsFor* functions are commented out,
7565         because produce errors,
7566         * src/pic16/NOTES: minor modifications
7567
7568 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7569
7570         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7571         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7572         --pack-iram.
7573         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7574         * as/mcs51/lkaomf51.c: fixed bug #895763
7575
7576 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7577
7578         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7579
7580 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7581
7582         * doc/sdccman.lyx: added details about the HC08 storage classes and
7583         interrupts, fixed the register usage info for z80 & gbz80
7584
7585 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7586
7587         * doc/sdccman.lyx: added more pic16 port documentation
7588         * device/include/pic16/: added header pic18fregs.h
7589
7590 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7591
7592         * doc/sdccman.lyx: added Vangelis' contribution
7593
7594 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7595
7596         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7597         extend to the next CALL or PCALL, not just to the next CALL.
7598
7599 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7600
7601         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7602
7603 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7604
7605         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7606         bug #895752 and a better fix for bug #716790
7607
7608 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7609
7610         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7611
7612 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7613
7614         * doc/sdccman.lyx: minor changes, minor changed
7615
7616 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7617
7618         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7619         which can't handle SDCC_NEWONEBYTEOPS,
7620         (geniCodeMultiply): removed conversion from mult to shift for pic14
7621         and pic16
7622
7623 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7624
7625         * src/hc08/gen.h,
7626         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7627         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7628         thus fixing bug #895406
7629
7630 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7631
7632         * device/lib/_modsint.c,
7633         * device/lib/_modslong.c: sign follows divisor only
7634         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7635         signs or signedness can be ignored
7636         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7637         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7638         added optimization for IFX,
7639         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7640         arguments;
7641         reenabled optimization for IFX, which was removed on 2004-01-11
7642         * src/SDCCast.h: added return type IFX
7643         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7644         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7645         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7646         SDCC_OLDONEBYTEOPS selects the old behaviour
7647         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7648         changed again and commented promotion rule
7649         * src/SDCCval.c (valDiv): promotion no longer necessary
7650         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7651         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7652         rewritten
7653         * support/regression/tests/onebyte.c: added
7654
7655 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7656
7657         * gen.c (genInline): reverted to old code for assemnling inline
7658         code because of bug reported James Chadd
7659
7660 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7661
7662         * ralloc.h: missing declarations from previous patch,
7663         seems that patch for ralloc.h was never applied, fixed
7664
7665 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7666            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7667
7668         * pcode.c,
7669         * pcode.h,
7670         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7671         indirect addressing. Marked FSR0 as deprecated
7672         * gen.c (pointerCode): commented out, not needed now
7673         (pic16_popGet2p): new MOVFF helper function
7674         (genGenPointerGet),
7675         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7676         (shiftRLong): removed duplicate debugging info
7677
7678 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7679
7680         * src/ds390/gen.c (genNearPointerGet),
7681         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7682         optimization with bits, but not bitfields.
7683         * src/ds390/ralloc.c (packRegisters),
7684         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7685
7686 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7687
7688         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7689
7690 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7691
7692         * src/SDCCsymt.h,
7693         * src/SDCCicode.c (operandFromSymbol),
7694         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7695         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7696         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7697         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7698         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7699         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7700         bug #892038
7701         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7702         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7703         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7704         * src/SDCCsymt.c (newSymbol),
7705         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7706         enumerator_list),
7707         * src/SDCCval.h,
7708         * src/SDCCval.c (newiList): fixed bug #885705
7709
7710 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7711
7712         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7713         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7714
7715 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7716
7717         * device/include/c8051f120.h,
7718         * device/include/c8051f300.h,
7719         * device/include/c8051f310.h: added/updated header files for Silicon
7720         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7721         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7722         in new section Submitting patches
7723
7724 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7725
7726         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7727         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7728         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7729         genGenPointerSet),
7730         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7731         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7732         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7733         genGenPointerSet),
7734         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7735         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7736         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7737         genGenPointerSet),
7738         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7739         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7740         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7741         genGenPointerSet): fixed bug #892400
7742         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7743         to eliminate build warnings.
7744         * src/SDCCast.c (processParms),
7745         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7746         fixed bug 751859
7747         * support/valdiag/valdiag.py: added GCC to the list of defines active
7748         when compiling with gcc
7749
7750 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7751
7752         * support/Util/SDCCerr.h,
7753         * support/Util/SDCCerr.c,
7754         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7755         with an incomplete type (fixed bug #883734)
7756         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7757
7758 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7759
7760         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7761
7762 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7763
7764         * src/SDCCast.c (decorateType),
7765         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7766         function pointer implementation
7767         * support/regression/tests/funptrs.c: added tests to verify both forms
7768         of function pointers work correctly. Added tests to verify parameters
7769         are passed in the correct order.
7770
7771 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7772
7773         * device.c (regCompare): registers are sorted by ascending
7774         address and increasing size,
7775         * main.c (_pic16_finaliseOptions): removed the declaration
7776         of compiler macro MCU. Now a macro of the format pic18fxxxx
7777         will be defined from the command line
7778
7779 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7780             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7781
7782         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7783         PCOP_RLCF was overwritten!
7784         * gen.c (genSkip): commented out calls to pic16_emitcode,
7785         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7786         * (genlshTwo),
7787         * (genRRC): added debugging info,
7788         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7789         overwritten while shifting,
7790         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7791         overwritten while shifting,
7792         * (AccLsh),
7793         * (AccRsh),
7794         * (shiftLLeftOrResult),
7795         * (shiftRLeftOrResult),
7796         * (shiftRLong),
7797         * (shiftLLong): Implemented with pic16_emitpcode
7798         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7799         * (genLeftShift): Fixed bug, operand for shift by variable always
7800         was "and"ed with 0x0f,
7801         * (genLeftShiftLiteral),
7802         * (genrshTwo),
7803         * (genRightShiftLiteral): added debugging info,
7804         * (genrshFour): added comment,
7805         * (genRightShift): determined signedness from operand "left"
7806         instead of "result"
7807
7808 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7809
7810         * src/SDCCicode.c (geniCodeParms),
7811         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7812         function pointers, fixed function pointer bugs #861242 and #861896
7813
7814 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7815
7816         * device/include/c8051f000.h,
7817         * device/include/c8051f120.h,
7818         * device/include/c8051f300.h: added header files for Silicon
7819         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7820
7821 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7822
7823         * src/SDCCast.c (processParams): added new type flow and restructured
7824         (gatherAutoInit): added new type flow
7825         (addCast): cosmetic changes
7826         (getLeftResultType): added new type flow for array indices, patch
7827         provided by Stas, see FR #877103
7828         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7829         array index patch by Stas
7830         * src/SDCCast.h: added prototype getResultTypeFromType()
7831         * src/SDCCval.h,
7832         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7833         * src/pic/glue.c (pic14emitStaticSeg),
7834         * src/pic16/glue.c (pic16emitStaticSeg),
7835         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7836         for initialization of symbols
7837         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7838         * support/Util/SDCCerr.h:
7839         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7840         * .version: bumped version number to 2.3.8
7841         * device/include/Makefile.in (install),
7842         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7843         avoid warnings
7844
7845 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7846
7847         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7848         Slade Rich fixed an optimization bug
7849         * src/pic/pcodepeep.c,
7850         * src/pic/pcoderegs.c
7851         * doc/Makefile (install): added test for directory
7852
7853 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7854
7855         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7856         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7857         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7858         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7859         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7860         * as/mcs51/asexpr.c (term),
7861         * as/hc08/asexpr.c (term): fixed bug #887146
7862
7863 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7864
7865         * src/z80/gen.c (genMult): handle single byte result product
7866         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7867         DUMMY_READ_VOLATILE (fixed bug #886367)
7868
7869 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7870
7871         * support/regression/tests/libmullong.c: fixed logic, on little endian
7872         hosts we ended without a mullong_wrapper()
7873
7874 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7875
7876         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7877         virus/worm forged address usage.
7878
7879 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7880
7881         Fixed promotion, it should be done on AST level:
7882         * src/SDCCast.c (addCast): added promotion to int
7883         (decorateType): updated call to upCast()
7884         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7885         usualUnaryConversions()
7886
7887 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7888
7889         * support/regression/tests/literalop.c (mulWrapper): Added a
7890         wrapper to remove integer overflow warnings.
7891
7892         * support/regression/tests/float_trans.c: Made work on host.
7893
7894         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7895         location of sz80.
7896
7897         * support/regression/generate-cases.py (main): Changed from inline
7898         to a main method.
7899
7900         * doc/Makefile (install): Changed to depth first to get rid of
7901         missing directory install warning.
7902
7903         * as/Makefile (install-doc): Made work on Mac.
7904
7905 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7906
7907         * src/SDCCast.c: added an additional type flow in decorateType() of
7908         opposite direction, see feature request #860006; it's enabled at runtime
7909         by setting the environment variable SDCC_NEWTYPEFLOW
7910         * src/SDCCast.h: changed prototype of decorateType()
7911         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7912         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7913         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7914         see feature request #877103
7915         * src/SDCCval.c: updated call of decorateType()
7916         (valBitwise): fixed bug #882876
7917         (valMinus): added promotion
7918         (valLogicAndOr): result is unsigned
7919         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7920         * src/SDCCsymt.c (computeType),
7921         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7922         must not cause an unsigned operation
7923         * src/pic/glue (pic14emitRegularMap),
7924         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7925
7926 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7927
7928         * src/pic/pcode.c (PCodeID): commented out left over debug code
7929
7930 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7931
7932         * support/valdiag/tests/overflow.c: added shift tests
7933         * src/pic/device.c,
7934         * src/pic/gen.c,
7935         * src/pic/gen.h,
7936         * src/pic/glue.c,
7937         * src/pic/main.c,
7938         * src/pic/pcode.c,
7939         * src/pic/pcode.h,
7940         * src/pic/pcodepeep.c,
7941         * src/pic/pcoderegs.c,
7942         * src/pic/ralloc.c,
7943         * src/pic/ralloc.h: applied patch from Slade Rich;
7944         added support for multiple code pages and multiple RAM banks on the
7945         PIC 14 port. The ASM files now no longer simply assume all the
7946         code / RAM are in the same page / bank. This means the linker can
7947         safely allocate code/RAM of separate ASM files to different pages/banks.
7948         * doc/sdccman.lyx: added Slade's tips
7949         * src/mcs51/peeph.def: fixed bug #880768
7950
7951 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7952
7953         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7954         * src/SDCCast.c (decorateType): fixed bug #880197
7955
7956 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7957
7958         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7959         getopt.h.
7960
7961         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7962         strtof is not part of C89 and isn't included with Mac OS X.
7963
7964 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7965
7966         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7967         shiftL2Left2Result): fixed bug #879326
7968         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7969         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7970         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7971         address fetch for clr instruction
7972         * device/lib/hc08/_mulint.c: created optimized assembly version
7973         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7974
7975 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7976
7977         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7978         proposed in FR #877103
7979
7980 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7981
7982         * src/SDCCval.c (cheapestVal): added missing checks
7983         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7984         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7985
7986 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7987
7988         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7989         equal operands
7990
7991 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7992
7993         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7994         loaded with the linker search paths (-L arguments) and the libraries
7995         to be linked with the current source (-l arguments). Changes
7996         currently will affect only the pic16 port.
7997         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7998         include path the port specific paths and port specific libraries,
7999         * gplink command now contains the $3 argument,
8000         * src/pic16/device.h,
8001         * src/pic16/device.c,: structure PIC_device is made public and
8002         renamed to PIC16_device, the same for variable Pics which is renamed
8003         to Pics16. Updated all references to them.
8004         * src/pic16/glue.c (pic16glue): corrected bug with code
8005         initialization which bypassed the variable initializations block.
8006
8007         * device/lib/pic16/Makefile.rules: removed --penable-stack from
8008         COMPILE_FLAGS and added the --nostdinc option
8009
8010 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8011
8012         * device/include/mc68hc908jb8.h: Register defs for another member
8013         of the hc08 family. Contributed by Bjorn Bringert - thanks!
8014
8015 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
8016
8017         Documenting changes from previous commits.
8018         * configure.in (version 1.56),
8019         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
8020         when generating output files to configure the pic16 library,
8021         but now I've commented it out, since gputils aren't installed in the
8022         SF compile farm, so library won't compile
8023
8024         * device/lib/Makefile.in (version 1.56): initially I've added in
8025         target 'all' the prerequestive 'model-pic16' so it compiled the
8026         pic16 library, but now I've commented it out for the same reasons
8027         above,
8028         * added targets 'model-pic16' and 'objects-pic16' to compile the
8029         library
8030         * added target 'port-specific-objects-pic16' to handle the
8031         generated libraries and copy them into the build/ directory
8032         * added target 'clean-intermediate-pic16' to clean intermediate
8033         files into pic16 directory
8034         * in target 'installdirs' added line to create directory pic16 in
8035         the installation path
8036
8037         * device/include/Makefile.in (version 1.11): in target 'install'
8038         added lines to copy all header files to installation path,
8039         * in target 'installdirs' added line create directory for pic16
8040         headers in the installation path
8041
8042 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
8043
8044         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
8045          a function call
8046
8047 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
8048
8049         * configure,
8050         * device/lib/configure.in,
8051         * device/lib/configure: fixed for autoconf 2.57
8052
8053 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8054
8055         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8056         option so that it actually works. Made it specific to the z80, since
8057         the gbz80 doesn't have these kinds of I/O ports.
8058
8059 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8060
8061         * device/include/z180.h,
8062         * device/lib/_memcpy.c,
8063         * device/lib/_memmove.c,
8064         * device/lib/_mulint.c,
8065         * device/lib/ser_ir.c,
8066         * device/lib/ser_ir_cts_rts.c,
8067         * device/lib/_strcmp.c,
8068         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8069         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8070         portmode; added deprecation warning for bank= and protmode= forms.
8071         Also, guard against buffer overflow.
8072         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8073
8074 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8075
8076         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8077         changed interrupt vector table generation to only emit declared vectors.
8078         * device/include/Makefile.in: added missing backslash
8079         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8080
8081 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8082
8083         Mainly changes to support compilation of the device libraries
8084         * src/pic16/device.c: stack is allocated via symbol and not
8085         via literal number. The symbol is placed in the corresponding
8086         position of the data ram
8087         * (pic16_dump_section): relocatable and absolute uninitialized
8088         data are now emitted in sorted order to reduce section naming,
8089         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8090         weren't marked as being in the access bank,
8091
8092 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8093
8094         Added portion of GNU PIC Library under the directory
8095         device/include/pic16 and device/lib/pic16. These files
8096         contain the declarations of SFRs for the PIC18Fxx2 devices.
8097         The directory is initialized via configure from toplevel.
8098
8099 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8100
8101         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8102         the spilllocations to be compared correctly
8103
8104 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8105
8106         * src/SDCCast.c (decorateType): fixed bug introduced today
8107
8108 2004-01-12  Borut Razem <borut.razem AT siol.net>
8109
8110         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8111         doc/sdccman.lyx: upper case pragmas are deprecated
8112
8113 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8114
8115         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8116         in simpler and even better code
8117
8118 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8119
8120         * src/SDCCicode.c (operandOperation): fixed bug #874819
8121         * src/SDCCast.c (decorateType): fixed
8122         char foo (unsigned long ul) { return ul > 0; }
8123
8124 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8125
8126         * doc/sdccman.lyx: Moved and added some sections, small changes
8127         all over. Telling LaTeX to be less strict with word spacing
8128         to better keep the right margin. Changed some notes about
8129         maintainance of the ports in section 3.2.1 - is it OK like this?
8130
8131 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8132
8133         SDCC source changes:
8134         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8135         convilong): modified to inform the pic16 port that builtin functions
8136         are external
8137
8138         PIC16 PORT specific changes:
8139         * src/pic16/device.c pic16_dump_equates() added,
8140         processor registers declared internally by the port are emitted in
8141         the translation as equates,
8142         * src/pic16/gen.c: inline code is passed unprocessed to the
8143         translation,
8144         * (pic16_popGetLit2): fnuction modified to take second operand as
8145         pCodeOp pointer and not as literal,
8146         * (popRegFromIdx): prefixed with pic16_,
8147         * (pic16_popCombine2): modified to receive already allocated pCode
8148         operands,
8149         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8150         * (genFunction): initializes local stack frame and pushes on stack
8151         all the registers used by this function,
8152         * (genEndFunction): restores all registers from stack and restores
8153         stack frame,
8154         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8155         improvements,
8156         * (pic16glue): changed the program startup sequence,
8157         * added new dbName code 'A' for functions placed in absolute section
8158         * src/pic16/main.c: added function attribute _naked,
8159         * added pragma 'code' to place a fnuction at an absolute address,
8160         * added command line arguments --debug-ralloc and --pcode-verbose,
8161         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8162         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8163         * (pic16_newpCodeOpLit2): modified to take the second operand as
8164         pCodeOp pointer,
8165         * (pic16_printpBlock): modified to emit each function in a separate
8166         section,
8167         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8168         UPPER for immediate operands,
8169         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8170         instruction,
8171         * src/pic16/peeph.def: all peepholes with movff are commented out,
8172         because there is a problem in the pcode peep optimizer,
8173         * src/pic16/ralloc.c: the register allocator can now reuse local
8174         function symbols for another function. This saves register usage.
8175         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8176
8177         Added file src/pic16/NOTES with information about program writing on
8178         the current port version.
8179
8180 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8181
8182         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8183         and peephole 252 (array access)
8184
8185 2004-01-09  Borut Razem <borut.razem AT siol.net>
8186
8187         * src/SDCCmain.c : fixed #872250: -l command line defined library
8188           files are scanned before standard library files
8189
8190 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8191
8192         * src/SDCCast.c (decorateType): fixed bug #874046
8193
8194 2004-01-09  Borut Razem <borut.razem AT siol.net>
8195
8196         * support/scripts/sdcc.nsi: remove previous installation
8197
8198 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8199
8200         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8201         bytes for last interrupt vector (mcs51)
8202         * sdcc.spec: fixed typo
8203
8204 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8205
8206         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8207         gen51Code): more efficient parameter receive for --model-large
8208         ("bug" #845294)
8209
8210 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8211
8212         * src/ds390/main.c,
8213         * src/z80/main.c: added missed needLinkerScript flags (more than
8214         one port structure defined in these file)
8215         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8216         bug #795325
8217
8218 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8219
8220         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8221         * src/port.h: added flag needLinkerScript in port->linker
8222         structure to inform whether to create a .lnk file or not,
8223         * src/avr/main.c,
8224         * src/ds390/main.c,
8225         * src/hc08/main.c,
8226         * src/mcs51/main.c,
8227         * src/pic/main.c,
8228         * src/pic16/main.c,
8229         * src/xa51/main.c,
8230         * src/z80/main.c: changed appropriately to configure
8231         needLinkerScript flag
8232         * src/pic/gen.c,
8233         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8234         * src/pic/glue.c: added variable udata_section_name to
8235         override default uninitialized data segment definition for
8236         devices only with SHAREBANK memory (reported from Erik Epetrich)
8237         * (pic14emitOverlay): modified to emit a commented overlay segment
8238         directive when no overlay data exist
8239         * (picglue): modified to emit uninitialized data segment
8240         according to udata_section_name
8241         * src/pic/main.c (_pic14_parseOptions): added command line
8242         options --udata-section-name=[name] to override default
8243         udata definition name
8244         * modified _linkCmd and _asmCmd to include compiler passed
8245         arguments via -W option
8246         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8247         object file from '.rel' to '.o' in port->linker structure,
8248         changed size of fptr from 2 to 3 in port structure
8249
8250 2004-01-07  Borut Razem <borut.razem AT siol.net>
8251
8252         * support/scripts/sdcc.nsi: update PATH
8253         * support/scripts/sdcc.ico: craeted
8254
8255 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8256
8257         * device/include/Makefile.in: fix install
8258         * doc/Makefile: fix install
8259
8260 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8261
8262         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8263         in bug #860505
8264         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8265         how the function variable allocation summary is displayed; also
8266         include information about variables allocated to the overlay
8267         segment
8268
8269 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8270
8271         * as/mcs51/lkmain.c: Help about -Y option
8272         * as/mcs51/lkarea.c: Fixed gcc warnings
8273
8274 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8275
8276         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8277         fixed warning
8278         * support/valdiag/tests/overflow.c: added
8279         * src/SDCCast.c (decorateType),
8280         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8281         LEFT_OP (left shift)
8282
8283 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8284
8285         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8286         (default behaviour).
8287
8288 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8289
8290         A python script to validate compiler diagnostic messages. It can be
8291         used to verify that sdcc complains about bad c source code and
8292         gives a good location of the error.
8293         * support/valdiag/Makefile,
8294         * support/valdiag/valdiag.py,
8295         * support/valdiag/tests/*
8296
8297 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8298
8299         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8300         * src/SDCCsymt.c (newEnumType),
8301         * src/SDCCsymt.h
8302         * support/Util/SDCCerr.c,
8303         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8304         enum related bugs.
8305         * support/regression/tests/enum.c: added test for enum values that
8306         require at least 2 bytes of storage.
8307
8308 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8309
8310         * src/common.h: added ifndef/define/endif macros
8311         around the header file.
8312         Bug reported from Jesus Calvino-Fraga
8313
8314 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8315
8316         * sdcc.spec: updated
8317         * device/include/Makefile.in: don't install CVS directories
8318         * device/lib/Makefile.in: added removal of CVS directories after install
8319         * doc/Makefile: fixed install, added local_icons
8320         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8321         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8322         * src/ds390/gen.c (genRightShift): fixed bug #870788
8323         * src/SDCCast.c (decorateType): fixed bug #870781
8324
8325 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8326
8327         PIC16 port related changes:
8328         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8329         added variable stackPos,
8330
8331         * gen.c: genCall, assignResultValue: added support for
8332         pushing/retrieving function parameters to/from stack,
8333         genFunction,genEndFunction: setup stack frame for the
8334         generated function,
8335         genAddrOf: will be changed according to bug 863624
8336
8337         * added files genutils.c and genutils.h which contain gen*
8338         debugged and optimised functions extracted from gen.c
8339
8340         * glue.c: added variable 'externs' which holds extern symbols,
8341         pic16emitRegularMap: is modified to properly handle relocatable
8342          symbols under the new scheme,
8343         pic16createInterruptVect: is modified
8344         pic16printPublics: is modified to emit 'global' assembler directives,
8345         added pic16_printExterns to print extern symbols,
8346         pic16glue: initializes stack/frame pointer in the beginning of
8347         the assembly output. Temporary hack, will be corrected later,
8348         because gplink yet does not support stack and SDCC does not
8349         yet support a type of crt0.o object to create the final binary.
8350
8351         * Removed many lines that contain 8051 legacy code.
8352         * The code is finally placed under a 'code' directive.
8353         * Added port specific options.
8354
8355         * _process_pragma: simplified since now we do not need *special*
8356         include file to define SFR registers. But a separate header
8357         will be needed. This will be developed later.
8358         * _pic16_parseOptions: added, parses port specific options:
8359         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8360         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8361         --preplace-udata-with=
8362
8363         * _pic16_setDefaultOptions: modified to initialize section names,
8364         but hack is temporarly out of order since it needs improvement.
8365         * _pic16_genAssemblerPreamble: configuration words are emitted by
8366         their address instead of their name. This part is incomplete and
8367         supports only the 18Fxx2 devices. Other devices will emit an error
8368         during assembly since they do not contain the same set of config
8369         registers
8370         * _pic16_genIVT: is modified,
8371
8372         * pcode.c: added definitions for some hardware registers that are needed
8373         for stack support
8374         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8375         All PCI entries are updated. Now LFSR is supported.
8376         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8377         * added pic16_newpCodeOpLit2 to support instructions with
8378         two literal arguments
8379         * pic16_pCode2str: corrected code that emits assembler instructions
8380         with two literal operands and those that have an access bit modifier
8381         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8382         this fixes a bug which caused some labels to be lost, when an
8383         assembler directive was added, i.e. banksel,
8384         * pic16_FixRegisterBanking: improved logic that causes the insertion
8385         of bank switching,
8386         * InlineFunction: functions that are called once, are not any more
8387         inlined. This can be a port option in the future,
8388
8389         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8390
8391         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8392         hold the corresponding uninitialized symbols,
8393         * pic16_allocProcessorRegister: registers have explicit marked the
8394         accessBank field,
8395         * pic16_allocInternalRegister: registers are explicit marked as
8396         not used,
8397         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8398         processing list, so bit registers were lost,
8399         *
8400
8401         * ralloc.h: added field 'accessBank' and original symbol operand
8402         in register definition,
8403         * removed the field isMapped from register definition,
8404
8405         ** Several functions have been removed from various sources:
8406         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8407         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8408         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8409         pic16_assignRelocatableRegisters
8410
8411         ** others have been introduced:
8412         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8413         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8414
8415 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8416
8417         * support/scripts/inc2h.pl: changed definition of BIT_AT
8418         to emit 'sbit at' instead of 'bit at'. This was a request.
8419
8420         PIC16 port related preliminary changes:
8421         * gen.c: prefixed function popRegFromString with
8422         pic16_ and all references to it corrected
8423         * pcode.c: all pic16_pc_* hardware registers prefixed
8424         with underscore (_),
8425         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8426         * ralloc.c: newReg(): when register is REG_SFR then
8427         set address to rIdx,
8428         pic16_allocProcessorRegister(): marks register wasUsed=0
8429         pic16_writeUsedRegs(): added a call to assign processor
8430         registers via pic16_assignFixedRegisters
8431
8432 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8433
8434         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8435         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8436         variables in unused register banks.  Also the SSEG is placed
8437         wherever there is enough space for it, and IDATA can be anywhere
8438         in internal RAM.  For now compile using -Wl-Y[stack_size].
8439         The mem file is different for this option as well, since it
8440         makes no sense of talking about DSEG lenght.
8441
8442 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8443
8444         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8445         in certain cases, e.g. when ROM assignment, patch provided
8446         from Albert den Haan.
8447
8448 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8449
8450         Many signedness and type propagation fixes:
8451         * src/SDCCicode.c: made geniCodeCast() static
8452         replaced SPEC_ by IS_ (cosmetic)
8453         (operandOperation): fixed div and mod operation
8454         (usualBinaryConversions): added support for promotion of char
8455         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8456         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8457         (geniCodeAdd): an array index will stay unsigned, even if promoted
8458         from char to int
8459         (geniCodeArray): ditto
8460         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8461         * src/SDCCsymt.c (computeType): added more support for char;
8462         promotion of char is selectable by promoteCharToInt, fixed signedness
8463         for all cases
8464         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8465         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8466         * src/SDCCval (val*): replaced signedness calculation by
8467         computeType()
8468         rearranged if-branches (cosmetic)
8469         (valShift): added warning W_SHIFT_CHANGED
8470         (valCompare): fixed problem with different types
8471         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8472         * support/regression/tests/literalop.c: added many cases
8473         * support/regression/tests/ast_constant_folding.c: changed finally to
8474         'unsigned int'
8475         * .version: new year, new version: 2.3.7
8476         * src/SDCCmain.c (main): applied patch #866468
8477         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8478         provided by Scott Bronson
8479         * doc/sdccman.lyx: updated documentation for sdcdb
8480         updated and added chapter tips
8481
8482 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8483
8484         * src/SDCCsymt.h: missing from yesterday's commits
8485
8486 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8487
8488         * src/SDCC.y (struct_or_union_specifier),
8489         * support/Util/SDCCerr.c,
8490         * support/Util/SDCCerr.h: verify that struct & union tags are used
8491         as declared.
8492
8493 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8494
8495         * src/SDCCglobl.h: missing from yesterday's commits
8496
8497 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8498
8499         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8500         sft_attributes, struct_declaration, parameter_declaration,
8501         type_name, start_block, declaration_list),
8502         * src/SDCC.lex (check_type): support redefinition of typedef names
8503
8504 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8505
8506         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8507         aligned xdata arrays. Erik helped me with the if clause.
8508
8509 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8510
8511         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8512         warning
8513
8514 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8515
8516         * src/SDCCast.h,
8517         * src/SDCCast.c (newAst_),
8518         * src/SDCCicode.h,
8519         * src/SDCCicode.c (ast2iCode, newiCode),
8520         * src/SDCCglobl.h,
8521         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8522         expr, statement, expression_statement, selection_statement,
8523         iteration_statement, expr_opt, jump_statement): foundation for tracking
8524         sequence points
8525         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8526         point code too)
8527
8528 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8529
8530         * support/Util/SDCCerr.c,
8531         * src/SDCCast.h,
8532         * src/SDCCast.c (createCase, createDefault, decorateType),
8533         * src/SDCClabel.c (labelUnreach),
8534         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8535         to error messages.
8536         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8537         (with thanks to Stas Sergeev)
8538         * device/include/time.h,
8539         * device/lib/time.c (CheckTime): suppress unreachable code warning
8540
8541 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8542
8543         * src/SDCCast.c (createIvalCharPtr),
8544         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8545         bug #753752)
8546         * support/regression/tests/nullstring.c: tests for these two bugs
8547
8548 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8549
8550         * support/Util/SDCCerr.h,
8551         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8552         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8553         about storage class and 'at' used inside struct or union
8554         * src/SDCCBBlock.c (iCodeFromeBBlock),
8555         * src/SDCCcse.c (ifxOptimize),
8556         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8557         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8558         printIval, emitStaticSeg, emitOverlay),
8559         * src/SDCClabel.c (deleteIfx),
8560         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8561         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8562         gatherAutoInit, processParms),
8563         * support/Util/SDCCerr.h,
8564         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8565         reporting for post-parse errors.
8566
8567 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8568
8569         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8570         implicit casts via union; they don't work on big endian systems
8571         (possible fix for bug #861138)
8572
8573 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8574
8575         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8576         * src/mcs51/main.c: fixed the fix for bug #737001
8577
8578 2003-12-15  Borut Razem <borut.razem AT siol.net>
8579
8580         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8581
8582 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8583
8584         * support/makebin/makebin.c: put output in binary mode
8585
8586 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8587
8588         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8589         xdata and data memory on startup. Set the environment variable
8590         SDCC_NOGENRAMCLEAR to disable this.
8591         * src/mcs51/peephole.def,
8592         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8593         (allows non-interrupt and interrupt code to safely compete for a resource
8594         without the non-interrupt code having to disable interrupts)
8595
8596 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8597
8598         * src/SDCCicode.c (geniCodeAdd),
8599         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8600         with valFromType if type might be a pointer and host is big endian).
8601         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8602         types, not just integer types.
8603         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8604         multiply defined with mismatching "at" address.
8605
8606 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8607
8608         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8609         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8610         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8611         with embedded nulls (fixed bug #753752)
8612
8613 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8614
8615         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8616         Apparently this did not see much testing (endless loop)
8617
8618 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8619
8620         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8621
8622 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8623
8624         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8625         gracefully handle NULL memmap pointers
8626
8627 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8628
8629         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8630         instead of deleting the iCode when an operand is volatile
8631         * src/z80/gen.c (genDummyRead),
8632         * src/mcs51/gen.c (genDummyRead),
8633         * src/ds390/gen.c (genDummyRead),
8634         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8635         not just IC_RIGHT
8636         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8637         * src/SDCC.y: fixed bug #850420
8638
8639 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8640
8641         Applied z80 i/o port patch from Peter Townson and fixed some operators
8642         to better handle operands in A register.
8643         * device/include/z180.h
8644         * src/SDCC.y
8645         * src/SDCCglue.c
8646         * src/z80/gen.c
8647         * src/z80/gen.h
8648         * src/z80/main.c
8649         * src/z80/peeph-z80.def
8650         * src/z80/peeph.def
8651         * src/z80/z80.h
8652
8653 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8654
8655         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8656
8657 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8658
8659         * device/lib/hc08/_mullong.c: Removed extra #endif
8660
8661 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8662
8663         * sim/ucsim/hc08.src/inst.cc,
8664         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8665         carries from x to h
8666         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8667         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8668         * device/include/stdarg.h: fixed varargs for hc08
8669         * device/lib/Makefile.in,
8670         * device/lib/hc08/Makefile,
8671         * device/lib/hc08/_mulint.c,
8672         * device/lib/hc08/_mullong.c: fixed some endian problems
8673
8674 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8675
8676         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8677         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8678         * device/lib/_gptrget.c,
8679         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8680
8681 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8682
8683         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8684         * src/SDCCast.c (astErrors): fixed bug #846007
8685         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8686
8687 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8688
8689         * src/SDCCast.c (decorateType): disabled a transformation I added in
8690         revision 1.188 (access to fields of a structure at an absolute address);
8691         it breaks with bitfields, extern declarations, and gcse analysis.
8692         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8693         could be assigned through a pointer, so don't complain.
8694         * src/SDCCast.c (astErrors),
8695         * src/SDCCast.h,
8696         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8697
8698 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8699
8700         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8701         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8702         output of __config directives, since gpasm now supports them
8703         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8704         pre-processor macro, i.e. -DMCU=p18f452
8705         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8706         and modified to handle 'cast' icode similarly to '=' icode
8707         * src/pic16/device.h (typedef struct PIC_device): added field
8708         'extMIface' to indicate that chip has external memory interface
8709         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8710         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8711         18F8720
8712
8713 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8714
8715         * src/SDCC.y (pointer): fixed bug #846006
8716         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8717         * src/SDCCast.c (decorateType): fixed bug #846009
8718         * src/ds390/peeph.def,
8719         * src/ds390/gen.c (genAnd, genOr),
8720         * src/mcs51/peeph.def,
8721         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8722
8723 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8724
8725         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8726         * src/SDCCdflow.c
8727         * src/SDCCcse.c
8728         * src/SDCCcse.h
8729         * src/SDCCBBlock.h
8730         * src/SDCCBBlock.c
8731
8732 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8733
8734         fixed bug #845089
8735         * src/SDCCbitv.h,
8736         * src/SDCCbitv.c: added function to free a bitvector
8737         * src/SDCClrange.h,
8738         * src/SDCClrange.c: added function to recompute the liveranges
8739         * src/avr/ralloc.c,
8740         * src/ds390/ralloc.c,
8741         * src/hc08/ralloc.c,
8742         * src/mcs51/ralloc.c,
8743         * src/pic/ralloc.c,
8744         * src/pic16/ralloc.c,
8745         * src/xa51/ralloc.c,
8746         * src/z80/ralloc.c: recompute the liveranges after register packing
8747
8748 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8749
8750         * src/SDCCloop.c (newInduction): fixed bug #845630
8751
8752 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8753
8754         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8755         inadvertantly left behind from my 2003-11-12 change
8756
8757 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8758
8759         Updated headers I neglected to commit yesterday.
8760         * src/SDCClrange.h,
8761         * src/SDCCicode.h
8762
8763 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8764
8765         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8766         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8767         * src/SDCCopt.c (eBBlockFromiCode),
8768         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8769         the creation of the key hash table from the sequencing so it can be used
8770         earlier (for some GCSE bug fixes still pending)
8771
8772 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8773
8774         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8775         * support/regression/tests/addsub.c: testing genPlus shortcut
8776
8777 2003-11-15  Borut Razem <borut.razem AT siol.net>
8778
8779         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8780
8781 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8782
8783         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8784         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8785         ordering is immaterial.
8786         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8787
8788 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8789
8790         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8791         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8792         (SIGSEV) of bug #840381
8793         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8794         unlink new file before rename if new and old filenames are the same)
8795
8796 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8797
8798         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8799         uninitialized variables) for the mcs51. Set environment variable
8800         SDCC_GENRAMCLEAR to test.
8801         xdata initialization slightly shorter
8802
8803 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8804
8805         * src/SDCCsymt.h,
8806         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8807         #838241 & 780691 (basicly the same bug)
8808         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8809         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8810
8811 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8812
8813         * src/SDCCmain.c (linkEdit): "fix" #834252
8814
8815 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8816
8817         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8818         * src/SDCCast.h,
8819         * src/SDCC.y: fixed bug #819403
8820
8821 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8822
8823         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8824         the reentrant attribute.
8825         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8826         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8827         simulation
8828         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8829         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8830         erroneously reduced to a literal.
8831         * src/hc08/ralloc.c (packRegisters, rematStr),
8832         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8833         some cases
8834
8835 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8836
8837         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8838         * doc/sdccman.lyx: changed from 'article' to 'book'
8839         * doc/Makefile: readded test_suite_spec and cdbfileformat
8840
8841 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8842
8843         * device/include/stdlib.h: include malloc.h to comply with ANSI
8844         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8845
8846 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8847
8848         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8849         * doc/clean.mk: also remove *.out files
8850         * doc/sdccman.lyx: some additions, larger top/bottom margins
8851
8852 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8853
8854         * src/SDCC.y: fixed bug #837365
8855         * support/regression/tests/bitopcse.c
8856         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8857         a symbol (might be valop instead)
8858         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8859         * device/lib/clean.mk: added hc08 to the cleaning list
8860
8861 2003-11-04  Borut Razem <borut.razem AT siol.net>
8862
8863         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8864           made 2003-11-04
8865         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8866           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8867           malloc is declared in standard stdlib.h
8868
8869 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8870
8871         * device/lib/hc08/Makefile: need to clean .rel not .o files
8872         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8873
8874 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8875
8876         * src/port.h,
8877         * src/hc08/main.c,
8878         * src/mcs51/main.c,
8879         * src/ds390/main.c,
8880         * src/z80/main.c,
8881         * src/avr/main.c,
8882         * src/pic/main.c,
8883         * src/pic16/main.c,
8884         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8885         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8886         tests (which uses the port's oclsExpense function)
8887         * src/SDCC.y,
8888         * src/SDCCast.c,
8889         * src/SDCCicode.c,
8890         * src/hc08/gen.c,
8891         * src/ds390/gen.c,
8892         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8893
8894 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8895
8896         * src/SDCCcse.c (ifxOptimize),
8897         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8898         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8899         deleting the IFX iCode.
8900         * src/hc08/ralloc.c: reduced unneeded slocs
8901         * src/hc08/gen.c: fixed bug in asmopToBoolean
8902
8903 2003-11-04  Borut Razem <borut.razem AT siol.net>
8904
8905         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8906           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8907           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8908           transferred to configure
8909
8910 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8911
8912         Use headers defined in the C[++] standards:
8913         * sim/ucsim/gui.src/serio.src/fileio.cc
8914         * sim/ucsim/gui.src/serio.src/frontend.cc
8915         * sim/ucsim/gui.src/serio.src/main.cc
8916         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8917         * support/Util/NewAlloc.c
8918         * as/hc08/lklibr.c
8919         * as/mcs51/lklibr.c
8920         * as/z80/aslist.c
8921         * as/z80/assym.c
8922
8923 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8924
8925         * Added MSVC projects for hc08 assembler and linker:
8926         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8927         /as/hc08/link_hc08.dsp
8928
8929 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8930
8931         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8932
8933 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8934
8935         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8936
8937 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8938
8939         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8940
8941 2003-10-31  Borut Razem <borut.razem AT siol.net>
8942
8943         * support/cpp2/cpplib.h,
8944           support/cpp2/cpplib.c,
8945           support/cpp2/cpplex.c,
8946           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8947           to switch _asm block preprocessing on / off. Default is
8948           #pragma preproc_asm +
8949
8950 2003-10-31  Borut Razem <borut.razem AT siol.net>
8951
8952         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8953           when outputting comment blocks (when executed with -C option) and
8954           _asm (SDCPP specific) blocks
8955
8956 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8957
8958         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8959
8960 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8961
8962         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8963
8964 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8965
8966         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8967         * src/SDCCast.c (decorateType): fixed bug #832664
8968
8969 2003-10-31  Borut Razem <borut.razem AT siol.net>
8970
8971         * support/cpp2/cpplex.c: fixed for SDCPP:
8972           comments(when executed with -C option) and _asm blocks
8973           were included even if they where in skipped #if block.
8974           Applied solution from GCC cpp 3.3.2
8975
8976 2003-10-31  Borut Razem <borut.razem AT siol.net>
8977
8978         * src/SDCC.lex: sdcc now understands both formats:
8979           '# <line_number> <file_name>' and
8980           '#line <line_number> <file_name>'
8981         * support/cpp2/cppmain.c: sdcpp now generates the standard
8982           '# <line_number> <file_name>' instead of former
8983           '#line <line_number> <file_name>'
8984
8985 2003-10-30  Borut Razem <borut.razem AT siol.net>
8986
8987         * support/cpp2/cpphash.h,
8988         * support/cpp2/cpplib.h
8989         * support/cpp2/cpplex.c,
8990         * support/cpp2/cppmain.c,
8991         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8992
8993 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8994
8995         Fixed a number of problems revealed by bug #827883.
8996         * src/SDCCloop.c (loopInvariants): Spill location of the
8997         result operand should be recomputed if extracted from
8998         a loop. Also, don't extract assignments of an iTemp
8999         from a literal.
9000         * src/SDCCast.c (isConformingBody): loop reversal should
9001         not occur if the control variable is involved with a
9002         relational operator.
9003
9004 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
9005
9006         * .version: bumped to 2.3.6 to reflect the big improvements
9007         made by Erik and Klaus. Thanks!
9008
9009 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
9010
9011         Replaced the livrange code.
9012         * src/SDCClrange.c: added new LR code
9013         * src/SDCCloop.c,
9014         * src/SDCCBBlock.h: removed remainig parts from old LR code
9015         * src/ds390/ralloc.c,
9016         * src/ds390/gen.c: minor fixes to make it work with new code
9017
9018 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9019
9020         * as/hc08/asm.h,
9021         * as/hc08/lkrloc.c,
9022         * src/hc08/gen.c,
9023         * src/hc08/ralloc.c: Fix various warnings related to the hc08
9024         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
9025         (tweaked fix for bug #818696)
9026
9027 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9028
9029         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
9030
9031 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9032
9033         * src/SDCCmain.c,
9034         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
9035         * src/mcs51/gen.c (gencjneshort),
9036         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
9037         more efficient (per Scott Bronson's suggestion)
9038
9039 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9040
9041         Extended the semantics of the critical keyword to include
9042         individual statements. See RFE #827755 and #799831
9043         * src/SDCC.y
9044         * src/SDCCicode.c
9045         * src/SDCCopt.c
9046         * src/SDCCast.c
9047         * support/Util/SDCCerr.c
9048         * support/Util/SDCCerr.h
9049         * src/mcs51/gen.c
9050         * src/ds390/gen.c
9051         * src/hc08/gen.c
9052
9053 2003-10-19  Borut Razem <borut.razem AT siol.net>
9054
9055         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9056
9057 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9058
9059         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9060         Fixed bug #818696
9061         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9062         and predecrement operand is displayed
9063
9064 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9065
9066         * src/SDCCval.c (valMinus): fixed bug #826041
9067
9068 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9069
9070         Some hc08 related updates that I missed earlier
9071         * sim/ucsim/stypes.h
9072         * support/regression/ports/hc08/spec.mk
9073
9074 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9075
9076         New target "hc08" for the Motorola 68hc08 family of micros
9077
9078         * configure
9079         * configure.in
9080         * Makefile
9081         * src/hc08/*
9082         * src/SDCCmain.c
9083         * src/port.h
9084         * sim/ucsim/hc08.src/*
9085         * sim/ucsim/configure.in
9086         * src/ucsim/configure
9087         * sim/ucsim/packages_in.mk
9088         * as/hc08/*
9089         * as/Makefile
9090         * device/include/mc68hc908qy.h
9091         * device/lib/hc08/*
9092         * device/lib/Makefile.in
9093         * support/regression/ports/hc08/*
9094         * support/regression/Makefile
9095
9096 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9097
9098         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9099         regression test
9100         * src/ds390/gen.c (genCast): fixed bug #821957
9101
9102 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9103
9104         * device/lib/logf.c: "fixed" overlay bug
9105         * support/regression/ports/host/spec.mk: added m library
9106         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9107         * support/regression/tests/float_trans: added (for Eric)
9108
9109 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9110
9111         * src/mcs51/gen.c (genCpl): fixed bug
9112         http://sf.net/mailarchive/message.php?msg_id=6263915
9113
9114 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9115
9116         * src/SDCCast.c (decorateType): added extended constant folding
9117         * src/SDCCsymt.c (computeType): cleanup
9118         * src/SDCCval.c (valShift): minor optimization
9119         * support/regression/tests/ast_constant_folding.c: added
9120
9121 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9122
9123         * src/SDCCmain.c: removed some unintended changes
9124
9125 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9126
9127         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9128         * src/z80/gen.c: fixed part of bug #817589
9129         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9130
9131 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9132
9133         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9134         * src/SDCCcflow.c
9135         * src/SDCCcse.c
9136         * src/SDCCdflow.c
9137         * src/SDCClabel.c
9138         * src/SDCClrange.c
9139         * src/SDCCmem.c
9140         * src/SDCCopt.c
9141         * src/SDCCpeeph.c
9142         * src/SDCCset.c
9143         * src/avr/ralloc.c
9144         * src/ds390/ralloc.c
9145         * src/izt/ralloc.c
9146         * src/mcs51/ralloc.c
9147         * src/pic/ralloc.c
9148         * src/pic16/ralloc.c
9149         * src/xa51/ralloc.c
9150         * src/z80/ralloc.c
9151         * src/z80/gen.c: removed unused label "release:"
9152
9153 2003-10-06  Borut Razem <borut.razem AT siol.net>
9154
9155         * src/SDCC.lex: removed definition of unused variables
9156           save_optimize and save_options
9157
9158 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9159
9160         * clean.mk: removed '=' in "-maxdepth=1"
9161         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9162         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9163
9164 2003-10-06  Borut Razem <borut.razem AT siol.net>
9165
9166         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9167           my_unput() replaced by unput()
9168
9169 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9170
9171         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9172         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9173         type-punned pointer will break strict-aliasing rules"
9174         Old LR behaviour is again default; Klaus' LR can be choosen by
9175         defining the environment variable LRKLAUS
9176         * src/SDCCBBlock.h
9177         * src/SDCCloop.c
9178         * src/SDCClrange.c
9179         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9180         * clean.mk: fixed removal of files in bin/CVS/
9181         * device/lib/clean.mk: fixed removal of directories small and large
9182         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9183         * src/SDCCicode.c,
9184         * src/SDCCval.c: removed superflous test for pedantic
9185
9186 2003-10-05  Borut Razem <borut.razem AT siol.net>
9187
9188         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9189           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9190           message "unmatched #pragma SAVE and #pragma RESTORE"
9191
9192 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9193
9194         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9195           assembly, critical functions, atomic, nojtbound)
9196
9197 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9198
9199         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9200         * src/SDCCBBlock.h
9201         * src/SDCCloop.c
9202         * src/SDCCloop.h
9203         * src/SDCClrange.c
9204
9205 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9206
9207         * src/z80/gen.h,
9208         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9209         * src/mcs51/gen.h
9210         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9211         * src/ds390/gen.h
9212         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9213         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9214         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9215
9216 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9217
9218         * src/z80/gen.c (genRet): fixed bug #524753
9219         * src/z80/gen.c (genCast): fixed internal error on cast from
9220         pointer to long
9221         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9222         fix for bug #477835 to the z80
9223         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9224         for tracking iCodes in the peephole optimizer for z80
9225
9226 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9227
9228         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9229         the other part of bug #814548
9230         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9231
9232 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9233
9234         * src/SDCCcse.c: fixed part of bug #814548
9235
9236 2003-09-28  Borut Razem <borut.razem AT siol.net>
9237
9238         * src/asm.c: rewrite of printILine() to use temporary file instead
9239           a pipe
9240         * src/xa51/main.c: commented out declaration of int rewinds
9241
9242 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9243
9244         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9245
9246 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9247
9248         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9249         * src/asm.c (printILine): Fixed bug #811015
9250
9251 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9252
9253         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9254         freeing.
9255
9256 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9257
9258         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9259         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9260         to correctly handle general case of AOP_PAIRPTR
9261         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9262
9263 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9264
9265         * src/mcs51/ralloc.c (fillGaps),
9266         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9267         register positioning bug)
9268
9269 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9270
9271         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9272
9273 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9274
9275         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9276         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9277         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9278         (ralloc doesn't intentionally do this now, but perhaps later)
9279         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9280         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9281         register positioning bugs (Fixed bug #762602 and #795325)
9282         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9283         (Fixed bug #808779)
9284         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9285         lines that --i-code-in-asm generates
9286
9287 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9288
9289         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9290         trying to fclose a FILE* that was already closed.
9291
9292 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9293
9294         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9295         of const struct should be treated as if const themselves)
9296
9297 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9298
9299         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9300
9301 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9302
9303         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9304         Unix (/n) and DOS (/r/n) line terminations.
9305
9306 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9307
9308         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9309         bug #613775
9310
9311 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9312
9313         * src/mcs51/gen.c (genFunction, genEndFunction),
9314         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9315         and restore of EA so that stack offsets to parameters are
9316         correct when using both critical and reentrant/stack-auto.
9317         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9318         size (can be triggered in error if sloc is shared between
9319         different sized objects)
9320         * device/include/float.h: fixed macros to explicitly use
9321         unsigned long where needed
9322
9323 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9324
9325         Feature req. 799831: added code to allow nesting of critical functions
9326         * src/mcs51/gen.c (genFunction, genEndFunction)
9327         * src/ds390/gen.c (genFunction, genEndFunction)
9328
9329 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9330
9331         * src/SDCCsymt.c (sclsFromPtr),
9332         * src/SDCCsymt.h,
9333         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9334         support for standard C idiom of memory mapped variables; for
9335         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9336         to xdata int at 0x1234 tempvar = 1.
9337         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9338         provided by Akiya ISHIDA
9339
9340 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9341
9342         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9343         * src/SDCCval.c (constVal): added reduction from int to char
9344         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9345         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9346         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9347         to ignore the sign
9348         * support/regression/tests/shifts.c: fixed
9349
9350 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9351
9352         * src/z80/gen.c (genXor): Fixed bug #805445
9353
9354 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9355
9356         Fixed bug #621531 (const & volatile confusion in the type chain).
9357         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9358         refer to the const or volatile state of the pointer itself.
9359
9360         * src/SDCCast.c
9361         * src/SDCCglue.c
9362         * src/SDCCicode.c
9363         * src/SDCCsymt.c
9364         * src/SDCCval.c
9365         * src/SDCC.y
9366         * src/SDCCsymt.h
9367         * src/pic/gen.c
9368         * src/pic/ralloc.c
9369         * src/pic16/gen.c
9370         * src/pic16/ralloc.c
9371         * support/regression/tests/const.c
9372
9373 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9374
9375         When checking for duplicated modules, use absolute paths
9376         instead of relative paths.  Files changed:
9377
9378         * as/mcs51/lklib.c
9379         * link/z80/lklib.c
9380
9381 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9382
9383         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9384
9385 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9386
9387         * device/include/string.h: added size_t typedef, changed
9388         prototypes to use size_t, eliminated separate reentrant and
9389         non-reentrant declarations, added _memmove declaration
9390         * device/lib/_memcpy.c: changed to use size_t instead of int,
9391         changed /4 to >>2 to avoid division library call
9392         * device/lib/_memcmp.c,
9393         * device/lib/_memset.c,
9394         * device/lib/_strncat.c,
9395         * device/lib/_strncpy.c,
9396         * device/lib/_strncmp.c: changed to use size_t instead of int
9397         * device/lib/_memmove.c: new file (fixed bug #772294)
9398         * device/lib/Makefile.in: added _memmove.c
9399         * device/lib/z80/asm_strings.s: fixed bug #772290
9400         * support/regression/tests/bitfields.c: attempt to fix host assertion
9401         failure on amd64-unknown-linux2.2
9402
9403 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9404
9405         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9406         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9407         * as/z80/asmain.c (main): fixed bug #801766
9408
9409 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9410
9411         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9412         compilers
9413
9414 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9415
9416         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9417         reported in bug #800609
9418
9419 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9420
9421         * Top header beautifications in src/pic16 directory:
9422           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9423           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9424           pcoderegs.h, ralloc.c, ralloc.h
9425         * main.c: added top header and GPL license notice
9426         * pcode.c: fixed the if-conditional warning
9427
9428 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9429
9430         * device/lib/_mullong.c: replaced int by short for gcc
9431
9432 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9433
9434         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9435         and JUMPTABLE iCodes properly now (worked by accident before)
9436         * src/mcs51/gen.c (leftRightUseAcc),
9437         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9438         iCode properly now. Use getSize instead of nRegs since a & b
9439         aren't part of the nRegs tally.
9440
9441 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9442
9443         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9444         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9445           before instructions that use the _STATUS register
9446
9447 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9448
9449         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9450         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9451         fetching of the pointer
9452         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9453         copied from genNearPointerSet()
9454         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9455         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9456         If they pop r0/r1 they must be called in the opposite order than aopOp().
9457         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9458         (resp. --stack-auto), prepared for --xstack
9459
9460 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9461
9462         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9463
9464 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9465
9466         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9467         these ports have their own __sdcc_external_start()
9468
9469 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9470
9471         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9472         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9473         type for bits was changed. It resulted in bit variables becoming
9474         global, which is not permitted in PIC 14 assembly output.
9475
9476 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9477
9478         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9479
9480 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9481
9482         Z80 and MCS51 linkers complaint if a public symbol is defined
9483         in more than one library module:
9484
9485         * as/mcs51/lklib.c
9486         * link/z80/lklib.c
9487         * as/mcs51/Makefile.in
9488
9489 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9490
9491         A few small changes that speed up the peephole optimizer.
9492
9493         * src/SDCCpeeph.c
9494
9495 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9496
9497         Try to make the peephole optimizer smarter by maintaining
9498         an association between the assembly source code and the
9499         iCodes that originated them. Put this information to use
9500         with a new peephole rule condition "notVolatile" so that
9501         the rules can be aggressive yet still safe.
9502
9503         * src/SDCCpeeph.c
9504         * src/SDCCpeeph.h
9505         * src/mcs51/gen.c
9506         * src/mcs51/peeph.def
9507
9508 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9509
9510         Fixed bug #741761
9511
9512         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9513         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9514         if the left or right operand symbols have the accuse flag set.
9515
9516 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9517
9518         Changed the type of the result of the ! (NOT) operator to char;
9519         previously it returned the same type as the source. This allows
9520         us to eliminate all the genFloatNot functions (all of its target
9521         implementations were very buggy) since !float can use the same
9522         code as !long now.
9523
9524         * src/SDCCicode.c (ast2iCode): ! returns char
9525         * src/mcs51/gen.c (genNot, genNotFloat),
9526         * src/ds390/gen.c (genNot, genNotFloat),
9527         * src/z80/gen.c (genNot, genNotFloat),
9528         * src/pic/gen.c (genNot, genNotFloat),
9529         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9530
9531 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9532
9533         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9534         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9535            during interrupts. Ensure WSAVE is located at a shared bank address.
9536         2. Fixed page selection in some places
9537         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9538            the registers name strings.
9539         4. Fixed "signed / unsigned compare" compiler warnings.
9540         5. The PIC port manages its own allocation of the general purpose
9541            registers, but makes no attempt to reuse them. As a result when
9542            compiling it soon runs out of general purpose registers. Some
9543            additional code was added to the files pcode.c and device.c to walk
9544            through the function call tree and rename the registers so that they
9545            get reused.
9546
9547         * src/pic/device.c
9548         * src/pic/gen.c
9549         * src/pic/glue.c
9550         * src/pic/pcode.c
9551         * src/pic/pcode.h
9552         * src/pic/ralloc.c
9553         * src/pic/ralloc.h
9554         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9555         genPlus() & genMinus() when the result is the same as left or right
9556
9557 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9558
9559         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9560
9561 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9562
9563         Made bitfield a distinct type from bit so that bitfields
9564         convert as per ANSI C and bits retain their traditional
9565         boolean style behaviour. Implemented bitfield support in
9566         the z80 port.
9567
9568         * src/SDCCsymt.h,
9569         * src/SDCCsymt.c,
9570         * src/SDCCast.c,
9571         * src/cdbFile.c,
9572         * src/mcs51/gen.c,
9573         * src/ds390/gen.c: bit v bitfield split
9574         * src/z80/gen.c: New support for bitfields
9575         * support/regression/tests/bitfields.c: reenabled z80,
9576         added more tests
9577
9578 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9579
9580         Rules 246.x, 247.x relate to bitfields, the others speed up
9581         access to xdata mapped I/O devices.
9582
9583         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9584
9585 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9586
9587         Cleaned up genPackBits and genUnpackBits and added two helper
9588         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9589         for literal assignments in genPackBits (thanks to Frieder for
9590         reminding me).
9591
9592         * src/mcs51/gen.c
9593         * src/ds390/gen.c
9594
9595 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9596
9597         Fixed bug #748310 (pointer to function type mishandled when the
9598         function name is omitted). Also fixed a SIGSEGV when a function
9599         attribute (reentrant, etc) is used on a non-function or on a
9600         function but misplaced before the parameter list.
9601
9602         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9603         bug #748310
9604         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9605         * support/Util/SDCCerr.h,
9606         * support/Util/SDCCerr.c: Added func attr misuse error msg
9607
9608 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9609
9610         Fixed bug #787649 by anonymous
9611         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9612         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9613
9614 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9615
9616         Fixed numerous bitfield problems.
9617
9618         * src/SDCC.y: More bitfield related error checking
9619         * src/SDCCsymt.h,
9620         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9621         * support/Util/SDCCerr.h,
9622         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9623         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9624         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9625         * support/regression/tests/bitfields.c: tests added
9626
9627 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9628
9629         Made the constant following the "interrupt" keyword optional. If
9630         omitted, the function will not automatically be given an entry
9631         in the interrupt vector table (similar to #pragma NOIV, but
9632         less syntacticly kludgy). The interrupt number is also now
9633         range checked. Also fixed a bug in the high order bit example
9634         in the manual.
9635
9636         * src/SDCC.y
9637         * src/SDCCmem.c
9638         * src/SDCCglue.c
9639         * src/SDCCsymt.h
9640         * support/Util/SDCCerr.c
9641         * support/Util/SDCCerr.h
9642         * doc/sdccman.lyx
9643
9644 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9645
9646         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9647         * src/SDCCicode.c (operandOperation): rewritten some ops
9648         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9649         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9650         other type
9651         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9652         be re-activated by defining REDUCE_LITERALS)
9653         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9654         unsigned, but are signed by default
9655         * src/SDCCval.c (constVal): rearranged
9656         * src/SDCCval.c (valMod): preliminary fix
9657         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9658         * support/regression/literalop.c: added, work in progress
9659
9660 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9661
9662         Generate warnings for useless declarations like "char data;"
9663         that don't do what new users expect.
9664
9665         * src/SDCC.y
9666         * support/Util/SDCCerr.h
9667         * support/Util/SDCCerr.c
9668
9669 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9670
9671         * src/SDCCval.c (valMult): fix overflow detection of negative int
9672
9673 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9674
9675         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9676
9677         Changes to support big endian targets:
9678
9679         * src/ports.h
9680         * src/SDCCglue.c
9681         * src/avr/main.c
9682         * src/ds390/main.c
9683         * src/izt/i186.c
9684         * src/mcs51/main.c
9685         * src/pic/main.c
9686         * src/pic16/main.c
9687         * src/xa51/main.c
9688         * src/z80/main.c
9689
9690 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9691
9692         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9693         * device/lib/time.c: fixed warning "integer overflow in expression"
9694
9695 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9696
9697         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9698         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9699         constants are unsigned; added recognition of "u" flag for unsigned
9700         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9701         * src/SDCCval.c (valDiv, valMod): fixed signdness
9702         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9703         signedness of modulo, left and right shift
9704         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9705         * support/Util/SDCCerr.h: added warning W_INT_OVL
9706         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9707         * src/SDCCast.c (ast_print): improved output of constants
9708
9709 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9710
9711         Fixed some warnings when building with MSVC:
9712
9713         * as/mcs51/asdata.c
9714         * as/z80/asdata.c
9715         * as/mcs51/asm.h
9716         * as/z80/asm.h
9717         * link/z80/aslink.h
9718         * link/z80/lkdata.c
9719         * link/z80/lkeval.c
9720         * link/z80/lkgb.c
9721         * link/z80/lkihx.c
9722         * link/z80/lks19.c
9723         * link/z80/lksym.c
9724         * support/cpp2/cpplib.c
9725         * src/ds390/gen.c
9726         * src/mcs51/gen.c
9727
9728 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9729
9730         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9731
9732 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9733
9734         * support/librarian/clean.mk: Do not remove Makefile.
9735         * support/librarian/Makefile: added.
9736
9737 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9738
9739         Added librarian to MSVC build:
9740         * all.dsp
9741         * sdcc.dsw
9742         * support/librarian/librarian.dsp
9743
9744         'configure' not needed for librarian, removed:
9745         * support/librarian/configure
9746         * support/librarian/configure.in
9747         * support/librarian/config_in.h
9748         * support/librarian/Makefile.in
9749
9750         Hopefully these ones built the librarian and the rest of sdcc properly:
9751         * Makefile
9752         * Makefile.common.in
9753
9754         Messed up 'configure', so revert to previous version:
9755         * configure
9756         * configure.in
9757
9758 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9759
9760         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9761         there, while the mantissa of a double is "only" 53 bits wide.
9762
9763 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9764
9765         Adding sdcclib to the build.  MSVC project coming soon.
9766         Files added/changed:
9767
9768         * support/librarian/clean.mk
9769         * support/librarian/configure
9770         * support/librarian/configure.in
9771         * support/librarian/config_in.h
9772         * support/librarian/Makefile.bcc
9773         * support/librarian/Makefile.in
9774         * support/librarian/sdcclib.c
9775         * Makefile.bcc
9776         * Makefile
9777         * Makefile.common.in
9778         * configure
9779         * configure.in
9780
9781 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9782
9783         Linker now complaints if linked modules have conflicting options, for
9784         example, one compiled using --model-large and another one compiled with
9785         --model-small.  The following files were modified:
9786
9787         * as/mcs51/asdata.c
9788         * as/mcs51/aslink.h
9789         * as/mcs51/asm.h
9790         * as/mcs51/asmain.c
9791         * as/mcs51/asout.c
9792         * as/mcs51/i51pst.c
9793         * as/mcs51/lkdata.c
9794         * as/mcs51/lklibr.c
9795         * as/mcs51/lkmain.c
9796         * as/z80/asdata.c
9797         * as/z80/asm.h
9798         * as/z80/asmain.c
9799         * as/z80/asout.c
9800         * as/z80/z80pst.c
9801         * link/z80/aslink.h
9802         * link/z80/lkdata.c
9803         * link/z80/lklibr.c
9804         * link/z80/lkmain.c
9805         * src/SDCCglue.c
9806
9807 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9808
9809         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9810         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9811
9812 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9813
9814         * src/z80/mappings.i: fix _mul[us][int,long] entries
9815
9816 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9817
9818         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9819
9820 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9821
9822         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9823         * support/regression/tests/bitopcse.c: added
9824         fixed warning:
9825         * src/avr/gen.c:
9826         * src/pic/gen.c:
9827         * src/pic16/gen.c:
9828         * src/z80/gen.c:
9829         * src/xa51/gen.c:
9830
9831 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9832
9833         added support for new library format to z80, gbz80 linkers:
9834         *link/z80/aslink.h
9835         *link/z80/lklex.c
9836         *link/z80/lklib.c
9837         *link/z80/lklist.c
9838
9839 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9840
9841         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9842         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9843
9844 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9845
9846         added DUMMY_READ_VOLATILE:
9847         * src/SDCC.y:
9848         * src/avr/gen.c:
9849         * src/xa51/gen.c:
9850         * src/z80/gen.c:
9851         * src/pic/gen.c:
9852         * src/pic16/gen.c:
9853         * src/mcs51/gen.c:
9854         * src/ds390/gen.c:
9855         * src/SDCCcse.c (algebraicOpts): many improvements
9856         * src/SDCCcse.h: removed algebraicOpts()
9857         * src/SDCCicode.c (picDummyRead): added
9858
9859 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9860
9861         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9862         "Insufficient space in data memory".
9863
9864 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9865
9866         * src/mcs51/gen.c: fixed bug #771358
9867         * src/z80/gen.c: fixed bug #759087
9868
9869 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9870
9871         * src/pic16/glue.c: minor cleanup by Vangelis
9872
9873 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9874
9875         * device/include/regc515c.h: fixed #758477
9876         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9877         * device/lib/_gptrput.c: saved a few bytes
9878         * my tab spacing is 8, yours too?)
9879         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9880         * device/lib/serial.c: process RX bytes earlier than TX bytes
9881         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9882
9883 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9884
9885         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9886
9887 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9888
9889     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9890
9891 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9892
9893         * device/lib/Makefile.in: bad fix, reverted to 1.43
9894
9895 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9896
9897         * device/lib/Makefile.in: added missing z80 object files
9898
9899 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9900
9901         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9902         pic16 progress by Vangelis:
9903         * src/SDCCglobl.h:
9904         * src/SDCCmain.c:
9905         * src/pic/Makefile:
9906         * src/pic:
9907         * pic/Makefile:
9908         * pic16/device.c:
9909         * pic16/device.h:
9910         * pic16/gen.c:
9911         * pic16/gen.h:
9912         * pic16/genarith.c:
9913         * pic16/glue.c:
9914         * pic16/main.c:
9915         * pic16/pcode.c:
9916         * pic16/pcode.h:
9917         * pic16/pcodepeep.c:
9918         * pic16/peeph.def:
9919
9920 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9921
9922     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9923
9924 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9925
9926     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9927     added gbz80 build to MSVC project.
9928     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9929     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9930     from 8051 stuff and setup so it links using a .lnk file.
9931
9932 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9933
9934     * support/librarian/sdcclib.c: sdcc librarian.
9935     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9936     with sdcclib.
9937
9938 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9939
9940     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9941
9942 2003-07-02  Borut Razem <borut.razem AT siol.net>
9943
9944         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9945         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9946         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9947         src/xa51/main.c, src/z80/main.c:
9948         virtualization of glue() function: each port has it's own glue function,
9949         which is accessed by do_glue function pointer in PORT.general structure
9950
9951 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9952
9953         * DS800C400 fun, improved ROM interface and tinibios.
9954
9955 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9956
9957         * More support for DS80C400. Now includes beginning of interface to ROM.
9958
9959 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9960
9961         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9962
9963 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9964
9965         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9966
9967 2003-06-19  Borut Razem <borut.razem AT siol.net>
9968
9969         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9970
9971 2003-06-19  Borut Razem <borut.razem AT siol.net>
9972
9973         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9974         fixed Z80 port - crt0.o: cannot open.
9975
9976 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9977
9978         * support/Util/MySystem.c (merge_command): revert bad fix
9979
9980 2003-06-18  Borut Razem <borut.razem AT siol.net>
9981
9982         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9983
9984 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9985
9986         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9987         option --use-stdout sends errors to stdout instead of stderr.
9988
9989 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9990
9991         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9992
9993 2003-06-15  Borut Razem <borut.razem AT siol.net>
9994
9995         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9996         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9997         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9998         fixed width array of pointers replaced with sets;
9999         multiple include and lib paths ared transferred to preprocessor and linker
10000         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
10001         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
10002         fixed width array of pointers
10003         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
10004         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
10005         fixupPath(), getPathDifference()
10006         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
10007         fixed width array of pointers
10008
10009 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
10010
10011         * src/pic16/ralloc.c: fix warnings
10012         * src/pic16/pcode.c: fix warning
10013
10014 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
10015
10016          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
10017         know all the details, but essentially this set of changes enable
10018         the pic16 port to generate movff instructions and generate assembler
10019         directives,
10020         * src/SDCCmain.c:
10021         * src/pic16/gen.c:
10022         * src/pic16/glue.c:
10023         * src/pic16/pcode.c:
10024         * src/pic16/device.c:
10025         * src/pic16/main.c:
10026         * src/pic16/pcode.h:
10027         * src/pic16/pcoderegs.c:
10028         * src/pic16/ralloc.c:
10029         * src/pic16/ralloc.h:
10030
10031 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10032
10033         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10034         added option --vc, so sdcc errors and warnings are compatible with
10035         Microsoft Visual Studio.
10036
10037 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10038
10039         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
10040           device/lib/libfloat.lib: added atof function.
10041
10042 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
10043
10044         * doc/sdccman.lyx: updated to Lyx 1.3
10045         * doc/cdbfileformat.lyx: updated to Lyx 1.3
10046         * doc/test_suite_spec.lyx: updated to Lyx 1.3
10047         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
10048
10049 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
10050
10051         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10052
10053 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10054
10055         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10056           additions to the "related tools/documentation" section
10057
10058 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10059
10060         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10061
10062 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10063
10064         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10065         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10066
10067 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10068
10069         * doc/sdccman.lyx: fix double dash and other minor things
10070         * doc/Makefile: fix double dash
10071
10072 2003-05-28  Karl Bongers(patches from Martin Helmling)
10073         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10074           condition and ignore commands.
10075
10076 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10077
10078         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10079           is in parts still quite out of date, I did changes as far as I felt makes sense
10080           for a non-native english speaker.
10081           Please feel free to add to the manual or to correct my changes.
10082         * doc/Makefile: undid touching the date of intermediate tex files.
10083
10084 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10085
10086         * doc/sdccman.lyx: Manual has an index now
10087
10088 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10089
10090         Finalize muluint/mulsint and mululong/mulslong merging:
10091         * device/lib/_mulint.c
10092         * device/lib/_mullong.c
10093         * device/lib/gbz80/mul.s
10094         * device/lib/gbz80/stubs.s
10095         * device/lib/z80/mul.s
10096         * device/lib/z80/stubs.s
10097         * src/SDCCsymt.c (initCSupport)
10098
10099 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10100
10101         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10102         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10103           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10104           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10105           instead of /Zm500.
10106
10107 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10108
10109         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10110           the regression tests I'm not brave enough to enable 245.b, 245.c
10111         * doc/sdccman.lyx: added latex preamble for hyperref package.
10112           Using pdflatex this will give you a hyperlinked pdf file with
10113           bookmarks. (prepend '%' before /usepackage if this breaks something)
10114
10115 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10116
10117          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10118
10119 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10120
10121         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10122
10123 2003-05-21    <johan AT balder>
10124
10125         * src/SDCCglue.c (printIval): fixed bug #739934
10126
10127 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10128
10129         Applied patch from bug 737905 (renamed yylineo to mylineno):
10130         * src/altlex.c
10131         * src/SDCCast.c
10132         * src/SDCglobl.h
10133         * src/SDCC.lex
10134         * src/SDCCsymt.c
10135         * src/SDCCval.c
10136         * src/pic16/pcode.c: Cleaned warnings
10137         * src/pic16/pcodeflow.c: Cleaned warnings
10138         * src/pic16/pcoderegs.c: Cleaned warnings
10139
10140 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10141
10142         * src/pic16/pcode.c: Cleaned warnings
10143         * src/pic16/pcodepeep.c: Cleaned warnings
10144         * src/pic16/ralloc.c: Cleaned warnings
10145
10146 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10147
10148         * doc/sdccman.lyx: fixed bug 739745
10149         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10150
10151 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10152
10153         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10154         it can be defined with CFLAGS when running configure
10155         * src/SDCCmain.c: fixed compiling + linking with object files
10156
10157 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10158
10159         * configure.in: configure for pic16 port,
10160             added --disable-pic16-port
10161         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10162         * src/SDCCmain.c: linkOptions is changed to set *,
10163             added if/endif conditional macros to remove options help
10164             messages from optionsTable when a port is not configured, added
10165             support for the PIc16 port in the ports table, when executing
10166             the compiler with no port specified on command line, a default
10167             port is selected with the new macro DEFAULT_PORT which is
10168             defined in port.h, in setDefaultOptions() linkOptions is removed
10169             from initialization assignment, since now it is a set,
10170             parseCmdLine uses setParseWithComma for linkOptions, in
10171             linkEdit() linkOptions are accessed with new function indexSet()
10172             which returns the i'th item of a set variable. See SDCCset.c, in
10173             linkEdit() when calling buildCmdLine(), added linkOptions as
10174             last argument. Now users can pass arguments to gplink via the
10175             -Wl option, main() uses pic16glue() to glue up pic16 programs
10176         * src/SDCCpeeph.c: various changes to support pic16
10177         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10178             return the i'th item of the set
10179         * src/SDCCset.h: added function prototype for indexSet()
10180         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10181         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10182         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10183             added macro DEFAULT_PORT
10184         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10185         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10186             generated
10187         * src/pic16/glue.c: commented out some error producing lines
10188         * src/pic16/main.c: __config directives are commented out to stop
10189             gpasm complaining and test the linkage with gplink, _linkCmd and
10190             _asmCmd changed to be more gplink and gpasm friendly
10191         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10192             produced an error when parsed, peep rule 12 is added to utilize
10193             movff, but it is commented out since the pCode does not support
10194             yet a command with 2 address arguments
10195
10196 2003-05-18    <johan AT balder>
10197
10198         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10199         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10200 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10201
10202         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10203   Added feature to script commands from file.
10204
10205 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10206
10207         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10208         * src/SDCCutil.c: include ctype.h for win32
10209
10210 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10211
10212         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10213
10214 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10215
10216         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10217   Fixed so you can set breakpoints prior to run, run does not stop
10218   on entry now.  Add tbreak.  Other enhancements and fixes for use
10219   with ddd.
10220
10221 2003-05-12  Borut Razem <borut.razem AT siol.net>
10222
10223         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10224
10225 2003-05-11  Borut Razem <borut.razem AT siol.net>
10226
10227         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10228         the path of bin directory, so that PATH is the only env. variable, which has to be set
10229         in case of standard installation.
10230         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10231         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10232         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10233
10234 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10235
10236         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10237         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10238         temp files are in the port dir; clean the gen/test directory when
10239         generating new test.c
10240         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10241         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10242         * support/regression/tests/zeropad.c: added
10243
10244 2003-05-09    <johan AT balder>
10245
10246         * src/SDCCglue.c: fixed bug #597940
10247
10248 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10249
10250         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10251   cache sfr, optimize next,step, fix off by one sourceline,
10252   support ddd list function.
10253         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10254
10255 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10256
10257         * support/regression/HTMLgen.py: added compare_s2f()
10258         * support/regression/Makefile: redo 1.27
10259         * support/regression/generate-cases.py: redo 1.5
10260
10261 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10262
10263         * support/regression/tests/float.c: workaround 33 bit hex constant
10264         * support/regression/tests/simplefloat.c: fix division for host
10265
10266 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10267
10268         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10269         that tame's the PIC's over-aggressive optimizer.
10270
10271 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10272
10273          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10274          support for MSVC.
10275
10276 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10277
10278         Initial support for DS80C400. "Hello world" runs on TINIm400
10279         (with polled I/O).
10280
10281 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10282
10283          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10284          * Some notes on ddd usage added in debugger/README
10285          Martin Helmling adding more features and fixes for ddd GUI debugger.
10286          Code added for nexti, stepi, up, down, and other adjustments.
10287
10288 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10289
10290         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10291         * src/pic/peeph.def Added two rules to optimize carry manipulation
10292         * src/pic/* removed debug printfs
10293
10294 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10295
10296         * debugger/mcs51/cmd.c: added header newalloc.h
10297
10298 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10299
10300         * as/Makefile: new EXEEXT
10301         * as/z80/Makefile: remove trailing slash of BUILDIR
10302         * as/z80/clean.mk: new EXEEXT
10303         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10304         * support/cpp2/Makefile.in: new EXEEXT
10305         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10306
10307 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10308
10309         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10310         EXEEXT was introduced to fix all related problems with targets
10311         "clean", "install" and "uninstall"; a couple of further flaws
10312         especially with "clean" have been fixed too
10313         * as/mcs51/Makefile.in
10314         * as/mcs51/clean.mk
10315         * as/z80/Makefile
10316         * Makefile
10317         * clean.mk
10318         * debugger/mcs51/Makefile.in
10319         * debugger/mcs51/clean.mk
10320         * link/z80/Makefile
10321         * link/z80/Makefile.in
10322         * link/z80/clean.mk
10323         * link/Makefile
10324         * packihx/Makefile.in
10325         * packihx/clean.mk
10326         * sim/ucsim/Makefile
10327         * sim/ucsim/clean.mk
10328         * sim/ucsim/avr.src/Makefile.in
10329         * sim/ucsim/avr.src/clean.mk
10330         * sim/ucsim/s51.src/Makefile.in
10331         * sim/ucsim/s51.src/clean.mk
10332         * sim/ucsim/xa.src/Makefile.in
10333         * sim/ucsim/xa.src/clean.mk
10334         * sim/ucsim/z80.src/Makefile.in
10335         * sim/ucsim/z80.src/clean.mk
10336         * sim/ucsim/main_in.mk
10337         * sim/ucsim/packages_in.mk
10338         * sim/ucsim/gui.src/Makefile.in
10339         * sim/ucsim/gui.src/serio.src/Makefile.in
10340         * sim/ucsim/gui.src/serio.src/clean.mk
10341         * src/Makefile.in
10342         * src/clean.mk
10343         * support/cpp2/Makefile.in
10344         * support/cpp2/clean.mk
10345         * support/makebin/Makefile
10346         * support/makebin/clean.mk
10347         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10348         * doc/sdccman.lyx: --program-suffix no longer needed
10349
10350 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10351
10352          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10353          Martin Helmling added support for ddd GUI debugger.
10354          Code added to display assembly, set variables, and other commands
10355          to interface to ddd.
10356
10357 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10358
10359         * as/Makefile: fix target clean
10360         * as/clean.mk: fix target clean
10361         * as/z80/clean.mk: fix target clean
10362
10363 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10364
10365         * Makefile.common.in: added  AT EXEEXT AT
10366         * configure.in: removed all mingw32 stuff
10367         * configure: rebuilt from configure.in
10368         * doc/sdccman.lyx: updated section "installation"
10369         * support/scripts/sdcc_mingw32: adapted to configure
10370         * support/scripts/sdcc_cygwin_mingw32: added
10371
10372 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10373
10374         * src/pic Added object file support for the PIC port
10375         * src/pic Applied patch from Craig Franklin (this started the object file support)
10376         * src/regression Updated the PIC regression tests for object files
10377
10378 2003-04-20  Borut Razem <borut.razem AT siol.net>
10379
10380         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10381           lklex.c: In function `getfid':
10382           lklex.c:203: warning: array subscript has type `char'
10383         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10384           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10385         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10386           stack handling macros
10387
10388 2003-04-19  Borut Razem <borut.razem AT siol.net>
10389
10390         * "handling space characters in file path" task:
10391         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10392         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10393         * support/Util/MySystem.h: make it self-sufficient
10394         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10395           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10396           handling space characters in file path
10397         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10398           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10399         * support/Util/MySystem.c: handling space characters in executable's path
10400
10401 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10402
10403         * as/z80/Makefile: fix permanent rebuild of z80
10404         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10405         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10406
10407 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10408
10409         * src/SDCCopt.c: add special case optimization to replace modulo by
10410           a power of two with a bitwise AND.
10411
10412 2003-04-18    <johan AT balder>
10413
10414         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10415
10416 2003-04-17    <johan AT balder>
10417
10418         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10419         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10420
10421 2003-04-13  Borut Razem <borut.razem AT siol.net>
10422
10423         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10424         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10425           fixed mingw problem in adl_NORMALIZE_PATH
10426
10427 2003-04-12  Borut Razem <borut.razem AT siol.net>
10428
10429         * fixed "#pragma SAVE/RESTORE can not be nested":
10430         * src/SDCC.lex: reworked pragma handling functions
10431         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10432         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10433
10434 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10435
10436         * src/SDCCutil.c (pathEquivalent): defined but not used
10437         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10438         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10439         * configure: rebuilt from configure.in
10440         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10441         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10442         * device/include/Makefile.in: replace sdcc_datadir
10443         * device/lib/Makefile.in: replace sdcc_datadir
10444         * Makefile.common.in: add LDFLAGS from configure
10445         * packihx/Makefile.in: use LDFLAGS
10446         * src/Makefile.in: use LDFLAGS
10447         * support/cpp2/Makefile.in: add LDFLAGS from configure
10448         * support/makebin/Makefile: use LDFLAGS
10449         * .version: bumped version number to 2.3.5
10450
10451 2003-04-12  Borut Razem <borut.razem AT siol.net>
10452
10453         * completed "different paths" task:
10454         * src/SDCCmacro.c: fixed bug in handling quotes
10455         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10456         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10457
10458 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10459
10460         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10461
10462 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10463
10464         * ds390/gen.c ds390/peeph.def: fix bug 706781
10465
10466 2003-04-11  Borut Razem <borut.razem AT siol.net>
10467
10468         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10469
10470 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10471
10472         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10473         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10474          set - this bit used to not be set...).
10475         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10476           bad code in PIC Port
10477         * src/regression/and2.c added to test bug 609268
10478         * src/regression/Makefile added and2.c to regression test
10479
10480
10481 2003-04-08    <johan AT CP255758-A>
10482
10483         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10484         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10485         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10486
10487 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10488
10489         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10490         fix bug #487815
10491         * support/cpp2/Makefile.in: fix bug #487815
10492         * configure: rebuilt from configure.in
10493         * Makefile.common.in: docdir changed, new path suffixes
10494         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10495         * sdcc_vc_in.h: reflect changes from sdccconf.h
10496         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10497         * src/SDCCutil.h: remove BINDIR hack
10498         * doc/sdccman.lyx: update new path hierarchy
10499
10500 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10501
10502         * src/SDCCpeeph.c: added okToRemoveSLOC test
10503
10504 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10505
10506         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10507
10508 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10509
10510         * src/SDCCpeeph.c: added labelIsReturnOnly test
10511         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10512
10513 2003-04-05    <johan AT balder>
10514
10515         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10516         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10517         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10518         * src/SDCCast.c: fixed a warning
10519         * src/SDCCast.h: fixed a warning
10520         * src/SDCCicode.c (operandFromAst): fixed a warning
10521
10522 2003-04-04    <johan AT balder>
10523
10524         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10525         * src/SDCCast.c (decorateType): fixed bug #715076
10526         * src/SDCC.y: fixed bug #702907
10527
10528 2003-04-03    <johan AT balder>
10529
10530         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10531         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10532         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10533         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10534         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10535
10536 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10537
10538         * _decdptr.c: fix return values
10539         * _gptrget.c: fix return values
10540         * _gptrgetc.c: fix return values
10541         * _gptrput.c: fix return values
10542         * _mulint.c: fix return values
10543         * as/z80/Makefile: fix 'make -j' problem
10544
10545 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10546
10547         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10548         * configure.in: big cleanup, updated to autoconf 2.5x
10549         * configure: rebuilt from configure.in
10550         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10551         * sdcc_vc_in.h: reflect changes from sdccconf.h
10552         * doc/Makefile: fixed a flaw in "make install"
10553
10554 2003-04-02    <johan AT balder>
10555
10556         * src/ds390/gen.c (genCmp): no comments
10557         * src/mcs51/gen.c (genCmp): no comments
10558         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10559         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10560
10561 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10562
10563         * support/regression/generate-cases.py: place generated file in given sub directory
10564         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10565         * support/regression/Makefile: improvements for 'make -j';
10566         side effect: it's simpler and faster now
10567
10568 2003-03-31  Borut Razem <borut.razem AT siol.net>
10569
10570         * src/z80/main.c: link-{port} and as-{port} defined without path
10571         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10572
10573 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10574
10575         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10576
10577 2003-03-30  Borut Razem <borut.razem AT siol.net>
10578
10579         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10580           changed type of list parameter to set
10581         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10582         * src/port.h: changed type of do_assemble() parameter to set
10583         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10584           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10585           definition of "cppoutfilename" macro with NULL value in preProcess()
10586         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10587         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10588         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10589           replaced with set *binPathSet
10590         * shash_add() deallocates the item, if allready exsists, before adding the new one
10591         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10592
10593 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10594
10595         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10596           a nested for loop bug in the PIC port
10597         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10598           for loops
10599
10600 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10601
10602         * support/Util/dbuf.h: remove C++ stuff to make it portable
10603
10604 2003-03-28  Borut Razem <borut.razem AT siol.net>
10605
10606         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10607           literal strings in stringLiteral()
10608         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10609         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10610           to the project
10611
10612 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10613
10614         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10615
10616 2003-03-26    <johan AT balder>
10617
10618         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10619         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10620         * src/SDCCast.c (decorateType): fixed " -v < 3"
10621
10622 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10623
10624         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10625         Added Lenny Story's debug infrastructure changes:
10626         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10627         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10628         * src/cdbFile.c: added
10629         * src/SDCCdebug.c: added
10630         * src/SDCCdebug.h: added
10631         * src/SDCCast.c (createFunction)
10632         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10633         * src/SDCCmain.c (parseCmdLine, main)
10634         * src/SDCCmem.c (redoStackOffsets)
10635         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10636         * src/SDCCsymt.h
10637         * src/common.h
10638         * src/avr/gen.c (genAVRCode)
10639         * src/ds390/gen.c (gen390Code)
10640         * src/mcs51/gen.c (gen51Code)
10641         * src/pic/gen.c (genpic14Code)
10642         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10643         * src/xa51/gen.c (genXA51Code)
10644         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10645
10646 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10647
10648         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10649         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10650
10651 2003-03-22    <johan AT balder>
10652
10653         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10654
10655 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10656
10657         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10658         * doc/cdbfileformat.lyx: added, written by Lenny Story
10659         * doc/Makefile: added cdbfileformat.lyx
10660         * doc/clean.mk: added cdbfileformat.lyx
10661
10662 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10663
10664         * src/mcs51/peeph.def: fix bug #705773
10665
10666 2003-03-20    <johan AT balder>
10667
10668         An sfr/sbit can have an "at #" AND an initializer
10669         * src/SDCCsymt.c (checkSClass):
10670         * src/SDCCmem.c (allocGlobal):
10671         * src/SDCCmem.c (allocLocal):
10672         * src/SDCCast.c (createBlock):
10673
10674 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10675
10676         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10677
10678 2003-03-16    <johan AT balder>
10679
10680         Undid the hackup of const and volatile, the problem is much bigger
10681         * src/SDCC.y:1.65
10682         * src/SDCCast.c:1.171
10683         * src/SDCCglue.c:1.138
10684         * src/SDCCicode.c:1.146
10685         * src/SDCCsymt.c:1.150
10686         * src/SDCCval.c:1.65
10687
10688 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10689
10690         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10691         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10692
10693 2003-03-13    <johan AT balder>
10694
10695         Hackup const and volatile modifiers in type chains a bit:
10696         * src/SDCC.y:1.63
10697         * src/SDCCast.c:1.169
10698         * src/SDCCglue.c:1.136
10699         * src/SDCCicode.c:1.143
10700         * src/SDCCsymt.c1.146
10701         * src/SDCCsymt.h1.59
10702         * src/SDCCval.c:1.63
10703
10704 2003-03-12    <johan AT balder>
10705
10706         * src/SDCCBBlock.h: more LRH debugging junk
10707         * src/SDCCcflow.h: more LRH debugging junk
10708         * src/SDCCloop.c: more LRH debugging junk
10709         * src/SDCC.y (struct_declaration): fixed bug #697590
10710         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10711         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10712         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10713
10714 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10715         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10716         test function names must now match exactly).
10717         * src/SDCCcse.c: added special case in findCheaperOp to allow
10718         extending a short integer. Makes less awful code for bug 700121 test case.
10719
10720 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10721
10722         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10723         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10724
10725 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10726
10727         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10728         actually called (operandsNotEqual() was called for all
10729         operandsNotEqualX tests).
10730
10731 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10732
10733         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10734         with shorter literals. Fixes bug 700121.
10735
10736 2003-03-11    <johan AT balder>
10737
10738         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10739
10740 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10741
10742         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10743         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10744
10745 2003-03-10  Borut Razem <borut.razem AT siol.net>
10746
10747         * src/SDCCmain.c: pipe preprocessor's output
10748         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10749         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10750         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10751         which closes all pipes in pipeSet set
10752         * src/SDCCset.c: free deleted item in function deleteSetItem()
10753         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10754         moved from z80 to src subproject
10755         * .version: increased version number to 2.3.4
10756
10757 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10758
10759         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10760         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10761         * support/regression/ports/xa51/spec.mk: fix typo
10762
10763 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10764
10765         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10766
10767 2003-03-09  Borut Razem <borut.razem AT siol.net>
10768
10769         * src/SDCCmain.c: pipe preprocessor's output
10770         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10771         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10772         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10773         which closes all pipes in pipeSet set
10774         * src/SDCCset.c: free deleted item in function deleteSetItem()
10775         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10776         moved from z80 to src subproject
10777
10778 2003-03-09  Borut Razem <borut.razem AT siol.net>
10779
10780         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10781         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10782         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10783         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10784         * src/SDCCglobl.h: unification of WIN32 native definitions
10785
10786 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10787
10788         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10789
10790 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10791
10792         * src/configure.in:   check for endianess (even while cross-compiling)
10793         * src/configure:      check for endianess (even while cross-compiling)
10794         * src/configure_in.h: check for endianess (even while cross-compiling)
10795         * src/avr/gen.c:        remove old endianess stuff
10796         * src/mcs51/gen.c:      remove old endianess stuff
10797         * src/ds390/gen.c:      remove old endianess stuff
10798         * src/pic/gen.c:        remove old endianess stuff
10799         * src/pic/genarith.c:   remove old endianess stuff
10800         * src/pic/glue.c:       fix endianess check
10801         * src/pic16/gen.c:      remove old endianess stuff
10802         * src/pic16/genarith.c: remove old endianess stuff
10803         * src/pic16/glue.c:     fix endianess check
10804         * src/xa51/gen.c:       remove old endianess stuff
10805         * src/z80/gen.c:        fix endianess check
10806         * src/SDCCglue.c:       fix endianess check
10807         * src/ds390/peeph.def: fix bug 700036
10808
10809 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10810
10811         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10812         * src/configure: find appropriate data-types on host for SDCC's int and long
10813         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10814         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10815         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10816
10817 2003-03-07    <johan AT balder>
10818
10819         Just a big NOOP:
10820                 some minor cleanups before the big shot
10821                 OP_DEFS and OP_USES now use Kevin's protection
10822                 new option --nolabelopt
10823
10824         * src/SDCCBBlock.c:
10825         * src/SDCCast.c,:
10826         * src/SDCCcflow.c:
10827         * src/SDCCcse.c:
10828         * src/SDCCicode.c:
10829         * src/SDCCicode.h:
10830         * src/SDCClabel.c:
10831         * src/SDCCloop.c:
10832         * src/SDCCmain.c:
10833         * src/ds390/ralloc.c:
10834         * src/mcs51/ralloc.c:
10835         * src/pic/ralloc.c:
10836         * src/xa51/ralloc.c:
10837         * src/z80/ralloc.c:
10838
10839 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10840
10841         * src/pic/pcode.c (get_op): fix 64 bit warnings
10842         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10843         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10844         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10845         * support/regression/tests/malloc.c: fix 64 bit warnings
10846
10847 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10848
10849         * src/mcs51/gen.c (genMinus): fixed bug 696436
10850
10851 2003-03-02  Borut Razem <borut.razem AT siol.net>
10852
10853         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10854
10855 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10856
10857         * configure.in: test for mkstemp
10858         * sdccconf_in.h: add HAVE_MKSTEMP
10859
10860 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10861
10862         * device/include/ctype.h: removed warning while using --stack-auto
10863         * device/include/malloc.h: removed warning while using --stack-auto
10864         * device/include/string.h: removed warning while using --stack-auto
10865
10866 2003-02-23  Borut Razem <borut.razem AT siol.net>
10867
10868         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10869         because NDEBUG is defined (see man assert)
10870         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10871
10872 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10873
10874         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10875         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10876
10877 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10878
10879         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10880         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10881
10882 2003-02-18    <johan AT balder>
10883
10884         * as/mcs51/asmain.c (asmbl): module can start with a digit
10885         * as/z80/asmain.c (asmbl): module can start with a digit
10886
10887 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10888
10889         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10890         * src/asm.c: fix pipe() for Mingw32
10891
10892 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10893
10894         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10895         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10896         make -V work again; --c1mode reads now from stdin
10897         * doc/sdccman.lyx: added --c1mode
10898         * support/Util/SDCCerr.c: new messages for c1 mode
10899         * support/Util/SDCCerr.h: new messages for c1 mode
10900         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10901
10902 2003-02-15    <johan AT balder>
10903
10904         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10905
10906 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10907
10908         * doc/sdccman.lyx: Environment variables, -o and other minor things
10909
10910 2003-02-14    <johan AT balder>
10911
10912         * src/xa51/main.c: before anyone really tries to use it :)
10913
10914         * Install doc's in share/sdcc/doc
10915         * removed some obsolete files
10916         * Do a proper make distclean and uninstall
10917         M Makefile.common.in
10918         R sdccbuild.sh
10919         M as/Makefile
10920         M device/include/Makefile.in
10921         M device/lib/Makefile.in
10922         M doc/sdccman.lyx
10923         M link/Makefile
10924         M sim/ucsim/doc/Makefile.in
10925         M src/clean.mk
10926         R src/avr/peeph.rul
10927         R src/xa51/peeph.rul
10928         M support/cpp2/Makefile.in
10929         M support/makebin/Makefile
10930
10931
10932 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10933
10934         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10935
10936 2003-02-10  Borut Razem <borut.razem AT siol.net>
10937
10938         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10939         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10940         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10941         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10942         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10943         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10944         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10945         src/z80/Makefile.bcc: Borland Makefile cleanup
10946         * as/z80/Makefile.bcc: Added Borland Makefile
10947         * support/cpp2/borland.h: Removed
10948
10949 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10950
10951         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10952         * src/SDCC.lex: new pragma NOIV
10953         * src/SDCCglobl.h: new pragma NOIV
10954         * src/SDCCmem.c: new pragma NOIV
10955
10956 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10957
10958         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10959
10960 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10961
10962         * src/SDCCmain.c: signal handling is switched off by --debug
10963         * doc/Makefile: small fix for install; use clean.mk again
10964         * doc/clean.mk: clean *.pdf and *.html too
10965
10966 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10967
10968         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10969         * device/lib/printfl.c: fix a ds390 bug by making it portable
10970         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10971         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10972         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10973         * debugger/mcs51/cmd.c: converted multi-line string literals
10974         * sim/ucsim/globals.cc: converted multi-line string literals
10975         * src/SDCCmain.c: introduced signal handler to remove temp files
10976         * doc/Makefile: small tweaks, implement clean
10977         * doc: removed generated files
10978
10979 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10980
10981         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10982         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10983         Address Record is not correctly generated for DS390."
10984
10985 2003-02-02  Borut Razem <borut.razem AT siol.net>
10986
10987         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10988         * as/mcs51/asm.h: fixed compilation with Borland C
10989         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10990         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10991         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10992         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10993         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10994         src/z80/Makefile.bcc: delete $(LIB) only if exist
10995         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10996
10997 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10998
10999         * device/include/malloc.h: introduced NULL
11000         * device/include/string.h: introduced NULL
11001         * device/include/stdlib.h: introduced NULL
11002         * device/lib/_memcpy.c: removed NULL
11003         * device/lib/_strcat.c: removed NULL
11004         * device/lib/_strchr.c: removed NULL
11005         * device/lib/_strcmp.c: removed NULL
11006         * device/lib/_strcpy.c: removed NULL
11007         * device/lib/_strcspn.c: removed NULL
11008         * device/lib/_strlen.c: removed NULL
11009         * device/lib/_strncat.c: removed NULL
11010         * device/lib/_strncmp.c: removed NULL
11011         * device/lib/_strncpy.c: removed NULL
11012         * device/lib/_strpbrk.c: removed NULL
11013         * device/lib/_strrchr.c: removed NULL
11014         * device/lib/_strspn.c: removed NULL
11015         * device/lib/_strstr.c: removed NULL
11016         * device/lib/_strtok.c: removed NULL
11017         * device/lib/malloc.c: removed NULL, include own header
11018
11019 2003-02-02    <johan AT balder>
11020
11021         * 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
11022         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
11023         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
11024         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
11025         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
11026         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
11027
11028 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11029
11030         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
11031         area 'DATA'"
11032
11033 2003-02-01    <johan AT balder>
11034
11035         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
11036
11037 2003-01-31    <johan AT CP255758-A>
11038
11039         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
11040
11041 2003-01-30    <johan AT balder>
11042
11043         * src/SDCCBBlock.c: automatic bug detection
11044         * src/SDCCicode.c: automatic bug detection
11045
11046 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11047
11048         * src/SDCCglobl.h:   now --xram-size 0 works
11049         * src/SDCCmain.c:    now --xram-size 0 works
11050
11051 2003-01-29    <johan AT balder>
11052
11053         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11054
11055 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11056
11057         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11058         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11059         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11060         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11061         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11062         * src/SDCCmain.c:    Added options --xram-size and --code-size
11063
11064 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11065
11066         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11067         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11068
11069 2003-01-27    <johan AT balder>
11070
11071         * src/SDCC.y: fixed bug #613764
11072
11073 2003-01-26    <johan AT balder>
11074
11075         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11076         * src/SDCCsymt.h: fixed bug #673374
11077         * src/SDCCglue.c: fixed bug #661910
11078         * src/SDCCast.c: fixed bug #458099 and 673374
11079
11080 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11081
11082         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11083         * as/mcs51/strcmpi.h: added
11084         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11085         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11086         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11087         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11088         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11089         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11090         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11091         * as/mcs51/Makefile.aslink: new module strcmpi
11092         * as/mcs51/Makefile.asx8051: new module strcmpi
11093         * as/mcs51/Makefil.bcc: new module strcmpi
11094         * as/mcs51/Makefile.in: new module strcmpi
11095         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11096
11097 2003-01-26    <johan AT balder>
11098
11099         * src/SDCCglue.c: reverted back to 1.124
11100         * src/SDCCast.c: reverted back to 1.156
11101         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11102
11103 2003-01-25    <johan AT balder>
11104
11105         * src/SDCCglue.c: A better fix for bug #661910
11106         * src/SDCCast.c: A better fix for bug #661910
11107         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11108
11109 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11110
11111         * src/Makefile.in: remove spawn.o
11112         * src/SDCCmain.c: remove spawn.h
11113         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11114         * src/spawn.c: removed
11115         * src/spawn.h: removed
11116         * support/regression/ports/ds390/spec.mk: link with -r
11117
11118 2003-01-24    <johan AT CP255758-A>
11119
11120         * src/ds390/gen.c (aopOp): fixed bug #667458
11121         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11122         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11123         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11124
11125 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11126
11127         * src/mcs51/peeph.def: better assembler identation by Frieder
11128         * src/mcs51/gen.c: better assembler identation by Frieder
11129
11130 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11131
11132         * as/z80/string.h: removed for gcc 3.2
11133         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11134         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11135
11136 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11137
11138         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11139         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11140         * support/regression/Makefile: separate temp files for ports
11141         * support/regression/generate-cases.py: separate temp files for ports
11142         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11143         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11144
11145 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11146
11147         * moved tinitalk to device/examples/ds390
11148
11149 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11150
11151         * as/mcs51/lkmem.c: rflag is for DS390
11152         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11153         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11154                          (linkEdit): move mem- and map-files the same way as ihx-files
11155         * src/z80/main.c (_setDefaultOptions): removed --generic
11156         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11157         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11158         * src/pic/glue.c (picglue): --c1mode works again
11159         * src/pic16/glue.c (pic16glue): --c1mode works again
11160         * src/asm.c (printCLine): fix #660034
11161
11162 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11163
11164         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11165         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11166         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11167         * as/mcs51/lkmem (summary): better fix for sp problem
11168         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11169         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11170         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11171                                               remove --stack-after-data
11172
11173 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11174
11175         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11176         * src/SDCCutil.c (join): ugly bug: missing '\0'
11177         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11178
11179 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11180
11181         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11182         * src/port.h: typo
11183         * src/pic/main.c (_asmCmd): gpasm supports -o
11184         * src/z80/main.c: more general macros
11185         * device/lib/Makefile.in: remove intermediate files
11186
11187 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11188
11189         * .version: Bumped version number to 2.3.3
11190         * src/SDCCBBlock.c: new option -o
11191         * src/SDCCglobl.h: new option -o
11192         * src/SDCCglue.c: new option -o
11193         * src/SDCCmain.c: new option -o
11194         * src/asm.c: new option -o
11195         * src/ds390/main.c: new option -o
11196         * src/pic/glue.c: new option -o
11197         * src/pic/pcode.c: new option -o
11198         * src/pic/ralloc.c: new option -o
11199         * src/pic16/glue.c: new option -o
11200         * src/pic16/pcode.c: new option -o
11201         * src/pic16/ralloc.c: new option -o
11202         * src/z80/main.c: new option -o
11203         * device/lib/Makefile.in: use -o
11204         * support/regression/ports/ds390/spec.mk: use -o
11205         * support/regression/ports/gbz80/spec.mk: use -o
11206         * support/regression/ports/mcs51/spec.mk: use -o
11207         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11208         * support/regression/ports/z80/spec.mk: use -o
11209         * support/regression/ports/ucz80/spec.mk: use -o
11210         * support/regression/ports/xa51/spec.mk: use -o
11211         * support/regression/fwk/lib/timeout.c: fix usage string
11212
11213 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11214         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11215
11216 2003-01-07    <johan AT balder>
11217
11218         * src/SDCCast.c (decorateType): fixed bug #600035
11219
11220 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11221         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11222         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11223         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11224         * src/pic/pcode.c: outcommented unused variable to remove warnings
11225         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11226
11227 2003-01-06    <karl AT turbobit.com>
11228         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11229    regression tests.
11230
11231 2003-01-06    <johan AT balder>
11232
11233         * src/SDCCicode.c: fixed array add
11234
11235 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11236         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11237         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11238
11239 2003-01-04    <johan AT balder>
11240
11241         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11242
11243 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11244         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11245
11246 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11247         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11248         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11249
11250 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11251         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11252
11253 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11254         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11255
11256 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11257         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11258
11259 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11260
11261     * in /sdcc/as/mcs51/ changed these files in order to create an
11262     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11263     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11264     following files to include the previous two files: aslink.dsp,
11265     Makefile.aslink, Makefile.bcc, and Makefile.in.
11266
11267     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11268     .adb instead of .cdb
11269
11270 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11271
11272         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11273         value from option --iram-size.
11274
11275 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11276
11277         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11278         dram[] array.
11279
11280 2002-09-18    <wiml AT hhhh.org>
11281
11282         * SDCClrange.h: exposed setFromRange() and setToRange()
11283         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11284           packRegsForAccUse() (bug 542397)
11285         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11286           multiple times and emitting the fetch operations more than once
11287           added aopGetUsesAcc() function to allow binary operators to
11288           fetch their operands in the correct order; made genMinus() emit
11289           compact code for X = LITERAL - Y
11290
11291 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11292         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11293         sprintf() in line 1267.
11294
11295 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11296         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11297         like ports.
11298
11299 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11300         Changes to aslink (All the changes are marked with 'JCF'):
11301
11302         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11303         summary().
11304
11305         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11306         area BSEG.  Also moves, if possible, the DATA area down into the internal
11307         ram so more space is available.
11308
11309         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11310         sflag.
11311
11312         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11313         not bytes.  Function summary() which creates a memory usage summary
11314         file with extension .mem.  Reports of overlaping stack and small stack
11315         size.  If the space for the stack is less than 16 bytes aslink trows a
11316         warning.
11317
11318         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11319         the 8051.  Option 'y' for memory summary output file.
11320
11321         Changes to sdcc (All the changes are marked with 'JCF'):
11322
11323         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11324
11325         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11326         overlaying area for it (uses RegBankUsed[4]).
11327
11328         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11329         bank zero as used by default.  By default aslink locates the stack
11330         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11331         the creation of the .mem file.  Delegates the allocation of data area
11332         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11333         the begining of the stack area to aslink.
11334
11335         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11336         glue() in SDCCglue.c creates an area for it.
11337
11338 2002-09-03  Borut Razem <borut.razem AT siol.net>
11339         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11340         sdcc/src/pic/glue.c:
11341         introduced atexit() handler for teporay files removal in case of
11342         errors, assertions, ...
11343
11344 2002-08-29  Borut Razem <borut.razem AT siol.net>
11345         * sdcc/support/cpp2/auto-host_vc_in.h:
11346         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11347         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11348         Maybe there is a similar problem with BORLANDC? It should be checked!
11349
11350         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11351         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11352         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11353         was not executed, and the compiler (cl) launched a warning:
11354         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11355
11356 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11357         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11358
11359 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11360         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11361
11362         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11363           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11364           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11365           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11366           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11367           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11368           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11369         - added Release configuration in VS projects
11370         - review of compiler an linker options
11371         - VC .exe files are generated in bin_vc directory, not to interfere
11372           with binaries generated from other projects (cygwin, mingw, bcc ...)
11373
11374         * sdcc/src/yacc.dsp: added
11375
11376         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11377         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11378         and insert the version number definitions from .version
11379
11380         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11381
11382         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11383         added - genarate auto-host.h using auto-host_vc_in.h as template
11384
11385         * sdcc/sdcc_vc.h,
11386         removed from CVS, generated automatically
11387
11388 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11389         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11390
11391 2002-08-11  Borut Razem <borut.razem AT siol.net>
11392         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11393
11394 2002-08-10  Borut Razem <borut.razem AT siol.net>
11395         * src/SDCCmain.c (main):
11396         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11397         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11398         The consequence was that some temporary files were not removed.
11399
11400         * src/SDCCglue.c:
11401         unification of code in functions tempfilename() and tempfile():
11402         function tempnam() is defined in Visual Studio 6.0 and .NET
11403
11404         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11405
11406         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11407           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11408         - removed compiler command line option /WX: Treats all warnings as errors
11409         - update a list of source files, included into the project
11410
11411         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11412           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11413         changed project type to Generic Project so that can be correcly converted to VS.NET project
11414
11415         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11416
11417         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11418
11419         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11420
11421         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11422         added return 0 statements after assert() to make compiler happy
11423
11424         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11425         added newline in the def file to keep MSC compiler satisfied
11426
11427         * sdcc/src/z80/gen.c:
11428         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11429           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11430         - solved MSC error in function aopDump()
11431
11432         * sdcc_vc.h: define PREFIX as "\\sdcc"
11433
11434 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11435         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11436
11437 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11438         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11439         - Rewrote the register banking algorithm.
11440         - Added pCode live-range analysis to registers (for now, only non-used and
11441         singly-used registers optimized away)
11442
11443         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11444
11445         * 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.
11446
11447 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11448         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11449
11450 2002-04-22  Michael Hope  <michaelh AT vroom>
11451
11452         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11453
11454         * configure.in (DD_COPT): Added include support required for gbdk.
11455
11456         * .version: Bumped version number just to increase it.
11457
11458         * src/SDCCmain.c: Added -nostdinc to the default options.
11459
11460 2002-04-15  Michael Hope  <michaelh AT vroom>
11461
11462         * device/lib/z80/printf.c (sprintf): Added.
11463
11464         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11465
11466         * src/z80/peeph.def: Added transpose redundent load rule.
11467
11468         * src/z80/main.c: Added force callee saves for jaune.
11469
11470         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11471
11472         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11473
11474 2002-03-28  Johan Knol  <johan AT balder>
11475
11476         * src/SDCCval.c: fixed bug #532436
11477
11478 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11479         * /src/port.h:
11480         Added "char *Processor" field to the port structure.
11481
11482         * /src/SDCCmain.c:
11483         Added -p option. Allows port dependent processor to be specified.
11484
11485         * all ports:
11486         Initialized the new field char *Processor field to NULL in all ports
11487
11488         * /src/pic/*:
11489         Compiler generated registers for interrupt context saving
11490         were not getting allocated.
11491
11492 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11493
11494         * /src/SDCCast.c:
11495         Fixed left shift. Will promote the left side of a left shift
11496         if a) left shifting more than size of operand or b) when assigned
11497         to something size > size of left side
11498
11499 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11500         * src/pic/*
11501         tons of changes. Register allocation has been
11502         rewritten. Added customization for the various PICs. Flow
11503         analysis is restructured. ...
11504
11505         * src/pic/device.h:
11506         Added
11507
11508         * src/pic/device.c:
11509         Added. device.c is a PIC port hack to accomodate variations
11510         in PIC devices.
11511
11512 2002-03-13  Michael Hope  <michaelh AT vroom>
11513
11514         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11515
11516 2002-03-04  johanknol  <johanknol AT manik>
11517
11518         * /src/SDCCval.c: fixed
11519
11520         const unsigned char arr[][2] = { { 0, 1 } };
11521         t18.c:1: error: Initializer element is not constant
11522
11523 2002-03-04  bela  <bela AT manik>
11524
11525         * /device/include/mcs51reg.h:
11526         ds89c420 register definition update
11527
11528 2002-03-03    <johan AT FRIJA>
11529
11530         * support/Util/SDCCerr.c: did something, but don't no why anymore
11531
11532         * support/regression/tests/bug-524691.c: made it a little less shy
11533
11534         * src/SDCCast.c (decorateType): fixed bug #524697
11535
11536         * src/SDCCast.c: made some lineno improvements
11537
11538         * src/SDCCval.c (getNelements): changed warning to error
11539
11540         * src/SDCCglue.c (printIvalArray): changed warning to error
11541
11542         * src/SDCCicode.c: fixed a warning for mingw
11543
11544         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11545
11546         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11547
11548 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11549
11550         * src/ds390/peeph.def:
11551         Added some more peephole rules
11552
11553         * src/ds390/gen.c: Various fixes & enhancements
11554
11555         * src/SDCClrange.c, src/SDCClrange.h:
11556         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11557
11558         * src/ds390/ralloc.c:
11559         various fixes & enhancements (ds390) specific
11560
11561         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11562         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11563         from rallocs.
11564
11565         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11566
11567 2002-03-02    <johan AT FRIJA>
11568
11569         * src/SDCCast.c (decorateType): fixed bug #524708
11570
11571         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11572
11573         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11574
11575 2002-03-01  Michael Hope  <michaelh AT vroom>
11576
11577         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11578
11579         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11580
11581 2002-03-01    <johan AT FRIJA>
11582
11583         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11584
11585         * src/SDCCast.c (decorateType): fixed bug #524209
11586
11587         * src/SDCCval.c (valNot): fixed bug #524195
11588
11589 2002-02-26    <johan AT balder>
11590
11591         * src/xa51/gen.c: fixed a warning
11592
11593         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11594
11595         * src/SDCCast.c (decorateType): fixed bug #522534
11596
11597 2002-02-23    <johan AT balder>
11598
11599         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11600
11601 2002-02-22    <johan AT balder>
11602
11603         * src/SDCCast.c: fixed bug #514865
11604
11605         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11606
11607 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11608
11609         * sdcc/src/SDCCloop.c:
11610         Previous fix was not good. basic blocks that have "break" or "return" are
11611         not really partof a loop , but live ranges used in these blocks should
11612         be live thru the entire loop, so set partOfLoop but don't add them to
11613         loop region
11614
11615 2002-02-21    <johan AT FRIJA>
11616
11617         * src/SDCCcse.c: fixed bug #514308
11618
11619 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11620
11621         * src/SDCCloop.c:
11622         Fixed BUG #519583. If a conditional block ended in a return/break
11623         statement inside a loop, it was not being considered part of the loop.
11624
11625         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11626
11627 2002-02-10  Karl Bongers <karl AT turbobit.com>
11628
11629         * debugger/*:
11630         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11631         with lots of comments and notes.
11632
11633         * device/examples/test2.c:
11634         Fix bug, "red" variable not being initialized(compiler complained).
11635
11636         * device/examples/Makefile, examples/test3.c:
11637         Add Makefile in device/examples folder, compiles test3.c
11638         for use as a multiple module SDCDB test case.
11639
11640         * sim/ucsim/cmd.src/cmdset.cc:
11641         Took out debug printfs in ucsim "next" command.
11642
11643         * sim/ucsim/xa.src:
11644         Karl and Johan start ucsim XA support.  Most dissassembly working,
11645         about 75% emulation done(plenty of work remaining).
11646
11647         * sim/ucsim/z80.src:
11648         Add Z80 support to ucsim, add test-ucz80 regression test,
11649         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11650         Notice z80 compiler fails on examples/test3.c/crc code.
11651
11652 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11653
11654         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11655         Added support for --parms-in-bank1
11656
11657         * src/ds390/peeph.def:
11658         added a few more peephole optimzations
11659
11660         * src/ds390/main.c:
11661         1) added __builtin_inp & __builtin_outp used to read in data of given length
11662            from a memory mapped port
11663         2) added __builtin_memcmp
11664         3) added __builtin_swapw swap bytes of a short
11665
11666         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11667         1) handle multiple send & receives from register bank1
11668         2) ralloc can now allocate DPTR1 to some liveRanges
11669
11670         * src/SDCCsymt.c, src/SDCCsymt.h:
11671         changes to handle multiple sends & receives
11672
11673         * src/SDCCptropt.h:
11674         added some pointer arithmetic optimization
11675
11676         * src/SDCCptropt.c:
11677         added some pointer arithmetic optimizations but not stable yet so not
11678         called from anywhere (will get this working shortly)
11679
11680         * src/SDCCopt.c: fixed for multiple sends & receives
11681
11682         * src/SDCCmain.c:
11683         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11684         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11685            set preprocessor defines (depending on options)
11686
11687         * src/SDCCicode.c, src/SDCCicode.h:
11688         changes made to handle multiple sends & receives
11689
11690         * src/SDCCglobl.h:
11691         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11692
11693         * src/SDCCcse.c, src/SDCCcse.h:
11694         added function findbackward def (to be used in upcoming optimization)
11695
11696         * src/SDCCcflow.c, src/SDCCcflow.h:
11697         added function returnAtEnd - to determine if a basic block terminates with
11698         a RETURN iCode
11699
11700         * src/SDCCast.c, src/SDCCast.h:
11701         added option parms-in-bank1
11702
11703         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11704         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11705         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11706         adjusted for --parms-in-bank1 option
11707
11708         * device/include/string.h:
11709         donot redefine "reentrant" keyword
11710
11711         * device/include/ds80c390.h: Added some more SFRs
11712
11713 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11714
11715         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11716
11717 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11718
11719         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11720
11721 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11722
11723         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11724
11725 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11726
11727         * Added --xram-movc option
11728
11729 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11730
11731         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11732
11733 2002-01-11  Johan Knol
11734
11735         * Added math lib of Jesus Calvino-Fraga
11736
11737 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11738
11739         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11740         * support/regression/Makefile: new target test-mcs51-stack-auto
11741         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11742
11743 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11744
11745         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11746
11747 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11748
11749         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11750
11751 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11752
11753         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11754
11755         * src/SDCCglue.h: add definition for printIvalChar()
11756
11757 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11758
11759         * src/SDCCast.c: fix #498138 by Johan
11760
11761         * src/SDCCglue.c: fix #498138 by Johan
11762
11763 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11764
11765         * support/regression/Makefile: fix clean
11766
11767         * support/regression/ports/ds390/support.c: fix transmission of last character
11768
11769 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11770
11771         * /sdcc/src/ds390/gen.c:
11772         a) improved computing address of stack variable
11773         b) took out some #if 0 code
11774         c) improved parmBytes adjustment
11775         d) improved genPlusIncr & genMinusIncr
11776         e) genCmp could generate bad code (when left assigned to DPTR)
11777         f) Fixed bug in hasInc
11778
11779         * /sdcc/src/ds390/ralloc.c:
11780         a) packRegsForSupport could mess up live information (Fixed)
11781         b) packRegsDPTRuse could be incorrect for left & right shift
11782
11783         * /sdcc/src/mcs51/ralloc.c:
11784         packRegsForSupport could mess up the live information (Fixed)
11785
11786         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11787
11788         * /sdcc/src/SDCCast.c:
11789         can reverse a loop even if function call is present as long
11790         as the loop control variable is local & is not passed as parameter
11791
11792 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11793
11794         * /sdcc/ChangeLog: *** empty log message ***
11795
11796         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11797         More builtin function additions for TININative
11798
11799         * /sdcc/src/ds390/ralloc.c:
11800         Had broken the regression testsuite
11801
11802         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11803
11804         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11805         Added funcattr hasStackParms will be set for reentrant functions when there
11806         are paramteres on the stack, this helps in minimizing frame pointer generation
11807         typeFromStr can handle function pointers now
11808
11809         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11810         *** empty log message ***
11811
11812 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11813
11814         * /src/ds390/gen.c, /src/ds390/main.c:
11815         More builtin function additions for TININative
11816
11817         * /src/ds390/ralloc.c:
11818         Had broken the regression testsuite
11819
11820         * /src/SDCCast.c: Fixed a bug in dumptree
11821
11822         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11823         Added funcattr hasStackParms will be set for reentrant functions when there
11824         are paramteres on the stack, this helps in minimizing frame pointer generation
11825         typeFromStr can handle function pointers now
11826
11827         * /doc/builtins.txt, /doc/TININative.txt:
11828         *** empty log message ***
11829
11830
11831 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11832
11833         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11834         ALPHA version for -mTININative
11835
11836         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11837         updated to reflect changes in the port structure
11838
11839         * /src/port.h:
11840         added function do_assemble (similar to do_link) if non-null this function
11841         will be called to do assembly (-mTININative) requires a multi command
11842         assembly
11843         added function genAssemblerEnd will be called to generate assembler Epilogue
11844
11845         * /src/SDCCsymt.c:
11846         added _JavaNative to debug info printing
11847
11848         * /src/SDCCmain.c: added option --tini-libid
11849         added port->do_assemble function (-mTININative) has a multi command assemble
11850
11851         * /src/SDCCglue.c: Disabled "constExpr" check
11852         added port->genAssemblerEnd function
11853
11854         * /src/SDCCglobl.h: Added option --tini-libid value
11855
11856         * /src/SDCCast.h:
11857         tookout optimizeCompare from the header (has no external references)
11858
11859         * /src/SDCCast.c: made one more function "static"
11860
11861 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11862
11863         * src/z80/mappings.i: Added z80asm support.
11864
11865         * src/z80/main.c: Added z80asm support on --asm=z80asm
11866
11867         * src/z80/gen.c: Fixed asm portability issues.
11868
11869         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11870
11871         * src/SDCCglue.c (printExterns): Added global/extern split.
11872
11873 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11874
11875         * support/regression/Makefile: added test for mcs51 model large
11876
11877         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11878
11879         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11880
11881 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11882
11883         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11884
11885 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11886
11887         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11888
11889         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11890
11891 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11892
11893         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11894
11895         * support/regression/tests/simplefloat.c: Port to mcs51.
11896
11897 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11898         * support/regression/tests/bug-485362.c: Added.
11899
11900         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11901
11902         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11903
11904         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11905
11906         * src/z80/gen.c (aopDump): Added a dump function.
11907
11908 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11909         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11910
11911         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11912
11913         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11914
11915         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11916
11917         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11918
11919         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11920
11921         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11922
11923         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11924
11925         * support/regression/ports/ds390/support.c: Use tinibios.
11926
11927         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11928
11929 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11930
11931         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11932         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11933
11934         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11935
11936         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11937
11938 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11939
11940         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11941
11942         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11943         (packRegsForIYUse): Created and optimised.
11944
11945 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11946
11947         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11948 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11949
11950         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11951
11952         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11953
11954         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11955
11956 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11957
11958         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11959
11960         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11961
11962 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11963
11964         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11965
11966         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11967
11968         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11969
11970 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11971
11972         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11973         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11974         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11975
11976         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11977
11978         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11979         (genNotFloat): Added.
11980         (genUminusFloat): Added.
11981
11982         * device/lib/z80/Makefile: Added floating pt stubs.
11983
11984         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11985
11986         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11987
11988         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11989
11990 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11991
11992         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11993
11994         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11995
11996         * sdcc/support/regression/Makefile: Add port ds390.
11997
11998         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11999
12000         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
12001
12002         * sdcc/support/regression/ports/ds390/spec.mk: Added.
12003
12004         * sdcc/support/regression/ports/ds390/support.c: Added.
12005
12006         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
12007
12008         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
12009
12010         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
12011
12012 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12013
12014         * device/include/malloc.h: Added z80 and gbz80 support.
12015
12016         * device/lib/gbz80/heap.s: Added.
12017
12018         * device/lib/z80/heap.s: Added.
12019
12020         * device/lib/malloc.c: Added z80 and gbz80 support.
12021
12022         * support/regression/tests/malloc.c (testMalloc): Added.
12023
12024         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
12025
12026         * support/regression/tests/bug-478094.c: Added.
12027
12028         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
12029
12030 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
12031
12032         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
12033
12034         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
12035
12036         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
12037
12038         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
12039
12040         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
12041
12042 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12043
12044         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
12045
12046 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
12047
12048         * support/regression/tests/bug-477927.c: Added.
12049
12050         * src/z80/peeph.def: Added minor rules.
12051
12052         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12053
12054         * src/z80/peeph.def: Added jump optimisation modification.
12055
12056 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12057
12058         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12059
12060 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12061
12062         * support/regression/tests/funptrs.c: Added.
12063
12064 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12065
12066         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12067
12068 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12069
12070         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12071
12072         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12073
12074         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12075         (movLeft2ResultLong): Created.
12076
12077         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12078         (joinPushes): Added.  Joins two char pushes into a word push.
12079
12080 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12081
12082         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12083
12084         * support/makebin/Makefile (install): Added creation of dest dir.
12085
12086 2001-10-24 Karl Bongers <karl AT turbobit.com>
12087
12088         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12089
12090 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12091
12092         * src/z80/ralloc.c: Turned off faulty pack for one use.
12093
12094         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12095
12096         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12097
12098 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12099
12100         * support/regression/Makefile: Improved clean
12101
12102         * support/regression/ports/gbz80/spec.mk: Added clean
12103
12104         * support/regression/ports/host/spec.mk: Added clean
12105
12106         * support/regression/ports/z80/spec.mk: Added clean
12107
12108         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12109
12110         * support/regression/ports/mcs51/timeout.c: little improvements
12111
12112 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12113
12114         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12115
12116         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12117
12118         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12119
12120 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12121
12122         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12123
12124         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12125
12126 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12127         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12128
12129         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12130
12131         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12132
12133         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12134
12135         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12136
12137         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12138
12139         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12140
12141         * support/regression/tests/longor.c: Added.
12142
12143 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12144
12145         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12146
12147         * as/mcs51/aslink.h: define PATH_MAX
12148
12149         * as/mcs51/asm.h: define PATH_MAX
12150
12151         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12152
12153         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12154
12155         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12156
12157         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12158
12159         * src/SDCCglobl.h: define PATH_MAX
12160
12161         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12162
12163         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12164
12165 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12166
12167         * src/z80/gen.c (gencjneshort): Fixed
12168
12169         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12170
12171 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12172
12173         * support/regression/tests/bug-469671.c: Added.
12174
12175         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12176
12177 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12178
12179         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12180
12181         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12182
12183 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12184
12185         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12186
12187         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12188
12189         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12190
12191         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12192
12193         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12194
12195         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12196
12197         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12198
12199 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12200
12201         * 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.
12202
12203         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12204
12205         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12206
12207 2001-10-07    <johan AT FRIJA>
12208
12209         * device/lib/gets.c (gets): fixed the return value.
12210
12211 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12212         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12213
12214         * 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.
12215
12216         * 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.
12217
12218         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12219
12220         * src/pic/gen.c: Removed Safe_strdup.
12221
12222         * configure.in: Added option to enable libgc support.
12223
12224         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12225         (bitVectUnion): Optimised.
12226         (bitVectIntersect): Optimised.
12227         (bitVectBitsInCommon): Optimised.
12228         (bitVectCplAnd): Optimised.
12229
12230         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12231
12232 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12233
12234         * src/SDCCmain.c: distinguish between assembler debug and plain options
12235
12236         * src/avr/main.c:   remove standard assembler options
12237
12238         * src/ds390/main.c: remove standard assembler options
12239
12240         * src/mcs51/main.c: remove standard assembler options
12241
12242         * src/port.h: removed "PENDING" comment
12243
12244 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12245
12246         * src/device/lib/_mulint.c  : new, with assember functions
12247
12248         * src/device/lib/_mullong.c : new, with assember functions
12249
12250         * src/device/lib/_divuint.c : with assember functions
12251
12252         * src/device/lib/_divsint.c : with assember functions
12253
12254         * src/device/lib/_divulong.c: with assember functions
12255
12256         * src/device/lib/_divslong.c: with assember functions
12257
12258         * src/device/lib/_moduint.c : with assember functions
12259
12260         * src/device/lib/_modsint.c : with assember functions
12261
12262         * src/device/lib/_modulong.c: with assember functions
12263
12264         * src/device/lib/_modslong.c: with assember functions
12265
12266         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12267
12268         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12269
12270         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12271                                       replaced _mululong.c and _mulslong.c by _mullong.c
12272
12273 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12274
12275         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12276
12277 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12278
12279         * src/SDCCglue.c: test, if win32api is available for MINGW
12280
12281 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12282
12283         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12284         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12285         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12286         * support/regression/ports/host/spec.mk: removed GENERIC
12287         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12288         * support/regression/ports/z80/spec.mk: removed GENERIC
12289
12290 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12291
12292         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12293
12294         * support/regression/tests/bug-467035.c: Created.
12295
12296 2001-10-01    <johan AT FRIJA>
12297
12298         * src/SDCC.y: fixed bug #466586 part 1
12299
12300 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12301
12302         * SDCCicode.c: z80 has no generic pointers
12303         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12304
12305 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12306
12307         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12308
12309 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12310
12311         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12312
12313         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12314
12315 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12316
12317         * configure.in: Fixed up so that ucsim is only configured once.
12318
12319         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12320
12321         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12322         (getPathDifference): As above.
12323
12324         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12325
12326         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12327
12328 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12329         * .version: Updated to 2.3.1
12330
12331         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12332         Added copyright header.
12333
12334         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12335         (assemble): Added support for macro based assembler commands.
12336         (linkEdit): Added support for macro based linker commands.
12337         (preProcess): Changed the pre-processor to use macros.
12338         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12339         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12340
12341         * device/lib/z80/crt0.s: Added module name for debugging.
12342
12343 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12344
12345         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12346
12347         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12348
12349         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12350
12351         * src/Makefile.in: Added SDCCmacro and SDCCutil
12352
12353 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12354
12355         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12356
12357 2001-09-16    <johan AT FRIJA>
12358
12359         * 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.
12360
12361 2001-09-15    <johan AT FRIJA>
12362
12363         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12364         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12365
12366 2001-09-11    <johan AT FRIJA>
12367
12368         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12369
12370 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12371
12372         * support/regression/tests/bug-460444.c: Added test case.
12373
12374         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12375         (genCast): Added justification for all of the asserts.
12376
12377 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12378
12379         * support/regression/support.c: _xdata replaced by xdata
12380
12381         * support/regression/spec.mk: removed _generic
12382
12383 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12384
12385         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12386
12387         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12388         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12389
12390         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12391
12392         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12393
12394         * support/regression/tests/bug-460010.c: Added test case.
12395
12396         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12397
12398 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12399
12400         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12401
12402         * support/regression/testfwk.c: removed workaround for bug #436344
12403
12404         * support/regression/tests/bp.c: use less memory with mcs51
12405
12406         * support/regression/tests/bug-441448.c: use less memory
12407
12408         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12409
12410         * support/regression/collate-results.py: typo
12411
12412 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12413
12414         * support/regression/tests/fetchoverlap.c: Added new test case.
12415
12416         * support/regression/tests/bp.c: Added new test case.
12417
12418         * support/regression/tests/bug-448984.c: Added new test case.
12419
12420         * support/regression/tests/pow2shifts.c: Added new test case.
12421
12422         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12423         (genlshTwo): Fixed right shift for count > 8.
12424
12425         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12426
12427 2001-09-08    <johan AT FRIJA>
12428
12429         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12430
12431 2001-09-07    <johan AT FRIJA>
12432
12433         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12434
12435         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12436
12437 2001-09-06    <johan AT FRIJA>
12438
12439         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12440         * bernhard noted me at this: "() equals to (void)" (1.38)
12441
12442 2001-09-05    <johan AT FRIJA>
12443
12444         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12445
12446 2001-09-04    <johan AT FRIJA>
12447
12448         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12449
12450
12451 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12452
12453         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12454
12455 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12456
12457         * link/z80/aslink.h: Fixed path for PATH_MAX
12458
12459 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12460
12461         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12462
12463         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12464
12465         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12466
12467         * 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.
12468
12469 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12470
12471         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12472         (genCmp): Fixed up genCmp for the GB with longs.
12473
12474         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12475
12476         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12477
12478         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12479
12480         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12481
12482 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12483
12484         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12485
12486 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12487
12488         * 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.
12489
12490         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12491
12492 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12493
12494         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12495
12496         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12497
12498 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12499
12500   * sim/ucsim/configure:    little improvement of Cygwin-detection
12501   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12502   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12503   * support/regression/tests/bug-221100.c: small changes for mcs51
12504   * support/regression/tests/bug-221168.c: small changes for mcs51
12505   * support/regression/tests/bug-227710.c: small changes for mcs51
12506   * support/regression/tests/staticinit.c: small changes for mcs51
12507   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12508   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12509   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12510
12511 $Revision$