* support/librarian/sdcclib.c: Added option -l.
[fw/sdcc] / ChangeLog
1 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2
3         * support/librarian/sdcclib.c: Added option -l.
4         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
5           usage totals.
6         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
7           using Windows command prompt.
8
9 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
10
11         * device/lib/libsdcc.lib: added module rand
12         * src/ds390/ralloc.c (rematStr),
13         * src/hc08/ralloc.c (rematStr),
14         * src/mcs51/ralloc.c (rematStr),
15         * src/z80/ralloc.c (rematStr): made output more consistent
16         * src/mcs51/gen.c: cosmetic changes
17
18 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
19
20         * src/port.h: added mem.cabs_name to PORT
21         * src/ds390/main.c,
22         * src/hc08/main.c,
23         * src/mcs51/main.c,
24         * src/pic16/main.c,
25         * src/pic/main.c,
26         * src/xa51/main.c,
27         * src/z80/main.c: added cabs_name initializers
28         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
29           constants
30           (emitMaps): emit absolutes in code memory into cabs_name
31         * src/SDCCmem.c,
32         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
33         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
34         * support/regression/fwk/include/testfwk.h: added define for at
35         * support/regression/tests/absolute.c: added, new
36
37 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
38
39         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
40           optimizations, see also patch 887161 by Stas Sergeev
41         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
42           to be necessary anymore,
43           (102, 103, 104, 127): renamed all occurances of bp to _bp
44
45 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
46
47         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
48           thanks Weston T. Schmidt for patch 1555221
49         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
50         * src/SDCCicode.c(geniCodeMultiply): small optimization
51
52 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
53
54         * device/include/stdlib.h: added rand prototypes
55         * device/lib/rand.c: new, added
56         * device/lib/Makefile.in: added rand.c
57         * src/z80/peeph.def,
58         * src/z80/peeph-gbz80.def,
59         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
60
61 2006-09-20 Raphael Neider <rneider AT web.de>
62
63         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
64
65 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
66
67         * as/link/aslink.h: cosmetic changes
68         * as/link/mcs51/Makefile.in,
69         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
70
71 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
72
73         * as/link/aslink.h,
74         * as/link/mcs51/aslink.h,
75         * as/link/z80/aslink.h: merged and moved to as/link/
76         * as/link/lkstore.c,
77         * as/link/mcs51/lkstore.c: moved to as/link/
78         * as/link/clean.mk: remove *.o
79         * as/link/mcs51/alloc.h: deleted
80         * as/link/mcs51/lkarea.c: added lnksect prototype
81         * as/link/mcs51/lkdata.c,
82         * as/link/mcs51/lklex.c,
83         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
84         * as/link/mcs51/lkmem.c,
85         * as/link/mcs51/lknoice.c: removed include strcmpi.h
86         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
87         * as/link/mcs51/aslink.dsp,
88         * as/link/mcs51/Makefile.aslink,
89         * as/link/mcs51/Makefile.bcc,
90         * as/link/mcs51/Makefile.in: updated for moved files
91         * as/link/z80/lkarea.c,
92         * as/link/z80/lkhead.c,
93         * as/link/z80/lklex.c,
94         * as/link/z80/lklibr.c,
95         * as/link/z80/lklist.c,
96         * as/link/z80/lkmain.c,
97         * as/link/z80/lkrloc.c,
98         * as/link/z80/lksym.c: synced with mcs51
99         * as/link/z80/lkdata.c,
100         * as/link/z80/lkeval.c,
101         * as/link/z80/lkihx.c,
102         * as/link/z80/lks19.c: cosmetic changes
103         * as/link/z80/Makefile.in,
104         * as/link/z80/linkgbz80.dsp,
105         * as/link/z80/linkz80.dsp: updated for moved files
106
107 2006-09-16 Borut Razem <borut.razem AT siol.net>
108
109         * debugger/mcs51/sdcdb.c: partially fixed
110           [ 1203664 ] sdcdb fails to open files w. two "." periods
111         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
112           debugger/mcs51/symtab.h: fixed indenting
113         * configure.in, configure: up to date with latest Maarten's changes
114
115 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
116
117         as/link/mcs51
118         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
119         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
120         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
121         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
122         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
123         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
124         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
125         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
126         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
127         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
128         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
129         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
130         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
131         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
132         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
133         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
134         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
135         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
136         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
137         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
138         as/link/mcs51/alloc.h,
139         as/link/mcs51/clean.mk,
140         as/link/mcs51/conf.mk,
141         as/link/mcs51/Makefile.bcc,
142         as/link/mcs51/Makefile.in,
143         as/link/mcs51/readme.390,
144         as/link/mcs51/strcmpi.c,
145         as/link/mcs51/strcmpi.h,
146         as/mcs51/clean.mk,
147         as/mcs51/Makefile.bcc,
148         as/mcs51/Makefile.in,
149         configure,
150         Makefile.in,
151         sdcc.dsw: moved mcs51 linker to as/link/mcs51
152
153 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
154
155         * as/link,
156         * as/link/Makefile.in,
157         * as/link/z80/linkgbz80.dsp,
158         * as/link/z80/linkz80.dsp,
159         * configure,
160         * link,
161         * link/clean.mk,
162         * link/Makefile.in,
163         * link/README,
164         * link/z80,
165         * link/z80/aslink.h,
166         * link/z80/clean.mk,
167         * link/z80/conf.mk,
168         * link/z80/linkgbz80.dsp,
169         * link/z80/linkz80.dsp,
170         * link/z80/lkarea.c,
171         * link/z80/lkdata.c,
172         * link/z80/lkeval.c,
173         * link/z80/lkgb.c,
174         * link/z80/lkgg.c,
175         * link/z80/lkhead.c,
176         * link/z80/lkihx.c,
177         * link/z80/lklex.c,
178         * link/z80/lklibr.c,
179         * link/z80/lklist.c,
180         * link/z80/lkmain.c,
181         * link/z80/lkrloc.c,
182         * link/z80/lks19.c,
183         * link/z80/lksym.c,
184         * link/z80/Makefile.in,
185         * Makefile.in,
186         * sdcc.dsw: moved link/ to as/link/
187
188 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
189
190         * as/mcs51/i51mch.c (machine): fixed warning
191
192 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
193
194         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
195
196 2006-09-09 Borut Razem <borut.razem AT siol.net>
197
198         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
199           sdcdb WIN32 native port
200         * src/clean.mk: fixed
201
202 2006-09-08 Borut Razem <borut.razem AT siol.net>
203
204         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
205
206 2006-09-08 Raphael Neider <rneider AT web.de>
207
208         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
209         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
210             to gplink to disable processor mismatch warning and to allow
211             the use of devices with only aliased (shared) memory banks,
212           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
213
214 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
215
216         * doc/sdccman.lyx: Some re-formating plus example on using
217           #pragma preproc_asm +/-
218
219 2006-09-07 Borut Razem <borut.razem AT siol.net>
220
221         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
222           section
223
224 2006-09-06 Borut Razem <borut.razem AT siol.net>
225
226         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
227           line at sdcc.nsi:153
228         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
229
230 2006-09-05 Borut Razem <borut.razem AT siol.net>
231
232         * configure.in, configure: support for winsock2
233         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
234           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
235           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
236           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
237           debugger/mcs51/symtab.h: sdcdb WIN32 native port
238
239 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
240
241         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
242           and OP_DEFS
243         * support/regression/tests/bug1551947.c: new, added
244         * src/SDCCsymt.h: strings are char* not byte*
245
246 2006-09-05 Raphael Neider <rneider AT web.de>
247
248         * device/lib/pic16/libdev/pic18f4550.c,
249           device/include/pic16/pic18f4550.h: added PORTD/TRISD
250             declarations/definitions from patch #1520949
251
252 2006-09-05 Raphael Neider <rneider AT web.de>
253
254         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
255           byte-aligned bitfields, fixes #1539278
256
257 2006-09-05 Raphael Neider <rneider AT web.de>
258
259         * src/pic/gen.c (genReceive): skip unreferenced arguments,
260           fixes #1544120
261
262 2006-09-04 Borut Razem <borut.razem AT siol.net>
263
264         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
265         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
266           -mno-cygwin is a part of the compiler name
267         * support/scripts/sdcc_mingw32: don't disable ucsim
268
269 2006-09-03 Borut Razem <borut.razem AT siol.net>
270
271         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
272         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
273
274 2006-09-03 Raphael Neider <rneider AT web.de>
275
276         * src/pic/ralloc.c,
277         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
278           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
279           fixes #1550049
280
281 2006-09-01 Borut Razem <borut.razem AT siol.net>
282
283         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
284           to make ppc-osx happy
285
286 2006-08-31 Borut Razem <borut.razem AT siol.net>
287
288         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
289         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
290         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
291         * support/regression/ports/ds390/spec.mk,
292           support/regression/ports/mcs51/spec.mk,
293           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
294           To run regression tests in mingw environment:
295           make DEV_NULL=NUL CC=gcc
296
297 2006-08-30 Borut Razem <borut.razem AT siol.net>
298
299         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
300           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
301           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
302           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
303           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
304           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
305           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
306           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
307           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
308           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
309           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
310           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
311           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
312           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
313           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
314           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
315           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
316           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
317           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
318           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
319           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
320           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
321           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
322           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
323           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
324           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
325           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
326           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
327           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
328           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
329           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
330           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
331           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
332           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
333           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
334           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
335           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
336           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
337           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
338           ucsim WIN32 native port
339
340 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
341
342         * doc/sdccman.lyx: added note on dynamic memory heap initialization
343
344 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
345
346         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
347         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
348
349 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
350
351         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
352         * support/regression/tests/bug1546986.c: new, added
353         * as/mcs51/.cvsignore,
354         * debugger/mcs51/.cvsignore,
355         * src/.cvsignore: deleted
356
357 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
358
359         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
360           definitions)
361
362 2006-08-20 Borut Razem <borut.razem AT siol.net>
363
364         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
365           removed cl_listen_console::match(), cl_console::match(),
366           restructured cl_commander::proc_input()
367
368 2006-08-16 Borut Razem <borut.razem AT siol.net>
369
370         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
371           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
372           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
373
374 2006-08-14 Borut Razem <borut.razem AT siol.net>
375
376         * support/regression/Makefile.in,
377           support/regression/ports/pic14/gpsim.cmd,
378           support/regression/ports/pic14/spec.mk,
379           support/regression/ports/pic14/support.c:
380           added pic14 regression test
381
382 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
383
384         * as/doc/asxhtm.html: documented changed ABS behaviour
385         * as/doc/README: fixed some typos
386
387 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
388
389         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
390           not defined on host
391
392 2006-08-12 Borut Razem <borut.razem AT siol.net>
393
394         * support/regression/fwk/include/testfwk.h,
395           support/regression/fwk/lib/testfwk.c,
396           support/regression/generate-cases.py,
397           support/regression/Makefile.in:
398           regression test framework does not depend on function pointers and
399           variable arguments
400
401 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
402
403         * device/include/stddef.h: c temporary hack to fix bug 1518273
404
405 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
406
407         * device/include/mcs51/cc2510fx.h: added
408         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
409           to projects.
410
411 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
412
413         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
414         * as/z80/Makefile.in: added strcmpi.c
415         * as/z80/z80adr.c: added upper case registers and lower case conditionals
416         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
417
418 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
419
420         * device/lib/gbz80/asm_strings.s,
421         * device/lib/gbz80/crt0_rle.s,
422         * device/lib/gbz80/div.s,
423         * device/lib/gbz80/mul.s,
424         * device/lib/gbz80/shift.s,
425         * device/lib/z80/asm_strings.s,
426         * device/lib/z80/crt0_rle.s,
427         * device/lib/z80/div.s,
428         * device/lib/z80/mul.s,
429         * device/lib/z80/shift.s: changed to all lower case menmonics except the
430           flags which are all upper case
431
432 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
433
434         * as/z80/asm.h: made CASE_SENSITIVE 1
435         * link/z80/aslink.h: made CASE_SENSITIVE 1
436         * src/z80/gen.c (throughout): made all conditionals upper case
437         * support/regression/tests/bug1503067.c: new
438
439 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
440
441         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
442           (shiftIntoPair): added case 2 for PAIR_IY,
443           (setupToPreserveCarry): replaced parameters with iCode and check if
444            PAIR_DE is in use to fix bug 1399290,
445           (genPlus, genMinus): updated call to setupToPreserveCarry
446         * support/regression/tests/bug1399290.c: new
447
448 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
449
450         * device/lib/Makefile.in (Z80SOURCES): enabled float support
451         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
452         * src/ds390/gen.c (shiftRLong),
453         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
454         * src/mcs51/gen.c (sameReg): changed to sameByte,
455           (xch_a_aopGet): new,
456           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
457            shiftRLong): fixed bug 1533966
458         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
459           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
460         * support/regression/Makefile.in: disabled z80, enabled ucz80
461         * support/regression/tests/float_trans.c: enabled test for z80 and host
462         * support/regression/tests/shifts2.c: new, for testing bug 1533966
463
464 2006-08-01 Borut Razem <borut.razem AT siol.net>
465
466         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
467           comparison is always false due to limited range of data type
468           on PPC64 machine (openpower-linux1) where "char = unsigned char"
469
470 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
471
472         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
473         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
474         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
475         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
476
477 2006-07-31 Borut Razem <borut.razem AT siol.net>
478
479         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
480           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
481           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
482           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
483           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
484           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
485           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
486           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
487           enable ucsim mingw compilation. Serial port is disabled,
488           since it uses termios.h API, which is not available on native
489           WIN32
490
491 2006-07-31 Borut Razem <borut.razem AT siol.net>
492
493         * Small Device C Compiler 2.6.0 released
494         * support/scripts/sdcc.nsi: added FULL_DOC option
495         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
496
497 2006-07-28 Borut Razem <borut.razem AT siol.net>
498
499         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
500         * doc/INSTALL.txt: updated
501
502 2006-07-27 Borut Razem <borut.razem AT siol.net>
503
504         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
505           device/lib/pic/libdev/Makefile.in: fixed bug
506           [ 1438354 ] pic libsdcc: distclean doesn't work
507         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
508           device/lib/pic16/libio/Makefile.in: fixed bug
509           [ 1438344 ] pic16 lib: clean doesn't work properly
510         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
511
512 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
513
514         * device/lib/pic/libsdcc/fsdiv.c,
515         * device/lib/pic/libsdcc/fsmul.c,
516         * device/lib/pic16/libsdcc/float/fsdiv.c,
517         * device/lib/pic16/libsdcc/float/fsmul.c,
518         * device/lib/_fsdiv.c,
519         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
520         * support/regression/tests/bug1520966.c: added
521         * doc/knownbugs.html: removed [ 1520966 ] from the list
522
523 2006-07-25 Borut Razem <borut.razem AT siol.net>
524
525         * configure.in, configure, sdccconf_in.h: fixed bug
526           [ 1519095 ] regression test onebyte.c fails on ppc64 host
527         * doc/knownbugs.html: removed [ 1519095 ] from the list
528
529 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
530
531         * doc/knownbugs.html: added, contains list of known bugs at release
532         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
533
534 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
535
536         * device/include/mcs51/compiler.h: added SFRX for xdata based special
537           function registers and corrected defaults with additional warning
538         * device/lib/malloc.c: cosmetic changes
539         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
540         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
541           (fillGaps): and used it
542
543 2006-07-20 Raphael Neider <rneider AT web.de>
544
545         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
546           output unless SDCCPICDEBUG is set
547         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
548           output if SILENT is set
549
550 2006-07-11 Borut Razem <borut.razem AT siol.net>
551
552         * doc/README.txt: updated
553
554 2006-07-10 Borut Razem <borut.razem AT siol.net>
555
556         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
557           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
558           in WIN32 installation
559         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
560           release candidate 1
561
562 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
563
564         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
565         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
566
567 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
568
569         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
570
571 2006-07-06 Borut Razem <borut.razem AT siol.net>
572
573         * support/regression/tests/bitfields.c:
574           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
575         * support/regression/tests/constantRange.c:
576           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
577
578 2006-07-04 Borut Razem <borut.razem AT siol.net>
579
580         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
581           src/port.mk,
582           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
583           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
584           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
585           reverted changes from 2006-07-03
586         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
587         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
588           added CPPFLAGS, used by the host port
589
590 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
591
592         * support/regression/valdiag/tests/switch.c,
593         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
594         * support/regression/tests/libmullong.c: fixed for host
595         * support/regression/ports/host/spec.mk: disable all warnings for host,
596         SDCC runs with --less-pedantic too
597
598 2006-07-03 Borut Razem <borut.razem AT siol.net>
599
600         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
601           defined CPPFLAGS
602         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
603         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
604           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
605           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
606           include ../port.mk
607         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
608           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
609           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
610           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
611
612 2006-07-02 Raphael Neider <rneider AT web.de>
613
614         * src/pic16/devices.inc,
615         * device/include/pic16/pic18fregs.h,
616         * device/include/pic16/pic18f4550.h,
617         * device/lib/pic16/pics.all,
618         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
619
620 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
621
622         * as/hc08/lkaomf51.c (OutputName),
623         * as/mcs51/lkaomf51.c (OutputName),
624         * as/z80/asmain.c (asmbl),
625         * src/ds390/main.c (asmLineNodeFromLineNode),
626         * src/hc08/ralloc.c (hc08_assignRegisters),
627         * src/mcs51/main.c (asmLineNodeFromLineNode),
628         * src/xa51/ralloc.c (checkRegMask),
629         * src/xa51/gen.c (emitcode),
630         * src/z80/gen.c (_emit2),
631         * src/SDCCast.c (searchLitOp),
632         * src/SDCCglobl.h,
633         * support/packihx/packihx.c,
634         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
635         * src/ds390/gen.c (aopPutUsesAcc),
636         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
637         * support/regression/tests/libmullong.c (mullong_wrapper),
638         * src/SDCCsymt.c (powof2),
639         * src/SDCCast.c,
640         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
641         * src/SDCCsymt.h: added TYPE_TARGET_*
642         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
643         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
644         SDCCast because 1) header problems 2) this is the right place
645         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
646         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
647         prototype
648
649 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
650
651         * src/SDCCicode.h: removed buggy semicolon in unused macro
652         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
653         search for previous definiton of auto symbols too,
654         (findPrevUse): fixed logic of emitWarnings
655
656 2006-06-26 Raphael Neider <rneider AT web.de>
657
658         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
659           PCLATH and PCLATU on interrupts, potentially fixes #1505141
660
661 2006-06-25 Raphael Neider <rneider AT web.de>
662
663         * device/lib/pic/libm: NEW, added math library functions
664         * device/lib/pic/libsdcc: NEW; added float support functions
665         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
666         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
667           NEW, added math related headers
668         * device/include/asm/pic/features.h: NEW
669         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
670           (popGet): allow larger offsets for AOP_PCODE,
671           (genDataPointerSet): handle literals explicitly, more debug output,
672           (genAssign): fixed for float using aopLiteral ;-)
673         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
674           GOTO initialisation routine
675         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
676           flag on registers, fixes #1469043 (local variables do not work)
677         * src/pic/main.c (_pic14_do_link),
678         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
679           available
680
681 2006-06-25 Borut Razem <borut.razem AT siol.net>
682
683         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
684           characters printed (not including the trailing '\0' used to end
685           output to strings). Problem detected in regression test bug-927659.c.
686           NOTE: printf() family functions should return int instead
687           unsigned int!
688         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
689           specifier are printed as themselves
690         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
691           support flags, width and precision specifiers
692
693 2006-06-24 Borut Razem <borut.razem AT siol.net>
694
695         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
696           to the list of sdcc tagrets not supporting bit type
697         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
698           testfor pic16 due to bug:
699           [ 1511794 ] pic16: regression test bug-895992.c fails
700
701 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
702
703         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
704         * src/SDCCglue.c (initPointer), fixed bug 1496419
705         * support/regression/tests/bug1496419.c: new, added
706
707 2006-06-22 Borut Razem <borut.razem AT siol.net>
708
709         * support/regression/ports/pic16/support.c: use gpsim usart module from
710           libgpsim_modules library
711
712 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
713
714         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
715         IP0H to IPH0.
716
717 2006-06-19 Raphael Neider <rneider AT web.de>
718
719         * src/pic/glue.h,src/pic16/glue.h: added prototypes
720         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
721           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
722           (pic14printExterns,pic14printPublics,pic16printPublics,
723           pic16_printExterns): use new functions to emit symbols
724           (picglue,pic16glue): emit publics before emitting externs
725         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
726           locally defined functions to avoid bug #1443651
727         * support/regression/tests/bug-716242.c: removed pic16 workaround
728         * support/regression/ports/pic16/spec.mk: ignore errors during build
729
730 2006-06-19 Raphael Neider <rneider AT web.de>
731
732         * src/pic/glue.h: added pic14aopLiteral prototype
733         * src/pic/glue.c (pic14aopLiteral): return unsigned int
734         * src/pic/gen.c: removed stdint.h dependency
735           (aopGet): use Safe_strdup()
736           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
737           (genDataPointerSet): use pic14aopLiteral()
738         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
739           for pic16; thanks to Bernhard and Maarten
740
741 2006-06-18 Borut Razem <borut.razem AT siol.net>
742
743         * support/regression/tests/structflexarray.c: flexible array members
744           not supported by gcc < 3
745         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
746           GUI tool by default
747         * src/pic/gen.c: don't include [p]strdin.h on solaris
748         * support/Util/pstdint.h: addad svn attributes
749         * support/regression/tests/constantRange.c,
750           support/regression/tests/rotate.c: include inttypes.h instead
751           stdint.h on solaris, addad svn attributes
752
753 2006-06-18 Raphael Neider <rneider AT web.de>
754
755         * src/SDCCsymt.c (initCSupport): change return type of divschar to
756           int for PIC16
757         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
758           (pic16_genMinusBits): simplified sign-extension
759           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
760             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
761             adjusted to correctly handle mixed-signed operands, disabled
762             now unused multiplciation routines
763         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
764           (assignResultValue): added argument denoting the size of the result
765             as returned by the function (fixes upcasts in assigning from
766             function calls: char foo(); int i = foo();)
767           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
768             function result to assignResultValue
769           (genMult): disabled inlined multiplication code
770           (genDiv): augmented to also handle the modulus operator, fixed to
771             handle mixed-signed operands correctly
772           (genMod): simply call genDiv, disabled unused code
773           (genAssign): fixed missing (sign-)extension on result
774         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
775             valid char operands, allow signed operands for native code, added
776             division and modulo operator handling
777         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
778
779         As a consequence, onebyte.c (if split into two files) and muldiv.c
780         pass regression tests.
781
782 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
783
784         * doc/Makefile.in: two runs of makeindex seem needed to get
785         correct page references in the index of sdccman.pdf
786         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
787
788 2006-06-17 Borut Razem <borut.razem AT siol.net>
789
790         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
791
792 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
793
794         * doc/sdccman.lyx: updated, added (porting source code, debugging),
795         mentioned ec2drv and paulmon
796
797 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
798
799         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
800           consecutive abs areas
801           (find_empty_space, allocate_space): added map to handle codemap or
802            xdatamap,
803           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
804            absolute idata and xdata
805         * as/mcs51/lkmem.c (summary2): updated legend
806
807 2006-06-16 Raphael Neider <rneider AT web.de>
808
809         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
810
811 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
812
813         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
814           1208515
815         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
816
817 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
818
819         * src/port.h (struct PORT): added field gp_tags, to hold the tag
820         value of generic pointers,
821         * src/avr/main.c,
822           src/ds390/main.c,
823           src/hc08/main.c,
824           src/izt/i186.c,
825           src/izt/tlcs900h.c,
826           src/mcs51/main.c,
827           src/pic/main.c,
828           src/pic16/main.c,
829           src/xa51/main.c,
830           src/z80/main.c: PORT structure, added elements for gp_tags field,
831         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
832         fields in the PORT structure of each port,
833         * src/SDCCast.c (decorateType): allow processing of generic pointers
834         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
835         S_FIXED symbols
836
837 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
838
839         * link/z80/lkgb.c,
840         * link/z80/lkgg.c,
841         * src/pic16/gen.c,
842         * src/pic16/main.c,
843         * src/pic16/pcode.c,
844         * src/pic/main.c,
845         * src/pic/pcoderegs.c,
846         * src/SDCCicode.c,
847         * src/SDCCmain.c,
848         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
849           bug 1504689 on minGW
850
851 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
852
853         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
854
855 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
856
857         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
858
859 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
860
861         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
862           for optimization
863
864 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
865
866         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
867         to a char variable. Fixed bug #1504211
868         * device/include/pic16/adc.h,
869         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
870         and fixed bug #1364390
871
872 2006-06-10 Borut Razem <borut.razem AT siol.net>
873
874         * CVSROOT: removed the CVS left-over
875
876 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
877
878         * as/hc08/asmain.c (asexit),
879         * as/hc08/lkmain.c (lkexit),
880         * as/mcs51/asmain.c (asexit),
881         * as/mcs51/lkmain.c (lkexit),
882         * src/SDCCglue.c (DEFSETFUNC),
883         * src/SDCCmain.c (linkEdit, assemble),
884         * support/librarian/sdcclib.c (AddRel),
885           replaced unlink() by standard C remove()
886         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
887         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
888           gatherImplicitVariables): new, added to fix bug 608752,
889           (createFunction): added gatherImplicitVariables()
890         * src/SDCCast.h: added createRMW prototype
891         * src/SDCCsymt.h (struct symbol): added infertype
892         * support/regression/tests/bug608752.c: new, added
893
894 2006-06-10 Raphael Neider <rneider AT web.de>
895
896         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
897           multibyte dummy reads (fixes #1503234)
898
899 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
900
901         * device/include/mcs51/compiler.h: new, added header file to enable
902           creating common sfr definition header files for different compilers
903
904 2006-06-05 Raphael Neider <rneider AT web.de>
905
906         * src/pic16/{pcode.h,genarith.c}:
907           introduced pCodeOp combining any two pCodeOps (previously only
908           two register operands could be combined), removed pcop2 from
909           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
910         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
911         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
912           rewritten to use new PO_TWO_OPS
913         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
914         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
915           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
916           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
917           (pic16_get_op): embraced return arg to allow #define return(x),
918             added new case for combined opcodes
919           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
920           (pic16_pCode2str,pic16_getRegFrompCodeOp,
921            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
922
923 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
924
925         * src/SDCCval.c (checkConstantRange): added
926         * src/SDCCval.h: added checkConstantRange
927         * support/Util/SDCCerr.c,
928         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
929         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
930         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
931         * src/SDCCast.c (decorateType): added checkConstantRange,
932         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
933         can be emitted with the correct always true/false warning,
934         added optimization for double '!';
935         result of decorateType() must be assigned back to the tree, because
936         decorateType() can change the tree
937         * src/SDCCicode.c (geniCodeLogic),
938         (geniCodeAssign): replaced new checkConstantRange, added warnings,
939         (checkConstantRange): removed, it was only a fragment which never
940         emitted a warning
941         * src/SDCCsymt.c (computeType): fixed promotion for
942         "-1 < (unsigned bit) b"
943         * src/pic/ralloc.c (packRegsForAssign),
944         * src/pic16/ralloc.c (packRegsForAssign),
945         * src/hc08/ralloc.c (packRegsForAssign),
946         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
947         from mcs51
948         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
949         * support/regression/tests/constantRange.c: added
950         * support/valdiag/tests/constantRange.c: added
951         * support/valdiag/valdiag.py: added -DPORT_HOST=1
952
953 2006-06-02 Borut Razem <borut.razem AT siol.net>
954
955         * support/regression/ports/pic16/support.c: increase stack size
956           to 255 bytes
957         * support/regression/Makefile.in: sort tests by name so that the
958           resutlts can be compared on different machines / platforms
959
960 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
961
962         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
963         * src/ds390/gen.c (emitLabel): new, added,
964           (genDjnz): fixed stack overflow bug,
965           (throughout): cosmetic changes to sync with mcs51/gen.c,
966           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
967         * src/mcs51/gen.c (genEndFunction): small optimization,
968           (throughout): cosmetic changes to sync with ds390/gen.c
969
970 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
971
972         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
973           (_print_format): fixed printing pointers
974         * src/mcs51/gen.c (emitLabel, movb): new, added,
975           (genAssign): small optimization,
976           (genDjnz): fixed stack overflow bug,
977           (throughout): replaced sprintf with SNPRINTF,
978           replaced mcs51_regWithIdx with REG_WITH_INDEX,
979           replaced emitcode("mov", "b,...") with MOVB(...),
980           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
981           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
982         * src/mcs51/peeph.def: added rules 140 and 264
983         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
984           so they may get optimized into registers
985
986 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
987
988         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
989           immediately when encountered,
990           (printUsage): always use stderr even on windows
991
992 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
993
994         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
995         (processParms): fixed bug #1247551
996         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
997         parseCmdLine, main): print '--version' to stdout,
998         print 'help' to stdout if --help is given,
999         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
1000         arguments are given; fixed --help
1001
1002 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
1003
1004         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
1005         * support/regression/tests/bug-1493710.c: added
1006
1007 2006-05-27 Borut Razem <borut.razem AT siol.net>
1008
1009         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
1010           static instead auto
1011         * support/regression/ports/pic16/support.c: increase stack size
1012           from default 64 bytes to 128 bytes
1013         * support/regression/tests/staticinit.c,
1014           support/regression/tests/float.c: regression tests fully enabled
1015           for pic16 port by putting the initialized data arrays into the code
1016           section
1017         * support/regression/ports/pic16/spec.mk: don't link default libraries.
1018           This was changed by mistake in the previous version.
1019
1020 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
1021
1022         * src/pic16/gen.c (genFunction, genEndFunction): some
1023         beautifications, fixed bug with falsely restoring FSR2 in large
1024         stack model, thanks to Beau E. Cox for reporting the bug
1025
1026 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1027
1028         * debugger/mcs51/break.c,
1029         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
1030           use %p to print pointers, made address variables unsigned
1031         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
1032         * debugger/mcs51/symtab.c (parseSymbol): must return something
1033         * src/mcs51/gen.c (aopForSym): small optimization,
1034            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
1035           (freeAsmop): added missing break,
1036           (aopPut): removed parameter bvolatile, determine it inside the function,
1037           (saveRegisters, unsaveRegisters): small optimization,
1038           (genIpush): removed pointless check,
1039           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
1040           replaced sprintf with SNPRINTF,
1041           replaced strcpy with strncpyz,
1042           updated aopPut calls,
1043           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1044         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
1045
1046 2006-05-24 Borut Razem <borut.razem AT siol.net>
1047
1048         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1049           modification of test for the pic16 port, put the array to the code
1050           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1051
1052 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1053
1054         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1055         * support/Util/pstdint.h: added
1056
1057 2006-05-22 Borut Razem <borut.razem AT siol.net>
1058
1059         * src/regression/Makefile: removed bool2.c test, added -q linker option
1060         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1061           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1062           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1063           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1064           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1065           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1066           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1067           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1068           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1069
1070 2006-05-22 Raphael Neider <rneider AT web.de>
1071
1072         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1073           bug #1492360 (problematic due to generic pointers, see code)
1074
1075 2006-05-22 Borut Razem <borut.razem AT siol.net>
1076
1077         * support/regression/ports/pic16/specs.mk: removed stack size linker
1078           directive
1079         * support/regression/tests/array.c,
1080           support/regression/tests/bitopcse.c,
1081           support/regression/tests/bug-908454.c,
1082           support/regression/tests/malloc.c: modified for pic16 regression test
1083         * support/regression/tests/bitfields.c:
1084           pic16 - excluded bitfileds of size > 8
1085         * support/regression/tests/bp.c: pic16 - reduced data size
1086         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1087         * support/regression/tests/bug-460010.c:
1088           pic16 - used the absolute address the fits in memory
1089         * support/regression/tests/bug-716242.c:
1090           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1091         * support/regression/tests/float.c:
1092           pic16 - excluded - data size too big
1093         * support/regression/tests/onebyte.c:
1094           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1095         * support/regression/tests/shifts.c:
1096           pic16 - function names probably have to differ in first X characters
1097           (gpasm limitation?)
1098         * support/regression/tests/staticinit.c:
1099           pic16 - excluded some tests due error: no target memory available for
1100           section ".idata"
1101
1102 2006-05-22 Borut Razem <borut.razem AT siol.net>
1103
1104         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1105           second try. Thanks Stas Sergeev once more.
1106
1107 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1108
1109         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1110           (genLeftShift, genRightShift): fixed bug 1491627
1111         * src/hc08/peeph.def (rules 7, 8.x): added
1112         * support/regression/tests/shifts.c (ShiftLeftByParam,
1113           ShiftRightByParam, testShiftByParam): added to test variable shifting
1114
1115 2006-05-20 Raphael Neider <rneider AT web.de>
1116
1117         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1118         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1119           (allocReg): add only new registers to dynAllocRegs,
1120           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1121             #1489055, #1445850, and probably #1483693
1122
1123 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1124
1125         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1126         bug in for-loop that didn't emit the last of CONFIG and ID registers
1127
1128 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1129
1130         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1131           with offset
1132         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1133           1489016, 1434401 and 1490124
1134         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1135           1489016, 1434401 and 1490124
1136
1137 2006-05-17 Borut Razem <borut.razem AT siol.net>
1138
1139         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1140           thanks Stas Sergeev
1141
1142 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1143
1144         * device/include/mcs51/P89c51RD2.h,
1145         * device/include/mcs51/P89LPC901.h,
1146         * device/include/mcs51/P89LPC922.h,
1147         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1148
1149 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1150
1151         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1152         to fix missing stack pragma in compiled binary object file,
1153
1154 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1155
1156         * support/packihx/configure.in,
1157         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1158         determine sizeof basic types even while cross compiling
1159
1160 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1161
1162         * src/avr/gen.c (aopop),
1163         * src/ds390/gen.c (aopOp),
1164         * src/hc08/gen.c (aopOp),
1165         * src/mcs51/gen.c (aopop),
1166         * src/pic16/gen.c (pic16_aopOp),
1167         * src/pic/gen.c (aopOp),
1168         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1169         if size of operand is smaller than spill location
1170
1171 2006-05-12 Borut Razem <borut.razem AT siol.net>
1172
1173         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1174           have to have CR/LF line endings even if they are checked out on *nix
1175           or on WIN32 in cygwin binmode
1176
1177 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1178
1179         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1180         * device/include/ds80c390.h: added sfr16 definitions
1181         * src/ds390/gen.c,
1182         * src/ds390/gen.h,
1183         * src/ds390/main.c,
1184         * src/ds390/ralloc.c,
1185         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1186           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1187           bit returning functions
1188         * support/regression/tests/sfr16.c: enabled test on ds390
1189
1190 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1191
1192         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1193         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1194
1195 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1196
1197         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1198         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1199           (cl_address_space constructor): removed expensive initialization,
1200           (cl_address_space::get_cell): extended for late initialization,
1201           (cl_address_space::*): use late initialization,
1202           (cl_address_decoder::activate): removed expensive initialization,
1203           This reduced regression test running time by 25%
1204
1205 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1206
1207         * packihx/,
1208         * configure.in,
1209         * configure,
1210         * sdcc.dsw,
1211         * Makefile.bcc,
1212         * Makefile.in,
1213         * support/packihx/Makefile.in,
1214         * support/packihx/clean.mk,
1215         * support/packihx/Makefile.bcc,
1216         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1217
1218 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1219
1220         * src/SDCCval.c (valNot): fix for regression test failure
1221           of not.c on big endian hosts
1222
1223 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1224
1225         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1226
1227 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1228
1229         * device/lib/mcs51/Makefile.in: changed string comparison operator
1230           to = for POSIX compliance; == is bash extension
1231
1232 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1233
1234         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1235           kosmonaut_pirx
1236
1237 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1238
1239         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1240         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1241         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1242         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1243         bug report #1478657,
1244
1245 2006-05-05 Borut Razem <borut.razem AT siol.net>
1246
1247         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1248           making the html
1249
1250 2006-05-02 Borut Razem <borut.razem AT siol.net>
1251
1252         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1253           create *.ind, which made make to fail if invoked with -j 2
1254
1255 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1256
1257         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1258           Hubert Sack for patch 1479782
1259
1260 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1261
1262         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1263
1264 2006-05-01 Raphael Neider <rneider AT web.de>
1265
1266         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1267           (create_pic): store only prefix-free device name,
1268           (init_pic): check for device names with "16" prefix,
1269           (list_valid_pics),
1270         * src/pic/device.h (struct PIC_device),
1271         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1272             stored device name,
1273         * device/include/pic/pic12f{635,675,629,683}.h,
1274         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1275         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1276         * device/include/pic/pic16f505.h,
1277         * device/lib/pic/libdev/pic16f505.c: removed
1278         * device/include/pic/pic14devices.txt: added support for pic12f
1279             devices, removed unsupported non 16-bit devices
1280             [above changes provided by patch from Zik Saleeba]
1281         * src/pic/*, src/pic16/*, device/include/pic16/*,
1282           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1283
1284 2006-05-01 Borut Razem <borut.razem AT siol.net>
1285
1286         * configure.in, configure, doc/Makefile.in:
1287           sync with nightly build makefile - latex, dvipdf and dvips
1288           not needed any more
1289
1290 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1291
1292         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1293         in the library source
1294
1295 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1296
1297         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1298
1299 2006-04-28 Raphael Neider <rneider AT web.de>
1300
1301         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1302         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1303           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1304         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1305
1306 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1307
1308         * device/lib/pic/libdev/Makefile.in,
1309         * device/lib/hc08/Makefile.in,
1310         * device/lib/gbz80/Makefile.in,
1311         * device/lib/z80/Makefile.in,
1312         * device/lib/ds390/Makefile.in,
1313         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1314         thanks to Borut for the bug report
1315         * configure.in,
1316         * configure: always create doc/Makefile independent from --enable-doc
1317         * Makefile.in: always install from directory doc independent from
1318         --enable-doc
1319         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1320         removed
1321         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1322         * doc/Makefile.in: install *.txt if present
1323         * device/include/Makefile.in (install): added installation of pic/*.inc
1324         and pic/*.txt files again, they were erroneously removed
1325
1326 2006-04-28 Raphael Neider <rneider AT web.de>
1327
1328         * src/pic/{gen.c,main.h,pcode.c},
1329         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1330             concerning signedness with casts
1331
1332 2006-04-28 Raphael Neider <rneider AT web.de>
1333
1334         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1335             definition of an interrupt handler,
1336         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1337             interrupt handler stuff from picglue() to separate routine,
1338           (picglue): enabled definition of intr handlers in files w/o main()
1339
1340 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1341
1342         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1343           compilation with MSVC 2005 Express Edition (VC8)
1344
1345 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1346
1347         * device/lib/Makefile: fixed build of gbz80 lib
1348
1349 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1350
1351         * support/regression/tests/bug-460010.c,
1352         * support/regression/tests/bug-524691.c,
1353         * support/regression/tests/bug-716242.c: removed conditional defines
1354           that are already in testfwk.h
1355
1356 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1357
1358         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1359           (AccAXRsh1): added, shift right by 1,
1360           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1361            AccAXLrl1
1362         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1363
1364 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1365
1366         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1367         remove cast to same type
1368         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1369         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1370         * as/z80/Makefile,
1371         * link/z80/Makefile: removed, they have moved to
1372         Makefile.in files
1373         * configure,
1374         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1375         * install-sh: fix bug #1204398 by setting umask 0022
1376         * device/lib/Makefile: separate build of z80 and gbz80 lib
1377
1378 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1379
1380         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1381         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1382
1383         One basic decision: e.g. src/clean.mk includes further files. In order
1384         to make this work there are two solutions:
1385         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1386           run configure on them. This way they can use
1387           'include $(srcdir)/port-clean.mk'
1388         - always include clean.mk by the Makefile at the same level. To avoid
1389           that `make clean` tries to include and build Makefile.dep the
1390           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1391           implemented, because now even `make uninstall` doesn't create
1392           Makefile.in. clean.mk could be eliminated by pasting it in
1393           Makefile.in.
1394
1395         * debugger/mcs51/Makefile.in: build own objects from library sources
1396         (SLIB, SDCC) in current directory
1397
1398         * configure, configure.in: renamed --disable-device-lib-build in
1399         --disable-device-lib; added --enable-doc, the required tools are
1400         searched by configure; added result message; the toolchain for the
1401         belonging ports are now only built, if the port is enabled.
1402
1403         * support/regression/*: all output is written in directory gen, because
1404         the fwk and ports directories don't livet in the build tree using vpath
1405
1406         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1407         --disable-device-lib, added --enable-doc, added section VPATH
1408
1409         * sim/ucsim/configure.in,
1410         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1411         z80 are enabled by default
1412
1413 2006-04-24 Raphael Neider <rneider AT web.de>
1414
1415         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1416             to config word, "pic14_"-prefixed some extern functions
1417           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1418             config word has been found
1419         * src/pic/device.h: added prototypes
1420         * src/pic/pcode.c: added "pic14_"-prefix where needed
1421         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1422             fixup
1423         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1424             words,
1425           (pic14emitRegularMap): ignore config words,
1426           (pic14createInterruptVect): moved generating __config directives away
1427           (picglue): have __config directives emitted
1428
1429 2006-04-24 Borut Razem <borut.razem AT siol.net>
1430
1431         * doc/Makefile: sync with nightly build makefile
1432
1433 2006-04-24 Raphael Neider <rneider AT web.de>
1434
1435         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1436             registers that have not been assigned proper liveranges,
1437             fixes #1469504 and #1474602,
1438           (pCodeRegOptimizeRegUsage): fixed typo in comment
1439
1440 2006-04-24 Borut Razem <borut.razem AT siol.net>
1441
1442         * device/examples/main8051.c: deleted - it was removed from CVS
1443           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1444           after the transition to Subversion
1445         * src/SDCCalloc.h: deleted - it was removed  from CVS
1446           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1447           after the transition to Subversion
1448         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1449           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1450           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1451           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1452
1453 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1454
1455         * as/asx8051.dsp: added mcs51/strcmpi.h
1456         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1457         * as/hc08/aslink.h: updated lnksect prototype
1458         * as/hc08/asm.h,
1459         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1460         * as/hc08/asmain.c,
1461         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1462           (newdot): handle A_ABS
1463         * as/hc08/asout.c,
1464         * as/mcs51/asout.c (outarea): output address
1465         * as/hc08/lkaomf51.c,
1466         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1467         * as/hc08/m08pst.c,
1468         * as/mcs51/i51pst.c,
1469         * as/z80/z80pst.c: "ABS" is not A_OVR
1470         * as/hc08/lkarea.c (newarea): read a_addr,
1471           (lnkarea): added codemap array, sort absolute areas to the front,
1472            combine all GSINITx/GSFINAL,
1473           (find_empty_space, allocate_space): new functions,
1474           (lnksect): return next address, handle absolute sections
1475         * as/mcs51/lkarea.c (newarea): read a_addr,
1476           lnksect2 prototype changed,
1477           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1478           (find_empty_space, allocate_space): new, factored out of lnksect2,
1479           (lnksect2): return next address, handle absolute sections
1480         * as/hc08/lkhead.c,
1481         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1482         * as/hc08/lklibr.c (addfile, fndsym),
1483         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1484           index out of range and detect both '\' and '/'
1485         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1486         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1487           regression tests (ds390 cannot return bool yet)
1488         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1489           document critical interrupts on z80, document changed SDCC define
1490         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1491           (_a390_mapping): added .org directive
1492         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1493           (genMultOneByte): fixed warnings
1494         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1495           ones
1496         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1497         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1498           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1499         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1500         * src/pic16/main.c: removed newReg prototype
1501         * src/pic16/pcode.c,
1502         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1503           warnings
1504         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1505           ones
1506         * src/pic16/ralloc.c
1507         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1508           to fix warnings
1509         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1510           from short to PIC_OPTYPE
1511         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1512         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1513           optype from short to PIC_OPTYPE
1514         * src/port.h: made int_size unsigned to fix warnings
1515         * src/SDCC.y: fixed warning on MSVC
1516         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1517         * src/SDCCopt.c (convertToFcall): fixed warnings
1518         * src/SDCCsymt.h: removed double prototype for genSymName
1519         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1520           offset int to fix warnings
1521
1522 2006-04-22 Borut Razem <borut.razem AT siol.net>
1523
1524         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1525           references to CVS replaced with Subversion
1526
1527 2006-04-21 Borut Razem <borut.razem AT siol.net>
1528
1529         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1530           references to CVS replaced with Subversion
1531
1532 2006-04-19 Borut Razem <borut.razem AT siol.net>
1533
1534         * src/version.awk: adapted for svn
1535         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1536           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1537           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1538           /binutils-avr/etc/*.vi, *.jin: removed all properties
1539           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1540
1541 2006-04-19 Borut Razem <borut.razem AT siol.net>
1542
1543         * CVS to Subversion migration completed
1544
1545 2006-04-18 Borut Razem <borut.razem AT siol.net>
1546
1547         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1548           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1549
1550 2006-04-17 Borut Razem <borut.razem AT siol.net>
1551
1552         * device/include/Makefile.in: added pic/*.inc to the installation
1553
1554 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1555
1556         * support/regression/collate-results.py: fixed output in case of
1557         a valdiag error
1558         * support/regression/generate-cases.py: fixed splitting of pathnames
1559         with dots
1560         * as/hc08/lklibr.c (addfile),
1561         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1562
1563 2006-04-11 Raphael Neider <rneider AT web.de>
1564
1565         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1566         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1567         * src/pic16/pcode.c (assignValnums): fixed #1460578
1568
1569 2006-04-11 Raphael Neider <rneider AT web.de>
1570
1571         * device/lib/pic/libdev/*.c,
1572         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1573           fixes #1468739, enables compilation in --std-c99 mode
1574         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1575
1576 2006-04-11 Raphael Neider <rneider AT web.de>
1577
1578         * src/pic/device.c (find_device): removed debug output
1579           (list_valid_pics): enabled verbose listing of supported devices
1580         * device/include/stdbool.h: define bool as char for pic14/16 as well
1581
1582 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1583
1584         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1585
1586 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1587
1588         * .version: bumped version to 2.5.6
1589         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1590
1591 2006-04-06 Raphael Neider <rneider AT web.de>
1592
1593         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1594         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1595         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1596           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1597             pic14_constructAbsMap
1598           (pic14printPublics): declare absolute global symbols as global
1599           (pic14createInterruptVect),
1600         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1601           (newReg): assume new registers unused, use correct name in
1602             hashtable (reg->name instead of name), more debugLog output
1603         * src/pic/device.h (PIC_device): added fields for verbose output
1604         * src/pic/device.c: moved device definition to pic14devices.txt,
1605             added routines for runtime parsing of pic14devices.txt,
1606             added support for second config word
1607         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1608           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1609           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1610           (_pic14_parseOptions): moved pCodeInitRegisters here
1611           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1612         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1613           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1614             handling the pseudo stack
1615         * device/lib/Makefile.in: ignore failures in objects-pic16,
1616         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1617         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1618         * device/lib/pic/Makefile.subdir,
1619         * device/lib/pic16/Makefile.subdir: improved clean rules
1620         * device/lib/pic/libdev/: NEW, pic14 device libraries
1621         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1622         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1623         * device/include/Makefile.in: create subdir and install pic14 headers
1624         * device/include/pic/p16f_common.inc: removed unused declarations
1625         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1626             PICs from inc2h.pl v1.6,
1627             replaced BIT_AT macros with struct declarations
1628         * device/include/pic/pic14devices.txt: definition of supported devices,
1629             all above improvements contributed by Zik Saleeba, thanks
1630         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1631         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1632             headers
1633
1634 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1635
1636         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1637         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1638           thanks to Charles Olds
1639
1640 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1641
1642         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1643
1644 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1645
1646         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1647         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1648         * support/regression/bug1464657.c: added, new test
1649
1650 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1651
1652         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1653           version number
1654
1655 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1656
1657         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1658           --no-peep and --peep-file <file> are used don't use default rules but
1659           do use the <file>
1660
1661 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1662
1663         * src/mcs51/gen.c (genCall): fixed bug 1457608
1664
1665 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1666
1667         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1668         changes seem to cause (trigger?) problems with the build system.
1669
1670 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1671
1672         * src/SDCCpeeph.c (operandsLiteral): new, added,
1673           (callFuncByName): inserted operandsLiteral
1674         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1675
1676 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1677
1678         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1679         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1680
1681 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1682
1683         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1684           implemented patch 1120823 Thanks to Willy De la Court (normal
1685           interrupts need an interrupt number now if they are made critical),
1686           and enabled nesting of critical functions though not for gbz80
1687           (genCritical, genEndCritical): added functions
1688           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1689         * src/z80/mappings.i: added "ei" to all mappings
1690
1691 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1692
1693         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1694         submitted by the Debian SDCC maintainer Aurelien Jarno:
1695         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1696         archive with gcc 4.1 on mips and wrote the patch"
1697
1698 2006-03-16 Raphael Neider <rneider AT web.de>
1699
1700         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1701           the left operand is shorter than the result (c* = lit-c* + int),
1702           fixes bug #1450796
1703         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1704           OP_SYMBOL
1705
1706 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1707
1708         * src/.version: increased version number to 2.5.5
1709         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1710         linking is done manually in pic16 port's _linkEdit,
1711         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1712         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1713         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1714         allocate asmop as AOP_ACC,
1715         (aopForRemat): added parameter 'bool result' in function declaration,
1716         (pic16_aopGet): return AOP_ACC when accessing WREG,
1717         (pic16_popGetTempReg): minor modification,
1718         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1719         'pic16_allocWithIdx',
1720         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1721         calling function in absolute addresses,
1722         (genAssign): take into account AOP_ACC asmop,
1723         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1724         * src/pic16/pcoderegs.c: some debug functions and lines added,
1725         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1726         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1727         register too,
1728         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1729         call to allocReg, not by manually allocating a new one,
1730         (pic16_assignRegisters): now before going through the register
1731         allocating functions mark all registers as free. This eliminates some
1732         side effects resulting from peephole parser done earlier in the backbone
1733
1734 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1735
1736         * src/SDCCicode.c (geniCodeLogic),
1737         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1738
1739 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1740
1741         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1742           (genSend): bugfix, do not allocate and free twice,
1743           (shiftRLong): handle partially overlapping aops
1744         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1745
1746 2006-03-08 Borut Razem <borut.razem AT siol.net>
1747
1748         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1749           for pic16
1750
1751 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1752
1753         * support/regression/tests/bug1409955.c: new, added
1754         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1755         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1756           (aopForSym, aopOp): increment asmop.allocated if reused,
1757           (freeAsmop): decrement asmop.allocated and check for zero instead of
1758           using asmop.freed,
1759           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1760           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1761            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1762            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1763            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1764            genSignedRightShift, genRightShift, genDataPointerGet,
1765            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1766            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1767             in reverse order from allocation,
1768           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1769             added swappedLR to keep track
1770         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1771           pdata & code for GCC, z80, gbz80 & hc08
1772         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1773
1774 2006-03-08 Raphael Neider <rneider AT web.de>
1775
1776         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1777
1778 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1779
1780         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1781         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1782         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1783
1784 2006-03-06 Borut Razem <borut.razem AT siol.net>
1785
1786         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1787           made the linker quiet
1788
1789 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1790
1791         * src/pic16/gen.c (genPcall): fixed bug #1443644
1792         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1793         which dumps before the function entry point a data byte which represents
1794         the number of the local variables used by the specified function, added
1795         'xinst' for initial support for Extended Instruction Support,
1796         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1797         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1798         port->fun_prefix anymore (may change later),
1799         (genFunction, genEndFunction): do not store/restore local registers for
1800         _main (this should take care the --main-return command line option in
1801         the future),
1802         (genOr): removed some legacy pic-port instructions,
1803         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1804         performing operations with SFR's causes data to be written more than
1805         once to each SFR. Perhaps SFRs should be handled in special cases...
1806         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1807         pcode.h
1808         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1809         into account for stack starting position,
1810         (struct OPTIONS pic16_optionsTable): added command line argument
1811         --extended or -y for Extended Instruction Support,
1812         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1813         (deassignLRs): *** perhaps the most important change, old 'for' code
1814         (commented out for reference), didn't account for some registers which
1815         were left marked 'not free' after a pointer operation. The change
1816         reduces register usage a lot in some cases
1817
1818 2006-03-04 Borut Razem <borut.razem AT siol.net>
1819
1820         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1821           _clean
1822         * support/regression/tests/bug-524697.c: decreased array size for
1823           mcs51 to fit into the internal RAM
1824         * support/regression/Makefile.in: a little bit more verbose
1825
1826 2006-03-03 Borut Razem <borut.razem AT siol.net>
1827
1828         * support/regression/fwk/lib/testfwk.c,
1829           support/regression/fwk/include/testfwk.h: introduced function
1830           _prints(), nonrecursive _printn(), call _initEmu() from main()
1831         * support/regression/ports/gbz80/support.asm,
1832           support/regression/ports/ucz80/support.asm,
1833           support/regression/ports/z80/support.asm,
1834           support/regression/ports/ds390/support.c,
1835           support/regression/ports/hc08/support.c,
1836           support/regression/ports/host/support.c,
1837           support/regression/ports/mcs51/support.c,
1838           support/regression/ports/xa51/support.c: added empty _initEmu()
1839           function
1840         * support/regression/ports/pic16/gpsim.cmd,
1841           support/regression/ports/pic16/spec.mk,
1842           support/regression/ports/pic16/support.c,
1843           support/regression/Makefile.in: added pic16 regression test
1844
1845 2006-03-01 Raphael Neider <rneider AT web.de>
1846
1847         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1848           genConstPointerGet): use safe way of generating MOVFF to cover
1849             literals as well as registers, fixes bug #1440527
1850         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1851             dereference
1852           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1853             more correctly, fixes bug #1232186
1854           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1855         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1856             gplink guess the correct processor in more cases, applied patch
1857             from Till Riedel attached to and fixing bug #1436552
1858
1859 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1860
1861         * support/regression/tests/array.c: added, contains check for #1434401
1862         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1863
1864 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1865
1866         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1867         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1868         * device/include/mcs51/c8051f326.h,
1869         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1870         * device/include/mcs51/c8051f000.h,
1871         * device/include/mcs51/c8051f018.h,
1872         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1873           PCON_IDLE,PCON_STOP and added sfr16 definitions
1874
1875 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1876
1877         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1878           genGetWord): fixed bug 1409955
1879
1880 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1881
1882         * device/include/hc08/mc68hc908gp32.h,
1883         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1884
1885 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1886
1887         * src/SDCCast.c (constExprValue): return NULL if not a value
1888         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1889         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1890         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1891
1892 2006-02-13 Borut Razem <borut.razem AT siol.net>
1893
1894         * src/regression/ptrarg.c: added, fails due to bug #1430967
1895         * src/regression/Makefile: ptrarg.c added, ...
1896
1897 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1898
1899         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1900         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1901
1902 2006-02-11 Borut Razem <borut.razem AT siol.net>
1903
1904         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1905           print "Processor: xxx" message to stdout only if --verbose
1906
1907 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1908
1909         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1910         * support/regression/tests/bug1426356.c: added
1911         * support/regression/tests/bitfields.c: removed 2 tests
1912
1913 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1914
1915         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1916         * device/include/mcs51/c8051f330.h,
1917         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1918           PCON_IDLE,PCON_STOP and added sfr16 definitions
1919         * device/lib/_divsint.c,
1920         * device/lib/_divuint.c,
1921         * device/lib/_divulong.c,
1922         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1923           register bank bug for small stackauto
1924
1925 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1926
1927         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1928
1929 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1930
1931         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1932         * all.dsp: corrected several bin paths
1933         * device/include/mcs51/c8051f120.h,
1934         * device/include/mcs51/c8051f300.h,
1935         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1936           to PCON_IDLE,PCON_STOP
1937         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1938         * device/lib/printf_large.c (output_float): fixed bug 1388703
1939         * support/regression/tests/bug1057979.c: added test for bug 1388703
1940
1941 2006-02-08 Raphael Neider <rneider AT web.de>
1942
1943         * src/pic/pcode.c (pciTRIS): fixed typo,
1944           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1945           (LinkFlow): fixed handling of flows that end in a call,
1946           (ReuseReg): perform safety check earlier
1947         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1948             to work with flows at the beginning of a pBlock,
1949             fixes #1426557 (Symbol not previously defined),
1950           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1951             usage information
1952           (RemoveUnusedRegisters): update register usage info
1953         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1954             created, reuse existing ones instead
1955         * src/pic/gen.c (genPcall): fixed #1424719
1956
1957 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1958
1959         * link/z80/lkmain.c,
1960         * link/z80/lklex.c,
1961         * link/z80/lkdata.c,
1962         * link/z80/aslink.h: fixed build on current cygwin:
1963         replaced getline() by lk_getline()
1964
1965 2006-02-01 Borut Razem <borut.razem AT siol.net>
1966
1967         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1968           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1969           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1970           src/regression/bool1.c, src/regression/bool2.c,
1971           src/regression/bool3.c, src/regression/call1.c,
1972           src/regression/compare.c, src/regression/compare10.c,
1973           src/regression/compare2.c, src/regression/compare3.c,
1974           src/regression/compare4.c, src/regression/compare5.c,
1975           src/regression/compare6.c, src/regression/compare7.c,
1976           src/regression/compare8.c, src/regression/compare9.c,
1977           src/regression/configword.c, src/regression/for.c,
1978           src/regression/inline.c, src/regression/mult1.c,
1979           src/regression/nestfor.c, src/regression/or1.c,
1980           src/regression/pointer1.c, src/regression/ptrfunc.c,
1981           src/regression/rotate1.c, src/regression/rotate2.c,
1982           src/regression/rotate3.c, src/regression/rotate4.c,
1983           src/regression/rotate5.c, src/regression/rotate6.c,
1984           src/regression/rotate7.c, src/regression/string1.c,
1985           src/regression/struct1.c, src/regression/sub.c,
1986           src/regression/sub2.c, src/regression/switch1.c,
1987           src/regression/while.c, src/regression/xor.c,
1988           src/regression/create_stc, src/regression/simulate,
1989           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1990           regression tests
1991         * src/regression/gpsim_assert.h: added
1992
1993 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1994
1995         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1996         ((void (code *) (void)) 0) ();
1997         * as/hc08/aslex.c,
1998         * as/hc08/aslink.h,
1999         * as/hc08/asm.h,
2000         * as/hc08/asmain.c,
2001         * as/hc08/lkdata.c,
2002         * as/hc08/lklex.c,
2003         * as/hc08/lkmain.c,
2004         * as/mcs51/aslex.c,
2005         * as/mcs51/aslink.h,
2006         * as/mcs51/asm.h,
2007         * as/mcs51/asmain.c,
2008         * as/mcs51/lkdata.c,
2009         * as/mcs51/lklex.c,
2010         * as/mcs51/lkmain.c,
2011         * as/z80/aslex.c,
2012         * as/z80/asm.h,
2013         * as/z80/asmain.c: fixed build on current cygwin:
2014         replaced getline() by as_getline()
2015
2016 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2017
2018         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
2019         declarator in the symbol chain
2020         * src/SDCCsymt.h,
2021         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
2022         parameter list for function pointers
2023         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
2024         * support/regression/tests/bug-716242.c: added
2025
2026 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2027
2028         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
2029         offset if possible
2030         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
2031
2032 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2033
2034         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
2035         inifinitely recurseable, added static
2036         * support/regression/tests/bug-1408066.c: added
2037
2038 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2039
2040         * src/SDCCicode.h,
2041         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
2042         renamed, added possibility to create "postLoopLbl"-labels
2043         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
2044         newiTempLoopHeaderLabel
2045         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2046         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2047         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2048         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2049         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2050         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2051         (basicInduction): fixed bug #136564, made static,
2052         (loopInduction): changed parameter of basicInduction, made static,
2053         (addPostLoopBlock): added
2054         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2055         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2056         findLoopEndSeq
2057         * support/regression/tests/bug-136564.c: added
2058         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2059         --std-sdcc99 to LIBSDCCFLAGS
2060
2061 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2062
2063         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2064         while loop
2065         * support/regression/tests/bug-1406131.c: added
2066
2067 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2068
2069         * src/SDCCast.c (decorateType): fix promotion of unary minus
2070         * src/SDCCsymt.c (computeType): beautified
2071         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2072         (valUnaryPM, valComplement): fix sign and promotion,
2073         (valNot): ANSI: result type is int (SDCC: unsigned char)
2074         * support/regression/tests/uminus.c: speedup by removing superflous
2075         test case 'int'
2076         * support/regression/tests/onebyte.c: added promotion and signedness
2077         tests for unary minus
2078         * support/regressions/tests/bug-477927.c: disable warning about
2079         uninitialized variables
2080         * support/regression/tests/not.c: added
2081
2082 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2083
2084         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2085         * src/mcs51/gen.c (gen51Code): show final register usage after
2086         fillGaps in asm with --i-code-in-asm
2087         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2088         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2089         incUsed, rliveClear, adjustIChain): made static,
2090         (setFromRange): excluded because it's unused,
2091         (findPrevUseSym, markWholeLoop): added,
2092         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2093         through all branches of predecessors enables sdcc to emit the warning
2094         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2095         (rlivePoint): made static, added parameter emitWarnings which is only
2096         true during the first run out of two,
2097         (findRecursiveSucc, findRecursivePred): removed,
2098         (computeLiveRanges): made static, added parameter emitWarnings,
2099         (dumpIcRlive): added for debugging only
2100         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2101         removed prototype of setFromRange()
2102         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2103         in call of computeLiveRanges()
2104         * support/regression/tests/bug-895992.c: added
2105         * support/regression/tests/bug-971834.c: added
2106         * support/valdiag/tests/bug-895992.c: added
2107         * support/valdiag/tests/bug-971834.c: added
2108
2109 2005-12-18 Raphael Neider <rneider AT web.de>
2110
2111         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2112           (genUnpackBits): improved code for direct operands,
2113           (genPackBits): improved code for literal assignment to bitfields
2114             and for direct destination operands (no FSR indirection),
2115             prevented redundant AND, fixes #1362800,
2116           (AccLsh): added parameter to disable masking of the result
2117         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2118           skip instructions with side-effects (like incfsz),
2119           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2120         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2121         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2122           fixes #1375263
2123
2124 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2125
2126         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2127         volatile variables as spill location
2128
2129 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2130
2131         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2132         replacing literals
2133         * support/regression/tests/bug-1376320.c: added
2134
2135 2005-12-08 Raphael Neider <rneider AT web.de>
2136
2137         * src/pic/device.c: renamed is_shared to pic14_is_shared
2138         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2139         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2140           (is_valid_identifier): added for above workaround
2141
2142 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2143
2144         * device/lib/Makefile.in: fixed to enable port-specific-objects
2145         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2146           char, thanks Hubert Sack
2147         * doc/sdccman.lyx: documented --xstack-loc,
2148           elaborated a bit more on interrupts and pitfalls,
2149           removed "setjmp/longjmp unsupported",
2150           documented some unsupported C99 features
2151         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2152         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2153           if, thanks Hubert Sack
2154         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2155         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2156           make make_library
2157         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2158           regression tests can report resource usage (rfe 700441)
2159         * support/regression/collate-results.py: report resource usage
2160         * support/regression/ports/ds390/spec.mk,
2161         * support/regression/ports/hc08/spec.mk,
2162         * support/regression/ports/mcs51/spec.mk,
2163         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2164         * support/regression/ports/ds390/uCsim.cmd,
2165         * support/regression/ports/hc08/uCsim.cmd,
2166         * support/regression/ports/mcs51/uCsim.cmd,
2167         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2168         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2169           library, use the default one
2170         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2171           building the library
2172
2173 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2174
2175         * config.dsp: added dependency on .version and configure_vc.awk
2176         * device/include/setjmp.h: updated for --stack-auto and --xstack
2177         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2178         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2179         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2180         * device/lib/libsdcc.lib: added _setjmp
2181         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2182           (decorateType): fixed bug 1372851,
2183           (optimizeGetHbit): fixed warning
2184         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2185           array initialisation
2186         * support/regression/tests/bug1057979.c: added test for bug 1358192
2187         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2188
2189 2005-12-03 Borut Razem <borut.razem AT siol.net>
2190
2191         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2192           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2193
2194 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2195
2196         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2197         createIval): implement symbol independant "flexible array member",
2198         (createIvalCharPtr): implemented flexible array initialisation with a
2199         string
2200         * src/SDCCsymt.c (copyStruct): removed,
2201         (getSize): fixed misleading comment,
2202         (getAllocSize): removed, the additional allocation size is now in
2203         sym->flexArrayLength,
2204         (checkStructFlexArray): new, syntax checks for flexible array members,
2205         (compStructSize): added syntax checks for "flexible array members"
2206         (copyStruct): removed,
2207         (copyLinkChain): removed inefficient fix for bug 770487
2208         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2209         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2210         symbol->flexArrayLength
2211         * src/SDCCerr.c,
2212         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2213         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2214         * support/regression/tests/structflexarray.c: added
2215         * support/valdiag/tests/structflexiblearray.c: added
2216
2217 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2218
2219         * src/SDCCast.c (decorateType): fixed bug 1368489
2220         * support/Util/SDCCerr.c,
2221         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2222
2223 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2224
2225         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2226           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2227
2228 2005-11-27 Borut Razem <borut.razem AT siol.net>
2229
2230         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2231           support/cpp2/mkdeps.h: added command line option
2232           -obj-ext=<extension> to SDCPP to define object file externion, used
2233           for generation of make dependencies (-M)
2234         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2235
2236 2005-11-26 Borut Razem <borut.razem AT siol.net>
2237
2238         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2239           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2240           added pic and pic16 libraries
2241
2242 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2243
2244         * device/include/float.h: Corrected typo in prototype of __fsgt
2245
2246 2005-11-25 Borut Razem <borut.razem AT siol.net>
2247
2248         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2249           added creation of model-mcs51-stack-auto libraries
2250
2251 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2252
2253         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2254         and fields-list too
2255         * src/SDCCast.c (createIvalArray): removed obsolete comment
2256
2257 2005-11-24 Borut Razem <borut.razem AT siol.net>
2258
2259         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2260           added missing device/lib/mcs51/crt*.asm sources
2261
2262 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2263
2264         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2265
2266 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2267
2268         * device/lib/_fs2schar.c,
2269         * device/lib/_fs2sint.c,
2270         * device/lib/_fs2slong.c: optimized inline asm
2271
2272 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2273
2274         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2275           Better handling of floats between -1.0 and 0.0.
2276
2277 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2278
2279         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2280           (the missing "if"s prohibited removal of redundant labels)
2281
2282 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2283
2284         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2285           Properly convert floats between -1.0 and 0.0 to long, int, and char
2286           types (max integer value of negative floats tends to zero).
2287         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2288           Removed changes made so to work properly with floats between
2289           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2290           and _fs2char.c
2291
2292 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2293
2294         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2295         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2296         (genCast) cosmetic change
2297         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2298         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2299         from mcs51
2300         * support/regression/tests/bitfields (testSignedBitfields): added
2301
2302 2005-11-18 Borut Razem <borut.razem AT siol.net>
2303
2304         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2305         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2306           introduced SILENT option to make building of pic16 libraries less
2307
2308 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2309
2310         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2311           Now they work properly with floats between -1.0 and 0.0
2312         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2313
2314 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2315
2316         * src/SDCCicode.c (printOperand): added missing else
2317
2318 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2319
2320         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2321         reformatted for better readability
2322         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2323         signed bitfields
2324
2325 2005-11-17 Borut Razem <borut.razem AT siol.net>
2326
2327         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2328           introduced SILENT option to make building of pic16 libraries less
2329           verbose - used for nightly snapshot build
2330         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2331           available on Win32 platforms.
2332         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2333           medium, large, pic and pic16
2334
2335 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2336
2337         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2338           printf("%f"...) sets fraction to zero.
2339
2340 2005-11-16 Raphael Neider <rneider AT web.de>
2341
2342         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2343           fixes #1357221
2344         * src/pic/gen.c (genIfx): implemented for CARRY bit
2345         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2346           to generic pointers, fixes #1357332,
2347           (pic16_movLit2f): NEW,
2348           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2349
2350 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2351
2352         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2353
2354 2005-11-11 Raphael Neider <rneider AT web.de>
2355
2356         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2357         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2358           compute pointer's type from operand,
2359           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2360           improved single bit reads, fixes bug #1353379
2361
2362 2005-11-09 Borut Razem <borut.razem AT siol.net>
2363
2364         * support/scripts/sdcc.nsi: added lib/pic to the package
2365
2366 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2367
2368         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2369
2370 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2371
2372         * support/regression/tests/bug1348008.c: added
2373         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2374         * support/regression/tests/bug1337835.c: updated comment
2375
2376 2005-11-06 Borut Razem <borut.razem AT siol.net>
2377
2378         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2379           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2380           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2381           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2382           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2383           dynamic construction of cl_error_class and derivates - 2.nd try
2384
2385 2005-11-05 Borut Razem <borut.razem AT siol.net>
2386
2387         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2388           bug, which caused Bus Errors on sparc solaris
2389
2390 2005-11-04 Borut Razem <borut.razem AT siol.net>
2391
2392         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2393           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2394           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2395           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2396           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2397           and derivates to resolve the initialization problem on OSX
2398
2399 2005-11-02 Borut Razem <borut.razem AT siol.net>
2400
2401         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2402           corrected typo - #include <winsock2.h>
2403
2404 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2405
2406         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2407           (_asxxxx_mapping): added org directive for future enhancements
2408
2409 2005-11-01 Borut Razem <borut.razem AT siol.net>
2410
2411         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2412           enabled sockets on WIN32
2413         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2414
2415 2005-10-31 Borut Razem <borut.razem AT siol.net>
2416
2417         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2418           WIN32 backslash path delimiters should be escaped when used in C strings
2419         * support/regression/tests/bitfields.c: exclude failing assertions for
2420           __CYGWIN32__ and __MINGW32__ hosts
2421
2422 2005-10-30 Borut Razem <borut.razem AT siol.net>
2423
2424         * src/SDCCutil.c: corrected double comparison typo
2425
2426 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2427
2428         * device/lib/medium/Makefile: added for new memory model medium
2429         * device/include/asm/mcs51/features.h: updated for medium/pdata
2430         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2431           added Multiply & Accumulate sbit's and MAC0_PAGE define
2432         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2433         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2434         * device/lib/_mullong.c: update for medium model
2435         * device/lib/incl.mk: added medium model
2436         * doc/sdccman.lyx: documented medium model
2437         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2438         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2439         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2440         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2441           (allocParms): set SCLS and OCLS to pdata for medium model
2442         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2443           for pdata,
2444           (powof2): return <0 if not power of 2
2445         * src/avr/gen.c (genBitWise): use updated powof2
2446         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2447           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2448           (shiftLLeftOrResult): use B if necessary
2449         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2450         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2451         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2452         * support/regression/Makefile.in: added test-mcs51-medium
2453         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2454
2455 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2456
2457         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2458         specifier unsigned
2459         * device/lib/time.c (mktime): fixed bug 1334315
2460
2461 2005-10-28 Raphael Neider <rneider AT web.de>
2462
2463         * device/include/pic/p16f_common.inc: added common declarations
2464         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2465
2466 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2467
2468         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2469           (aopPutUsesAcc): added to predict accumulator use,
2470           (assignResultValue): save acc if necessary,
2471           (genMinusDec): store result if indirectly addressed,
2472           (genDivOneByte):  save acc if necessary,
2473           (movLeft2Result): bugfix if left already in acc,
2474           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2475             attention to accumulator use (esp. pdata),
2476           (genReceive): receive pdata correctly
2477         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2478         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2479
2480 2005-10-27 Raphael Neider <rneider AT web.de>
2481
2482         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2483
2484 2005-10-27 Raphael Neider <rneider AT web.de>
2485
2486         * .version: changed version to 2.5.4
2487         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2488         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2489           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2490             arithmetics support routines
2491         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2492         * device/lib/Makefile.in: also create installdir for pic
2493
2494         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2495           pic14 port as well
2496         * src/pic/device.c (dump_sfr): rewritten to delegate register
2497           placement to the linker (use `extern sym' rather than sym EQU addr),
2498           (validAddress): fixed to check last specified address
2499         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2500           (popGetLit): truncate literal value to 8 bit,
2501           (popGet): moved assert to more appropriate place
2502           (popGetExternal): create pCode operand from and mark the according
2503             symbol as being `extern'
2504           (popGetAddr): added sanity check on immediate's offset, provide
2505             GPOINTER tag on demand
2506           (aopPut): fixed for immediates,
2507           (mov2w_op): move operand's address or contents to WREG (depending on
2508             operand type), safer variant of mov2w,
2509           (movwf,call_libraryfunc): NEW, handy abbreviations,
2510           (get_argument_pcop,get_return_val_pcop,pass_argument,
2511           get_returnvalue): interface for accessing function parameters and
2512             return values,
2513           (assignResultValuei,genRet): use new parameter/return value interface
2514           (pic14_getDataSize): back to old version handling generic pointers,
2515           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2516             provided implementation and/or fixed old one,
2517           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2518             calls, removed legacy 8051 reference code
2519           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2520           (loadSignToC): NEW, move the operands sign bit to CARRY,
2521           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2522             genRightShiftSigned, accepts negative shift counts,
2523           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2524           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2525             generic pointers, __data pointers and __code pointers,
2526           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2527             and signed bitfields, limit bitfields to 8 bit,
2528           (genDataPointerGet): fixed number of bytes read,
2529           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2530           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2531             pointers to constant data are no longer assumed to point to __code
2532             space, removed invalid pointer types,
2533           (bitpatternFromVal): retrieve the PICs representation of an integer
2534             or float literal,
2535           (genDataPointerSet): fixed assigning to po_immediate operands,
2536           (genGenPointerSet): implemented as library call,
2537           (genIfx): fixed incorrect condition,
2538           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2539             provide GPOINTER tag according to destination's storage class,
2540           (genCast): added code to handle casting to generic pointers, added
2541             sign-/zero extension of the result
2542           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2543         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2544         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2545           extend the result
2546         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2547           address/register resides in the shared banks
2548           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2549             put all variables into separate sections (have the linker arrange
2550             them)
2551           (picglue): put init code and interrupt handlers in separate sections
2552         * src/pic/main.c: added port specific options table, modified to PORT
2553           structure to make GPOINTERs 3 byte, added pic14_options
2554           (_pic14_do_link): private linking routine (update paths to libraries,
2555             add libsdcc.lib by default)
2556         * src/pic/main.h: declare pic14_options
2557         * src/pic/pcode.c: fixed instructions i/o relations,
2558           (RegCond): reverted to correct version,
2559           (newpCodeOpLit): truncate literals to 8 bit,
2560           (genericPrint): added debug output,
2561           (getRegFromInstruction): fixed for various operand types, simplified
2562           (BuildFlow): fixed broken handling of isntructions with labels
2563           (LinkFlow): start at last instruction in flow (skip trailing comments),
2564             pass the flow on to the next instruction after CALL
2565           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2566           (insertPCodeInstruction): fixed inserting after a skip instruction,
2567           (DoBankSelect): fixed for labeled instructions
2568           (OptimizepBlock): honor --nopeep switch
2569           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2570         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2571         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2572           (pCodeOptime2pCodes): allow disabling this optimization via
2573             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2574             but is still buggy), started implementation of a dataflow based
2575             pCode optimization (CSE + dead code elimination)
2576           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2577         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2578           names are independant of the stack location and therefore portable across
2579           devices
2580
2581 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2582
2583         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2584           (selectSpil): fixed bug 1337835 by not spilling bit variables
2585         * support/regression/tests/bug1337835.c: added test for this bug
2586         * src/mcs51/peeph.def: restart after rule 3.c,
2587           addded rules 263.x to optimize loading constants
2588
2589 2005-10-26 Raphael Neider <rneider AT web.de>
2590
2591         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2592         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2593           (genAssign): emit warning when casting literals to generic pointer
2594             type, also applies when taking the address of a fixed variable,
2595           (genCast): improved casting to generic pointers
2596         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2597           extern variables, added verbose error message
2598         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2599
2600 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2601
2602         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2603         carry must be complemented too
2604         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2605         could be emitted by genMinus
2606         * src/SDCCval.c (constVal): fixed bug 1305065
2607
2608 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2609
2610         * src/SDCCast.c (addCast): added promotion for bit variables
2611         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2612         promotion casts + optimisation
2613         (optimizeGetWord): fix warning 'i' might be used uninitialized
2614         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2615         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2616
2617 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2618
2619         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2620         all chars are promoted to int; promotion should be handled in SDCCast.c
2621
2622 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2623
2624         * device/lib/_strcmp.c: Fixed bug 1326457
2625
2626 2005-10-11 Raphael Neider <rneider AT web.de>
2627
2628         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2629         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2630
2631 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2632
2633         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2634         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2635
2636 2005-10-04 Raphael Neider <rneider AT web.de>
2637
2638         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2639           device/lib/pic16/pics.all: added pic18f1320
2640         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2641
2642 2005-09-30 Raphael Neider <rneider AT web.de>
2643
2644         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2645         * src/pic16/devices.inc: NEW, provides device descriptions
2646         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2647
2648 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2649
2650         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2651           GETHBIT
2652
2653 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2654
2655         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2656           documented Any Order Bit, Higher Order Byte and Higher Order Word
2657         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2658         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2659           (optimizeGetAbit): new, to get any bit, not only the high bit,
2660           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2661           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2662           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2663           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2664             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2665             GETABIT, GETBYTE, GETWORD: decorate them,
2666           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2667           (ast_print): added GETABIT, GETBYTE, GETWORD
2668         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2669         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2670           (geniCodeBinary): new generic binary icode,
2671           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2672         * src/port.h: updated comment for PORT.hasExtBitOp
2673         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2674           (genGetByte): new, to get a single byte,
2675           (genGetWord): new, to get a word from a long,
2676           (gen51Code): added GETABIT, GETBYTE, GETWORD
2677         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2678
2679 2005-09-23 Raphael Neider <rneider AT web.de>
2680
2681         * configure.in, configure: have device/lib/pic configured
2682         * device/lib/Makefile.in: added model-pic14
2683         * device/lib/clean.mk: added pic/ to clean rule
2684         * device/lib/pic: added rudimentary pic14 library providing support
2685           functions for multiplication/division/generic pointer access
2686         * src/SDCCopt.c (convilong): mark support functions as extern
2687           for pic14 port as well
2688         * src/pic/gen.c (genMult): added assertions,
2689           (genpic14Code): emit warning on unhandled iCodes
2690         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2691         * src/pic/pcode.c (pCodeOpCopy),
2692         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2693           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2694           SFR_REGISTER}), made safe for future extensions
2695         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2696           instructions even if preceeded by SKIP instructions (also remove
2697           them); removed unused code
2698         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2699           prevents leaving parts of the structure uninitialized after copying
2700
2701 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2702
2703         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2704           ago by me
2705         * support/regression/tests/addsub.c: added test for the bug
2706
2707 2005-09-21 Raphael Neider <rneider AT web.de>
2708
2709         * device/include/pic16/pic18f1220.h,
2710           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2711         * device/lib/pic16/Makefile.rules: added missing opening paren
2712         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2713           are provided in genutils.c,
2714           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2715           operand/result sizes,
2716           (genCmp): assert on NULL pointers first, then check deref'ed values
2717         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2718           result size
2719
2720 2005-09-18 Raphael Neider <rneider AT web.de>
2721
2722         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2723           as these are now unused,
2724           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2725         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2726           local, avoids uninitialized pointer dereference on r->name
2727         * src/pic16/ralloc.c (newReg): fixed indentation
2728
2729 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2730
2731         * src/SDCCval.c (constVal): fixed bug 730366
2732         * support/Util/SDCCerr.c,
2733         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2734
2735 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2736
2737         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2738
2739 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2740
2741         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2742
2743 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2744
2745         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2746           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2747         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2748           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2749         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2750         * packihx/packihx.c (hexDigit): made c unsigned char
2751         * as/mcs51/lklibr.c (fndsym),
2752         * link/z80/lkgb.c (gb),
2753         * link/z80/lklibr.c (fndsym),
2754         * link/z80/lkrloc.c (relr),
2755         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2756         * src/SDCC.lex (checkCurrFile, process_pragma),
2757         * src/SDCCglue.c (spacesToUnderscores),
2758         * src/SDCCmain.c (setParseWithComma, processFile),
2759         * src/asm.c (tvsprintf, printCLine),
2760         * src/avr/gen.c (emitcode, aopPut),
2761         * src/ds390/gen.c (emitcode),
2762         * src/hc08/gen.c (emitcode, emitinline),
2763         * src/mcs51/gen.c (emitcode, genInline),
2764         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2765           tokenizeLineNode),
2766         * src/pic/ralloc.c (debugLog),
2767         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2768           tokenizeLineNode),
2769         * src/pic16/ralloc.c (debugLog),
2770         * src/z80/main.c (_process_pragma):
2771            made all ctype.h function calls safe
2772         * src/SDCCopt.c: include math.h for fabs
2773         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2774           and used them throughout the code to make ctype.h function calls safe
2775         * src/ds390/main.c (asmLineNodeFromLineNode),
2776         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2777         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2778            unsigned char*
2779         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2780           (newpCodeAsmDir): made ctype.h function calls safe
2781         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2782           pic16_emitcode):  made lbp unsigned char*
2783         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2784           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2785         * src/xa51/gen.c (emitcode),
2786         * src/z80/gen.c (_emit2): made lbp unsigned char*
2787         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2788            char*
2789
2790 2005-09-05 Raphael Neider <rneider AT web.de>
2791
2792         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2793           access bank splitpoint
2794
2795 2005-09-05 Raphael Neider <rneider AT web.de>
2796
2797         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2798
2799 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2800
2801         * .version: changed to version 2.5.3
2802         * doc/sdccman.lyx: changed version to 2.5.3,
2803           documented --codeseg and --constseg and pragma codeseg and constseg,
2804           documented bit parameters (reentrant) and bit returning
2805         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2806            currFunc->recvSize, but is this ok for all ports?
2807           (ast2iCode): result of ~ on unsigned char must be cast to int for
2808            bool to work
2809         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2810           function pointers in bit space
2811         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2812           (processFuncArgs): call port.reg_parm() with reentrancy info
2813         * src/port.h,
2814         * src/avr/main.c,
2815         * src/ds390/main.c,
2816         * src/hc08/main.c,
2817         * src/pic/main.c,
2818         * src/pic16/main.c,
2819         * src/xa51/main.c,
2820         * src/z80/main.c: port.reg_parm prototype extended with
2821           "bool reentrant" parameter
2822         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2823           options.stackAuto for allocating bit register parameters
2824         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2825           (genSend): set BitBankUsed if it is,
2826           (selectRegBank): factored out of genCall for use in genPcall,
2827           (genCall): removed redundant dtype assignmen, use selectRegBank,
2828           (genPcall): handle returning in Carry properly, save in F0 if needed,
2829           (genReceive): handle bit register parameters
2830         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2831           (mcs51_assignRegisters): enable bit registers for all reentrant
2832            functions and don't set BitBankUsed unconditionally
2833         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2834         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2835         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2836
2837 2005-08-27 Borut Razem <borut.razem AT siol.net>
2838
2839         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2840         ppc-osx (Darwin) does not support -u option. It seems that it is
2841         supported only on Linux - GNU cp
2842
2843 2005-08-25 Borut Razem <borut.razem AT siol.net>
2844
2845         * sim/ucsim/gui.src/serio.src/Makefile.in,
2846           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2847           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2848           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2849           install and strip, since the strip at /usr/ccs/bin should be used
2850           on solaris
2851
2852 2005-08-24 Borut Razem <borut.razem AT siol.net>
2853
2854         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2855
2856 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2857
2858         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2859         ffffffffu
2860
2861 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2862
2863         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2864         * as/mcs51/lkmain.c (link_main): fixed warning
2865         * device/include/stdbool.h: ds390 has no advanced bit support yet
2866         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2867         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2868         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2869           and updated their macros
2870         * src/SDCCval.c (constVal): updated comment for renamed b_long
2871
2872 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2873
2874         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2875         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2876           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2877           (oprio): set priority for '['
2878         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2879            and adb_24_bit
2880         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2881         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2882         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2883         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2884           added overlayable BIT_BANK area
2885         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2886           (summary2): explain 'T' in legenda
2887         * as/mcs51/lkrloc.c: replaced old K&R style,
2888           (relr): added R_BIT processing,
2889           (errmsg): added "Bit-addressable relocation error",
2890           (adb_bit): added for converting from byte- to bit-addressable space,
2891           (adb_24_bit): added for converting from byte- to bit-addressable space
2892         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2893            used in reentrant functions now even as return value
2894         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2895         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2896           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2897         * src/SDCCglobl.h: added indicator BitBankUsed
2898         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2899            the bit registers b0-b7
2900         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2901           (geniCodeCast): fixed bug 1263853,
2902           (geniCodeLogicAndOr): put result in bool or char,
2903           (geniCodeReceive): added parameter func for accessing the return type,
2904           (geniCodeFunctionBody): pass func to geniCodeReceive
2905         * src/SDCCmain.c: added indicator BitBankUsed
2906         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2907         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2908           (checkSClass): don't put automatic bool/bit on stack,
2909           (checkFunction): removed check on function cannot return bit
2910         * src/SDCCsymt.h: added newBoolLink prototype
2911         * src/mcs51/gen.c (rb1regs): added bit registers,
2912           (movc): created for assigning to carry,
2913           (pushReg, popReg): created for pushing registers,
2914           (sameRegs): check both AOP_REG and AOP_CRY types,
2915           (aopOp): handle bit registers,
2916           (aopPut): optimization no self-assign,
2917           (saveRegisters): push reg->base (bits) only once for bit registers,
2918            and use pushReg,
2919           (unsaveRegisters): pop reg->base only once and use popReg,
2920           (assignResultValue): added parameter func and return in carry for bits,
2921           (genIpush): optimization no reload in A if not changed,
2922           (genSend): bit parameters in reentrant functions are passed in bit
2923            registers by first assigning to bits in B, then save registers and
2924            copy B to bits,
2925           (genCall): handle returning in Carry properly, save it in F0 if needed,
2926           (genPcall): updated assignResultValue call, this is not safe yet for bit
2927            returning function !!!
2928           (genFunction): don't generate equ's for bit registers and use pushReg,
2929           (genEndFunction): take care of bit returning functions and use popReg,
2930           (genRet): return bit in Carry,
2931           (genIfx): optimize bit registers and other directly addressable bits,
2932           (genReceive): updated assignResultValue call
2933         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2934           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2935            registers when using stack-auto
2936         * src/mcs51/ralloc.c (_G): added allBitregs,
2937           (regs8051): added the bit registers,
2938           (createStackSpil): use macro IS_BIT,
2939           (getRegBit): added to allocate a bit register, else spill,
2940           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2941           (updateRegUsage): factored out to ease stepping while debugging,
2942           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2943            also allocate bit registers,
2944           (fillGaps): handle bit registers,
2945           (findAllBitregs): added to create bit vector with all bit registers,
2946           (mcs51_allBitregs): returns this bit vector,
2947           (mcs51_assignRegisters): when using stack-auto use bit registers for
2948            passing parameters and creating local variables
2949         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2950
2951 2005-08-22 Borut Razem <borut.razem AT siol.net>
2952
2953         * device/lib/Makefile.in: replaced find option -or with -o
2954           to make it run on solaris
2955
2956 2005-08-22 Raphael Neider <rneider AT web.de>
2957
2958         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2959           fixes #1265442 (crash on Solaris)
2960
2961 2005-08-20 Borut Razem <borut.razem AT siol.net>
2962
2963         * configure, configure.in: added tests for libsocket and libnsl libraries,
2964           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2965           from support/regression/Makefile.in
2966         * support/regression/Makefile.in: added
2967         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2968         * sim/ucsim/libtool: regenerated on sparc-solaris
2969         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2970           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2971           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2972           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2973           sparc-solaris, which doesn't use GNU ld linker
2974         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2975         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2976
2977 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2978
2979         * src/mcs51/peeph.def: updated comments
2980
2981 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2982
2983         * device/lib/_gptrget.c,
2984         * device/lib/_gptrput.c: slightly shorter
2985         * doc/sdccman.lyx: incremented version
2986         * src/mcs51/peeph.def: moved peephole comments to the line of first
2987           change to better keep line correlation, reanimated 186.e
2988         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2989
2990 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2991
2992         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2993           David Saxton with quotes around file name.
2994
2995 2005-08-15 Borut Razem <borut.razem AT siol.net>
2996
2997         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2998           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2999           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
3000           make tests run on x86_64 platform
3001
3002 2005-08-13 Raphael Neider <rneider AT web.de>
3003
3004         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
3005           as it might be executed DURING a build (parallel make is wonderful)
3006
3007 2005-08-13 Raphael Neider <rneider AT web.de>
3008
3009         * device/lib/Makefile.in (port-specific-objects-pic16):
3010           revert to cp $(PORT)/bin/*.* $(PORTDIR)
3011         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
3012           dependency
3013         * device/lib/pic16/Makefile.rules: build subdirs before creating
3014           the library, removed builddir rule, create $(builddir) early in
3015           recurse rule, use empty recurse rule for leaf directories
3016         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
3017           mkdir errors (race condition), removed duplicate suffix "hex"
3018           from clean rules
3019         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
3020         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
3021           prevents mkdir -p from aborting on Alpha
3022
3023 2005-08-12 Raphael Neider <rneider AT web.de>
3024
3025         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
3026           db-statements in order to allow for arrays of pointers in code
3027           sections to be placed without interspersed 0-padding, fixes
3028           bug #1256215
3029         * (emitStatistics): fixed division by zero for pic18f1220
3030         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
3031           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
3032         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
3033         * (pic16_pCodeConstString): keep track of already emitted string
3034           literals to prevent "duplicate definitions of symbol _str_NR"
3035         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
3036           debug message
3037         * device/lib/Makefile.in: ignore failing PIC16 library builds
3038         * device/lib/pic16/Makefile: do not build if gputils are missing
3039         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
3040
3041 2005-08-10 Raphael Neider <rneider AT web.de>
3042
3043         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
3044           my last commit)
3045
3046 2005-08-10 Raphael Neider <rneider AT web.de>
3047
3048         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3049           Rokas' patch to add the new fixed point type "__fixed16x16"
3050         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3051           functions for __fixed16x16 arithmetics
3052         * device/lib/pic16: reimplemented the build system to support
3053           a separate build directory, better handling of libio (create
3054           the library in a separate subdir for each architecture) and
3055           easier configuration (centralized in Makefile.common)
3056
3057 2005-08-07 Raphael Neider <rneider AT web.de>
3058
3059         * src/pic16/gen.c (genrshTwo): fixed sign extension
3060         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3061         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3062           added T0CONbits
3063         * device/include/pic16/pic18f4220.h: NEW, header for
3064           pic18f4220 and pic18f4320
3065         * device/include/pic16/pic18fregs.h: added new devices,
3066           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3067         * device/include/pic16/signal.h: resolved name clashes
3068           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3069           to also allow testing for interrupt enable bits, added
3070           comments on how to use the macros
3071         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3072         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3073           register definitions for the devices
3074         * device/lib/pic16/pics.all: added new devices
3075         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3076           allocated memory
3077         * device/lib/pic16/libc/stdlib/memfree: do not count
3078           the block header as free memory
3079         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3080           simplified and added missing end-of-blocklist-marker
3081           (reported by Peter Onion, fixes #1252814)
3082         * (_mergeHeapBlock): fixed loop condition
3083         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3084           len==0, restructured code
3085         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3086           up a bit, reduced bitfield accesses, prevent endless loops
3087           in case of heap corruption
3088         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3089           "unreferenced arguments/must return a value" warnings
3090         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3091           replaced BAUDREG with SPBRG
3092         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3093           device/lib/pic16/debug/gstack/gstack.c: replaced
3094           _naked, _asm, _endasm with __naked, __asm, __endasm
3095
3096 2005-08-05 Raphael Neider <rneider AT web.de>
3097
3098         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3099           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3100
3101 2005-08-05 Borut Razem <borut.razem AT siol.net>
3102
3103         * device/lib/Makefile.in: added missing ';'
3104         * configure: removed ^M characters
3105
3106 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3107
3108         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3109           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3110           License
3111
3112 2005-08-04 Borut Razem <borut.razem AT siol.net>
3113
3114         * configure.in: pic16 libraries build 2nd try - enable running
3115           configure in device/lib/pic16
3116         * configure: regenerated from configure.in
3117         * device/lib/Makefile.in: create $(PORT)/bin directory
3118
3119 2005-08-03 Raphael Neider <rneider AT web.de>
3120
3121         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3122           to get/set values via pointers
3123         * (genUnpackBits,genPackBits): changed detection of
3124           ptr->bitfield vs. sym.bitfield, fixed access via generic
3125           pointers, removed dead (wrong) code for multibyte bitfields
3126         * (genNearPointerGet, genGenPointerGet): removed useless code,
3127           fixed bitfield detection, fixes #1250594
3128         * (genNearPointerSet): removed useless code
3129         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3130           and introduced macro pic16_emitpcode that conditionally emits
3131           the origin of the following pCode (useful for debugging SDCC)
3132         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3133         * (createDefmap): fixed handling of LFSR for --optimize-df
3134
3135 2005-08-02 Borut Razem <borut.razem AT siol.net>
3136
3137         * device/lib/Makefile.in: pic16 libraries build enabled since
3138           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3139
3140 2005-08-02 Raphael Neider <rneider AT web.de>
3141
3142         * src/pic16/gen.c (genPackBits): removed deprecated warning
3143         * (genGenPointerSet): fixed bitfield detection
3144
3145 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3146
3147         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3148
3149 2005-07-31 Raphael Neider <rneider AT web.de>
3150
3151         * device/lib/pic16/libdev/pic18f458.c,
3152           device/include/pic16/pic18f458.h: added missing T0CONbits
3153
3154 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3155
3156         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3157
3158 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3159
3160         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3161
3162 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3163
3164         * device/include/mcs51/at89c51ed2.h: added.
3165
3166 2005-07-23 Raphael Neider <rneider AT web.de>
3167
3168         * src/pic/gen.h: added emitpcode macro for debugging
3169         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3170           and replace by macro adding debug information on demand
3171         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3172         * (gencjne): tried to fix; replaced with correct (slower) code
3173         * (gen{Unp,P}ackBits): fixed single bit access
3174         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3175         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3176           previous instruction
3177         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3178           register has to be handled with care (forbidding movement
3179           of assignments/uses, removing assignments completely, ...)
3180         * (pCodeOptime2pCodes): make use of regIsSpecial
3181         * added lots of debugging output (commented out)
3182         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3183           from being reused as result UNLESS it is known to work
3184
3185 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3186
3187         * support/Util/dbuf.h: include <stddef.h> for size_t
3188         * .version: changed to version 2.5.2
3189
3190 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3191
3192         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3193
3194 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3195
3196         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3197           (genModOneByte): removed needless psha/pula
3198
3199 2005-07-22 Raphael Neider <rneider AT web.de>
3200
3201         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3202           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3203         * src/pic/gen.c (resolveIfx): do not "invent" labels
3204         * (genSkipc): changed to positive logic
3205         * (genSkipCond): removed as no longer needed
3206         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3207           backport from PIC16
3208         * (genLeftShift): check operands are in different registers
3209         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3210           INCF does not update CARRY...
3211         * src/pic/main.c: fixed _linkCmd
3212         * src/pic/pcode.c (unlinkpCode): added inactive code
3213         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3214           alive (do not assign result and operand overlapping registers)
3215
3216 2005-07-22 Raphael Neider <rneider AT web.de>
3217
3218         * src/pic/device.c (dump_sfr): replaced register declaration with
3219           call to emitSymbolToFile() to avoid duplicate symbols
3220         * (assignRelocatableRegisters): do not declare external symbols
3221         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3222           right (take size of type, not etype)
3223         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3224         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3225         * (packRegsForAccUse): disabled assignment of WREG as
3226           the result reg to prevent occurence of just fixed #1235003,
3227           fixes #1242954
3228         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3229           symbols (avoids duplicate symbols in .asm file)
3230         * (pic14emitRegularMap): use emitSymbolToFile()
3231         * src/pic/gen.c (aopOp): fixed spillLocation handling
3232         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3233         * (genDataPointerSet): removed unneccessary variables/output
3234
3235 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3236
3237         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3238         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3239
3240 2005-07-21 Raphael Neider <rneider AT web.de>
3241
3242         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3243           architecture cannot handle them efficiently, fixes bug #1235003
3244         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3245           check for empty sets before using them (fixes bug #1232190)
3246
3247 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3248
3249         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3250           (lnksect2): generate warnings for memory overlap
3251         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3252           constseg to set the name of these segments so you can instruct the linker
3253           to place them in banks
3254         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3255         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3256           added code_seg and const_seg to options
3257         * src/SDCCglue.c (emitMaps): use options.const_seg,
3258           (createInterruptVect): put interrupt vectors in segment HOME,
3259           (glue): put HOME before static segment and put the main glue in HOME,
3260           (glue): use options.code_seg
3261         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3262         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3263           these segments so you can instruct the linker to place them in banks
3264           (linkEdit): use code_loc for HOME segment which should be the first
3265           segment in code memory now
3266         * src/SDCCmem.c: fixed more stuff like bug 1238386
3267         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3268           (changePointer): don't change function pointers to code pointers for
3269           banked functions,
3270           (compareType): added exceptional check for banked function pointers
3271         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3272         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3273           after static in code memory
3274         * src/mcs51/gen.c: added aopLiteralLong prototype,
3275           (aopForSym): use getSize for functions,
3276           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3277           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3278           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3279           the segment,
3280           (genPcall): use call for literal function pointers and generate banked
3281           calls over the one trampoline so there's only one place for the user to
3282           modify according to his/hers hardware,
3283           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3284           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3285         * src/mcs51/main.c: added keyword banked,
3286           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3287         * support/Util/SDCCerr.c,
3288         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3289           needed for passing the bank and address to the trampoline
3290         * device/lib/mcs51/crtbank.asm: added for bankswitching
3291         * device/lib/mcs51/Makefile: added crtbank
3292
3293 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3294
3295         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3296           for fields at offset 0 of a struct or union as reported
3297           on 2005-07-07 in the developer mailing list.
3298
3299 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3300
3301         * src/SDCCmem.c: fixed bug 1238386
3302
3303 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3304
3305         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3306           (patch #1144962), added peephole 300, enabled 259.x
3307         * doc/sdccman.lyx: removed screenshot and provided link instead
3308
3309 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3310
3311         * doc/sdccman.lyx: added section about debugging with ddd
3312         * doc/figures/ddd_example.eps: screenshot of debugging session
3313
3314 2005-07-04 Raphael Neider <rneider AT web.de>
3315
3316         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3317           like CODE pointers, fixes #1115683
3318         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3319           call, fixes bugs #1232211, #1228110,
3320           fixed wrong casts to pCodeFlow from pCodeInstructions
3321
3322 2005-07-04 Raphael Neider <rneider AT web.de>
3323
3324         * src/pic/gen.c (popGet): changed assert to allow for
3325           bit operands
3326         * (popGetAddr): changed signature to provide
3327           an additional index, patched all call sites
3328         * (genCmpEq): handle literal-like operands correctly
3329         * (genAddrOf): added sanity checks on __code/__data pointers
3330         * (genAssign): added handling of symbols from __code section
3331         * (gencjne): do not generate code for comparisons whose result
3332           is neither stored nor used, fixes bug #1171114
3333         * (AccLsh, AccRsh): operate on operand instead of WREG
3334         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3335           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3336           by known count
3337         * rewrote complete shift-by-literal logic, commented unused
3338           functions out
3339         * (genConstPointerGet): get multiple bytes (if result size > 1),
3340           fixed handling of non-immediate addresses
3341         * (genPointerGet): handle CODE pointers like CONST pointers
3342         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3343         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3344           operand is to be treated as a literal or not
3345         * (mov2w,genPcall,genCmpEq),
3346           src/pic/genarith.c: use aop_isLitLike() to decide between
3347           literal/register contents
3348         * (addSign): added missing offset
3349         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3350           only emit comment in debug-mode,
3351           use {aop,op}_isLitLike throughout the file
3352         * src/pic/glue.c: fix initializers for pointers (work in progress)
3353         * src/pic/pcode.c (get_op): honor index on _const symbols
3354         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3355         * (dumppBlock): added pCode size estimation
3356         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3357           check for IS_SYMOP before OP_SYMBOL'ing
3358         * fixed indentation, compacted switch-statements
3359         * (allocReg): find free register and allocate it instead of
3360           allocating new registers all the time
3361         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3362           registers as its operands (necessary only for multibyte GETs)
3363
3364 2005-07-01 Raphael Neider <rneider AT web.de>
3365
3366         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3367           debugging .asm-output macros FENTRY + FEXIT
3368         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3369           way... I wonder...
3370         * (emitpComment): NEW, printf to pCode
3371         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3372           offset handling
3373         * (popGetAddr): NEW, variant of popGet to access an immediates
3374           high(er) bytes instead of the n'th byte of memory they reference,
3375           replaced popGet with popGetAddr where neccessary
3376         * (genDataPointerGet): reactivated and fixed implementation
3377         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3378           accesses
3379         * (genDataPointerSet): fixed multibyte assignments
3380         * (genpic14Code): fixed --i-code-in-asm handling
3381         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3382         * (genPlus): fixed index-out-of-bounds error
3383         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3384         * src/pic/ralloc.c: added debugging output macro FENTRY2
3385         * (spillThis): fixed indentation, enbraced for-body for clarity
3386         * (rematStr): commented out as now unused
3387         * (regTypeNum): commented out special spill case (overwrites
3388           arbitrary values)
3389         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3390
3391 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3392
3393         * doc/sdccman.lyx: documented sfr16/sfr32,
3394           added example for using storage class with function pointers
3395         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3396
3397 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3398
3399         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3400         * device/lib/_itoa.c,
3401         * device/lib/_ltoa.c: optimized codesize
3402         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3403           but don't know how to suppress the double warning.
3404         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3405         * support/Util/SDCCerr.c,
3406         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3407
3408 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3409
3410         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3411           fixed old K&R prototypes
3412         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3413         * device/lib/_gptrget.c,
3414         * device/lib/_gptrgetc.c,
3415         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3416           also new versions for small generic pointers and banked generic pointers
3417         * src/port.h: added const_name
3418         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3419         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3420         * src/SDCCcse.c (findPrevIc): check all associative operators
3421         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3422         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3423         * src/SDCCmem.c: updated comments,
3424           set far-space to 0 for pdata, results in optimized code
3425         * src/SDCCmem.h: added macro CONST_NAME
3426         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3427           moving the info into the highest bits, see also gptrget/gptrput
3428         * src/src.dsp: added sdcc.ico to project files
3429         * src/avr/gen.c (genCast): fixed bug 0x%d
3430         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3431         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3432           relation between ptr_type and DCL_TYPE,
3433           (genCast): fixed bug 0x%d
3434         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3435           (CODE)" for const_name
3436         * src/hc08/gen.c (genCast): fixed bug 0x%d
3437         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3438           (hc08_port): added "CONST (CODE)" for const_name
3439         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3440           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3441           between ptr_type and DCL_TYPE,
3442           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3443           operand* and took AOP() inside function so sfr-ness can be checked,
3444           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3445           new prototype,
3446           (genFunction, genEndFunction): optimized stack setup,
3447           (genMinus): optimized for literals with ending zeroes (in bytes),
3448           (genCast): fixed bug 0x%d
3449         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3450           (mcs51_port): added "CONST (CODE)" for const_name
3451         * src/mcs51/peeph.def: made rule 226 more generic
3452         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3453         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3454         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3455         * src/z80/main.c (z80_port): added NULL for const_name,
3456           (gbz80_port): added NULL for const_name
3457         * support/regression/tests/bug663539.c,
3458         * support/regression/tests/sfr16.c: new tests
3459
3460 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3461
3462         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3463
3464 2005-06-24 Raphael Neider <rneider AT web.de>
3465
3466         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3467           corrected typos...
3468         * device/include/pic16/signal.h: added USBIF
3469           and SIG_USB
3470
3471 2005-06-24 Raphael Neider <rneider AT web.de>
3472
3473         * device/lib/pic16/libdev/pic18f2455.c,
3474           device/include/pic16/pic18f2455.h: NEW
3475         * device/include/pic16/pic18fregs.h,
3476           device/lib/pic16/pics.all,
3477           src/pic16/device.c: added 18f2455
3478         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3479           device/include/pic16/{pic18f[68][567].h,usart.h}:
3480           replaced MULTIPLE_USARTS define with more relaible
3481           compatibility sfrs (for USART access)
3482
3483 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3484
3485         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3486           and the output asm file line is printed on two lines.
3487
3488 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3489
3490         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3491           BGT, BLE, BHI, and BLS instructions
3492         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3493           genCmpEq): removed
3494         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3495           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3496           fixes bug #1216342
3497         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3498
3499 2005-06-15 Raphael Neider <rneider AT web.de>
3500
3501         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3502         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3503         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3504           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3505           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3506
3507 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3508
3509         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3510           Marcel Telka in bug #1215704
3511
3512 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3513
3514         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3515           located in shared memory bank.
3516
3517 2005-05-31 Raphael Neider <rneider AT web.de>
3518
3519         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3520           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3521           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3522
3523 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3524
3525         * device/lib/_strncpy.c: fixed the fix
3526
3527 2005-05-26 Raphael Neider <rneider AT web.de>
3528
3529         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3530           initializers with \0, bug #1208187
3531         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3532           intializers with \0, bug #1208187
3533
3534 2005-05-26 Raphael Neider <rneider AT web.de>
3535
3536         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3537           initializers with \0, bug #1208187
3538         * src/pic16/main.c (_process_pragma): added sanity checks
3539           for stack position and size, emit warnings when appropriate
3540
3541 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3542
3543         * device/lib/_strncpy.c: fixed not filling with \0
3544
3545 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3546
3547         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3548           createFunction),
3549         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3550           compound_statement),
3551         * src/SDCCsymt.h,
3552         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3553
3554 2005-05-24 Raphael Neider <rneider AT web.de>
3555
3556         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3557
3558 2005-05-24 Raphael Neider <rneider AT web.de>
3559
3560         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3561           TRISE definitions, closes bug #1162453
3562
3563 2005-05-22 Raphael Neider <rneider AT web.de>
3564
3565         * src/pic16/main.c (_process_pragma): check for missing
3566           arguments to pragmas code and udata
3567         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3568           consistency fixes to match other headers (thanks to Jim Paris)
3569         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3570
3571 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3572
3573         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3574
3575 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3576
3577         * support/regression/tests/bug1198642.c: new test
3578         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3579         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3580         * support/scripts/resource.h,
3581         * support/scripts/resource.rc,
3582         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3583         * support/scripts/sdcc.ico: added 32x32 icon
3584
3585 2005-05-18 Raphael Neider <rneider AT web.de>
3586
3587         * device/lib/pic16/libdev/pic18f*.c,
3588         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3589           keywords to "__sfr" and "__at (X)"
3590         * device/include/pic16/pic18fregs.h: added pic18f4520
3591         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3592           #1203088 (MPLAB compatibility)
3593
3594 2005-05-17 Raphael Neider <rneider AT web.de>
3595
3596         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3597         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3598         * device/lib/pic16/pics.all: added new devices
3599         * src/pic16/device.c: added support for pic18f4520
3600
3601 2005-05-16 Raphael Neider <rneider AT web.de>
3602         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3603         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3604         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3605           convenience function for bit access
3606
3607 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3608
3609         * device/lib/printf_large.c: fixed bug 1193299
3610         * support/regression/tests/bug1057979.c: added test %3.3s
3611
3612 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3613
3614         * device/include/mcs51/8051.h,
3615         * device/include/mcs51/8052.h: made parseable with lint
3616         * device/include/mcs51/lint.h: added include file for (sp)lint
3617         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3618         * doc/cdbfileformat.lyx,
3619         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3620
3621 2005-05-14 Raphael Neider <rneider AT web.de>
3622
3623         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3624         * device/lib/pic16/libc/stdlib/itoa.c (new)
3625         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3626         * device/lib/pic16/libio/Makefile: exclude subdir according to
3627           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3628         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3629         * src/pic16/gen.c (genFunction): prevent annoying warning
3630         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3631           nameclashes on BeOS
3632         * support/cpp2/cppmain.c (cpp_output_string): new
3633         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3634           fixes bug 1116802
3635
3636 2005-05-13 Borut Razem <borut.razem AT siol.net>
3637
3638         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3639
3640 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3641
3642         * .version: changed to version 2.5.1; back to bleeding edge development
3643
3644 2005-05-11 Borut Razem <borut.razem AT siol.net>
3645
3646         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3647           generate PDF version 1.3 documents
3648
3649 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3650
3651         * .version: changed to version 2.5.0
3652
3653 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3654
3655         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3656
3657 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3658
3659         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3660         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3661         well as many smaller updates.
3662         * .version: changed to version 2.5.0-pre1
3663
3664 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3665
3666         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3667
3668 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3669
3670         * support/regression/tests/bug1185672.c: added
3671         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3672           bug 1185672
3673         * src/mcs51/gen.c (genCall): added comments, made it look safer
3674         * src/mcs51/gen.c (genEndFunction): simplified
3675
3676 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3677
3678         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3679
3680 2005-04-14 Borut Razem <borut.razem AT siol.net>
3681
3682         * fixed bug 1045046 - SIGSEGV with really simple code?:
3683           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3684           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3685
3686 2005-04-14 Borut Razem <borut.razem AT siol.net>
3687
3688         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3689           src/pic16/device.h: temporarily disabled experimental #inline pragma
3690           for 2.5.0 release
3691
3692 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3693
3694         * device/include/z80/stdio.h,
3695         * device/include/z80/string.h: removed these highly incomplete files so
3696           SDCC can use the default ones in device/include/
3697
3698 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3699
3700         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3701         gcc warning.
3702         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3703         fix sdcpp warnings.
3704
3705 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3706
3707         * device/include/malloc.h: removed redundant __reentrant prototypes
3708         * device/lib/_mullong.c: added working xstack variant in asm (C version
3709           doesn't pass regression tests)
3710         * device/lib/bpx.c: used __data and made bpx char for mcs51
3711         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3712           (createFunction): fixed bug with xstackPtr
3713         * src/SDCCcse.c: corrected comments
3714         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3715           (killDeadCode, eBBlockFromiCode): removed unused code
3716         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3717           corrected comments
3718         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3719           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3720           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3721           (genModOneByte): fixed warning in MSVC
3722         * src/mcs51/main.c (): added comments
3723         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3724
3725 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3726
3727         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3728
3729 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3730
3731         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3732
3733 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3734
3735         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3736         characters arrays of larger size than the declared one.
3737
3738 2005-04-10 Borut Razem <borut.razem AT siol.net>
3739
3740         * src/pic/gen.c (genInline),
3741           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3742           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3743           (findNextInstruction), (findPrevInstruction),
3744           (findInstructionUsingLabel),
3745           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3746         * src/pic/pcode.c (findLabel): added missing '\n'
3747         * src/src.dsp: added SDCCdwarf2.c to the project
3748
3749 2005-04-09 Borut Razem <borut.razem AT siol.net>
3750
3751         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3752
3753 2005-04-08 Raphael Neider <rneider AT web.de>
3754
3755         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3756           into the chain after a given one) and mergeDefmapSymbols (combine
3757           defmap entries for each symbol per pcode)
3758         * (createDefmap): have defmap entries merged in the end
3759         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3760           a symbol before replacing one access type's symbol, merge symbols in
3761           the end (replacement symbol might already have an entry)
3762         * (assignValnums): keep reference to written WREG intact
3763
3764 2005-04-08 Raphael Neider <rneider AT web.de>
3765
3766         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3767           Alpha)
3768
3769 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3770
3771         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3772         bytes
3773
3774 2005-04-07 Raphael Neider <rneider AT web.de>
3775
3776         * device/include/pic16/usart.h: added compatibility defines for
3777           devices with more than one USART
3778         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3779
3780 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3781
3782         * device/lib/Makefile.in: updated for port specific include
3783
3784 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3785
3786         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3787
3788 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3789
3790         * device/include/8051.h,
3791         * device/include/8052.h,
3792         * device/include/at89S8252.h,
3793         * device/include/at89c55.h,
3794         * device/include/at89x051.h,
3795         * device/include/at89x51.h,
3796         * device/include/at89x52.h,
3797         * device/include/mcs51reg.h,
3798         * device/include/reg51.h,
3799         * device/include/reg764.h,
3800         * device/include/regc515c.h,
3801         * device/include/sab80515.h: (re)moved these 12 files
3802         * device/include/mcs51/8051.h,
3803         * device/include/mcs51/8052.h,
3804         * device/include/mcs51/at89S8252.h,
3805         * device/include/mcs51/at89c55.h,
3806         * device/include/mcs51/at89x051.h,
3807         * device/include/mcs51/at89x51.h,
3808         * device/include/mcs51/at89x52.h,
3809         * device/include/mcs51/mcs51reg.h,
3810         * device/include/mcs51/reg51.h,
3811         * device/include/mcs51/reg764.h,
3812         * device/include/mcs51/regc515c.h,
3813         * device/include/mcs51/sab80515.h: and added them here
3814
3815 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3816
3817         * device/include/stdarg.h: changed SDCC specific keywords to double
3818           underlined form.
3819         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3820           mcs51 and ds390.
3821         * device/include/hc08/mc68hc908gp32.h,
3822         * device/include/hc08/mc68hc908jb8.h,
3823         * device/include/hc08/mc68hc908jkjl.h,
3824         * device/include/hc08/mc68hc908qy.h: fixed comments
3825         * device/include/mcs51/README: updated
3826         * device/include/mcs51/c8051f120.h: added PINRSF
3827         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3828         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3829           amidst code. Also inline is not supported.
3830
3831 2005-04-06 Raphael Neider <rneider AT web.de>
3832
3833         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3834         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3835           callers stack/frame pointers
3836
3837 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3838
3839         * device/include/pic16/usart.h: added, missing in previous commit,
3840         * device/include/pic16/adc.h: fixed typo,
3841         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3842         commit,
3843         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3844         <p18fxxx.inc>
3845         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3846         uninitialized because a bug appears with gplink
3847         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3848         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3849         complains for unrecognised option
3850
3851 2005-04-05 Raphael Neider <rneider AT web.de>
3852
3853         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3854           structs as well (using memcpy)
3855         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3856           on ISRs (GOTO has no label)
3857         * src/pic16/device.h: added OF_OPTIMIZE_DF
3858         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3859           new data flow analysis/optimization
3860         * src/pic16/pcode.c: added (prototypes for and implementation of)
3861           dataflow analysis functions, fixed pCodeInstructions' inCond and
3862           outCond values, made RCALL a branch instruction
3863         * (pic16_unlinkpCode): keep C line if possible
3864         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3865           C line moved if possible
3866         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3867         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3868           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3869         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3870           new flow)
3871         * (pic16_getJumptabpCode): NEW, needed in...
3872         * (LinkFlow): fixed handling of jumptables, calls and conditional
3873           branches
3874         * (pic16_InsertCommentAfter): NEW
3875         * (pic16_pCodeReplace): made verbose and flow preserving
3876         * (AnalyzeFlow): added call to data flow analysis
3877         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3878         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3879         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3880
3881 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3882
3883         * src/SDCCast.c (decorateType): fixed bug #1105626
3884
3885 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3886
3887         * device/include/asm/pic16/features.h,
3888         * pic18f*.h headers,
3889         * device/include/pic16/adc.h,
3890         * device/include/pic16/delay.h,
3891         * device/include/pic16/i2c.h,
3892         * device/include/pic16/malloc.h,
3893         * device/include/pic16/stdio.h,
3894         * device/include/pic16/stdlib.h,
3895         * device/include/pic16/string.h,
3896         * device/lib/pic16/libc/stdio/printf_tiny.c,
3897         * device/lib/pic16/libc/stdio/printf_small.c,
3898         * device/lib/pic16/libc/stdio/strmgpsim.c,
3899         * device/lib/pic16/libc/stdio/strmmssp.c,
3900         * device/lib/pic16/libc/stdio/strmusart.c,
3901         * device/lib/pic16/libc/stdio/vfprintf.c,
3902         * device/lib/pic16/libc/stdlib/ltoa.c,
3903         * device/lib/pic16/libc/stdlib/putchar.c,
3904         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3905         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3906         * device/lib/pic16/libc/stdlib/memchrram.c,
3907         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3908         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3909         * device/lib/pic16/libio/adc/adcbusy.c,
3910         * device/lib/pic16/libio/adc/adcread.c,
3911         * device/lib/pic16/libio/adc/adcsetch.c,
3912         * device/lib/pic16/libio/usart/ubaud.c,
3913         * device/lib/pic16/libio/usart/ubusy.c,
3914         * device/lib/pic16/libio/usart/udrdy.c,
3915         * device/lib/pic16/libio/usart/uopen.c,
3916         * device/lib/pic16/libio/usart/uputc.c,
3917         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3918         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3919         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3920         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3921         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3922         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3923         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3924         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3925         specific keywords to double underlined form,
3926         * device/lib/pic16/libc/Makefile.rules,
3927         * device/lib/pic16/libsdcc/Makefile.rules,
3928         * device/lib/pic16/libm/Makefile,
3929         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3930         to compile with C standard set in Makefile.common
3931         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3932         rand.c and crc.c in compilation process,
3933         * device/lib/pic16/libsdcc/int/divuint.c,
3934         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3935         `c' from signed to unsigned,
3936         * device/lib/pic16/startup/crt0.c,
3937         * device/lib/pic16/startup/crt0i.c,
3938         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3939         keywords to double underlined form, bug fixes in _do_cinit function
3940         which prevented the correct initialization of the .idata segment,
3941         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3942         core to enter a infinite loop
3943         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3944
3945 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3946
3947         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3948
3949 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3950
3951         * device/include/Makefile.in: add support for hc08 subdirectory
3952         * device/include/hc08/: new subdirectory
3953         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3954         Lucas Loizaga, thanks!
3955         * device/include/hc08/mc68hc908qy.h,
3956         * device/include/hc08/mc68hc908gp32.h,
3957         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3958         their own directory. Changed internal macro names to use the compiler
3959         reserved namespace. Changed SDCC specific keywords to double
3960         underlined form.
3961         * device/include/math.h,
3962         * device/include/malloc.h,
3963         * device/include/stdarg.h,
3964         * device/include/stdbool.h
3965         * device/include/string.h,
3966         * device/include/tinibios.h,
3967         * device/include/ds400rom.h,
3968         * device/include/8051.h,
3969         * device/include/8052.h,
3970         * device/include/80c51xa.h,
3971         * device/include/at89c55.h,
3972         * device/include/at89S8252.h,
3973         * device/include/at89x51.h,
3974         * device/include/at89x52.h,
3975         * device/include/ds80c390.h,
3976         * device/include/reg764.h,
3977         * device/include/regc515c.h,
3978         * device/include/sab80515.h,
3979         * device/include/mcs51/c8051f000.h,
3980         * device/include/mcs51/c8051f018.h,
3981         * device/include/mcs51/c8051f020.h,
3982         * device/include/mcs51/c8051f040.h,
3983         * device/include/mcs51/c8051f060.h,
3984         * device/include/mcs51/c8051f120.h,
3985         * device/include/mcs51/c8051f300.h,
3986         * device/include/mcs51/c8051f310.h,
3987         * device/include/mcs51/c8051f320.h,
3988         * device/include/mcs51/c8051f330.h,
3989         * device/include/mcs51/c8051f350.h,
3990         * device/include/z180.h: Changed SDCC specific keywords to double
3991         underlined form.
3992
3993 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3994
3995         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3996         18F4455,
3997         * (pic16_assignConfigWordValue): disable testing of configuration
3998         register value with config mask,
3999         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
4000         function with port->fun_prefix,
4001         * (genFunction): when generating a naked interrupt function never
4002         create an absolute segment placed in interrupt vector address, place
4003         the actual interrupt function at IVA instead, when an interrupt
4004         function is generated with unspecified interrupt then do not create
4005         the absolute section,
4006         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
4007         code for generating a call to generic pointer get/put function with
4008         a call to function pic16_callGenericPointer(),
4009         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
4010         the call to the generic pointer get/put functions with prefixing the
4011         function name with port->fun_prefix,
4012         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
4013         * src/pic16/main.c (_process_pragma): prefix function with
4014         port->fun_prefix,
4015         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
4016         calling assembler, old 18Fxxxx macro is deprecated,
4017         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
4018         PC_ASMDIR in while condition,
4019         * (findInstruction): add PC_ASMDIR in while condition,
4020         * (buildCallTree): prefix main with port->fun_prefix,
4021         * (pic16_pCode2str): fixed bug that didn't emit the memory access
4022         identifier for variable with banked access in instructions BTFSS,
4023         BTFSC, BCF, BSF, BTG
4024         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
4025         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
4026         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
4027         perform optimization when enviroment variable NO_REG_OPT is set,
4028         * (insideLRBlock): NEW, return 1 if register is inside an
4029         INF_LOCALREGS block,
4030         * (RemoveRegFromLRBlock): remove a register that is completely
4031         eliminated by register optimization, but it is still left in local
4032         register store/restore in/from stack block,
4033         * (Remove2pcodes): after removing register, check to see if it
4034         should be removed from local register store/restore in/from stack
4035         block,
4036         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
4037         DUMMY_READ_VOLATILE,
4038
4039         * device/include/pic16/adc.h: minor prototype modifications and
4040         update,
4041         * device/include/pic16/malloc.h: added GPL notice various
4042         modifications,
4043         * device/include/pic16/stdint.h: NEW, standard header for ints
4044         * device/include/pic16/delay.h: NEW, header for delay functions,
4045         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4046         delay1mtcy,
4047         * device/include/pic16/signal.h: NEW, header providing helper macros
4048         for implementing signal handlers,
4049         * device/include/pic16/stdio.h: added prototypes for functions,
4050         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4051         prototypes for stdin and stdout, added macro PUTCHAR to
4052         automatically implement putchar function prototype,
4053         * device/include/pic16/usart.h: modified and updated USART library,
4054         * device/lib/pic16/libio/adc/,
4055         * device/lib/pic16/libio/i2c: some modifications to improve library
4056         performance,
4057         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4058         family of functions,
4059         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4060         family of functions and other sources,
4061         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4062         of the PIC18Fxx[28] devices,
4063         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4064         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4065         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4066         _do_cinit function, because the previous failed when local variables
4067         where not placed in the same memory bank,
4068         * device/lib/pic16/libsdcc/char/: various modifications to improve
4069         library performance,
4070         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4071         information on the new functions of the c library and more...
4072
4073 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4074
4075         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4076
4077 2005-03-26 Raphael Neider <rneider AT web.de>
4078
4079         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4080           if condition == CARRY)
4081         * (genCmp): adapted to new genSkipc semantics
4082         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4083           on rIfx (genCmp was broken)
4084
4085 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4086
4087         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4088         * src/z80/main.c (_keywords[]),
4089         * src/SDCCglobal.h (struct options),
4090         * src/SDCC.y,
4091         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4092         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4093         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4094         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4095         always available in leading double underscore form. The C99 support is
4096         mostly missing, but it's a start.
4097         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4098         reserved identifier "__data".
4099
4100 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4101
4102         * src/mcs51/peeph.def: fixed bug 1170013
4103
4104 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4105
4106         * device/include/mcs51reg.h: fixed bug 842007
4107
4108 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4109
4110         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4111         last time.
4112
4113 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4114
4115         * src/port.h (struct PORT),
4116         * src/avr/ralloc.c (avr_assignRegisters),
4117         * src/avr/main.c,
4118         * src/ds390/ralloc.c (ds390_assignRegisters),
4119         * src/ds390/main.c,
4120         * src/hc08/ralloc.c (hc08_assignRegisters),
4121         * src/hc08/main.c,
4122         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4123         * src/mcs51/main.c,
4124         * src/pic/ralloc.c (pic14_assignRegisters),
4125         * src/pic/main.c,
4126         * src/pic16/ralloc.c (pic16_assignRegisters),
4127         * src/pic16/main.c,
4128         * src/xa51/ralloc.c (xa51_assignRegisters),
4129         * src/xa51/main.c,
4130         * src/z80/ralloc.c (z80_assignRegisters),
4131         * src/z80/ralloc.h,
4132         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4133         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4134         * src/SDCCcse.h,
4135         * src/SDCCdflow.c (computeDataFlow),
4136         * src/SDCCdflow.h,
4137         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4138         * src/SDCCloop.h,
4139         * src/SDCCcflow.c (*),
4140         * src/SDCCcflow.h,
4141         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4142         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4143         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4144         immedDom() returning wrong block; probably fixes bug #1160833)
4145
4146 2005-03-20 Borut Razem <borut.razem AT siol.net>
4147
4148         * support/scripts/inc2h.pl: WIN32 port
4149
4150 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4151
4152         * device/lib/makefile.in: added abs.c and labs.c
4153
4154 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4155
4156         * device/include/stdint.h: added
4157         * device/lib/abs.c: added
4158         * device/lib/labs.c: added
4159         * device/include/stdlib.h: added abs() and labs() prototypes
4160         * device/lib/libsdcc.lib: added abs and labs
4161         * device/include/float.h,
4162         * device/lib/_fsmul.c,
4163         * device/lib/printf_fast.c,
4164         * device/lib/printf_tiny.c: updated comments
4165
4166 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4167
4168         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4169         bug #1164313
4170
4171 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4172
4173         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4174         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4175
4176 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4177
4178         * device/lib/printf_large.c: removed inline assembly for portability and
4179           readability. Use printf_fast if speed or size are more important.
4180         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4181         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4182
4183 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4184
4185         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4186         prevent compiler warning
4187
4188 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4189
4190         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4191         moved to level 0 and declared as static. Also they are explicit
4192         placed in access bank. This was necessery because some times they
4193         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4194         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4195         optimizations. Currently only compare to unsigned char is implemented,
4196         * src/pic16/gen.c: added fReturnIdx array,
4197         * (struct resolvedIfx) is moved to gen.h and made public,
4198         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4199         * (aopForSym): added an optimization to directly store in stack of
4200         the operand of a SEND iCode,
4201         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4202         but as registers instead (AOP_REG) using the fReturnIdx array,
4203         * (pic16_freeAsmop): remove the freed register from the
4204         _G.sregsAlloc field,
4205         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4206         a compare of 'WREG',
4207         * (pic16_popGetTempRegCond): changed function prototype, now
4208         function takes also a bitVector argument v which holds the current
4209         set of registers that are allocated for stack access by aopForSym,
4210         registers allocated in aopForSym for accessing stack symbols are not
4211         any more part of the functions usedRegs field,
4212         * (genCall): some times aopOp is called for a stack variable to be
4213         send, aopForSym might perform the push, if this is true make sure
4214         that genCall doesn't push the variable twice by testing _G.resDirect,
4215         * (genFunction): changed testing for unspecified interrupt number
4216         from 256 to INTNO_UNSPEC,
4217         * modified selection scheme of frame pointer generation. Previously
4218         if function did use local registers a frame pointer was generated,
4219         now a frame pointer is generated only if function has arguments
4220         (that need PLUSW2 register access), or has stack arguments, or the
4221         compiler is not instructed to omit the frame pointer,
4222         * (genEndFunction): before restoring local registers that were saved
4223         in the function preamble, also restore the registers that *might*
4224         have been allocated for stack access,
4225         * (genRet): removed some old comments,
4226         * (genCmp, the active (RN's) version): added a call to the
4227         pic16_genCmp_special function to perform the compare with a more
4228         robust and optimized way,
4229         * (genInline): a feature has been added in inline code generation,
4230         which allows a wildcard variable substitution when writing inline
4231         assembly. Code is incomplete and experimental therefore undocumented,
4232         * (genCast): changed order of aopOp for result and right to allow
4233         aopForSym to directly load the result if possible,
4234         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4235         perform an optimized compare on some selected special occasions,
4236         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4237         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4238         generate an IVT any more,
4239         * src/pic16/main.c (pic16_optionsTable): added command line option
4240         --optimize-cmp,
4241         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4242         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4243         macros,
4244         * src/pic16/NOTES: Raphael Neider added in list of active developers
4245         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4246         jumptable_end to prevent bug #,
4247         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4248         inCond and outCond fields,
4249         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4250         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4251         turn off register spilling,
4252         * (packRegsForOneUse): synced with other ports' versions although it
4253         is not used currently,
4254         * (pic16_packRegisters): added an optimization while reading
4255         structure bitfields, some registers may be saved (malloc code is
4256         decreased by 80 bytes)
4257
4258 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4259
4260         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4261         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4262         this can be optimized more?
4263
4264 2005-03-10 Raphael Neider <rneider AT web.de>
4265
4266         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4267           genNearPointerGet): (hopefully) fixed access to bitfields via
4268           pointers (p->bitN = x; and x = p->bitN; failed)
4269
4270 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4271
4272         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4273
4274 2005-03-09 Raphael Neider <rneider AT web.de>
4275
4276         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4277
4278 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4279
4280         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4281         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4282           (regTypeNum): set REG_BIT type if necessary
4283         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4284         * support/regression/tests/critical.c: check bug 1144613
4285
4286 2005-03-02 Raphael Neider <rneider AT web.de>
4287
4288         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4289
4290 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4291
4292         * src/avr/ralloc.c (serialRegAssign),
4293         * src/ds390/ralloc.c (serialRegAssign),
4294         * src/hc08/ralloc.c (serialRegAssign),
4295         * src/mcs51/ralloc.c (serialRegAssign),
4296         * src/pic/ralloc.c (serialRegAssign),
4297         * src/pic16/ralloc.c (serialRegAssign),
4298         * src/xa51/ralloc.c (serialRegAssign),
4299         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4300
4301 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4302
4303         * src/SDCCast.c (decorateType): fixed bug 1124787
4304
4305 2005-02-20 Hubert Sack <sack AT digiplan.de>
4306         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4307
4308         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4309         patch #1121755
4310
4311 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4312
4313         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4314         to keep the correct label reference count when adding/removing references
4315         to labels. A peephole file using this is appended to patch #1144962.
4316
4317 2005-02-14 Raphael Neider <rneider AT web.de>
4318
4319         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4320         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4321         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4322           retrievals of result operand's value on assignment
4323
4324 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4325
4326         * device/include/pic16/string.h: modified prototype for memccpy()
4327         to memccpy(void *, void *, char, size_t)
4328         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4329         check whether to omit frame pointer or not,
4330         * (genInline): convert all occurences of "\n" to LF in inline
4331         assembler blocks, this helps formatting the inline text,
4332         * (pic16_loadFSR0): modified prototype,
4333         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4334         removed some 8051 legacy code,
4335         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4336         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4337         before allocating temporary registers in functions,
4338
4339 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4340
4341         * support/regression/tests/bitvars.c: corrected the "fix"
4342
4343 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4344
4345         * support/regression/tests/bitvars.c,
4346         * support/regression/tests/bitwise.c,
4347         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4348
4349 2005-02-10 Raphael Neider <rneider AT web.de>
4350
4351         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4352           different size for Alpha
4353         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4354
4355 2005-02-09 Raphael Neider <rneider AT web.de>
4356
4357         * src/SDCC.lex(doPragma) : save and restore warning options as well
4358           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4359         * have #pragma less_pedantic set the errorlevel to WARNING
4360           (fixes #1117001)
4361         * (cloneOptimize) : fixed wrong malloc's size
4362         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4363           facilitate correct handling of #pragma (save|restore)
4364
4365 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4366
4367         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4368
4369 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4370
4371         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4372
4373 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4374
4375         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4376
4377 2005-02-02 Raphael Neider <rneider AT web.de>
4378
4379         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4380         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4381         * (pic16_storeForReturn): fixed to allow returning function pointers
4382         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4383         * device/include/pic16/{stddef.h,stdbool.h}: added
4384
4385 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4386
4387         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4388
4389 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4390
4391         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4392         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4393          appeared to be required
4394
4395 2005-01-31 Borut Razem <borut.razem AT siol.net>
4396
4397         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4398           include/mcs51 and include/z80 directories to the package
4399
4400 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4401
4402         * src/hc08/gen.c (genFunction): fixed bug #1112752
4403
4404 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4405
4406         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4407
4408 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4409
4410         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4411
4412 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4413
4414         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4415
4416 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4417
4418         * device/include/c8051fxxx.h: removed these 6 files
4419         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4420
4421 2005-01-26 Raphael Neider <rneider AT web.de>
4422
4423         * src/pic16/gen.c (genAssign): fixed assignment from longs
4424           in codespace (were cut to three bytes)
4425         * (genDummyRead): implemented (except for CODESPACE...),
4426           fixed bug #1108575
4427         * src/pic16/glue.c (emitStatistics): beautified
4428         * device/lib/pic16/libm/Makefile: added include path
4429
4430 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4431
4432         * src/z80/gen.c (aopPut): fixed bug #1103902
4433
4434 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4435
4436         * device/lib/expf.c: fixed bug #1095792
4437
4438 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4439
4440         * device/lib/pic16/libm: added Math library sources
4441
4442 2005-01-24 Raphael Neider <rneider AT web.de>
4443
4444         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4445           to enable upcast to pCodeOpReg2 (there is no type tag to
4446           differenciate the two and pic16_popGet2p cast into PCOR2)
4447         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4448           (sizeof(sectNames) changed to sizeof(sectName))
4449           Both patches fix segfaults under MinGW.
4450
4451 2005-01-23 Raphael Neider <rneider AT web.de>
4452
4453         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4454           Safe_[mc]?alloc()'ed variables
4455         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4456           of (byte sized) temporaries (assign them to WREG for now)
4457         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4458           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4459           this might fix SIGSEGVs on MinGW...
4460         * src/SDCCopt.c (killDeadCode): restored original behaviour
4461           (volatile operands might get thrown away though)
4462
4463 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4464
4465         * src/pic16/gen.c: fixed bug #1106975,
4466         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4467         pointer update, INTCON is saved, global interrupts are disabled and
4468         restored after updateing TOS.
4469         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4470         * added function attribute 'shadowregs' to take advantage of shadow
4471         registers,
4472         * added function attribute 'wparam' as an alternative to the wparam
4473         pragma,
4474         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4475         user declares a non-ISR function as 'shadowregs',
4476         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4477
4478 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4479
4480         * .version: bumped version number to 2.4.8
4481         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4482         pic16 port,
4483         * device/lib/pic16/libio/i2c/: I2C module support library,
4484         * device/include/pic16/i2c.h: I2C support library header,
4485         * device/lib/pic16/libc/stdio/: standard IO support sources,
4486         * (printf_small.c): printf_small() source, supports float print,
4487         * (printf_tiny.c): printf_tiny() source, does not support floats,
4488         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4489         enable global optimizations for entire library source, other
4490         Makefiles in the source tree are also modified to reflect this,
4491         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4492         function,
4493         * doc/sdccman.lyx: updated to reflect new changes,
4494         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4495         sym->onStack if-case,
4496         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4497         sbit, idata, _idata, xdata, _xdata,
4498         * added pragma library, to link an external library, (see doc),
4499         * removed command line options, --pomit-config-words, --pomit-ivt,
4500         --pleave-reset-vector,
4501         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4502         when calling assembler to reflect memory model used, also define
4503         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4504         reflect stack model used,
4505         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4506         on stack return NULL,
4507
4508 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4509
4510         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4511           of the operands is volatile. Fixes #1020220
4512
4513 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4514
4515         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4516         * (OptimizeRegUsage): make sure that there is really no other flow where
4517           the first pCode is used
4518
4519 2005-01-22 Raphael Neider <rneider AT web.de>
4520
4521         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4522           to fix #1106967 (pCode->seq are not set up correctly)
4523
4524 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4525
4526         * src/SDCCglue.c (glue): make sure code area is declared before the
4527         static initialization area.
4528
4529 2005-01-21 Raphael Neider <rneider AT web.de>
4530
4531         * device/lib/Makefile.in: fixed test for pic16 install dir
4532         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4533           optimizations
4534         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4535           added --optimize-goto compiler switch and pragma wparam documentation
4536         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4537         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4538           and PRODH closing bug #1071770 (peephole optimizer)
4539
4540 2005-01-19 Raphael Neider <rneider AT web.de>
4541
4542         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4543           cmdLine buffers (used when calling sdcpp...) are large enough
4544           (MAX_PATH=256 truncates arguments leading to system halts when
4545           used in MinGW...)
4546         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4547         * (genUminus): rewritten to for efficiency
4548         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4549           used uninitialized in some cases)
4550         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4551           copy the third byte from the int -- now assumes 0x80 (data memory)
4552         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4553           operands (genAddLit expects the iCode's operands to swapped as
4554           well), fixed leftover bytes (crashed for short left operands)
4555         * (pic16_genMinusDec): performance improvements, removed false
4556           PIC14 emitSKPNCs
4557         * (pic16_genMinus): fixed to cope with differently sized operands
4558         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4559           for --obanksel > 1
4560         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4561         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4562           new banksel optimization
4563         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4564           analysis for temporary registers (segfaults...)
4565         * src/pic16/peeph.def: added rule
4566
4567 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4568
4569         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4570         which converts a float number to its ASCII representation
4571         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4572         functions to convert the fractional and integer part of a float to ASCII,
4573         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4574         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4575         ram
4576         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4577         _STATMEM macros,
4578         * device/include/pic16/adc.h: added GPL info,
4579         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4580         a pCodeOp as tested operand,
4581         * (genNearPointerGet): optimized bit testing, does not use
4582         intermediate register for bit value, test directly instead with
4583         BTFSS, BTFSC, works only for single bits,
4584         * (genpic16Code): dump the name of the iCode in the asm,
4585         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4586         renamed to pic16_decodeOp,
4587         * (serialRegAssign): do not allocate a temporary register for iCode
4588         sequences that test a single bit for 1/0
4589
4590 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4591
4592         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4593         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4594         access stack and frame pointers. They are initially assigned to
4595         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4596         accessing SFRs. Updated all occurences of modification of stack or
4597         frame pointer in gen.c and pcode.c,
4598         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4599         assigning of a literal value to pointers,
4600         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4601         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4602         selected
4603
4604 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4605
4606         * doc/sdccman.lyx: update documentation about stack pragma, added
4607         some info for stack memory models
4608
4609 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4610
4611         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4612
4613 2005-01-08 Raphael Neider <rneider AT web.de>
4614
4615         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4616           udata sections to fix bug #1097823
4617
4618 2005-01-05 Raphael Neider <rneider AT web.de>
4619
4620         * src/pic16/gen.c (genGenericShift): added handling of differently
4621           sized left operand and result
4622
4623 2005-01-04 Raphael Neider <rneider AT web.de>
4624
4625         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4626         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4627           to hold the condition bit)
4628         * added new version of genCmp (old code available via #define)
4629         * added new version of genShiftLeft/genShiftRight in a generic
4630           way, now supports shifting by negative values
4631         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4632           shiftCount (expected by genGenericShift)
4633         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4634         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4635           dump
4636         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4637           is an invalid literal too...)
4638
4639 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4640
4641         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4642         from Raphael Neider,
4643         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4644         for 8-bit literals. This fixes some literal operands which are sign
4645         extended to 16-bits ints when instruction needs only 8-bits.
4646
4647 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4648
4649         * device/lib/logf.c: added mcs51 assembly version
4650         * device/lib/expf.c: added mcs51 assembly version
4651         * device/lib/_logexpf.c: new shared asm code for expf and logf
4652         * device/include/math.h: add defines for assembly math library
4653         * device/lib/Makefile.in: build new _logexpf.c
4654         * device/lib/libfloat.lib: use new _logexpf.c
4655
4656 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4657
4658         * src/pic/device.c
4659         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4660           device types which have less than 0x7f registers.
4661
4662 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4663
4664         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4665
4666 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4667
4668         * device/lib/printf_fast.c: only build on supported arch.
4669         * device/lib/printf_tiny.c: only build on supported arch.
4670         * device/lib/printf_fast_f.c: only build if asm float lib
4671         * device/lib/_fsget1arg.c: only build if asm float lib
4672         * device/lib/_fsget2args.c: only build if asm float lib
4673         * device/lib/_fsnormalize.c: only build if asm float lib
4674         * device/lib/_fsreturnval.c: only build if asm float lib
4675         * device/lib/_fsrshift.c: only build if asm float lib
4676         * device/lib/_fsswapargs.c: only build if asm float lib
4677         * device/include/stdio.h: don't provide print_fast,
4678           print_fast_f, print_tiny prototypes if --xstack used
4679
4680 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4681
4682         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4683         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4684           to the SOURCES
4685
4686 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4687
4688         * device/lib/printf_fast_f.c: same as printf_fast, but
4689           with floating point enabled
4690         * device/lib/printf_fast.c: minor tweaks
4691         * device/include/stdio.h: add printf_fast_f
4692
4693 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4694
4695         * src/SDCCmain.c: make --float-reent default for mcs51
4696         * device/lib/_fsadd.c: added mcs51 assembly version
4697         * device/lib/_fssub.c: added mcs51 assembly version
4698         * device/lib/_fsmul.c: added mcs51 assembly version
4699         * device/lib/_fsdiv.c: added mcs51 assembly version
4700         * device/lib/_fseq.c: added mcs51 assembly version
4701         * device/lib/_fsneq.c: added mcs51 assembly version
4702         * device/lib/_fsgt.c: added mcs51 assembly version
4703         * device/lib/_fslt.c: added mcs51 assembly version
4704         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4705         * device/lib/Makefile.in: add _fscmp to build
4706         * device/lib/libfloat.lib: add _fscmp to build
4707
4708 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4709
4710         * device/lib/_fs2slong.c: added mcs51 assembly version
4711         * device/lib/_fs2sint.c: added mcs51 assembly version
4712         * device/lib/_fs2schar.c: added mcs51 assembly version
4713         * device/lib/_fs2ulong.c: added mcs51 assembly version
4714         * device/lib/_fs2uint.c: added mcs51 assembly version
4715         * device/lib/_fs2uchar.c: added mcs51 assembly version
4716         * device/lib/_slong2fs.c: added mcs51 assembly version
4717         * device/lib/_sint2fs.c: added mcs51 assembly version
4718         * device/lib/_schar2fs.c: added mcs51 assembly version
4719         * device/lib/_ulong2fs.c: added mcs51 assembly version
4720         * device/lib/_uint2fs.c: added mcs51 assembly version
4721         * device/lib/_uchar2fs.c: added mcs51 assembly version
4722         * device/include/float.h: added #define to select asm vs c
4723
4724 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4725
4726         * device/lib/printf_fast.c: improvements to float output
4727         * device/include/float.h: add defines for assembly float library
4728         * device/lib/_fsget1arg.c: receive 1 float arg
4729         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4730         * device/lib/_fsnormalize.c: normalize a float
4731         * device/lib/_fsreturnval.c: return float, various helper routines
4732         * device/lib/_fsrshift.c: right shift a float's mantissa
4733         * device/lib/_fsswapargs.c: swap 2 floats
4734         * device/lib/Makefile.in: build these 6 new files for mcs51
4735         * device/lib/libfloat.lib: add these 6 files to the library
4736
4737 2004-12-26 Borut Razem <borut.razem AT siol.net>
4738
4739         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4740           built by gcc 3.4.2
4741
4742 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4743
4744         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4745           and fully reentrant and register bank neutral.
4746         * device/lib/printf_fast.c: added float (not enabled by default),
4747           added compact/slower integer (also not enabled by default),
4748           improved size/speed of fast integer code, other minor changes
4749         * device/include/stdio.h, device/lib/Makefile.in,
4750           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4751
4752 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4753
4754         * src/pic16/pcode.c: declaring variables other than at the start of a
4755           block is not supported in C by VC6.
4756
4757 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4758
4759         * applied a previous patch from Raphael Neider that wasn't included
4760         in the previous commits, which fixes infinite loops within jumptable
4761         improvements,
4762         * made some fixes that previous patches introduced
4763
4764 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4765
4766         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4767         that fixes an issue with AOP_PCODE asmop's offset,
4768         * (pic16_popCopyReg): update instance field too,
4769         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4770         function of pic port,
4771         * (genCmp, genAnd, genAssign),
4772         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4773
4774 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4775
4776         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4777         variables initial values to idata section,
4778         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4779         variables in some functions. This utilizes parmBytes field of iCode
4780         structure to hold the offset of the variable in stack. (might be
4781         able to use the stack field too?)
4782         * applied patch from Raphael Neider # ### , # ###
4783         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4784         variable initial values in idata section,
4785         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4786         for static variables with initial value
4787         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4788         applied fix in while loop from Raphael Neider.
4789
4790 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4791
4792         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4793         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4794         * src/ds390/ralloc.c (serialRegAssign): spill bits
4795         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4796         * support/Util/SDCCerr.c,
4797         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4798         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4799         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4800
4801 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4802
4803         * device/include/sdcc-lib.h: inserted LGPL, added includes
4804           asm/ds390/features.h and asm/mcs51/features.h
4805         * device/include/asm/default/features.h,
4806         * device/include/asm/gbz80/features.h,
4807         * device/include/asm/z80/features.h: added empty _AUTOMEM
4808           and _STATMEM
4809         * device/include/asm/ds390/features.h,
4810         * device/include/asm/mcs51/features.h: added files with defines for
4811           _AUTOMEM and _STATMEM indicating automatic and static storage class
4812         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4813         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4814         * src/SDCCicode.c (geniCodeCast),
4815         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4816         * src/SDCCloop.c (loopInduction): removed unused variable lr
4817         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4818           to convertToFcall to include char modulo (RFE 1065037), added check
4819           if left operand is unsigned and use abs of literal value
4820         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4821           as it doesn't work after conversion from peephole.def to peephole.rul
4822         * src/mcs51/gen.c (toBoolean): added check for size,
4823           (genModOneByte): optimized code for signed char modulo a literal
4824           power of 2 (thanks to Hubert Sack),
4825           (genRRC): removed unnecessary "clr c",
4826           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4827         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4828           jump optimization,
4829           swapped rules 256.c and 256.d,
4830           extended 256.d by using new multiple checks (thanks Erik),
4831           added rules 256.e and 256.f,
4832           updated rule 261.a and 261.b to new generated code
4833         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4834
4835 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4836
4837         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4838           induction related bugs, including first part of bug #1074377
4839
4840 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4841
4842         * applied patch from bug-report #1076292,
4843         * applied patches for genAnd and Goto-optimizations for Raphael
4844         Neider,
4845         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4846         dump a less iCode information,
4847         * src/pic16/device.h (pic16_options_t): added field debgen,
4848         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4849         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4850         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4851         puclic,
4852         * (various functions): added macros FENTRY and FENTRY2 to functions,
4853         to emit function prologue,
4854         * (various functions): fixed indentation,
4855         * (genNearPointerGet): fixed loading of FSR0,
4856         * (genPackBits): applied patch from Raphael Neider to fix updating
4857         of FSR0 and touching only the modified bits,
4858         * src/pic16/genarith.c (various functions): added macros FENTRY to
4859         emit function prologue in comments,
4860         * src/pic16/pcode.h: added functions debugf2, debugf3,
4861         * src/pic16/ralloc.c: partial fix for packForPush caused
4862         segmentation fault,
4863
4864 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4865
4866         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4867           <stsp AT users.sourceforge.net> with reversed byte order
4868         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4869
4870 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4871
4872         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4873           bug #1074377
4874         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4875         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4876
4877 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4878
4879         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4880
4881 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4882
4883         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4884           conditions,
4885           (setFromConditionArgs): friendly operand parser for peephole rules,
4886           (operandBaseName, operandsNotRelated): new peephole condition
4887           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4888           architecture specific register naming into account, handles n-way
4889           comparisons, and supports quoted literals
4890         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4891
4892 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4893
4894         * src/mcs51/peeph.def: fixed bug #1076940
4895
4896 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4897
4898         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4899
4900 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4901
4902         Adding support for replacing ljmps with sjmps in jumptables
4903         generated for switch statements. For now you need to set the
4904         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4905         Now 4 algorithms for mcs51 jumptable generation are used:
4906         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4907         addresses loaded pc-relative for up to 112 cases and stack-pushing
4908         target addresses loaded with offset from dptr for up to 256 cases.
4909
4910         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4911         * src/mcs51/main.c: adapted constants for switch table generation
4912         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4913
4914 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4915
4916         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4917         * support/regression/tests/bug1057979.c: added test for bug 1073386
4918
4919 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4920
4921         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4922         compilers
4923
4924 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4925
4926         * src/pic16/device.h,
4927         * src/pic16/genarith.c,
4928         * src/pic16/glue.c,
4929         * src/pic16/main.c,
4930         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4931
4932 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4933
4934         Large cummulative patch for pic16 port.
4935         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4936         to call when a stack overflow occurs,
4937         * (malloc.h): added CVS Id tag,
4938         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4939         variable,
4940         * added libc directory. The current version of LibC contains string
4941         functions, ctype functions and macros and some functions of the
4942         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4943         be extensively tested in the future. Standard disclaimer here.
4944         Library is not automatically build yet. But one can build it by
4945         invoking 'make' inside the libc directory.
4946         * added ADC library under libio. Preliminary version yet.
4947
4948         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4949         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4950         aopForRemat() now and not by pic16_aopOp(),
4951         * (pic16_popGetTempReg): removed warning messgae when allocating
4952         temporary registers, its a buggy feature and will be removed,
4953         * (pic16_popGet): set register instance field in AOP_CRY,
4954         * (pic16_outBitC): fixed for results in size greater than 1,
4955         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4956         * (pic16_storeForReturn): optimized return of 0,
4957         * (genCmp): experimental code for new genCmp which uses PIC18's
4958         special compare&skip instructions. Initial tests fail some times
4959         with variables grater than 1 byte in size, so new code is disabled,
4960         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4961         a single bit,
4962         * (genCast): began a fix to optimize the casting of a bit to another
4963         bit, now assigning a bitfield to another bitfield will fail, sorry,
4964         * src/pic16/main.c: disabled the use of lr-support feature,
4965         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4966         * added some function prototypes, added function _debugf prototype,
4967         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4968         bits with offset (case PO_GPR_BIT),
4969         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4970         command line,
4971         * (isBankInstruction): modified to return 0 for no banking instruction,
4972         and 1 for banking instruction,
4973         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4974         caused stop processing pCodes after a inline assembly block,
4975         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4976         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4977         registers when it shouldn't,
4978         * src/pic16/ralloc.c (allocReg): add preliminary support for
4979         supporting a limited set of temporary registers,
4980
4981 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4982
4983         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4984           genDataPointerSet): ensure assignments always copy in MSB to LSB
4985           order,
4986           (loadRegFromAop): recognize CLRH optimization,
4987           (genFunction): optimize RECEIVE iCodes in reentrant functions
4988
4989 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4990
4991         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4992           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4993           selected.
4994         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4995         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4996           contiguous with data
4997
4998 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4999
5000         * device/lib/_gptrget.c (_gptrget),
5001         * device/lib/_gptrgetc.c (_gptrgetc),
5002         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
5003           instead of sjmp to ret
5004         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
5005           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
5006
5007 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
5008
5009         * .version: bumped version to 2.4.7
5010         * device/lib/_gptrget.c (_gptrget): is now _naked
5011         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
5012         * device/lib/_gptrput.c (_gptrput): is now _naked
5013         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
5014           (createFunction): fixed xstack
5015         * src/SDCCglue.c (emitMaps): set allocation required for bit area
5016         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
5017           or bit either,
5018           (geniCodeCritical): store original interrupt state in an iTemp bit
5019           var unless stack-auto
5020         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
5021         * src/SDCCmain.c (setIncludePath): added include/target to search path
5022         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
5023         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
5024           prototype,
5025           (processFuncArgs): put bit vars in bit area
5026         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
5027           unsaveRBank): fixed xstack,
5028           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
5029           (genFunction, genEndFunction): fixed xstack,
5030           (genAssign): optimization don't walk backwards through mem
5031         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
5032         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
5033         * support/regression/Makefile: also make library (for stack-auto) when
5034           making "all" and added "test-mcs51-xstack-auto"
5035         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
5036         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
5037         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
5038         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
5039         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
5040           make-library by MAKE_LIBRARY
5041         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
5042           regression tests for xstack
5043         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
5044         * support/regression/tests/critical.c: test for critical on mcs51
5045
5046 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5047
5048         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5049           built version of sdcc instead of installed version
5050
5051 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5052
5053         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5054         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5055           vprintf.c now
5056         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5057         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5058           WARNING: remove device/lib/build/z80/printf.o by hand when
5059           updating from previous build!
5060         * device/lib/z80/printf.c: updated comment
5061         * support/regression/tests/bug1057979.c: test all ports now
5062         * support/regression/tests/bug1065458.c: file added
5063
5064 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5065
5066         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5067           *_start and *_end symbols for static functions
5068
5069 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5070
5071         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5072           and search crt0.o in all library paths,
5073           (setIncludePath): proper handling of --nostdinc,
5074           (setLibPath): proper handling of --nostdlib
5075         * support/regression/Makefile,
5076         * support/regression/ports/ds390/spec.mk,
5077         * support/regression/ports/gbz80/spec.mk,
5078         * support/regression/ports/hc08/spec.mk,
5079         * support/regression/ports/mcs51/spec.mk,
5080         * support/regression/ports/mcs51-large/spec.mk,
5081         * support/regression/ports/mcs51-stack-auto/spec.mk,
5082         * support/regression/ports/z80/spec.mk: use include and lib files from
5083           built version of sdcc instead of installed version
5084         * doc/sdccman.lyx: fixed typo in --nostdinc
5085
5086 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5087
5088         * src/pic/pcode.c,
5089         * src/pic/device.c,
5090         * src/pic/ralloc.c,
5091         * src/pic/gen.c : added support to generate code for struct bit fields.
5092
5093 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5094
5095         * as/xa51/xa_version.h,
5096         * device/include/errno.h,
5097         * device/include/regc515c.h,
5098         * device/lib/_itoa.c,
5099         * device/lib/_ltoa.c,
5100         * device/lib/ser_ir_cts_rts.c,
5101         * sim/ucsim/xa.src/glob.cc,
5102         * sim/ucsim/xa.src/inst_gen.cc,
5103         * sim/ucsim/xa.src/xa_bit.cc,
5104         * sim/ucsim/xa.src/xa_sfr.cc,
5105         * sim/ucsim/z80.src/inst_dd.cc,
5106         * sim/ucsim/z80.src/inst_fdcb.cc,
5107         * support/scripts/keil2sdcc.pl,
5108         * src/pic16/pic16.dsp,
5109         * src/pic16/pic16a.dsp: corrected cvs line endings
5110         * device/lib/printf_large.c: fixed bug 1057979
5111         * src/pic16/gen.c: fixed non-C standard code
5112         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5113         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5114         * support/regression/ports/mcs51/support.c: reload T1 asap
5115         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5116           pdata use and clear idata startup behaviour
5117         * support/regression/tests/bug1057979.c: added
5118
5119 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5120
5121         * device/examples/ds390/ow390/ad26.h,
5122         * device/examples/ds390/ow390/cnt1d.h,
5123         * device/examples/ds390/ow390/crcutil.c,
5124         * device/examples/ds390/ow390/ownet.h,
5125         * device/examples/ds390/ow390/owsesu.c,
5126         * device/examples/ds390/ow390/swt12.h,
5127         * device/examples/ds390/ow390/swtoper.c,
5128         * device/examples/ds390/ow390/temp10.h,
5129         * device/examples/ds390/ow390/thermodl.c,
5130         * device/examples/ds390/tinitalk/tinitalk.dsp,
5131         * device/examples/ds390/tinitalk/tinitalk.dsw,
5132         * device/examples/mcs51/clock/hw.h,
5133         * device/examples/mcs51/simple2/go.bat,
5134         * device/examples/serialcomm/windows/serial.h,
5135         * device/examples/xa51/dummy.c,
5136         * device/examples/xa51/hello.c,
5137         * device/include/80c51xa.h,
5138         * device/include/at89x051.h: corrected cvs line endings
5139
5140 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5141
5142         * src/pic16/main.c (options): added command line --gstack, to trace
5143         stack over/under flows,
5144         * added pragma 'wparam' to allow passing first byte of function
5145         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5146         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5147         call to __gstack_test function and sets up the symbol as extern,
5148         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5149         * popaop): added call to pic16_testStackOverflow,
5150         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5151         wparamList list,
5152         * (genCall, genPcall): now all parameters are passed via stack
5153         except in functions that are pass to wparam pragma in which WREG is
5154         used too,
5155         * (genPcall): REENTRANT flag is checked to see if variable prototype
5156         contains reentrant keyword, don't call a non-reentrant function, via
5157         a reentrant function pointer or vice versa, functions are never
5158         passed via WREG,
5159         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5160         D.Winkler,
5161         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5162         SIGSEGV when accessing a NULL register stucture,
5163         * (pic16_printGPointerType): modified to handle UPPER modifier for
5164         function initializers, changed prototype of function to simpler one,
5165         * (pic16_printIvalFuncPtr): check to see if function is already
5166         added in externs list,
5167         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5168         optimized a move from W to SFR with a move to the same register
5169         later after a CALL,
5170         * device/lib/pic16/debug: NEW directory, contains debug features
5171         which are enabled when linking with libdebug.lib, currently command
5172         line option --gstack enables stack pointer tracing for over/under
5173         flow, corresponding sources are in debug/gstack
5174
5175 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5176
5177         * doc/sdccman.lyx: updated SDCC version,
5178         * (PIC16 port): update list of command line options,
5179         * src/pic16/device.h (structure pic16_options_t): added field gstack
5180         to enable stack overflow tracing on push/pops,
5181         * src/pic16/device.c (statistics structure): added statistics
5182         structure,
5183         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5184         pic16_dump_int_registers): increase statistics counters for each
5185         * variable which is encountered
5186         * (pic16_dump_usection): emit each .udata variable to its own udata
5187         section,
5188         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5189         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5190         parameters via stack, otherwise use old scheme,
5191         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5192         assembler output file,
5193         * src/pic16/main.c: added command line options --gstack to enable
5194         push/pop tracing for stack overflow,
5195         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5196         instructions): added size of each instruction,
5197         * (pic16_countInstruction): estimate size of instructions in
5198         the_pFile list, inline assembly blocks are not counted,
5199         * (pic16_FixRegisterBanking): trace previous register usage, when
5200         banksel optimizations is greater than 0, don't emit a redudant
5201         banksel directive,
5202
5203 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5204
5205         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5206         * src/pic16/ralloc.c : applied same fix for pic16.
5207         * src/pic/gen.c : tidied it up a little.
5208
5209 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5210
5211         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5212         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5213
5214 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5215
5216         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5217
5218 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5219
5220         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5221         non-reentrant function __modsint in the interrupt function (thus
5222         corrupting math operations during serial I/O)
5223         * device/lib/ser_ir.c: as above, changed buffersize
5224         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5225         256.c,d for zeroing
5226         * doc/Makefile: added option -t for rsync
5227
5228 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5229
5230         * src/SDCCast.h (struct ast),
5231         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5232
5233 2004-10-20 Borut Razem <borut.razem AT siol.net>
5234
5235         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5236         package
5237
5238 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5239
5240         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5241         makefile targets,
5242         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5243         support functions to replace long sequences of MOVFF's from access
5244         bank registers to stack and vice versa,
5245         * src/pic16/device.h: added new field opt_flags, where optimization
5246         flags can be set to enable certain features,
5247         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5248         * pBlock, (genFunction, genEndFunction): surroung loop for
5249         saving/loading used registers in stack with PC_INFO pCodes,
5250         INF_LREGS. Code in between can then be optimized by pCode optimizer
5251         to support function calls,
5252         * (genDataPointerSet): fixed bug which loaded float fields in
5253         structures with corrupt data,
5254         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5255         in a standard way debug info on stderr. Feature used for developing
5256         and debugging only,
5257         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5258         obsolete chunks of code,
5259         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5260         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5261         * pic16/src/pcode.c (pic16_newpCodeInfo,
5262         * (pic16_newpCodeOpLocalRegs),
5263         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5264         feature,
5265         * (pic16_pCodeConstString): printing of the initial value of a
5266         symbol as a comment is inhibited since parsing was already done by
5267         copyStr and output is corrupt,
5268         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5269
5270 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5271
5272         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5273
5274 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5275
5276         * as/mcs51/lkarea.c: removed old K&R style,
5277           (lnksect): changed check on boundary error,
5278           (lnksect2): changed check on boundary error,
5279           (lnksect2): extend XSTK to end of page if size = 1
5280         * as/mcs51/lkmain.c: removed old K&R style,
5281           (Areas51): create l_IRAM symbol
5282         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5283         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5284           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5285         * device/lib/_mullong.c: added version to be compiled with xstack
5286         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5287         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5288         * device/lib/mcs51/crtxstack.asm: fixed comment
5289         * src/SDCCglue.c: maxInterrupts defaults to 0,
5290           (emitMaps): added pdata,
5291           (createInterruptVect): (re)moved default,
5292           (glue): added pdata,
5293           (glue): moved __start__xstack to XSTK with default size 1
5294         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5295           and options.float_rent when options.stackAuto is set,
5296           (linkEdit): only write XDATA_NAME if provided on command line
5297         * src/SDCCmem.h,
5298         * src/SDCCmem.c: added pdata
5299         * src/port.h: added pdata_name to PORT
5300         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5301           (saveRegisters, unsaveRegisters): removed usage of B,
5302           (genMinus): fixed accumulator clash,
5303           (genJumpTab): added comment, this needs another look
5304         * src/mcs51/gen.c: added check for "B in use" paranoia,
5305           added pushB() and popB()
5306         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5307           chance
5308         * src/avr/main.c,
5309         * src/ds390/main.c,
5310         * src/hc08/main.c,
5311         * src/mcs51/main.c,
5312         * src/pic/main.c,
5313         * src/pic16/main.c,
5314         * src/xa51/main.c,
5315         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5316           added PSEG (PAG,XDATA) or NULL to port specifier
5317         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5318         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5319           (_mcs51_genInitStartup): removed __start__xstack equ,
5320           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5321         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5322         * src/z80/gen.c (_rleAppend): fixed warnings
5323         * support/regression/tests/zeropad.c: added pdata test
5324         * .version: bumped to 2.4.6
5325
5326 2004-10-17 Borut Razem <borut.razem AT siol.net>
5327
5328         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5329         as a part of nightly build
5330
5331 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5332
5333         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5334         WREG holds the first byte function parameters,
5335         * (aopForSym): take special case for symbols which are in FARSPACE
5336         but in CODESPACE too,
5337         * (assignResultValue): modified to take into account _G.useWreg,
5338         * (genCall): don't use wreg for parameter passing when function is
5339         declared as reentrant, too, added optimization INCF to stack
5340         pointer when stack parameter count is 1,
5341         * (genFunction, genEndFunction): refurnished and fixed to not using
5342         wreg for passing parameters when function has varargs or is
5343         reentrant, fixed bug with symbol name compare for generating
5344         functions in absolute address,
5345         * (pic16_storeForReturn): refurnished,
5346         * (genCmp): began writing a new version of the function, not ready
5347         yet, therefore it is disabled,
5348         * (genAssign): do not read code memory when assigning a function to
5349         a pointer function,
5350         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5351         array of characters, not pointer,
5352         * (pic16initialComments): in debug mode emit an .ident directive for
5353         the assembler,
5354         * (_process_pragma): emit a new warning type (internal to pic16)
5355         when setting stack to default length, emit a similar warning when
5356         placing a function at absolute address and address is not word aligned
5357         * (_pic16_parseOptions): added 'return TRUE' statement,
5358         * (_pic16_linkEdit): if compiling a source, then add the source's
5359         file object, first in the list of objects to link,
5360
5361 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5362
5363         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5364         * src/pic/main.c : removed VC warning.
5365         * src/pic/gen.c : changed comment.
5366
5367 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5368
5369         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5370         reference to a deprecated symbol _GPTRREG was causing failure to
5371         link. Thanks G. M. Gallant for the info.
5372
5373 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5374
5375         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5376         comments for Bugs item #954788.
5377
5378 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5379
5380         * src/pic16/device.c (pic16_dump_gsection,
5381         * pic16_groupRegistersInSection): handle symbols declared to be in
5382         access bank differently,
5383         * src/pic16/gen.c (struct _G): added field resDirect,
5384         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5385         send values read from stack directly to result and don't allocate
5386         temporary values,
5387         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5388         same registers,
5389         * (pic16_sameRegsOfs): NEW,
5390         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5391         free because they were not allocated from temporary pool,
5392         * pic16_popRegFromString): workaround to fix a problem with
5393         allocating variables twice or never,
5394         * (genGenPointerGet): using PRODL instead of FSR0H,
5395         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5396         instead of FSR0H,
5397         * (genAssign): take advantage of the _G.resDirect flag,
5398         * (genCast): around line 11844, use mov2f instead of directly
5399         MOVFF'ing between operands to account for literal values,
5400         * src/pic16/genutils.c: some new debug functions for gpsim have been
5401         added,
5402         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5403         float with integer part only,
5404         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5405         place variables in access bank
5406         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5407         updated sources to reflect recent changes in gen.c
5408
5409 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5410
5411         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5412         sources that searched for headers in installation path, now the
5413         device/include/pic16 is used,
5414         * src/pic16/glue.c (pic16glue),
5415         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5416         .line directives if not in debug mode, this suppresses assembler's
5417         warnings for ignored directives
5418
5419 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5420
5421         * src/port.h: made reset_regparms prototype void parameter explicit.
5422         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5423         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5424         * doc/sdccman.lyx: documented warning disabling and how to use
5425           printf_large to make it print floats.
5426         * device/include/stdbool.h: NEW
5427         * device/lib/_atof.c,
5428         * device/lib/_divuint.c,
5429         * device/lib/_divulong.c,
5430         * device/lib/expf.c,
5431         * device/lib/printf_large.c,
5432         * device/lib/sincosf.c,
5433         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5434         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5435           a completely reentrant lib.
5436
5437 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5438
5439         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5440         * device/include/pic16/stdio.h: fixed bug with colon
5441
5442 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5443
5444         * device/include/pic16/stdio.h,
5445         * device/include/pic16/stdlib.h,
5446         * device/include/pic16/math.h: NEW
5447         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5448         declared as _naked to reduce overhead
5449         * device/lib/Makefile.in (target port-specific-objects-pic16):
5450         changed * to *.* so to ignore the CVS directory,
5451         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5452         stacked variables back in stack,
5453         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5454         corruption
5455
5456 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5457
5458         * .version: bumped version number to 2.4.5
5459         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5460         * support/Util/SDCCerr.c (messages structure): added entry for
5461         W_POSSBUG2
5462
5463         Large cumulative patch for pic16 port and libraries.
5464         * device/include/pic16/sdcc-lib.h,
5465         * device/include/pic16/stdarg.h,
5466         * device/include/asm/pic16/features.h,
5467         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5468         * device/include/pic16/float.h: changes reentrant keyword with
5469         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5470         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5471         updated target build-libraries to include objects from gptr,
5472         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5473         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5474         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5475         all function headings,
5476         * src/SDCCmain.c: added global parameter userIncDirsSet,
5477         * (parseCmdLine): when option -I is encountered add directory to
5478         userIncDirsSet too,
5479         * src/version.awk: added space between control and long,
5480         * src/pic16/NOTES: added some notes for the port,
5481         * src/pic16/gen.c: added prototype for mov2fp function,
5482         * (fReturnpic16[]): properly named return value registers,
5483         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5484         * (aopForSym): added code to handle symbols with onStack flag set,
5485         symbols onStack are allocated PTRSIZE bytes,
5486         * (aopFreeAsmop): handles special case where asmops are stack objects,
5487         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5488         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5489         added argument lock to trace flaws in allocating temporary registers
5490         when developing port,
5491         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5492         * (pic16_popRegFromString): reenabled allocating a direct register
5493         from string,
5494         * (assignResultValue): various beautifications,
5495         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5496         referenced function argument,
5497         * (genIpush): reenabled to allow stacked arguments, handles only
5498         ic->parmPush iCodes,
5499         * (genCall, genPcall): major changes to allow for variable argument
5500         functions, fixed a bug with falsely restoring stack pointer after
5501         returning from call,
5502         * (genFunction): pending code for critical function,
5503         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5504         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5505         * (genNearPointerGet): fixed bug with indirect reading, was always
5506         reading from INDF0
5507         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5508         pointers,
5509         * (genAddrOf): rewrote code to take address of a stacked function parameter
5510         * (genCast): fixed casting to generic pointer type,
5511         * src/pic16/gen.h: added AOP_STA,
5512         * (struct asmop): added field stk,
5513         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5514         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5515         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5516         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5517         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5518         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5519         generic pointers,
5520         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5521         and library paths,
5522         * (pic16_port structure): generic pointer size is set to 3,
5523         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5524         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5525         compiler warning,
5526         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5527         operand is an iTemp,
5528
5529 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5530
5531         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5532         * debugger/mcs51/simi.c: addapt new syntax of s51
5533
5534 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5535
5536         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5537         * src/pic16/pcode.c: commented out some calls to free() in order to
5538         fix bug #989576,
5539
5540 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5541
5542         * src/SDCCicode.h,
5543         * src/SDCCicode.c (isiCodeInFunctionCall),
5544         * src/avr/ralloc.c (selectSpil),
5545         * src/pic/ralloc.c (selectSpil),
5546         * src/pic16/ralloc.c (selectSpil),
5547         * src/ds390/ralloc.c (selectSpil),
5548         * src/hc08/ralloc.c (selectSpil),
5549         * src/xa51/ralloc.c (selectSpil),
5550         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5551         stack in the middle of a function call sequence (fixes bug #1020268)
5552         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5553         costs associated with the minimum switch case.
5554
5555 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5556
5557         * src/SDCC.lex: fixed bug #1030549
5558
5559 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5560
5561         * src/SDCCcse.h (struct cseDef),
5562         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5563         over a function call if the CSE is derived from a symbol whose
5564         address has been taken (fixes bug #1029883)
5565         * support/regression/tests/bug-1029883: a new regression test for
5566         this bug
5567
5568 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5569
5570         * src/hc08/gen.c (emitinline): fixed bug #1029778
5571         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5572         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5573         and starts toward RFE #905167)
5574
5575 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5576
5577         * src/pic16/gen.c (mov2f): New function to move an operand to
5578         another without considering if it is a literal or a register,
5579         * (pic16_sameRegs): don't check if they are both AOP_REG,
5580         * (AccRsh): removed andmask=0 lines,
5581         * (genLeftShift): duplicated to be improved in future versions,
5582         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5583         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5584         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5585         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5586         * (insertBankSwitch): fixed inserting banksel directives algorithm
5587         for instructions that follow a skip instruction, this fixes a report
5588         for broken subtraction code generation,
5589         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5590         iCode is a left op, just in case result and right share the same
5591         registers
5592
5593 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5594
5595         * src/hc08/main.c,
5596         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5597         preservation of HX
5598         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5599         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5600         on 2004-09-12; it was buggy
5601
5602 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5603
5604         * src/SDCCsymt.h: removed RESULT_CHECK
5605         * src/SDCCast.c,
5606         * src/SDCCglue.c,
5607         * src/SDCCval.c,
5608         * src/pic/glue.c,
5609         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5610
5611 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5612
5613         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5614         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5615         configuration values no more rejected by compiler, they are assigned
5616         to configuration registers with a warning message instead,
5617         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5618         the for-loop so last conf register is emitted too,
5619         * (_pic16_initPaths): link library libsdcc.lib by default,
5620         * (_hasNativeMulFor): modified test for multiplication according to
5621         Raphael Neider's remarks. Integer multiplication is also done with
5622         support functions,
5623         * device/include/pic16/pic18fregs.h: corrected type error in while
5624         testing and including 18f6720 header file
5625
5626 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5627
5628         * src/pic16/device.h (pic16_options): removed field use_crt,
5629         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5630         until an optimization to handle single bits is added,
5631         * (pic16_loadFSR0): moved before genUnpackBits,
5632         * (genAnd): some white lines removed,
5633         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5634         leave_reset flags in pic16_options when using crt modules,
5635
5636 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5637
5638         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5639           for bugs 898889 & 979599. Also used some safer print instructions.
5640
5641 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5642
5643         * src/pic16/device.h (pic16_options_t): added field use_crt,
5644         crt_name, no_crt,
5645         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5646         catch a probable future bug,
5647         * src/pic16/gen.c: aopIdx function commented out,
5648         * (genAssign): commented out old code which used aopIdx,
5649         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5650         code, added if conditionals to take into account the --use-crt
5651         command line options,
5652         * src/pic16/main.c (pic16_optionsTable): added new command line
5653         options, --use-crt= and --no-crt,
5654         * (_pic16_linkEdit): now the proper crt object is added in the
5655         linker command line except than when --no-crt is specified,
5656         * src/pic16/pcode.c,
5657         * src/pic16/pcode.h: added some structures and functions for a new
5658         optimization scheme to compansate for instruction overhead between
5659         same iCodes, this scheme is currently under development and is not
5660         working in any way,
5661         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5662         to && operator,
5663         * device/lib/pic16/startup/crt0i.c,
5664         * device/lib/pic16/startup/crt0iz.c: added global char variable
5665         __uflags to force the generation of an idata section
5666
5667 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5668
5669         * doc/Makefile,
5670         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5671         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5672
5673 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5674
5675         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5676         Frieder) and clarified the default code optimization mode
5677
5678 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5679
5680         * src/SDCC.lex (doPragma, process_pragma),
5681         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5682         "opt_code_size", and "opt_code_balanced"
5683         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5684         regrouped options by category, added support for category headers
5685         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5686         and "--opt-code-size"
5687         * doc/sdccman.lyx: documented these new options and pragmas
5688         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5689         preference into account
5690
5691 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5692
5693         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5694           geniCodePreDec): Fixed bug 904237 by generating a warning
5695         * src/SDCCerr.h,
5696         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5697
5698 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5699
5700         * src/pic/device.c : When no max ram set validate full memory range.
5701         * src/pic/pcode.c,
5702         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5703
5704 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5705
5706         * device/lib/_gptrget.c,
5707         * device/lib/_gptrput.c: updated comment
5708         * device/lib/calloc.c,
5709         * device/lib/free.c,
5710         * device/lib/malloc.c,
5711         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5712         * src/SDCCcse.c (cseBBlock),
5713         * src/SDCCicode.c (printOperand, geniCodeArray),
5714         * src/SDCCicode.h (struct operand): fixed bug 868103
5715         * support/regression/tests/bug-868103.c: added
5716         * src/SDCCast.c (searchLitOp),
5717         * src/SDCCcse.h (struct cseDef),
5718         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5719         * src/SDCCicode.h (struct operand),
5720         * src/SDCCsymt.h (struct sym_link),
5721         * src/avr/gen.c (hasInc),
5722         * src/ds390/gen.c (hasInc),
5723         * src/hc08/gen.c (genPlusIncr, hasInc),
5724         * src/mcs51/gen.c (hasInc),
5725         * src/pic16/glue.c (pic16_printIvalChar),
5726         * src/pic16/ralloc.c (regWithIdx),
5727         * src/xa51/gen.c (hasInc) : removed warnings
5728         * src/SDCCast.c (createBlock): added comment ???
5729         * src/hc08/ralloc.c: updated comments
5730
5731 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5732
5733         * doc/sdccman.lyx: updated section on switch statements, added
5734         section about semaphore locking
5735         * doc/Makefile: added option -info for latex2html
5736         * device/lib/_gptrget.c,
5737         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5738
5739 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5740
5741         * src/pic/device.h,
5742         * src/pic/device.c,
5743         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5744          maxram is less than 0x100.
5745
5746 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5747
5748         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5749
5750 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5751
5752         * src/port.h,
5753         * src/mcs51/main.c,
5754         * src/ds390/main.c,
5755         * src/z80/main.c,
5756         * src/hc08/main.c,
5757         * src/pic/main.c,
5758         * src/pic16/main.c,
5759         * src/avr/main.c,
5760         * src/xa51/main.c
5761         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5762         a jump table is the best form for a switch statement, including
5763         automatic insertion of missing cases to make the case range
5764         continuous. Developed in collaboration with Frieder Ferlemann.
5765
5766 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5767
5768         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5769         accumulator result if it needs sign extension
5770
5771 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5772
5773         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5774
5775 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5776
5777         * device/lib/gbz80/printf.c,
5778         * device/lib/z80/printf.c: removed define for NULL
5779
5780 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5781
5782         * as/xa51/xa_link.c,
5783         * device/examples/ds390/ow390/ad26.c,
5784         * device/examples/ds390/ow390/cnt1d.c,
5785         * device/examples/ds390/ow390/counter.c,
5786         * device/examples/ds390/ow390/ds2480.h,
5787         * device/examples/ds390/ow390/ds2480ut.c,
5788         * device/examples/ds390/ow390/findtype.c,
5789         * device/examples/ds390/ow390/gethumd.c,
5790         * device/examples/ds390/ow390/owllu.c,
5791         * device/examples/ds390/ow390/ownetu.c,
5792         * device/examples/ds390/ow390/swt12.c,
5793         * device/examples/ds390/ow390/swtloop.c,
5794         * device/examples/ds390/ow390/temp.c,
5795         * device/examples/ds390/ow390/temp10.c,
5796         * device/examples/ds390/ow390/thermo21.c,
5797         * device/examples/ds390/ow390/tinilnk.c,
5798         * device/examples/ds390/ow390/tstfind.c,
5799         * device/examples/serialcomm/windows/serial.cpp,
5800         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5801         * device/include/reg51.h: fixed line endings for cvs
5802
5803 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5804
5805         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5806         packRegsForAccUse, packRegisters): new accumulator register
5807         packing algorithm
5808         * support/regression/ports/hc08/support.c (_putchar): suppress
5809         warning of unused variable
5810         * src/SDCCicode.c: added SWAP entry to codeTable
5811
5812 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5813
5814         * device/lib/sprintf.c: forgot to add this file before previous commit
5815
5816 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5817
5818         * src/pic16/gen.c (genPackBits): added operand right in function
5819         parameters, load result directly if p_type is POINTER (that is
5820         called by genNearPointerSet)
5821         * (genUnPackBits): added operand left in function parameters,
5822         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5823         FSR0 if accessing bitfields,
5824
5825 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5826
5827         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5828           _print_format; updated printf, sprintf, vsprintf
5829         * device/include/asm/default/features.h: corrected comment/define
5830         * device/lib/Makefile.in: added sprintf.c
5831         * device/lib/libsdcc.lib: added sprintf module
5832         * device/lib/printf_large.c,
5833         * device/lib/vprintf.c,
5834         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5835           into these 3 files
5836         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5837         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5838         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5839           hc08 test
5840         * support/regression/tests/zeropad.c: define idata as data for hc08
5841
5842 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5843
5844         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5845         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5846         labels are referenced at least once (even if a reference is not found)
5847         * src/hc08/gen.c (emitcode): set isComment flag for comments
5848         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5849         loads), rules 6a..6b (optimize jumps to return)
5850
5851 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5852
5853         * device/lib/acosf.c (acosf),
5854         * device/lib/asinf.c (asinf),
5855         * device/lib/atanf.c (atanf),
5856         * device/lib/ceilf.c (ceilf),
5857         * device/lib/cosf.c (cosf),
5858         * device/lib/coshf.c (coshf),
5859         * device/lib/cotf.c (cotf),
5860         * device/lib/fabsf.c (fabsf),
5861         * device/lib/floorf.c (floorf),
5862         * device/lib/log10f.c (log10f),
5863         * device/lib/logf.c (logf),
5864         * device/lib/sinf.c (sinf),
5865         * device/lib/sinhf.c (sinhf),
5866         * device/lib/sqrtf.c (sqrtf),
5867         * device/lib/tanf.c (tanf),
5868         * device/lib/tanhf.c (tanhf),
5869         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5870         replaced all instances of "reentrant" in the library functions
5871         defined in math.h with this macro.
5872         * support/regression/tests/float_trans.c: reenabled test for hc08
5873
5874 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5875
5876         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5877         erroneously deleted
5878
5879 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5880
5881         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5882         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5883         multi-byte volatile operands are used
5884         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5885         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5886         initialization to area GSINIT0 so that it would always precede
5887         any static initializers in GSINIT
5888         * support/regression/tests/zeropad.c: fixed idata define for hc08
5889         * support/regression/tests/bug-927659.c,
5890         * support/regression/tests/float_trans.c: disabled tests for hc08
5891         pending missing library routines
5892         * .version: increased version number to 2.4.4 - hc08 port now passes
5893         regression tests
5894
5895
5896 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5897
5898         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5899         * Makefile.common.in,
5900         * as/Makefile,
5901         * as/hc08/Makefile.in,
5902         * as/mcs51/Makefile.in,
5903         * as/z80/Makefile.in,
5904         * debugger/mcs51/Makefile.in,
5905         * device/include/Makefile.in,
5906         * device/lib/Makefile.in,
5907         * doc/Makefile,
5908         * link/Makefile,
5909         * link/z80/Makefile.in,
5910         * packihx/Makefile.in,
5911         * sim/ucsim/main_in.mk,
5912         * sim/ucsim/avr.src/Makefile.in,
5913         * sim/ucsim/doc/Makefile.in,
5914         * sim/ucsim/gui.src/serio.src/Makefile.in,
5915         * sim/ucsim/hc08.src/Makefile.in,
5916         * sim/ucsim/s51.src/Makefile.in,
5917         * sim/ucsim/xa.src/Makefile.in,
5918         * sim/ucsim/z80.src/Makefile.in,
5919         * src/Makefile.in,
5920         * support/cpp2/Makefile.in,
5921         * support/librarian/Makefile,
5922         * support/makebin/Makefile: added DESTDIR to the install path proposed
5923         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5924         * doc/sdccman.lyx: added DESTDIR documentation
5925
5926 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5927
5928         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5929         instruction for interrupt handlers, use fast returns when returning
5930         from high priority interrupts
5931
5932 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5933
5934         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5935         code generation
5936         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5937         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5938         bugs, ported much of Bernhard's code from mcs51
5939         * src/mcs51/gen.c (genSend),
5940         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5941         than one when calling a reentrant function
5942         * device/lib/_mullong.c: defined an alternate struct layout for big
5943         endian ports (hc08)
5944
5945 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5946
5947         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5948         test
5949
5950 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5951
5952         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5953         are sane and complete before asking the port its prefered parameter
5954         passing method (fixes bug #1017633)
5955         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5956         and _ret3
5957
5958 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5959
5960         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5961         problem in bitfields >= 8 bits.
5962
5963 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5964
5965         * src/SDCCsymt.c: undid changes that were not meant to be committed
5966
5967 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5968
5969         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5970
5971 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5972
5973         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5974           copied and wrong bit got inverted
5975
5976 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5977
5978         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5979         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5980         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5981         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5982         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5983         assignments to bitfields at known addresses
5984         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5985         reads from bitfields at known addresses
5986         * src/hc08/ralloc.c (packRegisters),
5987         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5988         genhc08Code): optimize pointer get values used as conditionals
5989         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5990         and branch
5991
5992 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5993
5994         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5995         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5996         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5997         as conditionals
5998
5999 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6000
6001         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
6002
6003 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6004
6005         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
6006         related problems
6007
6008 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
6009
6010         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
6011
6012 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6013
6014         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
6015         mcs51 port
6016
6017 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
6018
6019         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
6020
6021 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6022
6023         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
6024         cases use more compact code.
6025
6026 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
6027
6028         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
6029
6030 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6031
6032         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
6033
6034 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6035
6036         * src/SDCCsymt.h,
6037         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
6038         parameter of changePointer() from symbol* to sym_link*
6039         * src/SDCCast.c (decorateType): call changePointer() for CAST op
6040         * src/SDCCsymt.c (compareType): void* type is castable to other
6041         pointers, but not necesarily an exact match.
6042         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
6043         is no longer blindly treated as an exact match.
6044         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
6045
6046 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6047
6048         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6049
6050 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6051
6052         * src/pic/gen.c,
6053         * src/pic/pcode.c,
6054         * src/pic/ralloc.h,
6055         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6056
6057 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6058
6059         * src/pic/device.c,
6060         * src/pic/device.h,
6061         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6062
6063 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6064
6065         * src/mcs51/gen.c (emitcode): fixed bug #992819
6066
6067 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6068
6069         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6070           there's no need to make it worse
6071
6072 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6073
6074         * src/mcs51/ralloc.c (deassignLR),
6075         * src/ds390/ralloc.c (deassignLR),
6076         * src/hc08/ralloc.c (deassignLR),
6077         * src/z80/ralloc.c (deassignLR),
6078         * src/pic/ralloc.c (deassignLR),
6079         * src/pic16/ralloc.c (deassignLR),
6080         * src/avr/ralloc.c (deassignLR),
6081         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6082         rlivePoint): fixed another part of bug #971834
6083
6084 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6085
6086         * src/z80/main.c: enabled "critical" keyword
6087         * src/z80/mappings.i,
6088         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6089         functions (fixes bug #979646)
6090         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6091
6092 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6093
6094         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6095           such as c:\mydir.
6096
6097 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6098
6099         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6100           doesn't disable too much optimizations
6101
6102 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6103
6104         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6105
6106 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6107
6108         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6109
6110 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6111
6112         * src/pic/gen.c tidied up tabs
6113         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6114         * src/pic/main.c tidied up tabs
6115         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6116         * src/pic/pcoderegs.c tidied up tabs
6117         * src/pic/ralloc.c tidied up tabs
6118
6119 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6120
6121         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6122         to S_FIXED for pic16 port and when symbol is not in level 0,
6123         allocate for S_REGISTER storage class and pic16 port, too,
6124         * src/pic16/device.h: prototype for checkSym,
6125         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6126         * (pic16_assignConfigWordValue): test the value and the mask to
6127         validate that the value is suitable for the configuration word,
6128         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6129         collect extern declared symbols, don't emit symbol twice, check
6130         first if symbol is in publics set first,
6131         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6132         * added command line '--fstack' which enables an experimental
6133         feature for stack access, too buggy to be used yet...
6134         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6135         * (pic16_allocDirReg): when register has storage class S_REGISTER
6136         allocate in pic16_dynAccessRegs,
6137         * device/include/pic16/pic18f????.h: modified configuration word
6138         naming convention, words started as CONFIG0H but should be CONFIG1H
6139
6140 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6141
6142         * device/include/mcs51reg.h: fixed bug 970993
6143
6144 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6145
6146         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6147         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6148         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6149         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6150         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6151         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6152           error/warning numbers,
6153           added function setWarningDisabled()
6154         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6155         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6156           _memcmp.c _memmove.c calloc.c realloc.c free.c
6157         * support/regression/tests/malloc.c: added tests for new functionality
6158         * support/regression/tests/zeropad.c: added tests for truncated initializers
6159           and initialized char arrays starting with '\x0'
6160         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6161
6162 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6163
6164         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6165
6166 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6167
6168         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6169         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6170         peephole 177.e. Thanks to anonymous
6171
6172 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6173
6174         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6175         function isn't used in the source but referenced as a
6176         variable initializer then declare it as extern in .asm file
6177
6178 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6179
6180         * .version: increased version number to 2.4.3
6181
6182         Adding version extension according to ChangeLog CVS revision
6183         * src/Makefile.in (target all): added dependency 'version.h'
6184         * (rule version.h): added rule to create version.h from ChangeLog,
6185         * (rule dep): added dependency version.h,
6186         * src/version.awk: AWK script to create version.h
6187         * src/SDCCdwarf2.c (dwWriteModule),
6188         * src/SDCCglue.c (initialComments),
6189         * src/SDCCmain.c (printVersionInfo): modified to write after
6190         version string the version extension number,
6191         * src/SDCCutil.c: included "version.h"
6192         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6193         number,
6194         * src/SDCCutil.h: added prototype for getBuildNumber
6195
6196         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6197         includeDirsSet, too,
6198         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6199         const char [] is found in function prototype...
6200
6201         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6202         moving to WREG with source is already in WREG,
6203         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6204         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6205         * (aopForSym): stack'ed symbols are partially supported, added
6206         if-clause to support symbols in FARSPACE,
6207         * (sameRegs): added test for AOP_ACC to see if registers are same,
6208         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6209         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6210         * (pic16_popRegFromString): will not allocate a new register if it
6211         doesn't find one by name, bug may have introduced...
6212         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6213         * (genIpush): revived to use pic16 port's stack,
6214         * (genAddrOf): added incomplete case for stack'ed operand,
6215         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6216         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6217         can handle multibyte operands,
6218         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6219         * (pic16initialComments): added message for MPLAB compatibility
6220         mode enabled,
6221         * src/pic16/main.h: prototype for pic16_mplab_comp,
6222         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6223         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6224         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6225         because of increased complexity of procedure,
6226         * (_process_pragma): stack pragma changed to format 'stack pos len',
6227         emit symbol '_stack_end' to conform with gplink,
6228         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6229         to search for register,
6230         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6231         PO_GPR_REGISTER,
6232         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6233         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6234         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6235         case for PO_GPR_REGISTER,
6236         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6237         dies, the new era is ahead !...
6238         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6239         pic16_dynInternalRegs,
6240         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6241         * (pic16_allocDirReg): minor optimizations and bug fixes,
6242         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6243
6244         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6245         load stack and frame pointer with address of 'stack_end' symbol
6246
6247 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6248
6249         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6250         without source code but only variable initializers
6251
6252 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6253
6254         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6255         external are not declared as extern to reduce overhead while linking
6256
6257 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6258
6259         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6260
6261 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6262
6263         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6264           Yee Keat for the patch
6265         * src/SDCCast.c (decorateType): fixed bug #979599
6266         * src/ds390/gen.h: removed local fReturnSizeDS390
6267         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6268         * src/ds390/gen.c (genAnd, genOr, genXor),
6269         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6270
6271 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6272
6273         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6274         add relFilesSet to $3, manipulate $2 to handle linking of object
6275         files without source files in command line,
6276         * device/include/pic16 (all headers): added ID location macros,
6277         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6278         entries for ID location bytes,
6279         * (pic16_assignIdByteValue): NEW,
6280         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6281         added field dumpcalltree to pic16_options_t,
6282         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6283         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6284         emitting rFalseIfx label after check_carry label,
6285         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6286         pic16_emitDIRegs), NEW
6287         * (pic16glue): dump .calltree file when option --calltree found,
6288         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6289         * (_pic16_genAssemblerPreamble): emit ID locations after
6290         configuration registers,
6291         * (pic16_linkCmd): modifications of the link command,
6292         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6293         * (pic16_pCodeInitRegisters): don't init stack registers,
6294         * (pic16_findPrevInstruction): fixed bug,
6295         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6296         bug with immediate registers,
6297         * (buildCallTree): traces stack push and pop,
6298         * (pct2): dump also stack usage for each function,
6299         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6300         * (pic16_allocDirReg): various modifications,
6301         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6302         fixed to 1,
6303
6304 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6305
6306         * src/pic16/pcode.c: removed buggy double colon
6307
6308 2004-07-01 Borut Razem <borut.razem AT siol.net>
6309
6310         * support/scripts/sdcc.nsi: added include/pic16 to setup
6311
6312 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6313
6314         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6315         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6316         target 'clean',
6317         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6318         specific command line arguments. Also added sample lkr script
6319         for placing a variable at a specific memory bank.
6320         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6321         at a specific memory bank,
6322         * (pic16_dump_isection): fixed bug which caused string literals to
6323         be omitted when dumping idata section,
6324         * (pic16_groupRegistersInSection): added code to handle registers
6325         in specific memory banks,
6326         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6327         public, all references are renamed too,
6328         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6329         AOP_DPTR2,
6330         * (pic16_storeForReturn): added case to handle when dest is WREG,
6331         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6332         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6333         pic16_rel_udata, check to see if that register is marked as being
6334         a member of a specific memory bank,
6335         * (pic16_printIvalCharPtr): added code to add string literals either
6336         to code or the idata sections,
6337         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6338         also accept the 'udata' pragma,
6339         * src/pic16/main.h: new structure types sectName and sectSym
6340         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6341         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6342         * (pic16_findPrevInstruction): fixed, it returned nothing,
6343         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6344         instruction combinations,
6345         * (pic16_FixRegisterBanking): heavily reorganised,
6346         * (pic16_AnalyzeBanking): if generating banksel directives is
6347         disabled, then don't call FixRegisterBanking at all,
6348         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6349         completely removed,
6350         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6351
6352 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6353
6354         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6355         Phuah Yee Keat <yk.phuah AT nestac.com>
6356
6357 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6358
6359         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6360         correctly the IVT even if it is relocated to some other location
6361
6362 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6363
6364         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6365         * device/include/pic16/pic18f2220.h: NEW,
6366         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6367         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6368         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6369         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6370         nodefaultlibs, ivt_loc is the location of the interrupt vector
6371         table, and nodefaultlibs signs that default libraries should not be
6372         linked in link stage,
6373         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6374         according to --ivt-loc argument,
6375         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6376         when pragma stack is found,
6377
6378 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6379
6380         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6381         256 (range check), 257 (do while), 258.a-f (bit banging
6382         f.e. on 3-wire SPI bus)
6383
6384 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6385
6386         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6387         variables used exclusively within a loop
6388
6389 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6390
6391         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6392
6393 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6394
6395         * src/SDCClrange.c (computeClash): fixed bug #971834
6396
6397 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6398
6399         * src/mcs51/gen.c (genCmp): fixed bug #975903
6400         * src/hc08/gen.c (operandsEqu),
6401         * src/ds390/gen.c (operandsEqu),
6402         * src/z80/gen.c (operandsEqu),
6403         * src/pic/gen.c (operandsEqu),
6404         * src/pic16/gen.c (operandsEqu),
6405         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6406         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6407
6408 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6409
6410         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6411
6412 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6413
6414         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6415         default case in switch statement,
6416         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6417         to eliminate problem with initialisation of pointers, but problem
6418         still exists,
6419         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6420         * (emitStaticSegment): removed various lines emitting debug info,
6421         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6422         added processor registers for utilizing EEPROM,
6423         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6424         configurable and set 8
6425
6426 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6427
6428         * .version: increased version number to 2.4.2,
6429
6430         Cumulative patch for pic16 port
6431         * src/pic16/device.c: changed scheme to dump initial values for
6432         variables in idata segment, all print_idata* functions were removed,
6433         now the pic16_printIval* will be called,
6434         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6435         * _pic16_printPointerType, pic16_printPointerType,
6436         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6437         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6438         NEW, similar to the respective functions in SDCCglue.c,
6439         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6440         way, emitting hex bytes,
6441         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6442
6443 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6444
6445         * src/avr/ralloc.c (serialRegAssign),
6446         * src/xa51/ralloc.c (serialRegAssign),
6447         * src/pic/ralloc.c (serialRegAssign),
6448         * src/pic16/ralloc.c (serialRegAssign),
6449         * src/hc08/ralloc.c (serialRegAssign),
6450         * src/z80/ralloc.c (serialRegAssign),
6451         * src/ds390/ralloc.c (serialRegAssign),
6452         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6453
6454 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6455
6456         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6457         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6458
6459 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6460
6461         Cumulative patch for pic16 port:
6462         * src/pic16/device.h (typedef PIC16_device) modified fields for
6463         defining microcontrollers,
6464         * src/pic16/device.c: added new info for all devices in Pics16 array,
6465         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6466         to be optimised out by the pCode optimiser,
6467         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6468         specially, bug reported by G.M. Gallant,
6469         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6470         as force'd so that cannot be optimised out by pCode optimiser,
6471         * src/pic16/pcode.c,
6472         * src/pic16/pcodepeeph.c,
6473         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6474         they are disabled by default, but can be enabled explicit with
6475         command argument --denable-peeps, for testing,
6476         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6477         --pomit-ivt in COMPILE_FLAGS
6478
6479 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6480
6481         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6482           compilation on MSVC
6483
6484 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6485
6486         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6487
6488 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6489
6490         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6491         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6492
6493 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6494
6495         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6496         would only assign 0x300001 register.
6497
6498 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6499
6500         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6501         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6502
6503 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6504
6505         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6506         for ds80c400
6507         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6508         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6509         added peephole 254 (left shift), 255 (jump table)
6510
6511 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6512
6513         * device/lib/Makefile.in: removed comment line with model-pic16,
6514         * (target port-specific-objects-pic16): the libraries and objects
6515         are copied to the build directory form the device/lib/pic16/bin
6516         directory
6517
6518         Cumulative patch concerning pic16 port:
6519         * library directory has been re-organized,
6520         * added support for PIC18F1220,
6521         * added headers and library sources for chips 18f1220,18f6520,
6522         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6523
6524         * configuration registers setting has changed, now each supported
6525         device has a complete description of the registers it uses,
6526         * all initialisations are moved to idata sections, these section
6527         can be absolute or relocatable,
6528         * fixed initialisation of codespace variables,
6529         * fixed warning about PCLATU and gpsim,
6530         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6531         * (genAssign): use table reads when assigning from variables in codespace,
6532         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6533         char/int variables placed in codespace,
6534         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6535         registers set in .asm file, no need for --pomit-config-words anymore,
6536         * (pic16glue): some 8051 legacy segments are commented out
6537         (to be removed completely),
6538         * added support for alternative assembler and linker with --asm=
6539         and --link= command line arguments,
6540         * peepholes are disabled automatically in the port, no need to
6541         specify on command line,
6542         * port supports natively char/int/long multiplication, but converts
6543         all divisions to support functions,
6544         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6545         to the file set in variable $2,
6546         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6547         strings in ASCII format and not in hex,
6548         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6549         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6550         allocate proper register if iCodes aren't temporary,
6551
6552 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6553
6554         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6555
6556 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6557
6558         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6559         is commented out
6560
6561 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6562
6563         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6564         computed address is reused
6565         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6566         multi-byte bitfields
6567
6568 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6569
6570         * src/z80/gen.c: (genArrayInit): must check for pointers too
6571
6572 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6573
6574         * support/regression/tests/zeropad.c: never meant to commit the
6575           nestedstruct test: removed, added check for GCC version
6576
6577 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6578
6579         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6580         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6581         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6582           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6583           bugs 928906 and 954082 half-empty initializers
6584         * src/SDCCsymt.h,
6585         * src/SDCCsymt.c (getAllocSize): added for above fix
6586         * src/z80/gen.c (genArrayInit): fixed bug 741044
6587         * support/regression/tests/zeropad.c: added tests
6588
6589 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6590
6591         * src/pic16/device.c (pic16_dump_section): corrected bug which
6592         caused some symbols of the libraries to be misplaced
6593
6594 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6595
6596         * src/pic16/glue.c,
6597         * src/pic16/ralloc.h,
6598         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6599         to fix conflict with pic port
6600
6601 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6602
6603         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6604         externs configuration variables,
6605         * src/pic16/ralloc.h,
6606         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6607         prototype in header, commented out some debug messages
6608
6609 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6610
6611         * src/pic16/glue.c,
6612         * src/pic16/main.c,
6613         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6614         for gpasm COFF object generation. Thanks to D. Hawkins for
6615         his patch info
6616
6617 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6618
6619         * src/ds390/main.c,
6620         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6621         Brock for spotting this)
6622         * src/ds390/gen.c (genEndFunction),
6623         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6624         interrupt handler and critical. Disable push/pop optimizations when
6625         peephole optimizations disabled.
6626
6627 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6628
6629         Updated pic16 library sources and headers.
6630         * device/lib/pic16/pic18f*/ ,
6631         * device/include/pic16/*.h: modified to handle structured SFR
6632         definitions
6633
6634 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6635
6636         * src/port.h (PORT structure): added hook initPaths, now each
6637         port can declare its own default search paths,
6638         which can been seen with the --print-search-dirs option,
6639         see pic16 port for example,
6640         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6641         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6642         * (doPrintSearchDirs): NEW, replaces in a central manner the
6643         printing of search dirs which was split in set*Paths functions,
6644         * (main): added call to port->initPaths and doPrintSearchDirs,
6645         * src/avr/main.c,
6646         * src/ds390/main.c,
6647         * src/hc08/main.c,
6648         * src/izt/i186.c,
6649         * src/izt/tlcs900h.c,
6650         * src/mcs51/main.c,
6651         * src/pic/main.c,
6652         * src/pic16/main.c: modified port structures to reflect addition of
6653         initPaths hook,
6654
6655         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6656         * (pic16_dump_section): for registers in same address reserve memory once,
6657         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6658         to no_banksel,
6659         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6660         result is greater in size than right or left,
6661         * (pic16_genUMult8X8_8): there are some cases where the result can
6662         be 16 bits size, so handle these,
6663         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6664         * (pic16_outBitC): modified to emit pcodes,
6665         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6666         or not,
6667         * (genDivOneByte): implemented algorithm to divide 8-bits,
6668         * (genCmp): uncommented goto, but issues still exist,
6669         * (genAnd): fixed a bug with variables >8bits,
6670         * (genPackBits): optimization added that uses BCF/BSF to change a
6671         single bit,
6672         * (genAssign): fixed bug when assigning floating point literals,
6673         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6674         __sdcc_gsinit_startup label,
6675         * src/pic16/main.c (_pic16_init): removed search directory
6676         initialisations,
6677         * (_pic16_initPaths): NEW, used to initialise search directories,
6678         * (_hasNativeMulFor): support functions for all except char/int
6679         multiplication, and char division,
6680         * (PIC16_port struct): modified entry for native mul support,
6681         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6682         no_banksel option,
6683         * (buildCallTree): call to register_usage is ifdef'ed out,
6684
6685 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6686
6687         * device/include/string.h: applied Stas Sergeev's patch to make this
6688         header file compatible with the preprocessor -Wundef option
6689         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6690         failure (fixes bug #941458)
6691
6692 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6693
6694         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6695         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6696         that the variable, not the function, should be static
6697         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6698         to be consistent with non-literal case
6699
6700 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6701
6702         * src/SDCCast.c (isConformingBody): fixed bug #949967
6703         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6704         convilong): fixed bug #952086
6705
6706 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6707
6708         * src/SDCCmem.c (allocVariables): fixed bug #955321
6709
6710 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6711
6712         * src/hc08/main.c (_hc08_genAssemblerEnd),
6713         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6714         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6715         completely eliminated the use of a temporary file
6716         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6717         when more than one file linked
6718         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6719
6720 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6721
6722         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6723         which fixes bug #543481
6724         * support/regression/tests/bug-751703.c: fixed comments left from a
6725         cut and paste error
6726         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6727         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6728         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6729         scopes
6730         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6731         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6732         are now changed to underscores in moduleName
6733
6734 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6735
6736         * as/mcs51/lkmem.c: better fix for bug #954173
6737
6738 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6739         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6740
6741         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6742         * device/include/c8051f000.h,
6743         * device/include/c8051f120.h,
6744         * device/include/c8051f300.h,
6745         * device/include/c8051f310.h,
6746         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6747         PWM16) and detab'ed
6748
6749 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6750
6751         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6752         and mailing lists, doc'ed --no-peep-comments, removed reference
6753         to knoppix (newest version has no LyX/LaTeX), other minor changes
6754         * src/SDCCglue.c (glue): save 2 bytes stack space with
6755         option --main-return. The ljmp could probably be avoided too
6756
6757 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6758
6759         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6760
6761 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6762
6763         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6764         * src/SDCCopt.c (isLocalWithoutDef),
6765         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6766         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6767         (credit to Maarten Brock for patch #949363, on which this is based)
6768         * support/regression/tests/bug-751703.c: some test cases of extern used
6769         within inner scopes.
6770
6771 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6772
6773         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6774         SPEC_STRUCT
6775         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6776         struct definitions
6777         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6778         dwWriteLabel): fix to create valid debugger symbols even when
6779         the module name has non-alphanumeric symbols in it
6780         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6781         when a variable's allocation has been optimized away
6782
6783
6784 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6785
6786         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6787         * src/hc08/main.c,
6788         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6789         * src/mcs51/main.c,
6790         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6791         * src/ds390/main.c,
6792         * src/z80/gen.c (z80_emitDebuggerSymbol),
6793         * src/z80/main.c,
6794         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6795         * src/pic/main.c,
6796         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6797         * src/pic16/main.c,
6798         * src/avr/gen.c (avr_emitDebuggerSymbol),
6799         * src/avr/main.c,
6800         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6801         * src/xa51/main.c,
6802         * src/SDCCdebug.c (emitDebuggerSymbol),
6803         * src/SDCCdebug.h,
6804         * src/port.h: added a debugger struct to the port struct. Added a
6805         callback for defining debugger symbols
6806
6807         * src/SDCCast.c (createLabel),
6808         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6809         with isitmp = 1
6810         * src/SDCCicode.h,
6811         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6812         iCode back to the ast for the function
6813
6814         * src/hc08/ralloc.c (hc08_assignRegisters),
6815         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6816         unneeded fields from the regs struct.
6817         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6818         pushReg() & pullReg() functions instead of emitcode()
6819
6820         * src/hc08/gen.c (genLabel, genhc08Code),
6821         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6822
6823         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6824         debugger hooks
6825
6826         * src/hc08/gen.c (genEndFunction, genhc08Code),
6827         * src/hc08/gen.h,
6828         * src/mcs51/gen.c (genEndFunction, gen51Code),
6829         * src/mcs51/gen.h,
6830         * src/ds390/gen.c (genEndFunction, gen390Code),
6831         * src/ds390/gen.h,
6832         * src/z80/gen.c (genEndFunction, genZ80Code),
6833         * src/z80/gen.h,
6834         * src/z80/z80.h,
6835         * src/pic/gen.c (genEndFunction, genpic14Code),
6836         * src/pic/gen.h,
6837         * src/pic16/gen.c (genEndFunction, genpic16Code),
6838         * src/pic16/gen.h,
6839         * src/avr/gen.c (genEndFunction, genAVRCode),
6840         * src/avr/gen.h,
6841         * src/xa51/gen.c (genEndFunction, genXA51Code),
6842         * src/xa51/gen.h,
6843         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6844         specific code to cdbFile.c and out of the backend code generators
6845
6846         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6847         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6848         starting address is now 0
6849
6850         * as/hc08/asm.h,
6851         * as/hc08/m08pst.c,
6852         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6853         assembler directive for DWARF support
6854         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6855
6856         * src/src.dsp,
6857         * src/Makefile.in,
6858         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6859
6860 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6861
6862         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6863         and inappropriate peephole optimization in jump tables
6864
6865 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6866
6867         * as/hc08/m08pst.c,
6868         * src/SDCCglue.c: sdccopt works for the hc08 port now
6869
6870 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6871
6872         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6873
6874 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6875
6876         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6877
6878 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6879
6880         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6881         rules
6882         * src/SDCCmain.c,
6883         * src/SDCCglobl.h,
6884         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6885         comments from the peephole optimizer replacement rules
6886         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6887         symbols
6888         * src/SDCCcse.c (updateSpillLocation),
6889         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6890         equivalents
6891         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6892         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6893         objects far pointers
6894
6895 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6896
6897         * src/SDCCsymt.h: a missing part of my last change
6898         * src/pic/ralloc.c (regTypeNum),
6899         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6900
6901 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6902
6903         * src/SDCCicode.h,
6904         * src/SDCCicode.c (aggrToPtrDclType),
6905         * src/SDCCptropt.h,
6906         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6907         ptrPseudoSymConvert),
6908         * src/pic/ralloc.c (regTypeNum),
6909         * src/pic16/ralloc.c (regTypeNum),
6910         * src/hc08/ralloc.c (regTypeNum),
6911         * src/ds390/ralloc.c (regTypeNum),
6912         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6913         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6914
6915 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6916
6917         * link/z80/lkmain.c (afile),
6918         * as/hc08/lkmain.c (afile),
6919         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6920         prevent a pointer problem when a filename has no directory and
6921         no extension specified.
6922
6923 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6924
6925         * link/z80/lkmain.c (afile): allow periods in directory names
6926         * link/z80/lkmain.c (afile),
6927         * as/mcs51/lkmain.c (afile),
6928         * as/hc08/lkmain.c (afile): allow linker script file to have an
6929         extension other than ".lnk"
6930         * link/z80/lklex.c (getfid),
6931         * link/z80/lkmain.c (parse),
6932         * as/mcs51/lklex.c (getfid),
6933         * as/mcs51/lkmain.c (parse),
6934         * as/hc08/lklex.c (getfid),
6935         * as/hc08/lkmain.c (parse): Support comments in the linker script
6936         file on lines by themselves and after filenames
6937
6938 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6939
6940         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6941
6942 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6943
6944         * src/z80/peeph-z80.def: removed some peephole rules that don't
6945         work with multibyte arithmetic (fixed bug #937126)
6946         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6947         to registers and not global variables
6948         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6949         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6950         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6951         checking for assignments not internally generated (fixed bug #931895)
6952         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6953         structure member (fixed bug #930072)
6954
6955 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6956
6957         * src/SDCCmain.c (linkEdit),
6958         * src/hc08/main.c (_hc08_parseOptions),
6959         * as/hc08/Makefile.in,
6960         * as/hc08/aslink.h,
6961         * as/hc08/asm.h,
6962         * as/hc08/m08pst.c,
6963         * as/hc08/lkrloc.c (relr, rele),
6964         * as/hc08/lkarea.c (lnkarea)
6965         * as/hc08/lkmain.c (afile, parse),
6966         * as/hc08/lkelf.c: support for ELF output
6967         * as/hc08/lks19.c (s19),
6968         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6969
6970 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6971
6972         * as/mcs51/lkihx.c: Fixed bug #899105.
6973
6974 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6975
6976         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6977         .dsp files from Unix to DOS.
6978
6979 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6980
6981         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6982         function pointers; we have been compliant for several months now.
6983         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6984         change that was accidently commented out
6985         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6986         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6987         bug #922319
6988
6989 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6990
6991         * src/hc08/gen.c: output of all of the internal debugging information
6992         is now controlled by the D() macro; it is disabled by default
6993
6994 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6995
6996         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6997         harder to keep the same registers during a CAST iCode
6998         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6999         long via int can be done in a single cast, if the signedness is
7000         correct.
7001         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
7002         putchar() in tinibios.c in ds390's library
7003
7004 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
7005
7006         * src/SDCCast.c (decorateType): fixed bug #898889,
7007         cast result of a literal complement too
7008         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
7009         fixed check for bitfields
7010
7011 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
7012
7013         * src/SDCCicode.c (geniCodeLogic): made it static,
7014         (geniCodeLogicAndOr): added in order to fix bug #905492,
7015         (ast2iCode): fixed bug #905492
7016         * support/regression/tests/bug-905492.c: added
7017         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
7018         (processParms): fixed bug #927659: don't copy parms, this will clear
7019         decorated flag
7020         * support/regression/tests/bug-927659.c: added
7021
7022 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
7023
7024         * src/SDCCast.c (addCast): don't cast float to char
7025         * device/lib/libsdcc.lib: added _memmove
7026
7027 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
7028
7029         * device/lib/large/Makefile: fixed parallel execution by
7030         replacing `make` by `$(MAKE)`
7031
7032 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7033
7034         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
7035         offsets (fixes bug #923936)
7036
7037 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
7038
7039         * device/lib/small/Makefile: fixed parallel execution by
7040         replacing `make` by `$(MAKE)`
7041
7042 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7043
7044         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
7045
7046 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7047
7048         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7049         * src/regression/Makefile: Regression test was not running.
7050
7051 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7052
7053         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7054         complement if possible
7055         * src/SDCCval.c (valComplement),
7056         * src/SDCCicode.c (operandOperation): fixed complement of literal
7057         * support/regression/tests/onebyte.c (testComplement): added
7058
7059 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7060
7061         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7062         return an optimized tree; actually replace actParm with the new tree
7063         * src/SDCCast.h: added some parantheses to remove side effects
7064         * support/regression/tests/bug-920866.c
7065
7066 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7067         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7068         Bit operands were not being handled properly in the pic14 port.
7069         (now src/regression/add.c passes again).
7070
7071 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7072
7073         * src/SDCC.y (labeled_statement): case and default no longer require
7074         a following statement (RFE #893037)
7075
7076 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7077
7078         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7079         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7080         disabled (fixes bug #916294)
7081         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7082         "mov a,acc"; patch provided by Lenny Story
7083         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7084
7085 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7086
7087         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7088         functions
7089         * src/ds390/gen.c (genFunction, genEndFunction),
7090         * src/ds390/ralloc.c (ds390_assignRegisters),
7091         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7092         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7093         pushed if there are parameters passed on the stack. Also, a cleaner
7094         way to decide if r0/r1 should be pushed/popped. (Together they fix
7095         bug #918693)
7096
7097 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7098
7099         * doc/sdccman.lyx,
7100         * device/lib/mcs51/crtpagesfr.asm,
7101         * device/lib/mcs51/crtxinit.asm,
7102         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7103         to avoid confusion with Si Lab's SFRPAGE register.
7104
7105 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7106
7107         * src/SDCCglue.c (emitMaps): allow public sfr variables
7108         * src/SDCCglue.c (initialComments): include compiler build date
7109         with compiler version and put the timestamp of the generated
7110         assembly file on a serperate line to be less confusing.
7111         * src/port.h: added genInitStartup hook
7112         * src/avr/main.c,
7113         * src/ds390/main.c,
7114         * src/hc08/main.c,
7115         * src/pic/main.c,
7116         * src/pic16/main.c,
7117         * src/xa51/main.c,
7118         * src/z80/main.c: genInitStartup initialize as NULL (default to
7119         historical behaviour)
7120         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7121         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7122         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7123         library instead of hard coding it into the compiler.
7124         * support/regression/ports/mcs51-stack-auto/spec.mk,
7125         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7126         * device/lib/mcs51/Makefile,
7127         * device/lib/small/Makefile,
7128         * device/lib/large/Makefile,
7129         * device/lib/mcs51/crtpagesfr.asm,
7130         * device/lib/mcs51/crtstart.asm,
7131         * device/lib/mcs51/crtxclear.asm,
7132         * device/lib/mcs51/crtxinit.asm,
7133         * device/lib/mcs51/crtclear.asm,
7134         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7135         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7136         and into user configurable files.
7137         * device/lib/clean.mk: clean mcs51 directory too
7138         * support/regression/tests/longlit.c: added static to T1 declaration
7139         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7140         accesses in the initialization code
7141
7142 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7143
7144         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7145         OSCTRIMVAL as noted in bug #916008
7146
7147 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7148
7149         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7150         in loops with multiple exits (reported as incorrect registers
7151         used by Martin Helmling in Sdcc-user list)
7152
7153 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7154
7155         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7156         made ds390 register extensions look less like error messages
7157
7158 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7159
7160         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7161         reported by Adam Wozniak in Sdcc-user list
7162
7163 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7164
7165         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7166         arithmetic optimizations, added debug output
7167
7168 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7169
7170         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7171         * sdcc.spec: updated and split sdcc into 3 rpms
7172         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7173         needed for literals of LEFT_OP and '+'
7174         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7175         introduced RESULT_TYPE_NOPROM
7176         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7177         left shift
7178         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7179         limited promotion to int only for '*'
7180         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7181
7182 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7183
7184         * src/pic16/gen.c (genSkip),
7185         (genc16bit2lit), (gencjneshort): commented out
7186         (is_LitOp): new helper function, checks operand type
7187         (genCmpEq): rewritten
7188
7189 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7190
7191         * support/regression/tests/bug-908454.c: added
7192
7193 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7194
7195         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7196         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7197         (geniCodeCast): cosmetic, don't preserve bit storage class
7198         (geniCodeLeftShift): added promotion
7199         (geniCodeLogic): fixed regression
7200         * src/SDCCsymt.c (computeTypeOr): accept bits too
7201         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7202
7203 2004-03-07  Borut Razem <borut.razem AT siol.net>
7204
7205         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7206
7207 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7208
7209         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7210         version of pic16_genPackRegisters which does not check if ic is a
7211         CAST operator,
7212         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7213         function cause string1.c regression test fails
7214
7215 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7216
7217         * sim/ucsim/configure.in,
7218         * sim/ucsim/configure,
7219         * sim/ucsim/doc/Makefile.in: use docdir
7220         * src/SDCC.y: fixed sbit atrributes
7221         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7222         * src/SDCCast.c (decorateType): |^& need special promotion handling
7223         * src/SDCCast.h,
7224         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7225         * src/SDCCsymt.h (computeType),
7226         * src/SDCCicode.c: computeType() needs op
7227         * src/SDCCsymt.c (checkTypeSanity),
7228         * doc/sddman.lyx: "plain" bitfields are unsigned
7229         * src/SDCCsymt.c (computeTypeOr): added
7230         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7231         |^& ops
7232         * src/SDCCval.c (val*): computeType() needs op
7233         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7234         * support/regression/tests/onebyte.c: added tests for |^&
7235
7236 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7237
7238         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7239         for writing icode into asm output.
7240
7241 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7242
7243         * src/pic16/device.c: added some debug lines enabled
7244         with macro DEBUG_CHECK,
7245         * src/pic16/genarith.c: more debug in genPlus,
7246         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7247         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7248         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7249         * (aopForSym): onStack symbols are re-placed in data memspace,
7250         and onStack flag is cleared,
7251         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7252         copy temporary pcodeop,
7253         * (genPcall): added warning for not updating PCLATU,
7254         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7255         always true for pic16 port,
7256         * (genMultOneWord): NEW, supports integer multiplication,
7257         * (genMult): modified to call genMultOneWord,
7258         * (ifxForOp): added warning when return NULL,
7259         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7260         flag is set before call to operandFromSymbol for implicit
7261         added structures,
7262         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7263         options.intlong_rent are set by default,
7264         * (_hasNativeMulFor): modified to allow port generation of integer
7265         multiplication,
7266         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7267         set regtype to REG_SFR for all registers, restricting seting the
7268         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7269
7270 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7271
7272         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7273         more than 500 times in the regression tests
7274
7275 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7276
7277         * support/Util/SDCCerr.h,
7278         * support/Util/SDCCerr.c,
7279         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7280         enumerator_list),
7281         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7282         for symbol conflicts.
7283         * support/valdiags/tests/enum.c,
7284         * support/valdiags/tests/tentdecl.c,
7285         * support/valdiags/tests/struct.c: expect possible error messages
7286         referring to original symbol definitions.
7287         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7288         * src/SDCCsymt.h,
7289         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7290
7291 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7292
7293         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7294
7295 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7296
7297         * src/pic16/ralloc.c (newReg): fixed bug #908929
7298
7299 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7300
7301         * src/ds390/gen.c: added missing #include "main.h"
7302
7303 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7304
7305         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7306         checking if symbol is already in set,
7307         * src/pic16/device.h: prototype for checkAddSym,
7308         * src/pic16/gen.c: (_G): added entry interruptvector,
7309         * (assignResultValue): removed some commented out lines,
7310         * (genFunction): check for ISR via sym->type, absolute section for
7311         interrupt code is created via a new pBlock, the goto instruction is
7312         placed now correctly at the interrupt vector position, changed all
7313         references from ivec to _G.interruptvector,
7314         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7315         is the interrupt is a high priority one, same for return from ISR,
7316         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7317         externs to calls of checkAddSym,
7318         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7319         pic16_pcode_verbose flag is set,
7320         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7321         * src/pic16/pcoderegs.c: message about how many registers are saved
7322         will only be emitted if pic16_pcode_verbose flag is set,
7323
7324 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7325
7326         * src/ds390/ralloc.h,
7327         * src/ds390/ralloc.c (ds390_regWithIdx),
7328         * src/ds390/gen.c (emitcode),
7329         * src/ds390/main.h,
7330         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7331         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7332         ds390operandCompare, getRegsRead, getRegsWritten,
7333         initializeAsmLineNode): customized instruction size calculation for
7334         ds390, started basis for some register optimizations
7335         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7336         corresponding assembly output
7337         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7338         missing push/pop of r0/r1. Optimized push/pops
7339
7340 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7341
7342         * src/mcs51/main.c (instructionSize): fixed ACALL size
7343         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7344
7345 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7346
7347         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7348         the sorting of rlist with NULL elements
7349         * (print_idataType, print_idata): NEW to create idata sections
7350         * src/pic16/device.h: idataSymSet new variable
7351         * src/pic16/gen.c (genFunction): fixed some bugs in string
7352         comparing, improved the absolute section creation for ISRs,
7353         added FSR0L/FSR0H in registers that are saved in an ISR,
7354         * (genInline): fixed the processing of inline snippets,
7355         now they undergo no process by the peephole optimizer
7356         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7357         are placed in idataSymSet,
7358         * (pic16emitStaticSeg): extern symbols are added in externs,
7359         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7360         switching when aboslute variables are placed in access bank memory
7361         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7362         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7363         commented out with #if,
7364         * (pic16_packRegisters): reintroduce the check for CAST because some
7365         symbols are not correctly handled,
7366         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7367         pCodeInstruction instead of pCode,
7368         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7369         pCodeAsmDir definition,
7370         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7371         directive, then the argument directive is emitted without the leading
7372         tab, hack for inline labels which must be in the first column,
7373         * (compareLabel,pic16_findNextInstruction),
7374         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7375         * (insertBankSwitch): modified for the new pCodeAsmDir,
7376
7377 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7378         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7379
7380         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7381         instance,
7382         * (pushSide): commented out with #if,
7383         * (assignResultValue): fixed some typos in saving
7384         registers,
7385         * (genPcall): FIXED and sync'ed with genCall,
7386         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7387         * (genNearPointerGet): fixed to handle some more cases,
7388         implementation scheme via table reads,
7389         * (genConstPointerGet): modified to access code memory correct,
7390         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7391         and improved to handle some cases
7392         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7393         instead of "RETLW" for init data
7394         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7395         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7396         variables are placed in access bank memory (<0x80 and >=0xf80),
7397         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7398         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7399         TBLWT_POSTDEC,TBLWT_PREINC
7400         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7401         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7402         directives
7403         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7404         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7405         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7406         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7407
7408 2004-02-29  Borut Razem <borut.razem AT siol.net>
7409
7410         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7411         support/Util/findme.h, support/Util/system.h: enhance binary relative
7412         search for lib and include by using findProgramPath()
7413
7414 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7415
7416         * src/SDCCpeeph.h,
7417         * src/SDCCpeeph.c (pcDistance),
7418         * src/port.h,
7419         * src/mcs51/ralloc.h,
7420         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7421         * src/mcs51/main.h,
7422         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7423         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7424         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7425         size calculation port specific, started basis for some register
7426         optimizations
7427         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7428         missing push/pop of r0/r1. Optimized push/pops
7429         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7430         * device/lib/_modsint.c (_modsint),
7431         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7432         and stack version so regression tests pass
7433
7434 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7435
7436         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7437         * src/SDCCast.c (decorateType): catch another small optimization
7438         with '?' operator
7439         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7440         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7441         modified to finally use computeType() all over SDCC,
7442         see Feature Request #877103
7443         * src/SDCCval.h: cosmetic
7444         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7445         valCompare(); regression tested in muldiv.c
7446         * support/regression/tests/muldiv.c (testMod): mod sign follows
7447         dividend only
7448
7449 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7450
7451         * src/SDCCast.c (decorateType): fixed bug #902362
7452         * doc/INSTALL.txt: fixed install instructions for win32
7453
7454 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7455
7456         * device/include/Makefile.in (install): fixed by replacing spaces
7457         by tabs
7458         * doc/README.txt,
7459         * doc/INSTALL.txt: updated for release
7460         * doc/sdccman.lyx: added warning for --xstack being buggy
7461
7462 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7463
7464         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7465         to eliminate build warnings.
7466         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7467
7468 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7469            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7470
7471         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7472         removed -penable-stack, added comment for stack pragma, added
7473         warning for not initializing the stack/frame registers, removed
7474         comment at interrupts section
7475
7476         Stack is made permanent, there is no ability to disable stack usage.
7477         * src/pic16/device.h,
7478         * src/pic16/device.c: removed all references to USE_STACK macro,
7479         * src/pic16/device.c (pic16_dump_section): when no elements in
7480         rlist, free rlist before return,
7481         * (pic16_dump_int_registers): NEW, internal registers are a new set
7482         of general purpose registers reused by each function,
7483         * (checkAddReg): returns 1 if registers is added to set,
7484         * (pic16_groupRegistersInSection): when a registers is of type
7485         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7486         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7487         SRCASECMP macro is moved here from device.c
7488         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7489         PO_PCLATU, PO_PRODL, PO_PRODH,
7490         * (pic16_pCodeOpType, genMinus,
7491         changed compares to "a" register, with AOP_ACC,
7492         * (pic16_genPlus): fixed some bugs and indented properly,
7493         * (pic16_addSign): changed size to size+offset in the MOVWF
7494         instruction,
7495         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7496         multiply 8-bit operand by literal, result is 8-bit,
7497         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7498         multiply 2 8-bit operand, result is 8-bit,
7499         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7500         genUMult8X*_16,
7501         * src/pic16/gen.c: changed accUse to contain WREG only,
7502         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7503         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7504         true, do not use immediate addressing any more unless sym is a
7505         pointer in codespace,
7506         * (aopForRemat): do not use immediate addressing when symbol not in
7507         codespace and when symbol's address is requested,
7508         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7509         accUse size (= 1),
7510         * (aopGet): added case for AOP_ACC and don't return "accumulator
7511         bug" but WREG instead,
7512         * (popGetTempReg): pushes contents of temporary register in stack,
7513         * (popReleaseTempReg): pops contents of temporary register from
7514         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7515         * (pic16_popGet): separated case AOP_ACC to return register WREG
7516         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7517         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7518         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7519         the use of immediate pointers to certain cases only.
7520
7521         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7522         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7523         * (assignResultValue, genCall, genRet): modified to use the new
7524         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7525         genPcall is still broken,
7526         * (genFunction): added code to create 'A' type pBlocks when
7527         interrupt functions are generated, code not extensively tested yet,
7528         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7529         * (genEndFunction): modified so ISRs pop stored registers from stack,
7530         * (genMultOneByte): cleanup,
7531         * (AccRsh): added flag andmask, to and result with appropriate mask,
7532         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7533         * (genDataPointerGet): fixed and reenabled its use,
7534         * (genNearDataPointerGet): bugs fixed,
7535         * (genDataPointerSet): bugs fixed,
7536         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7537         pic16_DumpSymbol, pic16_DumpOp,
7538         * src/pic16/genutils.h: function prototypes for the above functions,
7539         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7540         pointers,
7541         * (pic16emitRegularMap): many many many improvements, but needs a
7542         major cleanup,
7543         * src/pic16/main.c: enable_stack in pic16_options is removed,
7544         * (_pic16_parseOptions): removed command line options -penable-stack,
7545         * (_process_pragma): emit stack symbol only when stack pragma is
7546         processed,
7547         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7548         redirected to FSR0L/FSR0H pair,
7549         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7550         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7551         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7552         for immediates,
7553         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7554         * (dumpPicOptype): NEW,
7555         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7556         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7557         with movff instruction,
7558         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7559         added pic16_int_regs, some packRegsFor* functions are commented out,
7560         because produce errors,
7561         * src/pic16/NOTES: minor modifications
7562
7563 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7564
7565         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7566         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7567         --pack-iram.
7568         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7569         * as/mcs51/lkaomf51.c: fixed bug #895763
7570
7571 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7572
7573         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7574
7575 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7576
7577         * doc/sdccman.lyx: added details about the HC08 storage classes and
7578         interrupts, fixed the register usage info for z80 & gbz80
7579
7580 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7581
7582         * doc/sdccman.lyx: added more pic16 port documentation
7583         * device/include/pic16/: added header pic18fregs.h
7584
7585 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7586
7587         * doc/sdccman.lyx: added Vangelis' contribution
7588
7589 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7590
7591         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7592         extend to the next CALL or PCALL, not just to the next CALL.
7593
7594 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7595
7596         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7597
7598 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7599
7600         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7601         bug #895752 and a better fix for bug #716790
7602
7603 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7604
7605         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7606
7607 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7608
7609         * doc/sdccman.lyx: minor changes, minor changed
7610
7611 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7612
7613         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7614         which can't handle SDCC_NEWONEBYTEOPS,
7615         (geniCodeMultiply): removed conversion from mult to shift for pic14
7616         and pic16
7617
7618 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7619
7620         * src/hc08/gen.h,
7621         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7622         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7623         thus fixing bug #895406
7624
7625 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7626
7627         * device/lib/_modsint.c,
7628         * device/lib/_modslong.c: sign follows divisor only
7629         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7630         signs or signedness can be ignored
7631         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7632         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7633         added optimization for IFX,
7634         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7635         arguments;
7636         reenabled optimization for IFX, which was removed on 2004-01-11
7637         * src/SDCCast.h: added return type IFX
7638         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7639         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7640         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7641         SDCC_OLDONEBYTEOPS selects the old behaviour
7642         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7643         changed again and commented promotion rule
7644         * src/SDCCval.c (valDiv): promotion no longer necessary
7645         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7646         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7647         rewritten
7648         * support/regression/tests/onebyte.c: added
7649
7650 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7651
7652         * gen.c (genInline): reverted to old code for assemnling inline
7653         code because of bug reported James Chadd
7654
7655 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7656
7657         * ralloc.h: missing declarations from previous patch,
7658         seems that patch for ralloc.h was never applied, fixed
7659
7660 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7661            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7662
7663         * pcode.c,
7664         * pcode.h,
7665         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7666         indirect addressing. Marked FSR0 as deprecated
7667         * gen.c (pointerCode): commented out, not needed now
7668         (pic16_popGet2p): new MOVFF helper function
7669         (genGenPointerGet),
7670         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7671         (shiftRLong): removed duplicate debugging info
7672
7673 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7674
7675         * src/ds390/gen.c (genNearPointerGet),
7676         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7677         optimization with bits, but not bitfields.
7678         * src/ds390/ralloc.c (packRegisters),
7679         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7680
7681 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7682
7683         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7684
7685 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7686
7687         * src/SDCCsymt.h,
7688         * src/SDCCicode.c (operandFromSymbol),
7689         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7690         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7691         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7692         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7693         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7694         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7695         bug #892038
7696         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7697         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7698         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7699         * src/SDCCsymt.c (newSymbol),
7700         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7701         enumerator_list),
7702         * src/SDCCval.h,
7703         * src/SDCCval.c (newiList): fixed bug #885705
7704
7705 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7706
7707         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7708         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7709
7710 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7711
7712         * device/include/c8051f120.h,
7713         * device/include/c8051f300.h,
7714         * device/include/c8051f310.h: added/updated header files for Silicon
7715         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7716         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7717         in new section Submitting patches
7718
7719 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7720
7721         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7722         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7723         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7724         genGenPointerSet),
7725         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7726         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7727         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7728         genGenPointerSet),
7729         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7730         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7731         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7732         genGenPointerSet),
7733         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7734         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7735         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7736         genGenPointerSet): fixed bug #892400
7737         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7738         to eliminate build warnings.
7739         * src/SDCCast.c (processParms),
7740         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7741         fixed bug 751859
7742         * support/valdiag/valdiag.py: added GCC to the list of defines active
7743         when compiling with gcc
7744
7745 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7746
7747         * support/Util/SDCCerr.h,
7748         * support/Util/SDCCerr.c,
7749         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7750         with an incomplete type (fixed bug #883734)
7751         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7752
7753 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7754
7755         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7756
7757 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7758
7759         * src/SDCCast.c (decorateType),
7760         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7761         function pointer implementation
7762         * support/regression/tests/funptrs.c: added tests to verify both forms
7763         of function pointers work correctly. Added tests to verify parameters
7764         are passed in the correct order.
7765
7766 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7767
7768         * device.c (regCompare): registers are sorted by ascending
7769         address and increasing size,
7770         * main.c (_pic16_finaliseOptions): removed the declaration
7771         of compiler macro MCU. Now a macro of the format pic18fxxxx
7772         will be defined from the command line
7773
7774 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7775             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7776
7777         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7778         PCOP_RLCF was overwritten!
7779         * gen.c (genSkip): commented out calls to pic16_emitcode,
7780         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7781         * (genlshTwo),
7782         * (genRRC): added debugging info,
7783         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7784         overwritten while shifting,
7785         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7786         overwritten while shifting,
7787         * (AccLsh),
7788         * (AccRsh),
7789         * (shiftLLeftOrResult),
7790         * (shiftRLeftOrResult),
7791         * (shiftRLong),
7792         * (shiftLLong): Implemented with pic16_emitpcode
7793         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7794         * (genLeftShift): Fixed bug, operand for shift by variable always
7795         was "and"ed with 0x0f,
7796         * (genLeftShiftLiteral),
7797         * (genrshTwo),
7798         * (genRightShiftLiteral): added debugging info,
7799         * (genrshFour): added comment,
7800         * (genRightShift): determined signedness from operand "left"
7801         instead of "result"
7802
7803 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7804
7805         * src/SDCCicode.c (geniCodeParms),
7806         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7807         function pointers, fixed function pointer bugs #861242 and #861896
7808
7809 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7810
7811         * device/include/c8051f000.h,
7812         * device/include/c8051f120.h,
7813         * device/include/c8051f300.h: added header files for Silicon
7814         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7815
7816 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7817
7818         * src/SDCCast.c (processParams): added new type flow and restructured
7819         (gatherAutoInit): added new type flow
7820         (addCast): cosmetic changes
7821         (getLeftResultType): added new type flow for array indices, patch
7822         provided by Stas, see FR #877103
7823         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7824         array index patch by Stas
7825         * src/SDCCast.h: added prototype getResultTypeFromType()
7826         * src/SDCCval.h,
7827         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7828         * src/pic/glue.c (pic14emitStaticSeg),
7829         * src/pic16/glue.c (pic16emitStaticSeg),
7830         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7831         for initialization of symbols
7832         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7833         * support/Util/SDCCerr.h:
7834         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7835         * .version: bumped version number to 2.3.8
7836         * device/include/Makefile.in (install),
7837         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7838         avoid warnings
7839
7840 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7841
7842         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7843         Slade Rich fixed an optimization bug
7844         * src/pic/pcodepeep.c,
7845         * src/pic/pcoderegs.c
7846         * doc/Makefile (install): added test for directory
7847
7848 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7849
7850         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7851         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7852         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7853         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7854         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7855         * as/mcs51/asexpr.c (term),
7856         * as/hc08/asexpr.c (term): fixed bug #887146
7857
7858 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7859
7860         * src/z80/gen.c (genMult): handle single byte result product
7861         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7862         DUMMY_READ_VOLATILE (fixed bug #886367)
7863
7864 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7865
7866         * support/regression/tests/libmullong.c: fixed logic, on little endian
7867         hosts we ended without a mullong_wrapper()
7868
7869 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7870
7871         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7872         virus/worm forged address usage.
7873
7874 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7875
7876         Fixed promotion, it should be done on AST level:
7877         * src/SDCCast.c (addCast): added promotion to int
7878         (decorateType): updated call to upCast()
7879         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7880         usualUnaryConversions()
7881
7882 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7883
7884         * support/regression/tests/literalop.c (mulWrapper): Added a
7885         wrapper to remove integer overflow warnings.
7886
7887         * support/regression/tests/float_trans.c: Made work on host.
7888
7889         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7890         location of sz80.
7891
7892         * support/regression/generate-cases.py (main): Changed from inline
7893         to a main method.
7894
7895         * doc/Makefile (install): Changed to depth first to get rid of
7896         missing directory install warning.
7897
7898         * as/Makefile (install-doc): Made work on Mac.
7899
7900 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7901
7902         * src/SDCCast.c: added an additional type flow in decorateType() of
7903         opposite direction, see feature request #860006; it's enabled at runtime
7904         by setting the environment variable SDCC_NEWTYPEFLOW
7905         * src/SDCCast.h: changed prototype of decorateType()
7906         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7907         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7908         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7909         see feature request #877103
7910         * src/SDCCval.c: updated call of decorateType()
7911         (valBitwise): fixed bug #882876
7912         (valMinus): added promotion
7913         (valLogicAndOr): result is unsigned
7914         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7915         * src/SDCCsymt.c (computeType),
7916         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7917         must not cause an unsigned operation
7918         * src/pic/glue (pic14emitRegularMap),
7919         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7920
7921 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7922
7923         * src/pic/pcode.c (PCodeID): commented out left over debug code
7924
7925 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7926
7927         * support/valdiag/tests/overflow.c: added shift tests
7928         * src/pic/device.c,
7929         * src/pic/gen.c,
7930         * src/pic/gen.h,
7931         * src/pic/glue.c,
7932         * src/pic/main.c,
7933         * src/pic/pcode.c,
7934         * src/pic/pcode.h,
7935         * src/pic/pcodepeep.c,
7936         * src/pic/pcoderegs.c,
7937         * src/pic/ralloc.c,
7938         * src/pic/ralloc.h: applied patch from Slade Rich;
7939         added support for multiple code pages and multiple RAM banks on the
7940         PIC 14 port. The ASM files now no longer simply assume all the
7941         code / RAM are in the same page / bank. This means the linker can
7942         safely allocate code/RAM of separate ASM files to different pages/banks.
7943         * doc/sdccman.lyx: added Slade's tips
7944         * src/mcs51/peeph.def: fixed bug #880768
7945
7946 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7947
7948         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7949         * src/SDCCast.c (decorateType): fixed bug #880197
7950
7951 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7952
7953         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7954         getopt.h.
7955
7956         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7957         strtof is not part of C89 and isn't included with Mac OS X.
7958
7959 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7960
7961         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7962         shiftL2Left2Result): fixed bug #879326
7963         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7964         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7965         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7966         address fetch for clr instruction
7967         * device/lib/hc08/_mulint.c: created optimized assembly version
7968         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7969
7970 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7971
7972         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7973         proposed in FR #877103
7974
7975 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7976
7977         * src/SDCCval.c (cheapestVal): added missing checks
7978         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7979         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7980
7981 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7982
7983         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7984         equal operands
7985
7986 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7987
7988         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7989         loaded with the linker search paths (-L arguments) and the libraries
7990         to be linked with the current source (-l arguments). Changes
7991         currently will affect only the pic16 port.
7992         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7993         include path the port specific paths and port specific libraries,
7994         * gplink command now contains the $3 argument,
7995         * src/pic16/device.h,
7996         * src/pic16/device.c,: structure PIC_device is made public and
7997         renamed to PIC16_device, the same for variable Pics which is renamed
7998         to Pics16. Updated all references to them.
7999         * src/pic16/glue.c (pic16glue): corrected bug with code
8000         initialization which bypassed the variable initializations block.
8001
8002         * device/lib/pic16/Makefile.rules: removed --penable-stack from
8003         COMPILE_FLAGS and added the --nostdinc option
8004
8005 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8006
8007         * device/include/mc68hc908jb8.h: Register defs for another member
8008         of the hc08 family. Contributed by Bjorn Bringert - thanks!
8009
8010 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
8011
8012         Documenting changes from previous commits.
8013         * configure.in (version 1.56),
8014         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
8015         when generating output files to configure the pic16 library,
8016         but now I've commented it out, since gputils aren't installed in the
8017         SF compile farm, so library won't compile
8018
8019         * device/lib/Makefile.in (version 1.56): initially I've added in
8020         target 'all' the prerequestive 'model-pic16' so it compiled the
8021         pic16 library, but now I've commented it out for the same reasons
8022         above,
8023         * added targets 'model-pic16' and 'objects-pic16' to compile the
8024         library
8025         * added target 'port-specific-objects-pic16' to handle the
8026         generated libraries and copy them into the build/ directory
8027         * added target 'clean-intermediate-pic16' to clean intermediate
8028         files into pic16 directory
8029         * in target 'installdirs' added line to create directory pic16 in
8030         the installation path
8031
8032         * device/include/Makefile.in (version 1.11): in target 'install'
8033         added lines to copy all header files to installation path,
8034         * in target 'installdirs' added line create directory for pic16
8035         headers in the installation path
8036
8037 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
8038
8039         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
8040          a function call
8041
8042 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
8043
8044         * configure,
8045         * device/lib/configure.in,
8046         * device/lib/configure: fixed for autoconf 2.57
8047
8048 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8049
8050         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8051         option so that it actually works. Made it specific to the z80, since
8052         the gbz80 doesn't have these kinds of I/O ports.
8053
8054 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8055
8056         * device/include/z180.h,
8057         * device/lib/_memcpy.c,
8058         * device/lib/_memmove.c,
8059         * device/lib/_mulint.c,
8060         * device/lib/ser_ir.c,
8061         * device/lib/ser_ir_cts_rts.c,
8062         * device/lib/_strcmp.c,
8063         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8064         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8065         portmode; added deprecation warning for bank= and protmode= forms.
8066         Also, guard against buffer overflow.
8067         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8068
8069 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8070
8071         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8072         changed interrupt vector table generation to only emit declared vectors.
8073         * device/include/Makefile.in: added missing backslash
8074         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8075
8076 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8077
8078         Mainly changes to support compilation of the device libraries
8079         * src/pic16/device.c: stack is allocated via symbol and not
8080         via literal number. The symbol is placed in the corresponding
8081         position of the data ram
8082         * (pic16_dump_section): relocatable and absolute uninitialized
8083         data are now emitted in sorted order to reduce section naming,
8084         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8085         weren't marked as being in the access bank,
8086
8087 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8088
8089         Added portion of GNU PIC Library under the directory
8090         device/include/pic16 and device/lib/pic16. These files
8091         contain the declarations of SFRs for the PIC18Fxx2 devices.
8092         The directory is initialized via configure from toplevel.
8093
8094 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8095
8096         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8097         the spilllocations to be compared correctly
8098
8099 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8100
8101         * src/SDCCast.c (decorateType): fixed bug introduced today
8102
8103 2004-01-12  Borut Razem <borut.razem AT siol.net>
8104
8105         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8106         doc/sdccman.lyx: upper case pragmas are deprecated
8107
8108 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8109
8110         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8111         in simpler and even better code
8112
8113 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8114
8115         * src/SDCCicode.c (operandOperation): fixed bug #874819
8116         * src/SDCCast.c (decorateType): fixed
8117         char foo (unsigned long ul) { return ul > 0; }
8118
8119 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8120
8121         * doc/sdccman.lyx: Moved and added some sections, small changes
8122         all over. Telling LaTeX to be less strict with word spacing
8123         to better keep the right margin. Changed some notes about
8124         maintainance of the ports in section 3.2.1 - is it OK like this?
8125
8126 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8127
8128         SDCC source changes:
8129         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8130         convilong): modified to inform the pic16 port that builtin functions
8131         are external
8132
8133         PIC16 PORT specific changes:
8134         * src/pic16/device.c pic16_dump_equates() added,
8135         processor registers declared internally by the port are emitted in
8136         the translation as equates,
8137         * src/pic16/gen.c: inline code is passed unprocessed to the
8138         translation,
8139         * (pic16_popGetLit2): fnuction modified to take second operand as
8140         pCodeOp pointer and not as literal,
8141         * (popRegFromIdx): prefixed with pic16_,
8142         * (pic16_popCombine2): modified to receive already allocated pCode
8143         operands,
8144         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8145         * (genFunction): initializes local stack frame and pushes on stack
8146         all the registers used by this function,
8147         * (genEndFunction): restores all registers from stack and restores
8148         stack frame,
8149         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8150         improvements,
8151         * (pic16glue): changed the program startup sequence,
8152         * added new dbName code 'A' for functions placed in absolute section
8153         * src/pic16/main.c: added function attribute _naked,
8154         * added pragma 'code' to place a fnuction at an absolute address,
8155         * added command line arguments --debug-ralloc and --pcode-verbose,
8156         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8157         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8158         * (pic16_newpCodeOpLit2): modified to take the second operand as
8159         pCodeOp pointer,
8160         * (pic16_printpBlock): modified to emit each function in a separate
8161         section,
8162         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8163         UPPER for immediate operands,
8164         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8165         instruction,
8166         * src/pic16/peeph.def: all peepholes with movff are commented out,
8167         because there is a problem in the pcode peep optimizer,
8168         * src/pic16/ralloc.c: the register allocator can now reuse local
8169         function symbols for another function. This saves register usage.
8170         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8171
8172         Added file src/pic16/NOTES with information about program writing on
8173         the current port version.
8174
8175 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8176
8177         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8178         and peephole 252 (array access)
8179
8180 2004-01-09  Borut Razem <borut.razem AT siol.net>
8181
8182         * src/SDCCmain.c : fixed #872250: -l command line defined library
8183           files are scanned before standard library files
8184
8185 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8186
8187         * src/SDCCast.c (decorateType): fixed bug #874046
8188
8189 2004-01-09  Borut Razem <borut.razem AT siol.net>
8190
8191         * support/scripts/sdcc.nsi: remove previous installation
8192
8193 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8194
8195         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8196         bytes for last interrupt vector (mcs51)
8197         * sdcc.spec: fixed typo
8198
8199 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8200
8201         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8202         gen51Code): more efficient parameter receive for --model-large
8203         ("bug" #845294)
8204
8205 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8206
8207         * src/ds390/main.c,
8208         * src/z80/main.c: added missed needLinkerScript flags (more than
8209         one port structure defined in these file)
8210         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8211         bug #795325
8212
8213 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8214
8215         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8216         * src/port.h: added flag needLinkerScript in port->linker
8217         structure to inform whether to create a .lnk file or not,
8218         * src/avr/main.c,
8219         * src/ds390/main.c,
8220         * src/hc08/main.c,
8221         * src/mcs51/main.c,
8222         * src/pic/main.c,
8223         * src/pic16/main.c,
8224         * src/xa51/main.c,
8225         * src/z80/main.c: changed appropriately to configure
8226         needLinkerScript flag
8227         * src/pic/gen.c,
8228         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8229         * src/pic/glue.c: added variable udata_section_name to
8230         override default uninitialized data segment definition for
8231         devices only with SHAREBANK memory (reported from Erik Epetrich)
8232         * (pic14emitOverlay): modified to emit a commented overlay segment
8233         directive when no overlay data exist
8234         * (picglue): modified to emit uninitialized data segment
8235         according to udata_section_name
8236         * src/pic/main.c (_pic14_parseOptions): added command line
8237         options --udata-section-name=[name] to override default
8238         udata definition name
8239         * modified _linkCmd and _asmCmd to include compiler passed
8240         arguments via -W option
8241         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8242         object file from '.rel' to '.o' in port->linker structure,
8243         changed size of fptr from 2 to 3 in port structure
8244
8245 2004-01-07  Borut Razem <borut.razem AT siol.net>
8246
8247         * support/scripts/sdcc.nsi: update PATH
8248         * support/scripts/sdcc.ico: craeted
8249
8250 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8251
8252         * device/include/Makefile.in: fix install
8253         * doc/Makefile: fix install
8254
8255 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8256
8257         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8258         in bug #860505
8259         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8260         how the function variable allocation summary is displayed; also
8261         include information about variables allocated to the overlay
8262         segment
8263
8264 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8265
8266         * as/mcs51/lkmain.c: Help about -Y option
8267         * as/mcs51/lkarea.c: Fixed gcc warnings
8268
8269 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8270
8271         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8272         fixed warning
8273         * support/valdiag/tests/overflow.c: added
8274         * src/SDCCast.c (decorateType),
8275         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8276         LEFT_OP (left shift)
8277
8278 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8279
8280         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8281         (default behaviour).
8282
8283 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8284
8285         A python script to validate compiler diagnostic messages. It can be
8286         used to verify that sdcc complains about bad c source code and
8287         gives a good location of the error.
8288         * support/valdiag/Makefile,
8289         * support/valdiag/valdiag.py,
8290         * support/valdiag/tests/*
8291
8292 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8293
8294         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8295         * src/SDCCsymt.c (newEnumType),
8296         * src/SDCCsymt.h
8297         * support/Util/SDCCerr.c,
8298         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8299         enum related bugs.
8300         * support/regression/tests/enum.c: added test for enum values that
8301         require at least 2 bytes of storage.
8302
8303 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8304
8305         * src/common.h: added ifndef/define/endif macros
8306         around the header file.
8307         Bug reported from Jesus Calvino-Fraga
8308
8309 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8310
8311         * sdcc.spec: updated
8312         * device/include/Makefile.in: don't install CVS directories
8313         * device/lib/Makefile.in: added removal of CVS directories after install
8314         * doc/Makefile: fixed install, added local_icons
8315         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8316         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8317         * src/ds390/gen.c (genRightShift): fixed bug #870788
8318         * src/SDCCast.c (decorateType): fixed bug #870781
8319
8320 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8321
8322         PIC16 port related changes:
8323         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8324         added variable stackPos,
8325
8326         * gen.c: genCall, assignResultValue: added support for
8327         pushing/retrieving function parameters to/from stack,
8328         genFunction,genEndFunction: setup stack frame for the
8329         generated function,
8330         genAddrOf: will be changed according to bug 863624
8331
8332         * added files genutils.c and genutils.h which contain gen*
8333         debugged and optimised functions extracted from gen.c
8334
8335         * glue.c: added variable 'externs' which holds extern symbols,
8336         pic16emitRegularMap: is modified to properly handle relocatable
8337          symbols under the new scheme,
8338         pic16createInterruptVect: is modified
8339         pic16printPublics: is modified to emit 'global' assembler directives,
8340         added pic16_printExterns to print extern symbols,
8341         pic16glue: initializes stack/frame pointer in the beginning of
8342         the assembly output. Temporary hack, will be corrected later,
8343         because gplink yet does not support stack and SDCC does not
8344         yet support a type of crt0.o object to create the final binary.
8345
8346         * Removed many lines that contain 8051 legacy code.
8347         * The code is finally placed under a 'code' directive.
8348         * Added port specific options.
8349
8350         * _process_pragma: simplified since now we do not need *special*
8351         include file to define SFR registers. But a separate header
8352         will be needed. This will be developed later.
8353         * _pic16_parseOptions: added, parses port specific options:
8354         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8355         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8356         --preplace-udata-with=
8357
8358         * _pic16_setDefaultOptions: modified to initialize section names,
8359         but hack is temporarly out of order since it needs improvement.
8360         * _pic16_genAssemblerPreamble: configuration words are emitted by
8361         their address instead of their name. This part is incomplete and
8362         supports only the 18Fxx2 devices. Other devices will emit an error
8363         during assembly since they do not contain the same set of config
8364         registers
8365         * _pic16_genIVT: is modified,
8366
8367         * pcode.c: added definitions for some hardware registers that are needed
8368         for stack support
8369         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8370         All PCI entries are updated. Now LFSR is supported.
8371         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8372         * added pic16_newpCodeOpLit2 to support instructions with
8373         two literal arguments
8374         * pic16_pCode2str: corrected code that emits assembler instructions
8375         with two literal operands and those that have an access bit modifier
8376         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8377         this fixes a bug which caused some labels to be lost, when an
8378         assembler directive was added, i.e. banksel,
8379         * pic16_FixRegisterBanking: improved logic that causes the insertion
8380         of bank switching,
8381         * InlineFunction: functions that are called once, are not any more
8382         inlined. This can be a port option in the future,
8383
8384         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8385
8386         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8387         hold the corresponding uninitialized symbols,
8388         * pic16_allocProcessorRegister: registers have explicit marked the
8389         accessBank field,
8390         * pic16_allocInternalRegister: registers are explicit marked as
8391         not used,
8392         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8393         processing list, so bit registers were lost,
8394         *
8395
8396         * ralloc.h: added field 'accessBank' and original symbol operand
8397         in register definition,
8398         * removed the field isMapped from register definition,
8399
8400         ** Several functions have been removed from various sources:
8401         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8402         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8403         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8404         pic16_assignRelocatableRegisters
8405
8406         ** others have been introduced:
8407         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8408         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8409
8410 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8411
8412         * support/scripts/inc2h.pl: changed definition of BIT_AT
8413         to emit 'sbit at' instead of 'bit at'. This was a request.
8414
8415         PIC16 port related preliminary changes:
8416         * gen.c: prefixed function popRegFromString with
8417         pic16_ and all references to it corrected
8418         * pcode.c: all pic16_pc_* hardware registers prefixed
8419         with underscore (_),
8420         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8421         * ralloc.c: newReg(): when register is REG_SFR then
8422         set address to rIdx,
8423         pic16_allocProcessorRegister(): marks register wasUsed=0
8424         pic16_writeUsedRegs(): added a call to assign processor
8425         registers via pic16_assignFixedRegisters
8426
8427 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8428
8429         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8430         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8431         variables in unused register banks.  Also the SSEG is placed
8432         wherever there is enough space for it, and IDATA can be anywhere
8433         in internal RAM.  For now compile using -Wl-Y[stack_size].
8434         The mem file is different for this option as well, since it
8435         makes no sense of talking about DSEG lenght.
8436
8437 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8438
8439         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8440         in certain cases, e.g. when ROM assignment, patch provided
8441         from Albert den Haan.
8442
8443 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8444
8445         Many signedness and type propagation fixes:
8446         * src/SDCCicode.c: made geniCodeCast() static
8447         replaced SPEC_ by IS_ (cosmetic)
8448         (operandOperation): fixed div and mod operation
8449         (usualBinaryConversions): added support for promotion of char
8450         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8451         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8452         (geniCodeAdd): an array index will stay unsigned, even if promoted
8453         from char to int
8454         (geniCodeArray): ditto
8455         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8456         * src/SDCCsymt.c (computeType): added more support for char;
8457         promotion of char is selectable by promoteCharToInt, fixed signedness
8458         for all cases
8459         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8460         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8461         * src/SDCCval (val*): replaced signedness calculation by
8462         computeType()
8463         rearranged if-branches (cosmetic)
8464         (valShift): added warning W_SHIFT_CHANGED
8465         (valCompare): fixed problem with different types
8466         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8467         * support/regression/tests/literalop.c: added many cases
8468         * support/regression/tests/ast_constant_folding.c: changed finally to
8469         'unsigned int'
8470         * .version: new year, new version: 2.3.7
8471         * src/SDCCmain.c (main): applied patch #866468
8472         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8473         provided by Scott Bronson
8474         * doc/sdccman.lyx: updated documentation for sdcdb
8475         updated and added chapter tips
8476
8477 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8478
8479         * src/SDCCsymt.h: missing from yesterday's commits
8480
8481 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8482
8483         * src/SDCC.y (struct_or_union_specifier),
8484         * support/Util/SDCCerr.c,
8485         * support/Util/SDCCerr.h: verify that struct & union tags are used
8486         as declared.
8487
8488 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8489
8490         * src/SDCCglobl.h: missing from yesterday's commits
8491
8492 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8493
8494         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8495         sft_attributes, struct_declaration, parameter_declaration,
8496         type_name, start_block, declaration_list),
8497         * src/SDCC.lex (check_type): support redefinition of typedef names
8498
8499 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8500
8501         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8502         aligned xdata arrays. Erik helped me with the if clause.
8503
8504 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8505
8506         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8507         warning
8508
8509 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8510
8511         * src/SDCCast.h,
8512         * src/SDCCast.c (newAst_),
8513         * src/SDCCicode.h,
8514         * src/SDCCicode.c (ast2iCode, newiCode),
8515         * src/SDCCglobl.h,
8516         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8517         expr, statement, expression_statement, selection_statement,
8518         iteration_statement, expr_opt, jump_statement): foundation for tracking
8519         sequence points
8520         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8521         point code too)
8522
8523 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8524
8525         * support/Util/SDCCerr.c,
8526         * src/SDCCast.h,
8527         * src/SDCCast.c (createCase, createDefault, decorateType),
8528         * src/SDCClabel.c (labelUnreach),
8529         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8530         to error messages.
8531         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8532         (with thanks to Stas Sergeev)
8533         * device/include/time.h,
8534         * device/lib/time.c (CheckTime): suppress unreachable code warning
8535
8536 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8537
8538         * src/SDCCast.c (createIvalCharPtr),
8539         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8540         bug #753752)
8541         * support/regression/tests/nullstring.c: tests for these two bugs
8542
8543 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8544
8545         * support/Util/SDCCerr.h,
8546         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8547         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8548         about storage class and 'at' used inside struct or union
8549         * src/SDCCBBlock.c (iCodeFromeBBlock),
8550         * src/SDCCcse.c (ifxOptimize),
8551         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8552         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8553         printIval, emitStaticSeg, emitOverlay),
8554         * src/SDCClabel.c (deleteIfx),
8555         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8556         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8557         gatherAutoInit, processParms),
8558         * support/Util/SDCCerr.h,
8559         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8560         reporting for post-parse errors.
8561
8562 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8563
8564         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8565         implicit casts via union; they don't work on big endian systems
8566         (possible fix for bug #861138)
8567
8568 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8569
8570         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8571         * src/mcs51/main.c: fixed the fix for bug #737001
8572
8573 2003-12-15  Borut Razem <borut.razem AT siol.net>
8574
8575         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8576
8577 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8578
8579         * support/makebin/makebin.c: put output in binary mode
8580
8581 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8582
8583         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8584         xdata and data memory on startup. Set the environment variable
8585         SDCC_NOGENRAMCLEAR to disable this.
8586         * src/mcs51/peephole.def,
8587         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8588         (allows non-interrupt and interrupt code to safely compete for a resource
8589         without the non-interrupt code having to disable interrupts)
8590
8591 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8592
8593         * src/SDCCicode.c (geniCodeAdd),
8594         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8595         with valFromType if type might be a pointer and host is big endian).
8596         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8597         types, not just integer types.
8598         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8599         multiply defined with mismatching "at" address.
8600
8601 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8602
8603         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8604         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8605         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8606         with embedded nulls (fixed bug #753752)
8607
8608 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8609
8610         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8611         Apparently this did not see much testing (endless loop)
8612
8613 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8614
8615         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8616
8617 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8618
8619         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8620         gracefully handle NULL memmap pointers
8621
8622 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8623
8624         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8625         instead of deleting the iCode when an operand is volatile
8626         * src/z80/gen.c (genDummyRead),
8627         * src/mcs51/gen.c (genDummyRead),
8628         * src/ds390/gen.c (genDummyRead),
8629         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8630         not just IC_RIGHT
8631         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8632         * src/SDCC.y: fixed bug #850420
8633
8634 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8635
8636         Applied z80 i/o port patch from Peter Townson and fixed some operators
8637         to better handle operands in A register.
8638         * device/include/z180.h
8639         * src/SDCC.y
8640         * src/SDCCglue.c
8641         * src/z80/gen.c
8642         * src/z80/gen.h
8643         * src/z80/main.c
8644         * src/z80/peeph-z80.def
8645         * src/z80/peeph.def
8646         * src/z80/z80.h
8647
8648 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8649
8650         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8651
8652 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8653
8654         * device/lib/hc08/_mullong.c: Removed extra #endif
8655
8656 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8657
8658         * sim/ucsim/hc08.src/inst.cc,
8659         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8660         carries from x to h
8661         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8662         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8663         * device/include/stdarg.h: fixed varargs for hc08
8664         * device/lib/Makefile.in,
8665         * device/lib/hc08/Makefile,
8666         * device/lib/hc08/_mulint.c,
8667         * device/lib/hc08/_mullong.c: fixed some endian problems
8668
8669 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8670
8671         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8672         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8673         * device/lib/_gptrget.c,
8674         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8675
8676 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8677
8678         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8679         * src/SDCCast.c (astErrors): fixed bug #846007
8680         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8681
8682 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8683
8684         * src/SDCCast.c (decorateType): disabled a transformation I added in
8685         revision 1.188 (access to fields of a structure at an absolute address);
8686         it breaks with bitfields, extern declarations, and gcse analysis.
8687         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8688         could be assigned through a pointer, so don't complain.
8689         * src/SDCCast.c (astErrors),
8690         * src/SDCCast.h,
8691         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8692
8693 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8694
8695         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8696         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8697         output of __config directives, since gpasm now supports them
8698         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8699         pre-processor macro, i.e. -DMCU=p18f452
8700         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8701         and modified to handle 'cast' icode similarly to '=' icode
8702         * src/pic16/device.h (typedef struct PIC_device): added field
8703         'extMIface' to indicate that chip has external memory interface
8704         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8705         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8706         18F8720
8707
8708 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8709
8710         * src/SDCC.y (pointer): fixed bug #846006
8711         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8712         * src/SDCCast.c (decorateType): fixed bug #846009
8713         * src/ds390/peeph.def,
8714         * src/ds390/gen.c (genAnd, genOr),
8715         * src/mcs51/peeph.def,
8716         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8717
8718 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8719
8720         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8721         * src/SDCCdflow.c
8722         * src/SDCCcse.c
8723         * src/SDCCcse.h
8724         * src/SDCCBBlock.h
8725         * src/SDCCBBlock.c
8726
8727 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8728
8729         fixed bug #845089
8730         * src/SDCCbitv.h,
8731         * src/SDCCbitv.c: added function to free a bitvector
8732         * src/SDCClrange.h,
8733         * src/SDCClrange.c: added function to recompute the liveranges
8734         * src/avr/ralloc.c,
8735         * src/ds390/ralloc.c,
8736         * src/hc08/ralloc.c,
8737         * src/mcs51/ralloc.c,
8738         * src/pic/ralloc.c,
8739         * src/pic16/ralloc.c,
8740         * src/xa51/ralloc.c,
8741         * src/z80/ralloc.c: recompute the liveranges after register packing
8742
8743 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8744
8745         * src/SDCCloop.c (newInduction): fixed bug #845630
8746
8747 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8748
8749         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8750         inadvertantly left behind from my 2003-11-12 change
8751
8752 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8753
8754         Updated headers I neglected to commit yesterday.
8755         * src/SDCClrange.h,
8756         * src/SDCCicode.h
8757
8758 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8759
8760         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8761         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8762         * src/SDCCopt.c (eBBlockFromiCode),
8763         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8764         the creation of the key hash table from the sequencing so it can be used
8765         earlier (for some GCSE bug fixes still pending)
8766
8767 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8768
8769         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8770         * support/regression/tests/addsub.c: testing genPlus shortcut
8771
8772 2003-11-15  Borut Razem <borut.razem AT siol.net>
8773
8774         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8775
8776 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8777
8778         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8779         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8780         ordering is immaterial.
8781         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8782
8783 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8784
8785         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8786         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8787         (SIGSEV) of bug #840381
8788         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8789         unlink new file before rename if new and old filenames are the same)
8790
8791 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8792
8793         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8794         uninitialized variables) for the mcs51. Set environment variable
8795         SDCC_GENRAMCLEAR to test.
8796         xdata initialization slightly shorter
8797
8798 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8799
8800         * src/SDCCsymt.h,
8801         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8802         #838241 & 780691 (basicly the same bug)
8803         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8804         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8805
8806 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8807
8808         * src/SDCCmain.c (linkEdit): "fix" #834252
8809
8810 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8811
8812         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8813         * src/SDCCast.h,
8814         * src/SDCC.y: fixed bug #819403
8815
8816 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8817
8818         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8819         the reentrant attribute.
8820         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8821         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8822         simulation
8823         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8824         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8825         erroneously reduced to a literal.
8826         * src/hc08/ralloc.c (packRegisters, rematStr),
8827         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8828         some cases
8829
8830 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8831
8832         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8833         * doc/sdccman.lyx: changed from 'article' to 'book'
8834         * doc/Makefile: readded test_suite_spec and cdbfileformat
8835
8836 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8837
8838         * device/include/stdlib.h: include malloc.h to comply with ANSI
8839         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8840
8841 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8842
8843         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8844         * doc/clean.mk: also remove *.out files
8845         * doc/sdccman.lyx: some additions, larger top/bottom margins
8846
8847 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8848
8849         * src/SDCC.y: fixed bug #837365
8850         * support/regression/tests/bitopcse.c
8851         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8852         a symbol (might be valop instead)
8853         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8854         * device/lib/clean.mk: added hc08 to the cleaning list
8855
8856 2003-11-04  Borut Razem <borut.razem AT siol.net>
8857
8858         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8859           made 2003-11-04
8860         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8861           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8862           malloc is declared in standard stdlib.h
8863
8864 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8865
8866         * device/lib/hc08/Makefile: need to clean .rel not .o files
8867         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8868
8869 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8870
8871         * src/port.h,
8872         * src/hc08/main.c,
8873         * src/mcs51/main.c,
8874         * src/ds390/main.c,
8875         * src/z80/main.c,
8876         * src/avr/main.c,
8877         * src/pic/main.c,
8878         * src/pic16/main.c,
8879         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8880         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8881         tests (which uses the port's oclsExpense function)
8882         * src/SDCC.y,
8883         * src/SDCCast.c,
8884         * src/SDCCicode.c,
8885         * src/hc08/gen.c,
8886         * src/ds390/gen.c,
8887         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8888
8889 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8890
8891         * src/SDCCcse.c (ifxOptimize),
8892         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8893         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8894         deleting the IFX iCode.
8895         * src/hc08/ralloc.c: reduced unneeded slocs
8896         * src/hc08/gen.c: fixed bug in asmopToBoolean
8897
8898 2003-11-04  Borut Razem <borut.razem AT siol.net>
8899
8900         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8901           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8902           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8903           transferred to configure
8904
8905 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8906
8907         Use headers defined in the C[++] standards:
8908         * sim/ucsim/gui.src/serio.src/fileio.cc
8909         * sim/ucsim/gui.src/serio.src/frontend.cc
8910         * sim/ucsim/gui.src/serio.src/main.cc
8911         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8912         * support/Util/NewAlloc.c
8913         * as/hc08/lklibr.c
8914         * as/mcs51/lklibr.c
8915         * as/z80/aslist.c
8916         * as/z80/assym.c
8917
8918 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8919
8920         * Added MSVC projects for hc08 assembler and linker:
8921         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8922         /as/hc08/link_hc08.dsp
8923
8924 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8925
8926         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8927
8928 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8929
8930         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8931
8932 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8933
8934         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8935
8936 2003-10-31  Borut Razem <borut.razem AT siol.net>
8937
8938         * support/cpp2/cpplib.h,
8939           support/cpp2/cpplib.c,
8940           support/cpp2/cpplex.c,
8941           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8942           to switch _asm block preprocessing on / off. Default is
8943           #pragma preproc_asm +
8944
8945 2003-10-31  Borut Razem <borut.razem AT siol.net>
8946
8947         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8948           when outputting comment blocks (when executed with -C option) and
8949           _asm (SDCPP specific) blocks
8950
8951 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8952
8953         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8954
8955 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8956
8957         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8958
8959 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8960
8961         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8962         * src/SDCCast.c (decorateType): fixed bug #832664
8963
8964 2003-10-31  Borut Razem <borut.razem AT siol.net>
8965
8966         * support/cpp2/cpplex.c: fixed for SDCPP:
8967           comments(when executed with -C option) and _asm blocks
8968           were included even if they where in skipped #if block.
8969           Applied solution from GCC cpp 3.3.2
8970
8971 2003-10-31  Borut Razem <borut.razem AT siol.net>
8972
8973         * src/SDCC.lex: sdcc now understands both formats:
8974           '# <line_number> <file_name>' and
8975           '#line <line_number> <file_name>'
8976         * support/cpp2/cppmain.c: sdcpp now generates the standard
8977           '# <line_number> <file_name>' instead of former
8978           '#line <line_number> <file_name>'
8979
8980 2003-10-30  Borut Razem <borut.razem AT siol.net>
8981
8982         * support/cpp2/cpphash.h,
8983         * support/cpp2/cpplib.h
8984         * support/cpp2/cpplex.c,
8985         * support/cpp2/cppmain.c,
8986         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8987
8988 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8989
8990         Fixed a number of problems revealed by bug #827883.
8991         * src/SDCCloop.c (loopInvariants): Spill location of the
8992         result operand should be recomputed if extracted from
8993         a loop. Also, don't extract assignments of an iTemp
8994         from a literal.
8995         * src/SDCCast.c (isConformingBody): loop reversal should
8996         not occur if the control variable is involved with a
8997         relational operator.
8998
8999 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
9000
9001         * .version: bumped to 2.3.6 to reflect the big improvements
9002         made by Erik and Klaus. Thanks!
9003
9004 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
9005
9006         Replaced the livrange code.
9007         * src/SDCClrange.c: added new LR code
9008         * src/SDCCloop.c,
9009         * src/SDCCBBlock.h: removed remainig parts from old LR code
9010         * src/ds390/ralloc.c,
9011         * src/ds390/gen.c: minor fixes to make it work with new code
9012
9013 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9014
9015         * as/hc08/asm.h,
9016         * as/hc08/lkrloc.c,
9017         * src/hc08/gen.c,
9018         * src/hc08/ralloc.c: Fix various warnings related to the hc08
9019         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
9020         (tweaked fix for bug #818696)
9021
9022 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9023
9024         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
9025
9026 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9027
9028         * src/SDCCmain.c,
9029         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
9030         * src/mcs51/gen.c (gencjneshort),
9031         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
9032         more efficient (per Scott Bronson's suggestion)
9033
9034 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9035
9036         Extended the semantics of the critical keyword to include
9037         individual statements. See RFE #827755 and #799831
9038         * src/SDCC.y
9039         * src/SDCCicode.c
9040         * src/SDCCopt.c
9041         * src/SDCCast.c
9042         * support/Util/SDCCerr.c
9043         * support/Util/SDCCerr.h
9044         * src/mcs51/gen.c
9045         * src/ds390/gen.c
9046         * src/hc08/gen.c
9047
9048 2003-10-19  Borut Razem <borut.razem AT siol.net>
9049
9050         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9051
9052 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9053
9054         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9055         Fixed bug #818696
9056         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9057         and predecrement operand is displayed
9058
9059 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9060
9061         * src/SDCCval.c (valMinus): fixed bug #826041
9062
9063 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9064
9065         Some hc08 related updates that I missed earlier
9066         * sim/ucsim/stypes.h
9067         * support/regression/ports/hc08/spec.mk
9068
9069 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9070
9071         New target "hc08" for the Motorola 68hc08 family of micros
9072
9073         * configure
9074         * configure.in
9075         * Makefile
9076         * src/hc08/*
9077         * src/SDCCmain.c
9078         * src/port.h
9079         * sim/ucsim/hc08.src/*
9080         * sim/ucsim/configure.in
9081         * src/ucsim/configure
9082         * sim/ucsim/packages_in.mk
9083         * as/hc08/*
9084         * as/Makefile
9085         * device/include/mc68hc908qy.h
9086         * device/lib/hc08/*
9087         * device/lib/Makefile.in
9088         * support/regression/ports/hc08/*
9089         * support/regression/Makefile
9090
9091 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9092
9093         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9094         regression test
9095         * src/ds390/gen.c (genCast): fixed bug #821957
9096
9097 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9098
9099         * device/lib/logf.c: "fixed" overlay bug
9100         * support/regression/ports/host/spec.mk: added m library
9101         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9102         * support/regression/tests/float_trans: added (for Eric)
9103
9104 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9105
9106         * src/mcs51/gen.c (genCpl): fixed bug
9107         http://sf.net/mailarchive/message.php?msg_id=6263915
9108
9109 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9110
9111         * src/SDCCast.c (decorateType): added extended constant folding
9112         * src/SDCCsymt.c (computeType): cleanup
9113         * src/SDCCval.c (valShift): minor optimization
9114         * support/regression/tests/ast_constant_folding.c: added
9115
9116 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9117
9118         * src/SDCCmain.c: removed some unintended changes
9119
9120 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9121
9122         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9123         * src/z80/gen.c: fixed part of bug #817589
9124         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9125
9126 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9127
9128         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9129         * src/SDCCcflow.c
9130         * src/SDCCcse.c
9131         * src/SDCCdflow.c
9132         * src/SDCClabel.c
9133         * src/SDCClrange.c
9134         * src/SDCCmem.c
9135         * src/SDCCopt.c
9136         * src/SDCCpeeph.c
9137         * src/SDCCset.c
9138         * src/avr/ralloc.c
9139         * src/ds390/ralloc.c
9140         * src/izt/ralloc.c
9141         * src/mcs51/ralloc.c
9142         * src/pic/ralloc.c
9143         * src/pic16/ralloc.c
9144         * src/xa51/ralloc.c
9145         * src/z80/ralloc.c
9146         * src/z80/gen.c: removed unused label "release:"
9147
9148 2003-10-06  Borut Razem <borut.razem AT siol.net>
9149
9150         * src/SDCC.lex: removed definition of unused variables
9151           save_optimize and save_options
9152
9153 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9154
9155         * clean.mk: removed '=' in "-maxdepth=1"
9156         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9157         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9158
9159 2003-10-06  Borut Razem <borut.razem AT siol.net>
9160
9161         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9162           my_unput() replaced by unput()
9163
9164 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9165
9166         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9167         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9168         type-punned pointer will break strict-aliasing rules"
9169         Old LR behaviour is again default; Klaus' LR can be choosen by
9170         defining the environment variable LRKLAUS
9171         * src/SDCCBBlock.h
9172         * src/SDCCloop.c
9173         * src/SDCClrange.c
9174         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9175         * clean.mk: fixed removal of files in bin/CVS/
9176         * device/lib/clean.mk: fixed removal of directories small and large
9177         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9178         * src/SDCCicode.c,
9179         * src/SDCCval.c: removed superflous test for pedantic
9180
9181 2003-10-05  Borut Razem <borut.razem AT siol.net>
9182
9183         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9184           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9185           message "unmatched #pragma SAVE and #pragma RESTORE"
9186
9187 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9188
9189         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9190           assembly, critical functions, atomic, nojtbound)
9191
9192 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9193
9194         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9195         * src/SDCCBBlock.h
9196         * src/SDCCloop.c
9197         * src/SDCCloop.h
9198         * src/SDCClrange.c
9199
9200 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9201
9202         * src/z80/gen.h,
9203         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9204         * src/mcs51/gen.h
9205         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9206         * src/ds390/gen.h
9207         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9208         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9209         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9210
9211 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9212
9213         * src/z80/gen.c (genRet): fixed bug #524753
9214         * src/z80/gen.c (genCast): fixed internal error on cast from
9215         pointer to long
9216         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9217         fix for bug #477835 to the z80
9218         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9219         for tracking iCodes in the peephole optimizer for z80
9220
9221 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9222
9223         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9224         the other part of bug #814548
9225         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9226
9227 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9228
9229         * src/SDCCcse.c: fixed part of bug #814548
9230
9231 2003-09-28  Borut Razem <borut.razem AT siol.net>
9232
9233         * src/asm.c: rewrite of printILine() to use temporary file instead
9234           a pipe
9235         * src/xa51/main.c: commented out declaration of int rewinds
9236
9237 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9238
9239         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9240
9241 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9242
9243         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9244         * src/asm.c (printILine): Fixed bug #811015
9245
9246 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9247
9248         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9249         freeing.
9250
9251 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9252
9253         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9254         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9255         to correctly handle general case of AOP_PAIRPTR
9256         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9257
9258 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9259
9260         * src/mcs51/ralloc.c (fillGaps),
9261         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9262         register positioning bug)
9263
9264 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9265
9266         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9267
9268 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9269
9270         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9271         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9272         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9273         (ralloc doesn't intentionally do this now, but perhaps later)
9274         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9275         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9276         register positioning bugs (Fixed bug #762602 and #795325)
9277         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9278         (Fixed bug #808779)
9279         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9280         lines that --i-code-in-asm generates
9281
9282 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9283
9284         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9285         trying to fclose a FILE* that was already closed.
9286
9287 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9288
9289         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9290         of const struct should be treated as if const themselves)
9291
9292 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9293
9294         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9295
9296 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9297
9298         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9299         Unix (/n) and DOS (/r/n) line terminations.
9300
9301 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9302
9303         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9304         bug #613775
9305
9306 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9307
9308         * src/mcs51/gen.c (genFunction, genEndFunction),
9309         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9310         and restore of EA so that stack offsets to parameters are
9311         correct when using both critical and reentrant/stack-auto.
9312         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9313         size (can be triggered in error if sloc is shared between
9314         different sized objects)
9315         * device/include/float.h: fixed macros to explicitly use
9316         unsigned long where needed
9317
9318 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9319
9320         Feature req. 799831: added code to allow nesting of critical functions
9321         * src/mcs51/gen.c (genFunction, genEndFunction)
9322         * src/ds390/gen.c (genFunction, genEndFunction)
9323
9324 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9325
9326         * src/SDCCsymt.c (sclsFromPtr),
9327         * src/SDCCsymt.h,
9328         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9329         support for standard C idiom of memory mapped variables; for
9330         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9331         to xdata int at 0x1234 tempvar = 1.
9332         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9333         provided by Akiya ISHIDA
9334
9335 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9336
9337         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9338         * src/SDCCval.c (constVal): added reduction from int to char
9339         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9340         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9341         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9342         to ignore the sign
9343         * support/regression/tests/shifts.c: fixed
9344
9345 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9346
9347         * src/z80/gen.c (genXor): Fixed bug #805445
9348
9349 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9350
9351         Fixed bug #621531 (const & volatile confusion in the type chain).
9352         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9353         refer to the const or volatile state of the pointer itself.
9354
9355         * src/SDCCast.c
9356         * src/SDCCglue.c
9357         * src/SDCCicode.c
9358         * src/SDCCsymt.c
9359         * src/SDCCval.c
9360         * src/SDCC.y
9361         * src/SDCCsymt.h
9362         * src/pic/gen.c
9363         * src/pic/ralloc.c
9364         * src/pic16/gen.c
9365         * src/pic16/ralloc.c
9366         * support/regression/tests/const.c
9367
9368 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9369
9370         When checking for duplicated modules, use absolute paths
9371         instead of relative paths.  Files changed:
9372
9373         * as/mcs51/lklib.c
9374         * link/z80/lklib.c
9375
9376 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9377
9378         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9379
9380 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9381
9382         * device/include/string.h: added size_t typedef, changed
9383         prototypes to use size_t, eliminated separate reentrant and
9384         non-reentrant declarations, added _memmove declaration
9385         * device/lib/_memcpy.c: changed to use size_t instead of int,
9386         changed /4 to >>2 to avoid division library call
9387         * device/lib/_memcmp.c,
9388         * device/lib/_memset.c,
9389         * device/lib/_strncat.c,
9390         * device/lib/_strncpy.c,
9391         * device/lib/_strncmp.c: changed to use size_t instead of int
9392         * device/lib/_memmove.c: new file (fixed bug #772294)
9393         * device/lib/Makefile.in: added _memmove.c
9394         * device/lib/z80/asm_strings.s: fixed bug #772290
9395         * support/regression/tests/bitfields.c: attempt to fix host assertion
9396         failure on amd64-unknown-linux2.2
9397
9398 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9399
9400         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9401         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9402         * as/z80/asmain.c (main): fixed bug #801766
9403
9404 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9405
9406         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9407         compilers
9408
9409 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9410
9411         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9412         reported in bug #800609
9413
9414 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9415
9416         * Top header beautifications in src/pic16 directory:
9417           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9418           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9419           pcoderegs.h, ralloc.c, ralloc.h
9420         * main.c: added top header and GPL license notice
9421         * pcode.c: fixed the if-conditional warning
9422
9423 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9424
9425         * device/lib/_mullong.c: replaced int by short for gcc
9426
9427 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9428
9429         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9430         and JUMPTABLE iCodes properly now (worked by accident before)
9431         * src/mcs51/gen.c (leftRightUseAcc),
9432         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9433         iCode properly now. Use getSize instead of nRegs since a & b
9434         aren't part of the nRegs tally.
9435
9436 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9437
9438         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9439         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9440           before instructions that use the _STATUS register
9441
9442 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9443
9444         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9445         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9446         fetching of the pointer
9447         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9448         copied from genNearPointerSet()
9449         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9450         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9451         If they pop r0/r1 they must be called in the opposite order than aopOp().
9452         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9453         (resp. --stack-auto), prepared for --xstack
9454
9455 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9456
9457         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9458
9459 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9460
9461         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9462         these ports have their own __sdcc_external_start()
9463
9464 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9465
9466         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9467         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9468         type for bits was changed. It resulted in bit variables becoming
9469         global, which is not permitted in PIC 14 assembly output.
9470
9471 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9472
9473         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9474
9475 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9476
9477         Z80 and MCS51 linkers complaint if a public symbol is defined
9478         in more than one library module:
9479
9480         * as/mcs51/lklib.c
9481         * link/z80/lklib.c
9482         * as/mcs51/Makefile.in
9483
9484 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9485
9486         A few small changes that speed up the peephole optimizer.
9487
9488         * src/SDCCpeeph.c
9489
9490 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9491
9492         Try to make the peephole optimizer smarter by maintaining
9493         an association between the assembly source code and the
9494         iCodes that originated them. Put this information to use
9495         with a new peephole rule condition "notVolatile" so that
9496         the rules can be aggressive yet still safe.
9497
9498         * src/SDCCpeeph.c
9499         * src/SDCCpeeph.h
9500         * src/mcs51/gen.c
9501         * src/mcs51/peeph.def
9502
9503 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9504
9505         Fixed bug #741761
9506
9507         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9508         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9509         if the left or right operand symbols have the accuse flag set.
9510
9511 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9512
9513         Changed the type of the result of the ! (NOT) operator to char;
9514         previously it returned the same type as the source. This allows
9515         us to eliminate all the genFloatNot functions (all of its target
9516         implementations were very buggy) since !float can use the same
9517         code as !long now.
9518
9519         * src/SDCCicode.c (ast2iCode): ! returns char
9520         * src/mcs51/gen.c (genNot, genNotFloat),
9521         * src/ds390/gen.c (genNot, genNotFloat),
9522         * src/z80/gen.c (genNot, genNotFloat),
9523         * src/pic/gen.c (genNot, genNotFloat),
9524         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9525
9526 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9527
9528         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9529         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9530            during interrupts. Ensure WSAVE is located at a shared bank address.
9531         2. Fixed page selection in some places
9532         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9533            the registers name strings.
9534         4. Fixed "signed / unsigned compare" compiler warnings.
9535         5. The PIC port manages its own allocation of the general purpose
9536            registers, but makes no attempt to reuse them. As a result when
9537            compiling it soon runs out of general purpose registers. Some
9538            additional code was added to the files pcode.c and device.c to walk
9539            through the function call tree and rename the registers so that they
9540            get reused.
9541
9542         * src/pic/device.c
9543         * src/pic/gen.c
9544         * src/pic/glue.c
9545         * src/pic/pcode.c
9546         * src/pic/pcode.h
9547         * src/pic/ralloc.c
9548         * src/pic/ralloc.h
9549         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9550         genPlus() & genMinus() when the result is the same as left or right
9551
9552 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9553
9554         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9555
9556 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9557
9558         Made bitfield a distinct type from bit so that bitfields
9559         convert as per ANSI C and bits retain their traditional
9560         boolean style behaviour. Implemented bitfield support in
9561         the z80 port.
9562
9563         * src/SDCCsymt.h,
9564         * src/SDCCsymt.c,
9565         * src/SDCCast.c,
9566         * src/cdbFile.c,
9567         * src/mcs51/gen.c,
9568         * src/ds390/gen.c: bit v bitfield split
9569         * src/z80/gen.c: New support for bitfields
9570         * support/regression/tests/bitfields.c: reenabled z80,
9571         added more tests
9572
9573 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9574
9575         Rules 246.x, 247.x relate to bitfields, the others speed up
9576         access to xdata mapped I/O devices.
9577
9578         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9579
9580 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9581
9582         Cleaned up genPackBits and genUnpackBits and added two helper
9583         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9584         for literal assignments in genPackBits (thanks to Frieder for
9585         reminding me).
9586
9587         * src/mcs51/gen.c
9588         * src/ds390/gen.c
9589
9590 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9591
9592         Fixed bug #748310 (pointer to function type mishandled when the
9593         function name is omitted). Also fixed a SIGSEGV when a function
9594         attribute (reentrant, etc) is used on a non-function or on a
9595         function but misplaced before the parameter list.
9596
9597         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9598         bug #748310
9599         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9600         * support/Util/SDCCerr.h,
9601         * support/Util/SDCCerr.c: Added func attr misuse error msg
9602
9603 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9604
9605         Fixed bug #787649 by anonymous
9606         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9607         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9608
9609 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9610
9611         Fixed numerous bitfield problems.
9612
9613         * src/SDCC.y: More bitfield related error checking
9614         * src/SDCCsymt.h,
9615         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9616         * support/Util/SDCCerr.h,
9617         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9618         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9619         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9620         * support/regression/tests/bitfields.c: tests added
9621
9622 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9623
9624         Made the constant following the "interrupt" keyword optional. If
9625         omitted, the function will not automatically be given an entry
9626         in the interrupt vector table (similar to #pragma NOIV, but
9627         less syntacticly kludgy). The interrupt number is also now
9628         range checked. Also fixed a bug in the high order bit example
9629         in the manual.
9630
9631         * src/SDCC.y
9632         * src/SDCCmem.c
9633         * src/SDCCglue.c
9634         * src/SDCCsymt.h
9635         * support/Util/SDCCerr.c
9636         * support/Util/SDCCerr.h
9637         * doc/sdccman.lyx
9638
9639 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9640
9641         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9642         * src/SDCCicode.c (operandOperation): rewritten some ops
9643         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9644         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9645         other type
9646         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9647         be re-activated by defining REDUCE_LITERALS)
9648         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9649         unsigned, but are signed by default
9650         * src/SDCCval.c (constVal): rearranged
9651         * src/SDCCval.c (valMod): preliminary fix
9652         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9653         * support/regression/literalop.c: added, work in progress
9654
9655 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9656
9657         Generate warnings for useless declarations like "char data;"
9658         that don't do what new users expect.
9659
9660         * src/SDCC.y
9661         * support/Util/SDCCerr.h
9662         * support/Util/SDCCerr.c
9663
9664 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9665
9666         * src/SDCCval.c (valMult): fix overflow detection of negative int
9667
9668 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9669
9670         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9671
9672         Changes to support big endian targets:
9673
9674         * src/ports.h
9675         * src/SDCCglue.c
9676         * src/avr/main.c
9677         * src/ds390/main.c
9678         * src/izt/i186.c
9679         * src/mcs51/main.c
9680         * src/pic/main.c
9681         * src/pic16/main.c
9682         * src/xa51/main.c
9683         * src/z80/main.c
9684
9685 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9686
9687         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9688         * device/lib/time.c: fixed warning "integer overflow in expression"
9689
9690 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9691
9692         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9693         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9694         constants are unsigned; added recognition of "u" flag for unsigned
9695         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9696         * src/SDCCval.c (valDiv, valMod): fixed signdness
9697         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9698         signedness of modulo, left and right shift
9699         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9700         * support/Util/SDCCerr.h: added warning W_INT_OVL
9701         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9702         * src/SDCCast.c (ast_print): improved output of constants
9703
9704 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9705
9706         Fixed some warnings when building with MSVC:
9707
9708         * as/mcs51/asdata.c
9709         * as/z80/asdata.c
9710         * as/mcs51/asm.h
9711         * as/z80/asm.h
9712         * link/z80/aslink.h
9713         * link/z80/lkdata.c
9714         * link/z80/lkeval.c
9715         * link/z80/lkgb.c
9716         * link/z80/lkihx.c
9717         * link/z80/lks19.c
9718         * link/z80/lksym.c
9719         * support/cpp2/cpplib.c
9720         * src/ds390/gen.c
9721         * src/mcs51/gen.c
9722
9723 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9724
9725         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9726
9727 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9728
9729         * support/librarian/clean.mk: Do not remove Makefile.
9730         * support/librarian/Makefile: added.
9731
9732 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9733
9734         Added librarian to MSVC build:
9735         * all.dsp
9736         * sdcc.dsw
9737         * support/librarian/librarian.dsp
9738
9739         'configure' not needed for librarian, removed:
9740         * support/librarian/configure
9741         * support/librarian/configure.in
9742         * support/librarian/config_in.h
9743         * support/librarian/Makefile.in
9744
9745         Hopefully these ones built the librarian and the rest of sdcc properly:
9746         * Makefile
9747         * Makefile.common.in
9748
9749         Messed up 'configure', so revert to previous version:
9750         * configure
9751         * configure.in
9752
9753 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9754
9755         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9756         there, while the mantissa of a double is "only" 53 bits wide.
9757
9758 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9759
9760         Adding sdcclib to the build.  MSVC project coming soon.
9761         Files added/changed:
9762
9763         * support/librarian/clean.mk
9764         * support/librarian/configure
9765         * support/librarian/configure.in
9766         * support/librarian/config_in.h
9767         * support/librarian/Makefile.bcc
9768         * support/librarian/Makefile.in
9769         * support/librarian/sdcclib.c
9770         * Makefile.bcc
9771         * Makefile
9772         * Makefile.common.in
9773         * configure
9774         * configure.in
9775
9776 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9777
9778         Linker now complaints if linked modules have conflicting options, for
9779         example, one compiled using --model-large and another one compiled with
9780         --model-small.  The following files were modified:
9781
9782         * as/mcs51/asdata.c
9783         * as/mcs51/aslink.h
9784         * as/mcs51/asm.h
9785         * as/mcs51/asmain.c
9786         * as/mcs51/asout.c
9787         * as/mcs51/i51pst.c
9788         * as/mcs51/lkdata.c
9789         * as/mcs51/lklibr.c
9790         * as/mcs51/lkmain.c
9791         * as/z80/asdata.c
9792         * as/z80/asm.h
9793         * as/z80/asmain.c
9794         * as/z80/asout.c
9795         * as/z80/z80pst.c
9796         * link/z80/aslink.h
9797         * link/z80/lkdata.c
9798         * link/z80/lklibr.c
9799         * link/z80/lkmain.c
9800         * src/SDCCglue.c
9801
9802 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9803
9804         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9805         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9806
9807 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9808
9809         * src/z80/mappings.i: fix _mul[us][int,long] entries
9810
9811 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9812
9813         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9814
9815 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9816
9817         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9818         * support/regression/tests/bitopcse.c: added
9819         fixed warning:
9820         * src/avr/gen.c:
9821         * src/pic/gen.c:
9822         * src/pic16/gen.c:
9823         * src/z80/gen.c:
9824         * src/xa51/gen.c:
9825
9826 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9827
9828         added support for new library format to z80, gbz80 linkers:
9829         *link/z80/aslink.h
9830         *link/z80/lklex.c
9831         *link/z80/lklib.c
9832         *link/z80/lklist.c
9833
9834 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9835
9836         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9837         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9838
9839 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9840
9841         added DUMMY_READ_VOLATILE:
9842         * src/SDCC.y:
9843         * src/avr/gen.c:
9844         * src/xa51/gen.c:
9845         * src/z80/gen.c:
9846         * src/pic/gen.c:
9847         * src/pic16/gen.c:
9848         * src/mcs51/gen.c:
9849         * src/ds390/gen.c:
9850         * src/SDCCcse.c (algebraicOpts): many improvements
9851         * src/SDCCcse.h: removed algebraicOpts()
9852         * src/SDCCicode.c (picDummyRead): added
9853
9854 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9855
9856         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9857         "Insufficient space in data memory".
9858
9859 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9860
9861         * src/mcs51/gen.c: fixed bug #771358
9862         * src/z80/gen.c: fixed bug #759087
9863
9864 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9865
9866         * src/pic16/glue.c: minor cleanup by Vangelis
9867
9868 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9869
9870         * device/include/regc515c.h: fixed #758477
9871         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9872         * device/lib/_gptrput.c: saved a few bytes
9873         * my tab spacing is 8, yours too?)
9874         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9875         * device/lib/serial.c: process RX bytes earlier than TX bytes
9876         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9877
9878 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9879
9880         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9881
9882 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9883
9884     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9885
9886 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9887
9888         * device/lib/Makefile.in: bad fix, reverted to 1.43
9889
9890 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9891
9892         * device/lib/Makefile.in: added missing z80 object files
9893
9894 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9895
9896         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9897         pic16 progress by Vangelis:
9898         * src/SDCCglobl.h:
9899         * src/SDCCmain.c:
9900         * src/pic/Makefile:
9901         * src/pic:
9902         * pic/Makefile:
9903         * pic16/device.c:
9904         * pic16/device.h:
9905         * pic16/gen.c:
9906         * pic16/gen.h:
9907         * pic16/genarith.c:
9908         * pic16/glue.c:
9909         * pic16/main.c:
9910         * pic16/pcode.c:
9911         * pic16/pcode.h:
9912         * pic16/pcodepeep.c:
9913         * pic16/peeph.def:
9914
9915 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9916
9917     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9918
9919 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9920
9921     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9922     added gbz80 build to MSVC project.
9923     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9924     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9925     from 8051 stuff and setup so it links using a .lnk file.
9926
9927 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9928
9929     * support/librarian/sdcclib.c: sdcc librarian.
9930     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9931     with sdcclib.
9932
9933 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9934
9935     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9936
9937 2003-07-02  Borut Razem <borut.razem AT siol.net>
9938
9939         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9940         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9941         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9942         src/xa51/main.c, src/z80/main.c:
9943         virtualization of glue() function: each port has it's own glue function,
9944         which is accessed by do_glue function pointer in PORT.general structure
9945
9946 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9947
9948         * DS800C400 fun, improved ROM interface and tinibios.
9949
9950 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9951
9952         * More support for DS80C400. Now includes beginning of interface to ROM.
9953
9954 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9955
9956         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9957
9958 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9959
9960         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9961
9962 2003-06-19  Borut Razem <borut.razem AT siol.net>
9963
9964         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9965
9966 2003-06-19  Borut Razem <borut.razem AT siol.net>
9967
9968         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9969         fixed Z80 port - crt0.o: cannot open.
9970
9971 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9972
9973         * support/Util/MySystem.c (merge_command): revert bad fix
9974
9975 2003-06-18  Borut Razem <borut.razem AT siol.net>
9976
9977         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9978
9979 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9980
9981         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9982         option --use-stdout sends errors to stdout instead of stderr.
9983
9984 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9985
9986         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9987
9988 2003-06-15  Borut Razem <borut.razem AT siol.net>
9989
9990         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9991         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9992         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9993         fixed width array of pointers replaced with sets;
9994         multiple include and lib paths ared transferred to preprocessor and linker
9995         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9996         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9997         fixed width array of pointers
9998         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9999         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
10000         fixupPath(), getPathDifference()
10001         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
10002         fixed width array of pointers
10003
10004 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
10005
10006         * src/pic16/ralloc.c: fix warnings
10007         * src/pic16/pcode.c: fix warning
10008
10009 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
10010
10011          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
10012         know all the details, but essentially this set of changes enable
10013         the pic16 port to generate movff instructions and generate assembler
10014         directives,
10015         * src/SDCCmain.c:
10016         * src/pic16/gen.c:
10017         * src/pic16/glue.c:
10018         * src/pic16/pcode.c:
10019         * src/pic16/device.c:
10020         * src/pic16/main.c:
10021         * src/pic16/pcode.h:
10022         * src/pic16/pcoderegs.c:
10023         * src/pic16/ralloc.c:
10024         * src/pic16/ralloc.h:
10025
10026 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10027
10028         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10029         added option --vc, so sdcc errors and warnings are compatible with
10030         Microsoft Visual Studio.
10031
10032 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10033
10034         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
10035           device/lib/libfloat.lib: added atof function.
10036
10037 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
10038
10039         * doc/sdccman.lyx: updated to Lyx 1.3
10040         * doc/cdbfileformat.lyx: updated to Lyx 1.3
10041         * doc/test_suite_spec.lyx: updated to Lyx 1.3
10042         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
10043
10044 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
10045
10046         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10047
10048 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10049
10050         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10051           additions to the "related tools/documentation" section
10052
10053 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10054
10055         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10056
10057 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10058
10059         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10060         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10061
10062 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10063
10064         * doc/sdccman.lyx: fix double dash and other minor things
10065         * doc/Makefile: fix double dash
10066
10067 2003-05-28  Karl Bongers(patches from Martin Helmling)
10068         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10069           condition and ignore commands.
10070
10071 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10072
10073         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10074           is in parts still quite out of date, I did changes as far as I felt makes sense
10075           for a non-native english speaker.
10076           Please feel free to add to the manual or to correct my changes.
10077         * doc/Makefile: undid touching the date of intermediate tex files.
10078
10079 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10080
10081         * doc/sdccman.lyx: Manual has an index now
10082
10083 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10084
10085         Finalize muluint/mulsint and mululong/mulslong merging:
10086         * device/lib/_mulint.c
10087         * device/lib/_mullong.c
10088         * device/lib/gbz80/mul.s
10089         * device/lib/gbz80/stubs.s
10090         * device/lib/z80/mul.s
10091         * device/lib/z80/stubs.s
10092         * src/SDCCsymt.c (initCSupport)
10093
10094 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10095
10096         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10097         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10098           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10099           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10100           instead of /Zm500.
10101
10102 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10103
10104         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10105           the regression tests I'm not brave enough to enable 245.b, 245.c
10106         * doc/sdccman.lyx: added latex preamble for hyperref package.
10107           Using pdflatex this will give you a hyperlinked pdf file with
10108           bookmarks. (prepend '%' before /usepackage if this breaks something)
10109
10110 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10111
10112          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10113
10114 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10115
10116         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10117
10118 2003-05-21    <johan AT balder>
10119
10120         * src/SDCCglue.c (printIval): fixed bug #739934
10121
10122 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10123
10124         Applied patch from bug 737905 (renamed yylineo to mylineno):
10125         * src/altlex.c
10126         * src/SDCCast.c
10127         * src/SDCglobl.h
10128         * src/SDCC.lex
10129         * src/SDCCsymt.c
10130         * src/SDCCval.c
10131         * src/pic16/pcode.c: Cleaned warnings
10132         * src/pic16/pcodeflow.c: Cleaned warnings
10133         * src/pic16/pcoderegs.c: Cleaned warnings
10134
10135 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10136
10137         * src/pic16/pcode.c: Cleaned warnings
10138         * src/pic16/pcodepeep.c: Cleaned warnings
10139         * src/pic16/ralloc.c: Cleaned warnings
10140
10141 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10142
10143         * doc/sdccman.lyx: fixed bug 739745
10144         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10145
10146 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10147
10148         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10149         it can be defined with CFLAGS when running configure
10150         * src/SDCCmain.c: fixed compiling + linking with object files
10151
10152 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10153
10154         * configure.in: configure for pic16 port,
10155             added --disable-pic16-port
10156         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10157         * src/SDCCmain.c: linkOptions is changed to set *,
10158             added if/endif conditional macros to remove options help
10159             messages from optionsTable when a port is not configured, added
10160             support for the PIc16 port in the ports table, when executing
10161             the compiler with no port specified on command line, a default
10162             port is selected with the new macro DEFAULT_PORT which is
10163             defined in port.h, in setDefaultOptions() linkOptions is removed
10164             from initialization assignment, since now it is a set,
10165             parseCmdLine uses setParseWithComma for linkOptions, in
10166             linkEdit() linkOptions are accessed with new function indexSet()
10167             which returns the i'th item of a set variable. See SDCCset.c, in
10168             linkEdit() when calling buildCmdLine(), added linkOptions as
10169             last argument. Now users can pass arguments to gplink via the
10170             -Wl option, main() uses pic16glue() to glue up pic16 programs
10171         * src/SDCCpeeph.c: various changes to support pic16
10172         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10173             return the i'th item of the set
10174         * src/SDCCset.h: added function prototype for indexSet()
10175         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10176         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10177         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10178             added macro DEFAULT_PORT
10179         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10180         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10181             generated
10182         * src/pic16/glue.c: commented out some error producing lines
10183         * src/pic16/main.c: __config directives are commented out to stop
10184             gpasm complaining and test the linkage with gplink, _linkCmd and
10185             _asmCmd changed to be more gplink and gpasm friendly
10186         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10187             produced an error when parsed, peep rule 12 is added to utilize
10188             movff, but it is commented out since the pCode does not support
10189             yet a command with 2 address arguments
10190
10191 2003-05-18    <johan AT balder>
10192
10193         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10194         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10195 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10196
10197         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10198   Added feature to script commands from file.
10199
10200 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10201
10202         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10203         * src/SDCCutil.c: include ctype.h for win32
10204
10205 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10206
10207         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10208
10209 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10210
10211         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10212   Fixed so you can set breakpoints prior to run, run does not stop
10213   on entry now.  Add tbreak.  Other enhancements and fixes for use
10214   with ddd.
10215
10216 2003-05-12  Borut Razem <borut.razem AT siol.net>
10217
10218         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10219
10220 2003-05-11  Borut Razem <borut.razem AT siol.net>
10221
10222         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10223         the path of bin directory, so that PATH is the only env. variable, which has to be set
10224         in case of standard installation.
10225         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10226         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10227         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10228
10229 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10230
10231         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10232         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10233         temp files are in the port dir; clean the gen/test directory when
10234         generating new test.c
10235         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10236         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10237         * support/regression/tests/zeropad.c: added
10238
10239 2003-05-09    <johan AT balder>
10240
10241         * src/SDCCglue.c: fixed bug #597940
10242
10243 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10244
10245         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10246   cache sfr, optimize next,step, fix off by one sourceline,
10247   support ddd list function.
10248         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10249
10250 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10251
10252         * support/regression/HTMLgen.py: added compare_s2f()
10253         * support/regression/Makefile: redo 1.27
10254         * support/regression/generate-cases.py: redo 1.5
10255
10256 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10257
10258         * support/regression/tests/float.c: workaround 33 bit hex constant
10259         * support/regression/tests/simplefloat.c: fix division for host
10260
10261 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10262
10263         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10264         that tame's the PIC's over-aggressive optimizer.
10265
10266 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10267
10268          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10269          support for MSVC.
10270
10271 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10272
10273         Initial support for DS80C400. "Hello world" runs on TINIm400
10274         (with polled I/O).
10275
10276 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10277
10278          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10279          * Some notes on ddd usage added in debugger/README
10280          Martin Helmling adding more features and fixes for ddd GUI debugger.
10281          Code added for nexti, stepi, up, down, and other adjustments.
10282
10283 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10284
10285         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10286         * src/pic/peeph.def Added two rules to optimize carry manipulation
10287         * src/pic/* removed debug printfs
10288
10289 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10290
10291         * debugger/mcs51/cmd.c: added header newalloc.h
10292
10293 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10294
10295         * as/Makefile: new EXEEXT
10296         * as/z80/Makefile: remove trailing slash of BUILDIR
10297         * as/z80/clean.mk: new EXEEXT
10298         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10299         * support/cpp2/Makefile.in: new EXEEXT
10300         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10301
10302 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10303
10304         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10305         EXEEXT was introduced to fix all related problems with targets
10306         "clean", "install" and "uninstall"; a couple of further flaws
10307         especially with "clean" have been fixed too
10308         * as/mcs51/Makefile.in
10309         * as/mcs51/clean.mk
10310         * as/z80/Makefile
10311         * Makefile
10312         * clean.mk
10313         * debugger/mcs51/Makefile.in
10314         * debugger/mcs51/clean.mk
10315         * link/z80/Makefile
10316         * link/z80/Makefile.in
10317         * link/z80/clean.mk
10318         * link/Makefile
10319         * packihx/Makefile.in
10320         * packihx/clean.mk
10321         * sim/ucsim/Makefile
10322         * sim/ucsim/clean.mk
10323         * sim/ucsim/avr.src/Makefile.in
10324         * sim/ucsim/avr.src/clean.mk
10325         * sim/ucsim/s51.src/Makefile.in
10326         * sim/ucsim/s51.src/clean.mk
10327         * sim/ucsim/xa.src/Makefile.in
10328         * sim/ucsim/xa.src/clean.mk
10329         * sim/ucsim/z80.src/Makefile.in
10330         * sim/ucsim/z80.src/clean.mk
10331         * sim/ucsim/main_in.mk
10332         * sim/ucsim/packages_in.mk
10333         * sim/ucsim/gui.src/Makefile.in
10334         * sim/ucsim/gui.src/serio.src/Makefile.in
10335         * sim/ucsim/gui.src/serio.src/clean.mk
10336         * src/Makefile.in
10337         * src/clean.mk
10338         * support/cpp2/Makefile.in
10339         * support/cpp2/clean.mk
10340         * support/makebin/Makefile
10341         * support/makebin/clean.mk
10342         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10343         * doc/sdccman.lyx: --program-suffix no longer needed
10344
10345 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10346
10347          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10348          Martin Helmling added support for ddd GUI debugger.
10349          Code added to display assembly, set variables, and other commands
10350          to interface to ddd.
10351
10352 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10353
10354         * as/Makefile: fix target clean
10355         * as/clean.mk: fix target clean
10356         * as/z80/clean.mk: fix target clean
10357
10358 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10359
10360         * Makefile.common.in: added  AT EXEEXT AT
10361         * configure.in: removed all mingw32 stuff
10362         * configure: rebuilt from configure.in
10363         * doc/sdccman.lyx: updated section "installation"
10364         * support/scripts/sdcc_mingw32: adapted to configure
10365         * support/scripts/sdcc_cygwin_mingw32: added
10366
10367 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10368
10369         * src/pic Added object file support for the PIC port
10370         * src/pic Applied patch from Craig Franklin (this started the object file support)
10371         * src/regression Updated the PIC regression tests for object files
10372
10373 2003-04-20  Borut Razem <borut.razem AT siol.net>
10374
10375         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10376           lklex.c: In function `getfid':
10377           lklex.c:203: warning: array subscript has type `char'
10378         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10379           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10380         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10381           stack handling macros
10382
10383 2003-04-19  Borut Razem <borut.razem AT siol.net>
10384
10385         * "handling space characters in file path" task:
10386         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10387         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10388         * support/Util/MySystem.h: make it self-sufficient
10389         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10390           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10391           handling space characters in file path
10392         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10393           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10394         * support/Util/MySystem.c: handling space characters in executable's path
10395
10396 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10397
10398         * as/z80/Makefile: fix permanent rebuild of z80
10399         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10400         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10401
10402 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10403
10404         * src/SDCCopt.c: add special case optimization to replace modulo by
10405           a power of two with a bitwise AND.
10406
10407 2003-04-18    <johan AT balder>
10408
10409         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10410
10411 2003-04-17    <johan AT balder>
10412
10413         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10414         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10415
10416 2003-04-13  Borut Razem <borut.razem AT siol.net>
10417
10418         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10419         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10420           fixed mingw problem in adl_NORMALIZE_PATH
10421
10422 2003-04-12  Borut Razem <borut.razem AT siol.net>
10423
10424         * fixed "#pragma SAVE/RESTORE can not be nested":
10425         * src/SDCC.lex: reworked pragma handling functions
10426         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10427         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10428
10429 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10430
10431         * src/SDCCutil.c (pathEquivalent): defined but not used
10432         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10433         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10434         * configure: rebuilt from configure.in
10435         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10436         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10437         * device/include/Makefile.in: replace sdcc_datadir
10438         * device/lib/Makefile.in: replace sdcc_datadir
10439         * Makefile.common.in: add LDFLAGS from configure
10440         * packihx/Makefile.in: use LDFLAGS
10441         * src/Makefile.in: use LDFLAGS
10442         * support/cpp2/Makefile.in: add LDFLAGS from configure
10443         * support/makebin/Makefile: use LDFLAGS
10444         * .version: bumped version number to 2.3.5
10445
10446 2003-04-12  Borut Razem <borut.razem AT siol.net>
10447
10448         * completed "different paths" task:
10449         * src/SDCCmacro.c: fixed bug in handling quotes
10450         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10451         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10452
10453 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10454
10455         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10456
10457 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10458
10459         * ds390/gen.c ds390/peeph.def: fix bug 706781
10460
10461 2003-04-11  Borut Razem <borut.razem AT siol.net>
10462
10463         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10464
10465 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10466
10467         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10468         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10469          set - this bit used to not be set...).
10470         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10471           bad code in PIC Port
10472         * src/regression/and2.c added to test bug 609268
10473         * src/regression/Makefile added and2.c to regression test
10474
10475
10476 2003-04-08    <johan AT CP255758-A>
10477
10478         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10479         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10480         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10481
10482 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10483
10484         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10485         fix bug #487815
10486         * support/cpp2/Makefile.in: fix bug #487815
10487         * configure: rebuilt from configure.in
10488         * Makefile.common.in: docdir changed, new path suffixes
10489         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10490         * sdcc_vc_in.h: reflect changes from sdccconf.h
10491         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10492         * src/SDCCutil.h: remove BINDIR hack
10493         * doc/sdccman.lyx: update new path hierarchy
10494
10495 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10496
10497         * src/SDCCpeeph.c: added okToRemoveSLOC test
10498
10499 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10500
10501         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10502
10503 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10504
10505         * src/SDCCpeeph.c: added labelIsReturnOnly test
10506         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10507
10508 2003-04-05    <johan AT balder>
10509
10510         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10511         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10512         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10513         * src/SDCCast.c: fixed a warning
10514         * src/SDCCast.h: fixed a warning
10515         * src/SDCCicode.c (operandFromAst): fixed a warning
10516
10517 2003-04-04    <johan AT balder>
10518
10519         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10520         * src/SDCCast.c (decorateType): fixed bug #715076
10521         * src/SDCC.y: fixed bug #702907
10522
10523 2003-04-03    <johan AT balder>
10524
10525         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10526         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10527         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10528         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10529         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10530
10531 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10532
10533         * _decdptr.c: fix return values
10534         * _gptrget.c: fix return values
10535         * _gptrgetc.c: fix return values
10536         * _gptrput.c: fix return values
10537         * _mulint.c: fix return values
10538         * as/z80/Makefile: fix 'make -j' problem
10539
10540 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10541
10542         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10543         * configure.in: big cleanup, updated to autoconf 2.5x
10544         * configure: rebuilt from configure.in
10545         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10546         * sdcc_vc_in.h: reflect changes from sdccconf.h
10547         * doc/Makefile: fixed a flaw in "make install"
10548
10549 2003-04-02    <johan AT balder>
10550
10551         * src/ds390/gen.c (genCmp): no comments
10552         * src/mcs51/gen.c (genCmp): no comments
10553         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10554         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10555
10556 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10557
10558         * support/regression/generate-cases.py: place generated file in given sub directory
10559         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10560         * support/regression/Makefile: improvements for 'make -j';
10561         side effect: it's simpler and faster now
10562
10563 2003-03-31  Borut Razem <borut.razem AT siol.net>
10564
10565         * src/z80/main.c: link-{port} and as-{port} defined without path
10566         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10567
10568 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10569
10570         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10571
10572 2003-03-30  Borut Razem <borut.razem AT siol.net>
10573
10574         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10575           changed type of list parameter to set
10576         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10577         * src/port.h: changed type of do_assemble() parameter to set
10578         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10579           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10580           definition of "cppoutfilename" macro with NULL value in preProcess()
10581         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10582         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10583         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10584           replaced with set *binPathSet
10585         * shash_add() deallocates the item, if allready exsists, before adding the new one
10586         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10587
10588 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10589
10590         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10591           a nested for loop bug in the PIC port
10592         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10593           for loops
10594
10595 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10596
10597         * support/Util/dbuf.h: remove C++ stuff to make it portable
10598
10599 2003-03-28  Borut Razem <borut.razem AT siol.net>
10600
10601         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10602           literal strings in stringLiteral()
10603         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10604         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10605           to the project
10606
10607 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10608
10609         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10610
10611 2003-03-26    <johan AT balder>
10612
10613         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10614         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10615         * src/SDCCast.c (decorateType): fixed " -v < 3"
10616
10617 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10618
10619         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10620         Added Lenny Story's debug infrastructure changes:
10621         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10622         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10623         * src/cdbFile.c: added
10624         * src/SDCCdebug.c: added
10625         * src/SDCCdebug.h: added
10626         * src/SDCCast.c (createFunction)
10627         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10628         * src/SDCCmain.c (parseCmdLine, main)
10629         * src/SDCCmem.c (redoStackOffsets)
10630         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10631         * src/SDCCsymt.h
10632         * src/common.h
10633         * src/avr/gen.c (genAVRCode)
10634         * src/ds390/gen.c (gen390Code)
10635         * src/mcs51/gen.c (gen51Code)
10636         * src/pic/gen.c (genpic14Code)
10637         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10638         * src/xa51/gen.c (genXA51Code)
10639         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10640
10641 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10642
10643         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10644         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10645
10646 2003-03-22    <johan AT balder>
10647
10648         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10649
10650 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10651
10652         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10653         * doc/cdbfileformat.lyx: added, written by Lenny Story
10654         * doc/Makefile: added cdbfileformat.lyx
10655         * doc/clean.mk: added cdbfileformat.lyx
10656
10657 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10658
10659         * src/mcs51/peeph.def: fix bug #705773
10660
10661 2003-03-20    <johan AT balder>
10662
10663         An sfr/sbit can have an "at #" AND an initializer
10664         * src/SDCCsymt.c (checkSClass):
10665         * src/SDCCmem.c (allocGlobal):
10666         * src/SDCCmem.c (allocLocal):
10667         * src/SDCCast.c (createBlock):
10668
10669 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10670
10671         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10672
10673 2003-03-16    <johan AT balder>
10674
10675         Undid the hackup of const and volatile, the problem is much bigger
10676         * src/SDCC.y:1.65
10677         * src/SDCCast.c:1.171
10678         * src/SDCCglue.c:1.138
10679         * src/SDCCicode.c:1.146
10680         * src/SDCCsymt.c:1.150
10681         * src/SDCCval.c:1.65
10682
10683 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10684
10685         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10686         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10687
10688 2003-03-13    <johan AT balder>
10689
10690         Hackup const and volatile modifiers in type chains a bit:
10691         * src/SDCC.y:1.63
10692         * src/SDCCast.c:1.169
10693         * src/SDCCglue.c:1.136
10694         * src/SDCCicode.c:1.143
10695         * src/SDCCsymt.c1.146
10696         * src/SDCCsymt.h1.59
10697         * src/SDCCval.c:1.63
10698
10699 2003-03-12    <johan AT balder>
10700
10701         * src/SDCCBBlock.h: more LRH debugging junk
10702         * src/SDCCcflow.h: more LRH debugging junk
10703         * src/SDCCloop.c: more LRH debugging junk
10704         * src/SDCC.y (struct_declaration): fixed bug #697590
10705         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10706         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10707         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10708
10709 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10710         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10711         test function names must now match exactly).
10712         * src/SDCCcse.c: added special case in findCheaperOp to allow
10713         extending a short integer. Makes less awful code for bug 700121 test case.
10714
10715 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10716
10717         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10718         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10719
10720 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10721
10722         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10723         actually called (operandsNotEqual() was called for all
10724         operandsNotEqualX tests).
10725
10726 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10727
10728         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10729         with shorter literals. Fixes bug 700121.
10730
10731 2003-03-11    <johan AT balder>
10732
10733         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10734
10735 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10736
10737         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10738         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10739
10740 2003-03-10  Borut Razem <borut.razem AT siol.net>
10741
10742         * src/SDCCmain.c: pipe preprocessor's output
10743         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10744         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10745         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10746         which closes all pipes in pipeSet set
10747         * src/SDCCset.c: free deleted item in function deleteSetItem()
10748         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10749         moved from z80 to src subproject
10750         * .version: increased version number to 2.3.4
10751
10752 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10753
10754         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10755         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10756         * support/regression/ports/xa51/spec.mk: fix typo
10757
10758 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10759
10760         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10761
10762 2003-03-09  Borut Razem <borut.razem AT siol.net>
10763
10764         * src/SDCCmain.c: pipe preprocessor's output
10765         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10766         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10767         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10768         which closes all pipes in pipeSet set
10769         * src/SDCCset.c: free deleted item in function deleteSetItem()
10770         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10771         moved from z80 to src subproject
10772
10773 2003-03-09  Borut Razem <borut.razem AT siol.net>
10774
10775         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10776         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10777         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10778         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10779         * src/SDCCglobl.h: unification of WIN32 native definitions
10780
10781 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10782
10783         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10784
10785 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10786
10787         * src/configure.in:   check for endianess (even while cross-compiling)
10788         * src/configure:      check for endianess (even while cross-compiling)
10789         * src/configure_in.h: check for endianess (even while cross-compiling)
10790         * src/avr/gen.c:        remove old endianess stuff
10791         * src/mcs51/gen.c:      remove old endianess stuff
10792         * src/ds390/gen.c:      remove old endianess stuff
10793         * src/pic/gen.c:        remove old endianess stuff
10794         * src/pic/genarith.c:   remove old endianess stuff
10795         * src/pic/glue.c:       fix endianess check
10796         * src/pic16/gen.c:      remove old endianess stuff
10797         * src/pic16/genarith.c: remove old endianess stuff
10798         * src/pic16/glue.c:     fix endianess check
10799         * src/xa51/gen.c:       remove old endianess stuff
10800         * src/z80/gen.c:        fix endianess check
10801         * src/SDCCglue.c:       fix endianess check
10802         * src/ds390/peeph.def: fix bug 700036
10803
10804 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10805
10806         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10807         * src/configure: find appropriate data-types on host for SDCC's int and long
10808         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10809         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10810         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10811
10812 2003-03-07    <johan AT balder>
10813
10814         Just a big NOOP:
10815                 some minor cleanups before the big shot
10816                 OP_DEFS and OP_USES now use Kevin's protection
10817                 new option --nolabelopt
10818
10819         * src/SDCCBBlock.c:
10820         * src/SDCCast.c,:
10821         * src/SDCCcflow.c:
10822         * src/SDCCcse.c:
10823         * src/SDCCicode.c:
10824         * src/SDCCicode.h:
10825         * src/SDCClabel.c:
10826         * src/SDCCloop.c:
10827         * src/SDCCmain.c:
10828         * src/ds390/ralloc.c:
10829         * src/mcs51/ralloc.c:
10830         * src/pic/ralloc.c:
10831         * src/xa51/ralloc.c:
10832         * src/z80/ralloc.c:
10833
10834 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10835
10836         * src/pic/pcode.c (get_op): fix 64 bit warnings
10837         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10838         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10839         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10840         * support/regression/tests/malloc.c: fix 64 bit warnings
10841
10842 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10843
10844         * src/mcs51/gen.c (genMinus): fixed bug 696436
10845
10846 2003-03-02  Borut Razem <borut.razem AT siol.net>
10847
10848         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10849
10850 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10851
10852         * configure.in: test for mkstemp
10853         * sdccconf_in.h: add HAVE_MKSTEMP
10854
10855 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10856
10857         * device/include/ctype.h: removed warning while using --stack-auto
10858         * device/include/malloc.h: removed warning while using --stack-auto
10859         * device/include/string.h: removed warning while using --stack-auto
10860
10861 2003-02-23  Borut Razem <borut.razem AT siol.net>
10862
10863         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10864         because NDEBUG is defined (see man assert)
10865         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10866
10867 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10868
10869         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10870         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10871
10872 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10873
10874         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10875         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10876
10877 2003-02-18    <johan AT balder>
10878
10879         * as/mcs51/asmain.c (asmbl): module can start with a digit
10880         * as/z80/asmain.c (asmbl): module can start with a digit
10881
10882 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10883
10884         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10885         * src/asm.c: fix pipe() for Mingw32
10886
10887 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10888
10889         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10890         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10891         make -V work again; --c1mode reads now from stdin
10892         * doc/sdccman.lyx: added --c1mode
10893         * support/Util/SDCCerr.c: new messages for c1 mode
10894         * support/Util/SDCCerr.h: new messages for c1 mode
10895         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10896
10897 2003-02-15    <johan AT balder>
10898
10899         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10900
10901 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10902
10903         * doc/sdccman.lyx: Environment variables, -o and other minor things
10904
10905 2003-02-14    <johan AT balder>
10906
10907         * src/xa51/main.c: before anyone really tries to use it :)
10908
10909         * Install doc's in share/sdcc/doc
10910         * removed some obsolete files
10911         * Do a proper make distclean and uninstall
10912         M Makefile.common.in
10913         R sdccbuild.sh
10914         M as/Makefile
10915         M device/include/Makefile.in
10916         M device/lib/Makefile.in
10917         M doc/sdccman.lyx
10918         M link/Makefile
10919         M sim/ucsim/doc/Makefile.in
10920         M src/clean.mk
10921         R src/avr/peeph.rul
10922         R src/xa51/peeph.rul
10923         M support/cpp2/Makefile.in
10924         M support/makebin/Makefile
10925
10926
10927 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10928
10929         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10930
10931 2003-02-10  Borut Razem <borut.razem AT siol.net>
10932
10933         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10934         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10935         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10936         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10937         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10938         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10939         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10940         src/z80/Makefile.bcc: Borland Makefile cleanup
10941         * as/z80/Makefile.bcc: Added Borland Makefile
10942         * support/cpp2/borland.h: Removed
10943
10944 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10945
10946         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10947         * src/SDCC.lex: new pragma NOIV
10948         * src/SDCCglobl.h: new pragma NOIV
10949         * src/SDCCmem.c: new pragma NOIV
10950
10951 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10952
10953         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10954
10955 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10956
10957         * src/SDCCmain.c: signal handling is switched off by --debug
10958         * doc/Makefile: small fix for install; use clean.mk again
10959         * doc/clean.mk: clean *.pdf and *.html too
10960
10961 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10962
10963         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10964         * device/lib/printfl.c: fix a ds390 bug by making it portable
10965         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10966         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10967         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10968         * debugger/mcs51/cmd.c: converted multi-line string literals
10969         * sim/ucsim/globals.cc: converted multi-line string literals
10970         * src/SDCCmain.c: introduced signal handler to remove temp files
10971         * doc/Makefile: small tweaks, implement clean
10972         * doc: removed generated files
10973
10974 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10975
10976         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10977         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10978         Address Record is not correctly generated for DS390."
10979
10980 2003-02-02  Borut Razem <borut.razem AT siol.net>
10981
10982         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10983         * as/mcs51/asm.h: fixed compilation with Borland C
10984         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10985         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10986         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10987         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10988         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10989         src/z80/Makefile.bcc: delete $(LIB) only if exist
10990         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10991
10992 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10993
10994         * device/include/malloc.h: introduced NULL
10995         * device/include/string.h: introduced NULL
10996         * device/include/stdlib.h: introduced NULL
10997         * device/lib/_memcpy.c: removed NULL
10998         * device/lib/_strcat.c: removed NULL
10999         * device/lib/_strchr.c: removed NULL
11000         * device/lib/_strcmp.c: removed NULL
11001         * device/lib/_strcpy.c: removed NULL
11002         * device/lib/_strcspn.c: removed NULL
11003         * device/lib/_strlen.c: removed NULL
11004         * device/lib/_strncat.c: removed NULL
11005         * device/lib/_strncmp.c: removed NULL
11006         * device/lib/_strncpy.c: removed NULL
11007         * device/lib/_strpbrk.c: removed NULL
11008         * device/lib/_strrchr.c: removed NULL
11009         * device/lib/_strspn.c: removed NULL
11010         * device/lib/_strstr.c: removed NULL
11011         * device/lib/_strtok.c: removed NULL
11012         * device/lib/malloc.c: removed NULL, include own header
11013
11014 2003-02-02    <johan AT balder>
11015
11016         * 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
11017         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
11018         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
11019         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
11020         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
11021         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
11022
11023 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11024
11025         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
11026         area 'DATA'"
11027
11028 2003-02-01    <johan AT balder>
11029
11030         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
11031
11032 2003-01-31    <johan AT CP255758-A>
11033
11034         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
11035
11036 2003-01-30    <johan AT balder>
11037
11038         * src/SDCCBBlock.c: automatic bug detection
11039         * src/SDCCicode.c: automatic bug detection
11040
11041 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11042
11043         * src/SDCCglobl.h:   now --xram-size 0 works
11044         * src/SDCCmain.c:    now --xram-size 0 works
11045
11046 2003-01-29    <johan AT balder>
11047
11048         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11049
11050 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11051
11052         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11053         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11054         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11055         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11056         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11057         * src/SDCCmain.c:    Added options --xram-size and --code-size
11058
11059 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11060
11061         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11062         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11063
11064 2003-01-27    <johan AT balder>
11065
11066         * src/SDCC.y: fixed bug #613764
11067
11068 2003-01-26    <johan AT balder>
11069
11070         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11071         * src/SDCCsymt.h: fixed bug #673374
11072         * src/SDCCglue.c: fixed bug #661910
11073         * src/SDCCast.c: fixed bug #458099 and 673374
11074
11075 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11076
11077         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11078         * as/mcs51/strcmpi.h: added
11079         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11080         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11081         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11082         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11083         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11084         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11085         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11086         * as/mcs51/Makefile.aslink: new module strcmpi
11087         * as/mcs51/Makefile.asx8051: new module strcmpi
11088         * as/mcs51/Makefil.bcc: new module strcmpi
11089         * as/mcs51/Makefile.in: new module strcmpi
11090         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11091
11092 2003-01-26    <johan AT balder>
11093
11094         * src/SDCCglue.c: reverted back to 1.124
11095         * src/SDCCast.c: reverted back to 1.156
11096         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11097
11098 2003-01-25    <johan AT balder>
11099
11100         * src/SDCCglue.c: A better fix for bug #661910
11101         * src/SDCCast.c: A better fix for bug #661910
11102         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11103
11104 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11105
11106         * src/Makefile.in: remove spawn.o
11107         * src/SDCCmain.c: remove spawn.h
11108         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11109         * src/spawn.c: removed
11110         * src/spawn.h: removed
11111         * support/regression/ports/ds390/spec.mk: link with -r
11112
11113 2003-01-24    <johan AT CP255758-A>
11114
11115         * src/ds390/gen.c (aopOp): fixed bug #667458
11116         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11117         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11118         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11119
11120 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11121
11122         * src/mcs51/peeph.def: better assembler identation by Frieder
11123         * src/mcs51/gen.c: better assembler identation by Frieder
11124
11125 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11126
11127         * as/z80/string.h: removed for gcc 3.2
11128         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11129         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11130
11131 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11132
11133         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11134         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11135         * support/regression/Makefile: separate temp files for ports
11136         * support/regression/generate-cases.py: separate temp files for ports
11137         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11138         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11139
11140 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11141
11142         * moved tinitalk to device/examples/ds390
11143
11144 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11145
11146         * as/mcs51/lkmem.c: rflag is for DS390
11147         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11148         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11149                          (linkEdit): move mem- and map-files the same way as ihx-files
11150         * src/z80/main.c (_setDefaultOptions): removed --generic
11151         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11152         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11153         * src/pic/glue.c (picglue): --c1mode works again
11154         * src/pic16/glue.c (pic16glue): --c1mode works again
11155         * src/asm.c (printCLine): fix #660034
11156
11157 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11158
11159         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11160         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11161         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11162         * as/mcs51/lkmem (summary): better fix for sp problem
11163         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11164         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11165         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11166                                               remove --stack-after-data
11167
11168 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11169
11170         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11171         * src/SDCCutil.c (join): ugly bug: missing '\0'
11172         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11173
11174 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11175
11176         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11177         * src/port.h: typo
11178         * src/pic/main.c (_asmCmd): gpasm supports -o
11179         * src/z80/main.c: more general macros
11180         * device/lib/Makefile.in: remove intermediate files
11181
11182 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11183
11184         * .version: Bumped version number to 2.3.3
11185         * src/SDCCBBlock.c: new option -o
11186         * src/SDCCglobl.h: new option -o
11187         * src/SDCCglue.c: new option -o
11188         * src/SDCCmain.c: new option -o
11189         * src/asm.c: new option -o
11190         * src/ds390/main.c: new option -o
11191         * src/pic/glue.c: new option -o
11192         * src/pic/pcode.c: new option -o
11193         * src/pic/ralloc.c: new option -o
11194         * src/pic16/glue.c: new option -o
11195         * src/pic16/pcode.c: new option -o
11196         * src/pic16/ralloc.c: new option -o
11197         * src/z80/main.c: new option -o
11198         * device/lib/Makefile.in: use -o
11199         * support/regression/ports/ds390/spec.mk: use -o
11200         * support/regression/ports/gbz80/spec.mk: use -o
11201         * support/regression/ports/mcs51/spec.mk: use -o
11202         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11203         * support/regression/ports/z80/spec.mk: use -o
11204         * support/regression/ports/ucz80/spec.mk: use -o
11205         * support/regression/ports/xa51/spec.mk: use -o
11206         * support/regression/fwk/lib/timeout.c: fix usage string
11207
11208 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11209         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11210
11211 2003-01-07    <johan AT balder>
11212
11213         * src/SDCCast.c (decorateType): fixed bug #600035
11214
11215 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11216         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11217         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11218         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11219         * src/pic/pcode.c: outcommented unused variable to remove warnings
11220         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11221
11222 2003-01-06    <karl AT turbobit.com>
11223         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11224    regression tests.
11225
11226 2003-01-06    <johan AT balder>
11227
11228         * src/SDCCicode.c: fixed array add
11229
11230 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11231         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11232         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11233
11234 2003-01-04    <johan AT balder>
11235
11236         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11237
11238 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11239         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11240
11241 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11242         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11243         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11244
11245 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11246         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11247
11248 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11249         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11250
11251 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11252         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11253
11254 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11255
11256     * in /sdcc/as/mcs51/ changed these files in order to create an
11257     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11258     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11259     following files to include the previous two files: aslink.dsp,
11260     Makefile.aslink, Makefile.bcc, and Makefile.in.
11261
11262     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11263     .adb instead of .cdb
11264
11265 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11266
11267         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11268         value from option --iram-size.
11269
11270 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11271
11272         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11273         dram[] array.
11274
11275 2002-09-18    <wiml AT hhhh.org>
11276
11277         * SDCClrange.h: exposed setFromRange() and setToRange()
11278         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11279           packRegsForAccUse() (bug 542397)
11280         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11281           multiple times and emitting the fetch operations more than once
11282           added aopGetUsesAcc() function to allow binary operators to
11283           fetch their operands in the correct order; made genMinus() emit
11284           compact code for X = LITERAL - Y
11285
11286 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11287         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11288         sprintf() in line 1267.
11289
11290 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11291         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11292         like ports.
11293
11294 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11295         Changes to aslink (All the changes are marked with 'JCF'):
11296
11297         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11298         summary().
11299
11300         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11301         area BSEG.  Also moves, if possible, the DATA area down into the internal
11302         ram so more space is available.
11303
11304         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11305         sflag.
11306
11307         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11308         not bytes.  Function summary() which creates a memory usage summary
11309         file with extension .mem.  Reports of overlaping stack and small stack
11310         size.  If the space for the stack is less than 16 bytes aslink trows a
11311         warning.
11312
11313         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11314         the 8051.  Option 'y' for memory summary output file.
11315
11316         Changes to sdcc (All the changes are marked with 'JCF'):
11317
11318         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11319
11320         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11321         overlaying area for it (uses RegBankUsed[4]).
11322
11323         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11324         bank zero as used by default.  By default aslink locates the stack
11325         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11326         the creation of the .mem file.  Delegates the allocation of data area
11327         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11328         the begining of the stack area to aslink.
11329
11330         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11331         glue() in SDCCglue.c creates an area for it.
11332
11333 2002-09-03  Borut Razem <borut.razem AT siol.net>
11334         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11335         sdcc/src/pic/glue.c:
11336         introduced atexit() handler for teporay files removal in case of
11337         errors, assertions, ...
11338
11339 2002-08-29  Borut Razem <borut.razem AT siol.net>
11340         * sdcc/support/cpp2/auto-host_vc_in.h:
11341         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11342         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11343         Maybe there is a similar problem with BORLANDC? It should be checked!
11344
11345         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11346         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11347         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11348         was not executed, and the compiler (cl) launched a warning:
11349         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11350
11351 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11352         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11353
11354 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11355         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11356
11357         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11358           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11359           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11360           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11361           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11362           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11363           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11364         - added Release configuration in VS projects
11365         - review of compiler an linker options
11366         - VC .exe files are generated in bin_vc directory, not to interfere
11367           with binaries generated from other projects (cygwin, mingw, bcc ...)
11368
11369         * sdcc/src/yacc.dsp: added
11370
11371         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11372         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11373         and insert the version number definitions from .version
11374
11375         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11376
11377         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11378         added - genarate auto-host.h using auto-host_vc_in.h as template
11379
11380         * sdcc/sdcc_vc.h,
11381         removed from CVS, generated automatically
11382
11383 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11384         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11385
11386 2002-08-11  Borut Razem <borut.razem AT siol.net>
11387         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11388
11389 2002-08-10  Borut Razem <borut.razem AT siol.net>
11390         * src/SDCCmain.c (main):
11391         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11392         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11393         The consequence was that some temporary files were not removed.
11394
11395         * src/SDCCglue.c:
11396         unification of code in functions tempfilename() and tempfile():
11397         function tempnam() is defined in Visual Studio 6.0 and .NET
11398
11399         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11400
11401         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11402           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11403         - removed compiler command line option /WX: Treats all warnings as errors
11404         - update a list of source files, included into the project
11405
11406         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11407           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11408         changed project type to Generic Project so that can be correcly converted to VS.NET project
11409
11410         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11411
11412         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11413
11414         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11415
11416         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11417         added return 0 statements after assert() to make compiler happy
11418
11419         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11420         added newline in the def file to keep MSC compiler satisfied
11421
11422         * sdcc/src/z80/gen.c:
11423         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11424           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11425         - solved MSC error in function aopDump()
11426
11427         * sdcc_vc.h: define PREFIX as "\\sdcc"
11428
11429 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11430         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11431
11432 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11433         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11434         - Rewrote the register banking algorithm.
11435         - Added pCode live-range analysis to registers (for now, only non-used and
11436         singly-used registers optimized away)
11437
11438         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11439
11440         * 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.
11441
11442 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11443         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11444
11445 2002-04-22  Michael Hope  <michaelh AT vroom>
11446
11447         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11448
11449         * configure.in (DD_COPT): Added include support required for gbdk.
11450
11451         * .version: Bumped version number just to increase it.
11452
11453         * src/SDCCmain.c: Added -nostdinc to the default options.
11454
11455 2002-04-15  Michael Hope  <michaelh AT vroom>
11456
11457         * device/lib/z80/printf.c (sprintf): Added.
11458
11459         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11460
11461         * src/z80/peeph.def: Added transpose redundent load rule.
11462
11463         * src/z80/main.c: Added force callee saves for jaune.
11464
11465         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11466
11467         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11468
11469 2002-03-28  Johan Knol  <johan AT balder>
11470
11471         * src/SDCCval.c: fixed bug #532436
11472
11473 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11474         * /src/port.h:
11475         Added "char *Processor" field to the port structure.
11476
11477         * /src/SDCCmain.c:
11478         Added -p option. Allows port dependent processor to be specified.
11479
11480         * all ports:
11481         Initialized the new field char *Processor field to NULL in all ports
11482
11483         * /src/pic/*:
11484         Compiler generated registers for interrupt context saving
11485         were not getting allocated.
11486
11487 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11488
11489         * /src/SDCCast.c:
11490         Fixed left shift. Will promote the left side of a left shift
11491         if a) left shifting more than size of operand or b) when assigned
11492         to something size > size of left side
11493
11494 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11495         * src/pic/*
11496         tons of changes. Register allocation has been
11497         rewritten. Added customization for the various PICs. Flow
11498         analysis is restructured. ...
11499
11500         * src/pic/device.h:
11501         Added
11502
11503         * src/pic/device.c:
11504         Added. device.c is a PIC port hack to accomodate variations
11505         in PIC devices.
11506
11507 2002-03-13  Michael Hope  <michaelh AT vroom>
11508
11509         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11510
11511 2002-03-04  johanknol  <johanknol AT manik>
11512
11513         * /src/SDCCval.c: fixed
11514
11515         const unsigned char arr[][2] = { { 0, 1 } };
11516         t18.c:1: error: Initializer element is not constant
11517
11518 2002-03-04  bela  <bela AT manik>
11519
11520         * /device/include/mcs51reg.h:
11521         ds89c420 register definition update
11522
11523 2002-03-03    <johan AT FRIJA>
11524
11525         * support/Util/SDCCerr.c: did something, but don't no why anymore
11526
11527         * support/regression/tests/bug-524691.c: made it a little less shy
11528
11529         * src/SDCCast.c (decorateType): fixed bug #524697
11530
11531         * src/SDCCast.c: made some lineno improvements
11532
11533         * src/SDCCval.c (getNelements): changed warning to error
11534
11535         * src/SDCCglue.c (printIvalArray): changed warning to error
11536
11537         * src/SDCCicode.c: fixed a warning for mingw
11538
11539         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11540
11541         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11542
11543 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11544
11545         * src/ds390/peeph.def:
11546         Added some more peephole rules
11547
11548         * src/ds390/gen.c: Various fixes & enhancements
11549
11550         * src/SDCClrange.c, src/SDCClrange.h:
11551         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11552
11553         * src/ds390/ralloc.c:
11554         various fixes & enhancements (ds390) specific
11555
11556         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11557         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11558         from rallocs.
11559
11560         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11561
11562 2002-03-02    <johan AT FRIJA>
11563
11564         * src/SDCCast.c (decorateType): fixed bug #524708
11565
11566         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11567
11568         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11569
11570 2002-03-01  Michael Hope  <michaelh AT vroom>
11571
11572         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11573
11574         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11575
11576 2002-03-01    <johan AT FRIJA>
11577
11578         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11579
11580         * src/SDCCast.c (decorateType): fixed bug #524209
11581
11582         * src/SDCCval.c (valNot): fixed bug #524195
11583
11584 2002-02-26    <johan AT balder>
11585
11586         * src/xa51/gen.c: fixed a warning
11587
11588         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11589
11590         * src/SDCCast.c (decorateType): fixed bug #522534
11591
11592 2002-02-23    <johan AT balder>
11593
11594         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11595
11596 2002-02-22    <johan AT balder>
11597
11598         * src/SDCCast.c: fixed bug #514865
11599
11600         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11601
11602 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11603
11604         * sdcc/src/SDCCloop.c:
11605         Previous fix was not good. basic blocks that have "break" or "return" are
11606         not really partof a loop , but live ranges used in these blocks should
11607         be live thru the entire loop, so set partOfLoop but don't add them to
11608         loop region
11609
11610 2002-02-21    <johan AT FRIJA>
11611
11612         * src/SDCCcse.c: fixed bug #514308
11613
11614 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11615
11616         * src/SDCCloop.c:
11617         Fixed BUG #519583. If a conditional block ended in a return/break
11618         statement inside a loop, it was not being considered part of the loop.
11619
11620         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11621
11622 2002-02-10  Karl Bongers <karl AT turbobit.com>
11623
11624         * debugger/*:
11625         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11626         with lots of comments and notes.
11627
11628         * device/examples/test2.c:
11629         Fix bug, "red" variable not being initialized(compiler complained).
11630
11631         * device/examples/Makefile, examples/test3.c:
11632         Add Makefile in device/examples folder, compiles test3.c
11633         for use as a multiple module SDCDB test case.
11634
11635         * sim/ucsim/cmd.src/cmdset.cc:
11636         Took out debug printfs in ucsim "next" command.
11637
11638         * sim/ucsim/xa.src:
11639         Karl and Johan start ucsim XA support.  Most dissassembly working,
11640         about 75% emulation done(plenty of work remaining).
11641
11642         * sim/ucsim/z80.src:
11643         Add Z80 support to ucsim, add test-ucz80 regression test,
11644         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11645         Notice z80 compiler fails on examples/test3.c/crc code.
11646
11647 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11648
11649         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11650         Added support for --parms-in-bank1
11651
11652         * src/ds390/peeph.def:
11653         added a few more peephole optimzations
11654
11655         * src/ds390/main.c:
11656         1) added __builtin_inp & __builtin_outp used to read in data of given length
11657            from a memory mapped port
11658         2) added __builtin_memcmp
11659         3) added __builtin_swapw swap bytes of a short
11660
11661         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11662         1) handle multiple send & receives from register bank1
11663         2) ralloc can now allocate DPTR1 to some liveRanges
11664
11665         * src/SDCCsymt.c, src/SDCCsymt.h:
11666         changes to handle multiple sends & receives
11667
11668         * src/SDCCptropt.h:
11669         added some pointer arithmetic optimization
11670
11671         * src/SDCCptropt.c:
11672         added some pointer arithmetic optimizations but not stable yet so not
11673         called from anywhere (will get this working shortly)
11674
11675         * src/SDCCopt.c: fixed for multiple sends & receives
11676
11677         * src/SDCCmain.c:
11678         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11679         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11680            set preprocessor defines (depending on options)
11681
11682         * src/SDCCicode.c, src/SDCCicode.h:
11683         changes made to handle multiple sends & receives
11684
11685         * src/SDCCglobl.h:
11686         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11687
11688         * src/SDCCcse.c, src/SDCCcse.h:
11689         added function findbackward def (to be used in upcoming optimization)
11690
11691         * src/SDCCcflow.c, src/SDCCcflow.h:
11692         added function returnAtEnd - to determine if a basic block terminates with
11693         a RETURN iCode
11694
11695         * src/SDCCast.c, src/SDCCast.h:
11696         added option parms-in-bank1
11697
11698         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11699         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11700         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11701         adjusted for --parms-in-bank1 option
11702
11703         * device/include/string.h:
11704         donot redefine "reentrant" keyword
11705
11706         * device/include/ds80c390.h: Added some more SFRs
11707
11708 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11709
11710         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11711
11712 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11713
11714         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11715
11716 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11717
11718         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11719
11720 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11721
11722         * Added --xram-movc option
11723
11724 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11725
11726         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11727
11728 2002-01-11  Johan Knol
11729
11730         * Added math lib of Jesus Calvino-Fraga
11731
11732 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11733
11734         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11735         * support/regression/Makefile: new target test-mcs51-stack-auto
11736         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11737
11738 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11739
11740         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11741
11742 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11743
11744         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11745
11746 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11747
11748         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11749
11750         * src/SDCCglue.h: add definition for printIvalChar()
11751
11752 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11753
11754         * src/SDCCast.c: fix #498138 by Johan
11755
11756         * src/SDCCglue.c: fix #498138 by Johan
11757
11758 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11759
11760         * support/regression/Makefile: fix clean
11761
11762         * support/regression/ports/ds390/support.c: fix transmission of last character
11763
11764 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11765
11766         * /sdcc/src/ds390/gen.c:
11767         a) improved computing address of stack variable
11768         b) took out some #if 0 code
11769         c) improved parmBytes adjustment
11770         d) improved genPlusIncr & genMinusIncr
11771         e) genCmp could generate bad code (when left assigned to DPTR)
11772         f) Fixed bug in hasInc
11773
11774         * /sdcc/src/ds390/ralloc.c:
11775         a) packRegsForSupport could mess up live information (Fixed)
11776         b) packRegsDPTRuse could be incorrect for left & right shift
11777
11778         * /sdcc/src/mcs51/ralloc.c:
11779         packRegsForSupport could mess up the live information (Fixed)
11780
11781         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11782
11783         * /sdcc/src/SDCCast.c:
11784         can reverse a loop even if function call is present as long
11785         as the loop control variable is local & is not passed as parameter
11786
11787 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11788
11789         * /sdcc/ChangeLog: *** empty log message ***
11790
11791         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11792         More builtin function additions for TININative
11793
11794         * /sdcc/src/ds390/ralloc.c:
11795         Had broken the regression testsuite
11796
11797         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11798
11799         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11800         Added funcattr hasStackParms will be set for reentrant functions when there
11801         are paramteres on the stack, this helps in minimizing frame pointer generation
11802         typeFromStr can handle function pointers now
11803
11804         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11805         *** empty log message ***
11806
11807 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11808
11809         * /src/ds390/gen.c, /src/ds390/main.c:
11810         More builtin function additions for TININative
11811
11812         * /src/ds390/ralloc.c:
11813         Had broken the regression testsuite
11814
11815         * /src/SDCCast.c: Fixed a bug in dumptree
11816
11817         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11818         Added funcattr hasStackParms will be set for reentrant functions when there
11819         are paramteres on the stack, this helps in minimizing frame pointer generation
11820         typeFromStr can handle function pointers now
11821
11822         * /doc/builtins.txt, /doc/TININative.txt:
11823         *** empty log message ***
11824
11825
11826 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11827
11828         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11829         ALPHA version for -mTININative
11830
11831         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11832         updated to reflect changes in the port structure
11833
11834         * /src/port.h:
11835         added function do_assemble (similar to do_link) if non-null this function
11836         will be called to do assembly (-mTININative) requires a multi command
11837         assembly
11838         added function genAssemblerEnd will be called to generate assembler Epilogue
11839
11840         * /src/SDCCsymt.c:
11841         added _JavaNative to debug info printing
11842
11843         * /src/SDCCmain.c: added option --tini-libid
11844         added port->do_assemble function (-mTININative) has a multi command assemble
11845
11846         * /src/SDCCglue.c: Disabled "constExpr" check
11847         added port->genAssemblerEnd function
11848
11849         * /src/SDCCglobl.h: Added option --tini-libid value
11850
11851         * /src/SDCCast.h:
11852         tookout optimizeCompare from the header (has no external references)
11853
11854         * /src/SDCCast.c: made one more function "static"
11855
11856 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11857
11858         * src/z80/mappings.i: Added z80asm support.
11859
11860         * src/z80/main.c: Added z80asm support on --asm=z80asm
11861
11862         * src/z80/gen.c: Fixed asm portability issues.
11863
11864         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11865
11866         * src/SDCCglue.c (printExterns): Added global/extern split.
11867
11868 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11869
11870         * support/regression/Makefile: added test for mcs51 model large
11871
11872         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11873
11874         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11875
11876 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11877
11878         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11879
11880 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11881
11882         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11883
11884         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11885
11886 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11887
11888         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11889
11890         * support/regression/tests/simplefloat.c: Port to mcs51.
11891
11892 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11893         * support/regression/tests/bug-485362.c: Added.
11894
11895         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11896
11897         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11898
11899         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11900
11901         * src/z80/gen.c (aopDump): Added a dump function.
11902
11903 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11904         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11905
11906         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11907
11908         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11909
11910         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11911
11912         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11913
11914         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11915
11916         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11917
11918         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11919
11920         * support/regression/ports/ds390/support.c: Use tinibios.
11921
11922         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11923
11924 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11925
11926         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11927         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11928
11929         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11930
11931         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11932
11933 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11934
11935         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11936
11937         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11938         (packRegsForIYUse): Created and optimised.
11939
11940 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11941
11942         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11943 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11944
11945         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11946
11947         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11948
11949         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11950
11951 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11952
11953         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11954
11955         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11956
11957 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11958
11959         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11960
11961         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11962
11963         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11964
11965 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11966
11967         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11968         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11969         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11970
11971         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11972
11973         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11974         (genNotFloat): Added.
11975         (genUminusFloat): Added.
11976
11977         * device/lib/z80/Makefile: Added floating pt stubs.
11978
11979         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11980
11981         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11982
11983         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11984
11985 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11986
11987         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11988
11989         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11990
11991         * sdcc/support/regression/Makefile: Add port ds390.
11992
11993         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11994
11995         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11996
11997         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11998
11999         * sdcc/support/regression/ports/ds390/support.c: Added.
12000
12001         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
12002
12003         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
12004
12005         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
12006
12007 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12008
12009         * device/include/malloc.h: Added z80 and gbz80 support.
12010
12011         * device/lib/gbz80/heap.s: Added.
12012
12013         * device/lib/z80/heap.s: Added.
12014
12015         * device/lib/malloc.c: Added z80 and gbz80 support.
12016
12017         * support/regression/tests/malloc.c (testMalloc): Added.
12018
12019         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
12020
12021         * support/regression/tests/bug-478094.c: Added.
12022
12023         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
12024
12025 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
12026
12027         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
12028
12029         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
12030
12031         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
12032
12033         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
12034
12035         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
12036
12037 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12038
12039         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
12040
12041 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
12042
12043         * support/regression/tests/bug-477927.c: Added.
12044
12045         * src/z80/peeph.def: Added minor rules.
12046
12047         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12048
12049         * src/z80/peeph.def: Added jump optimisation modification.
12050
12051 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12052
12053         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12054
12055 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12056
12057         * support/regression/tests/funptrs.c: Added.
12058
12059 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12060
12061         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12062
12063 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12064
12065         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12066
12067         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12068
12069         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12070         (movLeft2ResultLong): Created.
12071
12072         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12073         (joinPushes): Added.  Joins two char pushes into a word push.
12074
12075 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12076
12077         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12078
12079         * support/makebin/Makefile (install): Added creation of dest dir.
12080
12081 2001-10-24 Karl Bongers <karl AT turbobit.com>
12082
12083         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12084
12085 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12086
12087         * src/z80/ralloc.c: Turned off faulty pack for one use.
12088
12089         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12090
12091         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12092
12093 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12094
12095         * support/regression/Makefile: Improved clean
12096
12097         * support/regression/ports/gbz80/spec.mk: Added clean
12098
12099         * support/regression/ports/host/spec.mk: Added clean
12100
12101         * support/regression/ports/z80/spec.mk: Added clean
12102
12103         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12104
12105         * support/regression/ports/mcs51/timeout.c: little improvements
12106
12107 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12108
12109         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12110
12111         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12112
12113         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12114
12115 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12116
12117         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12118
12119         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12120
12121 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12122         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12123
12124         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12125
12126         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12127
12128         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12129
12130         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12131
12132         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12133
12134         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12135
12136         * support/regression/tests/longor.c: Added.
12137
12138 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12139
12140         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12141
12142         * as/mcs51/aslink.h: define PATH_MAX
12143
12144         * as/mcs51/asm.h: define PATH_MAX
12145
12146         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12147
12148         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12149
12150         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12151
12152         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12153
12154         * src/SDCCglobl.h: define PATH_MAX
12155
12156         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12157
12158         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12159
12160 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12161
12162         * src/z80/gen.c (gencjneshort): Fixed
12163
12164         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12165
12166 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12167
12168         * support/regression/tests/bug-469671.c: Added.
12169
12170         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12171
12172 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12173
12174         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12175
12176         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12177
12178 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12179
12180         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12181
12182         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12183
12184         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12185
12186         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12187
12188         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12189
12190         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12191
12192         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12193
12194 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12195
12196         * 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.
12197
12198         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12199
12200         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12201
12202 2001-10-07    <johan AT FRIJA>
12203
12204         * device/lib/gets.c (gets): fixed the return value.
12205
12206 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12207         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12208
12209         * 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.
12210
12211         * 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.
12212
12213         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12214
12215         * src/pic/gen.c: Removed Safe_strdup.
12216
12217         * configure.in: Added option to enable libgc support.
12218
12219         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12220         (bitVectUnion): Optimised.
12221         (bitVectIntersect): Optimised.
12222         (bitVectBitsInCommon): Optimised.
12223         (bitVectCplAnd): Optimised.
12224
12225         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12226
12227 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12228
12229         * src/SDCCmain.c: distinguish between assembler debug and plain options
12230
12231         * src/avr/main.c:   remove standard assembler options
12232
12233         * src/ds390/main.c: remove standard assembler options
12234
12235         * src/mcs51/main.c: remove standard assembler options
12236
12237         * src/port.h: removed "PENDING" comment
12238
12239 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12240
12241         * src/device/lib/_mulint.c  : new, with assember functions
12242
12243         * src/device/lib/_mullong.c : new, with assember functions
12244
12245         * src/device/lib/_divuint.c : with assember functions
12246
12247         * src/device/lib/_divsint.c : with assember functions
12248
12249         * src/device/lib/_divulong.c: with assember functions
12250
12251         * src/device/lib/_divslong.c: with assember functions
12252
12253         * src/device/lib/_moduint.c : with assember functions
12254
12255         * src/device/lib/_modsint.c : with assember functions
12256
12257         * src/device/lib/_modulong.c: with assember functions
12258
12259         * src/device/lib/_modslong.c: with assember functions
12260
12261         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12262
12263         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12264
12265         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12266                                       replaced _mululong.c and _mulslong.c by _mullong.c
12267
12268 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12269
12270         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12271
12272 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12273
12274         * src/SDCCglue.c: test, if win32api is available for MINGW
12275
12276 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12277
12278         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12279         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12280         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12281         * support/regression/ports/host/spec.mk: removed GENERIC
12282         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12283         * support/regression/ports/z80/spec.mk: removed GENERIC
12284
12285 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12286
12287         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12288
12289         * support/regression/tests/bug-467035.c: Created.
12290
12291 2001-10-01    <johan AT FRIJA>
12292
12293         * src/SDCC.y: fixed bug #466586 part 1
12294
12295 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12296
12297         * SDCCicode.c: z80 has no generic pointers
12298         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12299
12300 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12301
12302         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12303
12304 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12305
12306         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12307
12308         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12309
12310 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12311
12312         * configure.in: Fixed up so that ucsim is only configured once.
12313
12314         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12315
12316         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12317         (getPathDifference): As above.
12318
12319         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12320
12321         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12322
12323 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12324         * .version: Updated to 2.3.1
12325
12326         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12327         Added copyright header.
12328
12329         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12330         (assemble): Added support for macro based assembler commands.
12331         (linkEdit): Added support for macro based linker commands.
12332         (preProcess): Changed the pre-processor to use macros.
12333         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12334         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12335
12336         * device/lib/z80/crt0.s: Added module name for debugging.
12337
12338 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12339
12340         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12341
12342         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12343
12344         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12345
12346         * src/Makefile.in: Added SDCCmacro and SDCCutil
12347
12348 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12349
12350         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12351
12352 2001-09-16    <johan AT FRIJA>
12353
12354         * 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.
12355
12356 2001-09-15    <johan AT FRIJA>
12357
12358         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12359         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12360
12361 2001-09-11    <johan AT FRIJA>
12362
12363         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12364
12365 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12366
12367         * support/regression/tests/bug-460444.c: Added test case.
12368
12369         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12370         (genCast): Added justification for all of the asserts.
12371
12372 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12373
12374         * support/regression/support.c: _xdata replaced by xdata
12375
12376         * support/regression/spec.mk: removed _generic
12377
12378 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12379
12380         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12381
12382         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12383         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12384
12385         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12386
12387         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12388
12389         * support/regression/tests/bug-460010.c: Added test case.
12390
12391         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12392
12393 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12394
12395         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12396
12397         * support/regression/testfwk.c: removed workaround for bug #436344
12398
12399         * support/regression/tests/bp.c: use less memory with mcs51
12400
12401         * support/regression/tests/bug-441448.c: use less memory
12402
12403         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12404
12405         * support/regression/collate-results.py: typo
12406
12407 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12408
12409         * support/regression/tests/fetchoverlap.c: Added new test case.
12410
12411         * support/regression/tests/bp.c: Added new test case.
12412
12413         * support/regression/tests/bug-448984.c: Added new test case.
12414
12415         * support/regression/tests/pow2shifts.c: Added new test case.
12416
12417         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12418         (genlshTwo): Fixed right shift for count > 8.
12419
12420         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12421
12422 2001-09-08    <johan AT FRIJA>
12423
12424         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12425
12426 2001-09-07    <johan AT FRIJA>
12427
12428         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12429
12430         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12431
12432 2001-09-06    <johan AT FRIJA>
12433
12434         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12435         * bernhard noted me at this: "() equals to (void)" (1.38)
12436
12437 2001-09-05    <johan AT FRIJA>
12438
12439         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12440
12441 2001-09-04    <johan AT FRIJA>
12442
12443         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12444
12445
12446 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12447
12448         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12449
12450 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12451
12452         * link/z80/aslink.h: Fixed path for PATH_MAX
12453
12454 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12455
12456         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12457
12458         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12459
12460         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12461
12462         * 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.
12463
12464 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12465
12466         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12467         (genCmp): Fixed up genCmp for the GB with longs.
12468
12469         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12470
12471         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12472
12473         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12474
12475         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12476
12477 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12478
12479         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12480
12481 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12482
12483         * 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.
12484
12485         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12486
12487 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12488
12489         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12490
12491         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12492
12493 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12494
12495   * sim/ucsim/configure:    little improvement of Cygwin-detection
12496   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12497   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12498   * support/regression/tests/bug-221100.c: small changes for mcs51
12499   * support/regression/tests/bug-221168.c: small changes for mcs51
12500   * support/regression/tests/bug-227710.c: small changes for mcs51
12501   * support/regression/tests/staticinit.c: small changes for mcs51
12502   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12503   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12504   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12505
12506 $Revision$