* device/lib/Makefile.in: added rand.c
[fw/sdcc] / ChangeLog
1 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/include/stdlib.h: added rand prototypes
4         * device/lib/rand.c: new, added
5         * device/lib/Makefile.in: added rand.c
6
7 2006-09-20 Raphael Neider <rneider AT web.de>
8
9         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
10
11 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
12
13         * as/link/aslink.h: cosmetic changes
14         * as/link/mcs51/Makefile.in,
15         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
16
17 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
18
19         * as/link/aslink.h,
20         * as/link/mcs51/aslink.h,
21         * as/link/z80/aslink.h: merged and moved to as/link/
22         * as/link/lkstore.c,
23         * as/link/mcs51/lkstore.c: moved to as/link/
24         * as/link/clean.mk: remove *.o
25         * as/link/mcs51/alloc.h: deleted
26         * as/link/mcs51/lkarea.c: added lnksect prototype
27         * as/link/mcs51/lkdata.c,
28         * as/link/mcs51/lklex.c,
29         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
30         * as/link/mcs51/lkmem.c,
31         * as/link/mcs51/lknoice.c: removed include strcmpi.h
32         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
33         * as/link/mcs51/aslink.dsp,
34         * as/link/mcs51/Makefile.aslink,
35         * as/link/mcs51/Makefile.bcc,
36         * as/link/mcs51/Makefile.in: updated for moved files
37         * as/link/z80/lkarea.c,
38         * as/link/z80/lkhead.c,
39         * as/link/z80/lklex.c,
40         * as/link/z80/lklibr.c,
41         * as/link/z80/lklist.c,
42         * as/link/z80/lkmain.c,
43         * as/link/z80/lkrloc.c,
44         * as/link/z80/lksym.c: synced with mcs51
45         * as/link/z80/lkdata.c,
46         * as/link/z80/lkeval.c,
47         * as/link/z80/lkihx.c,
48         * as/link/z80/lks19.c: cosmetic changes
49         * as/link/z80/Makefile.in,
50         * as/link/z80/linkgbz80.dsp,
51         * as/link/z80/linkz80.dsp: updated for moved files
52
53 2006-09-16 Borut Razem <borut.razem AT siol.net>
54
55         * debugger/mcs51/sdcdb.c: partially fixed
56           [ 1203664 ] sdcdb fails to open files w. two "." periods
57         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
58           debugger/mcs51/symtab.h: fixed indenting
59         * configure.in, configure: up to date with latest Maarten's changes
60
61 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
62
63         as/link/mcs51
64         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
65         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
66         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
67         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
68         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
69         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
70         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
71         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
72         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
73         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
74         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
75         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
76         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
77         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
78         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
79         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
80         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
81         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
82         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
83         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
84         as/link/mcs51/alloc.h,
85         as/link/mcs51/clean.mk,
86         as/link/mcs51/conf.mk,
87         as/link/mcs51/Makefile.bcc,
88         as/link/mcs51/Makefile.in,
89         as/link/mcs51/readme.390,
90         as/link/mcs51/strcmpi.c,
91         as/link/mcs51/strcmpi.h,
92         as/mcs51/clean.mk,
93         as/mcs51/Makefile.bcc,
94         as/mcs51/Makefile.in,
95         configure,
96         Makefile.in,
97         sdcc.dsw: moved mcs51 linker to as/link/mcs51
98
99 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
100
101         * as/link,
102         * as/link/Makefile.in,
103         * as/link/z80/linkgbz80.dsp,
104         * as/link/z80/linkz80.dsp,
105         * configure,
106         * link,
107         * link/clean.mk,
108         * link/Makefile.in,
109         * link/README,
110         * link/z80,
111         * link/z80/aslink.h,
112         * link/z80/clean.mk,
113         * link/z80/conf.mk,
114         * link/z80/linkgbz80.dsp,
115         * link/z80/linkz80.dsp,
116         * link/z80/lkarea.c,
117         * link/z80/lkdata.c,
118         * link/z80/lkeval.c,
119         * link/z80/lkgb.c,
120         * link/z80/lkgg.c,
121         * link/z80/lkhead.c,
122         * link/z80/lkihx.c,
123         * link/z80/lklex.c,
124         * link/z80/lklibr.c,
125         * link/z80/lklist.c,
126         * link/z80/lkmain.c,
127         * link/z80/lkrloc.c,
128         * link/z80/lks19.c,
129         * link/z80/lksym.c,
130         * link/z80/Makefile.in,
131         * Makefile.in,
132         * sdcc.dsw: moved link/ to as/link/
133
134 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
135
136         * as/mcs51/i51mch.c (machine): fixed warning
137
138 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
139
140         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
141
142 2006-09-09 Borut Razem <borut.razem AT siol.net>
143
144         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
145           sdcdb WIN32 native port
146         * src/clean.mk: fixed
147
148 2006-09-08 Borut Razem <borut.razem AT siol.net>
149
150         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
151
152 2006-09-08 Raphael Neider <rneider AT web.de>
153
154         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
155         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
156             to gplink to disable processor mismatch warning and to allow
157             the use of devices with only aliased (shared) memory banks,
158           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
159
160 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
161
162         * doc/sdccman.lyx: Some re-formating plus example on using
163           #pragma preproc_asm +/-
164
165 2006-09-07 Borut Razem <borut.razem AT siol.net>
166
167         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
168           section
169
170 2006-09-06 Borut Razem <borut.razem AT siol.net>
171
172         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
173           line at sdcc.nsi:153
174         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
175
176 2006-09-05 Borut Razem <borut.razem AT siol.net>
177
178         * configure.in, configure: support for winsock2
179         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
180           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
181           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
182           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
183           debugger/mcs51/symtab.h: sdcdb WIN32 native port
184
185 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
186
187         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
188           and OP_DEFS
189         * support/regression/tests/bug1551947.c: new, added
190         * src/SDCCsymt.h: strings are char* not byte*
191
192 2006-09-05 Raphael Neider <rneider AT web.de>
193
194         * device/lib/pic16/libdev/pic18f4550.c,
195           device/include/pic16/pic18f4550.h: added PORTD/TRISD
196             declarations/definitions from patch #1520949
197
198 2006-09-05 Raphael Neider <rneider AT web.de>
199
200         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
201           byte-aligned bitfields, fixes #1539278
202
203 2006-09-05 Raphael Neider <rneider AT web.de>
204
205         * src/pic/gen.c (genReceive): skip unreferenced arguments,
206           fixes #1544120
207
208 2006-09-04 Borut Razem <borut.razem AT siol.net>
209
210         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
211         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
212           -mno-cygwin is a part of the compiler name
213         * support/scripts/sdcc_mingw32: don't disable ucsim
214
215 2006-09-03 Borut Razem <borut.razem AT siol.net>
216
217         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
218         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
219
220 2006-09-03 Raphael Neider <rneider AT web.de>
221
222         * src/pic/ralloc.c,
223         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
224           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
225           fixes #1550049
226
227 2006-09-01 Borut Razem <borut.razem AT siol.net>
228
229         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
230           to make ppc-osx happy
231
232 2006-08-31 Borut Razem <borut.razem AT siol.net>
233
234         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
235         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
236         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
237         * support/regression/ports/ds390/spec.mk,
238           support/regression/ports/mcs51/spec.mk,
239           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
240           To run regression tests in mingw environment:
241           make DEV_NULL=NUL CC=gcc
242
243 2006-08-30 Borut Razem <borut.razem AT siol.net>
244
245         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
246           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
247           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
248           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
249           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
250           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
251           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
252           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
253           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
254           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
255           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
256           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
257           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
258           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
259           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
260           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
261           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
262           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
263           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
264           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
265           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
266           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
267           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
268           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
269           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
270           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
271           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
272           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
273           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
274           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
275           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
276           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
277           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
278           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
279           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
280           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
281           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
282           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
283           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
284           ucsim WIN32 native port
285
286 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
287
288         * doc/sdccman.lyx: added note on dynamic memory heap initialization
289
290 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
291
292         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
293         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
294
295 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
296
297         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
298         * support/regression/tests/bug1546986.c: new, added
299         * as/mcs51/.cvsignore,
300         * debugger/mcs51/.cvsignore,
301         * src/.cvsignore: deleted
302
303 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
304
305         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
306           definitions)
307
308 2006-08-20 Borut Razem <borut.razem AT siol.net>
309
310         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
311           removed cl_listen_console::match(), cl_console::match(),
312           restructured cl_commander::proc_input()
313
314 2006-08-16 Borut Razem <borut.razem AT siol.net>
315
316         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
317           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
318           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
319
320 2006-08-14 Borut Razem <borut.razem AT siol.net>
321
322         * support/regression/Makefile.in,
323           support/regression/ports/pic14/gpsim.cmd,
324           support/regression/ports/pic14/spec.mk,
325           support/regression/ports/pic14/support.c:
326           added pic14 regression test
327
328 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
329
330         * as/doc/asxhtm.html: documented changed ABS behaviour
331         * as/doc/README: fixed some typos
332
333 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
334
335         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
336           not defined on host
337
338 2006-08-12 Borut Razem <borut.razem AT siol.net>
339
340         * support/regression/fwk/include/testfwk.h,
341           support/regression/fwk/lib/testfwk.c,
342           support/regression/generate-cases.py,
343           support/regression/Makefile.in:
344           regression test framework does not depend on function pointers and
345           variable arguments
346
347 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
348
349         * device/include/stddef.h: c temporary hack to fix bug 1518273
350
351 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
352
353         * device/include/mcs51/cc2510fx.h: added
354         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
355           to projects.
356
357 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
358
359         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
360         * as/z80/Makefile.in: added strcmpi.c
361         * as/z80/z80adr.c: added upper case registers and lower case conditionals
362         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
363
364 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
365
366         * device/lib/gbz80/asm_strings.s,
367         * device/lib/gbz80/crt0_rle.s,
368         * device/lib/gbz80/div.s,
369         * device/lib/gbz80/mul.s,
370         * device/lib/gbz80/shift.s,
371         * device/lib/z80/asm_strings.s,
372         * device/lib/z80/crt0_rle.s,
373         * device/lib/z80/div.s,
374         * device/lib/z80/mul.s,
375         * device/lib/z80/shift.s: changed to all lower case menmonics except the
376           flags which are all upper case
377
378 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
379
380         * as/z80/asm.h: made CASE_SENSITIVE 1
381         * link/z80/aslink.h: made CASE_SENSITIVE 1
382         * src/z80/gen.c (throughout): made all conditionals upper case
383         * support/regression/tests/bug1503067.c: new
384
385 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
386
387         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
388           (shiftIntoPair): added case 2 for PAIR_IY,
389           (setupToPreserveCarry): replaced parameters with iCode and check if
390            PAIR_DE is in use to fix bug 1399290,
391           (genPlus, genMinus): updated call to setupToPreserveCarry
392         * support/regression/tests/bug1399290.c: new
393
394 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
395
396         * device/lib/Makefile.in (Z80SOURCES): enabled float support
397         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
398         * src/ds390/gen.c (shiftRLong),
399         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
400         * src/mcs51/gen.c (sameReg): changed to sameByte,
401           (xch_a_aopGet): new,
402           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
403            shiftRLong): fixed bug 1533966
404         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
405           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
406         * support/regression/Makefile.in: disabled z80, enabled ucz80
407         * support/regression/tests/float_trans.c: enabled test for z80 and host
408         * support/regression/tests/shifts2.c: new, for testing bug 1533966
409
410 2006-08-01 Borut Razem <borut.razem AT siol.net>
411
412         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
413           comparison is always false due to limited range of data type
414           on PPC64 machine (openpower-linux1) where "char = unsigned char"
415
416 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
417
418         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
419         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
420         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
421         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
422
423 2006-07-31 Borut Razem <borut.razem AT siol.net>
424
425         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
426           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
427           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
428           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
429           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
430           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
431           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
432           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
433           enable ucsim mingw compilation. Serial port is disabled,
434           since it uses termios.h API, which is not available on native
435           WIN32
436
437 2006-07-31 Borut Razem <borut.razem AT siol.net>
438
439         * Small Device C Compiler 2.6.0 released
440         * support/scripts/sdcc.nsi: added FULL_DOC option
441         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
442
443 2006-07-28 Borut Razem <borut.razem AT siol.net>
444
445         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
446         * doc/INSTALL.txt: updated
447
448 2006-07-27 Borut Razem <borut.razem AT siol.net>
449
450         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
451           device/lib/pic/libdev/Makefile.in: fixed bug
452           [ 1438354 ] pic libsdcc: distclean doesn't work
453         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
454           device/lib/pic16/libio/Makefile.in: fixed bug
455           [ 1438344 ] pic16 lib: clean doesn't work properly
456         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
457
458 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
459
460         * device/lib/pic/libsdcc/fsdiv.c,
461         * device/lib/pic/libsdcc/fsmul.c,
462         * device/lib/pic16/libsdcc/float/fsdiv.c,
463         * device/lib/pic16/libsdcc/float/fsmul.c,
464         * device/lib/_fsdiv.c,
465         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
466         * support/regression/tests/bug1520966.c: added
467         * doc/knownbugs.html: removed [ 1520966 ] from the list
468
469 2006-07-25 Borut Razem <borut.razem AT siol.net>
470
471         * configure.in, configure, sdccconf_in.h: fixed bug
472           [ 1519095 ] regression test onebyte.c fails on ppc64 host
473         * doc/knownbugs.html: removed [ 1519095 ] from the list
474
475 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
476
477         * doc/knownbugs.html: added, contains list of known bugs at release
478         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
479
480 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
481
482         * device/include/mcs51/compiler.h: added SFRX for xdata based special
483           function registers and corrected defaults with additional warning
484         * device/lib/malloc.c: cosmetic changes
485         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
486         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
487           (fillGaps): and used it
488
489 2006-07-20 Raphael Neider <rneider AT web.de>
490
491         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
492           output unless SDCCPICDEBUG is set
493         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
494           output if SILENT is set
495
496 2006-07-11 Borut Razem <borut.razem AT siol.net>
497
498         * doc/README.txt: updated
499
500 2006-07-10 Borut Razem <borut.razem AT siol.net>
501
502         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
503           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
504           in WIN32 installation
505         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
506           release candidate 1
507
508 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
509
510         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
511         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
512
513 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
514
515         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
516
517 2006-07-06 Borut Razem <borut.razem AT siol.net>
518
519         * support/regression/tests/bitfields.c:
520           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
521         * support/regression/tests/constantRange.c:
522           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
523
524 2006-07-04 Borut Razem <borut.razem AT siol.net>
525
526         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
527           src/port.mk,
528           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
529           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
530           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
531           reverted changes from 2006-07-03
532         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
533         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
534           added CPPFLAGS, used by the host port
535
536 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
537
538         * support/regression/valdiag/tests/switch.c,
539         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
540         * support/regression/tests/libmullong.c: fixed for host
541         * support/regression/ports/host/spec.mk: disable all warnings for host,
542         SDCC runs with --less-pedantic too
543
544 2006-07-03 Borut Razem <borut.razem AT siol.net>
545
546         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
547           defined CPPFLAGS
548         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
549         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
550           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
551           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
552           include ../port.mk
553         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
554           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
555           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
556           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
557
558 2006-07-02 Raphael Neider <rneider AT web.de>
559
560         * src/pic16/devices.inc,
561         * device/include/pic16/pic18fregs.h,
562         * device/include/pic16/pic18f4550.h,
563         * device/lib/pic16/pics.all,
564         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
565
566 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
567
568         * as/hc08/lkaomf51.c (OutputName),
569         * as/mcs51/lkaomf51.c (OutputName),
570         * as/z80/asmain.c (asmbl),
571         * src/ds390/main.c (asmLineNodeFromLineNode),
572         * src/hc08/ralloc.c (hc08_assignRegisters),
573         * src/mcs51/main.c (asmLineNodeFromLineNode),
574         * src/xa51/ralloc.c (checkRegMask),
575         * src/xa51/gen.c (emitcode),
576         * src/z80/gen.c (_emit2),
577         * src/SDCCast.c (searchLitOp),
578         * src/SDCCglobl.h,
579         * support/packihx/packihx.c,
580         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
581         * src/ds390/gen.c (aopPutUsesAcc),
582         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
583         * support/regression/tests/libmullong.c (mullong_wrapper),
584         * src/SDCCsymt.c (powof2),
585         * src/SDCCast.c,
586         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
587         * src/SDCCsymt.h: added TYPE_TARGET_*
588         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
589         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
590         SDCCast because 1) header problems 2) this is the right place
591         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
592         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
593         prototype
594
595 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
596
597         * src/SDCCicode.h: removed buggy semicolon in unused macro
598         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
599         search for previous definiton of auto symbols too,
600         (findPrevUse): fixed logic of emitWarnings
601
602 2006-06-26 Raphael Neider <rneider AT web.de>
603
604         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
605           PCLATH and PCLATU on interrupts, potentially fixes #1505141
606
607 2006-06-25 Raphael Neider <rneider AT web.de>
608
609         * device/lib/pic/libm: NEW, added math library functions
610         * device/lib/pic/libsdcc: NEW; added float support functions
611         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
612         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
613           NEW, added math related headers
614         * device/include/asm/pic/features.h: NEW
615         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
616           (popGet): allow larger offsets for AOP_PCODE,
617           (genDataPointerSet): handle literals explicitly, more debug output,
618           (genAssign): fixed for float using aopLiteral ;-)
619         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
620           GOTO initialisation routine
621         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
622           flag on registers, fixes #1469043 (local variables do not work)
623         * src/pic/main.c (_pic14_do_link),
624         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
625           available
626
627 2006-06-25 Borut Razem <borut.razem AT siol.net>
628
629         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
630           characters printed (not including the trailing '\0' used to end
631           output to strings). Problem detected in regression test bug-927659.c.
632           NOTE: printf() family functions should return int instead
633           unsigned int!
634         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
635           specifier are printed as themselves
636         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
637           support flags, width and precision specifiers
638
639 2006-06-24 Borut Razem <borut.razem AT siol.net>
640
641         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
642           to the list of sdcc tagrets not supporting bit type
643         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
644           testfor pic16 due to bug:
645           [ 1511794 ] pic16: regression test bug-895992.c fails
646
647 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
648
649         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
650         * src/SDCCglue.c (initPointer), fixed bug 1496419
651         * support/regression/tests/bug1496419.c: new, added
652
653 2006-06-22 Borut Razem <borut.razem AT siol.net>
654
655         * support/regression/ports/pic16/support.c: use gpsim usart module from
656           libgpsim_modules library
657
658 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
659
660         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
661         IP0H to IPH0.
662
663 2006-06-19 Raphael Neider <rneider AT web.de>
664
665         * src/pic/glue.h,src/pic16/glue.h: added prototypes
666         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
667           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
668           (pic14printExterns,pic14printPublics,pic16printPublics,
669           pic16_printExterns): use new functions to emit symbols
670           (picglue,pic16glue): emit publics before emitting externs
671         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
672           locally defined functions to avoid bug #1443651
673         * support/regression/tests/bug-716242.c: removed pic16 workaround
674         * support/regression/ports/pic16/spec.mk: ignore errors during build
675
676 2006-06-19 Raphael Neider <rneider AT web.de>
677
678         * src/pic/glue.h: added pic14aopLiteral prototype
679         * src/pic/glue.c (pic14aopLiteral): return unsigned int
680         * src/pic/gen.c: removed stdint.h dependency
681           (aopGet): use Safe_strdup()
682           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
683           (genDataPointerSet): use pic14aopLiteral()
684         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
685           for pic16; thanks to Bernhard and Maarten
686
687 2006-06-18 Borut Razem <borut.razem AT siol.net>
688
689         * support/regression/tests/structflexarray.c: flexible array members
690           not supported by gcc < 3
691         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
692           GUI tool by default
693         * src/pic/gen.c: don't include [p]strdin.h on solaris
694         * support/Util/pstdint.h: addad svn attributes
695         * support/regression/tests/constantRange.c,
696           support/regression/tests/rotate.c: include inttypes.h instead
697           stdint.h on solaris, addad svn attributes
698
699 2006-06-18 Raphael Neider <rneider AT web.de>
700
701         * src/SDCCsymt.c (initCSupport): change return type of divschar to
702           int for PIC16
703         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
704           (pic16_genMinusBits): simplified sign-extension
705           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
706             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
707             adjusted to correctly handle mixed-signed operands, disabled
708             now unused multiplciation routines
709         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
710           (assignResultValue): added argument denoting the size of the result
711             as returned by the function (fixes upcasts in assigning from
712             function calls: char foo(); int i = foo();)
713           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
714             function result to assignResultValue
715           (genMult): disabled inlined multiplication code
716           (genDiv): augmented to also handle the modulus operator, fixed to
717             handle mixed-signed operands correctly
718           (genMod): simply call genDiv, disabled unused code
719           (genAssign): fixed missing (sign-)extension on result
720         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
721             valid char operands, allow signed operands for native code, added
722             division and modulo operator handling
723         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
724
725         As a consequence, onebyte.c (if split into two files) and muldiv.c
726         pass regression tests.
727
728 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
729
730         * doc/Makefile.in: two runs of makeindex seem needed to get
731         correct page references in the index of sdccman.pdf
732         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
733
734 2006-06-17 Borut Razem <borut.razem AT siol.net>
735
736         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
737
738 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
739
740         * doc/sdccman.lyx: updated, added (porting source code, debugging),
741         mentioned ec2drv and paulmon
742
743 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
744
745         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
746           consecutive abs areas
747           (find_empty_space, allocate_space): added map to handle codemap or
748            xdatamap,
749           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
750            absolute idata and xdata
751         * as/mcs51/lkmem.c (summary2): updated legend
752
753 2006-06-16 Raphael Neider <rneider AT web.de>
754
755         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
756
757 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
758
759         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
760           1208515
761         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
762
763 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
764
765         * src/port.h (struct PORT): added field gp_tags, to hold the tag
766         value of generic pointers,
767         * src/avr/main.c,
768           src/ds390/main.c,
769           src/hc08/main.c,
770           src/izt/i186.c,
771           src/izt/tlcs900h.c,
772           src/mcs51/main.c,
773           src/pic/main.c,
774           src/pic16/main.c,
775           src/xa51/main.c,
776           src/z80/main.c: PORT structure, added elements for gp_tags field,
777         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
778         fields in the PORT structure of each port,
779         * src/SDCCast.c (decorateType): allow processing of generic pointers
780         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
781         S_FIXED symbols
782
783 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
784
785         * link/z80/lkgb.c,
786         * link/z80/lkgg.c,
787         * src/pic16/gen.c,
788         * src/pic16/main.c,
789         * src/pic16/pcode.c,
790         * src/pic/main.c,
791         * src/pic/pcoderegs.c,
792         * src/SDCCicode.c,
793         * src/SDCCmain.c,
794         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
795           bug 1504689 on minGW
796
797 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
798
799         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
800
801 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
802
803         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
804
805 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
806
807         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
808           for optimization
809
810 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
811
812         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
813         to a char variable. Fixed bug #1504211
814         * device/include/pic16/adc.h,
815         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
816         and fixed bug #1364390
817
818 2006-06-10 Borut Razem <borut.razem AT siol.net>
819
820         * CVSROOT: removed the CVS left-over
821
822 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
823
824         * as/hc08/asmain.c (asexit),
825         * as/hc08/lkmain.c (lkexit),
826         * as/mcs51/asmain.c (asexit),
827         * as/mcs51/lkmain.c (lkexit),
828         * src/SDCCglue.c (DEFSETFUNC),
829         * src/SDCCmain.c (linkEdit, assemble),
830         * support/librarian/sdcclib.c (AddRel),
831           replaced unlink() by standard C remove()
832         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
833         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
834           gatherImplicitVariables): new, added to fix bug 608752,
835           (createFunction): added gatherImplicitVariables()
836         * src/SDCCast.h: added createRMW prototype
837         * src/SDCCsymt.h (struct symbol): added infertype
838         * support/regression/tests/bug608752.c: new, added
839
840 2006-06-10 Raphael Neider <rneider AT web.de>
841
842         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
843           multibyte dummy reads (fixes #1503234)
844
845 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
846
847         * device/include/mcs51/compiler.h: new, added header file to enable
848           creating common sfr definition header files for different compilers
849
850 2006-06-05 Raphael Neider <rneider AT web.de>
851
852         * src/pic16/{pcode.h,genarith.c}:
853           introduced pCodeOp combining any two pCodeOps (previously only
854           two register operands could be combined), removed pcop2 from
855           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
856         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
857         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
858           rewritten to use new PO_TWO_OPS
859         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
860         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
861           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
862           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
863           (pic16_get_op): embraced return arg to allow #define return(x),
864             added new case for combined opcodes
865           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
866           (pic16_pCode2str,pic16_getRegFrompCodeOp,
867            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
868
869 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
870
871         * src/SDCCval.c (checkConstantRange): added
872         * src/SDCCval.h: added checkConstantRange
873         * support/Util/SDCCerr.c,
874         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
875         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
876         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
877         * src/SDCCast.c (decorateType): added checkConstantRange,
878         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
879         can be emitted with the correct always true/false warning,
880         added optimization for double '!';
881         result of decorateType() must be assigned back to the tree, because
882         decorateType() can change the tree
883         * src/SDCCicode.c (geniCodeLogic),
884         (geniCodeAssign): replaced new checkConstantRange, added warnings,
885         (checkConstantRange): removed, it was only a fragment which never
886         emitted a warning
887         * src/SDCCsymt.c (computeType): fixed promotion for
888         "-1 < (unsigned bit) b"
889         * src/pic/ralloc.c (packRegsForAssign),
890         * src/pic16/ralloc.c (packRegsForAssign),
891         * src/hc08/ralloc.c (packRegsForAssign),
892         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
893         from mcs51
894         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
895         * support/regression/tests/constantRange.c: added
896         * support/valdiag/tests/constantRange.c: added
897         * support/valdiag/valdiag.py: added -DPORT_HOST=1
898
899 2006-06-02 Borut Razem <borut.razem AT siol.net>
900
901         * support/regression/ports/pic16/support.c: increase stack size
902           to 255 bytes
903         * support/regression/Makefile.in: sort tests by name so that the
904           resutlts can be compared on different machines / platforms
905
906 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
907
908         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
909         * src/ds390/gen.c (emitLabel): new, added,
910           (genDjnz): fixed stack overflow bug,
911           (throughout): cosmetic changes to sync with mcs51/gen.c,
912           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
913         * src/mcs51/gen.c (genEndFunction): small optimization,
914           (throughout): cosmetic changes to sync with ds390/gen.c
915
916 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
917
918         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
919           (_print_format): fixed printing pointers
920         * src/mcs51/gen.c (emitLabel, movb): new, added,
921           (genAssign): small optimization,
922           (genDjnz): fixed stack overflow bug,
923           (throughout): replaced sprintf with SNPRINTF,
924           replaced mcs51_regWithIdx with REG_WITH_INDEX,
925           replaced emitcode("mov", "b,...") with MOVB(...),
926           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
927           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
928         * src/mcs51/peeph.def: added rules 140 and 264
929         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
930           so they may get optimized into registers
931
932 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
933
934         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
935           immediately when encountered,
936           (printUsage): always use stderr even on windows
937
938 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
939
940         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
941         (processParms): fixed bug #1247551
942         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
943         parseCmdLine, main): print '--version' to stdout,
944         print 'help' to stdout if --help is given,
945         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
946         arguments are given; fixed --help
947
948 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
949
950         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
951         * support/regression/tests/bug-1493710.c: added
952
953 2006-05-27 Borut Razem <borut.razem AT siol.net>
954
955         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
956           static instead auto
957         * support/regression/ports/pic16/support.c: increase stack size
958           from default 64 bytes to 128 bytes
959         * support/regression/tests/staticinit.c,
960           support/regression/tests/float.c: regression tests fully enabled
961           for pic16 port by putting the initialized data arrays into the code
962           section
963         * support/regression/ports/pic16/spec.mk: don't link default libraries.
964           This was changed by mistake in the previous version.
965
966 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
967
968         * src/pic16/gen.c (genFunction, genEndFunction): some
969         beautifications, fixed bug with falsely restoring FSR2 in large
970         stack model, thanks to Beau E. Cox for reporting the bug
971
972 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
973
974         * debugger/mcs51/break.c,
975         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
976           use %p to print pointers, made address variables unsigned
977         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
978         * debugger/mcs51/symtab.c (parseSymbol): must return something
979         * src/mcs51/gen.c (aopForSym): small optimization,
980            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
981           (freeAsmop): added missing break,
982           (aopPut): removed parameter bvolatile, determine it inside the function,
983           (saveRegisters, unsaveRegisters): small optimization,
984           (genIpush): removed pointless check,
985           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
986           replaced sprintf with SNPRINTF,
987           replaced strcpy with strncpyz,
988           updated aopPut calls,
989           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
990         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
991
992 2006-05-24 Borut Razem <borut.razem AT siol.net>
993
994         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
995           modification of test for the pic16 port, put the array to the code
996           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
997
998 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
999
1000         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1001         * support/Util/pstdint.h: added
1002
1003 2006-05-22 Borut Razem <borut.razem AT siol.net>
1004
1005         * src/regression/Makefile: removed bool2.c test, added -q linker option
1006         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1007           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1008           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1009           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1010           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1011           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1012           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1013           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1014           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1015
1016 2006-05-22 Raphael Neider <rneider AT web.de>
1017
1018         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1019           bug #1492360 (problematic due to generic pointers, see code)
1020
1021 2006-05-22 Borut Razem <borut.razem AT siol.net>
1022
1023         * support/regression/ports/pic16/specs.mk: removed stack size linker
1024           directive
1025         * support/regression/tests/array.c,
1026           support/regression/tests/bitopcse.c,
1027           support/regression/tests/bug-908454.c,
1028           support/regression/tests/malloc.c: modified for pic16 regression test
1029         * support/regression/tests/bitfields.c:
1030           pic16 - excluded bitfileds of size > 8
1031         * support/regression/tests/bp.c: pic16 - reduced data size
1032         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1033         * support/regression/tests/bug-460010.c:
1034           pic16 - used the absolute address the fits in memory
1035         * support/regression/tests/bug-716242.c:
1036           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1037         * support/regression/tests/float.c:
1038           pic16 - excluded - data size too big
1039         * support/regression/tests/onebyte.c:
1040           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1041         * support/regression/tests/shifts.c:
1042           pic16 - function names probably have to differ in first X characters
1043           (gpasm limitation?)
1044         * support/regression/tests/staticinit.c:
1045           pic16 - excluded some tests due error: no target memory available for
1046           section ".idata"
1047
1048 2006-05-22 Borut Razem <borut.razem AT siol.net>
1049
1050         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1051           second try. Thanks Stas Sergeev once more.
1052
1053 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1054
1055         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1056           (genLeftShift, genRightShift): fixed bug 1491627
1057         * src/hc08/peeph.def (rules 7, 8.x): added
1058         * support/regression/tests/shifts.c (ShiftLeftByParam,
1059           ShiftRightByParam, testShiftByParam): added to test variable shifting
1060
1061 2006-05-20 Raphael Neider <rneider AT web.de>
1062
1063         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1064         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1065           (allocReg): add only new registers to dynAllocRegs,
1066           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1067             #1489055, #1445850, and probably #1483693
1068
1069 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1070
1071         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1072         bug in for-loop that didn't emit the last of CONFIG and ID registers
1073
1074 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1075
1076         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1077           with offset
1078         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1079           1489016, 1434401 and 1490124
1080         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1081           1489016, 1434401 and 1490124
1082
1083 2006-05-17 Borut Razem <borut.razem AT siol.net>
1084
1085         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1086           thanks Stas Sergeev
1087
1088 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1089
1090         * device/include/mcs51/P89c51RD2.h,
1091         * device/include/mcs51/P89LPC901.h,
1092         * device/include/mcs51/P89LPC922.h,
1093         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1094
1095 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1096
1097         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1098         to fix missing stack pragma in compiled binary object file,
1099
1100 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1101
1102         * support/packihx/configure.in,
1103         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1104         determine sizeof basic types even while cross compiling
1105
1106 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1107
1108         * src/avr/gen.c (aopop),
1109         * src/ds390/gen.c (aopOp),
1110         * src/hc08/gen.c (aopOp),
1111         * src/mcs51/gen.c (aopop),
1112         * src/pic16/gen.c (pic16_aopOp),
1113         * src/pic/gen.c (aopOp),
1114         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1115         if size of operand is smaller than spill location
1116
1117 2006-05-12 Borut Razem <borut.razem AT siol.net>
1118
1119         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1120           have to have CR/LF line endings even if they are checked out on *nix
1121           or on WIN32 in cygwin binmode
1122
1123 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1124
1125         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1126         * device/include/ds80c390.h: added sfr16 definitions
1127         * src/ds390/gen.c,
1128         * src/ds390/gen.h,
1129         * src/ds390/main.c,
1130         * src/ds390/ralloc.c,
1131         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1132           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1133           bit returning functions
1134         * support/regression/tests/sfr16.c: enabled test on ds390
1135
1136 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1137
1138         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1139         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1140
1141 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1142
1143         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1144         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1145           (cl_address_space constructor): removed expensive initialization,
1146           (cl_address_space::get_cell): extended for late initialization,
1147           (cl_address_space::*): use late initialization,
1148           (cl_address_decoder::activate): removed expensive initialization,
1149           This reduced regression test running time by 25%
1150
1151 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1152
1153         * packihx/,
1154         * configure.in,
1155         * configure,
1156         * sdcc.dsw,
1157         * Makefile.bcc,
1158         * Makefile.in,
1159         * support/packihx/Makefile.in,
1160         * support/packihx/clean.mk,
1161         * support/packihx/Makefile.bcc,
1162         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1163
1164 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1165
1166         * src/SDCCval.c (valNot): fix for regression test failure
1167           of not.c on big endian hosts
1168
1169 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1170
1171         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1172
1173 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1174
1175         * device/lib/mcs51/Makefile.in: changed string comparison operator
1176           to = for POSIX compliance; == is bash extension
1177
1178 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1179
1180         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1181           kosmonaut_pirx
1182
1183 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1184
1185         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1186         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1187         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1188         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1189         bug report #1478657,
1190
1191 2006-05-05 Borut Razem <borut.razem AT siol.net>
1192
1193         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1194           making the html
1195
1196 2006-05-02 Borut Razem <borut.razem AT siol.net>
1197
1198         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1199           create *.ind, which made make to fail if invoked with -j 2
1200
1201 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1202
1203         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1204           Hubert Sack for patch 1479782
1205
1206 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1207
1208         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1209
1210 2006-05-01 Raphael Neider <rneider AT web.de>
1211
1212         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1213           (create_pic): store only prefix-free device name,
1214           (init_pic): check for device names with "16" prefix,
1215           (list_valid_pics),
1216         * src/pic/device.h (struct PIC_device),
1217         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1218             stored device name,
1219         * device/include/pic/pic12f{635,675,629,683}.h,
1220         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1221         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1222         * device/include/pic/pic16f505.h,
1223         * device/lib/pic/libdev/pic16f505.c: removed
1224         * device/include/pic/pic14devices.txt: added support for pic12f
1225             devices, removed unsupported non 16-bit devices
1226             [above changes provided by patch from Zik Saleeba]
1227         * src/pic/*, src/pic16/*, device/include/pic16/*,
1228           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1229
1230 2006-05-01 Borut Razem <borut.razem AT siol.net>
1231
1232         * configure.in, configure, doc/Makefile.in:
1233           sync with nightly build makefile - latex, dvipdf and dvips
1234           not needed any more
1235
1236 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1237
1238         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1239         in the library source
1240
1241 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1242
1243         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1244
1245 2006-04-28 Raphael Neider <rneider AT web.de>
1246
1247         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1248         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1249           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1250         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1251
1252 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1253
1254         * device/lib/pic/libdev/Makefile.in,
1255         * device/lib/hc08/Makefile.in,
1256         * device/lib/gbz80/Makefile.in,
1257         * device/lib/z80/Makefile.in,
1258         * device/lib/ds390/Makefile.in,
1259         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1260         thanks to Borut for the bug report
1261         * configure.in,
1262         * configure: always create doc/Makefile independent from --enable-doc
1263         * Makefile.in: always install from directory doc independent from
1264         --enable-doc
1265         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1266         removed
1267         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1268         * doc/Makefile.in: install *.txt if present
1269         * device/include/Makefile.in (install): added installation of pic/*.inc
1270         and pic/*.txt files again, they were erroneously removed
1271
1272 2006-04-28 Raphael Neider <rneider AT web.de>
1273
1274         * src/pic/{gen.c,main.h,pcode.c},
1275         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1276             concerning signedness with casts
1277
1278 2006-04-28 Raphael Neider <rneider AT web.de>
1279
1280         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1281             definition of an interrupt handler,
1282         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1283             interrupt handler stuff from picglue() to separate routine,
1284           (picglue): enabled definition of intr handlers in files w/o main()
1285
1286 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1287
1288         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1289           compilation with MSVC 2005 Express Edition (VC8)
1290
1291 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1292
1293         * device/lib/Makefile: fixed build of gbz80 lib
1294
1295 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1296
1297         * support/regression/tests/bug-460010.c,
1298         * support/regression/tests/bug-524691.c,
1299         * support/regression/tests/bug-716242.c: removed conditional defines
1300           that are already in testfwk.h
1301
1302 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1303
1304         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1305           (AccAXRsh1): added, shift right by 1,
1306           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1307            AccAXLrl1
1308         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1309
1310 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1311
1312         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1313         remove cast to same type
1314         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1315         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1316         * as/z80/Makefile,
1317         * link/z80/Makefile: removed, they have moved to
1318         Makefile.in files
1319         * configure,
1320         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1321         * install-sh: fix bug #1204398 by setting umask 0022
1322         * device/lib/Makefile: separate build of z80 and gbz80 lib
1323
1324 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1325
1326         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1327         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1328
1329         One basic decision: e.g. src/clean.mk includes further files. In order
1330         to make this work there are two solutions:
1331         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1332           run configure on them. This way they can use
1333           'include $(srcdir)/port-clean.mk'
1334         - always include clean.mk by the Makefile at the same level. To avoid
1335           that `make clean` tries to include and build Makefile.dep the
1336           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1337           implemented, because now even `make uninstall` doesn't create
1338           Makefile.in. clean.mk could be eliminated by pasting it in
1339           Makefile.in.
1340
1341         * debugger/mcs51/Makefile.in: build own objects from library sources
1342         (SLIB, SDCC) in current directory
1343
1344         * configure, configure.in: renamed --disable-device-lib-build in
1345         --disable-device-lib; added --enable-doc, the required tools are
1346         searched by configure; added result message; the toolchain for the
1347         belonging ports are now only built, if the port is enabled.
1348
1349         * support/regression/*: all output is written in directory gen, because
1350         the fwk and ports directories don't livet in the build tree using vpath
1351
1352         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1353         --disable-device-lib, added --enable-doc, added section VPATH
1354
1355         * sim/ucsim/configure.in,
1356         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1357         z80 are enabled by default
1358
1359 2006-04-24 Raphael Neider <rneider AT web.de>
1360
1361         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1362             to config word, "pic14_"-prefixed some extern functions
1363           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1364             config word has been found
1365         * src/pic/device.h: added prototypes
1366         * src/pic/pcode.c: added "pic14_"-prefix where needed
1367         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1368             fixup
1369         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1370             words,
1371           (pic14emitRegularMap): ignore config words,
1372           (pic14createInterruptVect): moved generating __config directives away
1373           (picglue): have __config directives emitted
1374
1375 2006-04-24 Borut Razem <borut.razem AT siol.net>
1376
1377         * doc/Makefile: sync with nightly build makefile
1378
1379 2006-04-24 Raphael Neider <rneider AT web.de>
1380
1381         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1382             registers that have not been assigned proper liveranges,
1383             fixes #1469504 and #1474602,
1384           (pCodeRegOptimizeRegUsage): fixed typo in comment
1385
1386 2006-04-24 Borut Razem <borut.razem AT siol.net>
1387
1388         * device/examples/main8051.c: deleted - it was removed from CVS
1389           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1390           after the transition to Subversion
1391         * src/SDCCalloc.h: deleted - it was removed  from CVS
1392           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1393           after the transition to Subversion
1394         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1395           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1396           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1397           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1398
1399 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1400
1401         * as/asx8051.dsp: added mcs51/strcmpi.h
1402         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1403         * as/hc08/aslink.h: updated lnksect prototype
1404         * as/hc08/asm.h,
1405         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1406         * as/hc08/asmain.c,
1407         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1408           (newdot): handle A_ABS
1409         * as/hc08/asout.c,
1410         * as/mcs51/asout.c (outarea): output address
1411         * as/hc08/lkaomf51.c,
1412         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1413         * as/hc08/m08pst.c,
1414         * as/mcs51/i51pst.c,
1415         * as/z80/z80pst.c: "ABS" is not A_OVR
1416         * as/hc08/lkarea.c (newarea): read a_addr,
1417           (lnkarea): added codemap array, sort absolute areas to the front,
1418            combine all GSINITx/GSFINAL,
1419           (find_empty_space, allocate_space): new functions,
1420           (lnksect): return next address, handle absolute sections
1421         * as/mcs51/lkarea.c (newarea): read a_addr,
1422           lnksect2 prototype changed,
1423           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1424           (find_empty_space, allocate_space): new, factored out of lnksect2,
1425           (lnksect2): return next address, handle absolute sections
1426         * as/hc08/lkhead.c,
1427         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1428         * as/hc08/lklibr.c (addfile, fndsym),
1429         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1430           index out of range and detect both '\' and '/'
1431         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1432         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1433           regression tests (ds390 cannot return bool yet)
1434         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1435           document critical interrupts on z80, document changed SDCC define
1436         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1437           (_a390_mapping): added .org directive
1438         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1439           (genMultOneByte): fixed warnings
1440         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1441           ones
1442         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1443         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1444           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1445         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1446         * src/pic16/main.c: removed newReg prototype
1447         * src/pic16/pcode.c,
1448         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1449           warnings
1450         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1451           ones
1452         * src/pic16/ralloc.c
1453         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1454           to fix warnings
1455         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1456           from short to PIC_OPTYPE
1457         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1458         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1459           optype from short to PIC_OPTYPE
1460         * src/port.h: made int_size unsigned to fix warnings
1461         * src/SDCC.y: fixed warning on MSVC
1462         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1463         * src/SDCCopt.c (convertToFcall): fixed warnings
1464         * src/SDCCsymt.h: removed double prototype for genSymName
1465         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1466           offset int to fix warnings
1467
1468 2006-04-22 Borut Razem <borut.razem AT siol.net>
1469
1470         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1471           references to CVS replaced with Subversion
1472
1473 2006-04-21 Borut Razem <borut.razem AT siol.net>
1474
1475         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1476           references to CVS replaced with Subversion
1477
1478 2006-04-19 Borut Razem <borut.razem AT siol.net>
1479
1480         * src/version.awk: adapted for svn
1481         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1482           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1483           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1484           /binutils-avr/etc/*.vi, *.jin: removed all properties
1485           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1486
1487 2006-04-19 Borut Razem <borut.razem AT siol.net>
1488
1489         * CVS to Subversion migration completed
1490
1491 2006-04-18 Borut Razem <borut.razem AT siol.net>
1492
1493         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1494           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1495
1496 2006-04-17 Borut Razem <borut.razem AT siol.net>
1497
1498         * device/include/Makefile.in: added pic/*.inc to the installation
1499
1500 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1501
1502         * support/regression/collate-results.py: fixed output in case of
1503         a valdiag error
1504         * support/regression/generate-cases.py: fixed splitting of pathnames
1505         with dots
1506         * as/hc08/lklibr.c (addfile),
1507         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1508
1509 2006-04-11 Raphael Neider <rneider AT web.de>
1510
1511         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1512         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1513         * src/pic16/pcode.c (assignValnums): fixed #1460578
1514
1515 2006-04-11 Raphael Neider <rneider AT web.de>
1516
1517         * device/lib/pic/libdev/*.c,
1518         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1519           fixes #1468739, enables compilation in --std-c99 mode
1520         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1521
1522 2006-04-11 Raphael Neider <rneider AT web.de>
1523
1524         * src/pic/device.c (find_device): removed debug output
1525           (list_valid_pics): enabled verbose listing of supported devices
1526         * device/include/stdbool.h: define bool as char for pic14/16 as well
1527
1528 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1529
1530         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1531
1532 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1533
1534         * .version: bumped version to 2.5.6
1535         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1536
1537 2006-04-06 Raphael Neider <rneider AT web.de>
1538
1539         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1540         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1541         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1542           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1543             pic14_constructAbsMap
1544           (pic14printPublics): declare absolute global symbols as global
1545           (pic14createInterruptVect),
1546         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1547           (newReg): assume new registers unused, use correct name in
1548             hashtable (reg->name instead of name), more debugLog output
1549         * src/pic/device.h (PIC_device): added fields for verbose output
1550         * src/pic/device.c: moved device definition to pic14devices.txt,
1551             added routines for runtime parsing of pic14devices.txt,
1552             added support for second config word
1553         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1554           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1555           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1556           (_pic14_parseOptions): moved pCodeInitRegisters here
1557           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1558         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1559           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1560             handling the pseudo stack
1561         * device/lib/Makefile.in: ignore failures in objects-pic16,
1562         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1563         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1564         * device/lib/pic/Makefile.subdir,
1565         * device/lib/pic16/Makefile.subdir: improved clean rules
1566         * device/lib/pic/libdev/: NEW, pic14 device libraries
1567         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1568         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1569         * device/include/Makefile.in: create subdir and install pic14 headers
1570         * device/include/pic/p16f_common.inc: removed unused declarations
1571         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1572             PICs from inc2h.pl v1.6,
1573             replaced BIT_AT macros with struct declarations
1574         * device/include/pic/pic14devices.txt: definition of supported devices,
1575             all above improvements contributed by Zik Saleeba, thanks
1576         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1577         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1578             headers
1579
1580 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1581
1582         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1583         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1584           thanks to Charles Olds
1585
1586 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1587
1588         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1589
1590 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1591
1592         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1593         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1594         * support/regression/bug1464657.c: added, new test
1595
1596 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1597
1598         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1599           version number
1600
1601 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1602
1603         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1604           --no-peep and --peep-file <file> are used don't use default rules but
1605           do use the <file>
1606
1607 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1608
1609         * src/mcs51/gen.c (genCall): fixed bug 1457608
1610
1611 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1612
1613         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1614         changes seem to cause (trigger?) problems with the build system.
1615
1616 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1617
1618         * src/SDCCpeeph.c (operandsLiteral): new, added,
1619           (callFuncByName): inserted operandsLiteral
1620         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1621
1622 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1623
1624         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1625         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1626
1627 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1628
1629         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1630           implemented patch 1120823 Thanks to Willy De la Court (normal
1631           interrupts need an interrupt number now if they are made critical),
1632           and enabled nesting of critical functions though not for gbz80
1633           (genCritical, genEndCritical): added functions
1634           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1635         * src/z80/mappings.i: added "ei" to all mappings
1636
1637 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1638
1639         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1640         submitted by the Debian SDCC maintainer Aurelien Jarno:
1641         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1642         archive with gcc 4.1 on mips and wrote the patch"
1643
1644 2006-03-16 Raphael Neider <rneider AT web.de>
1645
1646         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1647           the left operand is shorter than the result (c* = lit-c* + int),
1648           fixes bug #1450796
1649         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1650           OP_SYMBOL
1651
1652 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1653
1654         * src/.version: increased version number to 2.5.5
1655         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1656         linking is done manually in pic16 port's _linkEdit,
1657         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1658         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1659         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1660         allocate asmop as AOP_ACC,
1661         (aopForRemat): added parameter 'bool result' in function declaration,
1662         (pic16_aopGet): return AOP_ACC when accessing WREG,
1663         (pic16_popGetTempReg): minor modification,
1664         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1665         'pic16_allocWithIdx',
1666         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1667         calling function in absolute addresses,
1668         (genAssign): take into account AOP_ACC asmop,
1669         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1670         * src/pic16/pcoderegs.c: some debug functions and lines added,
1671         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1672         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1673         register too,
1674         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1675         call to allocReg, not by manually allocating a new one,
1676         (pic16_assignRegisters): now before going through the register
1677         allocating functions mark all registers as free. This eliminates some
1678         side effects resulting from peephole parser done earlier in the backbone
1679
1680 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1681
1682         * src/SDCCicode.c (geniCodeLogic),
1683         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1684
1685 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1686
1687         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1688           (genSend): bugfix, do not allocate and free twice,
1689           (shiftRLong): handle partially overlapping aops
1690         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1691
1692 2006-03-08 Borut Razem <borut.razem AT siol.net>
1693
1694         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1695           for pic16
1696
1697 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1698
1699         * support/regression/tests/bug1409955.c: new, added
1700         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1701         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1702           (aopForSym, aopOp): increment asmop.allocated if reused,
1703           (freeAsmop): decrement asmop.allocated and check for zero instead of
1704           using asmop.freed,
1705           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1706           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1707            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1708            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1709            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1710            genSignedRightShift, genRightShift, genDataPointerGet,
1711            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1712            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1713             in reverse order from allocation,
1714           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1715             added swappedLR to keep track
1716         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1717           pdata & code for GCC, z80, gbz80 & hc08
1718         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1719
1720 2006-03-08 Raphael Neider <rneider AT web.de>
1721
1722         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1723
1724 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1725
1726         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1727         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1728         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1729
1730 2006-03-06 Borut Razem <borut.razem AT siol.net>
1731
1732         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1733           made the linker quiet
1734
1735 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1736
1737         * src/pic16/gen.c (genPcall): fixed bug #1443644
1738         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1739         which dumps before the function entry point a data byte which represents
1740         the number of the local variables used by the specified function, added
1741         'xinst' for initial support for Extended Instruction Support,
1742         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1743         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1744         port->fun_prefix anymore (may change later),
1745         (genFunction, genEndFunction): do not store/restore local registers for
1746         _main (this should take care the --main-return command line option in
1747         the future),
1748         (genOr): removed some legacy pic-port instructions,
1749         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1750         performing operations with SFR's causes data to be written more than
1751         once to each SFR. Perhaps SFRs should be handled in special cases...
1752         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1753         pcode.h
1754         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1755         into account for stack starting position,
1756         (struct OPTIONS pic16_optionsTable): added command line argument
1757         --extended or -y for Extended Instruction Support,
1758         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1759         (deassignLRs): *** perhaps the most important change, old 'for' code
1760         (commented out for reference), didn't account for some registers which
1761         were left marked 'not free' after a pointer operation. The change
1762         reduces register usage a lot in some cases
1763
1764 2006-03-04 Borut Razem <borut.razem AT siol.net>
1765
1766         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1767           _clean
1768         * support/regression/tests/bug-524697.c: decreased array size for
1769           mcs51 to fit into the internal RAM
1770         * support/regression/Makefile.in: a little bit more verbose
1771
1772 2006-03-03 Borut Razem <borut.razem AT siol.net>
1773
1774         * support/regression/fwk/lib/testfwk.c,
1775           support/regression/fwk/include/testfwk.h: introduced function
1776           _prints(), nonrecursive _printn(), call _initEmu() from main()
1777         * support/regression/ports/gbz80/support.asm,
1778           support/regression/ports/ucz80/support.asm,
1779           support/regression/ports/z80/support.asm,
1780           support/regression/ports/ds390/support.c,
1781           support/regression/ports/hc08/support.c,
1782           support/regression/ports/host/support.c,
1783           support/regression/ports/mcs51/support.c,
1784           support/regression/ports/xa51/support.c: added empty _initEmu()
1785           function
1786         * support/regression/ports/pic16/gpsim.cmd,
1787           support/regression/ports/pic16/spec.mk,
1788           support/regression/ports/pic16/support.c,
1789           support/regression/Makefile.in: added pic16 regression test
1790
1791 2006-03-01 Raphael Neider <rneider AT web.de>
1792
1793         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1794           genConstPointerGet): use safe way of generating MOVFF to cover
1795             literals as well as registers, fixes bug #1440527
1796         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1797             dereference
1798           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1799             more correctly, fixes bug #1232186
1800           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1801         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1802             gplink guess the correct processor in more cases, applied patch
1803             from Till Riedel attached to and fixing bug #1436552
1804
1805 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1806
1807         * support/regression/tests/array.c: added, contains check for #1434401
1808         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1809
1810 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1811
1812         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1813         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1814         * device/include/mcs51/c8051f326.h,
1815         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1816         * device/include/mcs51/c8051f000.h,
1817         * device/include/mcs51/c8051f018.h,
1818         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1819           PCON_IDLE,PCON_STOP and added sfr16 definitions
1820
1821 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1822
1823         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1824           genGetWord): fixed bug 1409955
1825
1826 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1827
1828         * device/include/hc08/mc68hc908gp32.h,
1829         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1830
1831 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1832
1833         * src/SDCCast.c (constExprValue): return NULL if not a value
1834         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1835         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1836         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1837
1838 2006-02-13 Borut Razem <borut.razem AT siol.net>
1839
1840         * src/regression/ptrarg.c: added, fails due to bug #1430967
1841         * src/regression/Makefile: ptrarg.c added, ...
1842
1843 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1844
1845         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1846         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1847
1848 2006-02-11 Borut Razem <borut.razem AT siol.net>
1849
1850         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1851           print "Processor: xxx" message to stdout only if --verbose
1852
1853 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1854
1855         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1856         * support/regression/tests/bug1426356.c: added
1857         * support/regression/tests/bitfields.c: removed 2 tests
1858
1859 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1860
1861         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1862         * device/include/mcs51/c8051f330.h,
1863         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1864           PCON_IDLE,PCON_STOP and added sfr16 definitions
1865         * device/lib/_divsint.c,
1866         * device/lib/_divuint.c,
1867         * device/lib/_divulong.c,
1868         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1869           register bank bug for small stackauto
1870
1871 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1872
1873         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1874
1875 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1876
1877         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1878         * all.dsp: corrected several bin paths
1879         * device/include/mcs51/c8051f120.h,
1880         * device/include/mcs51/c8051f300.h,
1881         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1882           to PCON_IDLE,PCON_STOP
1883         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1884         * device/lib/printf_large.c (output_float): fixed bug 1388703
1885         * support/regression/tests/bug1057979.c: added test for bug 1388703
1886
1887 2006-02-08 Raphael Neider <rneider AT web.de>
1888
1889         * src/pic/pcode.c (pciTRIS): fixed typo,
1890           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1891           (LinkFlow): fixed handling of flows that end in a call,
1892           (ReuseReg): perform safety check earlier
1893         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1894             to work with flows at the beginning of a pBlock,
1895             fixes #1426557 (Symbol not previously defined),
1896           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1897             usage information
1898           (RemoveUnusedRegisters): update register usage info
1899         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1900             created, reuse existing ones instead
1901         * src/pic/gen.c (genPcall): fixed #1424719
1902
1903 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1904
1905         * link/z80/lkmain.c,
1906         * link/z80/lklex.c,
1907         * link/z80/lkdata.c,
1908         * link/z80/aslink.h: fixed build on current cygwin:
1909         replaced getline() by lk_getline()
1910
1911 2006-02-01 Borut Razem <borut.razem AT siol.net>
1912
1913         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1914           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1915           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1916           src/regression/bool1.c, src/regression/bool2.c,
1917           src/regression/bool3.c, src/regression/call1.c,
1918           src/regression/compare.c, src/regression/compare10.c,
1919           src/regression/compare2.c, src/regression/compare3.c,
1920           src/regression/compare4.c, src/regression/compare5.c,
1921           src/regression/compare6.c, src/regression/compare7.c,
1922           src/regression/compare8.c, src/regression/compare9.c,
1923           src/regression/configword.c, src/regression/for.c,
1924           src/regression/inline.c, src/regression/mult1.c,
1925           src/regression/nestfor.c, src/regression/or1.c,
1926           src/regression/pointer1.c, src/regression/ptrfunc.c,
1927           src/regression/rotate1.c, src/regression/rotate2.c,
1928           src/regression/rotate3.c, src/regression/rotate4.c,
1929           src/regression/rotate5.c, src/regression/rotate6.c,
1930           src/regression/rotate7.c, src/regression/string1.c,
1931           src/regression/struct1.c, src/regression/sub.c,
1932           src/regression/sub2.c, src/regression/switch1.c,
1933           src/regression/while.c, src/regression/xor.c,
1934           src/regression/create_stc, src/regression/simulate,
1935           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1936           regression tests
1937         * src/regression/gpsim_assert.h: added
1938
1939 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1940
1941         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1942         ((void (code *) (void)) 0) ();
1943         * as/hc08/aslex.c,
1944         * as/hc08/aslink.h,
1945         * as/hc08/asm.h,
1946         * as/hc08/asmain.c,
1947         * as/hc08/lkdata.c,
1948         * as/hc08/lklex.c,
1949         * as/hc08/lkmain.c,
1950         * as/mcs51/aslex.c,
1951         * as/mcs51/aslink.h,
1952         * as/mcs51/asm.h,
1953         * as/mcs51/asmain.c,
1954         * as/mcs51/lkdata.c,
1955         * as/mcs51/lklex.c,
1956         * as/mcs51/lkmain.c,
1957         * as/z80/aslex.c,
1958         * as/z80/asm.h,
1959         * as/z80/asmain.c: fixed build on current cygwin:
1960         replaced getline() by as_getline()
1961
1962 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1963
1964         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1965         declarator in the symbol chain
1966         * src/SDCCsymt.h,
1967         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1968         parameter list for function pointers
1969         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1970         * support/regression/tests/bug-716242.c: added
1971
1972 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1973
1974         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1975         offset if possible
1976         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1977
1978 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1979
1980         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1981         inifinitely recurseable, added static
1982         * support/regression/tests/bug-1408066.c: added
1983
1984 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1985
1986         * src/SDCCicode.h,
1987         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1988         renamed, added possibility to create "postLoopLbl"-labels
1989         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1990         newiTempLoopHeaderLabel
1991         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1992         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1993         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1994         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1995         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1996         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1997         (basicInduction): fixed bug #136564, made static,
1998         (loopInduction): changed parameter of basicInduction, made static,
1999         (addPostLoopBlock): added
2000         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2001         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2002         findLoopEndSeq
2003         * support/regression/tests/bug-136564.c: added
2004         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2005         --std-sdcc99 to LIBSDCCFLAGS
2006
2007 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2008
2009         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2010         while loop
2011         * support/regression/tests/bug-1406131.c: added
2012
2013 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2014
2015         * src/SDCCast.c (decorateType): fix promotion of unary minus
2016         * src/SDCCsymt.c (computeType): beautified
2017         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2018         (valUnaryPM, valComplement): fix sign and promotion,
2019         (valNot): ANSI: result type is int (SDCC: unsigned char)
2020         * support/regression/tests/uminus.c: speedup by removing superflous
2021         test case 'int'
2022         * support/regression/tests/onebyte.c: added promotion and signedness
2023         tests for unary minus
2024         * support/regressions/tests/bug-477927.c: disable warning about
2025         uninitialized variables
2026         * support/regression/tests/not.c: added
2027
2028 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2029
2030         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2031         * src/mcs51/gen.c (gen51Code): show final register usage after
2032         fillGaps in asm with --i-code-in-asm
2033         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2034         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2035         incUsed, rliveClear, adjustIChain): made static,
2036         (setFromRange): excluded because it's unused,
2037         (findPrevUseSym, markWholeLoop): added,
2038         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2039         through all branches of predecessors enables sdcc to emit the warning
2040         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2041         (rlivePoint): made static, added parameter emitWarnings which is only
2042         true during the first run out of two,
2043         (findRecursiveSucc, findRecursivePred): removed,
2044         (computeLiveRanges): made static, added parameter emitWarnings,
2045         (dumpIcRlive): added for debugging only
2046         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2047         removed prototype of setFromRange()
2048         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2049         in call of computeLiveRanges()
2050         * support/regression/tests/bug-895992.c: added
2051         * support/regression/tests/bug-971834.c: added
2052         * support/valdiag/tests/bug-895992.c: added
2053         * support/valdiag/tests/bug-971834.c: added
2054
2055 2005-12-18 Raphael Neider <rneider AT web.de>
2056
2057         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2058           (genUnpackBits): improved code for direct operands,
2059           (genPackBits): improved code for literal assignment to bitfields
2060             and for direct destination operands (no FSR indirection),
2061             prevented redundant AND, fixes #1362800,
2062           (AccLsh): added parameter to disable masking of the result
2063         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2064           skip instructions with side-effects (like incfsz),
2065           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2066         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2067         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2068           fixes #1375263
2069
2070 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2071
2072         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2073         volatile variables as spill location
2074
2075 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2076
2077         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2078         replacing literals
2079         * support/regression/tests/bug-1376320.c: added
2080
2081 2005-12-08 Raphael Neider <rneider AT web.de>
2082
2083         * src/pic/device.c: renamed is_shared to pic14_is_shared
2084         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2085         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2086           (is_valid_identifier): added for above workaround
2087
2088 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2089
2090         * device/lib/Makefile.in: fixed to enable port-specific-objects
2091         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2092           char, thanks Hubert Sack
2093         * doc/sdccman.lyx: documented --xstack-loc,
2094           elaborated a bit more on interrupts and pitfalls,
2095           removed "setjmp/longjmp unsupported",
2096           documented some unsupported C99 features
2097         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2098         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2099           if, thanks Hubert Sack
2100         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2101         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2102           make make_library
2103         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2104           regression tests can report resource usage (rfe 700441)
2105         * support/regression/collate-results.py: report resource usage
2106         * support/regression/ports/ds390/spec.mk,
2107         * support/regression/ports/hc08/spec.mk,
2108         * support/regression/ports/mcs51/spec.mk,
2109         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2110         * support/regression/ports/ds390/uCsim.cmd,
2111         * support/regression/ports/hc08/uCsim.cmd,
2112         * support/regression/ports/mcs51/uCsim.cmd,
2113         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2114         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2115           library, use the default one
2116         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2117           building the library
2118
2119 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2120
2121         * config.dsp: added dependency on .version and configure_vc.awk
2122         * device/include/setjmp.h: updated for --stack-auto and --xstack
2123         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2124         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2125         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2126         * device/lib/libsdcc.lib: added _setjmp
2127         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2128           (decorateType): fixed bug 1372851,
2129           (optimizeGetHbit): fixed warning
2130         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2131           array initialisation
2132         * support/regression/tests/bug1057979.c: added test for bug 1358192
2133         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2134
2135 2005-12-03 Borut Razem <borut.razem AT siol.net>
2136
2137         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2138           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2139
2140 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2141
2142         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2143         createIval): implement symbol independant "flexible array member",
2144         (createIvalCharPtr): implemented flexible array initialisation with a
2145         string
2146         * src/SDCCsymt.c (copyStruct): removed,
2147         (getSize): fixed misleading comment,
2148         (getAllocSize): removed, the additional allocation size is now in
2149         sym->flexArrayLength,
2150         (checkStructFlexArray): new, syntax checks for flexible array members,
2151         (compStructSize): added syntax checks for "flexible array members"
2152         (copyStruct): removed,
2153         (copyLinkChain): removed inefficient fix for bug 770487
2154         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2155         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2156         symbol->flexArrayLength
2157         * src/SDCCerr.c,
2158         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2159         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2160         * support/regression/tests/structflexarray.c: added
2161         * support/valdiag/tests/structflexiblearray.c: added
2162
2163 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2164
2165         * src/SDCCast.c (decorateType): fixed bug 1368489
2166         * support/Util/SDCCerr.c,
2167         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2168
2169 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2170
2171         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2172           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2173
2174 2005-11-27 Borut Razem <borut.razem AT siol.net>
2175
2176         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2177           support/cpp2/mkdeps.h: added command line option
2178           -obj-ext=<extension> to SDCPP to define object file externion, used
2179           for generation of make dependencies (-M)
2180         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2181
2182 2005-11-26 Borut Razem <borut.razem AT siol.net>
2183
2184         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2185           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2186           added pic and pic16 libraries
2187
2188 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2189
2190         * device/include/float.h: Corrected typo in prototype of __fsgt
2191
2192 2005-11-25 Borut Razem <borut.razem AT siol.net>
2193
2194         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2195           added creation of model-mcs51-stack-auto libraries
2196
2197 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2198
2199         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2200         and fields-list too
2201         * src/SDCCast.c (createIvalArray): removed obsolete comment
2202
2203 2005-11-24 Borut Razem <borut.razem AT siol.net>
2204
2205         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2206           added missing device/lib/mcs51/crt*.asm sources
2207
2208 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2209
2210         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2211
2212 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2213
2214         * device/lib/_fs2schar.c,
2215         * device/lib/_fs2sint.c,
2216         * device/lib/_fs2slong.c: optimized inline asm
2217
2218 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2219
2220         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2221           Better handling of floats between -1.0 and 0.0.
2222
2223 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2224
2225         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2226           (the missing "if"s prohibited removal of redundant labels)
2227
2228 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2229
2230         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2231           Properly convert floats between -1.0 and 0.0 to long, int, and char
2232           types (max integer value of negative floats tends to zero).
2233         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2234           Removed changes made so to work properly with floats between
2235           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2236           and _fs2char.c
2237
2238 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2239
2240         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2241         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2242         (genCast) cosmetic change
2243         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2244         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2245         from mcs51
2246         * support/regression/tests/bitfields (testSignedBitfields): added
2247
2248 2005-11-18 Borut Razem <borut.razem AT siol.net>
2249
2250         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2251         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2252           introduced SILENT option to make building of pic16 libraries less
2253
2254 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2255
2256         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2257           Now they work properly with floats between -1.0 and 0.0
2258         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2259
2260 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2261
2262         * src/SDCCicode.c (printOperand): added missing else
2263
2264 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2265
2266         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2267         reformatted for better readability
2268         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2269         signed bitfields
2270
2271 2005-11-17 Borut Razem <borut.razem AT siol.net>
2272
2273         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2274           introduced SILENT option to make building of pic16 libraries less
2275           verbose - used for nightly snapshot build
2276         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2277           available on Win32 platforms.
2278         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2279           medium, large, pic and pic16
2280
2281 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2282
2283         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2284           printf("%f"...) sets fraction to zero.
2285
2286 2005-11-16 Raphael Neider <rneider AT web.de>
2287
2288         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2289           fixes #1357221
2290         * src/pic/gen.c (genIfx): implemented for CARRY bit
2291         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2292           to generic pointers, fixes #1357332,
2293           (pic16_movLit2f): NEW,
2294           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2295
2296 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2297
2298         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2299
2300 2005-11-11 Raphael Neider <rneider AT web.de>
2301
2302         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2303         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2304           compute pointer's type from operand,
2305           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2306           improved single bit reads, fixes bug #1353379
2307
2308 2005-11-09 Borut Razem <borut.razem AT siol.net>
2309
2310         * support/scripts/sdcc.nsi: added lib/pic to the package
2311
2312 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2313
2314         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2315
2316 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2317
2318         * support/regression/tests/bug1348008.c: added
2319         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2320         * support/regression/tests/bug1337835.c: updated comment
2321
2322 2005-11-06 Borut Razem <borut.razem AT siol.net>
2323
2324         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2325           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2326           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2327           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2328           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2329           dynamic construction of cl_error_class and derivates - 2.nd try
2330
2331 2005-11-05 Borut Razem <borut.razem AT siol.net>
2332
2333         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2334           bug, which caused Bus Errors on sparc solaris
2335
2336 2005-11-04 Borut Razem <borut.razem AT siol.net>
2337
2338         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2339           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2340           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2341           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2342           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2343           and derivates to resolve the initialization problem on OSX
2344
2345 2005-11-02 Borut Razem <borut.razem AT siol.net>
2346
2347         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2348           corrected typo - #include <winsock2.h>
2349
2350 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2351
2352         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2353           (_asxxxx_mapping): added org directive for future enhancements
2354
2355 2005-11-01 Borut Razem <borut.razem AT siol.net>
2356
2357         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2358           enabled sockets on WIN32
2359         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2360
2361 2005-10-31 Borut Razem <borut.razem AT siol.net>
2362
2363         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2364           WIN32 backslash path delimiters should be escaped when used in C strings
2365         * support/regression/tests/bitfields.c: exclude failing assertions for
2366           __CYGWIN32__ and __MINGW32__ hosts
2367
2368 2005-10-30 Borut Razem <borut.razem AT siol.net>
2369
2370         * src/SDCCutil.c: corrected double comparison typo
2371
2372 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2373
2374         * device/lib/medium/Makefile: added for new memory model medium
2375         * device/include/asm/mcs51/features.h: updated for medium/pdata
2376         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2377           added Multiply & Accumulate sbit's and MAC0_PAGE define
2378         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2379         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2380         * device/lib/_mullong.c: update for medium model
2381         * device/lib/incl.mk: added medium model
2382         * doc/sdccman.lyx: documented medium model
2383         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2384         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2385         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2386         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2387           (allocParms): set SCLS and OCLS to pdata for medium model
2388         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2389           for pdata,
2390           (powof2): return <0 if not power of 2
2391         * src/avr/gen.c (genBitWise): use updated powof2
2392         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2393           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2394           (shiftLLeftOrResult): use B if necessary
2395         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2396         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2397         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2398         * support/regression/Makefile.in: added test-mcs51-medium
2399         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2400
2401 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2402
2403         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2404         specifier unsigned
2405         * device/lib/time.c (mktime): fixed bug 1334315
2406
2407 2005-10-28 Raphael Neider <rneider AT web.de>
2408
2409         * device/include/pic/p16f_common.inc: added common declarations
2410         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2411
2412 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2413
2414         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2415           (aopPutUsesAcc): added to predict accumulator use,
2416           (assignResultValue): save acc if necessary,
2417           (genMinusDec): store result if indirectly addressed,
2418           (genDivOneByte):  save acc if necessary,
2419           (movLeft2Result): bugfix if left already in acc,
2420           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2421             attention to accumulator use (esp. pdata),
2422           (genReceive): receive pdata correctly
2423         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2424         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2425
2426 2005-10-27 Raphael Neider <rneider AT web.de>
2427
2428         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2429
2430 2005-10-27 Raphael Neider <rneider AT web.de>
2431
2432         * .version: changed version to 2.5.4
2433         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2434         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2435           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2436             arithmetics support routines
2437         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2438         * device/lib/Makefile.in: also create installdir for pic
2439
2440         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2441           pic14 port as well
2442         * src/pic/device.c (dump_sfr): rewritten to delegate register
2443           placement to the linker (use `extern sym' rather than sym EQU addr),
2444           (validAddress): fixed to check last specified address
2445         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2446           (popGetLit): truncate literal value to 8 bit,
2447           (popGet): moved assert to more appropriate place
2448           (popGetExternal): create pCode operand from and mark the according
2449             symbol as being `extern'
2450           (popGetAddr): added sanity check on immediate's offset, provide
2451             GPOINTER tag on demand
2452           (aopPut): fixed for immediates,
2453           (mov2w_op): move operand's address or contents to WREG (depending on
2454             operand type), safer variant of mov2w,
2455           (movwf,call_libraryfunc): NEW, handy abbreviations,
2456           (get_argument_pcop,get_return_val_pcop,pass_argument,
2457           get_returnvalue): interface for accessing function parameters and
2458             return values,
2459           (assignResultValuei,genRet): use new parameter/return value interface
2460           (pic14_getDataSize): back to old version handling generic pointers,
2461           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2462             provided implementation and/or fixed old one,
2463           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2464             calls, removed legacy 8051 reference code
2465           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2466           (loadSignToC): NEW, move the operands sign bit to CARRY,
2467           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2468             genRightShiftSigned, accepts negative shift counts,
2469           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2470           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2471             generic pointers, __data pointers and __code pointers,
2472           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2473             and signed bitfields, limit bitfields to 8 bit,
2474           (genDataPointerGet): fixed number of bytes read,
2475           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2476           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2477             pointers to constant data are no longer assumed to point to __code
2478             space, removed invalid pointer types,
2479           (bitpatternFromVal): retrieve the PICs representation of an integer
2480             or float literal,
2481           (genDataPointerSet): fixed assigning to po_immediate operands,
2482           (genGenPointerSet): implemented as library call,
2483           (genIfx): fixed incorrect condition,
2484           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2485             provide GPOINTER tag according to destination's storage class,
2486           (genCast): added code to handle casting to generic pointers, added
2487             sign-/zero extension of the result
2488           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2489         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2490         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2491           extend the result
2492         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2493           address/register resides in the shared banks
2494           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2495             put all variables into separate sections (have the linker arrange
2496             them)
2497           (picglue): put init code and interrupt handlers in separate sections
2498         * src/pic/main.c: added port specific options table, modified to PORT
2499           structure to make GPOINTERs 3 byte, added pic14_options
2500           (_pic14_do_link): private linking routine (update paths to libraries,
2501             add libsdcc.lib by default)
2502         * src/pic/main.h: declare pic14_options
2503         * src/pic/pcode.c: fixed instructions i/o relations,
2504           (RegCond): reverted to correct version,
2505           (newpCodeOpLit): truncate literals to 8 bit,
2506           (genericPrint): added debug output,
2507           (getRegFromInstruction): fixed for various operand types, simplified
2508           (BuildFlow): fixed broken handling of isntructions with labels
2509           (LinkFlow): start at last instruction in flow (skip trailing comments),
2510             pass the flow on to the next instruction after CALL
2511           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2512           (insertPCodeInstruction): fixed inserting after a skip instruction,
2513           (DoBankSelect): fixed for labeled instructions
2514           (OptimizepBlock): honor --nopeep switch
2515           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2516         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2517         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2518           (pCodeOptime2pCodes): allow disabling this optimization via
2519             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2520             but is still buggy), started implementation of a dataflow based
2521             pCode optimization (CSE + dead code elimination)
2522           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2523         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2524           names are independant of the stack location and therefore portable across
2525           devices
2526
2527 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2528
2529         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2530           (selectSpil): fixed bug 1337835 by not spilling bit variables
2531         * support/regression/tests/bug1337835.c: added test for this bug
2532         * src/mcs51/peeph.def: restart after rule 3.c,
2533           addded rules 263.x to optimize loading constants
2534
2535 2005-10-26 Raphael Neider <rneider AT web.de>
2536
2537         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2538         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2539           (genAssign): emit warning when casting literals to generic pointer
2540             type, also applies when taking the address of a fixed variable,
2541           (genCast): improved casting to generic pointers
2542         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2543           extern variables, added verbose error message
2544         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2545
2546 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2547
2548         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2549         carry must be complemented too
2550         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2551         could be emitted by genMinus
2552         * src/SDCCval.c (constVal): fixed bug 1305065
2553
2554 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2555
2556         * src/SDCCast.c (addCast): added promotion for bit variables
2557         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2558         promotion casts + optimisation
2559         (optimizeGetWord): fix warning 'i' might be used uninitialized
2560         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2561         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2562
2563 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2564
2565         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2566         all chars are promoted to int; promotion should be handled in SDCCast.c
2567
2568 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2569
2570         * device/lib/_strcmp.c: Fixed bug 1326457
2571
2572 2005-10-11 Raphael Neider <rneider AT web.de>
2573
2574         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2575         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2576
2577 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2578
2579         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2580         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2581
2582 2005-10-04 Raphael Neider <rneider AT web.de>
2583
2584         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2585           device/lib/pic16/pics.all: added pic18f1320
2586         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2587
2588 2005-09-30 Raphael Neider <rneider AT web.de>
2589
2590         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2591         * src/pic16/devices.inc: NEW, provides device descriptions
2592         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2593
2594 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2595
2596         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2597           GETHBIT
2598
2599 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2600
2601         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2602           documented Any Order Bit, Higher Order Byte and Higher Order Word
2603         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2604         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2605           (optimizeGetAbit): new, to get any bit, not only the high bit,
2606           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2607           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2608           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2609           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2610             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2611             GETABIT, GETBYTE, GETWORD: decorate them,
2612           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2613           (ast_print): added GETABIT, GETBYTE, GETWORD
2614         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2615         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2616           (geniCodeBinary): new generic binary icode,
2617           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2618         * src/port.h: updated comment for PORT.hasExtBitOp
2619         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2620           (genGetByte): new, to get a single byte,
2621           (genGetWord): new, to get a word from a long,
2622           (gen51Code): added GETABIT, GETBYTE, GETWORD
2623         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2624
2625 2005-09-23 Raphael Neider <rneider AT web.de>
2626
2627         * configure.in, configure: have device/lib/pic configured
2628         * device/lib/Makefile.in: added model-pic14
2629         * device/lib/clean.mk: added pic/ to clean rule
2630         * device/lib/pic: added rudimentary pic14 library providing support
2631           functions for multiplication/division/generic pointer access
2632         * src/SDCCopt.c (convilong): mark support functions as extern
2633           for pic14 port as well
2634         * src/pic/gen.c (genMult): added assertions,
2635           (genpic14Code): emit warning on unhandled iCodes
2636         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2637         * src/pic/pcode.c (pCodeOpCopy),
2638         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2639           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2640           SFR_REGISTER}), made safe for future extensions
2641         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2642           instructions even if preceeded by SKIP instructions (also remove
2643           them); removed unused code
2644         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2645           prevents leaving parts of the structure uninitialized after copying
2646
2647 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2648
2649         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2650           ago by me
2651         * support/regression/tests/addsub.c: added test for the bug
2652
2653 2005-09-21 Raphael Neider <rneider AT web.de>
2654
2655         * device/include/pic16/pic18f1220.h,
2656           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2657         * device/lib/pic16/Makefile.rules: added missing opening paren
2658         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2659           are provided in genutils.c,
2660           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2661           operand/result sizes,
2662           (genCmp): assert on NULL pointers first, then check deref'ed values
2663         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2664           result size
2665
2666 2005-09-18 Raphael Neider <rneider AT web.de>
2667
2668         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2669           as these are now unused,
2670           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2671         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2672           local, avoids uninitialized pointer dereference on r->name
2673         * src/pic16/ralloc.c (newReg): fixed indentation
2674
2675 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2676
2677         * src/SDCCval.c (constVal): fixed bug 730366
2678         * support/Util/SDCCerr.c,
2679         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2680
2681 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2682
2683         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2684
2685 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2686
2687         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2688
2689 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2690
2691         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2692           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2693         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2694           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2695         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2696         * packihx/packihx.c (hexDigit): made c unsigned char
2697         * as/mcs51/lklibr.c (fndsym),
2698         * link/z80/lkgb.c (gb),
2699         * link/z80/lklibr.c (fndsym),
2700         * link/z80/lkrloc.c (relr),
2701         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2702         * src/SDCC.lex (checkCurrFile, process_pragma),
2703         * src/SDCCglue.c (spacesToUnderscores),
2704         * src/SDCCmain.c (setParseWithComma, processFile),
2705         * src/asm.c (tvsprintf, printCLine),
2706         * src/avr/gen.c (emitcode, aopPut),
2707         * src/ds390/gen.c (emitcode),
2708         * src/hc08/gen.c (emitcode, emitinline),
2709         * src/mcs51/gen.c (emitcode, genInline),
2710         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2711           tokenizeLineNode),
2712         * src/pic/ralloc.c (debugLog),
2713         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2714           tokenizeLineNode),
2715         * src/pic16/ralloc.c (debugLog),
2716         * src/z80/main.c (_process_pragma):
2717            made all ctype.h function calls safe
2718         * src/SDCCopt.c: include math.h for fabs
2719         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2720           and used them throughout the code to make ctype.h function calls safe
2721         * src/ds390/main.c (asmLineNodeFromLineNode),
2722         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2723         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2724            unsigned char*
2725         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2726           (newpCodeAsmDir): made ctype.h function calls safe
2727         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2728           pic16_emitcode):  made lbp unsigned char*
2729         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2730           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2731         * src/xa51/gen.c (emitcode),
2732         * src/z80/gen.c (_emit2): made lbp unsigned char*
2733         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2734            char*
2735
2736 2005-09-05 Raphael Neider <rneider AT web.de>
2737
2738         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2739           access bank splitpoint
2740
2741 2005-09-05 Raphael Neider <rneider AT web.de>
2742
2743         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2744
2745 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2746
2747         * .version: changed to version 2.5.3
2748         * doc/sdccman.lyx: changed version to 2.5.3,
2749           documented --codeseg and --constseg and pragma codeseg and constseg,
2750           documented bit parameters (reentrant) and bit returning
2751         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2752            currFunc->recvSize, but is this ok for all ports?
2753           (ast2iCode): result of ~ on unsigned char must be cast to int for
2754            bool to work
2755         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2756           function pointers in bit space
2757         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2758           (processFuncArgs): call port.reg_parm() with reentrancy info
2759         * src/port.h,
2760         * src/avr/main.c,
2761         * src/ds390/main.c,
2762         * src/hc08/main.c,
2763         * src/pic/main.c,
2764         * src/pic16/main.c,
2765         * src/xa51/main.c,
2766         * src/z80/main.c: port.reg_parm prototype extended with
2767           "bool reentrant" parameter
2768         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2769           options.stackAuto for allocating bit register parameters
2770         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2771           (genSend): set BitBankUsed if it is,
2772           (selectRegBank): factored out of genCall for use in genPcall,
2773           (genCall): removed redundant dtype assignmen, use selectRegBank,
2774           (genPcall): handle returning in Carry properly, save in F0 if needed,
2775           (genReceive): handle bit register parameters
2776         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2777           (mcs51_assignRegisters): enable bit registers for all reentrant
2778            functions and don't set BitBankUsed unconditionally
2779         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2780         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2781         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2782
2783 2005-08-27 Borut Razem <borut.razem AT siol.net>
2784
2785         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2786         ppc-osx (Darwin) does not support -u option. It seems that it is
2787         supported only on Linux - GNU cp
2788
2789 2005-08-25 Borut Razem <borut.razem AT siol.net>
2790
2791         * sim/ucsim/gui.src/serio.src/Makefile.in,
2792           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2793           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2794           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2795           install and strip, since the strip at /usr/ccs/bin should be used
2796           on solaris
2797
2798 2005-08-24 Borut Razem <borut.razem AT siol.net>
2799
2800         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2801
2802 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2803
2804         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2805         ffffffffu
2806
2807 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2808
2809         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2810         * as/mcs51/lkmain.c (link_main): fixed warning
2811         * device/include/stdbool.h: ds390 has no advanced bit support yet
2812         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2813         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2814         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2815           and updated their macros
2816         * src/SDCCval.c (constVal): updated comment for renamed b_long
2817
2818 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2819
2820         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2821         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2822           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2823           (oprio): set priority for '['
2824         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2825            and adb_24_bit
2826         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2827         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2828         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2829         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2830           added overlayable BIT_BANK area
2831         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2832           (summary2): explain 'T' in legenda
2833         * as/mcs51/lkrloc.c: replaced old K&R style,
2834           (relr): added R_BIT processing,
2835           (errmsg): added "Bit-addressable relocation error",
2836           (adb_bit): added for converting from byte- to bit-addressable space,
2837           (adb_24_bit): added for converting from byte- to bit-addressable space
2838         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2839            used in reentrant functions now even as return value
2840         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2841         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2842           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2843         * src/SDCCglobl.h: added indicator BitBankUsed
2844         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2845            the bit registers b0-b7
2846         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2847           (geniCodeCast): fixed bug 1263853,
2848           (geniCodeLogicAndOr): put result in bool or char,
2849           (geniCodeReceive): added parameter func for accessing the return type,
2850           (geniCodeFunctionBody): pass func to geniCodeReceive
2851         * src/SDCCmain.c: added indicator BitBankUsed
2852         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2853         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2854           (checkSClass): don't put automatic bool/bit on stack,
2855           (checkFunction): removed check on function cannot return bit
2856         * src/SDCCsymt.h: added newBoolLink prototype
2857         * src/mcs51/gen.c (rb1regs): added bit registers,
2858           (movc): created for assigning to carry,
2859           (pushReg, popReg): created for pushing registers,
2860           (sameRegs): check both AOP_REG and AOP_CRY types,
2861           (aopOp): handle bit registers,
2862           (aopPut): optimization no self-assign,
2863           (saveRegisters): push reg->base (bits) only once for bit registers,
2864            and use pushReg,
2865           (unsaveRegisters): pop reg->base only once and use popReg,
2866           (assignResultValue): added parameter func and return in carry for bits,
2867           (genIpush): optimization no reload in A if not changed,
2868           (genSend): bit parameters in reentrant functions are passed in bit
2869            registers by first assigning to bits in B, then save registers and
2870            copy B to bits,
2871           (genCall): handle returning in Carry properly, save it in F0 if needed,
2872           (genPcall): updated assignResultValue call, this is not safe yet for bit
2873            returning function !!!
2874           (genFunction): don't generate equ's for bit registers and use pushReg,
2875           (genEndFunction): take care of bit returning functions and use popReg,
2876           (genRet): return bit in Carry,
2877           (genIfx): optimize bit registers and other directly addressable bits,
2878           (genReceive): updated assignResultValue call
2879         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2880           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2881            registers when using stack-auto
2882         * src/mcs51/ralloc.c (_G): added allBitregs,
2883           (regs8051): added the bit registers,
2884           (createStackSpil): use macro IS_BIT,
2885           (getRegBit): added to allocate a bit register, else spill,
2886           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2887           (updateRegUsage): factored out to ease stepping while debugging,
2888           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2889            also allocate bit registers,
2890           (fillGaps): handle bit registers,
2891           (findAllBitregs): added to create bit vector with all bit registers,
2892           (mcs51_allBitregs): returns this bit vector,
2893           (mcs51_assignRegisters): when using stack-auto use bit registers for
2894            passing parameters and creating local variables
2895         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2896
2897 2005-08-22 Borut Razem <borut.razem AT siol.net>
2898
2899         * device/lib/Makefile.in: replaced find option -or with -o
2900           to make it run on solaris
2901
2902 2005-08-22 Raphael Neider <rneider AT web.de>
2903
2904         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2905           fixes #1265442 (crash on Solaris)
2906
2907 2005-08-20 Borut Razem <borut.razem AT siol.net>
2908
2909         * configure, configure.in: added tests for libsocket and libnsl libraries,
2910           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2911           from support/regression/Makefile.in
2912         * support/regression/Makefile.in: added
2913         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2914         * sim/ucsim/libtool: regenerated on sparc-solaris
2915         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2916           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2917           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2918           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2919           sparc-solaris, which doesn't use GNU ld linker
2920         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2921         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2922
2923 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2924
2925         * src/mcs51/peeph.def: updated comments
2926
2927 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2928
2929         * device/lib/_gptrget.c,
2930         * device/lib/_gptrput.c: slightly shorter
2931         * doc/sdccman.lyx: incremented version
2932         * src/mcs51/peeph.def: moved peephole comments to the line of first
2933           change to better keep line correlation, reanimated 186.e
2934         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2935
2936 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2937
2938         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2939           David Saxton with quotes around file name.
2940
2941 2005-08-15 Borut Razem <borut.razem AT siol.net>
2942
2943         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2944           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2945           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2946           make tests run on x86_64 platform
2947
2948 2005-08-13 Raphael Neider <rneider AT web.de>
2949
2950         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2951           as it might be executed DURING a build (parallel make is wonderful)
2952
2953 2005-08-13 Raphael Neider <rneider AT web.de>
2954
2955         * device/lib/Makefile.in (port-specific-objects-pic16):
2956           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2957         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2958           dependency
2959         * device/lib/pic16/Makefile.rules: build subdirs before creating
2960           the library, removed builddir rule, create $(builddir) early in
2961           recurse rule, use empty recurse rule for leaf directories
2962         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2963           mkdir errors (race condition), removed duplicate suffix "hex"
2964           from clean rules
2965         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2966         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2967           prevents mkdir -p from aborting on Alpha
2968
2969 2005-08-12 Raphael Neider <rneider AT web.de>
2970
2971         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2972           db-statements in order to allow for arrays of pointers in code
2973           sections to be placed without interspersed 0-padding, fixes
2974           bug #1256215
2975         * (emitStatistics): fixed division by zero for pic18f1220
2976         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2977           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2978         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2979         * (pic16_pCodeConstString): keep track of already emitted string
2980           literals to prevent "duplicate definitions of symbol _str_NR"
2981         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2982           debug message
2983         * device/lib/Makefile.in: ignore failing PIC16 library builds
2984         * device/lib/pic16/Makefile: do not build if gputils are missing
2985         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2986
2987 2005-08-10 Raphael Neider <rneider AT web.de>
2988
2989         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2990           my last commit)
2991
2992 2005-08-10 Raphael Neider <rneider AT web.de>
2993
2994         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2995           Rokas' patch to add the new fixed point type "__fixed16x16"
2996         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2997           functions for __fixed16x16 arithmetics
2998         * device/lib/pic16: reimplemented the build system to support
2999           a separate build directory, better handling of libio (create
3000           the library in a separate subdir for each architecture) and
3001           easier configuration (centralized in Makefile.common)
3002
3003 2005-08-07 Raphael Neider <rneider AT web.de>
3004
3005         * src/pic16/gen.c (genrshTwo): fixed sign extension
3006         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3007         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3008           added T0CONbits
3009         * device/include/pic16/pic18f4220.h: NEW, header for
3010           pic18f4220 and pic18f4320
3011         * device/include/pic16/pic18fregs.h: added new devices,
3012           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3013         * device/include/pic16/signal.h: resolved name clashes
3014           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3015           to also allow testing for interrupt enable bits, added
3016           comments on how to use the macros
3017         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3018         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3019           register definitions for the devices
3020         * device/lib/pic16/pics.all: added new devices
3021         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3022           allocated memory
3023         * device/lib/pic16/libc/stdlib/memfree: do not count
3024           the block header as free memory
3025         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3026           simplified and added missing end-of-blocklist-marker
3027           (reported by Peter Onion, fixes #1252814)
3028         * (_mergeHeapBlock): fixed loop condition
3029         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3030           len==0, restructured code
3031         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3032           up a bit, reduced bitfield accesses, prevent endless loops
3033           in case of heap corruption
3034         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3035           "unreferenced arguments/must return a value" warnings
3036         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3037           replaced BAUDREG with SPBRG
3038         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3039           device/lib/pic16/debug/gstack/gstack.c: replaced
3040           _naked, _asm, _endasm with __naked, __asm, __endasm
3041
3042 2005-08-05 Raphael Neider <rneider AT web.de>
3043
3044         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3045           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3046
3047 2005-08-05 Borut Razem <borut.razem AT siol.net>
3048
3049         * device/lib/Makefile.in: added missing ';'
3050         * configure: removed ^M characters
3051
3052 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3053
3054         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3055           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3056           License
3057
3058 2005-08-04 Borut Razem <borut.razem AT siol.net>
3059
3060         * configure.in: pic16 libraries build 2nd try - enable running
3061           configure in device/lib/pic16
3062         * configure: regenerated from configure.in
3063         * device/lib/Makefile.in: create $(PORT)/bin directory
3064
3065 2005-08-03 Raphael Neider <rneider AT web.de>
3066
3067         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3068           to get/set values via pointers
3069         * (genUnpackBits,genPackBits): changed detection of
3070           ptr->bitfield vs. sym.bitfield, fixed access via generic
3071           pointers, removed dead (wrong) code for multibyte bitfields
3072         * (genNearPointerGet, genGenPointerGet): removed useless code,
3073           fixed bitfield detection, fixes #1250594
3074         * (genNearPointerSet): removed useless code
3075         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3076           and introduced macro pic16_emitpcode that conditionally emits
3077           the origin of the following pCode (useful for debugging SDCC)
3078         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3079         * (createDefmap): fixed handling of LFSR for --optimize-df
3080
3081 2005-08-02 Borut Razem <borut.razem AT siol.net>
3082
3083         * device/lib/Makefile.in: pic16 libraries build enabled since
3084           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3085
3086 2005-08-02 Raphael Neider <rneider AT web.de>
3087
3088         * src/pic16/gen.c (genPackBits): removed deprecated warning
3089         * (genGenPointerSet): fixed bitfield detection
3090
3091 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3092
3093         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3094
3095 2005-07-31 Raphael Neider <rneider AT web.de>
3096
3097         * device/lib/pic16/libdev/pic18f458.c,
3098           device/include/pic16/pic18f458.h: added missing T0CONbits
3099
3100 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3101
3102         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3103
3104 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3105
3106         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3107
3108 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3109
3110         * device/include/mcs51/at89c51ed2.h: added.
3111
3112 2005-07-23 Raphael Neider <rneider AT web.de>
3113
3114         * src/pic/gen.h: added emitpcode macro for debugging
3115         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3116           and replace by macro adding debug information on demand
3117         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3118         * (gencjne): tried to fix; replaced with correct (slower) code
3119         * (gen{Unp,P}ackBits): fixed single bit access
3120         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3121         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3122           previous instruction
3123         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3124           register has to be handled with care (forbidding movement
3125           of assignments/uses, removing assignments completely, ...)
3126         * (pCodeOptime2pCodes): make use of regIsSpecial
3127         * added lots of debugging output (commented out)
3128         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3129           from being reused as result UNLESS it is known to work
3130
3131 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3132
3133         * support/Util/dbuf.h: include <stddef.h> for size_t
3134         * .version: changed to version 2.5.2
3135
3136 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3137
3138         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3139
3140 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3141
3142         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3143           (genModOneByte): removed needless psha/pula
3144
3145 2005-07-22 Raphael Neider <rneider AT web.de>
3146
3147         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3148           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3149         * src/pic/gen.c (resolveIfx): do not "invent" labels
3150         * (genSkipc): changed to positive logic
3151         * (genSkipCond): removed as no longer needed
3152         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3153           backport from PIC16
3154         * (genLeftShift): check operands are in different registers
3155         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3156           INCF does not update CARRY...
3157         * src/pic/main.c: fixed _linkCmd
3158         * src/pic/pcode.c (unlinkpCode): added inactive code
3159         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3160           alive (do not assign result and operand overlapping registers)
3161
3162 2005-07-22 Raphael Neider <rneider AT web.de>
3163
3164         * src/pic/device.c (dump_sfr): replaced register declaration with
3165           call to emitSymbolToFile() to avoid duplicate symbols
3166         * (assignRelocatableRegisters): do not declare external symbols
3167         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3168           right (take size of type, not etype)
3169         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3170         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3171         * (packRegsForAccUse): disabled assignment of WREG as
3172           the result reg to prevent occurence of just fixed #1235003,
3173           fixes #1242954
3174         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3175           symbols (avoids duplicate symbols in .asm file)
3176         * (pic14emitRegularMap): use emitSymbolToFile()
3177         * src/pic/gen.c (aopOp): fixed spillLocation handling
3178         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3179         * (genDataPointerSet): removed unneccessary variables/output
3180
3181 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3182
3183         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3184         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3185
3186 2005-07-21 Raphael Neider <rneider AT web.de>
3187
3188         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3189           architecture cannot handle them efficiently, fixes bug #1235003
3190         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3191           check for empty sets before using them (fixes bug #1232190)
3192
3193 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3194
3195         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3196           (lnksect2): generate warnings for memory overlap
3197         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3198           constseg to set the name of these segments so you can instruct the linker
3199           to place them in banks
3200         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3201         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3202           added code_seg and const_seg to options
3203         * src/SDCCglue.c (emitMaps): use options.const_seg,
3204           (createInterruptVect): put interrupt vectors in segment HOME,
3205           (glue): put HOME before static segment and put the main glue in HOME,
3206           (glue): use options.code_seg
3207         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3208         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3209           these segments so you can instruct the linker to place them in banks
3210           (linkEdit): use code_loc for HOME segment which should be the first
3211           segment in code memory now
3212         * src/SDCCmem.c: fixed more stuff like bug 1238386
3213         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3214           (changePointer): don't change function pointers to code pointers for
3215           banked functions,
3216           (compareType): added exceptional check for banked function pointers
3217         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3218         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3219           after static in code memory
3220         * src/mcs51/gen.c: added aopLiteralLong prototype,
3221           (aopForSym): use getSize for functions,
3222           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3223           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3224           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3225           the segment,
3226           (genPcall): use call for literal function pointers and generate banked
3227           calls over the one trampoline so there's only one place for the user to
3228           modify according to his/hers hardware,
3229           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3230           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3231         * src/mcs51/main.c: added keyword banked,
3232           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3233         * support/Util/SDCCerr.c,
3234         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3235           needed for passing the bank and address to the trampoline
3236         * device/lib/mcs51/crtbank.asm: added for bankswitching
3237         * device/lib/mcs51/Makefile: added crtbank
3238
3239 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3240
3241         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3242           for fields at offset 0 of a struct or union as reported
3243           on 2005-07-07 in the developer mailing list.
3244
3245 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3246
3247         * src/SDCCmem.c: fixed bug 1238386
3248
3249 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3250
3251         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3252           (patch #1144962), added peephole 300, enabled 259.x
3253         * doc/sdccman.lyx: removed screenshot and provided link instead
3254
3255 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3256
3257         * doc/sdccman.lyx: added section about debugging with ddd
3258         * doc/figures/ddd_example.eps: screenshot of debugging session
3259
3260 2005-07-04 Raphael Neider <rneider AT web.de>
3261
3262         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3263           like CODE pointers, fixes #1115683
3264         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3265           call, fixes bugs #1232211, #1228110,
3266           fixed wrong casts to pCodeFlow from pCodeInstructions
3267
3268 2005-07-04 Raphael Neider <rneider AT web.de>
3269
3270         * src/pic/gen.c (popGet): changed assert to allow for
3271           bit operands
3272         * (popGetAddr): changed signature to provide
3273           an additional index, patched all call sites
3274         * (genCmpEq): handle literal-like operands correctly
3275         * (genAddrOf): added sanity checks on __code/__data pointers
3276         * (genAssign): added handling of symbols from __code section
3277         * (gencjne): do not generate code for comparisons whose result
3278           is neither stored nor used, fixes bug #1171114
3279         * (AccLsh, AccRsh): operate on operand instead of WREG
3280         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3281           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3282           by known count
3283         * rewrote complete shift-by-literal logic, commented unused
3284           functions out
3285         * (genConstPointerGet): get multiple bytes (if result size > 1),
3286           fixed handling of non-immediate addresses
3287         * (genPointerGet): handle CODE pointers like CONST pointers
3288         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3289         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3290           operand is to be treated as a literal or not
3291         * (mov2w,genPcall,genCmpEq),
3292           src/pic/genarith.c: use aop_isLitLike() to decide between
3293           literal/register contents
3294         * (addSign): added missing offset
3295         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3296           only emit comment in debug-mode,
3297           use {aop,op}_isLitLike throughout the file
3298         * src/pic/glue.c: fix initializers for pointers (work in progress)
3299         * src/pic/pcode.c (get_op): honor index on _const symbols
3300         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3301         * (dumppBlock): added pCode size estimation
3302         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3303           check for IS_SYMOP before OP_SYMBOL'ing
3304         * fixed indentation, compacted switch-statements
3305         * (allocReg): find free register and allocate it instead of
3306           allocating new registers all the time
3307         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3308           registers as its operands (necessary only for multibyte GETs)
3309
3310 2005-07-01 Raphael Neider <rneider AT web.de>
3311
3312         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3313           debugging .asm-output macros FENTRY + FEXIT
3314         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3315           way... I wonder...
3316         * (emitpComment): NEW, printf to pCode
3317         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3318           offset handling
3319         * (popGetAddr): NEW, variant of popGet to access an immediates
3320           high(er) bytes instead of the n'th byte of memory they reference,
3321           replaced popGet with popGetAddr where neccessary
3322         * (genDataPointerGet): reactivated and fixed implementation
3323         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3324           accesses
3325         * (genDataPointerSet): fixed multibyte assignments
3326         * (genpic14Code): fixed --i-code-in-asm handling
3327         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3328         * (genPlus): fixed index-out-of-bounds error
3329         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3330         * src/pic/ralloc.c: added debugging output macro FENTRY2
3331         * (spillThis): fixed indentation, enbraced for-body for clarity
3332         * (rematStr): commented out as now unused
3333         * (regTypeNum): commented out special spill case (overwrites
3334           arbitrary values)
3335         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3336
3337 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3338
3339         * doc/sdccman.lyx: documented sfr16/sfr32,
3340           added example for using storage class with function pointers
3341         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3342
3343 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3344
3345         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3346         * device/lib/_itoa.c,
3347         * device/lib/_ltoa.c: optimized codesize
3348         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3349           but don't know how to suppress the double warning.
3350         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3351         * support/Util/SDCCerr.c,
3352         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3353
3354 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3355
3356         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3357           fixed old K&R prototypes
3358         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3359         * device/lib/_gptrget.c,
3360         * device/lib/_gptrgetc.c,
3361         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3362           also new versions for small generic pointers and banked generic pointers
3363         * src/port.h: added const_name
3364         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3365         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3366         * src/SDCCcse.c (findPrevIc): check all associative operators
3367         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3368         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3369         * src/SDCCmem.c: updated comments,
3370           set far-space to 0 for pdata, results in optimized code
3371         * src/SDCCmem.h: added macro CONST_NAME
3372         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3373           moving the info into the highest bits, see also gptrget/gptrput
3374         * src/src.dsp: added sdcc.ico to project files
3375         * src/avr/gen.c (genCast): fixed bug 0x%d
3376         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3377         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3378           relation between ptr_type and DCL_TYPE,
3379           (genCast): fixed bug 0x%d
3380         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3381           (CODE)" for const_name
3382         * src/hc08/gen.c (genCast): fixed bug 0x%d
3383         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3384           (hc08_port): added "CONST (CODE)" for const_name
3385         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3386           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3387           between ptr_type and DCL_TYPE,
3388           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3389           operand* and took AOP() inside function so sfr-ness can be checked,
3390           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3391           new prototype,
3392           (genFunction, genEndFunction): optimized stack setup,
3393           (genMinus): optimized for literals with ending zeroes (in bytes),
3394           (genCast): fixed bug 0x%d
3395         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3396           (mcs51_port): added "CONST (CODE)" for const_name
3397         * src/mcs51/peeph.def: made rule 226 more generic
3398         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3399         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3400         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3401         * src/z80/main.c (z80_port): added NULL for const_name,
3402           (gbz80_port): added NULL for const_name
3403         * support/regression/tests/bug663539.c,
3404         * support/regression/tests/sfr16.c: new tests
3405
3406 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3407
3408         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3409
3410 2005-06-24 Raphael Neider <rneider AT web.de>
3411
3412         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3413           corrected typos...
3414         * device/include/pic16/signal.h: added USBIF
3415           and SIG_USB
3416
3417 2005-06-24 Raphael Neider <rneider AT web.de>
3418
3419         * device/lib/pic16/libdev/pic18f2455.c,
3420           device/include/pic16/pic18f2455.h: NEW
3421         * device/include/pic16/pic18fregs.h,
3422           device/lib/pic16/pics.all,
3423           src/pic16/device.c: added 18f2455
3424         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3425           device/include/pic16/{pic18f[68][567].h,usart.h}:
3426           replaced MULTIPLE_USARTS define with more relaible
3427           compatibility sfrs (for USART access)
3428
3429 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3430
3431         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3432           and the output asm file line is printed on two lines.
3433
3434 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3435
3436         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3437           BGT, BLE, BHI, and BLS instructions
3438         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3439           genCmpEq): removed
3440         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3441           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3442           fixes bug #1216342
3443         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3444
3445 2005-06-15 Raphael Neider <rneider AT web.de>
3446
3447         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3448         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3449         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3450           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3451           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3452
3453 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3454
3455         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3456           Marcel Telka in bug #1215704
3457
3458 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3459
3460         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3461           located in shared memory bank.
3462
3463 2005-05-31 Raphael Neider <rneider AT web.de>
3464
3465         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3466           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3467           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3468
3469 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3470
3471         * device/lib/_strncpy.c: fixed the fix
3472
3473 2005-05-26 Raphael Neider <rneider AT web.de>
3474
3475         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3476           initializers with \0, bug #1208187
3477         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3478           intializers with \0, bug #1208187
3479
3480 2005-05-26 Raphael Neider <rneider AT web.de>
3481
3482         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3483           initializers with \0, bug #1208187
3484         * src/pic16/main.c (_process_pragma): added sanity checks
3485           for stack position and size, emit warnings when appropriate
3486
3487 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3488
3489         * device/lib/_strncpy.c: fixed not filling with \0
3490
3491 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3492
3493         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3494           createFunction),
3495         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3496           compound_statement),
3497         * src/SDCCsymt.h,
3498         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3499
3500 2005-05-24 Raphael Neider <rneider AT web.de>
3501
3502         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3503
3504 2005-05-24 Raphael Neider <rneider AT web.de>
3505
3506         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3507           TRISE definitions, closes bug #1162453
3508
3509 2005-05-22 Raphael Neider <rneider AT web.de>
3510
3511         * src/pic16/main.c (_process_pragma): check for missing
3512           arguments to pragmas code and udata
3513         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3514           consistency fixes to match other headers (thanks to Jim Paris)
3515         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3516
3517 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3518
3519         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3520
3521 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3522
3523         * support/regression/tests/bug1198642.c: new test
3524         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3525         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3526         * support/scripts/resource.h,
3527         * support/scripts/resource.rc,
3528         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3529         * support/scripts/sdcc.ico: added 32x32 icon
3530
3531 2005-05-18 Raphael Neider <rneider AT web.de>
3532
3533         * device/lib/pic16/libdev/pic18f*.c,
3534         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3535           keywords to "__sfr" and "__at (X)"
3536         * device/include/pic16/pic18fregs.h: added pic18f4520
3537         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3538           #1203088 (MPLAB compatibility)
3539
3540 2005-05-17 Raphael Neider <rneider AT web.de>
3541
3542         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3543         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3544         * device/lib/pic16/pics.all: added new devices
3545         * src/pic16/device.c: added support for pic18f4520
3546
3547 2005-05-16 Raphael Neider <rneider AT web.de>
3548         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3549         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3550         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3551           convenience function for bit access
3552
3553 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3554
3555         * device/lib/printf_large.c: fixed bug 1193299
3556         * support/regression/tests/bug1057979.c: added test %3.3s
3557
3558 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3559
3560         * device/include/mcs51/8051.h,
3561         * device/include/mcs51/8052.h: made parseable with lint
3562         * device/include/mcs51/lint.h: added include file for (sp)lint
3563         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3564         * doc/cdbfileformat.lyx,
3565         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3566
3567 2005-05-14 Raphael Neider <rneider AT web.de>
3568
3569         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3570         * device/lib/pic16/libc/stdlib/itoa.c (new)
3571         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3572         * device/lib/pic16/libio/Makefile: exclude subdir according to
3573           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3574         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3575         * src/pic16/gen.c (genFunction): prevent annoying warning
3576         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3577           nameclashes on BeOS
3578         * support/cpp2/cppmain.c (cpp_output_string): new
3579         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3580           fixes bug 1116802
3581
3582 2005-05-13 Borut Razem <borut.razem AT siol.net>
3583
3584         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3585
3586 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3587
3588         * .version: changed to version 2.5.1; back to bleeding edge development
3589
3590 2005-05-11 Borut Razem <borut.razem AT siol.net>
3591
3592         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3593           generate PDF version 1.3 documents
3594
3595 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3596
3597         * .version: changed to version 2.5.0
3598
3599 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3600
3601         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3602
3603 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3604
3605         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3606         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3607         well as many smaller updates.
3608         * .version: changed to version 2.5.0-pre1
3609
3610 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3611
3612         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3613
3614 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3615
3616         * support/regression/tests/bug1185672.c: added
3617         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3618           bug 1185672
3619         * src/mcs51/gen.c (genCall): added comments, made it look safer
3620         * src/mcs51/gen.c (genEndFunction): simplified
3621
3622 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3623
3624         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3625
3626 2005-04-14 Borut Razem <borut.razem AT siol.net>
3627
3628         * fixed bug 1045046 - SIGSEGV with really simple code?:
3629           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3630           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3631
3632 2005-04-14 Borut Razem <borut.razem AT siol.net>
3633
3634         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3635           src/pic16/device.h: temporarily disabled experimental #inline pragma
3636           for 2.5.0 release
3637
3638 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3639
3640         * device/include/z80/stdio.h,
3641         * device/include/z80/string.h: removed these highly incomplete files so
3642           SDCC can use the default ones in device/include/
3643
3644 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3645
3646         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3647         gcc warning.
3648         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3649         fix sdcpp warnings.
3650
3651 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3652
3653         * device/include/malloc.h: removed redundant __reentrant prototypes
3654         * device/lib/_mullong.c: added working xstack variant in asm (C version
3655           doesn't pass regression tests)
3656         * device/lib/bpx.c: used __data and made bpx char for mcs51
3657         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3658           (createFunction): fixed bug with xstackPtr
3659         * src/SDCCcse.c: corrected comments
3660         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3661           (killDeadCode, eBBlockFromiCode): removed unused code
3662         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3663           corrected comments
3664         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3665           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3666           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3667           (genModOneByte): fixed warning in MSVC
3668         * src/mcs51/main.c (): added comments
3669         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3670
3671 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3672
3673         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3674
3675 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3676
3677         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3678
3679 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3680
3681         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3682         characters arrays of larger size than the declared one.
3683
3684 2005-04-10 Borut Razem <borut.razem AT siol.net>
3685
3686         * src/pic/gen.c (genInline),
3687           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3688           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3689           (findNextInstruction), (findPrevInstruction),
3690           (findInstructionUsingLabel),
3691           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3692         * src/pic/pcode.c (findLabel): added missing '\n'
3693         * src/src.dsp: added SDCCdwarf2.c to the project
3694
3695 2005-04-09 Borut Razem <borut.razem AT siol.net>
3696
3697         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3698
3699 2005-04-08 Raphael Neider <rneider AT web.de>
3700
3701         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3702           into the chain after a given one) and mergeDefmapSymbols (combine
3703           defmap entries for each symbol per pcode)
3704         * (createDefmap): have defmap entries merged in the end
3705         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3706           a symbol before replacing one access type's symbol, merge symbols in
3707           the end (replacement symbol might already have an entry)
3708         * (assignValnums): keep reference to written WREG intact
3709
3710 2005-04-08 Raphael Neider <rneider AT web.de>
3711
3712         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3713           Alpha)
3714
3715 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3716
3717         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3718         bytes
3719
3720 2005-04-07 Raphael Neider <rneider AT web.de>
3721
3722         * device/include/pic16/usart.h: added compatibility defines for
3723           devices with more than one USART
3724         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3725
3726 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3727
3728         * device/lib/Makefile.in: updated for port specific include
3729
3730 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3731
3732         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3733
3734 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3735
3736         * device/include/8051.h,
3737         * device/include/8052.h,
3738         * device/include/at89S8252.h,
3739         * device/include/at89c55.h,
3740         * device/include/at89x051.h,
3741         * device/include/at89x51.h,
3742         * device/include/at89x52.h,
3743         * device/include/mcs51reg.h,
3744         * device/include/reg51.h,
3745         * device/include/reg764.h,
3746         * device/include/regc515c.h,
3747         * device/include/sab80515.h: (re)moved these 12 files
3748         * device/include/mcs51/8051.h,
3749         * device/include/mcs51/8052.h,
3750         * device/include/mcs51/at89S8252.h,
3751         * device/include/mcs51/at89c55.h,
3752         * device/include/mcs51/at89x051.h,
3753         * device/include/mcs51/at89x51.h,
3754         * device/include/mcs51/at89x52.h,
3755         * device/include/mcs51/mcs51reg.h,
3756         * device/include/mcs51/reg51.h,
3757         * device/include/mcs51/reg764.h,
3758         * device/include/mcs51/regc515c.h,
3759         * device/include/mcs51/sab80515.h: and added them here
3760
3761 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3762
3763         * device/include/stdarg.h: changed SDCC specific keywords to double
3764           underlined form.
3765         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3766           mcs51 and ds390.
3767         * device/include/hc08/mc68hc908gp32.h,
3768         * device/include/hc08/mc68hc908jb8.h,
3769         * device/include/hc08/mc68hc908jkjl.h,
3770         * device/include/hc08/mc68hc908qy.h: fixed comments
3771         * device/include/mcs51/README: updated
3772         * device/include/mcs51/c8051f120.h: added PINRSF
3773         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3774         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3775           amidst code. Also inline is not supported.
3776
3777 2005-04-06 Raphael Neider <rneider AT web.de>
3778
3779         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3780         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3781           callers stack/frame pointers
3782
3783 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3784
3785         * device/include/pic16/usart.h: added, missing in previous commit,
3786         * device/include/pic16/adc.h: fixed typo,
3787         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3788         commit,
3789         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3790         <p18fxxx.inc>
3791         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3792         uninitialized because a bug appears with gplink
3793         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3794         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3795         complains for unrecognised option
3796
3797 2005-04-05 Raphael Neider <rneider AT web.de>
3798
3799         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3800           structs as well (using memcpy)
3801         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3802           on ISRs (GOTO has no label)
3803         * src/pic16/device.h: added OF_OPTIMIZE_DF
3804         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3805           new data flow analysis/optimization
3806         * src/pic16/pcode.c: added (prototypes for and implementation of)
3807           dataflow analysis functions, fixed pCodeInstructions' inCond and
3808           outCond values, made RCALL a branch instruction
3809         * (pic16_unlinkpCode): keep C line if possible
3810         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3811           C line moved if possible
3812         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3813         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3814           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3815         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3816           new flow)
3817         * (pic16_getJumptabpCode): NEW, needed in...
3818         * (LinkFlow): fixed handling of jumptables, calls and conditional
3819           branches
3820         * (pic16_InsertCommentAfter): NEW
3821         * (pic16_pCodeReplace): made verbose and flow preserving
3822         * (AnalyzeFlow): added call to data flow analysis
3823         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3824         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3825         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3826
3827 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3828
3829         * src/SDCCast.c (decorateType): fixed bug #1105626
3830
3831 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3832
3833         * device/include/asm/pic16/features.h,
3834         * pic18f*.h headers,
3835         * device/include/pic16/adc.h,
3836         * device/include/pic16/delay.h,
3837         * device/include/pic16/i2c.h,
3838         * device/include/pic16/malloc.h,
3839         * device/include/pic16/stdio.h,
3840         * device/include/pic16/stdlib.h,
3841         * device/include/pic16/string.h,
3842         * device/lib/pic16/libc/stdio/printf_tiny.c,
3843         * device/lib/pic16/libc/stdio/printf_small.c,
3844         * device/lib/pic16/libc/stdio/strmgpsim.c,
3845         * device/lib/pic16/libc/stdio/strmmssp.c,
3846         * device/lib/pic16/libc/stdio/strmusart.c,
3847         * device/lib/pic16/libc/stdio/vfprintf.c,
3848         * device/lib/pic16/libc/stdlib/ltoa.c,
3849         * device/lib/pic16/libc/stdlib/putchar.c,
3850         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3851         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3852         * device/lib/pic16/libc/stdlib/memchrram.c,
3853         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3854         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3855         * device/lib/pic16/libio/adc/adcbusy.c,
3856         * device/lib/pic16/libio/adc/adcread.c,
3857         * device/lib/pic16/libio/adc/adcsetch.c,
3858         * device/lib/pic16/libio/usart/ubaud.c,
3859         * device/lib/pic16/libio/usart/ubusy.c,
3860         * device/lib/pic16/libio/usart/udrdy.c,
3861         * device/lib/pic16/libio/usart/uopen.c,
3862         * device/lib/pic16/libio/usart/uputc.c,
3863         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3864         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3865         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3866         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3867         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3868         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3869         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3870         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3871         specific keywords to double underlined form,
3872         * device/lib/pic16/libc/Makefile.rules,
3873         * device/lib/pic16/libsdcc/Makefile.rules,
3874         * device/lib/pic16/libm/Makefile,
3875         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3876         to compile with C standard set in Makefile.common
3877         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3878         rand.c and crc.c in compilation process,
3879         * device/lib/pic16/libsdcc/int/divuint.c,
3880         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3881         `c' from signed to unsigned,
3882         * device/lib/pic16/startup/crt0.c,
3883         * device/lib/pic16/startup/crt0i.c,
3884         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3885         keywords to double underlined form, bug fixes in _do_cinit function
3886         which prevented the correct initialization of the .idata segment,
3887         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3888         core to enter a infinite loop
3889         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3890
3891 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3892
3893         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3894
3895 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3896
3897         * device/include/Makefile.in: add support for hc08 subdirectory
3898         * device/include/hc08/: new subdirectory
3899         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3900         Lucas Loizaga, thanks!
3901         * device/include/hc08/mc68hc908qy.h,
3902         * device/include/hc08/mc68hc908gp32.h,
3903         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3904         their own directory. Changed internal macro names to use the compiler
3905         reserved namespace. Changed SDCC specific keywords to double
3906         underlined form.
3907         * device/include/math.h,
3908         * device/include/malloc.h,
3909         * device/include/stdarg.h,
3910         * device/include/stdbool.h
3911         * device/include/string.h,
3912         * device/include/tinibios.h,
3913         * device/include/ds400rom.h,
3914         * device/include/8051.h,
3915         * device/include/8052.h,
3916         * device/include/80c51xa.h,
3917         * device/include/at89c55.h,
3918         * device/include/at89S8252.h,
3919         * device/include/at89x51.h,
3920         * device/include/at89x52.h,
3921         * device/include/ds80c390.h,
3922         * device/include/reg764.h,
3923         * device/include/regc515c.h,
3924         * device/include/sab80515.h,
3925         * device/include/mcs51/c8051f000.h,
3926         * device/include/mcs51/c8051f018.h,
3927         * device/include/mcs51/c8051f020.h,
3928         * device/include/mcs51/c8051f040.h,
3929         * device/include/mcs51/c8051f060.h,
3930         * device/include/mcs51/c8051f120.h,
3931         * device/include/mcs51/c8051f300.h,
3932         * device/include/mcs51/c8051f310.h,
3933         * device/include/mcs51/c8051f320.h,
3934         * device/include/mcs51/c8051f330.h,
3935         * device/include/mcs51/c8051f350.h,
3936         * device/include/z180.h: Changed SDCC specific keywords to double
3937         underlined form.
3938
3939 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3940
3941         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3942         18F4455,
3943         * (pic16_assignConfigWordValue): disable testing of configuration
3944         register value with config mask,
3945         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3946         function with port->fun_prefix,
3947         * (genFunction): when generating a naked interrupt function never
3948         create an absolute segment placed in interrupt vector address, place
3949         the actual interrupt function at IVA instead, when an interrupt
3950         function is generated with unspecified interrupt then do not create
3951         the absolute section,
3952         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3953         code for generating a call to generic pointer get/put function with
3954         a call to function pic16_callGenericPointer(),
3955         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3956         the call to the generic pointer get/put functions with prefixing the
3957         function name with port->fun_prefix,
3958         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3959         * src/pic16/main.c (_process_pragma): prefix function with
3960         port->fun_prefix,
3961         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3962         calling assembler, old 18Fxxxx macro is deprecated,
3963         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3964         PC_ASMDIR in while condition,
3965         * (findInstruction): add PC_ASMDIR in while condition,
3966         * (buildCallTree): prefix main with port->fun_prefix,
3967         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3968         identifier for variable with banked access in instructions BTFSS,
3969         BTFSC, BCF, BSF, BTG
3970         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3971         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3972         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3973         perform optimization when enviroment variable NO_REG_OPT is set,
3974         * (insideLRBlock): NEW, return 1 if register is inside an
3975         INF_LOCALREGS block,
3976         * (RemoveRegFromLRBlock): remove a register that is completely
3977         eliminated by register optimization, but it is still left in local
3978         register store/restore in/from stack block,
3979         * (Remove2pcodes): after removing register, check to see if it
3980         should be removed from local register store/restore in/from stack
3981         block,
3982         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3983         DUMMY_READ_VOLATILE,
3984
3985         * device/include/pic16/adc.h: minor prototype modifications and
3986         update,
3987         * device/include/pic16/malloc.h: added GPL notice various
3988         modifications,
3989         * device/include/pic16/stdint.h: NEW, standard header for ints
3990         * device/include/pic16/delay.h: NEW, header for delay functions,
3991         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3992         delay1mtcy,
3993         * device/include/pic16/signal.h: NEW, header providing helper macros
3994         for implementing signal handlers,
3995         * device/include/pic16/stdio.h: added prototypes for functions,
3996         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3997         prototypes for stdin and stdout, added macro PUTCHAR to
3998         automatically implement putchar function prototype,
3999         * device/include/pic16/usart.h: modified and updated USART library,
4000         * device/lib/pic16/libio/adc/,
4001         * device/lib/pic16/libio/i2c: some modifications to improve library
4002         performance,
4003         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4004         family of functions,
4005         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4006         family of functions and other sources,
4007         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4008         of the PIC18Fxx[28] devices,
4009         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4010         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4011         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4012         _do_cinit function, because the previous failed when local variables
4013         where not placed in the same memory bank,
4014         * device/lib/pic16/libsdcc/char/: various modifications to improve
4015         library performance,
4016         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4017         information on the new functions of the c library and more...
4018
4019 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4020
4021         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4022
4023 2005-03-26 Raphael Neider <rneider AT web.de>
4024
4025         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4026           if condition == CARRY)
4027         * (genCmp): adapted to new genSkipc semantics
4028         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4029           on rIfx (genCmp was broken)
4030
4031 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4032
4033         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4034         * src/z80/main.c (_keywords[]),
4035         * src/SDCCglobal.h (struct options),
4036         * src/SDCC.y,
4037         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4038         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4039         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4040         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4041         always available in leading double underscore form. The C99 support is
4042         mostly missing, but it's a start.
4043         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4044         reserved identifier "__data".
4045
4046 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4047
4048         * src/mcs51/peeph.def: fixed bug 1170013
4049
4050 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4051
4052         * device/include/mcs51reg.h: fixed bug 842007
4053
4054 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4055
4056         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4057         last time.
4058
4059 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4060
4061         * src/port.h (struct PORT),
4062         * src/avr/ralloc.c (avr_assignRegisters),
4063         * src/avr/main.c,
4064         * src/ds390/ralloc.c (ds390_assignRegisters),
4065         * src/ds390/main.c,
4066         * src/hc08/ralloc.c (hc08_assignRegisters),
4067         * src/hc08/main.c,
4068         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4069         * src/mcs51/main.c,
4070         * src/pic/ralloc.c (pic14_assignRegisters),
4071         * src/pic/main.c,
4072         * src/pic16/ralloc.c (pic16_assignRegisters),
4073         * src/pic16/main.c,
4074         * src/xa51/ralloc.c (xa51_assignRegisters),
4075         * src/xa51/main.c,
4076         * src/z80/ralloc.c (z80_assignRegisters),
4077         * src/z80/ralloc.h,
4078         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4079         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4080         * src/SDCCcse.h,
4081         * src/SDCCdflow.c (computeDataFlow),
4082         * src/SDCCdflow.h,
4083         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4084         * src/SDCCloop.h,
4085         * src/SDCCcflow.c (*),
4086         * src/SDCCcflow.h,
4087         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4088         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4089         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4090         immedDom() returning wrong block; probably fixes bug #1160833)
4091
4092 2005-03-20 Borut Razem <borut.razem AT siol.net>
4093
4094         * support/scripts/inc2h.pl: WIN32 port
4095
4096 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4097
4098         * device/lib/makefile.in: added abs.c and labs.c
4099
4100 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4101
4102         * device/include/stdint.h: added
4103         * device/lib/abs.c: added
4104         * device/lib/labs.c: added
4105         * device/include/stdlib.h: added abs() and labs() prototypes
4106         * device/lib/libsdcc.lib: added abs and labs
4107         * device/include/float.h,
4108         * device/lib/_fsmul.c,
4109         * device/lib/printf_fast.c,
4110         * device/lib/printf_tiny.c: updated comments
4111
4112 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4113
4114         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4115         bug #1164313
4116
4117 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4118
4119         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4120         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4121
4122 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4123
4124         * device/lib/printf_large.c: removed inline assembly for portability and
4125           readability. Use printf_fast if speed or size are more important.
4126         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4127         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4128
4129 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4130
4131         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4132         prevent compiler warning
4133
4134 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4135
4136         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4137         moved to level 0 and declared as static. Also they are explicit
4138         placed in access bank. This was necessery because some times they
4139         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4140         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4141         optimizations. Currently only compare to unsigned char is implemented,
4142         * src/pic16/gen.c: added fReturnIdx array,
4143         * (struct resolvedIfx) is moved to gen.h and made public,
4144         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4145         * (aopForSym): added an optimization to directly store in stack of
4146         the operand of a SEND iCode,
4147         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4148         but as registers instead (AOP_REG) using the fReturnIdx array,
4149         * (pic16_freeAsmop): remove the freed register from the
4150         _G.sregsAlloc field,
4151         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4152         a compare of 'WREG',
4153         * (pic16_popGetTempRegCond): changed function prototype, now
4154         function takes also a bitVector argument v which holds the current
4155         set of registers that are allocated for stack access by aopForSym,
4156         registers allocated in aopForSym for accessing stack symbols are not
4157         any more part of the functions usedRegs field,
4158         * (genCall): some times aopOp is called for a stack variable to be
4159         send, aopForSym might perform the push, if this is true make sure
4160         that genCall doesn't push the variable twice by testing _G.resDirect,
4161         * (genFunction): changed testing for unspecified interrupt number
4162         from 256 to INTNO_UNSPEC,
4163         * modified selection scheme of frame pointer generation. Previously
4164         if function did use local registers a frame pointer was generated,
4165         now a frame pointer is generated only if function has arguments
4166         (that need PLUSW2 register access), or has stack arguments, or the
4167         compiler is not instructed to omit the frame pointer,
4168         * (genEndFunction): before restoring local registers that were saved
4169         in the function preamble, also restore the registers that *might*
4170         have been allocated for stack access,
4171         * (genRet): removed some old comments,
4172         * (genCmp, the active (RN's) version): added a call to the
4173         pic16_genCmp_special function to perform the compare with a more
4174         robust and optimized way,
4175         * (genInline): a feature has been added in inline code generation,
4176         which allows a wildcard variable substitution when writing inline
4177         assembly. Code is incomplete and experimental therefore undocumented,
4178         * (genCast): changed order of aopOp for result and right to allow
4179         aopForSym to directly load the result if possible,
4180         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4181         perform an optimized compare on some selected special occasions,
4182         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4183         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4184         generate an IVT any more,
4185         * src/pic16/main.c (pic16_optionsTable): added command line option
4186         --optimize-cmp,
4187         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4188         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4189         macros,
4190         * src/pic16/NOTES: Raphael Neider added in list of active developers
4191         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4192         jumptable_end to prevent bug #,
4193         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4194         inCond and outCond fields,
4195         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4196         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4197         turn off register spilling,
4198         * (packRegsForOneUse): synced with other ports' versions although it
4199         is not used currently,
4200         * (pic16_packRegisters): added an optimization while reading
4201         structure bitfields, some registers may be saved (malloc code is
4202         decreased by 80 bytes)
4203
4204 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4205
4206         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4207         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4208         this can be optimized more?
4209
4210 2005-03-10 Raphael Neider <rneider AT web.de>
4211
4212         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4213           genNearPointerGet): (hopefully) fixed access to bitfields via
4214           pointers (p->bitN = x; and x = p->bitN; failed)
4215
4216 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4217
4218         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4219
4220 2005-03-09 Raphael Neider <rneider AT web.de>
4221
4222         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4223
4224 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4225
4226         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4227         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4228           (regTypeNum): set REG_BIT type if necessary
4229         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4230         * support/regression/tests/critical.c: check bug 1144613
4231
4232 2005-03-02 Raphael Neider <rneider AT web.de>
4233
4234         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4235
4236 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4237
4238         * src/avr/ralloc.c (serialRegAssign),
4239         * src/ds390/ralloc.c (serialRegAssign),
4240         * src/hc08/ralloc.c (serialRegAssign),
4241         * src/mcs51/ralloc.c (serialRegAssign),
4242         * src/pic/ralloc.c (serialRegAssign),
4243         * src/pic16/ralloc.c (serialRegAssign),
4244         * src/xa51/ralloc.c (serialRegAssign),
4245         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4246
4247 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4248
4249         * src/SDCCast.c (decorateType): fixed bug 1124787
4250
4251 2005-02-20 Hubert Sack <sack AT digiplan.de>
4252         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4253
4254         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4255         patch #1121755
4256
4257 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4258
4259         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4260         to keep the correct label reference count when adding/removing references
4261         to labels. A peephole file using this is appended to patch #1144962.
4262
4263 2005-02-14 Raphael Neider <rneider AT web.de>
4264
4265         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4266         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4267         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4268           retrievals of result operand's value on assignment
4269
4270 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4271
4272         * device/include/pic16/string.h: modified prototype for memccpy()
4273         to memccpy(void *, void *, char, size_t)
4274         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4275         check whether to omit frame pointer or not,
4276         * (genInline): convert all occurences of "\n" to LF in inline
4277         assembler blocks, this helps formatting the inline text,
4278         * (pic16_loadFSR0): modified prototype,
4279         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4280         removed some 8051 legacy code,
4281         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4282         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4283         before allocating temporary registers in functions,
4284
4285 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4286
4287         * support/regression/tests/bitvars.c: corrected the "fix"
4288
4289 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4290
4291         * support/regression/tests/bitvars.c,
4292         * support/regression/tests/bitwise.c,
4293         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4294
4295 2005-02-10 Raphael Neider <rneider AT web.de>
4296
4297         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4298           different size for Alpha
4299         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4300
4301 2005-02-09 Raphael Neider <rneider AT web.de>
4302
4303         * src/SDCC.lex(doPragma) : save and restore warning options as well
4304           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4305         * have #pragma less_pedantic set the errorlevel to WARNING
4306           (fixes #1117001)
4307         * (cloneOptimize) : fixed wrong malloc's size
4308         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4309           facilitate correct handling of #pragma (save|restore)
4310
4311 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4312
4313         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4314
4315 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4316
4317         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4318
4319 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4320
4321         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4322
4323 2005-02-02 Raphael Neider <rneider AT web.de>
4324
4325         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4326         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4327         * (pic16_storeForReturn): fixed to allow returning function pointers
4328         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4329         * device/include/pic16/{stddef.h,stdbool.h}: added
4330
4331 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4332
4333         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4334
4335 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4336
4337         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4338         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4339          appeared to be required
4340
4341 2005-01-31 Borut Razem <borut.razem AT siol.net>
4342
4343         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4344           include/mcs51 and include/z80 directories to the package
4345
4346 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4347
4348         * src/hc08/gen.c (genFunction): fixed bug #1112752
4349
4350 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4351
4352         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4353
4354 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4355
4356         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4357
4358 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4359
4360         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4361
4362 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4363
4364         * device/include/c8051fxxx.h: removed these 6 files
4365         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4366
4367 2005-01-26 Raphael Neider <rneider AT web.de>
4368
4369         * src/pic16/gen.c (genAssign): fixed assignment from longs
4370           in codespace (were cut to three bytes)
4371         * (genDummyRead): implemented (except for CODESPACE...),
4372           fixed bug #1108575
4373         * src/pic16/glue.c (emitStatistics): beautified
4374         * device/lib/pic16/libm/Makefile: added include path
4375
4376 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4377
4378         * src/z80/gen.c (aopPut): fixed bug #1103902
4379
4380 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4381
4382         * device/lib/expf.c: fixed bug #1095792
4383
4384 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4385
4386         * device/lib/pic16/libm: added Math library sources
4387
4388 2005-01-24 Raphael Neider <rneider AT web.de>
4389
4390         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4391           to enable upcast to pCodeOpReg2 (there is no type tag to
4392           differenciate the two and pic16_popGet2p cast into PCOR2)
4393         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4394           (sizeof(sectNames) changed to sizeof(sectName))
4395           Both patches fix segfaults under MinGW.
4396
4397 2005-01-23 Raphael Neider <rneider AT web.de>
4398
4399         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4400           Safe_[mc]?alloc()'ed variables
4401         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4402           of (byte sized) temporaries (assign them to WREG for now)
4403         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4404           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4405           this might fix SIGSEGVs on MinGW...
4406         * src/SDCCopt.c (killDeadCode): restored original behaviour
4407           (volatile operands might get thrown away though)
4408
4409 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4410
4411         * src/pic16/gen.c: fixed bug #1106975,
4412         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4413         pointer update, INTCON is saved, global interrupts are disabled and
4414         restored after updateing TOS.
4415         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4416         * added function attribute 'shadowregs' to take advantage of shadow
4417         registers,
4418         * added function attribute 'wparam' as an alternative to the wparam
4419         pragma,
4420         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4421         user declares a non-ISR function as 'shadowregs',
4422         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4423
4424 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4425
4426         * .version: bumped version number to 2.4.8
4427         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4428         pic16 port,
4429         * device/lib/pic16/libio/i2c/: I2C module support library,
4430         * device/include/pic16/i2c.h: I2C support library header,
4431         * device/lib/pic16/libc/stdio/: standard IO support sources,
4432         * (printf_small.c): printf_small() source, supports float print,
4433         * (printf_tiny.c): printf_tiny() source, does not support floats,
4434         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4435         enable global optimizations for entire library source, other
4436         Makefiles in the source tree are also modified to reflect this,
4437         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4438         function,
4439         * doc/sdccman.lyx: updated to reflect new changes,
4440         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4441         sym->onStack if-case,
4442         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4443         sbit, idata, _idata, xdata, _xdata,
4444         * added pragma library, to link an external library, (see doc),
4445         * removed command line options, --pomit-config-words, --pomit-ivt,
4446         --pleave-reset-vector,
4447         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4448         when calling assembler to reflect memory model used, also define
4449         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4450         reflect stack model used,
4451         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4452         on stack return NULL,
4453
4454 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4455
4456         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4457           of the operands is volatile. Fixes #1020220
4458
4459 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4460
4461         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4462         * (OptimizeRegUsage): make sure that there is really no other flow where
4463           the first pCode is used
4464
4465 2005-01-22 Raphael Neider <rneider AT web.de>
4466
4467         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4468           to fix #1106967 (pCode->seq are not set up correctly)
4469
4470 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4471
4472         * src/SDCCglue.c (glue): make sure code area is declared before the
4473         static initialization area.
4474
4475 2005-01-21 Raphael Neider <rneider AT web.de>
4476
4477         * device/lib/Makefile.in: fixed test for pic16 install dir
4478         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4479           optimizations
4480         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4481           added --optimize-goto compiler switch and pragma wparam documentation
4482         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4483         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4484           and PRODH closing bug #1071770 (peephole optimizer)
4485
4486 2005-01-19 Raphael Neider <rneider AT web.de>
4487
4488         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4489           cmdLine buffers (used when calling sdcpp...) are large enough
4490           (MAX_PATH=256 truncates arguments leading to system halts when
4491           used in MinGW...)
4492         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4493         * (genUminus): rewritten to for efficiency
4494         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4495           used uninitialized in some cases)
4496         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4497           copy the third byte from the int -- now assumes 0x80 (data memory)
4498         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4499           operands (genAddLit expects the iCode's operands to swapped as
4500           well), fixed leftover bytes (crashed for short left operands)
4501         * (pic16_genMinusDec): performance improvements, removed false
4502           PIC14 emitSKPNCs
4503         * (pic16_genMinus): fixed to cope with differently sized operands
4504         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4505           for --obanksel > 1
4506         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4507         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4508           new banksel optimization
4509         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4510           analysis for temporary registers (segfaults...)
4511         * src/pic16/peeph.def: added rule
4512
4513 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4514
4515         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4516         which converts a float number to its ASCII representation
4517         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4518         functions to convert the fractional and integer part of a float to ASCII,
4519         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4520         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4521         ram
4522         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4523         _STATMEM macros,
4524         * device/include/pic16/adc.h: added GPL info,
4525         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4526         a pCodeOp as tested operand,
4527         * (genNearPointerGet): optimized bit testing, does not use
4528         intermediate register for bit value, test directly instead with
4529         BTFSS, BTFSC, works only for single bits,
4530         * (genpic16Code): dump the name of the iCode in the asm,
4531         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4532         renamed to pic16_decodeOp,
4533         * (serialRegAssign): do not allocate a temporary register for iCode
4534         sequences that test a single bit for 1/0
4535
4536 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4537
4538         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4539         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4540         access stack and frame pointers. They are initially assigned to
4541         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4542         accessing SFRs. Updated all occurences of modification of stack or
4543         frame pointer in gen.c and pcode.c,
4544         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4545         assigning of a literal value to pointers,
4546         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4547         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4548         selected
4549
4550 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4551
4552         * doc/sdccman.lyx: update documentation about stack pragma, added
4553         some info for stack memory models
4554
4555 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4556
4557         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4558
4559 2005-01-08 Raphael Neider <rneider AT web.de>
4560
4561         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4562           udata sections to fix bug #1097823
4563
4564 2005-01-05 Raphael Neider <rneider AT web.de>
4565
4566         * src/pic16/gen.c (genGenericShift): added handling of differently
4567           sized left operand and result
4568
4569 2005-01-04 Raphael Neider <rneider AT web.de>
4570
4571         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4572         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4573           to hold the condition bit)
4574         * added new version of genCmp (old code available via #define)
4575         * added new version of genShiftLeft/genShiftRight in a generic
4576           way, now supports shifting by negative values
4577         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4578           shiftCount (expected by genGenericShift)
4579         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4580         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4581           dump
4582         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4583           is an invalid literal too...)
4584
4585 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4586
4587         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4588         from Raphael Neider,
4589         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4590         for 8-bit literals. This fixes some literal operands which are sign
4591         extended to 16-bits ints when instruction needs only 8-bits.
4592
4593 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4594
4595         * device/lib/logf.c: added mcs51 assembly version
4596         * device/lib/expf.c: added mcs51 assembly version
4597         * device/lib/_logexpf.c: new shared asm code for expf and logf
4598         * device/include/math.h: add defines for assembly math library
4599         * device/lib/Makefile.in: build new _logexpf.c
4600         * device/lib/libfloat.lib: use new _logexpf.c
4601
4602 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4603
4604         * src/pic/device.c
4605         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4606           device types which have less than 0x7f registers.
4607
4608 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4609
4610         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4611
4612 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4613
4614         * device/lib/printf_fast.c: only build on supported arch.
4615         * device/lib/printf_tiny.c: only build on supported arch.
4616         * device/lib/printf_fast_f.c: only build if asm float lib
4617         * device/lib/_fsget1arg.c: only build if asm float lib
4618         * device/lib/_fsget2args.c: only build if asm float lib
4619         * device/lib/_fsnormalize.c: only build if asm float lib
4620         * device/lib/_fsreturnval.c: only build if asm float lib
4621         * device/lib/_fsrshift.c: only build if asm float lib
4622         * device/lib/_fsswapargs.c: only build if asm float lib
4623         * device/include/stdio.h: don't provide print_fast,
4624           print_fast_f, print_tiny prototypes if --xstack used
4625
4626 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4627
4628         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4629         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4630           to the SOURCES
4631
4632 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4633
4634         * device/lib/printf_fast_f.c: same as printf_fast, but
4635           with floating point enabled
4636         * device/lib/printf_fast.c: minor tweaks
4637         * device/include/stdio.h: add printf_fast_f
4638
4639 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4640
4641         * src/SDCCmain.c: make --float-reent default for mcs51
4642         * device/lib/_fsadd.c: added mcs51 assembly version
4643         * device/lib/_fssub.c: added mcs51 assembly version
4644         * device/lib/_fsmul.c: added mcs51 assembly version
4645         * device/lib/_fsdiv.c: added mcs51 assembly version
4646         * device/lib/_fseq.c: added mcs51 assembly version
4647         * device/lib/_fsneq.c: added mcs51 assembly version
4648         * device/lib/_fsgt.c: added mcs51 assembly version
4649         * device/lib/_fslt.c: added mcs51 assembly version
4650         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4651         * device/lib/Makefile.in: add _fscmp to build
4652         * device/lib/libfloat.lib: add _fscmp to build
4653
4654 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4655
4656         * device/lib/_fs2slong.c: added mcs51 assembly version
4657         * device/lib/_fs2sint.c: added mcs51 assembly version
4658         * device/lib/_fs2schar.c: added mcs51 assembly version
4659         * device/lib/_fs2ulong.c: added mcs51 assembly version
4660         * device/lib/_fs2uint.c: added mcs51 assembly version
4661         * device/lib/_fs2uchar.c: added mcs51 assembly version
4662         * device/lib/_slong2fs.c: added mcs51 assembly version
4663         * device/lib/_sint2fs.c: added mcs51 assembly version
4664         * device/lib/_schar2fs.c: added mcs51 assembly version
4665         * device/lib/_ulong2fs.c: added mcs51 assembly version
4666         * device/lib/_uint2fs.c: added mcs51 assembly version
4667         * device/lib/_uchar2fs.c: added mcs51 assembly version
4668         * device/include/float.h: added #define to select asm vs c
4669
4670 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4671
4672         * device/lib/printf_fast.c: improvements to float output
4673         * device/include/float.h: add defines for assembly float library
4674         * device/lib/_fsget1arg.c: receive 1 float arg
4675         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4676         * device/lib/_fsnormalize.c: normalize a float
4677         * device/lib/_fsreturnval.c: return float, various helper routines
4678         * device/lib/_fsrshift.c: right shift a float's mantissa
4679         * device/lib/_fsswapargs.c: swap 2 floats
4680         * device/lib/Makefile.in: build these 6 new files for mcs51
4681         * device/lib/libfloat.lib: add these 6 files to the library
4682
4683 2004-12-26 Borut Razem <borut.razem AT siol.net>
4684
4685         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4686           built by gcc 3.4.2
4687
4688 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4689
4690         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4691           and fully reentrant and register bank neutral.
4692         * device/lib/printf_fast.c: added float (not enabled by default),
4693           added compact/slower integer (also not enabled by default),
4694           improved size/speed of fast integer code, other minor changes
4695         * device/include/stdio.h, device/lib/Makefile.in,
4696           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4697
4698 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4699
4700         * src/pic16/pcode.c: declaring variables other than at the start of a
4701           block is not supported in C by VC6.
4702
4703 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4704
4705         * applied a previous patch from Raphael Neider that wasn't included
4706         in the previous commits, which fixes infinite loops within jumptable
4707         improvements,
4708         * made some fixes that previous patches introduced
4709
4710 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4711
4712         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4713         that fixes an issue with AOP_PCODE asmop's offset,
4714         * (pic16_popCopyReg): update instance field too,
4715         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4716         function of pic port,
4717         * (genCmp, genAnd, genAssign),
4718         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4719
4720 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4721
4722         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4723         variables initial values to idata section,
4724         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4725         variables in some functions. This utilizes parmBytes field of iCode
4726         structure to hold the offset of the variable in stack. (might be
4727         able to use the stack field too?)
4728         * applied patch from Raphael Neider # ### , # ###
4729         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4730         variable initial values in idata section,
4731         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4732         for static variables with initial value
4733         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4734         applied fix in while loop from Raphael Neider.
4735
4736 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4737
4738         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4739         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4740         * src/ds390/ralloc.c (serialRegAssign): spill bits
4741         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4742         * support/Util/SDCCerr.c,
4743         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4744         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4745         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4746
4747 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4748
4749         * device/include/sdcc-lib.h: inserted LGPL, added includes
4750           asm/ds390/features.h and asm/mcs51/features.h
4751         * device/include/asm/default/features.h,
4752         * device/include/asm/gbz80/features.h,
4753         * device/include/asm/z80/features.h: added empty _AUTOMEM
4754           and _STATMEM
4755         * device/include/asm/ds390/features.h,
4756         * device/include/asm/mcs51/features.h: added files with defines for
4757           _AUTOMEM and _STATMEM indicating automatic and static storage class
4758         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4759         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4760         * src/SDCCicode.c (geniCodeCast),
4761         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4762         * src/SDCCloop.c (loopInduction): removed unused variable lr
4763         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4764           to convertToFcall to include char modulo (RFE 1065037), added check
4765           if left operand is unsigned and use abs of literal value
4766         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4767           as it doesn't work after conversion from peephole.def to peephole.rul
4768         * src/mcs51/gen.c (toBoolean): added check for size,
4769           (genModOneByte): optimized code for signed char modulo a literal
4770           power of 2 (thanks to Hubert Sack),
4771           (genRRC): removed unnecessary "clr c",
4772           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4773         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4774           jump optimization,
4775           swapped rules 256.c and 256.d,
4776           extended 256.d by using new multiple checks (thanks Erik),
4777           added rules 256.e and 256.f,
4778           updated rule 261.a and 261.b to new generated code
4779         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4780
4781 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4782
4783         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4784           induction related bugs, including first part of bug #1074377
4785
4786 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4787
4788         * applied patch from bug-report #1076292,
4789         * applied patches for genAnd and Goto-optimizations for Raphael
4790         Neider,
4791         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4792         dump a less iCode information,
4793         * src/pic16/device.h (pic16_options_t): added field debgen,
4794         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4795         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4796         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4797         puclic,
4798         * (various functions): added macros FENTRY and FENTRY2 to functions,
4799         to emit function prologue,
4800         * (various functions): fixed indentation,
4801         * (genNearPointerGet): fixed loading of FSR0,
4802         * (genPackBits): applied patch from Raphael Neider to fix updating
4803         of FSR0 and touching only the modified bits,
4804         * src/pic16/genarith.c (various functions): added macros FENTRY to
4805         emit function prologue in comments,
4806         * src/pic16/pcode.h: added functions debugf2, debugf3,
4807         * src/pic16/ralloc.c: partial fix for packForPush caused
4808         segmentation fault,
4809
4810 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4811
4812         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4813           <stsp AT users.sourceforge.net> with reversed byte order
4814         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4815
4816 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4817
4818         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4819           bug #1074377
4820         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4821         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4822
4823 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4824
4825         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4826
4827 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4828
4829         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4830           conditions,
4831           (setFromConditionArgs): friendly operand parser for peephole rules,
4832           (operandBaseName, operandsNotRelated): new peephole condition
4833           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4834           architecture specific register naming into account, handles n-way
4835           comparisons, and supports quoted literals
4836         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4837
4838 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4839
4840         * src/mcs51/peeph.def: fixed bug #1076940
4841
4842 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4843
4844         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4845
4846 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4847
4848         Adding support for replacing ljmps with sjmps in jumptables
4849         generated for switch statements. For now you need to set the
4850         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4851         Now 4 algorithms for mcs51 jumptable generation are used:
4852         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4853         addresses loaded pc-relative for up to 112 cases and stack-pushing
4854         target addresses loaded with offset from dptr for up to 256 cases.
4855
4856         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4857         * src/mcs51/main.c: adapted constants for switch table generation
4858         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4859
4860 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4861
4862         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4863         * support/regression/tests/bug1057979.c: added test for bug 1073386
4864
4865 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4866
4867         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4868         compilers
4869
4870 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4871
4872         * src/pic16/device.h,
4873         * src/pic16/genarith.c,
4874         * src/pic16/glue.c,
4875         * src/pic16/main.c,
4876         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4877
4878 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4879
4880         Large cummulative patch for pic16 port.
4881         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4882         to call when a stack overflow occurs,
4883         * (malloc.h): added CVS Id tag,
4884         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4885         variable,
4886         * added libc directory. The current version of LibC contains string
4887         functions, ctype functions and macros and some functions of the
4888         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4889         be extensively tested in the future. Standard disclaimer here.
4890         Library is not automatically build yet. But one can build it by
4891         invoking 'make' inside the libc directory.
4892         * added ADC library under libio. Preliminary version yet.
4893
4894         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4895         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4896         aopForRemat() now and not by pic16_aopOp(),
4897         * (pic16_popGetTempReg): removed warning messgae when allocating
4898         temporary registers, its a buggy feature and will be removed,
4899         * (pic16_popGet): set register instance field in AOP_CRY,
4900         * (pic16_outBitC): fixed for results in size greater than 1,
4901         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4902         * (pic16_storeForReturn): optimized return of 0,
4903         * (genCmp): experimental code for new genCmp which uses PIC18's
4904         special compare&skip instructions. Initial tests fail some times
4905         with variables grater than 1 byte in size, so new code is disabled,
4906         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4907         a single bit,
4908         * (genCast): began a fix to optimize the casting of a bit to another
4909         bit, now assigning a bitfield to another bitfield will fail, sorry,
4910         * src/pic16/main.c: disabled the use of lr-support feature,
4911         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4912         * added some function prototypes, added function _debugf prototype,
4913         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4914         bits with offset (case PO_GPR_BIT),
4915         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4916         command line,
4917         * (isBankInstruction): modified to return 0 for no banking instruction,
4918         and 1 for banking instruction,
4919         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4920         caused stop processing pCodes after a inline assembly block,
4921         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4922         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4923         registers when it shouldn't,
4924         * src/pic16/ralloc.c (allocReg): add preliminary support for
4925         supporting a limited set of temporary registers,
4926
4927 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4928
4929         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4930           genDataPointerSet): ensure assignments always copy in MSB to LSB
4931           order,
4932           (loadRegFromAop): recognize CLRH optimization,
4933           (genFunction): optimize RECEIVE iCodes in reentrant functions
4934
4935 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4936
4937         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4938           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4939           selected.
4940         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4941         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4942           contiguous with data
4943
4944 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4945
4946         * device/lib/_gptrget.c (_gptrget),
4947         * device/lib/_gptrgetc.c (_gptrgetc),
4948         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4949           instead of sjmp to ret
4950         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4951           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4952
4953 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4954
4955         * .version: bumped version to 2.4.7
4956         * device/lib/_gptrget.c (_gptrget): is now _naked
4957         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4958         * device/lib/_gptrput.c (_gptrput): is now _naked
4959         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4960           (createFunction): fixed xstack
4961         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4962         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4963           or bit either,
4964           (geniCodeCritical): store original interrupt state in an iTemp bit
4965           var unless stack-auto
4966         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4967         * src/SDCCmain.c (setIncludePath): added include/target to search path
4968         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4969         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4970           prototype,
4971           (processFuncArgs): put bit vars in bit area
4972         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4973           unsaveRBank): fixed xstack,
4974           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4975           (genFunction, genEndFunction): fixed xstack,
4976           (genAssign): optimization don't walk backwards through mem
4977         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4978         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4979         * support/regression/Makefile: also make library (for stack-auto) when
4980           making "all" and added "test-mcs51-xstack-auto"
4981         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4982         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4983         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4984         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4985         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4986           make-library by MAKE_LIBRARY
4987         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4988           regression tests for xstack
4989         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4990         * support/regression/tests/critical.c: test for critical on mcs51
4991
4992 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4993
4994         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4995           built version of sdcc instead of installed version
4996
4997 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4998
4999         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5000         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5001           vprintf.c now
5002         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5003         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5004           WARNING: remove device/lib/build/z80/printf.o by hand when
5005           updating from previous build!
5006         * device/lib/z80/printf.c: updated comment
5007         * support/regression/tests/bug1057979.c: test all ports now
5008         * support/regression/tests/bug1065458.c: file added
5009
5010 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5011
5012         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5013           *_start and *_end symbols for static functions
5014
5015 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5016
5017         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5018           and search crt0.o in all library paths,
5019           (setIncludePath): proper handling of --nostdinc,
5020           (setLibPath): proper handling of --nostdlib
5021         * support/regression/Makefile,
5022         * support/regression/ports/ds390/spec.mk,
5023         * support/regression/ports/gbz80/spec.mk,
5024         * support/regression/ports/hc08/spec.mk,
5025         * support/regression/ports/mcs51/spec.mk,
5026         * support/regression/ports/mcs51-large/spec.mk,
5027         * support/regression/ports/mcs51-stack-auto/spec.mk,
5028         * support/regression/ports/z80/spec.mk: use include and lib files from
5029           built version of sdcc instead of installed version
5030         * doc/sdccman.lyx: fixed typo in --nostdinc
5031
5032 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5033
5034         * src/pic/pcode.c,
5035         * src/pic/device.c,
5036         * src/pic/ralloc.c,
5037         * src/pic/gen.c : added support to generate code for struct bit fields.
5038
5039 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5040
5041         * as/xa51/xa_version.h,
5042         * device/include/errno.h,
5043         * device/include/regc515c.h,
5044         * device/lib/_itoa.c,
5045         * device/lib/_ltoa.c,
5046         * device/lib/ser_ir_cts_rts.c,
5047         * sim/ucsim/xa.src/glob.cc,
5048         * sim/ucsim/xa.src/inst_gen.cc,
5049         * sim/ucsim/xa.src/xa_bit.cc,
5050         * sim/ucsim/xa.src/xa_sfr.cc,
5051         * sim/ucsim/z80.src/inst_dd.cc,
5052         * sim/ucsim/z80.src/inst_fdcb.cc,
5053         * support/scripts/keil2sdcc.pl,
5054         * src/pic16/pic16.dsp,
5055         * src/pic16/pic16a.dsp: corrected cvs line endings
5056         * device/lib/printf_large.c: fixed bug 1057979
5057         * src/pic16/gen.c: fixed non-C standard code
5058         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5059         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5060         * support/regression/ports/mcs51/support.c: reload T1 asap
5061         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5062           pdata use and clear idata startup behaviour
5063         * support/regression/tests/bug1057979.c: added
5064
5065 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5066
5067         * device/examples/ds390/ow390/ad26.h,
5068         * device/examples/ds390/ow390/cnt1d.h,
5069         * device/examples/ds390/ow390/crcutil.c,
5070         * device/examples/ds390/ow390/ownet.h,
5071         * device/examples/ds390/ow390/owsesu.c,
5072         * device/examples/ds390/ow390/swt12.h,
5073         * device/examples/ds390/ow390/swtoper.c,
5074         * device/examples/ds390/ow390/temp10.h,
5075         * device/examples/ds390/ow390/thermodl.c,
5076         * device/examples/ds390/tinitalk/tinitalk.dsp,
5077         * device/examples/ds390/tinitalk/tinitalk.dsw,
5078         * device/examples/mcs51/clock/hw.h,
5079         * device/examples/mcs51/simple2/go.bat,
5080         * device/examples/serialcomm/windows/serial.h,
5081         * device/examples/xa51/dummy.c,
5082         * device/examples/xa51/hello.c,
5083         * device/include/80c51xa.h,
5084         * device/include/at89x051.h: corrected cvs line endings
5085
5086 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5087
5088         * src/pic16/main.c (options): added command line --gstack, to trace
5089         stack over/under flows,
5090         * added pragma 'wparam' to allow passing first byte of function
5091         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5092         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5093         call to __gstack_test function and sets up the symbol as extern,
5094         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5095         * popaop): added call to pic16_testStackOverflow,
5096         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5097         wparamList list,
5098         * (genCall, genPcall): now all parameters are passed via stack
5099         except in functions that are pass to wparam pragma in which WREG is
5100         used too,
5101         * (genPcall): REENTRANT flag is checked to see if variable prototype
5102         contains reentrant keyword, don't call a non-reentrant function, via
5103         a reentrant function pointer or vice versa, functions are never
5104         passed via WREG,
5105         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5106         D.Winkler,
5107         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5108         SIGSEGV when accessing a NULL register stucture,
5109         * (pic16_printGPointerType): modified to handle UPPER modifier for
5110         function initializers, changed prototype of function to simpler one,
5111         * (pic16_printIvalFuncPtr): check to see if function is already
5112         added in externs list,
5113         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5114         optimized a move from W to SFR with a move to the same register
5115         later after a CALL,
5116         * device/lib/pic16/debug: NEW directory, contains debug features
5117         which are enabled when linking with libdebug.lib, currently command
5118         line option --gstack enables stack pointer tracing for over/under
5119         flow, corresponding sources are in debug/gstack
5120
5121 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5122
5123         * doc/sdccman.lyx: updated SDCC version,
5124         * (PIC16 port): update list of command line options,
5125         * src/pic16/device.h (structure pic16_options_t): added field gstack
5126         to enable stack overflow tracing on push/pops,
5127         * src/pic16/device.c (statistics structure): added statistics
5128         structure,
5129         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5130         pic16_dump_int_registers): increase statistics counters for each
5131         * variable which is encountered
5132         * (pic16_dump_usection): emit each .udata variable to its own udata
5133         section,
5134         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5135         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5136         parameters via stack, otherwise use old scheme,
5137         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5138         assembler output file,
5139         * src/pic16/main.c: added command line options --gstack to enable
5140         push/pop tracing for stack overflow,
5141         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5142         instructions): added size of each instruction,
5143         * (pic16_countInstruction): estimate size of instructions in
5144         the_pFile list, inline assembly blocks are not counted,
5145         * (pic16_FixRegisterBanking): trace previous register usage, when
5146         banksel optimizations is greater than 0, don't emit a redudant
5147         banksel directive,
5148
5149 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5150
5151         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5152         * src/pic16/ralloc.c : applied same fix for pic16.
5153         * src/pic/gen.c : tidied it up a little.
5154
5155 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5156
5157         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5158         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5159
5160 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5161
5162         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5163
5164 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5165
5166         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5167         non-reentrant function __modsint in the interrupt function (thus
5168         corrupting math operations during serial I/O)
5169         * device/lib/ser_ir.c: as above, changed buffersize
5170         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5171         256.c,d for zeroing
5172         * doc/Makefile: added option -t for rsync
5173
5174 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5175
5176         * src/SDCCast.h (struct ast),
5177         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5178
5179 2004-10-20 Borut Razem <borut.razem AT siol.net>
5180
5181         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5182         package
5183
5184 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5185
5186         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5187         makefile targets,
5188         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5189         support functions to replace long sequences of MOVFF's from access
5190         bank registers to stack and vice versa,
5191         * src/pic16/device.h: added new field opt_flags, where optimization
5192         flags can be set to enable certain features,
5193         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5194         * pBlock, (genFunction, genEndFunction): surroung loop for
5195         saving/loading used registers in stack with PC_INFO pCodes,
5196         INF_LREGS. Code in between can then be optimized by pCode optimizer
5197         to support function calls,
5198         * (genDataPointerSet): fixed bug which loaded float fields in
5199         structures with corrupt data,
5200         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5201         in a standard way debug info on stderr. Feature used for developing
5202         and debugging only,
5203         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5204         obsolete chunks of code,
5205         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5206         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5207         * pic16/src/pcode.c (pic16_newpCodeInfo,
5208         * (pic16_newpCodeOpLocalRegs),
5209         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5210         feature,
5211         * (pic16_pCodeConstString): printing of the initial value of a
5212         symbol as a comment is inhibited since parsing was already done by
5213         copyStr and output is corrupt,
5214         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5215
5216 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5217
5218         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5219
5220 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5221
5222         * as/mcs51/lkarea.c: removed old K&R style,
5223           (lnksect): changed check on boundary error,
5224           (lnksect2): changed check on boundary error,
5225           (lnksect2): extend XSTK to end of page if size = 1
5226         * as/mcs51/lkmain.c: removed old K&R style,
5227           (Areas51): create l_IRAM symbol
5228         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5229         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5230           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5231         * device/lib/_mullong.c: added version to be compiled with xstack
5232         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5233         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5234         * device/lib/mcs51/crtxstack.asm: fixed comment
5235         * src/SDCCglue.c: maxInterrupts defaults to 0,
5236           (emitMaps): added pdata,
5237           (createInterruptVect): (re)moved default,
5238           (glue): added pdata,
5239           (glue): moved __start__xstack to XSTK with default size 1
5240         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5241           and options.float_rent when options.stackAuto is set,
5242           (linkEdit): only write XDATA_NAME if provided on command line
5243         * src/SDCCmem.h,
5244         * src/SDCCmem.c: added pdata
5245         * src/port.h: added pdata_name to PORT
5246         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5247           (saveRegisters, unsaveRegisters): removed usage of B,
5248           (genMinus): fixed accumulator clash,
5249           (genJumpTab): added comment, this needs another look
5250         * src/mcs51/gen.c: added check for "B in use" paranoia,
5251           added pushB() and popB()
5252         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5253           chance
5254         * src/avr/main.c,
5255         * src/ds390/main.c,
5256         * src/hc08/main.c,
5257         * src/mcs51/main.c,
5258         * src/pic/main.c,
5259         * src/pic16/main.c,
5260         * src/xa51/main.c,
5261         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5262           added PSEG (PAG,XDATA) or NULL to port specifier
5263         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5264         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5265           (_mcs51_genInitStartup): removed __start__xstack equ,
5266           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5267         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5268         * src/z80/gen.c (_rleAppend): fixed warnings
5269         * support/regression/tests/zeropad.c: added pdata test
5270         * .version: bumped to 2.4.6
5271
5272 2004-10-17 Borut Razem <borut.razem AT siol.net>
5273
5274         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5275         as a part of nightly build
5276
5277 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5278
5279         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5280         WREG holds the first byte function parameters,
5281         * (aopForSym): take special case for symbols which are in FARSPACE
5282         but in CODESPACE too,
5283         * (assignResultValue): modified to take into account _G.useWreg,
5284         * (genCall): don't use wreg for parameter passing when function is
5285         declared as reentrant, too, added optimization INCF to stack
5286         pointer when stack parameter count is 1,
5287         * (genFunction, genEndFunction): refurnished and fixed to not using
5288         wreg for passing parameters when function has varargs or is
5289         reentrant, fixed bug with symbol name compare for generating
5290         functions in absolute address,
5291         * (pic16_storeForReturn): refurnished,
5292         * (genCmp): began writing a new version of the function, not ready
5293         yet, therefore it is disabled,
5294         * (genAssign): do not read code memory when assigning a function to
5295         a pointer function,
5296         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5297         array of characters, not pointer,
5298         * (pic16initialComments): in debug mode emit an .ident directive for
5299         the assembler,
5300         * (_process_pragma): emit a new warning type (internal to pic16)
5301         when setting stack to default length, emit a similar warning when
5302         placing a function at absolute address and address is not word aligned
5303         * (_pic16_parseOptions): added 'return TRUE' statement,
5304         * (_pic16_linkEdit): if compiling a source, then add the source's
5305         file object, first in the list of objects to link,
5306
5307 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5308
5309         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5310         * src/pic/main.c : removed VC warning.
5311         * src/pic/gen.c : changed comment.
5312
5313 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5314
5315         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5316         reference to a deprecated symbol _GPTRREG was causing failure to
5317         link. Thanks G. M. Gallant for the info.
5318
5319 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5320
5321         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5322         comments for Bugs item #954788.
5323
5324 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5325
5326         * src/pic16/device.c (pic16_dump_gsection,
5327         * pic16_groupRegistersInSection): handle symbols declared to be in
5328         access bank differently,
5329         * src/pic16/gen.c (struct _G): added field resDirect,
5330         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5331         send values read from stack directly to result and don't allocate
5332         temporary values,
5333         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5334         same registers,
5335         * (pic16_sameRegsOfs): NEW,
5336         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5337         free because they were not allocated from temporary pool,
5338         * pic16_popRegFromString): workaround to fix a problem with
5339         allocating variables twice or never,
5340         * (genGenPointerGet): using PRODL instead of FSR0H,
5341         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5342         instead of FSR0H,
5343         * (genAssign): take advantage of the _G.resDirect flag,
5344         * (genCast): around line 11844, use mov2f instead of directly
5345         MOVFF'ing between operands to account for literal values,
5346         * src/pic16/genutils.c: some new debug functions for gpsim have been
5347         added,
5348         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5349         float with integer part only,
5350         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5351         place variables in access bank
5352         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5353         updated sources to reflect recent changes in gen.c
5354
5355 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5356
5357         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5358         sources that searched for headers in installation path, now the
5359         device/include/pic16 is used,
5360         * src/pic16/glue.c (pic16glue),
5361         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5362         .line directives if not in debug mode, this suppresses assembler's
5363         warnings for ignored directives
5364
5365 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5366
5367         * src/port.h: made reset_regparms prototype void parameter explicit.
5368         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5369         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5370         * doc/sdccman.lyx: documented warning disabling and how to use
5371           printf_large to make it print floats.
5372         * device/include/stdbool.h: NEW
5373         * device/lib/_atof.c,
5374         * device/lib/_divuint.c,
5375         * device/lib/_divulong.c,
5376         * device/lib/expf.c,
5377         * device/lib/printf_large.c,
5378         * device/lib/sincosf.c,
5379         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5380         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5381           a completely reentrant lib.
5382
5383 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5384
5385         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5386         * device/include/pic16/stdio.h: fixed bug with colon
5387
5388 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5389
5390         * device/include/pic16/stdio.h,
5391         * device/include/pic16/stdlib.h,
5392         * device/include/pic16/math.h: NEW
5393         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5394         declared as _naked to reduce overhead
5395         * device/lib/Makefile.in (target port-specific-objects-pic16):
5396         changed * to *.* so to ignore the CVS directory,
5397         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5398         stacked variables back in stack,
5399         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5400         corruption
5401
5402 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5403
5404         * .version: bumped version number to 2.4.5
5405         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5406         * support/Util/SDCCerr.c (messages structure): added entry for
5407         W_POSSBUG2
5408
5409         Large cumulative patch for pic16 port and libraries.
5410         * device/include/pic16/sdcc-lib.h,
5411         * device/include/pic16/stdarg.h,
5412         * device/include/asm/pic16/features.h,
5413         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5414         * device/include/pic16/float.h: changes reentrant keyword with
5415         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5416         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5417         updated target build-libraries to include objects from gptr,
5418         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5419         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5420         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5421         all function headings,
5422         * src/SDCCmain.c: added global parameter userIncDirsSet,
5423         * (parseCmdLine): when option -I is encountered add directory to
5424         userIncDirsSet too,
5425         * src/version.awk: added space between control and long,
5426         * src/pic16/NOTES: added some notes for the port,
5427         * src/pic16/gen.c: added prototype for mov2fp function,
5428         * (fReturnpic16[]): properly named return value registers,
5429         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5430         * (aopForSym): added code to handle symbols with onStack flag set,
5431         symbols onStack are allocated PTRSIZE bytes,
5432         * (aopFreeAsmop): handles special case where asmops are stack objects,
5433         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5434         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5435         added argument lock to trace flaws in allocating temporary registers
5436         when developing port,
5437         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5438         * (pic16_popRegFromString): reenabled allocating a direct register
5439         from string,
5440         * (assignResultValue): various beautifications,
5441         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5442         referenced function argument,
5443         * (genIpush): reenabled to allow stacked arguments, handles only
5444         ic->parmPush iCodes,
5445         * (genCall, genPcall): major changes to allow for variable argument
5446         functions, fixed a bug with falsely restoring stack pointer after
5447         returning from call,
5448         * (genFunction): pending code for critical function,
5449         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5450         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5451         * (genNearPointerGet): fixed bug with indirect reading, was always
5452         reading from INDF0
5453         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5454         pointers,
5455         * (genAddrOf): rewrote code to take address of a stacked function parameter
5456         * (genCast): fixed casting to generic pointer type,
5457         * src/pic16/gen.h: added AOP_STA,
5458         * (struct asmop): added field stk,
5459         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5460         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5461         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5462         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5463         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5464         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5465         generic pointers,
5466         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5467         and library paths,
5468         * (pic16_port structure): generic pointer size is set to 3,
5469         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5470         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5471         compiler warning,
5472         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5473         operand is an iTemp,
5474
5475 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5476
5477         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5478         * debugger/mcs51/simi.c: addapt new syntax of s51
5479
5480 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5481
5482         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5483         * src/pic16/pcode.c: commented out some calls to free() in order to
5484         fix bug #989576,
5485
5486 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5487
5488         * src/SDCCicode.h,
5489         * src/SDCCicode.c (isiCodeInFunctionCall),
5490         * src/avr/ralloc.c (selectSpil),
5491         * src/pic/ralloc.c (selectSpil),
5492         * src/pic16/ralloc.c (selectSpil),
5493         * src/ds390/ralloc.c (selectSpil),
5494         * src/hc08/ralloc.c (selectSpil),
5495         * src/xa51/ralloc.c (selectSpil),
5496         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5497         stack in the middle of a function call sequence (fixes bug #1020268)
5498         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5499         costs associated with the minimum switch case.
5500
5501 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5502
5503         * src/SDCC.lex: fixed bug #1030549
5504
5505 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5506
5507         * src/SDCCcse.h (struct cseDef),
5508         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5509         over a function call if the CSE is derived from a symbol whose
5510         address has been taken (fixes bug #1029883)
5511         * support/regression/tests/bug-1029883: a new regression test for
5512         this bug
5513
5514 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5515
5516         * src/hc08/gen.c (emitinline): fixed bug #1029778
5517         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5518         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5519         and starts toward RFE #905167)
5520
5521 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5522
5523         * src/pic16/gen.c (mov2f): New function to move an operand to
5524         another without considering if it is a literal or a register,
5525         * (pic16_sameRegs): don't check if they are both AOP_REG,
5526         * (AccRsh): removed andmask=0 lines,
5527         * (genLeftShift): duplicated to be improved in future versions,
5528         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5529         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5530         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5531         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5532         * (insertBankSwitch): fixed inserting banksel directives algorithm
5533         for instructions that follow a skip instruction, this fixes a report
5534         for broken subtraction code generation,
5535         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5536         iCode is a left op, just in case result and right share the same
5537         registers
5538
5539 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5540
5541         * src/hc08/main.c,
5542         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5543         preservation of HX
5544         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5545         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5546         on 2004-09-12; it was buggy
5547
5548 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5549
5550         * src/SDCCsymt.h: removed RESULT_CHECK
5551         * src/SDCCast.c,
5552         * src/SDCCglue.c,
5553         * src/SDCCval.c,
5554         * src/pic/glue.c,
5555         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5556
5557 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5558
5559         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5560         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5561         configuration values no more rejected by compiler, they are assigned
5562         to configuration registers with a warning message instead,
5563         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5564         the for-loop so last conf register is emitted too,
5565         * (_pic16_initPaths): link library libsdcc.lib by default,
5566         * (_hasNativeMulFor): modified test for multiplication according to
5567         Raphael Neider's remarks. Integer multiplication is also done with
5568         support functions,
5569         * device/include/pic16/pic18fregs.h: corrected type error in while
5570         testing and including 18f6720 header file
5571
5572 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5573
5574         * src/pic16/device.h (pic16_options): removed field use_crt,
5575         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5576         until an optimization to handle single bits is added,
5577         * (pic16_loadFSR0): moved before genUnpackBits,
5578         * (genAnd): some white lines removed,
5579         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5580         leave_reset flags in pic16_options when using crt modules,
5581
5582 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5583
5584         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5585           for bugs 898889 & 979599. Also used some safer print instructions.
5586
5587 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5588
5589         * src/pic16/device.h (pic16_options_t): added field use_crt,
5590         crt_name, no_crt,
5591         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5592         catch a probable future bug,
5593         * src/pic16/gen.c: aopIdx function commented out,
5594         * (genAssign): commented out old code which used aopIdx,
5595         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5596         code, added if conditionals to take into account the --use-crt
5597         command line options,
5598         * src/pic16/main.c (pic16_optionsTable): added new command line
5599         options, --use-crt= and --no-crt,
5600         * (_pic16_linkEdit): now the proper crt object is added in the
5601         linker command line except than when --no-crt is specified,
5602         * src/pic16/pcode.c,
5603         * src/pic16/pcode.h: added some structures and functions for a new
5604         optimization scheme to compansate for instruction overhead between
5605         same iCodes, this scheme is currently under development and is not
5606         working in any way,
5607         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5608         to && operator,
5609         * device/lib/pic16/startup/crt0i.c,
5610         * device/lib/pic16/startup/crt0iz.c: added global char variable
5611         __uflags to force the generation of an idata section
5612
5613 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5614
5615         * doc/Makefile,
5616         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5617         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5618
5619 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5620
5621         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5622         Frieder) and clarified the default code optimization mode
5623
5624 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5625
5626         * src/SDCC.lex (doPragma, process_pragma),
5627         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5628         "opt_code_size", and "opt_code_balanced"
5629         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5630         regrouped options by category, added support for category headers
5631         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5632         and "--opt-code-size"
5633         * doc/sdccman.lyx: documented these new options and pragmas
5634         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5635         preference into account
5636
5637 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5638
5639         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5640           geniCodePreDec): Fixed bug 904237 by generating a warning
5641         * src/SDCCerr.h,
5642         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5643
5644 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5645
5646         * src/pic/device.c : When no max ram set validate full memory range.
5647         * src/pic/pcode.c,
5648         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5649
5650 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5651
5652         * device/lib/_gptrget.c,
5653         * device/lib/_gptrput.c: updated comment
5654         * device/lib/calloc.c,
5655         * device/lib/free.c,
5656         * device/lib/malloc.c,
5657         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5658         * src/SDCCcse.c (cseBBlock),
5659         * src/SDCCicode.c (printOperand, geniCodeArray),
5660         * src/SDCCicode.h (struct operand): fixed bug 868103
5661         * support/regression/tests/bug-868103.c: added
5662         * src/SDCCast.c (searchLitOp),
5663         * src/SDCCcse.h (struct cseDef),
5664         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5665         * src/SDCCicode.h (struct operand),
5666         * src/SDCCsymt.h (struct sym_link),
5667         * src/avr/gen.c (hasInc),
5668         * src/ds390/gen.c (hasInc),
5669         * src/hc08/gen.c (genPlusIncr, hasInc),
5670         * src/mcs51/gen.c (hasInc),
5671         * src/pic16/glue.c (pic16_printIvalChar),
5672         * src/pic16/ralloc.c (regWithIdx),
5673         * src/xa51/gen.c (hasInc) : removed warnings
5674         * src/SDCCast.c (createBlock): added comment ???
5675         * src/hc08/ralloc.c: updated comments
5676
5677 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5678
5679         * doc/sdccman.lyx: updated section on switch statements, added
5680         section about semaphore locking
5681         * doc/Makefile: added option -info for latex2html
5682         * device/lib/_gptrget.c,
5683         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5684
5685 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5686
5687         * src/pic/device.h,
5688         * src/pic/device.c,
5689         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5690          maxram is less than 0x100.
5691
5692 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5693
5694         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5695
5696 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5697
5698         * src/port.h,
5699         * src/mcs51/main.c,
5700         * src/ds390/main.c,
5701         * src/z80/main.c,
5702         * src/hc08/main.c,
5703         * src/pic/main.c,
5704         * src/pic16/main.c,
5705         * src/avr/main.c,
5706         * src/xa51/main.c
5707         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5708         a jump table is the best form for a switch statement, including
5709         automatic insertion of missing cases to make the case range
5710         continuous. Developed in collaboration with Frieder Ferlemann.
5711
5712 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5713
5714         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5715         accumulator result if it needs sign extension
5716
5717 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5718
5719         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5720
5721 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5722
5723         * device/lib/gbz80/printf.c,
5724         * device/lib/z80/printf.c: removed define for NULL
5725
5726 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5727
5728         * as/xa51/xa_link.c,
5729         * device/examples/ds390/ow390/ad26.c,
5730         * device/examples/ds390/ow390/cnt1d.c,
5731         * device/examples/ds390/ow390/counter.c,
5732         * device/examples/ds390/ow390/ds2480.h,
5733         * device/examples/ds390/ow390/ds2480ut.c,
5734         * device/examples/ds390/ow390/findtype.c,
5735         * device/examples/ds390/ow390/gethumd.c,
5736         * device/examples/ds390/ow390/owllu.c,
5737         * device/examples/ds390/ow390/ownetu.c,
5738         * device/examples/ds390/ow390/swt12.c,
5739         * device/examples/ds390/ow390/swtloop.c,
5740         * device/examples/ds390/ow390/temp.c,
5741         * device/examples/ds390/ow390/temp10.c,
5742         * device/examples/ds390/ow390/thermo21.c,
5743         * device/examples/ds390/ow390/tinilnk.c,
5744         * device/examples/ds390/ow390/tstfind.c,
5745         * device/examples/serialcomm/windows/serial.cpp,
5746         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5747         * device/include/reg51.h: fixed line endings for cvs
5748
5749 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5750
5751         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5752         packRegsForAccUse, packRegisters): new accumulator register
5753         packing algorithm
5754         * support/regression/ports/hc08/support.c (_putchar): suppress
5755         warning of unused variable
5756         * src/SDCCicode.c: added SWAP entry to codeTable
5757
5758 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5759
5760         * device/lib/sprintf.c: forgot to add this file before previous commit
5761
5762 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5763
5764         * src/pic16/gen.c (genPackBits): added operand right in function
5765         parameters, load result directly if p_type is POINTER (that is
5766         called by genNearPointerSet)
5767         * (genUnPackBits): added operand left in function parameters,
5768         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5769         FSR0 if accessing bitfields,
5770
5771 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5772
5773         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5774           _print_format; updated printf, sprintf, vsprintf
5775         * device/include/asm/default/features.h: corrected comment/define
5776         * device/lib/Makefile.in: added sprintf.c
5777         * device/lib/libsdcc.lib: added sprintf module
5778         * device/lib/printf_large.c,
5779         * device/lib/vprintf.c,
5780         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5781           into these 3 files
5782         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5783         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5784         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5785           hc08 test
5786         * support/regression/tests/zeropad.c: define idata as data for hc08
5787
5788 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5789
5790         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5791         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5792         labels are referenced at least once (even if a reference is not found)
5793         * src/hc08/gen.c (emitcode): set isComment flag for comments
5794         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5795         loads), rules 6a..6b (optimize jumps to return)
5796
5797 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5798
5799         * device/lib/acosf.c (acosf),
5800         * device/lib/asinf.c (asinf),
5801         * device/lib/atanf.c (atanf),
5802         * device/lib/ceilf.c (ceilf),
5803         * device/lib/cosf.c (cosf),
5804         * device/lib/coshf.c (coshf),
5805         * device/lib/cotf.c (cotf),
5806         * device/lib/fabsf.c (fabsf),
5807         * device/lib/floorf.c (floorf),
5808         * device/lib/log10f.c (log10f),
5809         * device/lib/logf.c (logf),
5810         * device/lib/sinf.c (sinf),
5811         * device/lib/sinhf.c (sinhf),
5812         * device/lib/sqrtf.c (sqrtf),
5813         * device/lib/tanf.c (tanf),
5814         * device/lib/tanhf.c (tanhf),
5815         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5816         replaced all instances of "reentrant" in the library functions
5817         defined in math.h with this macro.
5818         * support/regression/tests/float_trans.c: reenabled test for hc08
5819
5820 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5821
5822         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5823         erroneously deleted
5824
5825 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5826
5827         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5828         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5829         multi-byte volatile operands are used
5830         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5831         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5832         initialization to area GSINIT0 so that it would always precede
5833         any static initializers in GSINIT
5834         * support/regression/tests/zeropad.c: fixed idata define for hc08
5835         * support/regression/tests/bug-927659.c,
5836         * support/regression/tests/float_trans.c: disabled tests for hc08
5837         pending missing library routines
5838         * .version: increased version number to 2.4.4 - hc08 port now passes
5839         regression tests
5840
5841
5842 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5843
5844         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5845         * Makefile.common.in,
5846         * as/Makefile,
5847         * as/hc08/Makefile.in,
5848         * as/mcs51/Makefile.in,
5849         * as/z80/Makefile.in,
5850         * debugger/mcs51/Makefile.in,
5851         * device/include/Makefile.in,
5852         * device/lib/Makefile.in,
5853         * doc/Makefile,
5854         * link/Makefile,
5855         * link/z80/Makefile.in,
5856         * packihx/Makefile.in,
5857         * sim/ucsim/main_in.mk,
5858         * sim/ucsim/avr.src/Makefile.in,
5859         * sim/ucsim/doc/Makefile.in,
5860         * sim/ucsim/gui.src/serio.src/Makefile.in,
5861         * sim/ucsim/hc08.src/Makefile.in,
5862         * sim/ucsim/s51.src/Makefile.in,
5863         * sim/ucsim/xa.src/Makefile.in,
5864         * sim/ucsim/z80.src/Makefile.in,
5865         * src/Makefile.in,
5866         * support/cpp2/Makefile.in,
5867         * support/librarian/Makefile,
5868         * support/makebin/Makefile: added DESTDIR to the install path proposed
5869         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5870         * doc/sdccman.lyx: added DESTDIR documentation
5871
5872 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5873
5874         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5875         instruction for interrupt handlers, use fast returns when returning
5876         from high priority interrupts
5877
5878 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5879
5880         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5881         code generation
5882         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5883         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5884         bugs, ported much of Bernhard's code from mcs51
5885         * src/mcs51/gen.c (genSend),
5886         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5887         than one when calling a reentrant function
5888         * device/lib/_mullong.c: defined an alternate struct layout for big
5889         endian ports (hc08)
5890
5891 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5892
5893         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5894         test
5895
5896 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5897
5898         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5899         are sane and complete before asking the port its prefered parameter
5900         passing method (fixes bug #1017633)
5901         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5902         and _ret3
5903
5904 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5905
5906         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5907         problem in bitfields >= 8 bits.
5908
5909 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5910
5911         * src/SDCCsymt.c: undid changes that were not meant to be committed
5912
5913 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5914
5915         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5916
5917 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5918
5919         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5920           copied and wrong bit got inverted
5921
5922 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5923
5924         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5925         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5926         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5927         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5928         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5929         assignments to bitfields at known addresses
5930         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5931         reads from bitfields at known addresses
5932         * src/hc08/ralloc.c (packRegisters),
5933         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5934         genhc08Code): optimize pointer get values used as conditionals
5935         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5936         and branch
5937
5938 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5939
5940         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5941         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5942         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5943         as conditionals
5944
5945 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5946
5947         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5948
5949 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5950
5951         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5952         related problems
5953
5954 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5955
5956         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5957
5958 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5959
5960         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5961         mcs51 port
5962
5963 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5964
5965         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5966
5967 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5968
5969         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5970         cases use more compact code.
5971
5972 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5973
5974         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5975
5976 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5977
5978         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5979
5980 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5981
5982         * src/SDCCsymt.h,
5983         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5984         parameter of changePointer() from symbol* to sym_link*
5985         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5986         * src/SDCCsymt.c (compareType): void* type is castable to other
5987         pointers, but not necesarily an exact match.
5988         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5989         is no longer blindly treated as an exact match.
5990         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5991
5992 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5993
5994         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5995
5996 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5997
5998         * src/pic/gen.c,
5999         * src/pic/pcode.c,
6000         * src/pic/ralloc.h,
6001         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6002
6003 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6004
6005         * src/pic/device.c,
6006         * src/pic/device.h,
6007         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6008
6009 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6010
6011         * src/mcs51/gen.c (emitcode): fixed bug #992819
6012
6013 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6014
6015         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6016           there's no need to make it worse
6017
6018 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6019
6020         * src/mcs51/ralloc.c (deassignLR),
6021         * src/ds390/ralloc.c (deassignLR),
6022         * src/hc08/ralloc.c (deassignLR),
6023         * src/z80/ralloc.c (deassignLR),
6024         * src/pic/ralloc.c (deassignLR),
6025         * src/pic16/ralloc.c (deassignLR),
6026         * src/avr/ralloc.c (deassignLR),
6027         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6028         rlivePoint): fixed another part of bug #971834
6029
6030 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6031
6032         * src/z80/main.c: enabled "critical" keyword
6033         * src/z80/mappings.i,
6034         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6035         functions (fixes bug #979646)
6036         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6037
6038 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6039
6040         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6041           such as c:\mydir.
6042
6043 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6044
6045         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6046           doesn't disable too much optimizations
6047
6048 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6049
6050         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6051
6052 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6053
6054         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6055
6056 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6057
6058         * src/pic/gen.c tidied up tabs
6059         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6060         * src/pic/main.c tidied up tabs
6061         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6062         * src/pic/pcoderegs.c tidied up tabs
6063         * src/pic/ralloc.c tidied up tabs
6064
6065 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6066
6067         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6068         to S_FIXED for pic16 port and when symbol is not in level 0,
6069         allocate for S_REGISTER storage class and pic16 port, too,
6070         * src/pic16/device.h: prototype for checkSym,
6071         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6072         * (pic16_assignConfigWordValue): test the value and the mask to
6073         validate that the value is suitable for the configuration word,
6074         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6075         collect extern declared symbols, don't emit symbol twice, check
6076         first if symbol is in publics set first,
6077         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6078         * added command line '--fstack' which enables an experimental
6079         feature for stack access, too buggy to be used yet...
6080         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6081         * (pic16_allocDirReg): when register has storage class S_REGISTER
6082         allocate in pic16_dynAccessRegs,
6083         * device/include/pic16/pic18f????.h: modified configuration word
6084         naming convention, words started as CONFIG0H but should be CONFIG1H
6085
6086 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6087
6088         * device/include/mcs51reg.h: fixed bug 970993
6089
6090 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6091
6092         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6093         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6094         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6095         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6096         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6097         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6098           error/warning numbers,
6099           added function setWarningDisabled()
6100         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6101         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6102           _memcmp.c _memmove.c calloc.c realloc.c free.c
6103         * support/regression/tests/malloc.c: added tests for new functionality
6104         * support/regression/tests/zeropad.c: added tests for truncated initializers
6105           and initialized char arrays starting with '\x0'
6106         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6107
6108 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6109
6110         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6111
6112 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6113
6114         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6115         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6116         peephole 177.e. Thanks to anonymous
6117
6118 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6119
6120         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6121         function isn't used in the source but referenced as a
6122         variable initializer then declare it as extern in .asm file
6123
6124 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6125
6126         * .version: increased version number to 2.4.3
6127
6128         Adding version extension according to ChangeLog CVS revision
6129         * src/Makefile.in (target all): added dependency 'version.h'
6130         * (rule version.h): added rule to create version.h from ChangeLog,
6131         * (rule dep): added dependency version.h,
6132         * src/version.awk: AWK script to create version.h
6133         * src/SDCCdwarf2.c (dwWriteModule),
6134         * src/SDCCglue.c (initialComments),
6135         * src/SDCCmain.c (printVersionInfo): modified to write after
6136         version string the version extension number,
6137         * src/SDCCutil.c: included "version.h"
6138         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6139         number,
6140         * src/SDCCutil.h: added prototype for getBuildNumber
6141
6142         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6143         includeDirsSet, too,
6144         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6145         const char [] is found in function prototype...
6146
6147         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6148         moving to WREG with source is already in WREG,
6149         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6150         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6151         * (aopForSym): stack'ed symbols are partially supported, added
6152         if-clause to support symbols in FARSPACE,
6153         * (sameRegs): added test for AOP_ACC to see if registers are same,
6154         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6155         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6156         * (pic16_popRegFromString): will not allocate a new register if it
6157         doesn't find one by name, bug may have introduced...
6158         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6159         * (genIpush): revived to use pic16 port's stack,
6160         * (genAddrOf): added incomplete case for stack'ed operand,
6161         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6162         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6163         can handle multibyte operands,
6164         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6165         * (pic16initialComments): added message for MPLAB compatibility
6166         mode enabled,
6167         * src/pic16/main.h: prototype for pic16_mplab_comp,
6168         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6169         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6170         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6171         because of increased complexity of procedure,
6172         * (_process_pragma): stack pragma changed to format 'stack pos len',
6173         emit symbol '_stack_end' to conform with gplink,
6174         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6175         to search for register,
6176         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6177         PO_GPR_REGISTER,
6178         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6179         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6180         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6181         case for PO_GPR_REGISTER,
6182         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6183         dies, the new era is ahead !...
6184         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6185         pic16_dynInternalRegs,
6186         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6187         * (pic16_allocDirReg): minor optimizations and bug fixes,
6188         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6189
6190         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6191         load stack and frame pointer with address of 'stack_end' symbol
6192
6193 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6194
6195         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6196         without source code but only variable initializers
6197
6198 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6199
6200         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6201         external are not declared as extern to reduce overhead while linking
6202
6203 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6204
6205         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6206
6207 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6208
6209         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6210           Yee Keat for the patch
6211         * src/SDCCast.c (decorateType): fixed bug #979599
6212         * src/ds390/gen.h: removed local fReturnSizeDS390
6213         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6214         * src/ds390/gen.c (genAnd, genOr, genXor),
6215         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6216
6217 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6218
6219         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6220         add relFilesSet to $3, manipulate $2 to handle linking of object
6221         files without source files in command line,
6222         * device/include/pic16 (all headers): added ID location macros,
6223         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6224         entries for ID location bytes,
6225         * (pic16_assignIdByteValue): NEW,
6226         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6227         added field dumpcalltree to pic16_options_t,
6228         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6229         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6230         emitting rFalseIfx label after check_carry label,
6231         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6232         pic16_emitDIRegs), NEW
6233         * (pic16glue): dump .calltree file when option --calltree found,
6234         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6235         * (_pic16_genAssemblerPreamble): emit ID locations after
6236         configuration registers,
6237         * (pic16_linkCmd): modifications of the link command,
6238         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6239         * (pic16_pCodeInitRegisters): don't init stack registers,
6240         * (pic16_findPrevInstruction): fixed bug,
6241         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6242         bug with immediate registers,
6243         * (buildCallTree): traces stack push and pop,
6244         * (pct2): dump also stack usage for each function,
6245         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6246         * (pic16_allocDirReg): various modifications,
6247         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6248         fixed to 1,
6249
6250 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6251
6252         * src/pic16/pcode.c: removed buggy double colon
6253
6254 2004-07-01 Borut Razem <borut.razem AT siol.net>
6255
6256         * support/scripts/sdcc.nsi: added include/pic16 to setup
6257
6258 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6259
6260         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6261         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6262         target 'clean',
6263         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6264         specific command line arguments. Also added sample lkr script
6265         for placing a variable at a specific memory bank.
6266         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6267         at a specific memory bank,
6268         * (pic16_dump_isection): fixed bug which caused string literals to
6269         be omitted when dumping idata section,
6270         * (pic16_groupRegistersInSection): added code to handle registers
6271         in specific memory banks,
6272         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6273         public, all references are renamed too,
6274         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6275         AOP_DPTR2,
6276         * (pic16_storeForReturn): added case to handle when dest is WREG,
6277         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6278         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6279         pic16_rel_udata, check to see if that register is marked as being
6280         a member of a specific memory bank,
6281         * (pic16_printIvalCharPtr): added code to add string literals either
6282         to code or the idata sections,
6283         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6284         also accept the 'udata' pragma,
6285         * src/pic16/main.h: new structure types sectName and sectSym
6286         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6287         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6288         * (pic16_findPrevInstruction): fixed, it returned nothing,
6289         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6290         instruction combinations,
6291         * (pic16_FixRegisterBanking): heavily reorganised,
6292         * (pic16_AnalyzeBanking): if generating banksel directives is
6293         disabled, then don't call FixRegisterBanking at all,
6294         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6295         completely removed,
6296         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6297
6298 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6299
6300         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6301         Phuah Yee Keat <yk.phuah AT nestac.com>
6302
6303 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6304
6305         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6306         correctly the IVT even if it is relocated to some other location
6307
6308 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6309
6310         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6311         * device/include/pic16/pic18f2220.h: NEW,
6312         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6313         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6314         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6315         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6316         nodefaultlibs, ivt_loc is the location of the interrupt vector
6317         table, and nodefaultlibs signs that default libraries should not be
6318         linked in link stage,
6319         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6320         according to --ivt-loc argument,
6321         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6322         when pragma stack is found,
6323
6324 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6325
6326         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6327         256 (range check), 257 (do while), 258.a-f (bit banging
6328         f.e. on 3-wire SPI bus)
6329
6330 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6331
6332         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6333         variables used exclusively within a loop
6334
6335 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6336
6337         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6338
6339 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6340
6341         * src/SDCClrange.c (computeClash): fixed bug #971834
6342
6343 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6344
6345         * src/mcs51/gen.c (genCmp): fixed bug #975903
6346         * src/hc08/gen.c (operandsEqu),
6347         * src/ds390/gen.c (operandsEqu),
6348         * src/z80/gen.c (operandsEqu),
6349         * src/pic/gen.c (operandsEqu),
6350         * src/pic16/gen.c (operandsEqu),
6351         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6352         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6353
6354 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6355
6356         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6357
6358 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6359
6360         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6361         default case in switch statement,
6362         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6363         to eliminate problem with initialisation of pointers, but problem
6364         still exists,
6365         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6366         * (emitStaticSegment): removed various lines emitting debug info,
6367         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6368         added processor registers for utilizing EEPROM,
6369         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6370         configurable and set 8
6371
6372 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6373
6374         * .version: increased version number to 2.4.2,
6375
6376         Cumulative patch for pic16 port
6377         * src/pic16/device.c: changed scheme to dump initial values for
6378         variables in idata segment, all print_idata* functions were removed,
6379         now the pic16_printIval* will be called,
6380         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6381         * _pic16_printPointerType, pic16_printPointerType,
6382         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6383         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6384         NEW, similar to the respective functions in SDCCglue.c,
6385         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6386         way, emitting hex bytes,
6387         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6388
6389 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6390
6391         * src/avr/ralloc.c (serialRegAssign),
6392         * src/xa51/ralloc.c (serialRegAssign),
6393         * src/pic/ralloc.c (serialRegAssign),
6394         * src/pic16/ralloc.c (serialRegAssign),
6395         * src/hc08/ralloc.c (serialRegAssign),
6396         * src/z80/ralloc.c (serialRegAssign),
6397         * src/ds390/ralloc.c (serialRegAssign),
6398         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6399
6400 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6401
6402         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6403         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6404
6405 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6406
6407         Cumulative patch for pic16 port:
6408         * src/pic16/device.h (typedef PIC16_device) modified fields for
6409         defining microcontrollers,
6410         * src/pic16/device.c: added new info for all devices in Pics16 array,
6411         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6412         to be optimised out by the pCode optimiser,
6413         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6414         specially, bug reported by G.M. Gallant,
6415         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6416         as force'd so that cannot be optimised out by pCode optimiser,
6417         * src/pic16/pcode.c,
6418         * src/pic16/pcodepeeph.c,
6419         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6420         they are disabled by default, but can be enabled explicit with
6421         command argument --denable-peeps, for testing,
6422         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6423         --pomit-ivt in COMPILE_FLAGS
6424
6425 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6426
6427         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6428           compilation on MSVC
6429
6430 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6431
6432         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6433
6434 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6435
6436         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6437         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6438
6439 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6440
6441         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6442         would only assign 0x300001 register.
6443
6444 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6445
6446         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6447         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6448
6449 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6450
6451         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6452         for ds80c400
6453         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6454         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6455         added peephole 254 (left shift), 255 (jump table)
6456
6457 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6458
6459         * device/lib/Makefile.in: removed comment line with model-pic16,
6460         * (target port-specific-objects-pic16): the libraries and objects
6461         are copied to the build directory form the device/lib/pic16/bin
6462         directory
6463
6464         Cumulative patch concerning pic16 port:
6465         * library directory has been re-organized,
6466         * added support for PIC18F1220,
6467         * added headers and library sources for chips 18f1220,18f6520,
6468         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6469
6470         * configuration registers setting has changed, now each supported
6471         device has a complete description of the registers it uses,
6472         * all initialisations are moved to idata sections, these section
6473         can be absolute or relocatable,
6474         * fixed initialisation of codespace variables,
6475         * fixed warning about PCLATU and gpsim,
6476         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6477         * (genAssign): use table reads when assigning from variables in codespace,
6478         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6479         char/int variables placed in codespace,
6480         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6481         registers set in .asm file, no need for --pomit-config-words anymore,
6482         * (pic16glue): some 8051 legacy segments are commented out
6483         (to be removed completely),
6484         * added support for alternative assembler and linker with --asm=
6485         and --link= command line arguments,
6486         * peepholes are disabled automatically in the port, no need to
6487         specify on command line,
6488         * port supports natively char/int/long multiplication, but converts
6489         all divisions to support functions,
6490         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6491         to the file set in variable $2,
6492         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6493         strings in ASCII format and not in hex,
6494         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6495         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6496         allocate proper register if iCodes aren't temporary,
6497
6498 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6499
6500         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6501
6502 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6503
6504         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6505         is commented out
6506
6507 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6508
6509         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6510         computed address is reused
6511         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6512         multi-byte bitfields
6513
6514 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6515
6516         * src/z80/gen.c: (genArrayInit): must check for pointers too
6517
6518 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6519
6520         * support/regression/tests/zeropad.c: never meant to commit the
6521           nestedstruct test: removed, added check for GCC version
6522
6523 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6524
6525         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6526         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6527         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6528           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6529           bugs 928906 and 954082 half-empty initializers
6530         * src/SDCCsymt.h,
6531         * src/SDCCsymt.c (getAllocSize): added for above fix
6532         * src/z80/gen.c (genArrayInit): fixed bug 741044
6533         * support/regression/tests/zeropad.c: added tests
6534
6535 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6536
6537         * src/pic16/device.c (pic16_dump_section): corrected bug which
6538         caused some symbols of the libraries to be misplaced
6539
6540 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6541
6542         * src/pic16/glue.c,
6543         * src/pic16/ralloc.h,
6544         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6545         to fix conflict with pic port
6546
6547 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6548
6549         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6550         externs configuration variables,
6551         * src/pic16/ralloc.h,
6552         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6553         prototype in header, commented out some debug messages
6554
6555 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6556
6557         * src/pic16/glue.c,
6558         * src/pic16/main.c,
6559         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6560         for gpasm COFF object generation. Thanks to D. Hawkins for
6561         his patch info
6562
6563 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6564
6565         * src/ds390/main.c,
6566         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6567         Brock for spotting this)
6568         * src/ds390/gen.c (genEndFunction),
6569         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6570         interrupt handler and critical. Disable push/pop optimizations when
6571         peephole optimizations disabled.
6572
6573 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6574
6575         Updated pic16 library sources and headers.
6576         * device/lib/pic16/pic18f*/ ,
6577         * device/include/pic16/*.h: modified to handle structured SFR
6578         definitions
6579
6580 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6581
6582         * src/port.h (PORT structure): added hook initPaths, now each
6583         port can declare its own default search paths,
6584         which can been seen with the --print-search-dirs option,
6585         see pic16 port for example,
6586         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6587         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6588         * (doPrintSearchDirs): NEW, replaces in a central manner the
6589         printing of search dirs which was split in set*Paths functions,
6590         * (main): added call to port->initPaths and doPrintSearchDirs,
6591         * src/avr/main.c,
6592         * src/ds390/main.c,
6593         * src/hc08/main.c,
6594         * src/izt/i186.c,
6595         * src/izt/tlcs900h.c,
6596         * src/mcs51/main.c,
6597         * src/pic/main.c,
6598         * src/pic16/main.c: modified port structures to reflect addition of
6599         initPaths hook,
6600
6601         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6602         * (pic16_dump_section): for registers in same address reserve memory once,
6603         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6604         to no_banksel,
6605         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6606         result is greater in size than right or left,
6607         * (pic16_genUMult8X8_8): there are some cases where the result can
6608         be 16 bits size, so handle these,
6609         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6610         * (pic16_outBitC): modified to emit pcodes,
6611         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6612         or not,
6613         * (genDivOneByte): implemented algorithm to divide 8-bits,
6614         * (genCmp): uncommented goto, but issues still exist,
6615         * (genAnd): fixed a bug with variables >8bits,
6616         * (genPackBits): optimization added that uses BCF/BSF to change a
6617         single bit,
6618         * (genAssign): fixed bug when assigning floating point literals,
6619         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6620         __sdcc_gsinit_startup label,
6621         * src/pic16/main.c (_pic16_init): removed search directory
6622         initialisations,
6623         * (_pic16_initPaths): NEW, used to initialise search directories,
6624         * (_hasNativeMulFor): support functions for all except char/int
6625         multiplication, and char division,
6626         * (PIC16_port struct): modified entry for native mul support,
6627         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6628         no_banksel option,
6629         * (buildCallTree): call to register_usage is ifdef'ed out,
6630
6631 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6632
6633         * device/include/string.h: applied Stas Sergeev's patch to make this
6634         header file compatible with the preprocessor -Wundef option
6635         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6636         failure (fixes bug #941458)
6637
6638 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6639
6640         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6641         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6642         that the variable, not the function, should be static
6643         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6644         to be consistent with non-literal case
6645
6646 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6647
6648         * src/SDCCast.c (isConformingBody): fixed bug #949967
6649         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6650         convilong): fixed bug #952086
6651
6652 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6653
6654         * src/SDCCmem.c (allocVariables): fixed bug #955321
6655
6656 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6657
6658         * src/hc08/main.c (_hc08_genAssemblerEnd),
6659         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6660         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6661         completely eliminated the use of a temporary file
6662         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6663         when more than one file linked
6664         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6665
6666 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6667
6668         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6669         which fixes bug #543481
6670         * support/regression/tests/bug-751703.c: fixed comments left from a
6671         cut and paste error
6672         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6673         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6674         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6675         scopes
6676         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6677         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6678         are now changed to underscores in moduleName
6679
6680 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6681
6682         * as/mcs51/lkmem.c: better fix for bug #954173
6683
6684 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6685         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6686
6687         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6688         * device/include/c8051f000.h,
6689         * device/include/c8051f120.h,
6690         * device/include/c8051f300.h,
6691         * device/include/c8051f310.h,
6692         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6693         PWM16) and detab'ed
6694
6695 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6696
6697         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6698         and mailing lists, doc'ed --no-peep-comments, removed reference
6699         to knoppix (newest version has no LyX/LaTeX), other minor changes
6700         * src/SDCCglue.c (glue): save 2 bytes stack space with
6701         option --main-return. The ljmp could probably be avoided too
6702
6703 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6704
6705         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6706
6707 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6708
6709         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6710         * src/SDCCopt.c (isLocalWithoutDef),
6711         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6712         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6713         (credit to Maarten Brock for patch #949363, on which this is based)
6714         * support/regression/tests/bug-751703.c: some test cases of extern used
6715         within inner scopes.
6716
6717 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6718
6719         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6720         SPEC_STRUCT
6721         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6722         struct definitions
6723         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6724         dwWriteLabel): fix to create valid debugger symbols even when
6725         the module name has non-alphanumeric symbols in it
6726         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6727         when a variable's allocation has been optimized away
6728
6729
6730 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6731
6732         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6733         * src/hc08/main.c,
6734         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6735         * src/mcs51/main.c,
6736         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6737         * src/ds390/main.c,
6738         * src/z80/gen.c (z80_emitDebuggerSymbol),
6739         * src/z80/main.c,
6740         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6741         * src/pic/main.c,
6742         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6743         * src/pic16/main.c,
6744         * src/avr/gen.c (avr_emitDebuggerSymbol),
6745         * src/avr/main.c,
6746         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6747         * src/xa51/main.c,
6748         * src/SDCCdebug.c (emitDebuggerSymbol),
6749         * src/SDCCdebug.h,
6750         * src/port.h: added a debugger struct to the port struct. Added a
6751         callback for defining debugger symbols
6752
6753         * src/SDCCast.c (createLabel),
6754         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6755         with isitmp = 1
6756         * src/SDCCicode.h,
6757         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6758         iCode back to the ast for the function
6759
6760         * src/hc08/ralloc.c (hc08_assignRegisters),
6761         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6762         unneeded fields from the regs struct.
6763         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6764         pushReg() & pullReg() functions instead of emitcode()
6765
6766         * src/hc08/gen.c (genLabel, genhc08Code),
6767         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6768
6769         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6770         debugger hooks
6771
6772         * src/hc08/gen.c (genEndFunction, genhc08Code),
6773         * src/hc08/gen.h,
6774         * src/mcs51/gen.c (genEndFunction, gen51Code),
6775         * src/mcs51/gen.h,
6776         * src/ds390/gen.c (genEndFunction, gen390Code),
6777         * src/ds390/gen.h,
6778         * src/z80/gen.c (genEndFunction, genZ80Code),
6779         * src/z80/gen.h,
6780         * src/z80/z80.h,
6781         * src/pic/gen.c (genEndFunction, genpic14Code),
6782         * src/pic/gen.h,
6783         * src/pic16/gen.c (genEndFunction, genpic16Code),
6784         * src/pic16/gen.h,
6785         * src/avr/gen.c (genEndFunction, genAVRCode),
6786         * src/avr/gen.h,
6787         * src/xa51/gen.c (genEndFunction, genXA51Code),
6788         * src/xa51/gen.h,
6789         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6790         specific code to cdbFile.c and out of the backend code generators
6791
6792         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6793         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6794         starting address is now 0
6795
6796         * as/hc08/asm.h,
6797         * as/hc08/m08pst.c,
6798         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6799         assembler directive for DWARF support
6800         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6801
6802         * src/src.dsp,
6803         * src/Makefile.in,
6804         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6805
6806 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6807
6808         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6809         and inappropriate peephole optimization in jump tables
6810
6811 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6812
6813         * as/hc08/m08pst.c,
6814         * src/SDCCglue.c: sdccopt works for the hc08 port now
6815
6816 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6817
6818         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6819
6820 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6821
6822         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6823
6824 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6825
6826         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6827         rules
6828         * src/SDCCmain.c,
6829         * src/SDCCglobl.h,
6830         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6831         comments from the peephole optimizer replacement rules
6832         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6833         symbols
6834         * src/SDCCcse.c (updateSpillLocation),
6835         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6836         equivalents
6837         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6838         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6839         objects far pointers
6840
6841 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6842
6843         * src/SDCCsymt.h: a missing part of my last change
6844         * src/pic/ralloc.c (regTypeNum),
6845         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6846
6847 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6848
6849         * src/SDCCicode.h,
6850         * src/SDCCicode.c (aggrToPtrDclType),
6851         * src/SDCCptropt.h,
6852         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6853         ptrPseudoSymConvert),
6854         * src/pic/ralloc.c (regTypeNum),
6855         * src/pic16/ralloc.c (regTypeNum),
6856         * src/hc08/ralloc.c (regTypeNum),
6857         * src/ds390/ralloc.c (regTypeNum),
6858         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6859         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6860
6861 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6862
6863         * link/z80/lkmain.c (afile),
6864         * as/hc08/lkmain.c (afile),
6865         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6866         prevent a pointer problem when a filename has no directory and
6867         no extension specified.
6868
6869 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6870
6871         * link/z80/lkmain.c (afile): allow periods in directory names
6872         * link/z80/lkmain.c (afile),
6873         * as/mcs51/lkmain.c (afile),
6874         * as/hc08/lkmain.c (afile): allow linker script file to have an
6875         extension other than ".lnk"
6876         * link/z80/lklex.c (getfid),
6877         * link/z80/lkmain.c (parse),
6878         * as/mcs51/lklex.c (getfid),
6879         * as/mcs51/lkmain.c (parse),
6880         * as/hc08/lklex.c (getfid),
6881         * as/hc08/lkmain.c (parse): Support comments in the linker script
6882         file on lines by themselves and after filenames
6883
6884 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6885
6886         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6887
6888 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6889
6890         * src/z80/peeph-z80.def: removed some peephole rules that don't
6891         work with multibyte arithmetic (fixed bug #937126)
6892         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6893         to registers and not global variables
6894         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6895         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6896         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6897         checking for assignments not internally generated (fixed bug #931895)
6898         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6899         structure member (fixed bug #930072)
6900
6901 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6902
6903         * src/SDCCmain.c (linkEdit),
6904         * src/hc08/main.c (_hc08_parseOptions),
6905         * as/hc08/Makefile.in,
6906         * as/hc08/aslink.h,
6907         * as/hc08/asm.h,
6908         * as/hc08/m08pst.c,
6909         * as/hc08/lkrloc.c (relr, rele),
6910         * as/hc08/lkarea.c (lnkarea)
6911         * as/hc08/lkmain.c (afile, parse),
6912         * as/hc08/lkelf.c: support for ELF output
6913         * as/hc08/lks19.c (s19),
6914         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6915
6916 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6917
6918         * as/mcs51/lkihx.c: Fixed bug #899105.
6919
6920 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6921
6922         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6923         .dsp files from Unix to DOS.
6924
6925 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6926
6927         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6928         function pointers; we have been compliant for several months now.
6929         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6930         change that was accidently commented out
6931         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6932         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6933         bug #922319
6934
6935 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6936
6937         * src/hc08/gen.c: output of all of the internal debugging information
6938         is now controlled by the D() macro; it is disabled by default
6939
6940 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6941
6942         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6943         harder to keep the same registers during a CAST iCode
6944         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6945         long via int can be done in a single cast, if the signedness is
6946         correct.
6947         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6948         putchar() in tinibios.c in ds390's library
6949
6950 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6951
6952         * src/SDCCast.c (decorateType): fixed bug #898889,
6953         cast result of a literal complement too
6954         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6955         fixed check for bitfields
6956
6957 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6958
6959         * src/SDCCicode.c (geniCodeLogic): made it static,
6960         (geniCodeLogicAndOr): added in order to fix bug #905492,
6961         (ast2iCode): fixed bug #905492
6962         * support/regression/tests/bug-905492.c: added
6963         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6964         (processParms): fixed bug #927659: don't copy parms, this will clear
6965         decorated flag
6966         * support/regression/tests/bug-927659.c: added
6967
6968 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6969
6970         * src/SDCCast.c (addCast): don't cast float to char
6971         * device/lib/libsdcc.lib: added _memmove
6972
6973 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6974
6975         * device/lib/large/Makefile: fixed parallel execution by
6976         replacing `make` by `$(MAKE)`
6977
6978 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6979
6980         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6981         offsets (fixes bug #923936)
6982
6983 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6984
6985         * device/lib/small/Makefile: fixed parallel execution by
6986         replacing `make` by `$(MAKE)`
6987
6988 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6989
6990         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6991
6992 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6993
6994         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6995         * src/regression/Makefile: Regression test was not running.
6996
6997 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6998
6999         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7000         complement if possible
7001         * src/SDCCval.c (valComplement),
7002         * src/SDCCicode.c (operandOperation): fixed complement of literal
7003         * support/regression/tests/onebyte.c (testComplement): added
7004
7005 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7006
7007         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7008         return an optimized tree; actually replace actParm with the new tree
7009         * src/SDCCast.h: added some parantheses to remove side effects
7010         * support/regression/tests/bug-920866.c
7011
7012 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7013         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7014         Bit operands were not being handled properly in the pic14 port.
7015         (now src/regression/add.c passes again).
7016
7017 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7018
7019         * src/SDCC.y (labeled_statement): case and default no longer require
7020         a following statement (RFE #893037)
7021
7022 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7023
7024         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7025         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7026         disabled (fixes bug #916294)
7027         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7028         "mov a,acc"; patch provided by Lenny Story
7029         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7030
7031 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7032
7033         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7034         functions
7035         * src/ds390/gen.c (genFunction, genEndFunction),
7036         * src/ds390/ralloc.c (ds390_assignRegisters),
7037         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7038         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7039         pushed if there are parameters passed on the stack. Also, a cleaner
7040         way to decide if r0/r1 should be pushed/popped. (Together they fix
7041         bug #918693)
7042
7043 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7044
7045         * doc/sdccman.lyx,
7046         * device/lib/mcs51/crtpagesfr.asm,
7047         * device/lib/mcs51/crtxinit.asm,
7048         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7049         to avoid confusion with Si Lab's SFRPAGE register.
7050
7051 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7052
7053         * src/SDCCglue.c (emitMaps): allow public sfr variables
7054         * src/SDCCglue.c (initialComments): include compiler build date
7055         with compiler version and put the timestamp of the generated
7056         assembly file on a serperate line to be less confusing.
7057         * src/port.h: added genInitStartup hook
7058         * src/avr/main.c,
7059         * src/ds390/main.c,
7060         * src/hc08/main.c,
7061         * src/pic/main.c,
7062         * src/pic16/main.c,
7063         * src/xa51/main.c,
7064         * src/z80/main.c: genInitStartup initialize as NULL (default to
7065         historical behaviour)
7066         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7067         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7068         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7069         library instead of hard coding it into the compiler.
7070         * support/regression/ports/mcs51-stack-auto/spec.mk,
7071         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7072         * device/lib/mcs51/Makefile,
7073         * device/lib/small/Makefile,
7074         * device/lib/large/Makefile,
7075         * device/lib/mcs51/crtpagesfr.asm,
7076         * device/lib/mcs51/crtstart.asm,
7077         * device/lib/mcs51/crtxclear.asm,
7078         * device/lib/mcs51/crtxinit.asm,
7079         * device/lib/mcs51/crtclear.asm,
7080         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7081         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7082         and into user configurable files.
7083         * device/lib/clean.mk: clean mcs51 directory too
7084         * support/regression/tests/longlit.c: added static to T1 declaration
7085         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7086         accesses in the initialization code
7087
7088 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7089
7090         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7091         OSCTRIMVAL as noted in bug #916008
7092
7093 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7094
7095         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7096         in loops with multiple exits (reported as incorrect registers
7097         used by Martin Helmling in Sdcc-user list)
7098
7099 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7100
7101         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7102         made ds390 register extensions look less like error messages
7103
7104 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7105
7106         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7107         reported by Adam Wozniak in Sdcc-user list
7108
7109 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7110
7111         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7112         arithmetic optimizations, added debug output
7113
7114 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7115
7116         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7117         * sdcc.spec: updated and split sdcc into 3 rpms
7118         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7119         needed for literals of LEFT_OP and '+'
7120         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7121         introduced RESULT_TYPE_NOPROM
7122         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7123         left shift
7124         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7125         limited promotion to int only for '*'
7126         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7127
7128 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7129
7130         * src/pic16/gen.c (genSkip),
7131         (genc16bit2lit), (gencjneshort): commented out
7132         (is_LitOp): new helper function, checks operand type
7133         (genCmpEq): rewritten
7134
7135 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7136
7137         * support/regression/tests/bug-908454.c: added
7138
7139 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7140
7141         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7142         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7143         (geniCodeCast): cosmetic, don't preserve bit storage class
7144         (geniCodeLeftShift): added promotion
7145         (geniCodeLogic): fixed regression
7146         * src/SDCCsymt.c (computeTypeOr): accept bits too
7147         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7148
7149 2004-03-07  Borut Razem <borut.razem AT siol.net>
7150
7151         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7152
7153 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7154
7155         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7156         version of pic16_genPackRegisters which does not check if ic is a
7157         CAST operator,
7158         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7159         function cause string1.c regression test fails
7160
7161 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7162
7163         * sim/ucsim/configure.in,
7164         * sim/ucsim/configure,
7165         * sim/ucsim/doc/Makefile.in: use docdir
7166         * src/SDCC.y: fixed sbit atrributes
7167         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7168         * src/SDCCast.c (decorateType): |^& need special promotion handling
7169         * src/SDCCast.h,
7170         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7171         * src/SDCCsymt.h (computeType),
7172         * src/SDCCicode.c: computeType() needs op
7173         * src/SDCCsymt.c (checkTypeSanity),
7174         * doc/sddman.lyx: "plain" bitfields are unsigned
7175         * src/SDCCsymt.c (computeTypeOr): added
7176         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7177         |^& ops
7178         * src/SDCCval.c (val*): computeType() needs op
7179         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7180         * support/regression/tests/onebyte.c: added tests for |^&
7181
7182 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7183
7184         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7185         for writing icode into asm output.
7186
7187 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7188
7189         * src/pic16/device.c: added some debug lines enabled
7190         with macro DEBUG_CHECK,
7191         * src/pic16/genarith.c: more debug in genPlus,
7192         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7193         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7194         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7195         * (aopForSym): onStack symbols are re-placed in data memspace,
7196         and onStack flag is cleared,
7197         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7198         copy temporary pcodeop,
7199         * (genPcall): added warning for not updating PCLATU,
7200         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7201         always true for pic16 port,
7202         * (genMultOneWord): NEW, supports integer multiplication,
7203         * (genMult): modified to call genMultOneWord,
7204         * (ifxForOp): added warning when return NULL,
7205         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7206         flag is set before call to operandFromSymbol for implicit
7207         added structures,
7208         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7209         options.intlong_rent are set by default,
7210         * (_hasNativeMulFor): modified to allow port generation of integer
7211         multiplication,
7212         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7213         set regtype to REG_SFR for all registers, restricting seting the
7214         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7215
7216 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7217
7218         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7219         more than 500 times in the regression tests
7220
7221 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7222
7223         * support/Util/SDCCerr.h,
7224         * support/Util/SDCCerr.c,
7225         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7226         enumerator_list),
7227         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7228         for symbol conflicts.
7229         * support/valdiags/tests/enum.c,
7230         * support/valdiags/tests/tentdecl.c,
7231         * support/valdiags/tests/struct.c: expect possible error messages
7232         referring to original symbol definitions.
7233         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7234         * src/SDCCsymt.h,
7235         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7236
7237 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7238
7239         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7240
7241 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7242
7243         * src/pic16/ralloc.c (newReg): fixed bug #908929
7244
7245 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7246
7247         * src/ds390/gen.c: added missing #include "main.h"
7248
7249 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7250
7251         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7252         checking if symbol is already in set,
7253         * src/pic16/device.h: prototype for checkAddSym,
7254         * src/pic16/gen.c: (_G): added entry interruptvector,
7255         * (assignResultValue): removed some commented out lines,
7256         * (genFunction): check for ISR via sym->type, absolute section for
7257         interrupt code is created via a new pBlock, the goto instruction is
7258         placed now correctly at the interrupt vector position, changed all
7259         references from ivec to _G.interruptvector,
7260         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7261         is the interrupt is a high priority one, same for return from ISR,
7262         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7263         externs to calls of checkAddSym,
7264         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7265         pic16_pcode_verbose flag is set,
7266         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7267         * src/pic16/pcoderegs.c: message about how many registers are saved
7268         will only be emitted if pic16_pcode_verbose flag is set,
7269
7270 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7271
7272         * src/ds390/ralloc.h,
7273         * src/ds390/ralloc.c (ds390_regWithIdx),
7274         * src/ds390/gen.c (emitcode),
7275         * src/ds390/main.h,
7276         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7277         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7278         ds390operandCompare, getRegsRead, getRegsWritten,
7279         initializeAsmLineNode): customized instruction size calculation for
7280         ds390, started basis for some register optimizations
7281         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7282         corresponding assembly output
7283         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7284         missing push/pop of r0/r1. Optimized push/pops
7285
7286 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7287
7288         * src/mcs51/main.c (instructionSize): fixed ACALL size
7289         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7290
7291 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7292
7293         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7294         the sorting of rlist with NULL elements
7295         * (print_idataType, print_idata): NEW to create idata sections
7296         * src/pic16/device.h: idataSymSet new variable
7297         * src/pic16/gen.c (genFunction): fixed some bugs in string
7298         comparing, improved the absolute section creation for ISRs,
7299         added FSR0L/FSR0H in registers that are saved in an ISR,
7300         * (genInline): fixed the processing of inline snippets,
7301         now they undergo no process by the peephole optimizer
7302         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7303         are placed in idataSymSet,
7304         * (pic16emitStaticSeg): extern symbols are added in externs,
7305         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7306         switching when aboslute variables are placed in access bank memory
7307         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7308         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7309         commented out with #if,
7310         * (pic16_packRegisters): reintroduce the check for CAST because some
7311         symbols are not correctly handled,
7312         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7313         pCodeInstruction instead of pCode,
7314         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7315         pCodeAsmDir definition,
7316         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7317         directive, then the argument directive is emitted without the leading
7318         tab, hack for inline labels which must be in the first column,
7319         * (compareLabel,pic16_findNextInstruction),
7320         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7321         * (insertBankSwitch): modified for the new pCodeAsmDir,
7322
7323 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7324         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7325
7326         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7327         instance,
7328         * (pushSide): commented out with #if,
7329         * (assignResultValue): fixed some typos in saving
7330         registers,
7331         * (genPcall): FIXED and sync'ed with genCall,
7332         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7333         * (genNearPointerGet): fixed to handle some more cases,
7334         implementation scheme via table reads,
7335         * (genConstPointerGet): modified to access code memory correct,
7336         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7337         and improved to handle some cases
7338         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7339         instead of "RETLW" for init data
7340         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7341         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7342         variables are placed in access bank memory (<0x80 and >=0xf80),
7343         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7344         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7345         TBLWT_POSTDEC,TBLWT_PREINC
7346         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7347         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7348         directives
7349         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7350         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7351         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7352         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7353
7354 2004-02-29  Borut Razem <borut.razem AT siol.net>
7355
7356         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7357         support/Util/findme.h, support/Util/system.h: enhance binary relative
7358         search for lib and include by using findProgramPath()
7359
7360 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7361
7362         * src/SDCCpeeph.h,
7363         * src/SDCCpeeph.c (pcDistance),
7364         * src/port.h,
7365         * src/mcs51/ralloc.h,
7366         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7367         * src/mcs51/main.h,
7368         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7369         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7370         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7371         size calculation port specific, started basis for some register
7372         optimizations
7373         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7374         missing push/pop of r0/r1. Optimized push/pops
7375         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7376         * device/lib/_modsint.c (_modsint),
7377         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7378         and stack version so regression tests pass
7379
7380 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7381
7382         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7383         * src/SDCCast.c (decorateType): catch another small optimization
7384         with '?' operator
7385         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7386         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7387         modified to finally use computeType() all over SDCC,
7388         see Feature Request #877103
7389         * src/SDCCval.h: cosmetic
7390         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7391         valCompare(); regression tested in muldiv.c
7392         * support/regression/tests/muldiv.c (testMod): mod sign follows
7393         dividend only
7394
7395 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7396
7397         * src/SDCCast.c (decorateType): fixed bug #902362
7398         * doc/INSTALL.txt: fixed install instructions for win32
7399
7400 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7401
7402         * device/include/Makefile.in (install): fixed by replacing spaces
7403         by tabs
7404         * doc/README.txt,
7405         * doc/INSTALL.txt: updated for release
7406         * doc/sdccman.lyx: added warning for --xstack being buggy
7407
7408 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7409
7410         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7411         to eliminate build warnings.
7412         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7413
7414 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7415            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7416
7417         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7418         removed -penable-stack, added comment for stack pragma, added
7419         warning for not initializing the stack/frame registers, removed
7420         comment at interrupts section
7421
7422         Stack is made permanent, there is no ability to disable stack usage.
7423         * src/pic16/device.h,
7424         * src/pic16/device.c: removed all references to USE_STACK macro,
7425         * src/pic16/device.c (pic16_dump_section): when no elements in
7426         rlist, free rlist before return,
7427         * (pic16_dump_int_registers): NEW, internal registers are a new set
7428         of general purpose registers reused by each function,
7429         * (checkAddReg): returns 1 if registers is added to set,
7430         * (pic16_groupRegistersInSection): when a registers is of type
7431         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7432         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7433         SRCASECMP macro is moved here from device.c
7434         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7435         PO_PCLATU, PO_PRODL, PO_PRODH,
7436         * (pic16_pCodeOpType, genMinus,
7437         changed compares to "a" register, with AOP_ACC,
7438         * (pic16_genPlus): fixed some bugs and indented properly,
7439         * (pic16_addSign): changed size to size+offset in the MOVWF
7440         instruction,
7441         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7442         multiply 8-bit operand by literal, result is 8-bit,
7443         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7444         multiply 2 8-bit operand, result is 8-bit,
7445         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7446         genUMult8X*_16,
7447         * src/pic16/gen.c: changed accUse to contain WREG only,
7448         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7449         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7450         true, do not use immediate addressing any more unless sym is a
7451         pointer in codespace,
7452         * (aopForRemat): do not use immediate addressing when symbol not in
7453         codespace and when symbol's address is requested,
7454         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7455         accUse size (= 1),
7456         * (aopGet): added case for AOP_ACC and don't return "accumulator
7457         bug" but WREG instead,
7458         * (popGetTempReg): pushes contents of temporary register in stack,
7459         * (popReleaseTempReg): pops contents of temporary register from
7460         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7461         * (pic16_popGet): separated case AOP_ACC to return register WREG
7462         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7463         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7464         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7465         the use of immediate pointers to certain cases only.
7466
7467         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7468         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7469         * (assignResultValue, genCall, genRet): modified to use the new
7470         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7471         genPcall is still broken,
7472         * (genFunction): added code to create 'A' type pBlocks when
7473         interrupt functions are generated, code not extensively tested yet,
7474         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7475         * (genEndFunction): modified so ISRs pop stored registers from stack,
7476         * (genMultOneByte): cleanup,
7477         * (AccRsh): added flag andmask, to and result with appropriate mask,
7478         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7479         * (genDataPointerGet): fixed and reenabled its use,
7480         * (genNearDataPointerGet): bugs fixed,
7481         * (genDataPointerSet): bugs fixed,
7482         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7483         pic16_DumpSymbol, pic16_DumpOp,
7484         * src/pic16/genutils.h: function prototypes for the above functions,
7485         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7486         pointers,
7487         * (pic16emitRegularMap): many many many improvements, but needs a
7488         major cleanup,
7489         * src/pic16/main.c: enable_stack in pic16_options is removed,
7490         * (_pic16_parseOptions): removed command line options -penable-stack,
7491         * (_process_pragma): emit stack symbol only when stack pragma is
7492         processed,
7493         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7494         redirected to FSR0L/FSR0H pair,
7495         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7496         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7497         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7498         for immediates,
7499         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7500         * (dumpPicOptype): NEW,
7501         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7502         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7503         with movff instruction,
7504         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7505         added pic16_int_regs, some packRegsFor* functions are commented out,
7506         because produce errors,
7507         * src/pic16/NOTES: minor modifications
7508
7509 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7510
7511         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7512         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7513         --pack-iram.
7514         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7515         * as/mcs51/lkaomf51.c: fixed bug #895763
7516
7517 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7518
7519         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7520
7521 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7522
7523         * doc/sdccman.lyx: added details about the HC08 storage classes and
7524         interrupts, fixed the register usage info for z80 & gbz80
7525
7526 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7527
7528         * doc/sdccman.lyx: added more pic16 port documentation
7529         * device/include/pic16/: added header pic18fregs.h
7530
7531 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7532
7533         * doc/sdccman.lyx: added Vangelis' contribution
7534
7535 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7536
7537         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7538         extend to the next CALL or PCALL, not just to the next CALL.
7539
7540 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7541
7542         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7543
7544 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7545
7546         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7547         bug #895752 and a better fix for bug #716790
7548
7549 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7550
7551         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7552
7553 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7554
7555         * doc/sdccman.lyx: minor changes, minor changed
7556
7557 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7558
7559         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7560         which can't handle SDCC_NEWONEBYTEOPS,
7561         (geniCodeMultiply): removed conversion from mult to shift for pic14
7562         and pic16
7563
7564 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7565
7566         * src/hc08/gen.h,
7567         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7568         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7569         thus fixing bug #895406
7570
7571 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7572
7573         * device/lib/_modsint.c,
7574         * device/lib/_modslong.c: sign follows divisor only
7575         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7576         signs or signedness can be ignored
7577         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7578         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7579         added optimization for IFX,
7580         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7581         arguments;
7582         reenabled optimization for IFX, which was removed on 2004-01-11
7583         * src/SDCCast.h: added return type IFX
7584         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7585         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7586         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7587         SDCC_OLDONEBYTEOPS selects the old behaviour
7588         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7589         changed again and commented promotion rule
7590         * src/SDCCval.c (valDiv): promotion no longer necessary
7591         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7592         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7593         rewritten
7594         * support/regression/tests/onebyte.c: added
7595
7596 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7597
7598         * gen.c (genInline): reverted to old code for assemnling inline
7599         code because of bug reported James Chadd
7600
7601 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7602
7603         * ralloc.h: missing declarations from previous patch,
7604         seems that patch for ralloc.h was never applied, fixed
7605
7606 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7607            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7608
7609         * pcode.c,
7610         * pcode.h,
7611         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7612         indirect addressing. Marked FSR0 as deprecated
7613         * gen.c (pointerCode): commented out, not needed now
7614         (pic16_popGet2p): new MOVFF helper function
7615         (genGenPointerGet),
7616         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7617         (shiftRLong): removed duplicate debugging info
7618
7619 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7620
7621         * src/ds390/gen.c (genNearPointerGet),
7622         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7623         optimization with bits, but not bitfields.
7624         * src/ds390/ralloc.c (packRegisters),
7625         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7626
7627 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7628
7629         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7630
7631 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7632
7633         * src/SDCCsymt.h,
7634         * src/SDCCicode.c (operandFromSymbol),
7635         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7636         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7637         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7638         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7639         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7640         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7641         bug #892038
7642         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7643         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7644         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7645         * src/SDCCsymt.c (newSymbol),
7646         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7647         enumerator_list),
7648         * src/SDCCval.h,
7649         * src/SDCCval.c (newiList): fixed bug #885705
7650
7651 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7652
7653         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7654         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7655
7656 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7657
7658         * device/include/c8051f120.h,
7659         * device/include/c8051f300.h,
7660         * device/include/c8051f310.h: added/updated header files for Silicon
7661         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7662         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7663         in new section Submitting patches
7664
7665 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7666
7667         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7668         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7669         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7670         genGenPointerSet),
7671         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7672         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7673         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7674         genGenPointerSet),
7675         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7676         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7677         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7678         genGenPointerSet),
7679         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7680         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7681         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7682         genGenPointerSet): fixed bug #892400
7683         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7684         to eliminate build warnings.
7685         * src/SDCCast.c (processParms),
7686         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7687         fixed bug 751859
7688         * support/valdiag/valdiag.py: added GCC to the list of defines active
7689         when compiling with gcc
7690
7691 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7692
7693         * support/Util/SDCCerr.h,
7694         * support/Util/SDCCerr.c,
7695         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7696         with an incomplete type (fixed bug #883734)
7697         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7698
7699 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7700
7701         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7702
7703 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7704
7705         * src/SDCCast.c (decorateType),
7706         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7707         function pointer implementation
7708         * support/regression/tests/funptrs.c: added tests to verify both forms
7709         of function pointers work correctly. Added tests to verify parameters
7710         are passed in the correct order.
7711
7712 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7713
7714         * device.c (regCompare): registers are sorted by ascending
7715         address and increasing size,
7716         * main.c (_pic16_finaliseOptions): removed the declaration
7717         of compiler macro MCU. Now a macro of the format pic18fxxxx
7718         will be defined from the command line
7719
7720 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7721             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7722
7723         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7724         PCOP_RLCF was overwritten!
7725         * gen.c (genSkip): commented out calls to pic16_emitcode,
7726         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7727         * (genlshTwo),
7728         * (genRRC): added debugging info,
7729         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7730         overwritten while shifting,
7731         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7732         overwritten while shifting,
7733         * (AccLsh),
7734         * (AccRsh),
7735         * (shiftLLeftOrResult),
7736         * (shiftRLeftOrResult),
7737         * (shiftRLong),
7738         * (shiftLLong): Implemented with pic16_emitpcode
7739         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7740         * (genLeftShift): Fixed bug, operand for shift by variable always
7741         was "and"ed with 0x0f,
7742         * (genLeftShiftLiteral),
7743         * (genrshTwo),
7744         * (genRightShiftLiteral): added debugging info,
7745         * (genrshFour): added comment,
7746         * (genRightShift): determined signedness from operand "left"
7747         instead of "result"
7748
7749 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7750
7751         * src/SDCCicode.c (geniCodeParms),
7752         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7753         function pointers, fixed function pointer bugs #861242 and #861896
7754
7755 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7756
7757         * device/include/c8051f000.h,
7758         * device/include/c8051f120.h,
7759         * device/include/c8051f300.h: added header files for Silicon
7760         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7761
7762 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7763
7764         * src/SDCCast.c (processParams): added new type flow and restructured
7765         (gatherAutoInit): added new type flow
7766         (addCast): cosmetic changes
7767         (getLeftResultType): added new type flow for array indices, patch
7768         provided by Stas, see FR #877103
7769         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7770         array index patch by Stas
7771         * src/SDCCast.h: added prototype getResultTypeFromType()
7772         * src/SDCCval.h,
7773         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7774         * src/pic/glue.c (pic14emitStaticSeg),
7775         * src/pic16/glue.c (pic16emitStaticSeg),
7776         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7777         for initialization of symbols
7778         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7779         * support/Util/SDCCerr.h:
7780         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7781         * .version: bumped version number to 2.3.8
7782         * device/include/Makefile.in (install),
7783         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7784         avoid warnings
7785
7786 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7787
7788         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7789         Slade Rich fixed an optimization bug
7790         * src/pic/pcodepeep.c,
7791         * src/pic/pcoderegs.c
7792         * doc/Makefile (install): added test for directory
7793
7794 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7795
7796         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7797         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7798         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7799         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7800         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7801         * as/mcs51/asexpr.c (term),
7802         * as/hc08/asexpr.c (term): fixed bug #887146
7803
7804 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7805
7806         * src/z80/gen.c (genMult): handle single byte result product
7807         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7808         DUMMY_READ_VOLATILE (fixed bug #886367)
7809
7810 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7811
7812         * support/regression/tests/libmullong.c: fixed logic, on little endian
7813         hosts we ended without a mullong_wrapper()
7814
7815 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7816
7817         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7818         virus/worm forged address usage.
7819
7820 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7821
7822         Fixed promotion, it should be done on AST level:
7823         * src/SDCCast.c (addCast): added promotion to int
7824         (decorateType): updated call to upCast()
7825         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7826         usualUnaryConversions()
7827
7828 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7829
7830         * support/regression/tests/literalop.c (mulWrapper): Added a
7831         wrapper to remove integer overflow warnings.
7832
7833         * support/regression/tests/float_trans.c: Made work on host.
7834
7835         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7836         location of sz80.
7837
7838         * support/regression/generate-cases.py (main): Changed from inline
7839         to a main method.
7840
7841         * doc/Makefile (install): Changed to depth first to get rid of
7842         missing directory install warning.
7843
7844         * as/Makefile (install-doc): Made work on Mac.
7845
7846 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7847
7848         * src/SDCCast.c: added an additional type flow in decorateType() of
7849         opposite direction, see feature request #860006; it's enabled at runtime
7850         by setting the environment variable SDCC_NEWTYPEFLOW
7851         * src/SDCCast.h: changed prototype of decorateType()
7852         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7853         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7854         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7855         see feature request #877103
7856         * src/SDCCval.c: updated call of decorateType()
7857         (valBitwise): fixed bug #882876
7858         (valMinus): added promotion
7859         (valLogicAndOr): result is unsigned
7860         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7861         * src/SDCCsymt.c (computeType),
7862         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7863         must not cause an unsigned operation
7864         * src/pic/glue (pic14emitRegularMap),
7865         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7866
7867 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7868
7869         * src/pic/pcode.c (PCodeID): commented out left over debug code
7870
7871 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7872
7873         * support/valdiag/tests/overflow.c: added shift tests
7874         * src/pic/device.c,
7875         * src/pic/gen.c,
7876         * src/pic/gen.h,
7877         * src/pic/glue.c,
7878         * src/pic/main.c,
7879         * src/pic/pcode.c,
7880         * src/pic/pcode.h,
7881         * src/pic/pcodepeep.c,
7882         * src/pic/pcoderegs.c,
7883         * src/pic/ralloc.c,
7884         * src/pic/ralloc.h: applied patch from Slade Rich;
7885         added support for multiple code pages and multiple RAM banks on the
7886         PIC 14 port. The ASM files now no longer simply assume all the
7887         code / RAM are in the same page / bank. This means the linker can
7888         safely allocate code/RAM of separate ASM files to different pages/banks.
7889         * doc/sdccman.lyx: added Slade's tips
7890         * src/mcs51/peeph.def: fixed bug #880768
7891
7892 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7893
7894         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7895         * src/SDCCast.c (decorateType): fixed bug #880197
7896
7897 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7898
7899         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7900         getopt.h.
7901
7902         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7903         strtof is not part of C89 and isn't included with Mac OS X.
7904
7905 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7906
7907         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7908         shiftL2Left2Result): fixed bug #879326
7909         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7910         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7911         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7912         address fetch for clr instruction
7913         * device/lib/hc08/_mulint.c: created optimized assembly version
7914         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7915
7916 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7917
7918         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7919         proposed in FR #877103
7920
7921 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7922
7923         * src/SDCCval.c (cheapestVal): added missing checks
7924         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7925         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7926
7927 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7928
7929         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7930         equal operands
7931
7932 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7933
7934         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7935         loaded with the linker search paths (-L arguments) and the libraries
7936         to be linked with the current source (-l arguments). Changes
7937         currently will affect only the pic16 port.
7938         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7939         include path the port specific paths and port specific libraries,
7940         * gplink command now contains the $3 argument,
7941         * src/pic16/device.h,
7942         * src/pic16/device.c,: structure PIC_device is made public and
7943         renamed to PIC16_device, the same for variable Pics which is renamed
7944         to Pics16. Updated all references to them.
7945         * src/pic16/glue.c (pic16glue): corrected bug with code
7946         initialization which bypassed the variable initializations block.
7947
7948         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7949         COMPILE_FLAGS and added the --nostdinc option
7950
7951 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7952
7953         * device/include/mc68hc908jb8.h: Register defs for another member
7954         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7955
7956 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7957
7958         Documenting changes from previous commits.
7959         * configure.in (version 1.56),
7960         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7961         when generating output files to configure the pic16 library,
7962         but now I've commented it out, since gputils aren't installed in the
7963         SF compile farm, so library won't compile
7964
7965         * device/lib/Makefile.in (version 1.56): initially I've added in
7966         target 'all' the prerequestive 'model-pic16' so it compiled the
7967         pic16 library, but now I've commented it out for the same reasons
7968         above,
7969         * added targets 'model-pic16' and 'objects-pic16' to compile the
7970         library
7971         * added target 'port-specific-objects-pic16' to handle the
7972         generated libraries and copy them into the build/ directory
7973         * added target 'clean-intermediate-pic16' to clean intermediate
7974         files into pic16 directory
7975         * in target 'installdirs' added line to create directory pic16 in
7976         the installation path
7977
7978         * device/include/Makefile.in (version 1.11): in target 'install'
7979         added lines to copy all header files to installation path,
7980         * in target 'installdirs' added line create directory for pic16
7981         headers in the installation path
7982
7983 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7984
7985         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7986          a function call
7987
7988 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7989
7990         * configure,
7991         * device/lib/configure.in,
7992         * device/lib/configure: fixed for autoconf 2.57
7993
7994 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7995
7996         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7997         option so that it actually works. Made it specific to the z80, since
7998         the gbz80 doesn't have these kinds of I/O ports.
7999
8000 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8001
8002         * device/include/z180.h,
8003         * device/lib/_memcpy.c,
8004         * device/lib/_memmove.c,
8005         * device/lib/_mulint.c,
8006         * device/lib/ser_ir.c,
8007         * device/lib/ser_ir_cts_rts.c,
8008         * device/lib/_strcmp.c,
8009         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8010         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8011         portmode; added deprecation warning for bank= and protmode= forms.
8012         Also, guard against buffer overflow.
8013         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8014
8015 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8016
8017         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8018         changed interrupt vector table generation to only emit declared vectors.
8019         * device/include/Makefile.in: added missing backslash
8020         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8021
8022 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8023
8024         Mainly changes to support compilation of the device libraries
8025         * src/pic16/device.c: stack is allocated via symbol and not
8026         via literal number. The symbol is placed in the corresponding
8027         position of the data ram
8028         * (pic16_dump_section): relocatable and absolute uninitialized
8029         data are now emitted in sorted order to reduce section naming,
8030         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8031         weren't marked as being in the access bank,
8032
8033 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8034
8035         Added portion of GNU PIC Library under the directory
8036         device/include/pic16 and device/lib/pic16. These files
8037         contain the declarations of SFRs for the PIC18Fxx2 devices.
8038         The directory is initialized via configure from toplevel.
8039
8040 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8041
8042         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8043         the spilllocations to be compared correctly
8044
8045 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8046
8047         * src/SDCCast.c (decorateType): fixed bug introduced today
8048
8049 2004-01-12  Borut Razem <borut.razem AT siol.net>
8050
8051         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8052         doc/sdccman.lyx: upper case pragmas are deprecated
8053
8054 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8055
8056         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8057         in simpler and even better code
8058
8059 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8060
8061         * src/SDCCicode.c (operandOperation): fixed bug #874819
8062         * src/SDCCast.c (decorateType): fixed
8063         char foo (unsigned long ul) { return ul > 0; }
8064
8065 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8066
8067         * doc/sdccman.lyx: Moved and added some sections, small changes
8068         all over. Telling LaTeX to be less strict with word spacing
8069         to better keep the right margin. Changed some notes about
8070         maintainance of the ports in section 3.2.1 - is it OK like this?
8071
8072 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8073
8074         SDCC source changes:
8075         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8076         convilong): modified to inform the pic16 port that builtin functions
8077         are external
8078
8079         PIC16 PORT specific changes:
8080         * src/pic16/device.c pic16_dump_equates() added,
8081         processor registers declared internally by the port are emitted in
8082         the translation as equates,
8083         * src/pic16/gen.c: inline code is passed unprocessed to the
8084         translation,
8085         * (pic16_popGetLit2): fnuction modified to take second operand as
8086         pCodeOp pointer and not as literal,
8087         * (popRegFromIdx): prefixed with pic16_,
8088         * (pic16_popCombine2): modified to receive already allocated pCode
8089         operands,
8090         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8091         * (genFunction): initializes local stack frame and pushes on stack
8092         all the registers used by this function,
8093         * (genEndFunction): restores all registers from stack and restores
8094         stack frame,
8095         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8096         improvements,
8097         * (pic16glue): changed the program startup sequence,
8098         * added new dbName code 'A' for functions placed in absolute section
8099         * src/pic16/main.c: added function attribute _naked,
8100         * added pragma 'code' to place a fnuction at an absolute address,
8101         * added command line arguments --debug-ralloc and --pcode-verbose,
8102         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8103         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8104         * (pic16_newpCodeOpLit2): modified to take the second operand as
8105         pCodeOp pointer,
8106         * (pic16_printpBlock): modified to emit each function in a separate
8107         section,
8108         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8109         UPPER for immediate operands,
8110         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8111         instruction,
8112         * src/pic16/peeph.def: all peepholes with movff are commented out,
8113         because there is a problem in the pcode peep optimizer,
8114         * src/pic16/ralloc.c: the register allocator can now reuse local
8115         function symbols for another function. This saves register usage.
8116         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8117
8118         Added file src/pic16/NOTES with information about program writing on
8119         the current port version.
8120
8121 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8122
8123         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8124         and peephole 252 (array access)
8125
8126 2004-01-09  Borut Razem <borut.razem AT siol.net>
8127
8128         * src/SDCCmain.c : fixed #872250: -l command line defined library
8129           files are scanned before standard library files
8130
8131 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8132
8133         * src/SDCCast.c (decorateType): fixed bug #874046
8134
8135 2004-01-09  Borut Razem <borut.razem AT siol.net>
8136
8137         * support/scripts/sdcc.nsi: remove previous installation
8138
8139 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8140
8141         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8142         bytes for last interrupt vector (mcs51)
8143         * sdcc.spec: fixed typo
8144
8145 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8146
8147         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8148         gen51Code): more efficient parameter receive for --model-large
8149         ("bug" #845294)
8150
8151 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8152
8153         * src/ds390/main.c,
8154         * src/z80/main.c: added missed needLinkerScript flags (more than
8155         one port structure defined in these file)
8156         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8157         bug #795325
8158
8159 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8160
8161         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8162         * src/port.h: added flag needLinkerScript in port->linker
8163         structure to inform whether to create a .lnk file or not,
8164         * src/avr/main.c,
8165         * src/ds390/main.c,
8166         * src/hc08/main.c,
8167         * src/mcs51/main.c,
8168         * src/pic/main.c,
8169         * src/pic16/main.c,
8170         * src/xa51/main.c,
8171         * src/z80/main.c: changed appropriately to configure
8172         needLinkerScript flag
8173         * src/pic/gen.c,
8174         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8175         * src/pic/glue.c: added variable udata_section_name to
8176         override default uninitialized data segment definition for
8177         devices only with SHAREBANK memory (reported from Erik Epetrich)
8178         * (pic14emitOverlay): modified to emit a commented overlay segment
8179         directive when no overlay data exist
8180         * (picglue): modified to emit uninitialized data segment
8181         according to udata_section_name
8182         * src/pic/main.c (_pic14_parseOptions): added command line
8183         options --udata-section-name=[name] to override default
8184         udata definition name
8185         * modified _linkCmd and _asmCmd to include compiler passed
8186         arguments via -W option
8187         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8188         object file from '.rel' to '.o' in port->linker structure,
8189         changed size of fptr from 2 to 3 in port structure
8190
8191 2004-01-07  Borut Razem <borut.razem AT siol.net>
8192
8193         * support/scripts/sdcc.nsi: update PATH
8194         * support/scripts/sdcc.ico: craeted
8195
8196 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8197
8198         * device/include/Makefile.in: fix install
8199         * doc/Makefile: fix install
8200
8201 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8202
8203         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8204         in bug #860505
8205         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8206         how the function variable allocation summary is displayed; also
8207         include information about variables allocated to the overlay
8208         segment
8209
8210 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8211
8212         * as/mcs51/lkmain.c: Help about -Y option
8213         * as/mcs51/lkarea.c: Fixed gcc warnings
8214
8215 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8216
8217         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8218         fixed warning
8219         * support/valdiag/tests/overflow.c: added
8220         * src/SDCCast.c (decorateType),
8221         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8222         LEFT_OP (left shift)
8223
8224 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8225
8226         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8227         (default behaviour).
8228
8229 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8230
8231         A python script to validate compiler diagnostic messages. It can be
8232         used to verify that sdcc complains about bad c source code and
8233         gives a good location of the error.
8234         * support/valdiag/Makefile,
8235         * support/valdiag/valdiag.py,
8236         * support/valdiag/tests/*
8237
8238 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8239
8240         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8241         * src/SDCCsymt.c (newEnumType),
8242         * src/SDCCsymt.h
8243         * support/Util/SDCCerr.c,
8244         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8245         enum related bugs.
8246         * support/regression/tests/enum.c: added test for enum values that
8247         require at least 2 bytes of storage.
8248
8249 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8250
8251         * src/common.h: added ifndef/define/endif macros
8252         around the header file.
8253         Bug reported from Jesus Calvino-Fraga
8254
8255 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8256
8257         * sdcc.spec: updated
8258         * device/include/Makefile.in: don't install CVS directories
8259         * device/lib/Makefile.in: added removal of CVS directories after install
8260         * doc/Makefile: fixed install, added local_icons
8261         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8262         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8263         * src/ds390/gen.c (genRightShift): fixed bug #870788
8264         * src/SDCCast.c (decorateType): fixed bug #870781
8265
8266 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8267
8268         PIC16 port related changes:
8269         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8270         added variable stackPos,
8271
8272         * gen.c: genCall, assignResultValue: added support for
8273         pushing/retrieving function parameters to/from stack,
8274         genFunction,genEndFunction: setup stack frame for the
8275         generated function,
8276         genAddrOf: will be changed according to bug 863624
8277
8278         * added files genutils.c and genutils.h which contain gen*
8279         debugged and optimised functions extracted from gen.c
8280
8281         * glue.c: added variable 'externs' which holds extern symbols,
8282         pic16emitRegularMap: is modified to properly handle relocatable
8283          symbols under the new scheme,
8284         pic16createInterruptVect: is modified
8285         pic16printPublics: is modified to emit 'global' assembler directives,
8286         added pic16_printExterns to print extern symbols,
8287         pic16glue: initializes stack/frame pointer in the beginning of
8288         the assembly output. Temporary hack, will be corrected later,
8289         because gplink yet does not support stack and SDCC does not
8290         yet support a type of crt0.o object to create the final binary.
8291
8292         * Removed many lines that contain 8051 legacy code.
8293         * The code is finally placed under a 'code' directive.
8294         * Added port specific options.
8295
8296         * _process_pragma: simplified since now we do not need *special*
8297         include file to define SFR registers. But a separate header
8298         will be needed. This will be developed later.
8299         * _pic16_parseOptions: added, parses port specific options:
8300         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8301         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8302         --preplace-udata-with=
8303
8304         * _pic16_setDefaultOptions: modified to initialize section names,
8305         but hack is temporarly out of order since it needs improvement.
8306         * _pic16_genAssemblerPreamble: configuration words are emitted by
8307         their address instead of their name. This part is incomplete and
8308         supports only the 18Fxx2 devices. Other devices will emit an error
8309         during assembly since they do not contain the same set of config
8310         registers
8311         * _pic16_genIVT: is modified,
8312
8313         * pcode.c: added definitions for some hardware registers that are needed
8314         for stack support
8315         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8316         All PCI entries are updated. Now LFSR is supported.
8317         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8318         * added pic16_newpCodeOpLit2 to support instructions with
8319         two literal arguments
8320         * pic16_pCode2str: corrected code that emits assembler instructions
8321         with two literal operands and those that have an access bit modifier
8322         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8323         this fixes a bug which caused some labels to be lost, when an
8324         assembler directive was added, i.e. banksel,
8325         * pic16_FixRegisterBanking: improved logic that causes the insertion
8326         of bank switching,
8327         * InlineFunction: functions that are called once, are not any more
8328         inlined. This can be a port option in the future,
8329
8330         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8331
8332         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8333         hold the corresponding uninitialized symbols,
8334         * pic16_allocProcessorRegister: registers have explicit marked the
8335         accessBank field,
8336         * pic16_allocInternalRegister: registers are explicit marked as
8337         not used,
8338         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8339         processing list, so bit registers were lost,
8340         *
8341
8342         * ralloc.h: added field 'accessBank' and original symbol operand
8343         in register definition,
8344         * removed the field isMapped from register definition,
8345
8346         ** Several functions have been removed from various sources:
8347         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8348         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8349         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8350         pic16_assignRelocatableRegisters
8351
8352         ** others have been introduced:
8353         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8354         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8355
8356 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8357
8358         * support/scripts/inc2h.pl: changed definition of BIT_AT
8359         to emit 'sbit at' instead of 'bit at'. This was a request.
8360
8361         PIC16 port related preliminary changes:
8362         * gen.c: prefixed function popRegFromString with
8363         pic16_ and all references to it corrected
8364         * pcode.c: all pic16_pc_* hardware registers prefixed
8365         with underscore (_),
8366         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8367         * ralloc.c: newReg(): when register is REG_SFR then
8368         set address to rIdx,
8369         pic16_allocProcessorRegister(): marks register wasUsed=0
8370         pic16_writeUsedRegs(): added a call to assign processor
8371         registers via pic16_assignFixedRegisters
8372
8373 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8374
8375         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8376         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8377         variables in unused register banks.  Also the SSEG is placed
8378         wherever there is enough space for it, and IDATA can be anywhere
8379         in internal RAM.  For now compile using -Wl-Y[stack_size].
8380         The mem file is different for this option as well, since it
8381         makes no sense of talking about DSEG lenght.
8382
8383 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8384
8385         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8386         in certain cases, e.g. when ROM assignment, patch provided
8387         from Albert den Haan.
8388
8389 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8390
8391         Many signedness and type propagation fixes:
8392         * src/SDCCicode.c: made geniCodeCast() static
8393         replaced SPEC_ by IS_ (cosmetic)
8394         (operandOperation): fixed div and mod operation
8395         (usualBinaryConversions): added support for promotion of char
8396         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8397         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8398         (geniCodeAdd): an array index will stay unsigned, even if promoted
8399         from char to int
8400         (geniCodeArray): ditto
8401         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8402         * src/SDCCsymt.c (computeType): added more support for char;
8403         promotion of char is selectable by promoteCharToInt, fixed signedness
8404         for all cases
8405         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8406         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8407         * src/SDCCval (val*): replaced signedness calculation by
8408         computeType()
8409         rearranged if-branches (cosmetic)
8410         (valShift): added warning W_SHIFT_CHANGED
8411         (valCompare): fixed problem with different types
8412         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8413         * support/regression/tests/literalop.c: added many cases
8414         * support/regression/tests/ast_constant_folding.c: changed finally to
8415         'unsigned int'
8416         * .version: new year, new version: 2.3.7
8417         * src/SDCCmain.c (main): applied patch #866468
8418         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8419         provided by Scott Bronson
8420         * doc/sdccman.lyx: updated documentation for sdcdb
8421         updated and added chapter tips
8422
8423 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8424
8425         * src/SDCCsymt.h: missing from yesterday's commits
8426
8427 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8428
8429         * src/SDCC.y (struct_or_union_specifier),
8430         * support/Util/SDCCerr.c,
8431         * support/Util/SDCCerr.h: verify that struct & union tags are used
8432         as declared.
8433
8434 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8435
8436         * src/SDCCglobl.h: missing from yesterday's commits
8437
8438 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8439
8440         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8441         sft_attributes, struct_declaration, parameter_declaration,
8442         type_name, start_block, declaration_list),
8443         * src/SDCC.lex (check_type): support redefinition of typedef names
8444
8445 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8446
8447         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8448         aligned xdata arrays. Erik helped me with the if clause.
8449
8450 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8451
8452         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8453         warning
8454
8455 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8456
8457         * src/SDCCast.h,
8458         * src/SDCCast.c (newAst_),
8459         * src/SDCCicode.h,
8460         * src/SDCCicode.c (ast2iCode, newiCode),
8461         * src/SDCCglobl.h,
8462         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8463         expr, statement, expression_statement, selection_statement,
8464         iteration_statement, expr_opt, jump_statement): foundation for tracking
8465         sequence points
8466         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8467         point code too)
8468
8469 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8470
8471         * support/Util/SDCCerr.c,
8472         * src/SDCCast.h,
8473         * src/SDCCast.c (createCase, createDefault, decorateType),
8474         * src/SDCClabel.c (labelUnreach),
8475         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8476         to error messages.
8477         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8478         (with thanks to Stas Sergeev)
8479         * device/include/time.h,
8480         * device/lib/time.c (CheckTime): suppress unreachable code warning
8481
8482 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8483
8484         * src/SDCCast.c (createIvalCharPtr),
8485         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8486         bug #753752)
8487         * support/regression/tests/nullstring.c: tests for these two bugs
8488
8489 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8490
8491         * support/Util/SDCCerr.h,
8492         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8493         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8494         about storage class and 'at' used inside struct or union
8495         * src/SDCCBBlock.c (iCodeFromeBBlock),
8496         * src/SDCCcse.c (ifxOptimize),
8497         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8498         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8499         printIval, emitStaticSeg, emitOverlay),
8500         * src/SDCClabel.c (deleteIfx),
8501         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8502         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8503         gatherAutoInit, processParms),
8504         * support/Util/SDCCerr.h,
8505         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8506         reporting for post-parse errors.
8507
8508 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8509
8510         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8511         implicit casts via union; they don't work on big endian systems
8512         (possible fix for bug #861138)
8513
8514 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8515
8516         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8517         * src/mcs51/main.c: fixed the fix for bug #737001
8518
8519 2003-12-15  Borut Razem <borut.razem AT siol.net>
8520
8521         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8522
8523 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8524
8525         * support/makebin/makebin.c: put output in binary mode
8526
8527 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8528
8529         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8530         xdata and data memory on startup. Set the environment variable
8531         SDCC_NOGENRAMCLEAR to disable this.
8532         * src/mcs51/peephole.def,
8533         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8534         (allows non-interrupt and interrupt code to safely compete for a resource
8535         without the non-interrupt code having to disable interrupts)
8536
8537 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8538
8539         * src/SDCCicode.c (geniCodeAdd),
8540         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8541         with valFromType if type might be a pointer and host is big endian).
8542         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8543         types, not just integer types.
8544         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8545         multiply defined with mismatching "at" address.
8546
8547 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8548
8549         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8550         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8551         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8552         with embedded nulls (fixed bug #753752)
8553
8554 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8555
8556         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8557         Apparently this did not see much testing (endless loop)
8558
8559 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8560
8561         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8562
8563 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8564
8565         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8566         gracefully handle NULL memmap pointers
8567
8568 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8569
8570         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8571         instead of deleting the iCode when an operand is volatile
8572         * src/z80/gen.c (genDummyRead),
8573         * src/mcs51/gen.c (genDummyRead),
8574         * src/ds390/gen.c (genDummyRead),
8575         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8576         not just IC_RIGHT
8577         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8578         * src/SDCC.y: fixed bug #850420
8579
8580 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8581
8582         Applied z80 i/o port patch from Peter Townson and fixed some operators
8583         to better handle operands in A register.
8584         * device/include/z180.h
8585         * src/SDCC.y
8586         * src/SDCCglue.c
8587         * src/z80/gen.c
8588         * src/z80/gen.h
8589         * src/z80/main.c
8590         * src/z80/peeph-z80.def
8591         * src/z80/peeph.def
8592         * src/z80/z80.h
8593
8594 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8595
8596         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8597
8598 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8599
8600         * device/lib/hc08/_mullong.c: Removed extra #endif
8601
8602 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8603
8604         * sim/ucsim/hc08.src/inst.cc,
8605         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8606         carries from x to h
8607         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8608         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8609         * device/include/stdarg.h: fixed varargs for hc08
8610         * device/lib/Makefile.in,
8611         * device/lib/hc08/Makefile,
8612         * device/lib/hc08/_mulint.c,
8613         * device/lib/hc08/_mullong.c: fixed some endian problems
8614
8615 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8616
8617         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8618         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8619         * device/lib/_gptrget.c,
8620         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8621
8622 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8623
8624         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8625         * src/SDCCast.c (astErrors): fixed bug #846007
8626         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8627
8628 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8629
8630         * src/SDCCast.c (decorateType): disabled a transformation I added in
8631         revision 1.188 (access to fields of a structure at an absolute address);
8632         it breaks with bitfields, extern declarations, and gcse analysis.
8633         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8634         could be assigned through a pointer, so don't complain.
8635         * src/SDCCast.c (astErrors),
8636         * src/SDCCast.h,
8637         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8638
8639 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8640
8641         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8642         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8643         output of __config directives, since gpasm now supports them
8644         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8645         pre-processor macro, i.e. -DMCU=p18f452
8646         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8647         and modified to handle 'cast' icode similarly to '=' icode
8648         * src/pic16/device.h (typedef struct PIC_device): added field
8649         'extMIface' to indicate that chip has external memory interface
8650         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8651         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8652         18F8720
8653
8654 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8655
8656         * src/SDCC.y (pointer): fixed bug #846006
8657         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8658         * src/SDCCast.c (decorateType): fixed bug #846009
8659         * src/ds390/peeph.def,
8660         * src/ds390/gen.c (genAnd, genOr),
8661         * src/mcs51/peeph.def,
8662         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8663
8664 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8665
8666         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8667         * src/SDCCdflow.c
8668         * src/SDCCcse.c
8669         * src/SDCCcse.h
8670         * src/SDCCBBlock.h
8671         * src/SDCCBBlock.c
8672
8673 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8674
8675         fixed bug #845089
8676         * src/SDCCbitv.h,
8677         * src/SDCCbitv.c: added function to free a bitvector
8678         * src/SDCClrange.h,
8679         * src/SDCClrange.c: added function to recompute the liveranges
8680         * src/avr/ralloc.c,
8681         * src/ds390/ralloc.c,
8682         * src/hc08/ralloc.c,
8683         * src/mcs51/ralloc.c,
8684         * src/pic/ralloc.c,
8685         * src/pic16/ralloc.c,
8686         * src/xa51/ralloc.c,
8687         * src/z80/ralloc.c: recompute the liveranges after register packing
8688
8689 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8690
8691         * src/SDCCloop.c (newInduction): fixed bug #845630
8692
8693 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8694
8695         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8696         inadvertantly left behind from my 2003-11-12 change
8697
8698 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8699
8700         Updated headers I neglected to commit yesterday.
8701         * src/SDCClrange.h,
8702         * src/SDCCicode.h
8703
8704 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8705
8706         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8707         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8708         * src/SDCCopt.c (eBBlockFromiCode),
8709         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8710         the creation of the key hash table from the sequencing so it can be used
8711         earlier (for some GCSE bug fixes still pending)
8712
8713 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8714
8715         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8716         * support/regression/tests/addsub.c: testing genPlus shortcut
8717
8718 2003-11-15  Borut Razem <borut.razem AT siol.net>
8719
8720         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8721
8722 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8723
8724         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8725         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8726         ordering is immaterial.
8727         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8728
8729 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8730
8731         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8732         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8733         (SIGSEV) of bug #840381
8734         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8735         unlink new file before rename if new and old filenames are the same)
8736
8737 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8738
8739         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8740         uninitialized variables) for the mcs51. Set environment variable
8741         SDCC_GENRAMCLEAR to test.
8742         xdata initialization slightly shorter
8743
8744 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8745
8746         * src/SDCCsymt.h,
8747         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8748         #838241 & 780691 (basicly the same bug)
8749         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8750         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8751
8752 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8753
8754         * src/SDCCmain.c (linkEdit): "fix" #834252
8755
8756 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8757
8758         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8759         * src/SDCCast.h,
8760         * src/SDCC.y: fixed bug #819403
8761
8762 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8763
8764         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8765         the reentrant attribute.
8766         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8767         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8768         simulation
8769         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8770         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8771         erroneously reduced to a literal.
8772         * src/hc08/ralloc.c (packRegisters, rematStr),
8773         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8774         some cases
8775
8776 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8777
8778         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8779         * doc/sdccman.lyx: changed from 'article' to 'book'
8780         * doc/Makefile: readded test_suite_spec and cdbfileformat
8781
8782 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8783
8784         * device/include/stdlib.h: include malloc.h to comply with ANSI
8785         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8786
8787 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8788
8789         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8790         * doc/clean.mk: also remove *.out files
8791         * doc/sdccman.lyx: some additions, larger top/bottom margins
8792
8793 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8794
8795         * src/SDCC.y: fixed bug #837365
8796         * support/regression/tests/bitopcse.c
8797         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8798         a symbol (might be valop instead)
8799         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8800         * device/lib/clean.mk: added hc08 to the cleaning list
8801
8802 2003-11-04  Borut Razem <borut.razem AT siol.net>
8803
8804         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8805           made 2003-11-04
8806         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8807           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8808           malloc is declared in standard stdlib.h
8809
8810 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8811
8812         * device/lib/hc08/Makefile: need to clean .rel not .o files
8813         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8814
8815 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8816
8817         * src/port.h,
8818         * src/hc08/main.c,
8819         * src/mcs51/main.c,
8820         * src/ds390/main.c,
8821         * src/z80/main.c,
8822         * src/avr/main.c,
8823         * src/pic/main.c,
8824         * src/pic16/main.c,
8825         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8826         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8827         tests (which uses the port's oclsExpense function)
8828         * src/SDCC.y,
8829         * src/SDCCast.c,
8830         * src/SDCCicode.c,
8831         * src/hc08/gen.c,
8832         * src/ds390/gen.c,
8833         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8834
8835 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8836
8837         * src/SDCCcse.c (ifxOptimize),
8838         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8839         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8840         deleting the IFX iCode.
8841         * src/hc08/ralloc.c: reduced unneeded slocs
8842         * src/hc08/gen.c: fixed bug in asmopToBoolean
8843
8844 2003-11-04  Borut Razem <borut.razem AT siol.net>
8845
8846         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8847           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8848           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8849           transferred to configure
8850
8851 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8852
8853         Use headers defined in the C[++] standards:
8854         * sim/ucsim/gui.src/serio.src/fileio.cc
8855         * sim/ucsim/gui.src/serio.src/frontend.cc
8856         * sim/ucsim/gui.src/serio.src/main.cc
8857         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8858         * support/Util/NewAlloc.c
8859         * as/hc08/lklibr.c
8860         * as/mcs51/lklibr.c
8861         * as/z80/aslist.c
8862         * as/z80/assym.c
8863
8864 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8865
8866         * Added MSVC projects for hc08 assembler and linker:
8867         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8868         /as/hc08/link_hc08.dsp
8869
8870 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8871
8872         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8873
8874 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8875
8876         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8877
8878 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8879
8880         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8881
8882 2003-10-31  Borut Razem <borut.razem AT siol.net>
8883
8884         * support/cpp2/cpplib.h,
8885           support/cpp2/cpplib.c,
8886           support/cpp2/cpplex.c,
8887           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8888           to switch _asm block preprocessing on / off. Default is
8889           #pragma preproc_asm +
8890
8891 2003-10-31  Borut Razem <borut.razem AT siol.net>
8892
8893         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8894           when outputting comment blocks (when executed with -C option) and
8895           _asm (SDCPP specific) blocks
8896
8897 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8898
8899         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8900
8901 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8902
8903         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8904
8905 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8906
8907         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8908         * src/SDCCast.c (decorateType): fixed bug #832664
8909
8910 2003-10-31  Borut Razem <borut.razem AT siol.net>
8911
8912         * support/cpp2/cpplex.c: fixed for SDCPP:
8913           comments(when executed with -C option) and _asm blocks
8914           were included even if they where in skipped #if block.
8915           Applied solution from GCC cpp 3.3.2
8916
8917 2003-10-31  Borut Razem <borut.razem AT siol.net>
8918
8919         * src/SDCC.lex: sdcc now understands both formats:
8920           '# <line_number> <file_name>' and
8921           '#line <line_number> <file_name>'
8922         * support/cpp2/cppmain.c: sdcpp now generates the standard
8923           '# <line_number> <file_name>' instead of former
8924           '#line <line_number> <file_name>'
8925
8926 2003-10-30  Borut Razem <borut.razem AT siol.net>
8927
8928         * support/cpp2/cpphash.h,
8929         * support/cpp2/cpplib.h
8930         * support/cpp2/cpplex.c,
8931         * support/cpp2/cppmain.c,
8932         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8933
8934 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8935
8936         Fixed a number of problems revealed by bug #827883.
8937         * src/SDCCloop.c (loopInvariants): Spill location of the
8938         result operand should be recomputed if extracted from
8939         a loop. Also, don't extract assignments of an iTemp
8940         from a literal.
8941         * src/SDCCast.c (isConformingBody): loop reversal should
8942         not occur if the control variable is involved with a
8943         relational operator.
8944
8945 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8946
8947         * .version: bumped to 2.3.6 to reflect the big improvements
8948         made by Erik and Klaus. Thanks!
8949
8950 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8951
8952         Replaced the livrange code.
8953         * src/SDCClrange.c: added new LR code
8954         * src/SDCCloop.c,
8955         * src/SDCCBBlock.h: removed remainig parts from old LR code
8956         * src/ds390/ralloc.c,
8957         * src/ds390/gen.c: minor fixes to make it work with new code
8958
8959 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8960
8961         * as/hc08/asm.h,
8962         * as/hc08/lkrloc.c,
8963         * src/hc08/gen.c,
8964         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8965         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8966         (tweaked fix for bug #818696)
8967
8968 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8969
8970         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8971
8972 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8973
8974         * src/SDCCmain.c,
8975         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8976         * src/mcs51/gen.c (gencjneshort),
8977         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8978         more efficient (per Scott Bronson's suggestion)
8979
8980 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8981
8982         Extended the semantics of the critical keyword to include
8983         individual statements. See RFE #827755 and #799831
8984         * src/SDCC.y
8985         * src/SDCCicode.c
8986         * src/SDCCopt.c
8987         * src/SDCCast.c
8988         * support/Util/SDCCerr.c
8989         * support/Util/SDCCerr.h
8990         * src/mcs51/gen.c
8991         * src/ds390/gen.c
8992         * src/hc08/gen.c
8993
8994 2003-10-19  Borut Razem <borut.razem AT siol.net>
8995
8996         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8997
8998 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8999
9000         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9001         Fixed bug #818696
9002         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9003         and predecrement operand is displayed
9004
9005 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9006
9007         * src/SDCCval.c (valMinus): fixed bug #826041
9008
9009 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9010
9011         Some hc08 related updates that I missed earlier
9012         * sim/ucsim/stypes.h
9013         * support/regression/ports/hc08/spec.mk
9014
9015 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9016
9017         New target "hc08" for the Motorola 68hc08 family of micros
9018
9019         * configure
9020         * configure.in
9021         * Makefile
9022         * src/hc08/*
9023         * src/SDCCmain.c
9024         * src/port.h
9025         * sim/ucsim/hc08.src/*
9026         * sim/ucsim/configure.in
9027         * src/ucsim/configure
9028         * sim/ucsim/packages_in.mk
9029         * as/hc08/*
9030         * as/Makefile
9031         * device/include/mc68hc908qy.h
9032         * device/lib/hc08/*
9033         * device/lib/Makefile.in
9034         * support/regression/ports/hc08/*
9035         * support/regression/Makefile
9036
9037 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9038
9039         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9040         regression test
9041         * src/ds390/gen.c (genCast): fixed bug #821957
9042
9043 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9044
9045         * device/lib/logf.c: "fixed" overlay bug
9046         * support/regression/ports/host/spec.mk: added m library
9047         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9048         * support/regression/tests/float_trans: added (for Eric)
9049
9050 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9051
9052         * src/mcs51/gen.c (genCpl): fixed bug
9053         http://sf.net/mailarchive/message.php?msg_id=6263915
9054
9055 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9056
9057         * src/SDCCast.c (decorateType): added extended constant folding
9058         * src/SDCCsymt.c (computeType): cleanup
9059         * src/SDCCval.c (valShift): minor optimization
9060         * support/regression/tests/ast_constant_folding.c: added
9061
9062 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9063
9064         * src/SDCCmain.c: removed some unintended changes
9065
9066 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9067
9068         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9069         * src/z80/gen.c: fixed part of bug #817589
9070         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9071
9072 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9073
9074         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9075         * src/SDCCcflow.c
9076         * src/SDCCcse.c
9077         * src/SDCCdflow.c
9078         * src/SDCClabel.c
9079         * src/SDCClrange.c
9080         * src/SDCCmem.c
9081         * src/SDCCopt.c
9082         * src/SDCCpeeph.c
9083         * src/SDCCset.c
9084         * src/avr/ralloc.c
9085         * src/ds390/ralloc.c
9086         * src/izt/ralloc.c
9087         * src/mcs51/ralloc.c
9088         * src/pic/ralloc.c
9089         * src/pic16/ralloc.c
9090         * src/xa51/ralloc.c
9091         * src/z80/ralloc.c
9092         * src/z80/gen.c: removed unused label "release:"
9093
9094 2003-10-06  Borut Razem <borut.razem AT siol.net>
9095
9096         * src/SDCC.lex: removed definition of unused variables
9097           save_optimize and save_options
9098
9099 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9100
9101         * clean.mk: removed '=' in "-maxdepth=1"
9102         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9103         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9104
9105 2003-10-06  Borut Razem <borut.razem AT siol.net>
9106
9107         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9108           my_unput() replaced by unput()
9109
9110 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9111
9112         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9113         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9114         type-punned pointer will break strict-aliasing rules"
9115         Old LR behaviour is again default; Klaus' LR can be choosen by
9116         defining the environment variable LRKLAUS
9117         * src/SDCCBBlock.h
9118         * src/SDCCloop.c
9119         * src/SDCClrange.c
9120         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9121         * clean.mk: fixed removal of files in bin/CVS/
9122         * device/lib/clean.mk: fixed removal of directories small and large
9123         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9124         * src/SDCCicode.c,
9125         * src/SDCCval.c: removed superflous test for pedantic
9126
9127 2003-10-05  Borut Razem <borut.razem AT siol.net>
9128
9129         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9130           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9131           message "unmatched #pragma SAVE and #pragma RESTORE"
9132
9133 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9134
9135         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9136           assembly, critical functions, atomic, nojtbound)
9137
9138 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9139
9140         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9141         * src/SDCCBBlock.h
9142         * src/SDCCloop.c
9143         * src/SDCCloop.h
9144         * src/SDCClrange.c
9145
9146 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9147
9148         * src/z80/gen.h,
9149         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9150         * src/mcs51/gen.h
9151         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9152         * src/ds390/gen.h
9153         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9154         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9155         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9156
9157 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9158
9159         * src/z80/gen.c (genRet): fixed bug #524753
9160         * src/z80/gen.c (genCast): fixed internal error on cast from
9161         pointer to long
9162         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9163         fix for bug #477835 to the z80
9164         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9165         for tracking iCodes in the peephole optimizer for z80
9166
9167 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9168
9169         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9170         the other part of bug #814548
9171         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9172
9173 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9174
9175         * src/SDCCcse.c: fixed part of bug #814548
9176
9177 2003-09-28  Borut Razem <borut.razem AT siol.net>
9178
9179         * src/asm.c: rewrite of printILine() to use temporary file instead
9180           a pipe
9181         * src/xa51/main.c: commented out declaration of int rewinds
9182
9183 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9184
9185         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9186
9187 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9188
9189         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9190         * src/asm.c (printILine): Fixed bug #811015
9191
9192 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9193
9194         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9195         freeing.
9196
9197 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9198
9199         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9200         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9201         to correctly handle general case of AOP_PAIRPTR
9202         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9203
9204 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9205
9206         * src/mcs51/ralloc.c (fillGaps),
9207         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9208         register positioning bug)
9209
9210 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9211
9212         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9213
9214 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9215
9216         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9217         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9218         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9219         (ralloc doesn't intentionally do this now, but perhaps later)
9220         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9221         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9222         register positioning bugs (Fixed bug #762602 and #795325)
9223         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9224         (Fixed bug #808779)
9225         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9226         lines that --i-code-in-asm generates
9227
9228 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9229
9230         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9231         trying to fclose a FILE* that was already closed.
9232
9233 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9234
9235         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9236         of const struct should be treated as if const themselves)
9237
9238 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9239
9240         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9241
9242 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9243
9244         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9245         Unix (/n) and DOS (/r/n) line terminations.
9246
9247 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9248
9249         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9250         bug #613775
9251
9252 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9253
9254         * src/mcs51/gen.c (genFunction, genEndFunction),
9255         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9256         and restore of EA so that stack offsets to parameters are
9257         correct when using both critical and reentrant/stack-auto.
9258         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9259         size (can be triggered in error if sloc is shared between
9260         different sized objects)
9261         * device/include/float.h: fixed macros to explicitly use
9262         unsigned long where needed
9263
9264 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9265
9266         Feature req. 799831: added code to allow nesting of critical functions
9267         * src/mcs51/gen.c (genFunction, genEndFunction)
9268         * src/ds390/gen.c (genFunction, genEndFunction)
9269
9270 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9271
9272         * src/SDCCsymt.c (sclsFromPtr),
9273         * src/SDCCsymt.h,
9274         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9275         support for standard C idiom of memory mapped variables; for
9276         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9277         to xdata int at 0x1234 tempvar = 1.
9278         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9279         provided by Akiya ISHIDA
9280
9281 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9282
9283         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9284         * src/SDCCval.c (constVal): added reduction from int to char
9285         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9286         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9287         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9288         to ignore the sign
9289         * support/regression/tests/shifts.c: fixed
9290
9291 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9292
9293         * src/z80/gen.c (genXor): Fixed bug #805445
9294
9295 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9296
9297         Fixed bug #621531 (const & volatile confusion in the type chain).
9298         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9299         refer to the const or volatile state of the pointer itself.
9300
9301         * src/SDCCast.c
9302         * src/SDCCglue.c
9303         * src/SDCCicode.c
9304         * src/SDCCsymt.c
9305         * src/SDCCval.c
9306         * src/SDCC.y
9307         * src/SDCCsymt.h
9308         * src/pic/gen.c
9309         * src/pic/ralloc.c
9310         * src/pic16/gen.c
9311         * src/pic16/ralloc.c
9312         * support/regression/tests/const.c
9313
9314 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9315
9316         When checking for duplicated modules, use absolute paths
9317         instead of relative paths.  Files changed:
9318
9319         * as/mcs51/lklib.c
9320         * link/z80/lklib.c
9321
9322 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9323
9324         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9325
9326 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9327
9328         * device/include/string.h: added size_t typedef, changed
9329         prototypes to use size_t, eliminated separate reentrant and
9330         non-reentrant declarations, added _memmove declaration
9331         * device/lib/_memcpy.c: changed to use size_t instead of int,
9332         changed /4 to >>2 to avoid division library call
9333         * device/lib/_memcmp.c,
9334         * device/lib/_memset.c,
9335         * device/lib/_strncat.c,
9336         * device/lib/_strncpy.c,
9337         * device/lib/_strncmp.c: changed to use size_t instead of int
9338         * device/lib/_memmove.c: new file (fixed bug #772294)
9339         * device/lib/Makefile.in: added _memmove.c
9340         * device/lib/z80/asm_strings.s: fixed bug #772290
9341         * support/regression/tests/bitfields.c: attempt to fix host assertion
9342         failure on amd64-unknown-linux2.2
9343
9344 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9345
9346         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9347         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9348         * as/z80/asmain.c (main): fixed bug #801766
9349
9350 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9351
9352         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9353         compilers
9354
9355 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9356
9357         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9358         reported in bug #800609
9359
9360 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9361
9362         * Top header beautifications in src/pic16 directory:
9363           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9364           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9365           pcoderegs.h, ralloc.c, ralloc.h
9366         * main.c: added top header and GPL license notice
9367         * pcode.c: fixed the if-conditional warning
9368
9369 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9370
9371         * device/lib/_mullong.c: replaced int by short for gcc
9372
9373 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9374
9375         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9376         and JUMPTABLE iCodes properly now (worked by accident before)
9377         * src/mcs51/gen.c (leftRightUseAcc),
9378         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9379         iCode properly now. Use getSize instead of nRegs since a & b
9380         aren't part of the nRegs tally.
9381
9382 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9383
9384         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9385         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9386           before instructions that use the _STATUS register
9387
9388 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9389
9390         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9391         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9392         fetching of the pointer
9393         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9394         copied from genNearPointerSet()
9395         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9396         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9397         If they pop r0/r1 they must be called in the opposite order than aopOp().
9398         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9399         (resp. --stack-auto), prepared for --xstack
9400
9401 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9402
9403         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9404
9405 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9406
9407         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9408         these ports have their own __sdcc_external_start()
9409
9410 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9411
9412         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9413         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9414         type for bits was changed. It resulted in bit variables becoming
9415         global, which is not permitted in PIC 14 assembly output.
9416
9417 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9418
9419         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9420
9421 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9422
9423         Z80 and MCS51 linkers complaint if a public symbol is defined
9424         in more than one library module:
9425
9426         * as/mcs51/lklib.c
9427         * link/z80/lklib.c
9428         * as/mcs51/Makefile.in
9429
9430 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9431
9432         A few small changes that speed up the peephole optimizer.
9433
9434         * src/SDCCpeeph.c
9435
9436 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9437
9438         Try to make the peephole optimizer smarter by maintaining
9439         an association between the assembly source code and the
9440         iCodes that originated them. Put this information to use
9441         with a new peephole rule condition "notVolatile" so that
9442         the rules can be aggressive yet still safe.
9443
9444         * src/SDCCpeeph.c
9445         * src/SDCCpeeph.h
9446         * src/mcs51/gen.c
9447         * src/mcs51/peeph.def
9448
9449 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9450
9451         Fixed bug #741761
9452
9453         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9454         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9455         if the left or right operand symbols have the accuse flag set.
9456
9457 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9458
9459         Changed the type of the result of the ! (NOT) operator to char;
9460         previously it returned the same type as the source. This allows
9461         us to eliminate all the genFloatNot functions (all of its target
9462         implementations were very buggy) since !float can use the same
9463         code as !long now.
9464
9465         * src/SDCCicode.c (ast2iCode): ! returns char
9466         * src/mcs51/gen.c (genNot, genNotFloat),
9467         * src/ds390/gen.c (genNot, genNotFloat),
9468         * src/z80/gen.c (genNot, genNotFloat),
9469         * src/pic/gen.c (genNot, genNotFloat),
9470         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9471
9472 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9473
9474         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9475         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9476            during interrupts. Ensure WSAVE is located at a shared bank address.
9477         2. Fixed page selection in some places
9478         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9479            the registers name strings.
9480         4. Fixed "signed / unsigned compare" compiler warnings.
9481         5. The PIC port manages its own allocation of the general purpose
9482            registers, but makes no attempt to reuse them. As a result when
9483            compiling it soon runs out of general purpose registers. Some
9484            additional code was added to the files pcode.c and device.c to walk
9485            through the function call tree and rename the registers so that they
9486            get reused.
9487
9488         * src/pic/device.c
9489         * src/pic/gen.c
9490         * src/pic/glue.c
9491         * src/pic/pcode.c
9492         * src/pic/pcode.h
9493         * src/pic/ralloc.c
9494         * src/pic/ralloc.h
9495         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9496         genPlus() & genMinus() when the result is the same as left or right
9497
9498 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9499
9500         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9501
9502 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9503
9504         Made bitfield a distinct type from bit so that bitfields
9505         convert as per ANSI C and bits retain their traditional
9506         boolean style behaviour. Implemented bitfield support in
9507         the z80 port.
9508
9509         * src/SDCCsymt.h,
9510         * src/SDCCsymt.c,
9511         * src/SDCCast.c,
9512         * src/cdbFile.c,
9513         * src/mcs51/gen.c,
9514         * src/ds390/gen.c: bit v bitfield split
9515         * src/z80/gen.c: New support for bitfields
9516         * support/regression/tests/bitfields.c: reenabled z80,
9517         added more tests
9518
9519 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9520
9521         Rules 246.x, 247.x relate to bitfields, the others speed up
9522         access to xdata mapped I/O devices.
9523
9524         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9525
9526 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9527
9528         Cleaned up genPackBits and genUnpackBits and added two helper
9529         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9530         for literal assignments in genPackBits (thanks to Frieder for
9531         reminding me).
9532
9533         * src/mcs51/gen.c
9534         * src/ds390/gen.c
9535
9536 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9537
9538         Fixed bug #748310 (pointer to function type mishandled when the
9539         function name is omitted). Also fixed a SIGSEGV when a function
9540         attribute (reentrant, etc) is used on a non-function or on a
9541         function but misplaced before the parameter list.
9542
9543         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9544         bug #748310
9545         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9546         * support/Util/SDCCerr.h,
9547         * support/Util/SDCCerr.c: Added func attr misuse error msg
9548
9549 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9550
9551         Fixed bug #787649 by anonymous
9552         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9553         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9554
9555 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9556
9557         Fixed numerous bitfield problems.
9558
9559         * src/SDCC.y: More bitfield related error checking
9560         * src/SDCCsymt.h,
9561         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9562         * support/Util/SDCCerr.h,
9563         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9564         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9565         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9566         * support/regression/tests/bitfields.c: tests added
9567
9568 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9569
9570         Made the constant following the "interrupt" keyword optional. If
9571         omitted, the function will not automatically be given an entry
9572         in the interrupt vector table (similar to #pragma NOIV, but
9573         less syntacticly kludgy). The interrupt number is also now
9574         range checked. Also fixed a bug in the high order bit example
9575         in the manual.
9576
9577         * src/SDCC.y
9578         * src/SDCCmem.c
9579         * src/SDCCglue.c
9580         * src/SDCCsymt.h
9581         * support/Util/SDCCerr.c
9582         * support/Util/SDCCerr.h
9583         * doc/sdccman.lyx
9584
9585 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9586
9587         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9588         * src/SDCCicode.c (operandOperation): rewritten some ops
9589         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9590         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9591         other type
9592         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9593         be re-activated by defining REDUCE_LITERALS)
9594         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9595         unsigned, but are signed by default
9596         * src/SDCCval.c (constVal): rearranged
9597         * src/SDCCval.c (valMod): preliminary fix
9598         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9599         * support/regression/literalop.c: added, work in progress
9600
9601 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9602
9603         Generate warnings for useless declarations like "char data;"
9604         that don't do what new users expect.
9605
9606         * src/SDCC.y
9607         * support/Util/SDCCerr.h
9608         * support/Util/SDCCerr.c
9609
9610 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9611
9612         * src/SDCCval.c (valMult): fix overflow detection of negative int
9613
9614 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9615
9616         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9617
9618         Changes to support big endian targets:
9619
9620         * src/ports.h
9621         * src/SDCCglue.c
9622         * src/avr/main.c
9623         * src/ds390/main.c
9624         * src/izt/i186.c
9625         * src/mcs51/main.c
9626         * src/pic/main.c
9627         * src/pic16/main.c
9628         * src/xa51/main.c
9629         * src/z80/main.c
9630
9631 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9632
9633         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9634         * device/lib/time.c: fixed warning "integer overflow in expression"
9635
9636 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9637
9638         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9639         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9640         constants are unsigned; added recognition of "u" flag for unsigned
9641         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9642         * src/SDCCval.c (valDiv, valMod): fixed signdness
9643         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9644         signedness of modulo, left and right shift
9645         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9646         * support/Util/SDCCerr.h: added warning W_INT_OVL
9647         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9648         * src/SDCCast.c (ast_print): improved output of constants
9649
9650 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9651
9652         Fixed some warnings when building with MSVC:
9653
9654         * as/mcs51/asdata.c
9655         * as/z80/asdata.c
9656         * as/mcs51/asm.h
9657         * as/z80/asm.h
9658         * link/z80/aslink.h
9659         * link/z80/lkdata.c
9660         * link/z80/lkeval.c
9661         * link/z80/lkgb.c
9662         * link/z80/lkihx.c
9663         * link/z80/lks19.c
9664         * link/z80/lksym.c
9665         * support/cpp2/cpplib.c
9666         * src/ds390/gen.c
9667         * src/mcs51/gen.c
9668
9669 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9670
9671         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9672
9673 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9674
9675         * support/librarian/clean.mk: Do not remove Makefile.
9676         * support/librarian/Makefile: added.
9677
9678 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9679
9680         Added librarian to MSVC build:
9681         * all.dsp
9682         * sdcc.dsw
9683         * support/librarian/librarian.dsp
9684
9685         'configure' not needed for librarian, removed:
9686         * support/librarian/configure
9687         * support/librarian/configure.in
9688         * support/librarian/config_in.h
9689         * support/librarian/Makefile.in
9690
9691         Hopefully these ones built the librarian and the rest of sdcc properly:
9692         * Makefile
9693         * Makefile.common.in
9694
9695         Messed up 'configure', so revert to previous version:
9696         * configure
9697         * configure.in
9698
9699 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9700
9701         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9702         there, while the mantissa of a double is "only" 53 bits wide.
9703
9704 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9705
9706         Adding sdcclib to the build.  MSVC project coming soon.
9707         Files added/changed:
9708
9709         * support/librarian/clean.mk
9710         * support/librarian/configure
9711         * support/librarian/configure.in
9712         * support/librarian/config_in.h
9713         * support/librarian/Makefile.bcc
9714         * support/librarian/Makefile.in
9715         * support/librarian/sdcclib.c
9716         * Makefile.bcc
9717         * Makefile
9718         * Makefile.common.in
9719         * configure
9720         * configure.in
9721
9722 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9723
9724         Linker now complaints if linked modules have conflicting options, for
9725         example, one compiled using --model-large and another one compiled with
9726         --model-small.  The following files were modified:
9727
9728         * as/mcs51/asdata.c
9729         * as/mcs51/aslink.h
9730         * as/mcs51/asm.h
9731         * as/mcs51/asmain.c
9732         * as/mcs51/asout.c
9733         * as/mcs51/i51pst.c
9734         * as/mcs51/lkdata.c
9735         * as/mcs51/lklibr.c
9736         * as/mcs51/lkmain.c
9737         * as/z80/asdata.c
9738         * as/z80/asm.h
9739         * as/z80/asmain.c
9740         * as/z80/asout.c
9741         * as/z80/z80pst.c
9742         * link/z80/aslink.h
9743         * link/z80/lkdata.c
9744         * link/z80/lklibr.c
9745         * link/z80/lkmain.c
9746         * src/SDCCglue.c
9747
9748 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9749
9750         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9751         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9752
9753 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9754
9755         * src/z80/mappings.i: fix _mul[us][int,long] entries
9756
9757 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9758
9759         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9760
9761 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9762
9763         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9764         * support/regression/tests/bitopcse.c: added
9765         fixed warning:
9766         * src/avr/gen.c:
9767         * src/pic/gen.c:
9768         * src/pic16/gen.c:
9769         * src/z80/gen.c:
9770         * src/xa51/gen.c:
9771
9772 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9773
9774         added support for new library format to z80, gbz80 linkers:
9775         *link/z80/aslink.h
9776         *link/z80/lklex.c
9777         *link/z80/lklib.c
9778         *link/z80/lklist.c
9779
9780 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9781
9782         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9783         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9784
9785 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9786
9787         added DUMMY_READ_VOLATILE:
9788         * src/SDCC.y:
9789         * src/avr/gen.c:
9790         * src/xa51/gen.c:
9791         * src/z80/gen.c:
9792         * src/pic/gen.c:
9793         * src/pic16/gen.c:
9794         * src/mcs51/gen.c:
9795         * src/ds390/gen.c:
9796         * src/SDCCcse.c (algebraicOpts): many improvements
9797         * src/SDCCcse.h: removed algebraicOpts()
9798         * src/SDCCicode.c (picDummyRead): added
9799
9800 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9801
9802         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9803         "Insufficient space in data memory".
9804
9805 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9806
9807         * src/mcs51/gen.c: fixed bug #771358
9808         * src/z80/gen.c: fixed bug #759087
9809
9810 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9811
9812         * src/pic16/glue.c: minor cleanup by Vangelis
9813
9814 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9815
9816         * device/include/regc515c.h: fixed #758477
9817         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9818         * device/lib/_gptrput.c: saved a few bytes
9819         * my tab spacing is 8, yours too?)
9820         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9821         * device/lib/serial.c: process RX bytes earlier than TX bytes
9822         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9823
9824 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9825
9826         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9827
9828 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9829
9830     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9831
9832 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9833
9834         * device/lib/Makefile.in: bad fix, reverted to 1.43
9835
9836 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9837
9838         * device/lib/Makefile.in: added missing z80 object files
9839
9840 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9841
9842         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9843         pic16 progress by Vangelis:
9844         * src/SDCCglobl.h:
9845         * src/SDCCmain.c:
9846         * src/pic/Makefile:
9847         * src/pic:
9848         * pic/Makefile:
9849         * pic16/device.c:
9850         * pic16/device.h:
9851         * pic16/gen.c:
9852         * pic16/gen.h:
9853         * pic16/genarith.c:
9854         * pic16/glue.c:
9855         * pic16/main.c:
9856         * pic16/pcode.c:
9857         * pic16/pcode.h:
9858         * pic16/pcodepeep.c:
9859         * pic16/peeph.def:
9860
9861 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9862
9863     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9864
9865 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9866
9867     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9868     added gbz80 build to MSVC project.
9869     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9870     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9871     from 8051 stuff and setup so it links using a .lnk file.
9872
9873 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9874
9875     * support/librarian/sdcclib.c: sdcc librarian.
9876     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9877     with sdcclib.
9878
9879 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9880
9881     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9882
9883 2003-07-02  Borut Razem <borut.razem AT siol.net>
9884
9885         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9886         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9887         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9888         src/xa51/main.c, src/z80/main.c:
9889         virtualization of glue() function: each port has it's own glue function,
9890         which is accessed by do_glue function pointer in PORT.general structure
9891
9892 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9893
9894         * DS800C400 fun, improved ROM interface and tinibios.
9895
9896 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9897
9898         * More support for DS80C400. Now includes beginning of interface to ROM.
9899
9900 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9901
9902         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9903
9904 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9905
9906         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9907
9908 2003-06-19  Borut Razem <borut.razem AT siol.net>
9909
9910         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9911
9912 2003-06-19  Borut Razem <borut.razem AT siol.net>
9913
9914         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9915         fixed Z80 port - crt0.o: cannot open.
9916
9917 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9918
9919         * support/Util/MySystem.c (merge_command): revert bad fix
9920
9921 2003-06-18  Borut Razem <borut.razem AT siol.net>
9922
9923         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9924
9925 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9926
9927         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9928         option --use-stdout sends errors to stdout instead of stderr.
9929
9930 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9931
9932         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9933
9934 2003-06-15  Borut Razem <borut.razem AT siol.net>
9935
9936         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9937         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9938         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9939         fixed width array of pointers replaced with sets;
9940         multiple include and lib paths ared transferred to preprocessor and linker
9941         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9942         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9943         fixed width array of pointers
9944         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9945         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9946         fixupPath(), getPathDifference()
9947         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9948         fixed width array of pointers
9949
9950 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9951
9952         * src/pic16/ralloc.c: fix warnings
9953         * src/pic16/pcode.c: fix warning
9954
9955 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9956
9957          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9958         know all the details, but essentially this set of changes enable
9959         the pic16 port to generate movff instructions and generate assembler
9960         directives,
9961         * src/SDCCmain.c:
9962         * src/pic16/gen.c:
9963         * src/pic16/glue.c:
9964         * src/pic16/pcode.c:
9965         * src/pic16/device.c:
9966         * src/pic16/main.c:
9967         * src/pic16/pcode.h:
9968         * src/pic16/pcoderegs.c:
9969         * src/pic16/ralloc.c:
9970         * src/pic16/ralloc.h:
9971
9972 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9973
9974         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9975         added option --vc, so sdcc errors and warnings are compatible with
9976         Microsoft Visual Studio.
9977
9978 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9979
9980         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9981           device/lib/libfloat.lib: added atof function.
9982
9983 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9984
9985         * doc/sdccman.lyx: updated to Lyx 1.3
9986         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9987         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9988         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9989
9990 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9991
9992         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9993
9994 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9995
9996         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9997           additions to the "related tools/documentation" section
9998
9999 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10000
10001         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10002
10003 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10004
10005         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10006         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10007
10008 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10009
10010         * doc/sdccman.lyx: fix double dash and other minor things
10011         * doc/Makefile: fix double dash
10012
10013 2003-05-28  Karl Bongers(patches from Martin Helmling)
10014         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10015           condition and ignore commands.
10016
10017 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10018
10019         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10020           is in parts still quite out of date, I did changes as far as I felt makes sense
10021           for a non-native english speaker.
10022           Please feel free to add to the manual or to correct my changes.
10023         * doc/Makefile: undid touching the date of intermediate tex files.
10024
10025 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10026
10027         * doc/sdccman.lyx: Manual has an index now
10028
10029 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10030
10031         Finalize muluint/mulsint and mululong/mulslong merging:
10032         * device/lib/_mulint.c
10033         * device/lib/_mullong.c
10034         * device/lib/gbz80/mul.s
10035         * device/lib/gbz80/stubs.s
10036         * device/lib/z80/mul.s
10037         * device/lib/z80/stubs.s
10038         * src/SDCCsymt.c (initCSupport)
10039
10040 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10041
10042         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10043         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10044           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10045           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10046           instead of /Zm500.
10047
10048 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10049
10050         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10051           the regression tests I'm not brave enough to enable 245.b, 245.c
10052         * doc/sdccman.lyx: added latex preamble for hyperref package.
10053           Using pdflatex this will give you a hyperlinked pdf file with
10054           bookmarks. (prepend '%' before /usepackage if this breaks something)
10055
10056 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10057
10058          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10059
10060 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10061
10062         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10063
10064 2003-05-21    <johan AT balder>
10065
10066         * src/SDCCglue.c (printIval): fixed bug #739934
10067
10068 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10069
10070         Applied patch from bug 737905 (renamed yylineo to mylineno):
10071         * src/altlex.c
10072         * src/SDCCast.c
10073         * src/SDCglobl.h
10074         * src/SDCC.lex
10075         * src/SDCCsymt.c
10076         * src/SDCCval.c
10077         * src/pic16/pcode.c: Cleaned warnings
10078         * src/pic16/pcodeflow.c: Cleaned warnings
10079         * src/pic16/pcoderegs.c: Cleaned warnings
10080
10081 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10082
10083         * src/pic16/pcode.c: Cleaned warnings
10084         * src/pic16/pcodepeep.c: Cleaned warnings
10085         * src/pic16/ralloc.c: Cleaned warnings
10086
10087 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10088
10089         * doc/sdccman.lyx: fixed bug 739745
10090         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10091
10092 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10093
10094         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10095         it can be defined with CFLAGS when running configure
10096         * src/SDCCmain.c: fixed compiling + linking with object files
10097
10098 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10099
10100         * configure.in: configure for pic16 port,
10101             added --disable-pic16-port
10102         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10103         * src/SDCCmain.c: linkOptions is changed to set *,
10104             added if/endif conditional macros to remove options help
10105             messages from optionsTable when a port is not configured, added
10106             support for the PIc16 port in the ports table, when executing
10107             the compiler with no port specified on command line, a default
10108             port is selected with the new macro DEFAULT_PORT which is
10109             defined in port.h, in setDefaultOptions() linkOptions is removed
10110             from initialization assignment, since now it is a set,
10111             parseCmdLine uses setParseWithComma for linkOptions, in
10112             linkEdit() linkOptions are accessed with new function indexSet()
10113             which returns the i'th item of a set variable. See SDCCset.c, in
10114             linkEdit() when calling buildCmdLine(), added linkOptions as
10115             last argument. Now users can pass arguments to gplink via the
10116             -Wl option, main() uses pic16glue() to glue up pic16 programs
10117         * src/SDCCpeeph.c: various changes to support pic16
10118         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10119             return the i'th item of the set
10120         * src/SDCCset.h: added function prototype for indexSet()
10121         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10122         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10123         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10124             added macro DEFAULT_PORT
10125         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10126         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10127             generated
10128         * src/pic16/glue.c: commented out some error producing lines
10129         * src/pic16/main.c: __config directives are commented out to stop
10130             gpasm complaining and test the linkage with gplink, _linkCmd and
10131             _asmCmd changed to be more gplink and gpasm friendly
10132         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10133             produced an error when parsed, peep rule 12 is added to utilize
10134             movff, but it is commented out since the pCode does not support
10135             yet a command with 2 address arguments
10136
10137 2003-05-18    <johan AT balder>
10138
10139         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10140         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10141 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10142
10143         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10144   Added feature to script commands from file.
10145
10146 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10147
10148         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10149         * src/SDCCutil.c: include ctype.h for win32
10150
10151 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10152
10153         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10154
10155 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10156
10157         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10158   Fixed so you can set breakpoints prior to run, run does not stop
10159   on entry now.  Add tbreak.  Other enhancements and fixes for use
10160   with ddd.
10161
10162 2003-05-12  Borut Razem <borut.razem AT siol.net>
10163
10164         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10165
10166 2003-05-11  Borut Razem <borut.razem AT siol.net>
10167
10168         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10169         the path of bin directory, so that PATH is the only env. variable, which has to be set
10170         in case of standard installation.
10171         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10172         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10173         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10174
10175 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10176
10177         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10178         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10179         temp files are in the port dir; clean the gen/test directory when
10180         generating new test.c
10181         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10182         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10183         * support/regression/tests/zeropad.c: added
10184
10185 2003-05-09    <johan AT balder>
10186
10187         * src/SDCCglue.c: fixed bug #597940
10188
10189 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10190
10191         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10192   cache sfr, optimize next,step, fix off by one sourceline,
10193   support ddd list function.
10194         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10195
10196 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10197
10198         * support/regression/HTMLgen.py: added compare_s2f()
10199         * support/regression/Makefile: redo 1.27
10200         * support/regression/generate-cases.py: redo 1.5
10201
10202 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10203
10204         * support/regression/tests/float.c: workaround 33 bit hex constant
10205         * support/regression/tests/simplefloat.c: fix division for host
10206
10207 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10208
10209         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10210         that tame's the PIC's over-aggressive optimizer.
10211
10212 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10213
10214          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10215          support for MSVC.
10216
10217 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10218
10219         Initial support for DS80C400. "Hello world" runs on TINIm400
10220         (with polled I/O).
10221
10222 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10223
10224          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10225          * Some notes on ddd usage added in debugger/README
10226          Martin Helmling adding more features and fixes for ddd GUI debugger.
10227          Code added for nexti, stepi, up, down, and other adjustments.
10228
10229 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10230
10231         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10232         * src/pic/peeph.def Added two rules to optimize carry manipulation
10233         * src/pic/* removed debug printfs
10234
10235 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10236
10237         * debugger/mcs51/cmd.c: added header newalloc.h
10238
10239 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10240
10241         * as/Makefile: new EXEEXT
10242         * as/z80/Makefile: remove trailing slash of BUILDIR
10243         * as/z80/clean.mk: new EXEEXT
10244         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10245         * support/cpp2/Makefile.in: new EXEEXT
10246         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10247
10248 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10249
10250         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10251         EXEEXT was introduced to fix all related problems with targets
10252         "clean", "install" and "uninstall"; a couple of further flaws
10253         especially with "clean" have been fixed too
10254         * as/mcs51/Makefile.in
10255         * as/mcs51/clean.mk
10256         * as/z80/Makefile
10257         * Makefile
10258         * clean.mk
10259         * debugger/mcs51/Makefile.in
10260         * debugger/mcs51/clean.mk
10261         * link/z80/Makefile
10262         * link/z80/Makefile.in
10263         * link/z80/clean.mk
10264         * link/Makefile
10265         * packihx/Makefile.in
10266         * packihx/clean.mk
10267         * sim/ucsim/Makefile
10268         * sim/ucsim/clean.mk
10269         * sim/ucsim/avr.src/Makefile.in
10270         * sim/ucsim/avr.src/clean.mk
10271         * sim/ucsim/s51.src/Makefile.in
10272         * sim/ucsim/s51.src/clean.mk
10273         * sim/ucsim/xa.src/Makefile.in
10274         * sim/ucsim/xa.src/clean.mk
10275         * sim/ucsim/z80.src/Makefile.in
10276         * sim/ucsim/z80.src/clean.mk
10277         * sim/ucsim/main_in.mk
10278         * sim/ucsim/packages_in.mk
10279         * sim/ucsim/gui.src/Makefile.in
10280         * sim/ucsim/gui.src/serio.src/Makefile.in
10281         * sim/ucsim/gui.src/serio.src/clean.mk
10282         * src/Makefile.in
10283         * src/clean.mk
10284         * support/cpp2/Makefile.in
10285         * support/cpp2/clean.mk
10286         * support/makebin/Makefile
10287         * support/makebin/clean.mk
10288         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10289         * doc/sdccman.lyx: --program-suffix no longer needed
10290
10291 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10292
10293          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10294          Martin Helmling added support for ddd GUI debugger.
10295          Code added to display assembly, set variables, and other commands
10296          to interface to ddd.
10297
10298 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10299
10300         * as/Makefile: fix target clean
10301         * as/clean.mk: fix target clean
10302         * as/z80/clean.mk: fix target clean
10303
10304 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10305
10306         * Makefile.common.in: added  AT EXEEXT AT
10307         * configure.in: removed all mingw32 stuff
10308         * configure: rebuilt from configure.in
10309         * doc/sdccman.lyx: updated section "installation"
10310         * support/scripts/sdcc_mingw32: adapted to configure
10311         * support/scripts/sdcc_cygwin_mingw32: added
10312
10313 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10314
10315         * src/pic Added object file support for the PIC port
10316         * src/pic Applied patch from Craig Franklin (this started the object file support)
10317         * src/regression Updated the PIC regression tests for object files
10318
10319 2003-04-20  Borut Razem <borut.razem AT siol.net>
10320
10321         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10322           lklex.c: In function `getfid':
10323           lklex.c:203: warning: array subscript has type `char'
10324         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10325           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10326         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10327           stack handling macros
10328
10329 2003-04-19  Borut Razem <borut.razem AT siol.net>
10330
10331         * "handling space characters in file path" task:
10332         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10333         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10334         * support/Util/MySystem.h: make it self-sufficient
10335         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10336           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10337           handling space characters in file path
10338         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10339           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10340         * support/Util/MySystem.c: handling space characters in executable's path
10341
10342 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10343
10344         * as/z80/Makefile: fix permanent rebuild of z80
10345         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10346         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10347
10348 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10349
10350         * src/SDCCopt.c: add special case optimization to replace modulo by
10351           a power of two with a bitwise AND.
10352
10353 2003-04-18    <johan AT balder>
10354
10355         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10356
10357 2003-04-17    <johan AT balder>
10358
10359         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10360         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10361
10362 2003-04-13  Borut Razem <borut.razem AT siol.net>
10363
10364         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10365         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10366           fixed mingw problem in adl_NORMALIZE_PATH
10367
10368 2003-04-12  Borut Razem <borut.razem AT siol.net>
10369
10370         * fixed "#pragma SAVE/RESTORE can not be nested":
10371         * src/SDCC.lex: reworked pragma handling functions
10372         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10373         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10374
10375 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10376
10377         * src/SDCCutil.c (pathEquivalent): defined but not used
10378         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10379         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10380         * configure: rebuilt from configure.in
10381         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10382         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10383         * device/include/Makefile.in: replace sdcc_datadir
10384         * device/lib/Makefile.in: replace sdcc_datadir
10385         * Makefile.common.in: add LDFLAGS from configure
10386         * packihx/Makefile.in: use LDFLAGS
10387         * src/Makefile.in: use LDFLAGS
10388         * support/cpp2/Makefile.in: add LDFLAGS from configure
10389         * support/makebin/Makefile: use LDFLAGS
10390         * .version: bumped version number to 2.3.5
10391
10392 2003-04-12  Borut Razem <borut.razem AT siol.net>
10393
10394         * completed "different paths" task:
10395         * src/SDCCmacro.c: fixed bug in handling quotes
10396         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10397         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10398
10399 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10400
10401         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10402
10403 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10404
10405         * ds390/gen.c ds390/peeph.def: fix bug 706781
10406
10407 2003-04-11  Borut Razem <borut.razem AT siol.net>
10408
10409         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10410
10411 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10412
10413         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10414         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10415          set - this bit used to not be set...).
10416         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10417           bad code in PIC Port
10418         * src/regression/and2.c added to test bug 609268
10419         * src/regression/Makefile added and2.c to regression test
10420
10421
10422 2003-04-08    <johan AT CP255758-A>
10423
10424         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10425         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10426         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10427
10428 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10429
10430         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10431         fix bug #487815
10432         * support/cpp2/Makefile.in: fix bug #487815
10433         * configure: rebuilt from configure.in
10434         * Makefile.common.in: docdir changed, new path suffixes
10435         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10436         * sdcc_vc_in.h: reflect changes from sdccconf.h
10437         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10438         * src/SDCCutil.h: remove BINDIR hack
10439         * doc/sdccman.lyx: update new path hierarchy
10440
10441 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10442
10443         * src/SDCCpeeph.c: added okToRemoveSLOC test
10444
10445 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10446
10447         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10448
10449 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10450
10451         * src/SDCCpeeph.c: added labelIsReturnOnly test
10452         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10453
10454 2003-04-05    <johan AT balder>
10455
10456         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10457         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10458         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10459         * src/SDCCast.c: fixed a warning
10460         * src/SDCCast.h: fixed a warning
10461         * src/SDCCicode.c (operandFromAst): fixed a warning
10462
10463 2003-04-04    <johan AT balder>
10464
10465         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10466         * src/SDCCast.c (decorateType): fixed bug #715076
10467         * src/SDCC.y: fixed bug #702907
10468
10469 2003-04-03    <johan AT balder>
10470
10471         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10472         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10473         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10474         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10475         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10476
10477 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10478
10479         * _decdptr.c: fix return values
10480         * _gptrget.c: fix return values
10481         * _gptrgetc.c: fix return values
10482         * _gptrput.c: fix return values
10483         * _mulint.c: fix return values
10484         * as/z80/Makefile: fix 'make -j' problem
10485
10486 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10487
10488         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10489         * configure.in: big cleanup, updated to autoconf 2.5x
10490         * configure: rebuilt from configure.in
10491         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10492         * sdcc_vc_in.h: reflect changes from sdccconf.h
10493         * doc/Makefile: fixed a flaw in "make install"
10494
10495 2003-04-02    <johan AT balder>
10496
10497         * src/ds390/gen.c (genCmp): no comments
10498         * src/mcs51/gen.c (genCmp): no comments
10499         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10500         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10501
10502 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10503
10504         * support/regression/generate-cases.py: place generated file in given sub directory
10505         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10506         * support/regression/Makefile: improvements for 'make -j';
10507         side effect: it's simpler and faster now
10508
10509 2003-03-31  Borut Razem <borut.razem AT siol.net>
10510
10511         * src/z80/main.c: link-{port} and as-{port} defined without path
10512         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10513
10514 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10515
10516         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10517
10518 2003-03-30  Borut Razem <borut.razem AT siol.net>
10519
10520         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10521           changed type of list parameter to set
10522         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10523         * src/port.h: changed type of do_assemble() parameter to set
10524         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10525           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10526           definition of "cppoutfilename" macro with NULL value in preProcess()
10527         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10528         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10529         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10530           replaced with set *binPathSet
10531         * shash_add() deallocates the item, if allready exsists, before adding the new one
10532         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10533
10534 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10535
10536         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10537           a nested for loop bug in the PIC port
10538         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10539           for loops
10540
10541 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10542
10543         * support/Util/dbuf.h: remove C++ stuff to make it portable
10544
10545 2003-03-28  Borut Razem <borut.razem AT siol.net>
10546
10547         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10548           literal strings in stringLiteral()
10549         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10550         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10551           to the project
10552
10553 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10554
10555         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10556
10557 2003-03-26    <johan AT balder>
10558
10559         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10560         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10561         * src/SDCCast.c (decorateType): fixed " -v < 3"
10562
10563 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10564
10565         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10566         Added Lenny Story's debug infrastructure changes:
10567         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10568         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10569         * src/cdbFile.c: added
10570         * src/SDCCdebug.c: added
10571         * src/SDCCdebug.h: added
10572         * src/SDCCast.c (createFunction)
10573         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10574         * src/SDCCmain.c (parseCmdLine, main)
10575         * src/SDCCmem.c (redoStackOffsets)
10576         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10577         * src/SDCCsymt.h
10578         * src/common.h
10579         * src/avr/gen.c (genAVRCode)
10580         * src/ds390/gen.c (gen390Code)
10581         * src/mcs51/gen.c (gen51Code)
10582         * src/pic/gen.c (genpic14Code)
10583         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10584         * src/xa51/gen.c (genXA51Code)
10585         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10586
10587 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10588
10589         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10590         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10591
10592 2003-03-22    <johan AT balder>
10593
10594         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10595
10596 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10597
10598         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10599         * doc/cdbfileformat.lyx: added, written by Lenny Story
10600         * doc/Makefile: added cdbfileformat.lyx
10601         * doc/clean.mk: added cdbfileformat.lyx
10602
10603 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10604
10605         * src/mcs51/peeph.def: fix bug #705773
10606
10607 2003-03-20    <johan AT balder>
10608
10609         An sfr/sbit can have an "at #" AND an initializer
10610         * src/SDCCsymt.c (checkSClass):
10611         * src/SDCCmem.c (allocGlobal):
10612         * src/SDCCmem.c (allocLocal):
10613         * src/SDCCast.c (createBlock):
10614
10615 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10616
10617         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10618
10619 2003-03-16    <johan AT balder>
10620
10621         Undid the hackup of const and volatile, the problem is much bigger
10622         * src/SDCC.y:1.65
10623         * src/SDCCast.c:1.171
10624         * src/SDCCglue.c:1.138
10625         * src/SDCCicode.c:1.146
10626         * src/SDCCsymt.c:1.150
10627         * src/SDCCval.c:1.65
10628
10629 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10630
10631         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10632         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10633
10634 2003-03-13    <johan AT balder>
10635
10636         Hackup const and volatile modifiers in type chains a bit:
10637         * src/SDCC.y:1.63
10638         * src/SDCCast.c:1.169
10639         * src/SDCCglue.c:1.136
10640         * src/SDCCicode.c:1.143
10641         * src/SDCCsymt.c1.146
10642         * src/SDCCsymt.h1.59
10643         * src/SDCCval.c:1.63
10644
10645 2003-03-12    <johan AT balder>
10646
10647         * src/SDCCBBlock.h: more LRH debugging junk
10648         * src/SDCCcflow.h: more LRH debugging junk
10649         * src/SDCCloop.c: more LRH debugging junk
10650         * src/SDCC.y (struct_declaration): fixed bug #697590
10651         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10652         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10653         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10654
10655 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10656         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10657         test function names must now match exactly).
10658         * src/SDCCcse.c: added special case in findCheaperOp to allow
10659         extending a short integer. Makes less awful code for bug 700121 test case.
10660
10661 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10662
10663         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10664         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10665
10666 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10667
10668         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10669         actually called (operandsNotEqual() was called for all
10670         operandsNotEqualX tests).
10671
10672 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10673
10674         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10675         with shorter literals. Fixes bug 700121.
10676
10677 2003-03-11    <johan AT balder>
10678
10679         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10680
10681 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10682
10683         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10684         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10685
10686 2003-03-10  Borut Razem <borut.razem AT siol.net>
10687
10688         * src/SDCCmain.c: pipe preprocessor's output
10689         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10690         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10691         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10692         which closes all pipes in pipeSet set
10693         * src/SDCCset.c: free deleted item in function deleteSetItem()
10694         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10695         moved from z80 to src subproject
10696         * .version: increased version number to 2.3.4
10697
10698 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10699
10700         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10701         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10702         * support/regression/ports/xa51/spec.mk: fix typo
10703
10704 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10705
10706         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10707
10708 2003-03-09  Borut Razem <borut.razem AT siol.net>
10709
10710         * src/SDCCmain.c: pipe preprocessor's output
10711         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10712         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10713         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10714         which closes all pipes in pipeSet set
10715         * src/SDCCset.c: free deleted item in function deleteSetItem()
10716         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10717         moved from z80 to src subproject
10718
10719 2003-03-09  Borut Razem <borut.razem AT siol.net>
10720
10721         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10722         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10723         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10724         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10725         * src/SDCCglobl.h: unification of WIN32 native definitions
10726
10727 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10728
10729         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10730
10731 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10732
10733         * src/configure.in:   check for endianess (even while cross-compiling)
10734         * src/configure:      check for endianess (even while cross-compiling)
10735         * src/configure_in.h: check for endianess (even while cross-compiling)
10736         * src/avr/gen.c:        remove old endianess stuff
10737         * src/mcs51/gen.c:      remove old endianess stuff
10738         * src/ds390/gen.c:      remove old endianess stuff
10739         * src/pic/gen.c:        remove old endianess stuff
10740         * src/pic/genarith.c:   remove old endianess stuff
10741         * src/pic/glue.c:       fix endianess check
10742         * src/pic16/gen.c:      remove old endianess stuff
10743         * src/pic16/genarith.c: remove old endianess stuff
10744         * src/pic16/glue.c:     fix endianess check
10745         * src/xa51/gen.c:       remove old endianess stuff
10746         * src/z80/gen.c:        fix endianess check
10747         * src/SDCCglue.c:       fix endianess check
10748         * src/ds390/peeph.def: fix bug 700036
10749
10750 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10751
10752         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10753         * src/configure: find appropriate data-types on host for SDCC's int and long
10754         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10755         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10756         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10757
10758 2003-03-07    <johan AT balder>
10759
10760         Just a big NOOP:
10761                 some minor cleanups before the big shot
10762                 OP_DEFS and OP_USES now use Kevin's protection
10763                 new option --nolabelopt
10764
10765         * src/SDCCBBlock.c:
10766         * src/SDCCast.c,:
10767         * src/SDCCcflow.c:
10768         * src/SDCCcse.c:
10769         * src/SDCCicode.c:
10770         * src/SDCCicode.h:
10771         * src/SDCClabel.c:
10772         * src/SDCCloop.c:
10773         * src/SDCCmain.c:
10774         * src/ds390/ralloc.c:
10775         * src/mcs51/ralloc.c:
10776         * src/pic/ralloc.c:
10777         * src/xa51/ralloc.c:
10778         * src/z80/ralloc.c:
10779
10780 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10781
10782         * src/pic/pcode.c (get_op): fix 64 bit warnings
10783         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10784         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10785         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10786         * support/regression/tests/malloc.c: fix 64 bit warnings
10787
10788 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10789
10790         * src/mcs51/gen.c (genMinus): fixed bug 696436
10791
10792 2003-03-02  Borut Razem <borut.razem AT siol.net>
10793
10794         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10795
10796 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10797
10798         * configure.in: test for mkstemp
10799         * sdccconf_in.h: add HAVE_MKSTEMP
10800
10801 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10802
10803         * device/include/ctype.h: removed warning while using --stack-auto
10804         * device/include/malloc.h: removed warning while using --stack-auto
10805         * device/include/string.h: removed warning while using --stack-auto
10806
10807 2003-02-23  Borut Razem <borut.razem AT siol.net>
10808
10809         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10810         because NDEBUG is defined (see man assert)
10811         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10812
10813 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10814
10815         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10816         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10817
10818 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10819
10820         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10821         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10822
10823 2003-02-18    <johan AT balder>
10824
10825         * as/mcs51/asmain.c (asmbl): module can start with a digit
10826         * as/z80/asmain.c (asmbl): module can start with a digit
10827
10828 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10829
10830         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10831         * src/asm.c: fix pipe() for Mingw32
10832
10833 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10834
10835         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10836         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10837         make -V work again; --c1mode reads now from stdin
10838         * doc/sdccman.lyx: added --c1mode
10839         * support/Util/SDCCerr.c: new messages for c1 mode
10840         * support/Util/SDCCerr.h: new messages for c1 mode
10841         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10842
10843 2003-02-15    <johan AT balder>
10844
10845         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10846
10847 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10848
10849         * doc/sdccman.lyx: Environment variables, -o and other minor things
10850
10851 2003-02-14    <johan AT balder>
10852
10853         * src/xa51/main.c: before anyone really tries to use it :)
10854
10855         * Install doc's in share/sdcc/doc
10856         * removed some obsolete files
10857         * Do a proper make distclean and uninstall
10858         M Makefile.common.in
10859         R sdccbuild.sh
10860         M as/Makefile
10861         M device/include/Makefile.in
10862         M device/lib/Makefile.in
10863         M doc/sdccman.lyx
10864         M link/Makefile
10865         M sim/ucsim/doc/Makefile.in
10866         M src/clean.mk
10867         R src/avr/peeph.rul
10868         R src/xa51/peeph.rul
10869         M support/cpp2/Makefile.in
10870         M support/makebin/Makefile
10871
10872
10873 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10874
10875         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10876
10877 2003-02-10  Borut Razem <borut.razem AT siol.net>
10878
10879         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10880         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10881         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10882         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10883         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10884         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10885         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10886         src/z80/Makefile.bcc: Borland Makefile cleanup
10887         * as/z80/Makefile.bcc: Added Borland Makefile
10888         * support/cpp2/borland.h: Removed
10889
10890 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10891
10892         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10893         * src/SDCC.lex: new pragma NOIV
10894         * src/SDCCglobl.h: new pragma NOIV
10895         * src/SDCCmem.c: new pragma NOIV
10896
10897 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10898
10899         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10900
10901 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10902
10903         * src/SDCCmain.c: signal handling is switched off by --debug
10904         * doc/Makefile: small fix for install; use clean.mk again
10905         * doc/clean.mk: clean *.pdf and *.html too
10906
10907 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10908
10909         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10910         * device/lib/printfl.c: fix a ds390 bug by making it portable
10911         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10912         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10913         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10914         * debugger/mcs51/cmd.c: converted multi-line string literals
10915         * sim/ucsim/globals.cc: converted multi-line string literals
10916         * src/SDCCmain.c: introduced signal handler to remove temp files
10917         * doc/Makefile: small tweaks, implement clean
10918         * doc: removed generated files
10919
10920 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10921
10922         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10923         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10924         Address Record is not correctly generated for DS390."
10925
10926 2003-02-02  Borut Razem <borut.razem AT siol.net>
10927
10928         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10929         * as/mcs51/asm.h: fixed compilation with Borland C
10930         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10931         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10932         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10933         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10934         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10935         src/z80/Makefile.bcc: delete $(LIB) only if exist
10936         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10937
10938 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10939
10940         * device/include/malloc.h: introduced NULL
10941         * device/include/string.h: introduced NULL
10942         * device/include/stdlib.h: introduced NULL
10943         * device/lib/_memcpy.c: removed NULL
10944         * device/lib/_strcat.c: removed NULL
10945         * device/lib/_strchr.c: removed NULL
10946         * device/lib/_strcmp.c: removed NULL
10947         * device/lib/_strcpy.c: removed NULL
10948         * device/lib/_strcspn.c: removed NULL
10949         * device/lib/_strlen.c: removed NULL
10950         * device/lib/_strncat.c: removed NULL
10951         * device/lib/_strncmp.c: removed NULL
10952         * device/lib/_strncpy.c: removed NULL
10953         * device/lib/_strpbrk.c: removed NULL
10954         * device/lib/_strrchr.c: removed NULL
10955         * device/lib/_strspn.c: removed NULL
10956         * device/lib/_strstr.c: removed NULL
10957         * device/lib/_strtok.c: removed NULL
10958         * device/lib/malloc.c: removed NULL, include own header
10959
10960 2003-02-02    <johan AT balder>
10961
10962         * 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
10963         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10964         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10965         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10966         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10967         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10968
10969 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10970
10971         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10972         area 'DATA'"
10973
10974 2003-02-01    <johan AT balder>
10975
10976         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10977
10978 2003-01-31    <johan AT CP255758-A>
10979
10980         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10981
10982 2003-01-30    <johan AT balder>
10983
10984         * src/SDCCBBlock.c: automatic bug detection
10985         * src/SDCCicode.c: automatic bug detection
10986
10987 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10988
10989         * src/SDCCglobl.h:   now --xram-size 0 works
10990         * src/SDCCmain.c:    now --xram-size 0 works
10991
10992 2003-01-29    <johan AT balder>
10993
10994         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10995
10996 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10997
10998         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10999         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11000         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11001         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11002         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11003         * src/SDCCmain.c:    Added options --xram-size and --code-size
11004
11005 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11006
11007         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11008         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11009
11010 2003-01-27    <johan AT balder>
11011
11012         * src/SDCC.y: fixed bug #613764
11013
11014 2003-01-26    <johan AT balder>
11015
11016         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11017         * src/SDCCsymt.h: fixed bug #673374
11018         * src/SDCCglue.c: fixed bug #661910
11019         * src/SDCCast.c: fixed bug #458099 and 673374
11020
11021 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11022
11023         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11024         * as/mcs51/strcmpi.h: added
11025         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11026         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11027         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11028         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11029         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11030         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11031         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11032         * as/mcs51/Makefile.aslink: new module strcmpi
11033         * as/mcs51/Makefile.asx8051: new module strcmpi
11034         * as/mcs51/Makefil.bcc: new module strcmpi
11035         * as/mcs51/Makefile.in: new module strcmpi
11036         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11037
11038 2003-01-26    <johan AT balder>
11039
11040         * src/SDCCglue.c: reverted back to 1.124
11041         * src/SDCCast.c: reverted back to 1.156
11042         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11043
11044 2003-01-25    <johan AT balder>
11045
11046         * src/SDCCglue.c: A better fix for bug #661910
11047         * src/SDCCast.c: A better fix for bug #661910
11048         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11049
11050 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11051
11052         * src/Makefile.in: remove spawn.o
11053         * src/SDCCmain.c: remove spawn.h
11054         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11055         * src/spawn.c: removed
11056         * src/spawn.h: removed
11057         * support/regression/ports/ds390/spec.mk: link with -r
11058
11059 2003-01-24    <johan AT CP255758-A>
11060
11061         * src/ds390/gen.c (aopOp): fixed bug #667458
11062         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11063         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11064         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11065
11066 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11067
11068         * src/mcs51/peeph.def: better assembler identation by Frieder
11069         * src/mcs51/gen.c: better assembler identation by Frieder
11070
11071 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11072
11073         * as/z80/string.h: removed for gcc 3.2
11074         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11075         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11076
11077 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11078
11079         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11080         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11081         * support/regression/Makefile: separate temp files for ports
11082         * support/regression/generate-cases.py: separate temp files for ports
11083         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11084         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11085
11086 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11087
11088         * moved tinitalk to device/examples/ds390
11089
11090 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11091
11092         * as/mcs51/lkmem.c: rflag is for DS390
11093         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11094         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11095                          (linkEdit): move mem- and map-files the same way as ihx-files
11096         * src/z80/main.c (_setDefaultOptions): removed --generic
11097         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11098         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11099         * src/pic/glue.c (picglue): --c1mode works again
11100         * src/pic16/glue.c (pic16glue): --c1mode works again
11101         * src/asm.c (printCLine): fix #660034
11102
11103 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11104
11105         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11106         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11107         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11108         * as/mcs51/lkmem (summary): better fix for sp problem
11109         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11110         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11111         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11112                                               remove --stack-after-data
11113
11114 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11115
11116         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11117         * src/SDCCutil.c (join): ugly bug: missing '\0'
11118         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11119
11120 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11121
11122         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11123         * src/port.h: typo
11124         * src/pic/main.c (_asmCmd): gpasm supports -o
11125         * src/z80/main.c: more general macros
11126         * device/lib/Makefile.in: remove intermediate files
11127
11128 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11129
11130         * .version: Bumped version number to 2.3.3
11131         * src/SDCCBBlock.c: new option -o
11132         * src/SDCCglobl.h: new option -o
11133         * src/SDCCglue.c: new option -o
11134         * src/SDCCmain.c: new option -o
11135         * src/asm.c: new option -o
11136         * src/ds390/main.c: new option -o
11137         * src/pic/glue.c: new option -o
11138         * src/pic/pcode.c: new option -o
11139         * src/pic/ralloc.c: new option -o
11140         * src/pic16/glue.c: new option -o
11141         * src/pic16/pcode.c: new option -o
11142         * src/pic16/ralloc.c: new option -o
11143         * src/z80/main.c: new option -o
11144         * device/lib/Makefile.in: use -o
11145         * support/regression/ports/ds390/spec.mk: use -o
11146         * support/regression/ports/gbz80/spec.mk: use -o
11147         * support/regression/ports/mcs51/spec.mk: use -o
11148         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11149         * support/regression/ports/z80/spec.mk: use -o
11150         * support/regression/ports/ucz80/spec.mk: use -o
11151         * support/regression/ports/xa51/spec.mk: use -o
11152         * support/regression/fwk/lib/timeout.c: fix usage string
11153
11154 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11155         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11156
11157 2003-01-07    <johan AT balder>
11158
11159         * src/SDCCast.c (decorateType): fixed bug #600035
11160
11161 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11162         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11163         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11164         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11165         * src/pic/pcode.c: outcommented unused variable to remove warnings
11166         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11167
11168 2003-01-06    <karl AT turbobit.com>
11169         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11170    regression tests.
11171
11172 2003-01-06    <johan AT balder>
11173
11174         * src/SDCCicode.c: fixed array add
11175
11176 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11177         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11178         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11179
11180 2003-01-04    <johan AT balder>
11181
11182         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11183
11184 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11185         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11186
11187 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11188         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11189         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11190
11191 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11192         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11193
11194 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11195         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11196
11197 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11198         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11199
11200 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11201
11202     * in /sdcc/as/mcs51/ changed these files in order to create an
11203     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11204     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11205     following files to include the previous two files: aslink.dsp,
11206     Makefile.aslink, Makefile.bcc, and Makefile.in.
11207
11208     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11209     .adb instead of .cdb
11210
11211 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11212
11213         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11214         value from option --iram-size.
11215
11216 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11217
11218         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11219         dram[] array.
11220
11221 2002-09-18    <wiml AT hhhh.org>
11222
11223         * SDCClrange.h: exposed setFromRange() and setToRange()
11224         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11225           packRegsForAccUse() (bug 542397)
11226         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11227           multiple times and emitting the fetch operations more than once
11228           added aopGetUsesAcc() function to allow binary operators to
11229           fetch their operands in the correct order; made genMinus() emit
11230           compact code for X = LITERAL - Y
11231
11232 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11233         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11234         sprintf() in line 1267.
11235
11236 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11237         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11238         like ports.
11239
11240 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11241         Changes to aslink (All the changes are marked with 'JCF'):
11242
11243         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11244         summary().
11245
11246         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11247         area BSEG.  Also moves, if possible, the DATA area down into the internal
11248         ram so more space is available.
11249
11250         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11251         sflag.
11252
11253         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11254         not bytes.  Function summary() which creates a memory usage summary
11255         file with extension .mem.  Reports of overlaping stack and small stack
11256         size.  If the space for the stack is less than 16 bytes aslink trows a
11257         warning.
11258
11259         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11260         the 8051.  Option 'y' for memory summary output file.
11261
11262         Changes to sdcc (All the changes are marked with 'JCF'):
11263
11264         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11265
11266         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11267         overlaying area for it (uses RegBankUsed[4]).
11268
11269         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11270         bank zero as used by default.  By default aslink locates the stack
11271         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11272         the creation of the .mem file.  Delegates the allocation of data area
11273         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11274         the begining of the stack area to aslink.
11275
11276         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11277         glue() in SDCCglue.c creates an area for it.
11278
11279 2002-09-03  Borut Razem <borut.razem AT siol.net>
11280         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11281         sdcc/src/pic/glue.c:
11282         introduced atexit() handler for teporay files removal in case of
11283         errors, assertions, ...
11284
11285 2002-08-29  Borut Razem <borut.razem AT siol.net>
11286         * sdcc/support/cpp2/auto-host_vc_in.h:
11287         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11288         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11289         Maybe there is a similar problem with BORLANDC? It should be checked!
11290
11291         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11292         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11293         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11294         was not executed, and the compiler (cl) launched a warning:
11295         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11296
11297 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11298         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11299
11300 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11301         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11302
11303         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11304           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11305           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11306           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11307           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11308           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11309           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11310         - added Release configuration in VS projects
11311         - review of compiler an linker options
11312         - VC .exe files are generated in bin_vc directory, not to interfere
11313           with binaries generated from other projects (cygwin, mingw, bcc ...)
11314
11315         * sdcc/src/yacc.dsp: added
11316
11317         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11318         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11319         and insert the version number definitions from .version
11320
11321         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11322
11323         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11324         added - genarate auto-host.h using auto-host_vc_in.h as template
11325
11326         * sdcc/sdcc_vc.h,
11327         removed from CVS, generated automatically
11328
11329 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11330         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11331
11332 2002-08-11  Borut Razem <borut.razem AT siol.net>
11333         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11334
11335 2002-08-10  Borut Razem <borut.razem AT siol.net>
11336         * src/SDCCmain.c (main):
11337         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11338         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11339         The consequence was that some temporary files were not removed.
11340
11341         * src/SDCCglue.c:
11342         unification of code in functions tempfilename() and tempfile():
11343         function tempnam() is defined in Visual Studio 6.0 and .NET
11344
11345         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11346
11347         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11348           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11349         - removed compiler command line option /WX: Treats all warnings as errors
11350         - update a list of source files, included into the project
11351
11352         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11353           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11354         changed project type to Generic Project so that can be correcly converted to VS.NET project
11355
11356         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11357
11358         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11359
11360         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11361
11362         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11363         added return 0 statements after assert() to make compiler happy
11364
11365         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11366         added newline in the def file to keep MSC compiler satisfied
11367
11368         * sdcc/src/z80/gen.c:
11369         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11370           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11371         - solved MSC error in function aopDump()
11372
11373         * sdcc_vc.h: define PREFIX as "\\sdcc"
11374
11375 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11376         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11377
11378 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11379         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11380         - Rewrote the register banking algorithm.
11381         - Added pCode live-range analysis to registers (for now, only non-used and
11382         singly-used registers optimized away)
11383
11384         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11385
11386         * 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.
11387
11388 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11389         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11390
11391 2002-04-22  Michael Hope  <michaelh AT vroom>
11392
11393         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11394
11395         * configure.in (DD_COPT): Added include support required for gbdk.
11396
11397         * .version: Bumped version number just to increase it.
11398
11399         * src/SDCCmain.c: Added -nostdinc to the default options.
11400
11401 2002-04-15  Michael Hope  <michaelh AT vroom>
11402
11403         * device/lib/z80/printf.c (sprintf): Added.
11404
11405         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11406
11407         * src/z80/peeph.def: Added transpose redundent load rule.
11408
11409         * src/z80/main.c: Added force callee saves for jaune.
11410
11411         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11412
11413         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11414
11415 2002-03-28  Johan Knol  <johan AT balder>
11416
11417         * src/SDCCval.c: fixed bug #532436
11418
11419 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11420         * /src/port.h:
11421         Added "char *Processor" field to the port structure.
11422
11423         * /src/SDCCmain.c:
11424         Added -p option. Allows port dependent processor to be specified.
11425
11426         * all ports:
11427         Initialized the new field char *Processor field to NULL in all ports
11428
11429         * /src/pic/*:
11430         Compiler generated registers for interrupt context saving
11431         were not getting allocated.
11432
11433 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11434
11435         * /src/SDCCast.c:
11436         Fixed left shift. Will promote the left side of a left shift
11437         if a) left shifting more than size of operand or b) when assigned
11438         to something size > size of left side
11439
11440 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11441         * src/pic/*
11442         tons of changes. Register allocation has been
11443         rewritten. Added customization for the various PICs. Flow
11444         analysis is restructured. ...
11445
11446         * src/pic/device.h:
11447         Added
11448
11449         * src/pic/device.c:
11450         Added. device.c is a PIC port hack to accomodate variations
11451         in PIC devices.
11452
11453 2002-03-13  Michael Hope  <michaelh AT vroom>
11454
11455         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11456
11457 2002-03-04  johanknol  <johanknol AT manik>
11458
11459         * /src/SDCCval.c: fixed
11460
11461         const unsigned char arr[][2] = { { 0, 1 } };
11462         t18.c:1: error: Initializer element is not constant
11463
11464 2002-03-04  bela  <bela AT manik>
11465
11466         * /device/include/mcs51reg.h:
11467         ds89c420 register definition update
11468
11469 2002-03-03    <johan AT FRIJA>
11470
11471         * support/Util/SDCCerr.c: did something, but don't no why anymore
11472
11473         * support/regression/tests/bug-524691.c: made it a little less shy
11474
11475         * src/SDCCast.c (decorateType): fixed bug #524697
11476
11477         * src/SDCCast.c: made some lineno improvements
11478
11479         * src/SDCCval.c (getNelements): changed warning to error
11480
11481         * src/SDCCglue.c (printIvalArray): changed warning to error
11482
11483         * src/SDCCicode.c: fixed a warning for mingw
11484
11485         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11486
11487         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11488
11489 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11490
11491         * src/ds390/peeph.def:
11492         Added some more peephole rules
11493
11494         * src/ds390/gen.c: Various fixes & enhancements
11495
11496         * src/SDCClrange.c, src/SDCClrange.h:
11497         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11498
11499         * src/ds390/ralloc.c:
11500         various fixes & enhancements (ds390) specific
11501
11502         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11503         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11504         from rallocs.
11505
11506         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11507
11508 2002-03-02    <johan AT FRIJA>
11509
11510         * src/SDCCast.c (decorateType): fixed bug #524708
11511
11512         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11513
11514         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11515
11516 2002-03-01  Michael Hope  <michaelh AT vroom>
11517
11518         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11519
11520         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11521
11522 2002-03-01    <johan AT FRIJA>
11523
11524         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11525
11526         * src/SDCCast.c (decorateType): fixed bug #524209
11527
11528         * src/SDCCval.c (valNot): fixed bug #524195
11529
11530 2002-02-26    <johan AT balder>
11531
11532         * src/xa51/gen.c: fixed a warning
11533
11534         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11535
11536         * src/SDCCast.c (decorateType): fixed bug #522534
11537
11538 2002-02-23    <johan AT balder>
11539
11540         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11541
11542 2002-02-22    <johan AT balder>
11543
11544         * src/SDCCast.c: fixed bug #514865
11545
11546         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11547
11548 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11549
11550         * sdcc/src/SDCCloop.c:
11551         Previous fix was not good. basic blocks that have "break" or "return" are
11552         not really partof a loop , but live ranges used in these blocks should
11553         be live thru the entire loop, so set partOfLoop but don't add them to
11554         loop region
11555
11556 2002-02-21    <johan AT FRIJA>
11557
11558         * src/SDCCcse.c: fixed bug #514308
11559
11560 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11561
11562         * src/SDCCloop.c:
11563         Fixed BUG #519583. If a conditional block ended in a return/break
11564         statement inside a loop, it was not being considered part of the loop.
11565
11566         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11567
11568 2002-02-10  Karl Bongers <karl AT turbobit.com>
11569
11570         * debugger/*:
11571         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11572         with lots of comments and notes.
11573
11574         * device/examples/test2.c:
11575         Fix bug, "red" variable not being initialized(compiler complained).
11576
11577         * device/examples/Makefile, examples/test3.c:
11578         Add Makefile in device/examples folder, compiles test3.c
11579         for use as a multiple module SDCDB test case.
11580
11581         * sim/ucsim/cmd.src/cmdset.cc:
11582         Took out debug printfs in ucsim "next" command.
11583
11584         * sim/ucsim/xa.src:
11585         Karl and Johan start ucsim XA support.  Most dissassembly working,
11586         about 75% emulation done(plenty of work remaining).
11587
11588         * sim/ucsim/z80.src:
11589         Add Z80 support to ucsim, add test-ucz80 regression test,
11590         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11591         Notice z80 compiler fails on examples/test3.c/crc code.
11592
11593 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11594
11595         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11596         Added support for --parms-in-bank1
11597
11598         * src/ds390/peeph.def:
11599         added a few more peephole optimzations
11600
11601         * src/ds390/main.c:
11602         1) added __builtin_inp & __builtin_outp used to read in data of given length
11603            from a memory mapped port
11604         2) added __builtin_memcmp
11605         3) added __builtin_swapw swap bytes of a short
11606
11607         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11608         1) handle multiple send & receives from register bank1
11609         2) ralloc can now allocate DPTR1 to some liveRanges
11610
11611         * src/SDCCsymt.c, src/SDCCsymt.h:
11612         changes to handle multiple sends & receives
11613
11614         * src/SDCCptropt.h:
11615         added some pointer arithmetic optimization
11616
11617         * src/SDCCptropt.c:
11618         added some pointer arithmetic optimizations but not stable yet so not
11619         called from anywhere (will get this working shortly)
11620
11621         * src/SDCCopt.c: fixed for multiple sends & receives
11622
11623         * src/SDCCmain.c:
11624         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11625         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11626            set preprocessor defines (depending on options)
11627
11628         * src/SDCCicode.c, src/SDCCicode.h:
11629         changes made to handle multiple sends & receives
11630
11631         * src/SDCCglobl.h:
11632         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11633
11634         * src/SDCCcse.c, src/SDCCcse.h:
11635         added function findbackward def (to be used in upcoming optimization)
11636
11637         * src/SDCCcflow.c, src/SDCCcflow.h:
11638         added function returnAtEnd - to determine if a basic block terminates with
11639         a RETURN iCode
11640
11641         * src/SDCCast.c, src/SDCCast.h:
11642         added option parms-in-bank1
11643
11644         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11645         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11646         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11647         adjusted for --parms-in-bank1 option
11648
11649         * device/include/string.h:
11650         donot redefine "reentrant" keyword
11651
11652         * device/include/ds80c390.h: Added some more SFRs
11653
11654 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11655
11656         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11657
11658 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11659
11660         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11661
11662 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11663
11664         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11665
11666 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11667
11668         * Added --xram-movc option
11669
11670 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11671
11672         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11673
11674 2002-01-11  Johan Knol
11675
11676         * Added math lib of Jesus Calvino-Fraga
11677
11678 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11679
11680         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11681         * support/regression/Makefile: new target test-mcs51-stack-auto
11682         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11683
11684 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11685
11686         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11687
11688 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11689
11690         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11691
11692 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11693
11694         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11695
11696         * src/SDCCglue.h: add definition for printIvalChar()
11697
11698 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11699
11700         * src/SDCCast.c: fix #498138 by Johan
11701
11702         * src/SDCCglue.c: fix #498138 by Johan
11703
11704 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11705
11706         * support/regression/Makefile: fix clean
11707
11708         * support/regression/ports/ds390/support.c: fix transmission of last character
11709
11710 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11711
11712         * /sdcc/src/ds390/gen.c:
11713         a) improved computing address of stack variable
11714         b) took out some #if 0 code
11715         c) improved parmBytes adjustment
11716         d) improved genPlusIncr & genMinusIncr
11717         e) genCmp could generate bad code (when left assigned to DPTR)
11718         f) Fixed bug in hasInc
11719
11720         * /sdcc/src/ds390/ralloc.c:
11721         a) packRegsForSupport could mess up live information (Fixed)
11722         b) packRegsDPTRuse could be incorrect for left & right shift
11723
11724         * /sdcc/src/mcs51/ralloc.c:
11725         packRegsForSupport could mess up the live information (Fixed)
11726
11727         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11728
11729         * /sdcc/src/SDCCast.c:
11730         can reverse a loop even if function call is present as long
11731         as the loop control variable is local & is not passed as parameter
11732
11733 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11734
11735         * /sdcc/ChangeLog: *** empty log message ***
11736
11737         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11738         More builtin function additions for TININative
11739
11740         * /sdcc/src/ds390/ralloc.c:
11741         Had broken the regression testsuite
11742
11743         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11744
11745         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11746         Added funcattr hasStackParms will be set for reentrant functions when there
11747         are paramteres on the stack, this helps in minimizing frame pointer generation
11748         typeFromStr can handle function pointers now
11749
11750         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11751         *** empty log message ***
11752
11753 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11754
11755         * /src/ds390/gen.c, /src/ds390/main.c:
11756         More builtin function additions for TININative
11757
11758         * /src/ds390/ralloc.c:
11759         Had broken the regression testsuite
11760
11761         * /src/SDCCast.c: Fixed a bug in dumptree
11762
11763         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11764         Added funcattr hasStackParms will be set for reentrant functions when there
11765         are paramteres on the stack, this helps in minimizing frame pointer generation
11766         typeFromStr can handle function pointers now
11767
11768         * /doc/builtins.txt, /doc/TININative.txt:
11769         *** empty log message ***
11770
11771
11772 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11773
11774         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11775         ALPHA version for -mTININative
11776
11777         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11778         updated to reflect changes in the port structure
11779
11780         * /src/port.h:
11781         added function do_assemble (similar to do_link) if non-null this function
11782         will be called to do assembly (-mTININative) requires a multi command
11783         assembly
11784         added function genAssemblerEnd will be called to generate assembler Epilogue
11785
11786         * /src/SDCCsymt.c:
11787         added _JavaNative to debug info printing
11788
11789         * /src/SDCCmain.c: added option --tini-libid
11790         added port->do_assemble function (-mTININative) has a multi command assemble
11791
11792         * /src/SDCCglue.c: Disabled "constExpr" check
11793         added port->genAssemblerEnd function
11794
11795         * /src/SDCCglobl.h: Added option --tini-libid value
11796
11797         * /src/SDCCast.h:
11798         tookout optimizeCompare from the header (has no external references)
11799
11800         * /src/SDCCast.c: made one more function "static"
11801
11802 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11803
11804         * src/z80/mappings.i: Added z80asm support.
11805
11806         * src/z80/main.c: Added z80asm support on --asm=z80asm
11807
11808         * src/z80/gen.c: Fixed asm portability issues.
11809
11810         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11811
11812         * src/SDCCglue.c (printExterns): Added global/extern split.
11813
11814 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11815
11816         * support/regression/Makefile: added test for mcs51 model large
11817
11818         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11819
11820         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11821
11822 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11823
11824         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11825
11826 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11827
11828         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11829
11830         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11831
11832 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11833
11834         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11835
11836         * support/regression/tests/simplefloat.c: Port to mcs51.
11837
11838 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11839         * support/regression/tests/bug-485362.c: Added.
11840
11841         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11842
11843         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11844
11845         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11846
11847         * src/z80/gen.c (aopDump): Added a dump function.
11848
11849 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11850         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11851
11852         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11853
11854         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11855
11856         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11857
11858         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11859
11860         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11861
11862         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11863
11864         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11865
11866         * support/regression/ports/ds390/support.c: Use tinibios.
11867
11868         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11869
11870 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11871
11872         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11873         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11874
11875         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11876
11877         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11878
11879 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11880
11881         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11882
11883         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11884         (packRegsForIYUse): Created and optimised.
11885
11886 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11887
11888         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11889 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11890
11891         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11892
11893         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11894
11895         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11896
11897 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11898
11899         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11900
11901         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11902
11903 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11904
11905         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11906
11907         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11908
11909         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11910
11911 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11912
11913         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11914         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11915         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11916
11917         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11918
11919         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11920         (genNotFloat): Added.
11921         (genUminusFloat): Added.
11922
11923         * device/lib/z80/Makefile: Added floating pt stubs.
11924
11925         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11926
11927         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11928
11929         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11930
11931 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11932
11933         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11934
11935         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11936
11937         * sdcc/support/regression/Makefile: Add port ds390.
11938
11939         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11940
11941         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11942
11943         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11944
11945         * sdcc/support/regression/ports/ds390/support.c: Added.
11946
11947         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11948
11949         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11950
11951         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11952
11953 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11954
11955         * device/include/malloc.h: Added z80 and gbz80 support.
11956
11957         * device/lib/gbz80/heap.s: Added.
11958
11959         * device/lib/z80/heap.s: Added.
11960
11961         * device/lib/malloc.c: Added z80 and gbz80 support.
11962
11963         * support/regression/tests/malloc.c (testMalloc): Added.
11964
11965         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11966
11967         * support/regression/tests/bug-478094.c: Added.
11968
11969         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11970
11971 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11972
11973         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11974
11975         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11976
11977         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11978
11979         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11980
11981         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11982
11983 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11984
11985         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11986
11987 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11988
11989         * support/regression/tests/bug-477927.c: Added.
11990
11991         * src/z80/peeph.def: Added minor rules.
11992
11993         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11994
11995         * src/z80/peeph.def: Added jump optimisation modification.
11996
11997 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11998
11999         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12000
12001 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12002
12003         * support/regression/tests/funptrs.c: Added.
12004
12005 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12006
12007         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12008
12009 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12010
12011         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12012
12013         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12014
12015         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12016         (movLeft2ResultLong): Created.
12017
12018         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12019         (joinPushes): Added.  Joins two char pushes into a word push.
12020
12021 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12022
12023         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12024
12025         * support/makebin/Makefile (install): Added creation of dest dir.
12026
12027 2001-10-24 Karl Bongers <karl AT turbobit.com>
12028
12029         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12030
12031 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12032
12033         * src/z80/ralloc.c: Turned off faulty pack for one use.
12034
12035         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12036
12037         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12038
12039 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12040
12041         * support/regression/Makefile: Improved clean
12042
12043         * support/regression/ports/gbz80/spec.mk: Added clean
12044
12045         * support/regression/ports/host/spec.mk: Added clean
12046
12047         * support/regression/ports/z80/spec.mk: Added clean
12048
12049         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12050
12051         * support/regression/ports/mcs51/timeout.c: little improvements
12052
12053 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12054
12055         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12056
12057         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12058
12059         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12060
12061 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12062
12063         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12064
12065         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12066
12067 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12068         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12069
12070         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12071
12072         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12073
12074         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12075
12076         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12077
12078         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12079
12080         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12081
12082         * support/regression/tests/longor.c: Added.
12083
12084 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12085
12086         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12087
12088         * as/mcs51/aslink.h: define PATH_MAX
12089
12090         * as/mcs51/asm.h: define PATH_MAX
12091
12092         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12093
12094         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12095
12096         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12097
12098         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12099
12100         * src/SDCCglobl.h: define PATH_MAX
12101
12102         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12103
12104         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12105
12106 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12107
12108         * src/z80/gen.c (gencjneshort): Fixed
12109
12110         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12111
12112 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12113
12114         * support/regression/tests/bug-469671.c: Added.
12115
12116         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12117
12118 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12119
12120         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12121
12122         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12123
12124 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12125
12126         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12127
12128         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12129
12130         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12131
12132         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12133
12134         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12135
12136         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12137
12138         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12139
12140 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12141
12142         * 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.
12143
12144         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12145
12146         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12147
12148 2001-10-07    <johan AT FRIJA>
12149
12150         * device/lib/gets.c (gets): fixed the return value.
12151
12152 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12153         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12154
12155         * 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.
12156
12157         * 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.
12158
12159         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12160
12161         * src/pic/gen.c: Removed Safe_strdup.
12162
12163         * configure.in: Added option to enable libgc support.
12164
12165         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12166         (bitVectUnion): Optimised.
12167         (bitVectIntersect): Optimised.
12168         (bitVectBitsInCommon): Optimised.
12169         (bitVectCplAnd): Optimised.
12170
12171         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12172
12173 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12174
12175         * src/SDCCmain.c: distinguish between assembler debug and plain options
12176
12177         * src/avr/main.c:   remove standard assembler options
12178
12179         * src/ds390/main.c: remove standard assembler options
12180
12181         * src/mcs51/main.c: remove standard assembler options
12182
12183         * src/port.h: removed "PENDING" comment
12184
12185 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12186
12187         * src/device/lib/_mulint.c  : new, with assember functions
12188
12189         * src/device/lib/_mullong.c : new, with assember functions
12190
12191         * src/device/lib/_divuint.c : with assember functions
12192
12193         * src/device/lib/_divsint.c : with assember functions
12194
12195         * src/device/lib/_divulong.c: with assember functions
12196
12197         * src/device/lib/_divslong.c: with assember functions
12198
12199         * src/device/lib/_moduint.c : with assember functions
12200
12201         * src/device/lib/_modsint.c : with assember functions
12202
12203         * src/device/lib/_modulong.c: with assember functions
12204
12205         * src/device/lib/_modslong.c: with assember functions
12206
12207         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12208
12209         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12210
12211         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12212                                       replaced _mululong.c and _mulslong.c by _mullong.c
12213
12214 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12215
12216         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12217
12218 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12219
12220         * src/SDCCglue.c: test, if win32api is available for MINGW
12221
12222 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12223
12224         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12225         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12226         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12227         * support/regression/ports/host/spec.mk: removed GENERIC
12228         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12229         * support/regression/ports/z80/spec.mk: removed GENERIC
12230
12231 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12232
12233         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12234
12235         * support/regression/tests/bug-467035.c: Created.
12236
12237 2001-10-01    <johan AT FRIJA>
12238
12239         * src/SDCC.y: fixed bug #466586 part 1
12240
12241 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12242
12243         * SDCCicode.c: z80 has no generic pointers
12244         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12245
12246 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12247
12248         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12249
12250 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12251
12252         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12253
12254         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12255
12256 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12257
12258         * configure.in: Fixed up so that ucsim is only configured once.
12259
12260         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12261
12262         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12263         (getPathDifference): As above.
12264
12265         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12266
12267         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12268
12269 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12270         * .version: Updated to 2.3.1
12271
12272         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12273         Added copyright header.
12274
12275         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12276         (assemble): Added support for macro based assembler commands.
12277         (linkEdit): Added support for macro based linker commands.
12278         (preProcess): Changed the pre-processor to use macros.
12279         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12280         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12281
12282         * device/lib/z80/crt0.s: Added module name for debugging.
12283
12284 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12285
12286         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12287
12288         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12289
12290         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12291
12292         * src/Makefile.in: Added SDCCmacro and SDCCutil
12293
12294 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12295
12296         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12297
12298 2001-09-16    <johan AT FRIJA>
12299
12300         * 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.
12301
12302 2001-09-15    <johan AT FRIJA>
12303
12304         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12305         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12306
12307 2001-09-11    <johan AT FRIJA>
12308
12309         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12310
12311 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12312
12313         * support/regression/tests/bug-460444.c: Added test case.
12314
12315         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12316         (genCast): Added justification for all of the asserts.
12317
12318 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12319
12320         * support/regression/support.c: _xdata replaced by xdata
12321
12322         * support/regression/spec.mk: removed _generic
12323
12324 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12325
12326         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12327
12328         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12329         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12330
12331         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12332
12333         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12334
12335         * support/regression/tests/bug-460010.c: Added test case.
12336
12337         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12338
12339 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12340
12341         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12342
12343         * support/regression/testfwk.c: removed workaround for bug #436344
12344
12345         * support/regression/tests/bp.c: use less memory with mcs51
12346
12347         * support/regression/tests/bug-441448.c: use less memory
12348
12349         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12350
12351         * support/regression/collate-results.py: typo
12352
12353 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12354
12355         * support/regression/tests/fetchoverlap.c: Added new test case.
12356
12357         * support/regression/tests/bp.c: Added new test case.
12358
12359         * support/regression/tests/bug-448984.c: Added new test case.
12360
12361         * support/regression/tests/pow2shifts.c: Added new test case.
12362
12363         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12364         (genlshTwo): Fixed right shift for count > 8.
12365
12366         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12367
12368 2001-09-08    <johan AT FRIJA>
12369
12370         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12371
12372 2001-09-07    <johan AT FRIJA>
12373
12374         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12375
12376         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12377
12378 2001-09-06    <johan AT FRIJA>
12379
12380         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12381         * bernhard noted me at this: "() equals to (void)" (1.38)
12382
12383 2001-09-05    <johan AT FRIJA>
12384
12385         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12386
12387 2001-09-04    <johan AT FRIJA>
12388
12389         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12390
12391
12392 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12393
12394         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12395
12396 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12397
12398         * link/z80/aslink.h: Fixed path for PATH_MAX
12399
12400 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12401
12402         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12403
12404         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12405
12406         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12407
12408         * 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.
12409
12410 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12411
12412         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12413         (genCmp): Fixed up genCmp for the GB with longs.
12414
12415         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12416
12417         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12418
12419         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12420
12421         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12422
12423 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12424
12425         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12426
12427 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12428
12429         * 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.
12430
12431         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12432
12433 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12434
12435         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12436
12437         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12438
12439 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12440
12441   * sim/ucsim/configure:    little improvement of Cygwin-detection
12442   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12443   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12444   * support/regression/tests/bug-221100.c: small changes for mcs51
12445   * support/regression/tests/bug-221168.c: small changes for mcs51
12446   * support/regression/tests/bug-227710.c: small changes for mcs51
12447   * support/regression/tests/staticinit.c: small changes for mcs51
12448   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12449   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12450   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12451
12452 $Revision$