ed443662654e8f037c51f0a092785f326eb7b8bc
[fw/sdcc] / ChangeLog
1 2006-10-16 Borut Razem <borut.razem AT siol.net>
2
3         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
4           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
5           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
6           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
7           debugger/mcs51/configure:
8           [ 1185668 ] add gnu readline support to sdcdb - enabled
9
10 2006-10-16 Raphael Neider <rneider AT web.de>
11
12         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
13           fixes #1577882, removes close to all banking optimizations
14
15 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
16
17         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
18           variables in code memory
19         * support/regression/tests/absolute.c: added test for this
20
21 2006-10-15 Raphael Neider <rneider AT web.de>
22
23         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
24           devices,
25           (BankSelect): emit BANKSEL before touching linker-placed regs,
26           fixes #1570934
27
28 2006-10-10 Raphael Neider <rneider AT web.de>
29
30         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
31         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
32         * src/pic/main.c (_pic14_parseOptions),
33         * src/pic/main.h: mostly reverted to previous state, now use results
34             from SDCCmain.c's argument parsing
35
36 2006-10-10 Borut Razem <borut.razem AT siol.net>
37
38         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
39           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
40           [ 1185668 ] add gnu readline support to sdcdb -
41           prepared for READLINE, not enabled yet,
42           thanks to <tal.bav AT gmail.com>
43
44 2006-10-10 Raphael Neider <rneider AT web.de>
45
46         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
47         * src/pic16/devices.inc,
48         * device/include/pic16 (pic18f[24]620.h),
49         * device/include/pic18fregs.h,
50         * device/lib/pic16/pics.all,
51         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
52             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
53             Gary Plumbridge and Anton Strobl
54
55 2006-10-10 Raphael Neider <rneider AT web.de>
56
57         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
58           --stack-siz=NUM options to configure the argument passing stack
59         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
60         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
61           (pic14_getSharebankSize): obey --stack-siz=NUM,
62           (pic14_getSharebankAddress): obey --stack-loc=NUM
63
64 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
65
66         * doc/sdccman.lyx: added to the manual
67         * doc/figures/ddd_example.png: added (neither pdflatex nor
68         most browsers seem to like the .eps file)
69
70 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
71
72         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
73         to /tmp and /var/tmp acc. LSB
74         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
75         RESULT_TYPE_IFX
76         * support/regression/tests/onebyte.c: added test
77
78 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
79
80         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
81
82 2006-10-05 Borut Razem <borut.razem AT siol.net>
83
84         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
85           thanks to dfulab:
86           - sdcc.dsw: changed property eol-style to CRLF
87           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
88
89 2006-10-04 Raphael Neider <rneider AT web.de>
90
91         * device/include/pic/{pic16f84.h,pic16f84a.h},
92         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
93           from patch #1522504, thanks to Robas Teodor
94
95 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
96
97         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
98           fixes bug 1566015
99
100 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
101
102         * src/pic16/glue.c (pic16emitMaps),
103         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
104         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
105         * device/lib/pic16/libc/string/memcpypgm2ram.c,
106         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
107           Philipp Krause
108         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
109         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
110
111 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
112
113         * support/librarian/sdcclib.c: Added option -l.
114         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
115           usage totals.
116         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
117           using Windows command prompt.
118
119 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
120
121         * device/lib/libsdcc.lib: added module rand
122         * src/ds390/ralloc.c (rematStr),
123         * src/hc08/ralloc.c (rematStr),
124         * src/mcs51/ralloc.c (rematStr),
125         * src/z80/ralloc.c (rematStr): made output more consistent
126         * src/mcs51/gen.c: cosmetic changes
127
128 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
129
130         * src/port.h: added mem.cabs_name to PORT
131         * src/ds390/main.c,
132         * src/hc08/main.c,
133         * src/mcs51/main.c,
134         * src/pic16/main.c,
135         * src/pic/main.c,
136         * src/xa51/main.c,
137         * src/z80/main.c: added cabs_name initializers
138         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
139           constants
140           (emitMaps): emit absolutes in code memory into cabs_name
141         * src/SDCCmem.c,
142         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
143         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
144         * support/regression/fwk/include/testfwk.h: added define for at
145         * support/regression/tests/absolute.c: added, new
146
147 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
148
149         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
150           optimizations, see also patch 887161 by Stas Sergeev
151         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
152           to be necessary anymore,
153           (102, 103, 104, 127): renamed all occurances of bp to _bp
154
155 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
156
157         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
158           thanks Weston T. Schmidt for patch 1555221
159         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
160         * src/SDCCicode.c(geniCodeMultiply): small optimization
161
162 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
163
164         * device/include/stdlib.h: added rand prototypes
165         * device/lib/rand.c: new, added
166         * device/lib/Makefile.in: added rand.c
167         * src/z80/peeph.def,
168         * src/z80/peeph-gbz80.def,
169         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
170
171 2006-09-20 Raphael Neider <rneider AT web.de>
172
173         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
174
175 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
176
177         * as/link/aslink.h: cosmetic changes
178         * as/link/mcs51/Makefile.in,
179         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
180
181 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
182
183         * as/link/aslink.h,
184         * as/link/mcs51/aslink.h,
185         * as/link/z80/aslink.h: merged and moved to as/link/
186         * as/link/lkstore.c,
187         * as/link/mcs51/lkstore.c: moved to as/link/
188         * as/link/clean.mk: remove *.o
189         * as/link/mcs51/alloc.h: deleted
190         * as/link/mcs51/lkarea.c: added lnksect prototype
191         * as/link/mcs51/lkdata.c,
192         * as/link/mcs51/lklex.c,
193         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
194         * as/link/mcs51/lkmem.c,
195         * as/link/mcs51/lknoice.c: removed include strcmpi.h
196         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
197         * as/link/mcs51/aslink.dsp,
198         * as/link/mcs51/Makefile.aslink,
199         * as/link/mcs51/Makefile.bcc,
200         * as/link/mcs51/Makefile.in: updated for moved files
201         * as/link/z80/lkarea.c,
202         * as/link/z80/lkhead.c,
203         * as/link/z80/lklex.c,
204         * as/link/z80/lklibr.c,
205         * as/link/z80/lklist.c,
206         * as/link/z80/lkmain.c,
207         * as/link/z80/lkrloc.c,
208         * as/link/z80/lksym.c: synced with mcs51
209         * as/link/z80/lkdata.c,
210         * as/link/z80/lkeval.c,
211         * as/link/z80/lkihx.c,
212         * as/link/z80/lks19.c: cosmetic changes
213         * as/link/z80/Makefile.in,
214         * as/link/z80/linkgbz80.dsp,
215         * as/link/z80/linkz80.dsp: updated for moved files
216
217 2006-09-16 Borut Razem <borut.razem AT siol.net>
218
219         * debugger/mcs51/sdcdb.c: partially fixed
220           [ 1203664 ] sdcdb fails to open files w. two "." periods
221         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
222           debugger/mcs51/symtab.h: fixed indenting
223         * configure.in, configure: up to date with latest Maarten's changes
224
225 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
226
227         as/link/mcs51
228         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
229         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
230         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
231         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
232         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
233         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
234         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
235         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
236         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
237         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
238         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
239         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
240         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
241         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
242         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
243         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
244         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
245         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
246         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
247         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
248         as/link/mcs51/alloc.h,
249         as/link/mcs51/clean.mk,
250         as/link/mcs51/conf.mk,
251         as/link/mcs51/Makefile.bcc,
252         as/link/mcs51/Makefile.in,
253         as/link/mcs51/readme.390,
254         as/link/mcs51/strcmpi.c,
255         as/link/mcs51/strcmpi.h,
256         as/mcs51/clean.mk,
257         as/mcs51/Makefile.bcc,
258         as/mcs51/Makefile.in,
259         configure,
260         Makefile.in,
261         sdcc.dsw: moved mcs51 linker to as/link/mcs51
262
263 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
264
265         * as/link,
266         * as/link/Makefile.in,
267         * as/link/z80/linkgbz80.dsp,
268         * as/link/z80/linkz80.dsp,
269         * configure,
270         * link,
271         * link/clean.mk,
272         * link/Makefile.in,
273         * link/README,
274         * link/z80,
275         * link/z80/aslink.h,
276         * link/z80/clean.mk,
277         * link/z80/conf.mk,
278         * link/z80/linkgbz80.dsp,
279         * link/z80/linkz80.dsp,
280         * link/z80/lkarea.c,
281         * link/z80/lkdata.c,
282         * link/z80/lkeval.c,
283         * link/z80/lkgb.c,
284         * link/z80/lkgg.c,
285         * link/z80/lkhead.c,
286         * link/z80/lkihx.c,
287         * link/z80/lklex.c,
288         * link/z80/lklibr.c,
289         * link/z80/lklist.c,
290         * link/z80/lkmain.c,
291         * link/z80/lkrloc.c,
292         * link/z80/lks19.c,
293         * link/z80/lksym.c,
294         * link/z80/Makefile.in,
295         * Makefile.in,
296         * sdcc.dsw: moved link/ to as/link/
297
298 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
299
300         * as/mcs51/i51mch.c (machine): fixed warning
301
302 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
303
304         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
305
306 2006-09-09 Borut Razem <borut.razem AT siol.net>
307
308         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
309           sdcdb WIN32 native port
310         * src/clean.mk: fixed
311
312 2006-09-08 Borut Razem <borut.razem AT siol.net>
313
314         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
315
316 2006-09-08 Raphael Neider <rneider AT web.de>
317
318         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
319         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
320             to gplink to disable processor mismatch warning and to allow
321             the use of devices with only aliased (shared) memory banks,
322           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
323
324 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
325
326         * doc/sdccman.lyx: Some re-formating plus example on using
327           #pragma preproc_asm +/-
328
329 2006-09-07 Borut Razem <borut.razem AT siol.net>
330
331         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
332           section
333
334 2006-09-06 Borut Razem <borut.razem AT siol.net>
335
336         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
337           line at sdcc.nsi:153
338         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
339
340 2006-09-05 Borut Razem <borut.razem AT siol.net>
341
342         * configure.in, configure: support for winsock2
343         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
344           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
345           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
346           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
347           debugger/mcs51/symtab.h: sdcdb WIN32 native port
348
349 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
350
351         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
352           and OP_DEFS
353         * support/regression/tests/bug1551947.c: new, added
354         * src/SDCCsymt.h: strings are char* not byte*
355
356 2006-09-05 Raphael Neider <rneider AT web.de>
357
358         * device/lib/pic16/libdev/pic18f4550.c,
359           device/include/pic16/pic18f4550.h: added PORTD/TRISD
360             declarations/definitions from patch #1520949
361
362 2006-09-05 Raphael Neider <rneider AT web.de>
363
364         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
365           byte-aligned bitfields, fixes #1539278
366
367 2006-09-05 Raphael Neider <rneider AT web.de>
368
369         * src/pic/gen.c (genReceive): skip unreferenced arguments,
370           fixes #1544120
371
372 2006-09-04 Borut Razem <borut.razem AT siol.net>
373
374         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
375         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
376           -mno-cygwin is a part of the compiler name
377         * support/scripts/sdcc_mingw32: don't disable ucsim
378
379 2006-09-03 Borut Razem <borut.razem AT siol.net>
380
381         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
382         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
383
384 2006-09-03 Raphael Neider <rneider AT web.de>
385
386         * src/pic/ralloc.c,
387         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
388           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
389           fixes #1550049
390
391 2006-09-01 Borut Razem <borut.razem AT siol.net>
392
393         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
394           to make ppc-osx happy
395
396 2006-08-31 Borut Razem <borut.razem AT siol.net>
397
398         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
399         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
400         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
401         * support/regression/ports/ds390/spec.mk,
402           support/regression/ports/mcs51/spec.mk,
403           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
404           To run regression tests in mingw environment:
405           make DEV_NULL=NUL CC=gcc
406
407 2006-08-30 Borut Razem <borut.razem AT siol.net>
408
409         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
410           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
411           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
412           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
413           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
414           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
415           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
416           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
417           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
418           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
419           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
420           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
421           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
422           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
423           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
424           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
425           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
426           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
427           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
428           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
429           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
430           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
431           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
432           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
433           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
434           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
435           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
436           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
437           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
438           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
439           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
440           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
441           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
442           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
443           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
444           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
445           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
446           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
447           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
448           ucsim WIN32 native port
449
450 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
451
452         * doc/sdccman.lyx: added note on dynamic memory heap initialization
453
454 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
455
456         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
457         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
458
459 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
460
461         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
462         * support/regression/tests/bug1546986.c: new, added
463         * as/mcs51/.cvsignore,
464         * debugger/mcs51/.cvsignore,
465         * src/.cvsignore: deleted
466
467 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
468
469         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
470           definitions)
471
472 2006-08-20 Borut Razem <borut.razem AT siol.net>
473
474         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
475           removed cl_listen_console::match(), cl_console::match(),
476           restructured cl_commander::proc_input()
477
478 2006-08-16 Borut Razem <borut.razem AT siol.net>
479
480         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
481           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
482           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
483
484 2006-08-14 Borut Razem <borut.razem AT siol.net>
485
486         * support/regression/Makefile.in,
487           support/regression/ports/pic14/gpsim.cmd,
488           support/regression/ports/pic14/spec.mk,
489           support/regression/ports/pic14/support.c:
490           added pic14 regression test
491
492 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
493
494         * as/doc/asxhtm.html: documented changed ABS behaviour
495         * as/doc/README: fixed some typos
496
497 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
498
499         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
500           not defined on host
501
502 2006-08-12 Borut Razem <borut.razem AT siol.net>
503
504         * support/regression/fwk/include/testfwk.h,
505           support/regression/fwk/lib/testfwk.c,
506           support/regression/generate-cases.py,
507           support/regression/Makefile.in:
508           regression test framework does not depend on function pointers and
509           variable arguments
510
511 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
512
513         * device/include/stddef.h: c temporary hack to fix bug 1518273
514
515 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
516
517         * device/include/mcs51/cc2510fx.h: added
518         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
519           to projects.
520
521 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
522
523         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
524         * as/z80/Makefile.in: added strcmpi.c
525         * as/z80/z80adr.c: added upper case registers and lower case conditionals
526         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
527
528 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
529
530         * device/lib/gbz80/asm_strings.s,
531         * device/lib/gbz80/crt0_rle.s,
532         * device/lib/gbz80/div.s,
533         * device/lib/gbz80/mul.s,
534         * device/lib/gbz80/shift.s,
535         * device/lib/z80/asm_strings.s,
536         * device/lib/z80/crt0_rle.s,
537         * device/lib/z80/div.s,
538         * device/lib/z80/mul.s,
539         * device/lib/z80/shift.s: changed to all lower case menmonics except the
540           flags which are all upper case
541
542 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
543
544         * as/z80/asm.h: made CASE_SENSITIVE 1
545         * link/z80/aslink.h: made CASE_SENSITIVE 1
546         * src/z80/gen.c (throughout): made all conditionals upper case
547         * support/regression/tests/bug1503067.c: new
548
549 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
550
551         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
552           (shiftIntoPair): added case 2 for PAIR_IY,
553           (setupToPreserveCarry): replaced parameters with iCode and check if
554            PAIR_DE is in use to fix bug 1399290,
555           (genPlus, genMinus): updated call to setupToPreserveCarry
556         * support/regression/tests/bug1399290.c: new
557
558 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
559
560         * device/lib/Makefile.in (Z80SOURCES): enabled float support
561         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
562         * src/ds390/gen.c (shiftRLong),
563         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
564         * src/mcs51/gen.c (sameReg): changed to sameByte,
565           (xch_a_aopGet): new,
566           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
567            shiftRLong): fixed bug 1533966
568         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
569           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
570         * support/regression/Makefile.in: disabled z80, enabled ucz80
571         * support/regression/tests/float_trans.c: enabled test for z80 and host
572         * support/regression/tests/shifts2.c: new, for testing bug 1533966
573
574 2006-08-01 Borut Razem <borut.razem AT siol.net>
575
576         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
577           comparison is always false due to limited range of data type
578           on PPC64 machine (openpower-linux1) where "char = unsigned char"
579
580 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
581
582         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
583         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
584         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
585         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
586
587 2006-07-31 Borut Razem <borut.razem AT siol.net>
588
589         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
590           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
591           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
592           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
593           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
594           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
595           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
596           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
597           enable ucsim mingw compilation. Serial port is disabled,
598           since it uses termios.h API, which is not available on native
599           WIN32
600
601 2006-07-31 Borut Razem <borut.razem AT siol.net>
602
603         * Small Device C Compiler 2.6.0 released
604         * support/scripts/sdcc.nsi: added FULL_DOC option
605         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
606
607 2006-07-28 Borut Razem <borut.razem AT siol.net>
608
609         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
610         * doc/INSTALL.txt: updated
611
612 2006-07-27 Borut Razem <borut.razem AT siol.net>
613
614         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
615           device/lib/pic/libdev/Makefile.in: fixed bug
616           [ 1438354 ] pic libsdcc: distclean doesn't work
617         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
618           device/lib/pic16/libio/Makefile.in: fixed bug
619           [ 1438344 ] pic16 lib: clean doesn't work properly
620         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
621
622 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
623
624         * device/lib/pic/libsdcc/fsdiv.c,
625         * device/lib/pic/libsdcc/fsmul.c,
626         * device/lib/pic16/libsdcc/float/fsdiv.c,
627         * device/lib/pic16/libsdcc/float/fsmul.c,
628         * device/lib/_fsdiv.c,
629         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
630         * support/regression/tests/bug1520966.c: added
631         * doc/knownbugs.html: removed [ 1520966 ] from the list
632
633 2006-07-25 Borut Razem <borut.razem AT siol.net>
634
635         * configure.in, configure, sdccconf_in.h: fixed bug
636           [ 1519095 ] regression test onebyte.c fails on ppc64 host
637         * doc/knownbugs.html: removed [ 1519095 ] from the list
638
639 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
640
641         * doc/knownbugs.html: added, contains list of known bugs at release
642         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
643
644 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
645
646         * device/include/mcs51/compiler.h: added SFRX for xdata based special
647           function registers and corrected defaults with additional warning
648         * device/lib/malloc.c: cosmetic changes
649         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
650         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
651           (fillGaps): and used it
652
653 2006-07-20 Raphael Neider <rneider AT web.de>
654
655         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
656           output unless SDCCPICDEBUG is set
657         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
658           output if SILENT is set
659
660 2006-07-11 Borut Razem <borut.razem AT siol.net>
661
662         * doc/README.txt: updated
663
664 2006-07-10 Borut Razem <borut.razem AT siol.net>
665
666         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
667           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
668           in WIN32 installation
669         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
670           release candidate 1
671
672 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
673
674         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
675         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
676
677 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
678
679         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
680
681 2006-07-06 Borut Razem <borut.razem AT siol.net>
682
683         * support/regression/tests/bitfields.c:
684           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
685         * support/regression/tests/constantRange.c:
686           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
687
688 2006-07-04 Borut Razem <borut.razem AT siol.net>
689
690         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
691           src/port.mk,
692           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
693           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
694           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
695           reverted changes from 2006-07-03
696         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
697         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
698           added CPPFLAGS, used by the host port
699
700 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
701
702         * support/regression/valdiag/tests/switch.c,
703         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
704         * support/regression/tests/libmullong.c: fixed for host
705         * support/regression/ports/host/spec.mk: disable all warnings for host,
706         SDCC runs with --less-pedantic too
707
708 2006-07-03 Borut Razem <borut.razem AT siol.net>
709
710         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
711           defined CPPFLAGS
712         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
713         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
714           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
715           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
716           include ../port.mk
717         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
718           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
719           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
720           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
721
722 2006-07-02 Raphael Neider <rneider AT web.de>
723
724         * src/pic16/devices.inc,
725         * device/include/pic16/pic18fregs.h,
726         * device/include/pic16/pic18f4550.h,
727         * device/lib/pic16/pics.all,
728         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
729
730 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
731
732         * as/hc08/lkaomf51.c (OutputName),
733         * as/mcs51/lkaomf51.c (OutputName),
734         * as/z80/asmain.c (asmbl),
735         * src/ds390/main.c (asmLineNodeFromLineNode),
736         * src/hc08/ralloc.c (hc08_assignRegisters),
737         * src/mcs51/main.c (asmLineNodeFromLineNode),
738         * src/xa51/ralloc.c (checkRegMask),
739         * src/xa51/gen.c (emitcode),
740         * src/z80/gen.c (_emit2),
741         * src/SDCCast.c (searchLitOp),
742         * src/SDCCglobl.h,
743         * support/packihx/packihx.c,
744         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
745         * src/ds390/gen.c (aopPutUsesAcc),
746         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
747         * support/regression/tests/libmullong.c (mullong_wrapper),
748         * src/SDCCsymt.c (powof2),
749         * src/SDCCast.c,
750         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
751         * src/SDCCsymt.h: added TYPE_TARGET_*
752         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
753         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
754         SDCCast because 1) header problems 2) this is the right place
755         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
756         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
757         prototype
758
759 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
760
761         * src/SDCCicode.h: removed buggy semicolon in unused macro
762         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
763         search for previous definiton of auto symbols too,
764         (findPrevUse): fixed logic of emitWarnings
765
766 2006-06-26 Raphael Neider <rneider AT web.de>
767
768         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
769           PCLATH and PCLATU on interrupts, potentially fixes #1505141
770
771 2006-06-25 Raphael Neider <rneider AT web.de>
772
773         * device/lib/pic/libm: NEW, added math library functions
774         * device/lib/pic/libsdcc: NEW; added float support functions
775         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
776         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
777           NEW, added math related headers
778         * device/include/asm/pic/features.h: NEW
779         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
780           (popGet): allow larger offsets for AOP_PCODE,
781           (genDataPointerSet): handle literals explicitly, more debug output,
782           (genAssign): fixed for float using aopLiteral ;-)
783         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
784           GOTO initialisation routine
785         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
786           flag on registers, fixes #1469043 (local variables do not work)
787         * src/pic/main.c (_pic14_do_link),
788         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
789           available
790
791 2006-06-25 Borut Razem <borut.razem AT siol.net>
792
793         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
794           characters printed (not including the trailing '\0' used to end
795           output to strings). Problem detected in regression test bug-927659.c.
796           NOTE: printf() family functions should return int instead
797           unsigned int!
798         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
799           specifier are printed as themselves
800         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
801           support flags, width and precision specifiers
802
803 2006-06-24 Borut Razem <borut.razem AT siol.net>
804
805         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
806           to the list of sdcc tagrets not supporting bit type
807         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
808           testfor pic16 due to bug:
809           [ 1511794 ] pic16: regression test bug-895992.c fails
810
811 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
812
813         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
814         * src/SDCCglue.c (initPointer), fixed bug 1496419
815         * support/regression/tests/bug1496419.c: new, added
816
817 2006-06-22 Borut Razem <borut.razem AT siol.net>
818
819         * support/regression/ports/pic16/support.c: use gpsim usart module from
820           libgpsim_modules library
821
822 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
823
824         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
825         IP0H to IPH0.
826
827 2006-06-19 Raphael Neider <rneider AT web.de>
828
829         * src/pic/glue.h,src/pic16/glue.h: added prototypes
830         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
831           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
832           (pic14printExterns,pic14printPublics,pic16printPublics,
833           pic16_printExterns): use new functions to emit symbols
834           (picglue,pic16glue): emit publics before emitting externs
835         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
836           locally defined functions to avoid bug #1443651
837         * support/regression/tests/bug-716242.c: removed pic16 workaround
838         * support/regression/ports/pic16/spec.mk: ignore errors during build
839
840 2006-06-19 Raphael Neider <rneider AT web.de>
841
842         * src/pic/glue.h: added pic14aopLiteral prototype
843         * src/pic/glue.c (pic14aopLiteral): return unsigned int
844         * src/pic/gen.c: removed stdint.h dependency
845           (aopGet): use Safe_strdup()
846           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
847           (genDataPointerSet): use pic14aopLiteral()
848         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
849           for pic16; thanks to Bernhard and Maarten
850
851 2006-06-18 Borut Razem <borut.razem AT siol.net>
852
853         * support/regression/tests/structflexarray.c: flexible array members
854           not supported by gcc < 3
855         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
856           GUI tool by default
857         * src/pic/gen.c: don't include [p]strdin.h on solaris
858         * support/Util/pstdint.h: addad svn attributes
859         * support/regression/tests/constantRange.c,
860           support/regression/tests/rotate.c: include inttypes.h instead
861           stdint.h on solaris, addad svn attributes
862
863 2006-06-18 Raphael Neider <rneider AT web.de>
864
865         * src/SDCCsymt.c (initCSupport): change return type of divschar to
866           int for PIC16
867         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
868           (pic16_genMinusBits): simplified sign-extension
869           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
870             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
871             adjusted to correctly handle mixed-signed operands, disabled
872             now unused multiplciation routines
873         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
874           (assignResultValue): added argument denoting the size of the result
875             as returned by the function (fixes upcasts in assigning from
876             function calls: char foo(); int i = foo();)
877           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
878             function result to assignResultValue
879           (genMult): disabled inlined multiplication code
880           (genDiv): augmented to also handle the modulus operator, fixed to
881             handle mixed-signed operands correctly
882           (genMod): simply call genDiv, disabled unused code
883           (genAssign): fixed missing (sign-)extension on result
884         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
885             valid char operands, allow signed operands for native code, added
886             division and modulo operator handling
887         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
888
889         As a consequence, onebyte.c (if split into two files) and muldiv.c
890         pass regression tests.
891
892 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
893
894         * doc/Makefile.in: two runs of makeindex seem needed to get
895         correct page references in the index of sdccman.pdf
896         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
897
898 2006-06-17 Borut Razem <borut.razem AT siol.net>
899
900         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
901
902 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
903
904         * doc/sdccman.lyx: updated, added (porting source code, debugging),
905         mentioned ec2drv and paulmon
906
907 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
908
909         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
910           consecutive abs areas
911           (find_empty_space, allocate_space): added map to handle codemap or
912            xdatamap,
913           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
914            absolute idata and xdata
915         * as/mcs51/lkmem.c (summary2): updated legend
916
917 2006-06-16 Raphael Neider <rneider AT web.de>
918
919         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
920
921 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
922
923         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
924           1208515
925         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
926
927 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
928
929         * src/port.h (struct PORT): added field gp_tags, to hold the tag
930         value of generic pointers,
931         * src/avr/main.c,
932           src/ds390/main.c,
933           src/hc08/main.c,
934           src/izt/i186.c,
935           src/izt/tlcs900h.c,
936           src/mcs51/main.c,
937           src/pic/main.c,
938           src/pic16/main.c,
939           src/xa51/main.c,
940           src/z80/main.c: PORT structure, added elements for gp_tags field,
941         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
942         fields in the PORT structure of each port,
943         * src/SDCCast.c (decorateType): allow processing of generic pointers
944         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
945         S_FIXED symbols
946
947 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
948
949         * link/z80/lkgb.c,
950         * link/z80/lkgg.c,
951         * src/pic16/gen.c,
952         * src/pic16/main.c,
953         * src/pic16/pcode.c,
954         * src/pic/main.c,
955         * src/pic/pcoderegs.c,
956         * src/SDCCicode.c,
957         * src/SDCCmain.c,
958         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
959           bug 1504689 on minGW
960
961 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
962
963         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
964
965 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
966
967         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
968
969 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
970
971         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
972           for optimization
973
974 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
975
976         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
977         to a char variable. Fixed bug #1504211
978         * device/include/pic16/adc.h,
979         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
980         and fixed bug #1364390
981
982 2006-06-10 Borut Razem <borut.razem AT siol.net>
983
984         * CVSROOT: removed the CVS left-over
985
986 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
987
988         * as/hc08/asmain.c (asexit),
989         * as/hc08/lkmain.c (lkexit),
990         * as/mcs51/asmain.c (asexit),
991         * as/mcs51/lkmain.c (lkexit),
992         * src/SDCCglue.c (DEFSETFUNC),
993         * src/SDCCmain.c (linkEdit, assemble),
994         * support/librarian/sdcclib.c (AddRel),
995           replaced unlink() by standard C remove()
996         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
997         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
998           gatherImplicitVariables): new, added to fix bug 608752,
999           (createFunction): added gatherImplicitVariables()
1000         * src/SDCCast.h: added createRMW prototype
1001         * src/SDCCsymt.h (struct symbol): added infertype
1002         * support/regression/tests/bug608752.c: new, added
1003
1004 2006-06-10 Raphael Neider <rneider AT web.de>
1005
1006         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
1007           multibyte dummy reads (fixes #1503234)
1008
1009 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1010
1011         * device/include/mcs51/compiler.h: new, added header file to enable
1012           creating common sfr definition header files for different compilers
1013
1014 2006-06-05 Raphael Neider <rneider AT web.de>
1015
1016         * src/pic16/{pcode.h,genarith.c}:
1017           introduced pCodeOp combining any two pCodeOps (previously only
1018           two register operands could be combined), removed pcop2 from
1019           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
1020         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
1021         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
1022           rewritten to use new PO_TWO_OPS
1023         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
1024         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
1025           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
1026           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
1027           (pic16_get_op): embraced return arg to allow #define return(x),
1028             added new case for combined opcodes
1029           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
1030           (pic16_pCode2str,pic16_getRegFrompCodeOp,
1031            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
1032
1033 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
1034
1035         * src/SDCCval.c (checkConstantRange): added
1036         * src/SDCCval.h: added checkConstantRange
1037         * support/Util/SDCCerr.c,
1038         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
1039         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
1040         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
1041         * src/SDCCast.c (decorateType): added checkConstantRange,
1042         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
1043         can be emitted with the correct always true/false warning,
1044         added optimization for double '!';
1045         result of decorateType() must be assigned back to the tree, because
1046         decorateType() can change the tree
1047         * src/SDCCicode.c (geniCodeLogic),
1048         (geniCodeAssign): replaced new checkConstantRange, added warnings,
1049         (checkConstantRange): removed, it was only a fragment which never
1050         emitted a warning
1051         * src/SDCCsymt.c (computeType): fixed promotion for
1052         "-1 < (unsigned bit) b"
1053         * src/pic/ralloc.c (packRegsForAssign),
1054         * src/pic16/ralloc.c (packRegsForAssign),
1055         * src/hc08/ralloc.c (packRegsForAssign),
1056         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
1057         from mcs51
1058         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
1059         * support/regression/tests/constantRange.c: added
1060         * support/valdiag/tests/constantRange.c: added
1061         * support/valdiag/valdiag.py: added -DPORT_HOST=1
1062
1063 2006-06-02 Borut Razem <borut.razem AT siol.net>
1064
1065         * support/regression/ports/pic16/support.c: increase stack size
1066           to 255 bytes
1067         * support/regression/Makefile.in: sort tests by name so that the
1068           resutlts can be compared on different machines / platforms
1069
1070 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1071
1072         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
1073         * src/ds390/gen.c (emitLabel): new, added,
1074           (genDjnz): fixed stack overflow bug,
1075           (throughout): cosmetic changes to sync with mcs51/gen.c,
1076           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
1077         * src/mcs51/gen.c (genEndFunction): small optimization,
1078           (throughout): cosmetic changes to sync with ds390/gen.c
1079
1080 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1081
1082         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
1083           (_print_format): fixed printing pointers
1084         * src/mcs51/gen.c (emitLabel, movb): new, added,
1085           (genAssign): small optimization,
1086           (genDjnz): fixed stack overflow bug,
1087           (throughout): replaced sprintf with SNPRINTF,
1088           replaced mcs51_regWithIdx with REG_WITH_INDEX,
1089           replaced emitcode("mov", "b,...") with MOVB(...),
1090           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
1091           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1092         * src/mcs51/peeph.def: added rules 140 and 264
1093         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
1094           so they may get optimized into registers
1095
1096 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
1097
1098         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
1099           immediately when encountered,
1100           (printUsage): always use stderr even on windows
1101
1102 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
1103
1104         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
1105         (processParms): fixed bug #1247551
1106         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
1107         parseCmdLine, main): print '--version' to stdout,
1108         print 'help' to stdout if --help is given,
1109         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
1110         arguments are given; fixed --help
1111
1112 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
1113
1114         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
1115         * support/regression/tests/bug-1493710.c: added
1116
1117 2006-05-27 Borut Razem <borut.razem AT siol.net>
1118
1119         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
1120           static instead auto
1121         * support/regression/ports/pic16/support.c: increase stack size
1122           from default 64 bytes to 128 bytes
1123         * support/regression/tests/staticinit.c,
1124           support/regression/tests/float.c: regression tests fully enabled
1125           for pic16 port by putting the initialized data arrays into the code
1126           section
1127         * support/regression/ports/pic16/spec.mk: don't link default libraries.
1128           This was changed by mistake in the previous version.
1129
1130 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
1131
1132         * src/pic16/gen.c (genFunction, genEndFunction): some
1133         beautifications, fixed bug with falsely restoring FSR2 in large
1134         stack model, thanks to Beau E. Cox for reporting the bug
1135
1136 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1137
1138         * debugger/mcs51/break.c,
1139         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
1140           use %p to print pointers, made address variables unsigned
1141         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
1142         * debugger/mcs51/symtab.c (parseSymbol): must return something
1143         * src/mcs51/gen.c (aopForSym): small optimization,
1144            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
1145           (freeAsmop): added missing break,
1146           (aopPut): removed parameter bvolatile, determine it inside the function,
1147           (saveRegisters, unsaveRegisters): small optimization,
1148           (genIpush): removed pointless check,
1149           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
1150           replaced sprintf with SNPRINTF,
1151           replaced strcpy with strncpyz,
1152           updated aopPut calls,
1153           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1154         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
1155
1156 2006-05-24 Borut Razem <borut.razem AT siol.net>
1157
1158         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1159           modification of test for the pic16 port, put the array to the code
1160           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1161
1162 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1163
1164         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1165         * support/Util/pstdint.h: added
1166
1167 2006-05-22 Borut Razem <borut.razem AT siol.net>
1168
1169         * src/regression/Makefile: removed bool2.c test, added -q linker option
1170         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1171           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1172           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1173           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1174           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1175           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1176           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1177           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1178           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1179
1180 2006-05-22 Raphael Neider <rneider AT web.de>
1181
1182         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1183           bug #1492360 (problematic due to generic pointers, see code)
1184
1185 2006-05-22 Borut Razem <borut.razem AT siol.net>
1186
1187         * support/regression/ports/pic16/specs.mk: removed stack size linker
1188           directive
1189         * support/regression/tests/array.c,
1190           support/regression/tests/bitopcse.c,
1191           support/regression/tests/bug-908454.c,
1192           support/regression/tests/malloc.c: modified for pic16 regression test
1193         * support/regression/tests/bitfields.c:
1194           pic16 - excluded bitfileds of size > 8
1195         * support/regression/tests/bp.c: pic16 - reduced data size
1196         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1197         * support/regression/tests/bug-460010.c:
1198           pic16 - used the absolute address the fits in memory
1199         * support/regression/tests/bug-716242.c:
1200           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1201         * support/regression/tests/float.c:
1202           pic16 - excluded - data size too big
1203         * support/regression/tests/onebyte.c:
1204           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1205         * support/regression/tests/shifts.c:
1206           pic16 - function names probably have to differ in first X characters
1207           (gpasm limitation?)
1208         * support/regression/tests/staticinit.c:
1209           pic16 - excluded some tests due error: no target memory available for
1210           section ".idata"
1211
1212 2006-05-22 Borut Razem <borut.razem AT siol.net>
1213
1214         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1215           second try. Thanks Stas Sergeev once more.
1216
1217 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1218
1219         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1220           (genLeftShift, genRightShift): fixed bug 1491627
1221         * src/hc08/peeph.def (rules 7, 8.x): added
1222         * support/regression/tests/shifts.c (ShiftLeftByParam,
1223           ShiftRightByParam, testShiftByParam): added to test variable shifting
1224
1225 2006-05-20 Raphael Neider <rneider AT web.de>
1226
1227         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1228         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1229           (allocReg): add only new registers to dynAllocRegs,
1230           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1231             #1489055, #1445850, and probably #1483693
1232
1233 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1234
1235         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1236         bug in for-loop that didn't emit the last of CONFIG and ID registers
1237
1238 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1239
1240         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1241           with offset
1242         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1243           1489016, 1434401 and 1490124
1244         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1245           1489016, 1434401 and 1490124
1246
1247 2006-05-17 Borut Razem <borut.razem AT siol.net>
1248
1249         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1250           thanks Stas Sergeev
1251
1252 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1253
1254         * device/include/mcs51/P89c51RD2.h,
1255         * device/include/mcs51/P89LPC901.h,
1256         * device/include/mcs51/P89LPC922.h,
1257         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1258
1259 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1260
1261         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1262         to fix missing stack pragma in compiled binary object file,
1263
1264 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1265
1266         * support/packihx/configure.in,
1267         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1268         determine sizeof basic types even while cross compiling
1269
1270 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1271
1272         * src/avr/gen.c (aopop),
1273         * src/ds390/gen.c (aopOp),
1274         * src/hc08/gen.c (aopOp),
1275         * src/mcs51/gen.c (aopop),
1276         * src/pic16/gen.c (pic16_aopOp),
1277         * src/pic/gen.c (aopOp),
1278         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1279         if size of operand is smaller than spill location
1280
1281 2006-05-12 Borut Razem <borut.razem AT siol.net>
1282
1283         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1284           have to have CR/LF line endings even if they are checked out on *nix
1285           or on WIN32 in cygwin binmode
1286
1287 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1288
1289         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1290         * device/include/ds80c390.h: added sfr16 definitions
1291         * src/ds390/gen.c,
1292         * src/ds390/gen.h,
1293         * src/ds390/main.c,
1294         * src/ds390/ralloc.c,
1295         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1296           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1297           bit returning functions
1298         * support/regression/tests/sfr16.c: enabled test on ds390
1299
1300 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1301
1302         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1303         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1304
1305 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1306
1307         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1308         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1309           (cl_address_space constructor): removed expensive initialization,
1310           (cl_address_space::get_cell): extended for late initialization,
1311           (cl_address_space::*): use late initialization,
1312           (cl_address_decoder::activate): removed expensive initialization,
1313           This reduced regression test running time by 25%
1314
1315 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1316
1317         * packihx/,
1318         * configure.in,
1319         * configure,
1320         * sdcc.dsw,
1321         * Makefile.bcc,
1322         * Makefile.in,
1323         * support/packihx/Makefile.in,
1324         * support/packihx/clean.mk,
1325         * support/packihx/Makefile.bcc,
1326         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1327
1328 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1329
1330         * src/SDCCval.c (valNot): fix for regression test failure
1331           of not.c on big endian hosts
1332
1333 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1334
1335         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1336
1337 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1338
1339         * device/lib/mcs51/Makefile.in: changed string comparison operator
1340           to = for POSIX compliance; == is bash extension
1341
1342 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1343
1344         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1345           kosmonaut_pirx
1346
1347 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1348
1349         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1350         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1351         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1352         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1353         bug report #1478657,
1354
1355 2006-05-05 Borut Razem <borut.razem AT siol.net>
1356
1357         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1358           making the html
1359
1360 2006-05-02 Borut Razem <borut.razem AT siol.net>
1361
1362         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1363           create *.ind, which made make to fail if invoked with -j 2
1364
1365 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1366
1367         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1368           Hubert Sack for patch 1479782
1369
1370 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1371
1372         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1373
1374 2006-05-01 Raphael Neider <rneider AT web.de>
1375
1376         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1377           (create_pic): store only prefix-free device name,
1378           (init_pic): check for device names with "16" prefix,
1379           (list_valid_pics),
1380         * src/pic/device.h (struct PIC_device),
1381         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1382             stored device name,
1383         * device/include/pic/pic12f{635,675,629,683}.h,
1384         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1385         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1386         * device/include/pic/pic16f505.h,
1387         * device/lib/pic/libdev/pic16f505.c: removed
1388         * device/include/pic/pic14devices.txt: added support for pic12f
1389             devices, removed unsupported non 16-bit devices
1390             [above changes provided by patch from Zik Saleeba]
1391         * src/pic/*, src/pic16/*, device/include/pic16/*,
1392           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1393
1394 2006-05-01 Borut Razem <borut.razem AT siol.net>
1395
1396         * configure.in, configure, doc/Makefile.in:
1397           sync with nightly build makefile - latex, dvipdf and dvips
1398           not needed any more
1399
1400 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1401
1402         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1403         in the library source
1404
1405 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1406
1407         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1408
1409 2006-04-28 Raphael Neider <rneider AT web.de>
1410
1411         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1412         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1413           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1414         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1415
1416 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1417
1418         * device/lib/pic/libdev/Makefile.in,
1419         * device/lib/hc08/Makefile.in,
1420         * device/lib/gbz80/Makefile.in,
1421         * device/lib/z80/Makefile.in,
1422         * device/lib/ds390/Makefile.in,
1423         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1424         thanks to Borut for the bug report
1425         * configure.in,
1426         * configure: always create doc/Makefile independent from --enable-doc
1427         * Makefile.in: always install from directory doc independent from
1428         --enable-doc
1429         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1430         removed
1431         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1432         * doc/Makefile.in: install *.txt if present
1433         * device/include/Makefile.in (install): added installation of pic/*.inc
1434         and pic/*.txt files again, they were erroneously removed
1435
1436 2006-04-28 Raphael Neider <rneider AT web.de>
1437
1438         * src/pic/{gen.c,main.h,pcode.c},
1439         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1440             concerning signedness with casts
1441
1442 2006-04-28 Raphael Neider <rneider AT web.de>
1443
1444         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1445             definition of an interrupt handler,
1446         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1447             interrupt handler stuff from picglue() to separate routine,
1448           (picglue): enabled definition of intr handlers in files w/o main()
1449
1450 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1451
1452         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1453           compilation with MSVC 2005 Express Edition (VC8)
1454
1455 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1456
1457         * device/lib/Makefile: fixed build of gbz80 lib
1458
1459 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1460
1461         * support/regression/tests/bug-460010.c,
1462         * support/regression/tests/bug-524691.c,
1463         * support/regression/tests/bug-716242.c: removed conditional defines
1464           that are already in testfwk.h
1465
1466 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1467
1468         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1469           (AccAXRsh1): added, shift right by 1,
1470           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1471            AccAXLrl1
1472         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1473
1474 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1475
1476         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1477         remove cast to same type
1478         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1479         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1480         * as/z80/Makefile,
1481         * link/z80/Makefile: removed, they have moved to
1482         Makefile.in files
1483         * configure,
1484         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1485         * install-sh: fix bug #1204398 by setting umask 0022
1486         * device/lib/Makefile: separate build of z80 and gbz80 lib
1487
1488 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1489
1490         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1491         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1492
1493         One basic decision: e.g. src/clean.mk includes further files. In order
1494         to make this work there are two solutions:
1495         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1496           run configure on them. This way they can use
1497           'include $(srcdir)/port-clean.mk'
1498         - always include clean.mk by the Makefile at the same level. To avoid
1499           that `make clean` tries to include and build Makefile.dep the
1500           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1501           implemented, because now even `make uninstall` doesn't create
1502           Makefile.in. clean.mk could be eliminated by pasting it in
1503           Makefile.in.
1504
1505         * debugger/mcs51/Makefile.in: build own objects from library sources
1506         (SLIB, SDCC) in current directory
1507
1508         * configure, configure.in: renamed --disable-device-lib-build in
1509         --disable-device-lib; added --enable-doc, the required tools are
1510         searched by configure; added result message; the toolchain for the
1511         belonging ports are now only built, if the port is enabled.
1512
1513         * support/regression/*: all output is written in directory gen, because
1514         the fwk and ports directories don't livet in the build tree using vpath
1515
1516         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1517         --disable-device-lib, added --enable-doc, added section VPATH
1518
1519         * sim/ucsim/configure.in,
1520         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1521         z80 are enabled by default
1522
1523 2006-04-24 Raphael Neider <rneider AT web.de>
1524
1525         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1526             to config word, "pic14_"-prefixed some extern functions
1527           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1528             config word has been found
1529         * src/pic/device.h: added prototypes
1530         * src/pic/pcode.c: added "pic14_"-prefix where needed
1531         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1532             fixup
1533         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1534             words,
1535           (pic14emitRegularMap): ignore config words,
1536           (pic14createInterruptVect): moved generating __config directives away
1537           (picglue): have __config directives emitted
1538
1539 2006-04-24 Borut Razem <borut.razem AT siol.net>
1540
1541         * doc/Makefile: sync with nightly build makefile
1542
1543 2006-04-24 Raphael Neider <rneider AT web.de>
1544
1545         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1546             registers that have not been assigned proper liveranges,
1547             fixes #1469504 and #1474602,
1548           (pCodeRegOptimizeRegUsage): fixed typo in comment
1549
1550 2006-04-24 Borut Razem <borut.razem AT siol.net>
1551
1552         * device/examples/main8051.c: deleted - it was removed from CVS
1553           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1554           after the transition to Subversion
1555         * src/SDCCalloc.h: deleted - it was removed  from CVS
1556           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1557           after the transition to Subversion
1558         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1559           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1560           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1561           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1562
1563 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1564
1565         * as/asx8051.dsp: added mcs51/strcmpi.h
1566         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1567         * as/hc08/aslink.h: updated lnksect prototype
1568         * as/hc08/asm.h,
1569         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1570         * as/hc08/asmain.c,
1571         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1572           (newdot): handle A_ABS
1573         * as/hc08/asout.c,
1574         * as/mcs51/asout.c (outarea): output address
1575         * as/hc08/lkaomf51.c,
1576         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1577         * as/hc08/m08pst.c,
1578         * as/mcs51/i51pst.c,
1579         * as/z80/z80pst.c: "ABS" is not A_OVR
1580         * as/hc08/lkarea.c (newarea): read a_addr,
1581           (lnkarea): added codemap array, sort absolute areas to the front,
1582            combine all GSINITx/GSFINAL,
1583           (find_empty_space, allocate_space): new functions,
1584           (lnksect): return next address, handle absolute sections
1585         * as/mcs51/lkarea.c (newarea): read a_addr,
1586           lnksect2 prototype changed,
1587           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1588           (find_empty_space, allocate_space): new, factored out of lnksect2,
1589           (lnksect2): return next address, handle absolute sections
1590         * as/hc08/lkhead.c,
1591         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1592         * as/hc08/lklibr.c (addfile, fndsym),
1593         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1594           index out of range and detect both '\' and '/'
1595         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1596         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1597           regression tests (ds390 cannot return bool yet)
1598         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1599           document critical interrupts on z80, document changed SDCC define
1600         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1601           (_a390_mapping): added .org directive
1602         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1603           (genMultOneByte): fixed warnings
1604         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1605           ones
1606         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1607         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1608           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1609         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1610         * src/pic16/main.c: removed newReg prototype
1611         * src/pic16/pcode.c,
1612         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1613           warnings
1614         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1615           ones
1616         * src/pic16/ralloc.c
1617         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1618           to fix warnings
1619         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1620           from short to PIC_OPTYPE
1621         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1622         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1623           optype from short to PIC_OPTYPE
1624         * src/port.h: made int_size unsigned to fix warnings
1625         * src/SDCC.y: fixed warning on MSVC
1626         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1627         * src/SDCCopt.c (convertToFcall): fixed warnings
1628         * src/SDCCsymt.h: removed double prototype for genSymName
1629         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1630           offset int to fix warnings
1631
1632 2006-04-22 Borut Razem <borut.razem AT siol.net>
1633
1634         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1635           references to CVS replaced with Subversion
1636
1637 2006-04-21 Borut Razem <borut.razem AT siol.net>
1638
1639         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1640           references to CVS replaced with Subversion
1641
1642 2006-04-19 Borut Razem <borut.razem AT siol.net>
1643
1644         * src/version.awk: adapted for svn
1645         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1646           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1647           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1648           /binutils-avr/etc/*.vi, *.jin: removed all properties
1649           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1650
1651 2006-04-19 Borut Razem <borut.razem AT siol.net>
1652
1653         * CVS to Subversion migration completed
1654
1655 2006-04-18 Borut Razem <borut.razem AT siol.net>
1656
1657         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1658           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1659
1660 2006-04-17 Borut Razem <borut.razem AT siol.net>
1661
1662         * device/include/Makefile.in: added pic/*.inc to the installation
1663
1664 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1665
1666         * support/regression/collate-results.py: fixed output in case of
1667         a valdiag error
1668         * support/regression/generate-cases.py: fixed splitting of pathnames
1669         with dots
1670         * as/hc08/lklibr.c (addfile),
1671         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1672
1673 2006-04-11 Raphael Neider <rneider AT web.de>
1674
1675         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1676         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1677         * src/pic16/pcode.c (assignValnums): fixed #1460578
1678
1679 2006-04-11 Raphael Neider <rneider AT web.de>
1680
1681         * device/lib/pic/libdev/*.c,
1682         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1683           fixes #1468739, enables compilation in --std-c99 mode
1684         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1685
1686 2006-04-11 Raphael Neider <rneider AT web.de>
1687
1688         * src/pic/device.c (find_device): removed debug output
1689           (list_valid_pics): enabled verbose listing of supported devices
1690         * device/include/stdbool.h: define bool as char for pic14/16 as well
1691
1692 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1693
1694         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1695
1696 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1697
1698         * .version: bumped version to 2.5.6
1699         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1700
1701 2006-04-06 Raphael Neider <rneider AT web.de>
1702
1703         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1704         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1705         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1706           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1707             pic14_constructAbsMap
1708           (pic14printPublics): declare absolute global symbols as global
1709           (pic14createInterruptVect),
1710         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1711           (newReg): assume new registers unused, use correct name in
1712             hashtable (reg->name instead of name), more debugLog output
1713         * src/pic/device.h (PIC_device): added fields for verbose output
1714         * src/pic/device.c: moved device definition to pic14devices.txt,
1715             added routines for runtime parsing of pic14devices.txt,
1716             added support for second config word
1717         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1718           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1719           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1720           (_pic14_parseOptions): moved pCodeInitRegisters here
1721           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1722         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1723           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1724             handling the pseudo stack
1725         * device/lib/Makefile.in: ignore failures in objects-pic16,
1726         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1727         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1728         * device/lib/pic/Makefile.subdir,
1729         * device/lib/pic16/Makefile.subdir: improved clean rules
1730         * device/lib/pic/libdev/: NEW, pic14 device libraries
1731         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1732         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1733         * device/include/Makefile.in: create subdir and install pic14 headers
1734         * device/include/pic/p16f_common.inc: removed unused declarations
1735         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1736             PICs from inc2h.pl v1.6,
1737             replaced BIT_AT macros with struct declarations
1738         * device/include/pic/pic14devices.txt: definition of supported devices,
1739             all above improvements contributed by Zik Saleeba, thanks
1740         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1741         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1742             headers
1743
1744 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1745
1746         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1747         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1748           thanks to Charles Olds
1749
1750 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1751
1752         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1753
1754 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1755
1756         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1757         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1758         * support/regression/bug1464657.c: added, new test
1759
1760 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1761
1762         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1763           version number
1764
1765 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1766
1767         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1768           --no-peep and --peep-file <file> are used don't use default rules but
1769           do use the <file>
1770
1771 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1772
1773         * src/mcs51/gen.c (genCall): fixed bug 1457608
1774
1775 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1776
1777         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1778         changes seem to cause (trigger?) problems with the build system.
1779
1780 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1781
1782         * src/SDCCpeeph.c (operandsLiteral): new, added,
1783           (callFuncByName): inserted operandsLiteral
1784         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1785
1786 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1787
1788         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1789         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1790
1791 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1792
1793         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1794           implemented patch 1120823 Thanks to Willy De la Court (normal
1795           interrupts need an interrupt number now if they are made critical),
1796           and enabled nesting of critical functions though not for gbz80
1797           (genCritical, genEndCritical): added functions
1798           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1799         * src/z80/mappings.i: added "ei" to all mappings
1800
1801 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1802
1803         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1804         submitted by the Debian SDCC maintainer Aurelien Jarno:
1805         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1806         archive with gcc 4.1 on mips and wrote the patch"
1807
1808 2006-03-16 Raphael Neider <rneider AT web.de>
1809
1810         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1811           the left operand is shorter than the result (c* = lit-c* + int),
1812           fixes bug #1450796
1813         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1814           OP_SYMBOL
1815
1816 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1817
1818         * src/.version: increased version number to 2.5.5
1819         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1820         linking is done manually in pic16 port's _linkEdit,
1821         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1822         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1823         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1824         allocate asmop as AOP_ACC,
1825         (aopForRemat): added parameter 'bool result' in function declaration,
1826         (pic16_aopGet): return AOP_ACC when accessing WREG,
1827         (pic16_popGetTempReg): minor modification,
1828         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1829         'pic16_allocWithIdx',
1830         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1831         calling function in absolute addresses,
1832         (genAssign): take into account AOP_ACC asmop,
1833         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1834         * src/pic16/pcoderegs.c: some debug functions and lines added,
1835         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1836         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1837         register too,
1838         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1839         call to allocReg, not by manually allocating a new one,
1840         (pic16_assignRegisters): now before going through the register
1841         allocating functions mark all registers as free. This eliminates some
1842         side effects resulting from peephole parser done earlier in the backbone
1843
1844 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1845
1846         * src/SDCCicode.c (geniCodeLogic),
1847         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1848
1849 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1850
1851         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1852           (genSend): bugfix, do not allocate and free twice,
1853           (shiftRLong): handle partially overlapping aops
1854         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1855
1856 2006-03-08 Borut Razem <borut.razem AT siol.net>
1857
1858         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1859           for pic16
1860
1861 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1862
1863         * support/regression/tests/bug1409955.c: new, added
1864         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1865         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1866           (aopForSym, aopOp): increment asmop.allocated if reused,
1867           (freeAsmop): decrement asmop.allocated and check for zero instead of
1868           using asmop.freed,
1869           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1870           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1871            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1872            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1873            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1874            genSignedRightShift, genRightShift, genDataPointerGet,
1875            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1876            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1877             in reverse order from allocation,
1878           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1879             added swappedLR to keep track
1880         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1881           pdata & code for GCC, z80, gbz80 & hc08
1882         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1883
1884 2006-03-08 Raphael Neider <rneider AT web.de>
1885
1886         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1887
1888 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1889
1890         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1891         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1892         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1893
1894 2006-03-06 Borut Razem <borut.razem AT siol.net>
1895
1896         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1897           made the linker quiet
1898
1899 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1900
1901         * src/pic16/gen.c (genPcall): fixed bug #1443644
1902         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1903         which dumps before the function entry point a data byte which represents
1904         the number of the local variables used by the specified function, added
1905         'xinst' for initial support for Extended Instruction Support,
1906         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1907         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1908         port->fun_prefix anymore (may change later),
1909         (genFunction, genEndFunction): do not store/restore local registers for
1910         _main (this should take care the --main-return command line option in
1911         the future),
1912         (genOr): removed some legacy pic-port instructions,
1913         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1914         performing operations with SFR's causes data to be written more than
1915         once to each SFR. Perhaps SFRs should be handled in special cases...
1916         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1917         pcode.h
1918         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1919         into account for stack starting position,
1920         (struct OPTIONS pic16_optionsTable): added command line argument
1921         --extended or -y for Extended Instruction Support,
1922         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1923         (deassignLRs): *** perhaps the most important change, old 'for' code
1924         (commented out for reference), didn't account for some registers which
1925         were left marked 'not free' after a pointer operation. The change
1926         reduces register usage a lot in some cases
1927
1928 2006-03-04 Borut Razem <borut.razem AT siol.net>
1929
1930         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1931           _clean
1932         * support/regression/tests/bug-524697.c: decreased array size for
1933           mcs51 to fit into the internal RAM
1934         * support/regression/Makefile.in: a little bit more verbose
1935
1936 2006-03-03 Borut Razem <borut.razem AT siol.net>
1937
1938         * support/regression/fwk/lib/testfwk.c,
1939           support/regression/fwk/include/testfwk.h: introduced function
1940           _prints(), nonrecursive _printn(), call _initEmu() from main()
1941         * support/regression/ports/gbz80/support.asm,
1942           support/regression/ports/ucz80/support.asm,
1943           support/regression/ports/z80/support.asm,
1944           support/regression/ports/ds390/support.c,
1945           support/regression/ports/hc08/support.c,
1946           support/regression/ports/host/support.c,
1947           support/regression/ports/mcs51/support.c,
1948           support/regression/ports/xa51/support.c: added empty _initEmu()
1949           function
1950         * support/regression/ports/pic16/gpsim.cmd,
1951           support/regression/ports/pic16/spec.mk,
1952           support/regression/ports/pic16/support.c,
1953           support/regression/Makefile.in: added pic16 regression test
1954
1955 2006-03-01 Raphael Neider <rneider AT web.de>
1956
1957         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1958           genConstPointerGet): use safe way of generating MOVFF to cover
1959             literals as well as registers, fixes bug #1440527
1960         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1961             dereference
1962           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1963             more correctly, fixes bug #1232186
1964           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1965         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1966             gplink guess the correct processor in more cases, applied patch
1967             from Till Riedel attached to and fixing bug #1436552
1968
1969 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1970
1971         * support/regression/tests/array.c: added, contains check for #1434401
1972         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1973
1974 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1975
1976         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1977         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1978         * device/include/mcs51/c8051f326.h,
1979         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1980         * device/include/mcs51/c8051f000.h,
1981         * device/include/mcs51/c8051f018.h,
1982         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1983           PCON_IDLE,PCON_STOP and added sfr16 definitions
1984
1985 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1986
1987         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1988           genGetWord): fixed bug 1409955
1989
1990 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1991
1992         * device/include/hc08/mc68hc908gp32.h,
1993         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1994
1995 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1996
1997         * src/SDCCast.c (constExprValue): return NULL if not a value
1998         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1999         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
2000         * support/regression/tests/bitfields.c: enabled signed bitfield for all
2001
2002 2006-02-13 Borut Razem <borut.razem AT siol.net>
2003
2004         * src/regression/ptrarg.c: added, fails due to bug #1430967
2005         * src/regression/Makefile: ptrarg.c added, ...
2006
2007 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
2008
2009         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
2010         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
2011
2012 2006-02-11 Borut Razem <borut.razem AT siol.net>
2013
2014         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
2015           print "Processor: xxx" message to stdout only if --verbose
2016
2017 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2018
2019         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
2020         * support/regression/tests/bug1426356.c: added
2021         * support/regression/tests/bitfields.c: removed 2 tests
2022
2023 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2024
2025         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
2026         * device/include/mcs51/c8051f330.h,
2027         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
2028           PCON_IDLE,PCON_STOP and added sfr16 definitions
2029         * device/lib/_divsint.c,
2030         * device/lib/_divuint.c,
2031         * device/lib/_divulong.c,
2032         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
2033           register bank bug for small stackauto
2034
2035 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2036
2037         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
2038
2039 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
2040
2041         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
2042         * all.dsp: corrected several bin paths
2043         * device/include/mcs51/c8051f120.h,
2044         * device/include/mcs51/c8051f300.h,
2045         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
2046           to PCON_IDLE,PCON_STOP
2047         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
2048         * device/lib/printf_large.c (output_float): fixed bug 1388703
2049         * support/regression/tests/bug1057979.c: added test for bug 1388703
2050
2051 2006-02-08 Raphael Neider <rneider AT web.de>
2052
2053         * src/pic/pcode.c (pciTRIS): fixed typo,
2054           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
2055           (LinkFlow): fixed handling of flows that end in a call,
2056           (ReuseReg): perform safety check earlier
2057         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
2058             to work with flows at the beginning of a pBlock,
2059             fixes #1426557 (Symbol not previously defined),
2060           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
2061             usage information
2062           (RemoveUnusedRegisters): update register usage info
2063         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
2064             created, reuse existing ones instead
2065         * src/pic/gen.c (genPcall): fixed #1424719
2066
2067 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
2068
2069         * link/z80/lkmain.c,
2070         * link/z80/lklex.c,
2071         * link/z80/lkdata.c,
2072         * link/z80/aslink.h: fixed build on current cygwin:
2073         replaced getline() by lk_getline()
2074
2075 2006-02-01 Borut Razem <borut.razem AT siol.net>
2076
2077         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
2078           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
2079           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
2080           src/regression/bool1.c, src/regression/bool2.c,
2081           src/regression/bool3.c, src/regression/call1.c,
2082           src/regression/compare.c, src/regression/compare10.c,
2083           src/regression/compare2.c, src/regression/compare3.c,
2084           src/regression/compare4.c, src/regression/compare5.c,
2085           src/regression/compare6.c, src/regression/compare7.c,
2086           src/regression/compare8.c, src/regression/compare9.c,
2087           src/regression/configword.c, src/regression/for.c,
2088           src/regression/inline.c, src/regression/mult1.c,
2089           src/regression/nestfor.c, src/regression/or1.c,
2090           src/regression/pointer1.c, src/regression/ptrfunc.c,
2091           src/regression/rotate1.c, src/regression/rotate2.c,
2092           src/regression/rotate3.c, src/regression/rotate4.c,
2093           src/regression/rotate5.c, src/regression/rotate6.c,
2094           src/regression/rotate7.c, src/regression/string1.c,
2095           src/regression/struct1.c, src/regression/sub.c,
2096           src/regression/sub2.c, src/regression/switch1.c,
2097           src/regression/while.c, src/regression/xor.c,
2098           src/regression/create_stc, src/regression/simulate,
2099           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
2100           regression tests
2101         * src/regression/gpsim_assert.h: added
2102
2103 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
2104
2105         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
2106         ((void (code *) (void)) 0) ();
2107         * as/hc08/aslex.c,
2108         * as/hc08/aslink.h,
2109         * as/hc08/asm.h,
2110         * as/hc08/asmain.c,
2111         * as/hc08/lkdata.c,
2112         * as/hc08/lklex.c,
2113         * as/hc08/lkmain.c,
2114         * as/mcs51/aslex.c,
2115         * as/mcs51/aslink.h,
2116         * as/mcs51/asm.h,
2117         * as/mcs51/asmain.c,
2118         * as/mcs51/lkdata.c,
2119         * as/mcs51/lklex.c,
2120         * as/mcs51/lkmain.c,
2121         * as/z80/aslex.c,
2122         * as/z80/asm.h,
2123         * as/z80/asmain.c: fixed build on current cygwin:
2124         replaced getline() by as_getline()
2125
2126 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2127
2128         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
2129         declarator in the symbol chain
2130         * src/SDCCsymt.h,
2131         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
2132         parameter list for function pointers
2133         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
2134         * support/regression/tests/bug-716242.c: added
2135
2136 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2137
2138         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
2139         offset if possible
2140         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
2141
2142 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2143
2144         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
2145         inifinitely recurseable, added static
2146         * support/regression/tests/bug-1408066.c: added
2147
2148 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2149
2150         * src/SDCCicode.h,
2151         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
2152         renamed, added possibility to create "postLoopLbl"-labels
2153         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
2154         newiTempLoopHeaderLabel
2155         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2156         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2157         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2158         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2159         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2160         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2161         (basicInduction): fixed bug #136564, made static,
2162         (loopInduction): changed parameter of basicInduction, made static,
2163         (addPostLoopBlock): added
2164         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2165         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2166         findLoopEndSeq
2167         * support/regression/tests/bug-136564.c: added
2168         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2169         --std-sdcc99 to LIBSDCCFLAGS
2170
2171 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2172
2173         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2174         while loop
2175         * support/regression/tests/bug-1406131.c: added
2176
2177 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2178
2179         * src/SDCCast.c (decorateType): fix promotion of unary minus
2180         * src/SDCCsymt.c (computeType): beautified
2181         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2182         (valUnaryPM, valComplement): fix sign and promotion,
2183         (valNot): ANSI: result type is int (SDCC: unsigned char)
2184         * support/regression/tests/uminus.c: speedup by removing superflous
2185         test case 'int'
2186         * support/regression/tests/onebyte.c: added promotion and signedness
2187         tests for unary minus
2188         * support/regressions/tests/bug-477927.c: disable warning about
2189         uninitialized variables
2190         * support/regression/tests/not.c: added
2191
2192 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2193
2194         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2195         * src/mcs51/gen.c (gen51Code): show final register usage after
2196         fillGaps in asm with --i-code-in-asm
2197         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2198         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2199         incUsed, rliveClear, adjustIChain): made static,
2200         (setFromRange): excluded because it's unused,
2201         (findPrevUseSym, markWholeLoop): added,
2202         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2203         through all branches of predecessors enables sdcc to emit the warning
2204         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2205         (rlivePoint): made static, added parameter emitWarnings which is only
2206         true during the first run out of two,
2207         (findRecursiveSucc, findRecursivePred): removed,
2208         (computeLiveRanges): made static, added parameter emitWarnings,
2209         (dumpIcRlive): added for debugging only
2210         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2211         removed prototype of setFromRange()
2212         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2213         in call of computeLiveRanges()
2214         * support/regression/tests/bug-895992.c: added
2215         * support/regression/tests/bug-971834.c: added
2216         * support/valdiag/tests/bug-895992.c: added
2217         * support/valdiag/tests/bug-971834.c: added
2218
2219 2005-12-18 Raphael Neider <rneider AT web.de>
2220
2221         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2222           (genUnpackBits): improved code for direct operands,
2223           (genPackBits): improved code for literal assignment to bitfields
2224             and for direct destination operands (no FSR indirection),
2225             prevented redundant AND, fixes #1362800,
2226           (AccLsh): added parameter to disable masking of the result
2227         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2228           skip instructions with side-effects (like incfsz),
2229           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2230         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2231         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2232           fixes #1375263
2233
2234 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2235
2236         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2237         volatile variables as spill location
2238
2239 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2240
2241         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2242         replacing literals
2243         * support/regression/tests/bug-1376320.c: added
2244
2245 2005-12-08 Raphael Neider <rneider AT web.de>
2246
2247         * src/pic/device.c: renamed is_shared to pic14_is_shared
2248         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2249         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2250           (is_valid_identifier): added for above workaround
2251
2252 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2253
2254         * device/lib/Makefile.in: fixed to enable port-specific-objects
2255         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2256           char, thanks Hubert Sack
2257         * doc/sdccman.lyx: documented --xstack-loc,
2258           elaborated a bit more on interrupts and pitfalls,
2259           removed "setjmp/longjmp unsupported",
2260           documented some unsupported C99 features
2261         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2262         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2263           if, thanks Hubert Sack
2264         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2265         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2266           make make_library
2267         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2268           regression tests can report resource usage (rfe 700441)
2269         * support/regression/collate-results.py: report resource usage
2270         * support/regression/ports/ds390/spec.mk,
2271         * support/regression/ports/hc08/spec.mk,
2272         * support/regression/ports/mcs51/spec.mk,
2273         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2274         * support/regression/ports/ds390/uCsim.cmd,
2275         * support/regression/ports/hc08/uCsim.cmd,
2276         * support/regression/ports/mcs51/uCsim.cmd,
2277         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2278         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2279           library, use the default one
2280         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2281           building the library
2282
2283 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2284
2285         * config.dsp: added dependency on .version and configure_vc.awk
2286         * device/include/setjmp.h: updated for --stack-auto and --xstack
2287         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2288         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2289         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2290         * device/lib/libsdcc.lib: added _setjmp
2291         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2292           (decorateType): fixed bug 1372851,
2293           (optimizeGetHbit): fixed warning
2294         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2295           array initialisation
2296         * support/regression/tests/bug1057979.c: added test for bug 1358192
2297         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2298
2299 2005-12-03 Borut Razem <borut.razem AT siol.net>
2300
2301         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2302           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2303
2304 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2305
2306         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2307         createIval): implement symbol independant "flexible array member",
2308         (createIvalCharPtr): implemented flexible array initialisation with a
2309         string
2310         * src/SDCCsymt.c (copyStruct): removed,
2311         (getSize): fixed misleading comment,
2312         (getAllocSize): removed, the additional allocation size is now in
2313         sym->flexArrayLength,
2314         (checkStructFlexArray): new, syntax checks for flexible array members,
2315         (compStructSize): added syntax checks for "flexible array members"
2316         (copyStruct): removed,
2317         (copyLinkChain): removed inefficient fix for bug 770487
2318         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2319         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2320         symbol->flexArrayLength
2321         * src/SDCCerr.c,
2322         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2323         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2324         * support/regression/tests/structflexarray.c: added
2325         * support/valdiag/tests/structflexiblearray.c: added
2326
2327 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2328
2329         * src/SDCCast.c (decorateType): fixed bug 1368489
2330         * support/Util/SDCCerr.c,
2331         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2332
2333 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2334
2335         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2336           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2337
2338 2005-11-27 Borut Razem <borut.razem AT siol.net>
2339
2340         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2341           support/cpp2/mkdeps.h: added command line option
2342           -obj-ext=<extension> to SDCPP to define object file externion, used
2343           for generation of make dependencies (-M)
2344         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2345
2346 2005-11-26 Borut Razem <borut.razem AT siol.net>
2347
2348         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2349           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2350           added pic and pic16 libraries
2351
2352 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2353
2354         * device/include/float.h: Corrected typo in prototype of __fsgt
2355
2356 2005-11-25 Borut Razem <borut.razem AT siol.net>
2357
2358         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2359           added creation of model-mcs51-stack-auto libraries
2360
2361 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2362
2363         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2364         and fields-list too
2365         * src/SDCCast.c (createIvalArray): removed obsolete comment
2366
2367 2005-11-24 Borut Razem <borut.razem AT siol.net>
2368
2369         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2370           added missing device/lib/mcs51/crt*.asm sources
2371
2372 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2373
2374         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2375
2376 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2377
2378         * device/lib/_fs2schar.c,
2379         * device/lib/_fs2sint.c,
2380         * device/lib/_fs2slong.c: optimized inline asm
2381
2382 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2383
2384         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2385           Better handling of floats between -1.0 and 0.0.
2386
2387 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2388
2389         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2390           (the missing "if"s prohibited removal of redundant labels)
2391
2392 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2393
2394         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2395           Properly convert floats between -1.0 and 0.0 to long, int, and char
2396           types (max integer value of negative floats tends to zero).
2397         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2398           Removed changes made so to work properly with floats between
2399           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2400           and _fs2char.c
2401
2402 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2403
2404         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2405         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2406         (genCast) cosmetic change
2407         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2408         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2409         from mcs51
2410         * support/regression/tests/bitfields (testSignedBitfields): added
2411
2412 2005-11-18 Borut Razem <borut.razem AT siol.net>
2413
2414         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2415         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2416           introduced SILENT option to make building of pic16 libraries less
2417
2418 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2419
2420         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2421           Now they work properly with floats between -1.0 and 0.0
2422         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2423
2424 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2425
2426         * src/SDCCicode.c (printOperand): added missing else
2427
2428 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2429
2430         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2431         reformatted for better readability
2432         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2433         signed bitfields
2434
2435 2005-11-17 Borut Razem <borut.razem AT siol.net>
2436
2437         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2438           introduced SILENT option to make building of pic16 libraries less
2439           verbose - used for nightly snapshot build
2440         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2441           available on Win32 platforms.
2442         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2443           medium, large, pic and pic16
2444
2445 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2446
2447         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2448           printf("%f"...) sets fraction to zero.
2449
2450 2005-11-16 Raphael Neider <rneider AT web.de>
2451
2452         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2453           fixes #1357221
2454         * src/pic/gen.c (genIfx): implemented for CARRY bit
2455         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2456           to generic pointers, fixes #1357332,
2457           (pic16_movLit2f): NEW,
2458           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2459
2460 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2461
2462         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2463
2464 2005-11-11 Raphael Neider <rneider AT web.de>
2465
2466         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2467         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2468           compute pointer's type from operand,
2469           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2470           improved single bit reads, fixes bug #1353379
2471
2472 2005-11-09 Borut Razem <borut.razem AT siol.net>
2473
2474         * support/scripts/sdcc.nsi: added lib/pic to the package
2475
2476 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2477
2478         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2479
2480 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2481
2482         * support/regression/tests/bug1348008.c: added
2483         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2484         * support/regression/tests/bug1337835.c: updated comment
2485
2486 2005-11-06 Borut Razem <borut.razem AT siol.net>
2487
2488         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2489           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2490           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2491           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2492           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2493           dynamic construction of cl_error_class and derivates - 2.nd try
2494
2495 2005-11-05 Borut Razem <borut.razem AT siol.net>
2496
2497         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2498           bug, which caused Bus Errors on sparc solaris
2499
2500 2005-11-04 Borut Razem <borut.razem AT siol.net>
2501
2502         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2503           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2504           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2505           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2506           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2507           and derivates to resolve the initialization problem on OSX
2508
2509 2005-11-02 Borut Razem <borut.razem AT siol.net>
2510
2511         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2512           corrected typo - #include <winsock2.h>
2513
2514 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2515
2516         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2517           (_asxxxx_mapping): added org directive for future enhancements
2518
2519 2005-11-01 Borut Razem <borut.razem AT siol.net>
2520
2521         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2522           enabled sockets on WIN32
2523         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2524
2525 2005-10-31 Borut Razem <borut.razem AT siol.net>
2526
2527         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2528           WIN32 backslash path delimiters should be escaped when used in C strings
2529         * support/regression/tests/bitfields.c: exclude failing assertions for
2530           __CYGWIN32__ and __MINGW32__ hosts
2531
2532 2005-10-30 Borut Razem <borut.razem AT siol.net>
2533
2534         * src/SDCCutil.c: corrected double comparison typo
2535
2536 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2537
2538         * device/lib/medium/Makefile: added for new memory model medium
2539         * device/include/asm/mcs51/features.h: updated for medium/pdata
2540         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2541           added Multiply & Accumulate sbit's and MAC0_PAGE define
2542         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2543         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2544         * device/lib/_mullong.c: update for medium model
2545         * device/lib/incl.mk: added medium model
2546         * doc/sdccman.lyx: documented medium model
2547         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2548         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2549         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2550         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2551           (allocParms): set SCLS and OCLS to pdata for medium model
2552         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2553           for pdata,
2554           (powof2): return <0 if not power of 2
2555         * src/avr/gen.c (genBitWise): use updated powof2
2556         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2557           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2558           (shiftLLeftOrResult): use B if necessary
2559         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2560         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2561         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2562         * support/regression/Makefile.in: added test-mcs51-medium
2563         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2564
2565 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2566
2567         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2568         specifier unsigned
2569         * device/lib/time.c (mktime): fixed bug 1334315
2570
2571 2005-10-28 Raphael Neider <rneider AT web.de>
2572
2573         * device/include/pic/p16f_common.inc: added common declarations
2574         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2575
2576 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2577
2578         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2579           (aopPutUsesAcc): added to predict accumulator use,
2580           (assignResultValue): save acc if necessary,
2581           (genMinusDec): store result if indirectly addressed,
2582           (genDivOneByte):  save acc if necessary,
2583           (movLeft2Result): bugfix if left already in acc,
2584           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2585             attention to accumulator use (esp. pdata),
2586           (genReceive): receive pdata correctly
2587         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2588         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2589
2590 2005-10-27 Raphael Neider <rneider AT web.de>
2591
2592         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2593
2594 2005-10-27 Raphael Neider <rneider AT web.de>
2595
2596         * .version: changed version to 2.5.4
2597         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2598         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2599           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2600             arithmetics support routines
2601         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2602         * device/lib/Makefile.in: also create installdir for pic
2603
2604         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2605           pic14 port as well
2606         * src/pic/device.c (dump_sfr): rewritten to delegate register
2607           placement to the linker (use `extern sym' rather than sym EQU addr),
2608           (validAddress): fixed to check last specified address
2609         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2610           (popGetLit): truncate literal value to 8 bit,
2611           (popGet): moved assert to more appropriate place
2612           (popGetExternal): create pCode operand from and mark the according
2613             symbol as being `extern'
2614           (popGetAddr): added sanity check on immediate's offset, provide
2615             GPOINTER tag on demand
2616           (aopPut): fixed for immediates,
2617           (mov2w_op): move operand's address or contents to WREG (depending on
2618             operand type), safer variant of mov2w,
2619           (movwf,call_libraryfunc): NEW, handy abbreviations,
2620           (get_argument_pcop,get_return_val_pcop,pass_argument,
2621           get_returnvalue): interface for accessing function parameters and
2622             return values,
2623           (assignResultValuei,genRet): use new parameter/return value interface
2624           (pic14_getDataSize): back to old version handling generic pointers,
2625           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2626             provided implementation and/or fixed old one,
2627           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2628             calls, removed legacy 8051 reference code
2629           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2630           (loadSignToC): NEW, move the operands sign bit to CARRY,
2631           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2632             genRightShiftSigned, accepts negative shift counts,
2633           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2634           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2635             generic pointers, __data pointers and __code pointers,
2636           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2637             and signed bitfields, limit bitfields to 8 bit,
2638           (genDataPointerGet): fixed number of bytes read,
2639           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2640           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2641             pointers to constant data are no longer assumed to point to __code
2642             space, removed invalid pointer types,
2643           (bitpatternFromVal): retrieve the PICs representation of an integer
2644             or float literal,
2645           (genDataPointerSet): fixed assigning to po_immediate operands,
2646           (genGenPointerSet): implemented as library call,
2647           (genIfx): fixed incorrect condition,
2648           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2649             provide GPOINTER tag according to destination's storage class,
2650           (genCast): added code to handle casting to generic pointers, added
2651             sign-/zero extension of the result
2652           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2653         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2654         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2655           extend the result
2656         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2657           address/register resides in the shared banks
2658           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2659             put all variables into separate sections (have the linker arrange
2660             them)
2661           (picglue): put init code and interrupt handlers in separate sections
2662         * src/pic/main.c: added port specific options table, modified to PORT
2663           structure to make GPOINTERs 3 byte, added pic14_options
2664           (_pic14_do_link): private linking routine (update paths to libraries,
2665             add libsdcc.lib by default)
2666         * src/pic/main.h: declare pic14_options
2667         * src/pic/pcode.c: fixed instructions i/o relations,
2668           (RegCond): reverted to correct version,
2669           (newpCodeOpLit): truncate literals to 8 bit,
2670           (genericPrint): added debug output,
2671           (getRegFromInstruction): fixed for various operand types, simplified
2672           (BuildFlow): fixed broken handling of isntructions with labels
2673           (LinkFlow): start at last instruction in flow (skip trailing comments),
2674             pass the flow on to the next instruction after CALL
2675           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2676           (insertPCodeInstruction): fixed inserting after a skip instruction,
2677           (DoBankSelect): fixed for labeled instructions
2678           (OptimizepBlock): honor --nopeep switch
2679           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2680         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2681         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2682           (pCodeOptime2pCodes): allow disabling this optimization via
2683             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2684             but is still buggy), started implementation of a dataflow based
2685             pCode optimization (CSE + dead code elimination)
2686           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2687         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2688           names are independant of the stack location and therefore portable across
2689           devices
2690
2691 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2692
2693         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2694           (selectSpil): fixed bug 1337835 by not spilling bit variables
2695         * support/regression/tests/bug1337835.c: added test for this bug
2696         * src/mcs51/peeph.def: restart after rule 3.c,
2697           addded rules 263.x to optimize loading constants
2698
2699 2005-10-26 Raphael Neider <rneider AT web.de>
2700
2701         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2702         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2703           (genAssign): emit warning when casting literals to generic pointer
2704             type, also applies when taking the address of a fixed variable,
2705           (genCast): improved casting to generic pointers
2706         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2707           extern variables, added verbose error message
2708         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2709
2710 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2711
2712         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2713         carry must be complemented too
2714         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2715         could be emitted by genMinus
2716         * src/SDCCval.c (constVal): fixed bug 1305065
2717
2718 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2719
2720         * src/SDCCast.c (addCast): added promotion for bit variables
2721         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2722         promotion casts + optimisation
2723         (optimizeGetWord): fix warning 'i' might be used uninitialized
2724         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2725         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2726
2727 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2728
2729         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2730         all chars are promoted to int; promotion should be handled in SDCCast.c
2731
2732 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2733
2734         * device/lib/_strcmp.c: Fixed bug 1326457
2735
2736 2005-10-11 Raphael Neider <rneider AT web.de>
2737
2738         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2739         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2740
2741 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2742
2743         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2744         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2745
2746 2005-10-04 Raphael Neider <rneider AT web.de>
2747
2748         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2749           device/lib/pic16/pics.all: added pic18f1320
2750         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2751
2752 2005-09-30 Raphael Neider <rneider AT web.de>
2753
2754         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2755         * src/pic16/devices.inc: NEW, provides device descriptions
2756         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2757
2758 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2759
2760         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2761           GETHBIT
2762
2763 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2764
2765         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2766           documented Any Order Bit, Higher Order Byte and Higher Order Word
2767         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2768         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2769           (optimizeGetAbit): new, to get any bit, not only the high bit,
2770           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2771           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2772           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2773           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2774             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2775             GETABIT, GETBYTE, GETWORD: decorate them,
2776           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2777           (ast_print): added GETABIT, GETBYTE, GETWORD
2778         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2779         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2780           (geniCodeBinary): new generic binary icode,
2781           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2782         * src/port.h: updated comment for PORT.hasExtBitOp
2783         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2784           (genGetByte): new, to get a single byte,
2785           (genGetWord): new, to get a word from a long,
2786           (gen51Code): added GETABIT, GETBYTE, GETWORD
2787         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2788
2789 2005-09-23 Raphael Neider <rneider AT web.de>
2790
2791         * configure.in, configure: have device/lib/pic configured
2792         * device/lib/Makefile.in: added model-pic14
2793         * device/lib/clean.mk: added pic/ to clean rule
2794         * device/lib/pic: added rudimentary pic14 library providing support
2795           functions for multiplication/division/generic pointer access
2796         * src/SDCCopt.c (convilong): mark support functions as extern
2797           for pic14 port as well
2798         * src/pic/gen.c (genMult): added assertions,
2799           (genpic14Code): emit warning on unhandled iCodes
2800         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2801         * src/pic/pcode.c (pCodeOpCopy),
2802         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2803           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2804           SFR_REGISTER}), made safe for future extensions
2805         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2806           instructions even if preceeded by SKIP instructions (also remove
2807           them); removed unused code
2808         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2809           prevents leaving parts of the structure uninitialized after copying
2810
2811 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2812
2813         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2814           ago by me
2815         * support/regression/tests/addsub.c: added test for the bug
2816
2817 2005-09-21 Raphael Neider <rneider AT web.de>
2818
2819         * device/include/pic16/pic18f1220.h,
2820           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2821         * device/lib/pic16/Makefile.rules: added missing opening paren
2822         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2823           are provided in genutils.c,
2824           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2825           operand/result sizes,
2826           (genCmp): assert on NULL pointers first, then check deref'ed values
2827         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2828           result size
2829
2830 2005-09-18 Raphael Neider <rneider AT web.de>
2831
2832         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2833           as these are now unused,
2834           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2835         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2836           local, avoids uninitialized pointer dereference on r->name
2837         * src/pic16/ralloc.c (newReg): fixed indentation
2838
2839 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2840
2841         * src/SDCCval.c (constVal): fixed bug 730366
2842         * support/Util/SDCCerr.c,
2843         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2844
2845 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2846
2847         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2848
2849 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2850
2851         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2852
2853 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2854
2855         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2856           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2857         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2858           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2859         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2860         * packihx/packihx.c (hexDigit): made c unsigned char
2861         * as/mcs51/lklibr.c (fndsym),
2862         * link/z80/lkgb.c (gb),
2863         * link/z80/lklibr.c (fndsym),
2864         * link/z80/lkrloc.c (relr),
2865         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2866         * src/SDCC.lex (checkCurrFile, process_pragma),
2867         * src/SDCCglue.c (spacesToUnderscores),
2868         * src/SDCCmain.c (setParseWithComma, processFile),
2869         * src/asm.c (tvsprintf, printCLine),
2870         * src/avr/gen.c (emitcode, aopPut),
2871         * src/ds390/gen.c (emitcode),
2872         * src/hc08/gen.c (emitcode, emitinline),
2873         * src/mcs51/gen.c (emitcode, genInline),
2874         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2875           tokenizeLineNode),
2876         * src/pic/ralloc.c (debugLog),
2877         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2878           tokenizeLineNode),
2879         * src/pic16/ralloc.c (debugLog),
2880         * src/z80/main.c (_process_pragma):
2881            made all ctype.h function calls safe
2882         * src/SDCCopt.c: include math.h for fabs
2883         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2884           and used them throughout the code to make ctype.h function calls safe
2885         * src/ds390/main.c (asmLineNodeFromLineNode),
2886         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2887         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2888            unsigned char*
2889         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2890           (newpCodeAsmDir): made ctype.h function calls safe
2891         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2892           pic16_emitcode):  made lbp unsigned char*
2893         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2894           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2895         * src/xa51/gen.c (emitcode),
2896         * src/z80/gen.c (_emit2): made lbp unsigned char*
2897         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2898            char*
2899
2900 2005-09-05 Raphael Neider <rneider AT web.de>
2901
2902         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2903           access bank splitpoint
2904
2905 2005-09-05 Raphael Neider <rneider AT web.de>
2906
2907         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2908
2909 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2910
2911         * .version: changed to version 2.5.3
2912         * doc/sdccman.lyx: changed version to 2.5.3,
2913           documented --codeseg and --constseg and pragma codeseg and constseg,
2914           documented bit parameters (reentrant) and bit returning
2915         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2916            currFunc->recvSize, but is this ok for all ports?
2917           (ast2iCode): result of ~ on unsigned char must be cast to int for
2918            bool to work
2919         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2920           function pointers in bit space
2921         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2922           (processFuncArgs): call port.reg_parm() with reentrancy info
2923         * src/port.h,
2924         * src/avr/main.c,
2925         * src/ds390/main.c,
2926         * src/hc08/main.c,
2927         * src/pic/main.c,
2928         * src/pic16/main.c,
2929         * src/xa51/main.c,
2930         * src/z80/main.c: port.reg_parm prototype extended with
2931           "bool reentrant" parameter
2932         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2933           options.stackAuto for allocating bit register parameters
2934         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2935           (genSend): set BitBankUsed if it is,
2936           (selectRegBank): factored out of genCall for use in genPcall,
2937           (genCall): removed redundant dtype assignmen, use selectRegBank,
2938           (genPcall): handle returning in Carry properly, save in F0 if needed,
2939           (genReceive): handle bit register parameters
2940         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2941           (mcs51_assignRegisters): enable bit registers for all reentrant
2942            functions and don't set BitBankUsed unconditionally
2943         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2944         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2945         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2946
2947 2005-08-27 Borut Razem <borut.razem AT siol.net>
2948
2949         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2950         ppc-osx (Darwin) does not support -u option. It seems that it is
2951         supported only on Linux - GNU cp
2952
2953 2005-08-25 Borut Razem <borut.razem AT siol.net>
2954
2955         * sim/ucsim/gui.src/serio.src/Makefile.in,
2956           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2957           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2958           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2959           install and strip, since the strip at /usr/ccs/bin should be used
2960           on solaris
2961
2962 2005-08-24 Borut Razem <borut.razem AT siol.net>
2963
2964         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2965
2966 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2967
2968         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2969         ffffffffu
2970
2971 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2972
2973         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2974         * as/mcs51/lkmain.c (link_main): fixed warning
2975         * device/include/stdbool.h: ds390 has no advanced bit support yet
2976         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2977         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2978         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2979           and updated their macros
2980         * src/SDCCval.c (constVal): updated comment for renamed b_long
2981
2982 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2983
2984         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2985         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2986           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2987           (oprio): set priority for '['
2988         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2989            and adb_24_bit
2990         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2991         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2992         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2993         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2994           added overlayable BIT_BANK area
2995         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2996           (summary2): explain 'T' in legenda
2997         * as/mcs51/lkrloc.c: replaced old K&R style,
2998           (relr): added R_BIT processing,
2999           (errmsg): added "Bit-addressable relocation error",
3000           (adb_bit): added for converting from byte- to bit-addressable space,
3001           (adb_24_bit): added for converting from byte- to bit-addressable space
3002         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
3003            used in reentrant functions now even as return value
3004         * device/lib/_gptrput.c (_gptrput): removed obsolete code
3005         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
3006           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
3007         * src/SDCCglobl.h: added indicator BitBankUsed
3008         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
3009            the bit registers b0-b7
3010         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
3011           (geniCodeCast): fixed bug 1263853,
3012           (geniCodeLogicAndOr): put result in bool or char,
3013           (geniCodeReceive): added parameter func for accessing the return type,
3014           (geniCodeFunctionBody): pass func to geniCodeReceive
3015         * src/SDCCmain.c: added indicator BitBankUsed
3016         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
3017         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
3018           (checkSClass): don't put automatic bool/bit on stack,
3019           (checkFunction): removed check on function cannot return bit
3020         * src/SDCCsymt.h: added newBoolLink prototype
3021         * src/mcs51/gen.c (rb1regs): added bit registers,
3022           (movc): created for assigning to carry,
3023           (pushReg, popReg): created for pushing registers,
3024           (sameRegs): check both AOP_REG and AOP_CRY types,
3025           (aopOp): handle bit registers,
3026           (aopPut): optimization no self-assign,
3027           (saveRegisters): push reg->base (bits) only once for bit registers,
3028            and use pushReg,
3029           (unsaveRegisters): pop reg->base only once and use popReg,
3030           (assignResultValue): added parameter func and return in carry for bits,
3031           (genIpush): optimization no reload in A if not changed,
3032           (genSend): bit parameters in reentrant functions are passed in bit
3033            registers by first assigning to bits in B, then save registers and
3034            copy B to bits,
3035           (genCall): handle returning in Carry properly, save it in F0 if needed,
3036           (genPcall): updated assignResultValue call, this is not safe yet for bit
3037            returning function !!!
3038           (genFunction): don't generate equ's for bit registers and use pushReg,
3039           (genEndFunction): take care of bit returning functions and use popReg,
3040           (genRet): return bit in Carry,
3041           (genIfx): optimize bit registers and other directly addressable bits,
3042           (genReceive): updated assignResultValue call
3043         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
3044           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
3045            registers when using stack-auto
3046         * src/mcs51/ralloc.c (_G): added allBitregs,
3047           (regs8051): added the bit registers,
3048           (createStackSpil): use macro IS_BIT,
3049           (getRegBit): added to allocate a bit register, else spill,
3050           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
3051           (updateRegUsage): factored out to ease stepping while debugging,
3052           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
3053            also allocate bit registers,
3054           (fillGaps): handle bit registers,
3055           (findAllBitregs): added to create bit vector with all bit registers,
3056           (mcs51_allBitregs): returns this bit vector,
3057           (mcs51_assignRegisters): when using stack-auto use bit registers for
3058            passing parameters and creating local variables
3059         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
3060
3061 2005-08-22 Borut Razem <borut.razem AT siol.net>
3062
3063         * device/lib/Makefile.in: replaced find option -or with -o
3064           to make it run on solaris
3065
3066 2005-08-22 Raphael Neider <rneider AT web.de>
3067
3068         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
3069           fixes #1265442 (crash on Solaris)
3070
3071 2005-08-20 Borut Razem <borut.razem AT siol.net>
3072
3073         * configure, configure.in: added tests for libsocket and libnsl libraries,
3074           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
3075           from support/regression/Makefile.in
3076         * support/regression/Makefile.in: added
3077         * device/lib/pic16/Makefile.common.in: force make to use bash shell
3078         * sim/ucsim/libtool: regenerated on sparc-solaris
3079         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3080           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
3081           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
3082           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
3083           sparc-solaris, which doesn't use GNU ld linker
3084         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
3085         * as/Makefile: find on sparc-solaris does not support -maxdepth option
3086
3087 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
3088
3089         * src/mcs51/peeph.def: updated comments
3090
3091 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3092
3093         * device/lib/_gptrget.c,
3094         * device/lib/_gptrput.c: slightly shorter
3095         * doc/sdccman.lyx: incremented version
3096         * src/mcs51/peeph.def: moved peephole comments to the line of first
3097           change to better keep line correlation, reanimated 186.e
3098         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
3099
3100 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3101
3102         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
3103           David Saxton with quotes around file name.
3104
3105 2005-08-15 Borut Razem <borut.razem AT siol.net>
3106
3107         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
3108           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
3109           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
3110           make tests run on x86_64 platform
3111
3112 2005-08-13 Raphael Neider <rneider AT web.de>
3113
3114         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
3115           as it might be executed DURING a build (parallel make is wonderful)
3116
3117 2005-08-13 Raphael Neider <rneider AT web.de>
3118
3119         * device/lib/Makefile.in (port-specific-objects-pic16):
3120           revert to cp $(PORT)/bin/*.* $(PORTDIR)
3121         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
3122           dependency
3123         * device/lib/pic16/Makefile.rules: build subdirs before creating
3124           the library, removed builddir rule, create $(builddir) early in
3125           recurse rule, use empty recurse rule for leaf directories
3126         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
3127           mkdir errors (race condition), removed duplicate suffix "hex"
3128           from clean rules
3129         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
3130         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
3131           prevents mkdir -p from aborting on Alpha
3132
3133 2005-08-12 Raphael Neider <rneider AT web.de>
3134
3135         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
3136           db-statements in order to allow for arrays of pointers in code
3137           sections to be placed without interspersed 0-padding, fixes
3138           bug #1256215
3139         * (emitStatistics): fixed division by zero for pic18f1220
3140         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
3141           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
3142         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
3143         * (pic16_pCodeConstString): keep track of already emitted string
3144           literals to prevent "duplicate definitions of symbol _str_NR"
3145         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
3146           debug message
3147         * device/lib/Makefile.in: ignore failing PIC16 library builds
3148         * device/lib/pic16/Makefile: do not build if gputils are missing
3149         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
3150
3151 2005-08-10 Raphael Neider <rneider AT web.de>
3152
3153         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
3154           my last commit)
3155
3156 2005-08-10 Raphael Neider <rneider AT web.de>
3157
3158         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3159           Rokas' patch to add the new fixed point type "__fixed16x16"
3160         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3161           functions for __fixed16x16 arithmetics
3162         * device/lib/pic16: reimplemented the build system to support
3163           a separate build directory, better handling of libio (create
3164           the library in a separate subdir for each architecture) and
3165           easier configuration (centralized in Makefile.common)
3166
3167 2005-08-07 Raphael Neider <rneider AT web.de>
3168
3169         * src/pic16/gen.c (genrshTwo): fixed sign extension
3170         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3171         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3172           added T0CONbits
3173         * device/include/pic16/pic18f4220.h: NEW, header for
3174           pic18f4220 and pic18f4320
3175         * device/include/pic16/pic18fregs.h: added new devices,
3176           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3177         * device/include/pic16/signal.h: resolved name clashes
3178           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3179           to also allow testing for interrupt enable bits, added
3180           comments on how to use the macros
3181         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3182         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3183           register definitions for the devices
3184         * device/lib/pic16/pics.all: added new devices
3185         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3186           allocated memory
3187         * device/lib/pic16/libc/stdlib/memfree: do not count
3188           the block header as free memory
3189         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3190           simplified and added missing end-of-blocklist-marker
3191           (reported by Peter Onion, fixes #1252814)
3192         * (_mergeHeapBlock): fixed loop condition
3193         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3194           len==0, restructured code
3195         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3196           up a bit, reduced bitfield accesses, prevent endless loops
3197           in case of heap corruption
3198         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3199           "unreferenced arguments/must return a value" warnings
3200         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3201           replaced BAUDREG with SPBRG
3202         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3203           device/lib/pic16/debug/gstack/gstack.c: replaced
3204           _naked, _asm, _endasm with __naked, __asm, __endasm
3205
3206 2005-08-05 Raphael Neider <rneider AT web.de>
3207
3208         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3209           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3210
3211 2005-08-05 Borut Razem <borut.razem AT siol.net>
3212
3213         * device/lib/Makefile.in: added missing ';'
3214         * configure: removed ^M characters
3215
3216 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3217
3218         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3219           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3220           License
3221
3222 2005-08-04 Borut Razem <borut.razem AT siol.net>
3223
3224         * configure.in: pic16 libraries build 2nd try - enable running
3225           configure in device/lib/pic16
3226         * configure: regenerated from configure.in
3227         * device/lib/Makefile.in: create $(PORT)/bin directory
3228
3229 2005-08-03 Raphael Neider <rneider AT web.de>
3230
3231         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3232           to get/set values via pointers
3233         * (genUnpackBits,genPackBits): changed detection of
3234           ptr->bitfield vs. sym.bitfield, fixed access via generic
3235           pointers, removed dead (wrong) code for multibyte bitfields
3236         * (genNearPointerGet, genGenPointerGet): removed useless code,
3237           fixed bitfield detection, fixes #1250594
3238         * (genNearPointerSet): removed useless code
3239         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3240           and introduced macro pic16_emitpcode that conditionally emits
3241           the origin of the following pCode (useful for debugging SDCC)
3242         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3243         * (createDefmap): fixed handling of LFSR for --optimize-df
3244
3245 2005-08-02 Borut Razem <borut.razem AT siol.net>
3246
3247         * device/lib/Makefile.in: pic16 libraries build enabled since
3248           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3249
3250 2005-08-02 Raphael Neider <rneider AT web.de>
3251
3252         * src/pic16/gen.c (genPackBits): removed deprecated warning
3253         * (genGenPointerSet): fixed bitfield detection
3254
3255 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3256
3257         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3258
3259 2005-07-31 Raphael Neider <rneider AT web.de>
3260
3261         * device/lib/pic16/libdev/pic18f458.c,
3262           device/include/pic16/pic18f458.h: added missing T0CONbits
3263
3264 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3265
3266         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3267
3268 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3269
3270         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3271
3272 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3273
3274         * device/include/mcs51/at89c51ed2.h: added.
3275
3276 2005-07-23 Raphael Neider <rneider AT web.de>
3277
3278         * src/pic/gen.h: added emitpcode macro for debugging
3279         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3280           and replace by macro adding debug information on demand
3281         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3282         * (gencjne): tried to fix; replaced with correct (slower) code
3283         * (gen{Unp,P}ackBits): fixed single bit access
3284         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3285         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3286           previous instruction
3287         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3288           register has to be handled with care (forbidding movement
3289           of assignments/uses, removing assignments completely, ...)
3290         * (pCodeOptime2pCodes): make use of regIsSpecial
3291         * added lots of debugging output (commented out)
3292         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3293           from being reused as result UNLESS it is known to work
3294
3295 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3296
3297         * support/Util/dbuf.h: include <stddef.h> for size_t
3298         * .version: changed to version 2.5.2
3299
3300 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3301
3302         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3303
3304 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3305
3306         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3307           (genModOneByte): removed needless psha/pula
3308
3309 2005-07-22 Raphael Neider <rneider AT web.de>
3310
3311         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3312           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3313         * src/pic/gen.c (resolveIfx): do not "invent" labels
3314         * (genSkipc): changed to positive logic
3315         * (genSkipCond): removed as no longer needed
3316         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3317           backport from PIC16
3318         * (genLeftShift): check operands are in different registers
3319         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3320           INCF does not update CARRY...
3321         * src/pic/main.c: fixed _linkCmd
3322         * src/pic/pcode.c (unlinkpCode): added inactive code
3323         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3324           alive (do not assign result and operand overlapping registers)
3325
3326 2005-07-22 Raphael Neider <rneider AT web.de>
3327
3328         * src/pic/device.c (dump_sfr): replaced register declaration with
3329           call to emitSymbolToFile() to avoid duplicate symbols
3330         * (assignRelocatableRegisters): do not declare external symbols
3331         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3332           right (take size of type, not etype)
3333         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3334         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3335         * (packRegsForAccUse): disabled assignment of WREG as
3336           the result reg to prevent occurence of just fixed #1235003,
3337           fixes #1242954
3338         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3339           symbols (avoids duplicate symbols in .asm file)
3340         * (pic14emitRegularMap): use emitSymbolToFile()
3341         * src/pic/gen.c (aopOp): fixed spillLocation handling
3342         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3343         * (genDataPointerSet): removed unneccessary variables/output
3344
3345 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3346
3347         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3348         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3349
3350 2005-07-21 Raphael Neider <rneider AT web.de>
3351
3352         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3353           architecture cannot handle them efficiently, fixes bug #1235003
3354         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3355           check for empty sets before using them (fixes bug #1232190)
3356
3357 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3358
3359         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3360           (lnksect2): generate warnings for memory overlap
3361         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3362           constseg to set the name of these segments so you can instruct the linker
3363           to place them in banks
3364         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3365         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3366           added code_seg and const_seg to options
3367         * src/SDCCglue.c (emitMaps): use options.const_seg,
3368           (createInterruptVect): put interrupt vectors in segment HOME,
3369           (glue): put HOME before static segment and put the main glue in HOME,
3370           (glue): use options.code_seg
3371         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3372         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3373           these segments so you can instruct the linker to place them in banks
3374           (linkEdit): use code_loc for HOME segment which should be the first
3375           segment in code memory now
3376         * src/SDCCmem.c: fixed more stuff like bug 1238386
3377         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3378           (changePointer): don't change function pointers to code pointers for
3379           banked functions,
3380           (compareType): added exceptional check for banked function pointers
3381         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3382         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3383           after static in code memory
3384         * src/mcs51/gen.c: added aopLiteralLong prototype,
3385           (aopForSym): use getSize for functions,
3386           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3387           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3388           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3389           the segment,
3390           (genPcall): use call for literal function pointers and generate banked
3391           calls over the one trampoline so there's only one place for the user to
3392           modify according to his/hers hardware,
3393           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3394           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3395         * src/mcs51/main.c: added keyword banked,
3396           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3397         * support/Util/SDCCerr.c,
3398         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3399           needed for passing the bank and address to the trampoline
3400         * device/lib/mcs51/crtbank.asm: added for bankswitching
3401         * device/lib/mcs51/Makefile: added crtbank
3402
3403 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3404
3405         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3406           for fields at offset 0 of a struct or union as reported
3407           on 2005-07-07 in the developer mailing list.
3408
3409 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3410
3411         * src/SDCCmem.c: fixed bug 1238386
3412
3413 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3414
3415         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3416           (patch #1144962), added peephole 300, enabled 259.x
3417         * doc/sdccman.lyx: removed screenshot and provided link instead
3418
3419 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3420
3421         * doc/sdccman.lyx: added section about debugging with ddd
3422         * doc/figures/ddd_example.eps: screenshot of debugging session
3423
3424 2005-07-04 Raphael Neider <rneider AT web.de>
3425
3426         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3427           like CODE pointers, fixes #1115683
3428         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3429           call, fixes bugs #1232211, #1228110,
3430           fixed wrong casts to pCodeFlow from pCodeInstructions
3431
3432 2005-07-04 Raphael Neider <rneider AT web.de>
3433
3434         * src/pic/gen.c (popGet): changed assert to allow for
3435           bit operands
3436         * (popGetAddr): changed signature to provide
3437           an additional index, patched all call sites
3438         * (genCmpEq): handle literal-like operands correctly
3439         * (genAddrOf): added sanity checks on __code/__data pointers
3440         * (genAssign): added handling of symbols from __code section
3441         * (gencjne): do not generate code for comparisons whose result
3442           is neither stored nor used, fixes bug #1171114
3443         * (AccLsh, AccRsh): operate on operand instead of WREG
3444         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3445           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3446           by known count
3447         * rewrote complete shift-by-literal logic, commented unused
3448           functions out
3449         * (genConstPointerGet): get multiple bytes (if result size > 1),
3450           fixed handling of non-immediate addresses
3451         * (genPointerGet): handle CODE pointers like CONST pointers
3452         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3453         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3454           operand is to be treated as a literal or not
3455         * (mov2w,genPcall,genCmpEq),
3456           src/pic/genarith.c: use aop_isLitLike() to decide between
3457           literal/register contents
3458         * (addSign): added missing offset
3459         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3460           only emit comment in debug-mode,
3461           use {aop,op}_isLitLike throughout the file
3462         * src/pic/glue.c: fix initializers for pointers (work in progress)
3463         * src/pic/pcode.c (get_op): honor index on _const symbols
3464         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3465         * (dumppBlock): added pCode size estimation
3466         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3467           check for IS_SYMOP before OP_SYMBOL'ing
3468         * fixed indentation, compacted switch-statements
3469         * (allocReg): find free register and allocate it instead of
3470           allocating new registers all the time
3471         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3472           registers as its operands (necessary only for multibyte GETs)
3473
3474 2005-07-01 Raphael Neider <rneider AT web.de>
3475
3476         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3477           debugging .asm-output macros FENTRY + FEXIT
3478         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3479           way... I wonder...
3480         * (emitpComment): NEW, printf to pCode
3481         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3482           offset handling
3483         * (popGetAddr): NEW, variant of popGet to access an immediates
3484           high(er) bytes instead of the n'th byte of memory they reference,
3485           replaced popGet with popGetAddr where neccessary
3486         * (genDataPointerGet): reactivated and fixed implementation
3487         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3488           accesses
3489         * (genDataPointerSet): fixed multibyte assignments
3490         * (genpic14Code): fixed --i-code-in-asm handling
3491         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3492         * (genPlus): fixed index-out-of-bounds error
3493         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3494         * src/pic/ralloc.c: added debugging output macro FENTRY2
3495         * (spillThis): fixed indentation, enbraced for-body for clarity
3496         * (rematStr): commented out as now unused
3497         * (regTypeNum): commented out special spill case (overwrites
3498           arbitrary values)
3499         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3500
3501 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3502
3503         * doc/sdccman.lyx: documented sfr16/sfr32,
3504           added example for using storage class with function pointers
3505         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3506
3507 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3508
3509         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3510         * device/lib/_itoa.c,
3511         * device/lib/_ltoa.c: optimized codesize
3512         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3513           but don't know how to suppress the double warning.
3514         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3515         * support/Util/SDCCerr.c,
3516         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3517
3518 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3519
3520         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3521           fixed old K&R prototypes
3522         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3523         * device/lib/_gptrget.c,
3524         * device/lib/_gptrgetc.c,
3525         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3526           also new versions for small generic pointers and banked generic pointers
3527         * src/port.h: added const_name
3528         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3529         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3530         * src/SDCCcse.c (findPrevIc): check all associative operators
3531         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3532         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3533         * src/SDCCmem.c: updated comments,
3534           set far-space to 0 for pdata, results in optimized code
3535         * src/SDCCmem.h: added macro CONST_NAME
3536         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3537           moving the info into the highest bits, see also gptrget/gptrput
3538         * src/src.dsp: added sdcc.ico to project files
3539         * src/avr/gen.c (genCast): fixed bug 0x%d
3540         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3541         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3542           relation between ptr_type and DCL_TYPE,
3543           (genCast): fixed bug 0x%d
3544         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3545           (CODE)" for const_name
3546         * src/hc08/gen.c (genCast): fixed bug 0x%d
3547         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3548           (hc08_port): added "CONST (CODE)" for const_name
3549         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3550           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3551           between ptr_type and DCL_TYPE,
3552           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3553           operand* and took AOP() inside function so sfr-ness can be checked,
3554           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3555           new prototype,
3556           (genFunction, genEndFunction): optimized stack setup,
3557           (genMinus): optimized for literals with ending zeroes (in bytes),
3558           (genCast): fixed bug 0x%d
3559         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3560           (mcs51_port): added "CONST (CODE)" for const_name
3561         * src/mcs51/peeph.def: made rule 226 more generic
3562         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3563         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3564         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3565         * src/z80/main.c (z80_port): added NULL for const_name,
3566           (gbz80_port): added NULL for const_name
3567         * support/regression/tests/bug663539.c,
3568         * support/regression/tests/sfr16.c: new tests
3569
3570 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3571
3572         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3573
3574 2005-06-24 Raphael Neider <rneider AT web.de>
3575
3576         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3577           corrected typos...
3578         * device/include/pic16/signal.h: added USBIF
3579           and SIG_USB
3580
3581 2005-06-24 Raphael Neider <rneider AT web.de>
3582
3583         * device/lib/pic16/libdev/pic18f2455.c,
3584           device/include/pic16/pic18f2455.h: NEW
3585         * device/include/pic16/pic18fregs.h,
3586           device/lib/pic16/pics.all,
3587           src/pic16/device.c: added 18f2455
3588         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3589           device/include/pic16/{pic18f[68][567].h,usart.h}:
3590           replaced MULTIPLE_USARTS define with more relaible
3591           compatibility sfrs (for USART access)
3592
3593 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3594
3595         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3596           and the output asm file line is printed on two lines.
3597
3598 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3599
3600         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3601           BGT, BLE, BHI, and BLS instructions
3602         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3603           genCmpEq): removed
3604         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3605           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3606           fixes bug #1216342
3607         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3608
3609 2005-06-15 Raphael Neider <rneider AT web.de>
3610
3611         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3612         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3613         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3614           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3615           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3616
3617 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3618
3619         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3620           Marcel Telka in bug #1215704
3621
3622 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3623
3624         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3625           located in shared memory bank.
3626
3627 2005-05-31 Raphael Neider <rneider AT web.de>
3628
3629         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3630           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3631           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3632
3633 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3634
3635         * device/lib/_strncpy.c: fixed the fix
3636
3637 2005-05-26 Raphael Neider <rneider AT web.de>
3638
3639         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3640           initializers with \0, bug #1208187
3641         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3642           intializers with \0, bug #1208187
3643
3644 2005-05-26 Raphael Neider <rneider AT web.de>
3645
3646         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3647           initializers with \0, bug #1208187
3648         * src/pic16/main.c (_process_pragma): added sanity checks
3649           for stack position and size, emit warnings when appropriate
3650
3651 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3652
3653         * device/lib/_strncpy.c: fixed not filling with \0
3654
3655 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3656
3657         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3658           createFunction),
3659         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3660           compound_statement),
3661         * src/SDCCsymt.h,
3662         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3663
3664 2005-05-24 Raphael Neider <rneider AT web.de>
3665
3666         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3667
3668 2005-05-24 Raphael Neider <rneider AT web.de>
3669
3670         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3671           TRISE definitions, closes bug #1162453
3672
3673 2005-05-22 Raphael Neider <rneider AT web.de>
3674
3675         * src/pic16/main.c (_process_pragma): check for missing
3676           arguments to pragmas code and udata
3677         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3678           consistency fixes to match other headers (thanks to Jim Paris)
3679         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3680
3681 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3682
3683         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3684
3685 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3686
3687         * support/regression/tests/bug1198642.c: new test
3688         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3689         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3690         * support/scripts/resource.h,
3691         * support/scripts/resource.rc,
3692         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3693         * support/scripts/sdcc.ico: added 32x32 icon
3694
3695 2005-05-18 Raphael Neider <rneider AT web.de>
3696
3697         * device/lib/pic16/libdev/pic18f*.c,
3698         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3699           keywords to "__sfr" and "__at (X)"
3700         * device/include/pic16/pic18fregs.h: added pic18f4520
3701         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3702           #1203088 (MPLAB compatibility)
3703
3704 2005-05-17 Raphael Neider <rneider AT web.de>
3705
3706         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3707         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3708         * device/lib/pic16/pics.all: added new devices
3709         * src/pic16/device.c: added support for pic18f4520
3710
3711 2005-05-16 Raphael Neider <rneider AT web.de>
3712         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3713         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3714         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3715           convenience function for bit access
3716
3717 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3718
3719         * device/lib/printf_large.c: fixed bug 1193299
3720         * support/regression/tests/bug1057979.c: added test %3.3s
3721
3722 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3723
3724         * device/include/mcs51/8051.h,
3725         * device/include/mcs51/8052.h: made parseable with lint
3726         * device/include/mcs51/lint.h: added include file for (sp)lint
3727         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3728         * doc/cdbfileformat.lyx,
3729         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3730
3731 2005-05-14 Raphael Neider <rneider AT web.de>
3732
3733         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3734         * device/lib/pic16/libc/stdlib/itoa.c (new)
3735         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3736         * device/lib/pic16/libio/Makefile: exclude subdir according to
3737           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3738         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3739         * src/pic16/gen.c (genFunction): prevent annoying warning
3740         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3741           nameclashes on BeOS
3742         * support/cpp2/cppmain.c (cpp_output_string): new
3743         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3744           fixes bug 1116802
3745
3746 2005-05-13 Borut Razem <borut.razem AT siol.net>
3747
3748         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3749
3750 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3751
3752         * .version: changed to version 2.5.1; back to bleeding edge development
3753
3754 2005-05-11 Borut Razem <borut.razem AT siol.net>
3755
3756         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3757           generate PDF version 1.3 documents
3758
3759 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3760
3761         * .version: changed to version 2.5.0
3762
3763 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3764
3765         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3766
3767 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3768
3769         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3770         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3771         well as many smaller updates.
3772         * .version: changed to version 2.5.0-pre1
3773
3774 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3775
3776         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3777
3778 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3779
3780         * support/regression/tests/bug1185672.c: added
3781         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3782           bug 1185672
3783         * src/mcs51/gen.c (genCall): added comments, made it look safer
3784         * src/mcs51/gen.c (genEndFunction): simplified
3785
3786 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3787
3788         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3789
3790 2005-04-14 Borut Razem <borut.razem AT siol.net>
3791
3792         * fixed bug 1045046 - SIGSEGV with really simple code?:
3793           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3794           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3795
3796 2005-04-14 Borut Razem <borut.razem AT siol.net>
3797
3798         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3799           src/pic16/device.h: temporarily disabled experimental #inline pragma
3800           for 2.5.0 release
3801
3802 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3803
3804         * device/include/z80/stdio.h,
3805         * device/include/z80/string.h: removed these highly incomplete files so
3806           SDCC can use the default ones in device/include/
3807
3808 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3809
3810         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3811         gcc warning.
3812         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3813         fix sdcpp warnings.
3814
3815 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3816
3817         * device/include/malloc.h: removed redundant __reentrant prototypes
3818         * device/lib/_mullong.c: added working xstack variant in asm (C version
3819           doesn't pass regression tests)
3820         * device/lib/bpx.c: used __data and made bpx char for mcs51
3821         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3822           (createFunction): fixed bug with xstackPtr
3823         * src/SDCCcse.c: corrected comments
3824         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3825           (killDeadCode, eBBlockFromiCode): removed unused code
3826         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3827           corrected comments
3828         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3829           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3830           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3831           (genModOneByte): fixed warning in MSVC
3832         * src/mcs51/main.c (): added comments
3833         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3834
3835 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3836
3837         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3838
3839 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3840
3841         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3842
3843 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3844
3845         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3846         characters arrays of larger size than the declared one.
3847
3848 2005-04-10 Borut Razem <borut.razem AT siol.net>
3849
3850         * src/pic/gen.c (genInline),
3851           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3852           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3853           (findNextInstruction), (findPrevInstruction),
3854           (findInstructionUsingLabel),
3855           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3856         * src/pic/pcode.c (findLabel): added missing '\n'
3857         * src/src.dsp: added SDCCdwarf2.c to the project
3858
3859 2005-04-09 Borut Razem <borut.razem AT siol.net>
3860
3861         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3862
3863 2005-04-08 Raphael Neider <rneider AT web.de>
3864
3865         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3866           into the chain after a given one) and mergeDefmapSymbols (combine
3867           defmap entries for each symbol per pcode)
3868         * (createDefmap): have defmap entries merged in the end
3869         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3870           a symbol before replacing one access type's symbol, merge symbols in
3871           the end (replacement symbol might already have an entry)
3872         * (assignValnums): keep reference to written WREG intact
3873
3874 2005-04-08 Raphael Neider <rneider AT web.de>
3875
3876         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3877           Alpha)
3878
3879 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3880
3881         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3882         bytes
3883
3884 2005-04-07 Raphael Neider <rneider AT web.de>
3885
3886         * device/include/pic16/usart.h: added compatibility defines for
3887           devices with more than one USART
3888         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3889
3890 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3891
3892         * device/lib/Makefile.in: updated for port specific include
3893
3894 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3895
3896         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3897
3898 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3899
3900         * device/include/8051.h,
3901         * device/include/8052.h,
3902         * device/include/at89S8252.h,
3903         * device/include/at89c55.h,
3904         * device/include/at89x051.h,
3905         * device/include/at89x51.h,
3906         * device/include/at89x52.h,
3907         * device/include/mcs51reg.h,
3908         * device/include/reg51.h,
3909         * device/include/reg764.h,
3910         * device/include/regc515c.h,
3911         * device/include/sab80515.h: (re)moved these 12 files
3912         * device/include/mcs51/8051.h,
3913         * device/include/mcs51/8052.h,
3914         * device/include/mcs51/at89S8252.h,
3915         * device/include/mcs51/at89c55.h,
3916         * device/include/mcs51/at89x051.h,
3917         * device/include/mcs51/at89x51.h,
3918         * device/include/mcs51/at89x52.h,
3919         * device/include/mcs51/mcs51reg.h,
3920         * device/include/mcs51/reg51.h,
3921         * device/include/mcs51/reg764.h,
3922         * device/include/mcs51/regc515c.h,
3923         * device/include/mcs51/sab80515.h: and added them here
3924
3925 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3926
3927         * device/include/stdarg.h: changed SDCC specific keywords to double
3928           underlined form.
3929         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3930           mcs51 and ds390.
3931         * device/include/hc08/mc68hc908gp32.h,
3932         * device/include/hc08/mc68hc908jb8.h,
3933         * device/include/hc08/mc68hc908jkjl.h,
3934         * device/include/hc08/mc68hc908qy.h: fixed comments
3935         * device/include/mcs51/README: updated
3936         * device/include/mcs51/c8051f120.h: added PINRSF
3937         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3938         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3939           amidst code. Also inline is not supported.
3940
3941 2005-04-06 Raphael Neider <rneider AT web.de>
3942
3943         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3944         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3945           callers stack/frame pointers
3946
3947 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3948
3949         * device/include/pic16/usart.h: added, missing in previous commit,
3950         * device/include/pic16/adc.h: fixed typo,
3951         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3952         commit,
3953         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3954         <p18fxxx.inc>
3955         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3956         uninitialized because a bug appears with gplink
3957         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3958         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3959         complains for unrecognised option
3960
3961 2005-04-05 Raphael Neider <rneider AT web.de>
3962
3963         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3964           structs as well (using memcpy)
3965         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3966           on ISRs (GOTO has no label)
3967         * src/pic16/device.h: added OF_OPTIMIZE_DF
3968         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3969           new data flow analysis/optimization
3970         * src/pic16/pcode.c: added (prototypes for and implementation of)
3971           dataflow analysis functions, fixed pCodeInstructions' inCond and
3972           outCond values, made RCALL a branch instruction
3973         * (pic16_unlinkpCode): keep C line if possible
3974         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3975           C line moved if possible
3976         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3977         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3978           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3979         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3980           new flow)
3981         * (pic16_getJumptabpCode): NEW, needed in...
3982         * (LinkFlow): fixed handling of jumptables, calls and conditional
3983           branches
3984         * (pic16_InsertCommentAfter): NEW
3985         * (pic16_pCodeReplace): made verbose and flow preserving
3986         * (AnalyzeFlow): added call to data flow analysis
3987         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3988         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3989         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3990
3991 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3992
3993         * src/SDCCast.c (decorateType): fixed bug #1105626
3994
3995 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3996
3997         * device/include/asm/pic16/features.h,
3998         * pic18f*.h headers,
3999         * device/include/pic16/adc.h,
4000         * device/include/pic16/delay.h,
4001         * device/include/pic16/i2c.h,
4002         * device/include/pic16/malloc.h,
4003         * device/include/pic16/stdio.h,
4004         * device/include/pic16/stdlib.h,
4005         * device/include/pic16/string.h,
4006         * device/lib/pic16/libc/stdio/printf_tiny.c,
4007         * device/lib/pic16/libc/stdio/printf_small.c,
4008         * device/lib/pic16/libc/stdio/strmgpsim.c,
4009         * device/lib/pic16/libc/stdio/strmmssp.c,
4010         * device/lib/pic16/libc/stdio/strmusart.c,
4011         * device/lib/pic16/libc/stdio/vfprintf.c,
4012         * device/lib/pic16/libc/stdlib/ltoa.c,
4013         * device/lib/pic16/libc/stdlib/putchar.c,
4014         * device/lib/pic16/libc/stdlib/x_ftoa.c,
4015         * device/lib/pic16/libc/stdlib/memchrpgm.c,
4016         * device/lib/pic16/libc/stdlib/memchrram.c,
4017         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
4018         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
4019         * device/lib/pic16/libio/adc/adcbusy.c,
4020         * device/lib/pic16/libio/adc/adcread.c,
4021         * device/lib/pic16/libio/adc/adcsetch.c,
4022         * device/lib/pic16/libio/usart/ubaud.c,
4023         * device/lib/pic16/libio/usart/ubusy.c,
4024         * device/lib/pic16/libio/usart/udrdy.c,
4025         * device/lib/pic16/libio/usart/uopen.c,
4026         * device/lib/pic16/libio/usart/uputc.c,
4027         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
4028         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
4029         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
4030         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
4031         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
4032         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
4033         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
4034         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
4035         specific keywords to double underlined form,
4036         * device/lib/pic16/libc/Makefile.rules,
4037         * device/lib/pic16/libsdcc/Makefile.rules,
4038         * device/lib/pic16/libm/Makefile,
4039         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
4040         to compile with C standard set in Makefile.common
4041         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
4042         rand.c and crc.c in compilation process,
4043         * device/lib/pic16/libsdcc/int/divuint.c,
4044         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
4045         `c' from signed to unsigned,
4046         * device/lib/pic16/startup/crt0.c,
4047         * device/lib/pic16/startup/crt0i.c,
4048         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
4049         keywords to double underlined form, bug fixes in _do_cinit function
4050         which prevented the correct initialization of the .idata segment,
4051         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
4052         core to enter a infinite loop
4053         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
4054
4055 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4056
4057         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
4058
4059 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4060
4061         * device/include/Makefile.in: add support for hc08 subdirectory
4062         * device/include/hc08/: new subdirectory
4063         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
4064         Lucas Loizaga, thanks!
4065         * device/include/hc08/mc68hc908qy.h,
4066         * device/include/hc08/mc68hc908gp32.h,
4067         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
4068         their own directory. Changed internal macro names to use the compiler
4069         reserved namespace. Changed SDCC specific keywords to double
4070         underlined form.
4071         * device/include/math.h,
4072         * device/include/malloc.h,
4073         * device/include/stdarg.h,
4074         * device/include/stdbool.h
4075         * device/include/string.h,
4076         * device/include/tinibios.h,
4077         * device/include/ds400rom.h,
4078         * device/include/8051.h,
4079         * device/include/8052.h,
4080         * device/include/80c51xa.h,
4081         * device/include/at89c55.h,
4082         * device/include/at89S8252.h,
4083         * device/include/at89x51.h,
4084         * device/include/at89x52.h,
4085         * device/include/ds80c390.h,
4086         * device/include/reg764.h,
4087         * device/include/regc515c.h,
4088         * device/include/sab80515.h,
4089         * device/include/mcs51/c8051f000.h,
4090         * device/include/mcs51/c8051f018.h,
4091         * device/include/mcs51/c8051f020.h,
4092         * device/include/mcs51/c8051f040.h,
4093         * device/include/mcs51/c8051f060.h,
4094         * device/include/mcs51/c8051f120.h,
4095         * device/include/mcs51/c8051f300.h,
4096         * device/include/mcs51/c8051f310.h,
4097         * device/include/mcs51/c8051f320.h,
4098         * device/include/mcs51/c8051f330.h,
4099         * device/include/mcs51/c8051f350.h,
4100         * device/include/z180.h: Changed SDCC specific keywords to double
4101         underlined form.
4102
4103 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
4104
4105         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
4106         18F4455,
4107         * (pic16_assignConfigWordValue): disable testing of configuration
4108         register value with config mask,
4109         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
4110         function with port->fun_prefix,
4111         * (genFunction): when generating a naked interrupt function never
4112         create an absolute segment placed in interrupt vector address, place
4113         the actual interrupt function at IVA instead, when an interrupt
4114         function is generated with unspecified interrupt then do not create
4115         the absolute section,
4116         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
4117         code for generating a call to generic pointer get/put function with
4118         a call to function pic16_callGenericPointer(),
4119         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
4120         the call to the generic pointer get/put functions with prefixing the
4121         function name with port->fun_prefix,
4122         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
4123         * src/pic16/main.c (_process_pragma): prefix function with
4124         port->fun_prefix,
4125         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
4126         calling assembler, old 18Fxxxx macro is deprecated,
4127         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
4128         PC_ASMDIR in while condition,
4129         * (findInstruction): add PC_ASMDIR in while condition,
4130         * (buildCallTree): prefix main with port->fun_prefix,
4131         * (pic16_pCode2str): fixed bug that didn't emit the memory access
4132         identifier for variable with banked access in instructions BTFSS,
4133         BTFSC, BCF, BSF, BTG
4134         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
4135         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
4136         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
4137         perform optimization when enviroment variable NO_REG_OPT is set,
4138         * (insideLRBlock): NEW, return 1 if register is inside an
4139         INF_LOCALREGS block,
4140         * (RemoveRegFromLRBlock): remove a register that is completely
4141         eliminated by register optimization, but it is still left in local
4142         register store/restore in/from stack block,
4143         * (Remove2pcodes): after removing register, check to see if it
4144         should be removed from local register store/restore in/from stack
4145         block,
4146         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
4147         DUMMY_READ_VOLATILE,
4148
4149         * device/include/pic16/adc.h: minor prototype modifications and
4150         update,
4151         * device/include/pic16/malloc.h: added GPL notice various
4152         modifications,
4153         * device/include/pic16/stdint.h: NEW, standard header for ints
4154         * device/include/pic16/delay.h: NEW, header for delay functions,
4155         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4156         delay1mtcy,
4157         * device/include/pic16/signal.h: NEW, header providing helper macros
4158         for implementing signal handlers,
4159         * device/include/pic16/stdio.h: added prototypes for functions,
4160         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4161         prototypes for stdin and stdout, added macro PUTCHAR to
4162         automatically implement putchar function prototype,
4163         * device/include/pic16/usart.h: modified and updated USART library,
4164         * device/lib/pic16/libio/adc/,
4165         * device/lib/pic16/libio/i2c: some modifications to improve library
4166         performance,
4167         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4168         family of functions,
4169         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4170         family of functions and other sources,
4171         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4172         of the PIC18Fxx[28] devices,
4173         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4174         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4175         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4176         _do_cinit function, because the previous failed when local variables
4177         where not placed in the same memory bank,
4178         * device/lib/pic16/libsdcc/char/: various modifications to improve
4179         library performance,
4180         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4181         information on the new functions of the c library and more...
4182
4183 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4184
4185         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4186
4187 2005-03-26 Raphael Neider <rneider AT web.de>
4188
4189         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4190           if condition == CARRY)
4191         * (genCmp): adapted to new genSkipc semantics
4192         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4193           on rIfx (genCmp was broken)
4194
4195 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4196
4197         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4198         * src/z80/main.c (_keywords[]),
4199         * src/SDCCglobal.h (struct options),
4200         * src/SDCC.y,
4201         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4202         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4203         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4204         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4205         always available in leading double underscore form. The C99 support is
4206         mostly missing, but it's a start.
4207         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4208         reserved identifier "__data".
4209
4210 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4211
4212         * src/mcs51/peeph.def: fixed bug 1170013
4213
4214 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4215
4216         * device/include/mcs51reg.h: fixed bug 842007
4217
4218 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4219
4220         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4221         last time.
4222
4223 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4224
4225         * src/port.h (struct PORT),
4226         * src/avr/ralloc.c (avr_assignRegisters),
4227         * src/avr/main.c,
4228         * src/ds390/ralloc.c (ds390_assignRegisters),
4229         * src/ds390/main.c,
4230         * src/hc08/ralloc.c (hc08_assignRegisters),
4231         * src/hc08/main.c,
4232         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4233         * src/mcs51/main.c,
4234         * src/pic/ralloc.c (pic14_assignRegisters),
4235         * src/pic/main.c,
4236         * src/pic16/ralloc.c (pic16_assignRegisters),
4237         * src/pic16/main.c,
4238         * src/xa51/ralloc.c (xa51_assignRegisters),
4239         * src/xa51/main.c,
4240         * src/z80/ralloc.c (z80_assignRegisters),
4241         * src/z80/ralloc.h,
4242         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4243         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4244         * src/SDCCcse.h,
4245         * src/SDCCdflow.c (computeDataFlow),
4246         * src/SDCCdflow.h,
4247         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4248         * src/SDCCloop.h,
4249         * src/SDCCcflow.c (*),
4250         * src/SDCCcflow.h,
4251         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4252         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4253         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4254         immedDom() returning wrong block; probably fixes bug #1160833)
4255
4256 2005-03-20 Borut Razem <borut.razem AT siol.net>
4257
4258         * support/scripts/inc2h.pl: WIN32 port
4259
4260 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4261
4262         * device/lib/makefile.in: added abs.c and labs.c
4263
4264 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4265
4266         * device/include/stdint.h: added
4267         * device/lib/abs.c: added
4268         * device/lib/labs.c: added
4269         * device/include/stdlib.h: added abs() and labs() prototypes
4270         * device/lib/libsdcc.lib: added abs and labs
4271         * device/include/float.h,
4272         * device/lib/_fsmul.c,
4273         * device/lib/printf_fast.c,
4274         * device/lib/printf_tiny.c: updated comments
4275
4276 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4277
4278         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4279         bug #1164313
4280
4281 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4282
4283         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4284         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4285
4286 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4287
4288         * device/lib/printf_large.c: removed inline assembly for portability and
4289           readability. Use printf_fast if speed or size are more important.
4290         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4291         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4292
4293 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4294
4295         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4296         prevent compiler warning
4297
4298 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4299
4300         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4301         moved to level 0 and declared as static. Also they are explicit
4302         placed in access bank. This was necessery because some times they
4303         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4304         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4305         optimizations. Currently only compare to unsigned char is implemented,
4306         * src/pic16/gen.c: added fReturnIdx array,
4307         * (struct resolvedIfx) is moved to gen.h and made public,
4308         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4309         * (aopForSym): added an optimization to directly store in stack of
4310         the operand of a SEND iCode,
4311         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4312         but as registers instead (AOP_REG) using the fReturnIdx array,
4313         * (pic16_freeAsmop): remove the freed register from the
4314         _G.sregsAlloc field,
4315         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4316         a compare of 'WREG',
4317         * (pic16_popGetTempRegCond): changed function prototype, now
4318         function takes also a bitVector argument v which holds the current
4319         set of registers that are allocated for stack access by aopForSym,
4320         registers allocated in aopForSym for accessing stack symbols are not
4321         any more part of the functions usedRegs field,
4322         * (genCall): some times aopOp is called for a stack variable to be
4323         send, aopForSym might perform the push, if this is true make sure
4324         that genCall doesn't push the variable twice by testing _G.resDirect,
4325         * (genFunction): changed testing for unspecified interrupt number
4326         from 256 to INTNO_UNSPEC,
4327         * modified selection scheme of frame pointer generation. Previously
4328         if function did use local registers a frame pointer was generated,
4329         now a frame pointer is generated only if function has arguments
4330         (that need PLUSW2 register access), or has stack arguments, or the
4331         compiler is not instructed to omit the frame pointer,
4332         * (genEndFunction): before restoring local registers that were saved
4333         in the function preamble, also restore the registers that *might*
4334         have been allocated for stack access,
4335         * (genRet): removed some old comments,
4336         * (genCmp, the active (RN's) version): added a call to the
4337         pic16_genCmp_special function to perform the compare with a more
4338         robust and optimized way,
4339         * (genInline): a feature has been added in inline code generation,
4340         which allows a wildcard variable substitution when writing inline
4341         assembly. Code is incomplete and experimental therefore undocumented,
4342         * (genCast): changed order of aopOp for result and right to allow
4343         aopForSym to directly load the result if possible,
4344         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4345         perform an optimized compare on some selected special occasions,
4346         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4347         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4348         generate an IVT any more,
4349         * src/pic16/main.c (pic16_optionsTable): added command line option
4350         --optimize-cmp,
4351         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4352         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4353         macros,
4354         * src/pic16/NOTES: Raphael Neider added in list of active developers
4355         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4356         jumptable_end to prevent bug #,
4357         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4358         inCond and outCond fields,
4359         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4360         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4361         turn off register spilling,
4362         * (packRegsForOneUse): synced with other ports' versions although it
4363         is not used currently,
4364         * (pic16_packRegisters): added an optimization while reading
4365         structure bitfields, some registers may be saved (malloc code is
4366         decreased by 80 bytes)
4367
4368 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4369
4370         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4371         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4372         this can be optimized more?
4373
4374 2005-03-10 Raphael Neider <rneider AT web.de>
4375
4376         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4377           genNearPointerGet): (hopefully) fixed access to bitfields via
4378           pointers (p->bitN = x; and x = p->bitN; failed)
4379
4380 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4381
4382         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4383
4384 2005-03-09 Raphael Neider <rneider AT web.de>
4385
4386         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4387
4388 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4389
4390         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4391         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4392           (regTypeNum): set REG_BIT type if necessary
4393         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4394         * support/regression/tests/critical.c: check bug 1144613
4395
4396 2005-03-02 Raphael Neider <rneider AT web.de>
4397
4398         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4399
4400 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4401
4402         * src/avr/ralloc.c (serialRegAssign),
4403         * src/ds390/ralloc.c (serialRegAssign),
4404         * src/hc08/ralloc.c (serialRegAssign),
4405         * src/mcs51/ralloc.c (serialRegAssign),
4406         * src/pic/ralloc.c (serialRegAssign),
4407         * src/pic16/ralloc.c (serialRegAssign),
4408         * src/xa51/ralloc.c (serialRegAssign),
4409         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4410
4411 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4412
4413         * src/SDCCast.c (decorateType): fixed bug 1124787
4414
4415 2005-02-20 Hubert Sack <sack AT digiplan.de>
4416         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4417
4418         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4419         patch #1121755
4420
4421 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4422
4423         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4424         to keep the correct label reference count when adding/removing references
4425         to labels. A peephole file using this is appended to patch #1144962.
4426
4427 2005-02-14 Raphael Neider <rneider AT web.de>
4428
4429         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4430         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4431         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4432           retrievals of result operand's value on assignment
4433
4434 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4435
4436         * device/include/pic16/string.h: modified prototype for memccpy()
4437         to memccpy(void *, void *, char, size_t)
4438         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4439         check whether to omit frame pointer or not,
4440         * (genInline): convert all occurences of "\n" to LF in inline
4441         assembler blocks, this helps formatting the inline text,
4442         * (pic16_loadFSR0): modified prototype,
4443         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4444         removed some 8051 legacy code,
4445         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4446         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4447         before allocating temporary registers in functions,
4448
4449 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4450
4451         * support/regression/tests/bitvars.c: corrected the "fix"
4452
4453 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4454
4455         * support/regression/tests/bitvars.c,
4456         * support/regression/tests/bitwise.c,
4457         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4458
4459 2005-02-10 Raphael Neider <rneider AT web.de>
4460
4461         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4462           different size for Alpha
4463         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4464
4465 2005-02-09 Raphael Neider <rneider AT web.de>
4466
4467         * src/SDCC.lex(doPragma) : save and restore warning options as well
4468           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4469         * have #pragma less_pedantic set the errorlevel to WARNING
4470           (fixes #1117001)
4471         * (cloneOptimize) : fixed wrong malloc's size
4472         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4473           facilitate correct handling of #pragma (save|restore)
4474
4475 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4476
4477         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4478
4479 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4480
4481         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4482
4483 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4484
4485         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4486
4487 2005-02-02 Raphael Neider <rneider AT web.de>
4488
4489         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4490         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4491         * (pic16_storeForReturn): fixed to allow returning function pointers
4492         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4493         * device/include/pic16/{stddef.h,stdbool.h}: added
4494
4495 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4496
4497         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4498
4499 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4500
4501         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4502         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4503          appeared to be required
4504
4505 2005-01-31 Borut Razem <borut.razem AT siol.net>
4506
4507         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4508           include/mcs51 and include/z80 directories to the package
4509
4510 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4511
4512         * src/hc08/gen.c (genFunction): fixed bug #1112752
4513
4514 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4515
4516         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4517
4518 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4519
4520         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4521
4522 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4523
4524         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4525
4526 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4527
4528         * device/include/c8051fxxx.h: removed these 6 files
4529         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4530
4531 2005-01-26 Raphael Neider <rneider AT web.de>
4532
4533         * src/pic16/gen.c (genAssign): fixed assignment from longs
4534           in codespace (were cut to three bytes)
4535         * (genDummyRead): implemented (except for CODESPACE...),
4536           fixed bug #1108575
4537         * src/pic16/glue.c (emitStatistics): beautified
4538         * device/lib/pic16/libm/Makefile: added include path
4539
4540 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4541
4542         * src/z80/gen.c (aopPut): fixed bug #1103902
4543
4544 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4545
4546         * device/lib/expf.c: fixed bug #1095792
4547
4548 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4549
4550         * device/lib/pic16/libm: added Math library sources
4551
4552 2005-01-24 Raphael Neider <rneider AT web.de>
4553
4554         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4555           to enable upcast to pCodeOpReg2 (there is no type tag to
4556           differenciate the two and pic16_popGet2p cast into PCOR2)
4557         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4558           (sizeof(sectNames) changed to sizeof(sectName))
4559           Both patches fix segfaults under MinGW.
4560
4561 2005-01-23 Raphael Neider <rneider AT web.de>
4562
4563         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4564           Safe_[mc]?alloc()'ed variables
4565         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4566           of (byte sized) temporaries (assign them to WREG for now)
4567         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4568           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4569           this might fix SIGSEGVs on MinGW...
4570         * src/SDCCopt.c (killDeadCode): restored original behaviour
4571           (volatile operands might get thrown away though)
4572
4573 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4574
4575         * src/pic16/gen.c: fixed bug #1106975,
4576         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4577         pointer update, INTCON is saved, global interrupts are disabled and
4578         restored after updateing TOS.
4579         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4580         * added function attribute 'shadowregs' to take advantage of shadow
4581         registers,
4582         * added function attribute 'wparam' as an alternative to the wparam
4583         pragma,
4584         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4585         user declares a non-ISR function as 'shadowregs',
4586         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4587
4588 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4589
4590         * .version: bumped version number to 2.4.8
4591         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4592         pic16 port,
4593         * device/lib/pic16/libio/i2c/: I2C module support library,
4594         * device/include/pic16/i2c.h: I2C support library header,
4595         * device/lib/pic16/libc/stdio/: standard IO support sources,
4596         * (printf_small.c): printf_small() source, supports float print,
4597         * (printf_tiny.c): printf_tiny() source, does not support floats,
4598         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4599         enable global optimizations for entire library source, other
4600         Makefiles in the source tree are also modified to reflect this,
4601         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4602         function,
4603         * doc/sdccman.lyx: updated to reflect new changes,
4604         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4605         sym->onStack if-case,
4606         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4607         sbit, idata, _idata, xdata, _xdata,
4608         * added pragma library, to link an external library, (see doc),
4609         * removed command line options, --pomit-config-words, --pomit-ivt,
4610         --pleave-reset-vector,
4611         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4612         when calling assembler to reflect memory model used, also define
4613         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4614         reflect stack model used,
4615         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4616         on stack return NULL,
4617
4618 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4619
4620         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4621           of the operands is volatile. Fixes #1020220
4622
4623 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4624
4625         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4626         * (OptimizeRegUsage): make sure that there is really no other flow where
4627           the first pCode is used
4628
4629 2005-01-22 Raphael Neider <rneider AT web.de>
4630
4631         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4632           to fix #1106967 (pCode->seq are not set up correctly)
4633
4634 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4635
4636         * src/SDCCglue.c (glue): make sure code area is declared before the
4637         static initialization area.
4638
4639 2005-01-21 Raphael Neider <rneider AT web.de>
4640
4641         * device/lib/Makefile.in: fixed test for pic16 install dir
4642         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4643           optimizations
4644         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4645           added --optimize-goto compiler switch and pragma wparam documentation
4646         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4647         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4648           and PRODH closing bug #1071770 (peephole optimizer)
4649
4650 2005-01-19 Raphael Neider <rneider AT web.de>
4651
4652         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4653           cmdLine buffers (used when calling sdcpp...) are large enough
4654           (MAX_PATH=256 truncates arguments leading to system halts when
4655           used in MinGW...)
4656         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4657         * (genUminus): rewritten to for efficiency
4658         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4659           used uninitialized in some cases)
4660         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4661           copy the third byte from the int -- now assumes 0x80 (data memory)
4662         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4663           operands (genAddLit expects the iCode's operands to swapped as
4664           well), fixed leftover bytes (crashed for short left operands)
4665         * (pic16_genMinusDec): performance improvements, removed false
4666           PIC14 emitSKPNCs
4667         * (pic16_genMinus): fixed to cope with differently sized operands
4668         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4669           for --obanksel > 1
4670         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4671         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4672           new banksel optimization
4673         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4674           analysis for temporary registers (segfaults...)
4675         * src/pic16/peeph.def: added rule
4676
4677 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4678
4679         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4680         which converts a float number to its ASCII representation
4681         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4682         functions to convert the fractional and integer part of a float to ASCII,
4683         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4684         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4685         ram
4686         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4687         _STATMEM macros,
4688         * device/include/pic16/adc.h: added GPL info,
4689         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4690         a pCodeOp as tested operand,
4691         * (genNearPointerGet): optimized bit testing, does not use
4692         intermediate register for bit value, test directly instead with
4693         BTFSS, BTFSC, works only for single bits,
4694         * (genpic16Code): dump the name of the iCode in the asm,
4695         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4696         renamed to pic16_decodeOp,
4697         * (serialRegAssign): do not allocate a temporary register for iCode
4698         sequences that test a single bit for 1/0
4699
4700 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4701
4702         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4703         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4704         access stack and frame pointers. They are initially assigned to
4705         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4706         accessing SFRs. Updated all occurences of modification of stack or
4707         frame pointer in gen.c and pcode.c,
4708         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4709         assigning of a literal value to pointers,
4710         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4711         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4712         selected
4713
4714 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4715
4716         * doc/sdccman.lyx: update documentation about stack pragma, added
4717         some info for stack memory models
4718
4719 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4720
4721         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4722
4723 2005-01-08 Raphael Neider <rneider AT web.de>
4724
4725         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4726           udata sections to fix bug #1097823
4727
4728 2005-01-05 Raphael Neider <rneider AT web.de>
4729
4730         * src/pic16/gen.c (genGenericShift): added handling of differently
4731           sized left operand and result
4732
4733 2005-01-04 Raphael Neider <rneider AT web.de>
4734
4735         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4736         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4737           to hold the condition bit)
4738         * added new version of genCmp (old code available via #define)
4739         * added new version of genShiftLeft/genShiftRight in a generic
4740           way, now supports shifting by negative values
4741         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4742           shiftCount (expected by genGenericShift)
4743         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4744         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4745           dump
4746         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4747           is an invalid literal too...)
4748
4749 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4750
4751         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4752         from Raphael Neider,
4753         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4754         for 8-bit literals. This fixes some literal operands which are sign
4755         extended to 16-bits ints when instruction needs only 8-bits.
4756
4757 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4758
4759         * device/lib/logf.c: added mcs51 assembly version
4760         * device/lib/expf.c: added mcs51 assembly version
4761         * device/lib/_logexpf.c: new shared asm code for expf and logf
4762         * device/include/math.h: add defines for assembly math library
4763         * device/lib/Makefile.in: build new _logexpf.c
4764         * device/lib/libfloat.lib: use new _logexpf.c
4765
4766 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4767
4768         * src/pic/device.c
4769         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4770           device types which have less than 0x7f registers.
4771
4772 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4773
4774         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4775
4776 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4777
4778         * device/lib/printf_fast.c: only build on supported arch.
4779         * device/lib/printf_tiny.c: only build on supported arch.
4780         * device/lib/printf_fast_f.c: only build if asm float lib
4781         * device/lib/_fsget1arg.c: only build if asm float lib
4782         * device/lib/_fsget2args.c: only build if asm float lib
4783         * device/lib/_fsnormalize.c: only build if asm float lib
4784         * device/lib/_fsreturnval.c: only build if asm float lib
4785         * device/lib/_fsrshift.c: only build if asm float lib
4786         * device/lib/_fsswapargs.c: only build if asm float lib
4787         * device/include/stdio.h: don't provide print_fast,
4788           print_fast_f, print_tiny prototypes if --xstack used
4789
4790 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4791
4792         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4793         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4794           to the SOURCES
4795
4796 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4797
4798         * device/lib/printf_fast_f.c: same as printf_fast, but
4799           with floating point enabled
4800         * device/lib/printf_fast.c: minor tweaks
4801         * device/include/stdio.h: add printf_fast_f
4802
4803 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4804
4805         * src/SDCCmain.c: make --float-reent default for mcs51
4806         * device/lib/_fsadd.c: added mcs51 assembly version
4807         * device/lib/_fssub.c: added mcs51 assembly version
4808         * device/lib/_fsmul.c: added mcs51 assembly version
4809         * device/lib/_fsdiv.c: added mcs51 assembly version
4810         * device/lib/_fseq.c: added mcs51 assembly version
4811         * device/lib/_fsneq.c: added mcs51 assembly version
4812         * device/lib/_fsgt.c: added mcs51 assembly version
4813         * device/lib/_fslt.c: added mcs51 assembly version
4814         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4815         * device/lib/Makefile.in: add _fscmp to build
4816         * device/lib/libfloat.lib: add _fscmp to build
4817
4818 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4819
4820         * device/lib/_fs2slong.c: added mcs51 assembly version
4821         * device/lib/_fs2sint.c: added mcs51 assembly version
4822         * device/lib/_fs2schar.c: added mcs51 assembly version
4823         * device/lib/_fs2ulong.c: added mcs51 assembly version
4824         * device/lib/_fs2uint.c: added mcs51 assembly version
4825         * device/lib/_fs2uchar.c: added mcs51 assembly version
4826         * device/lib/_slong2fs.c: added mcs51 assembly version
4827         * device/lib/_sint2fs.c: added mcs51 assembly version
4828         * device/lib/_schar2fs.c: added mcs51 assembly version
4829         * device/lib/_ulong2fs.c: added mcs51 assembly version
4830         * device/lib/_uint2fs.c: added mcs51 assembly version
4831         * device/lib/_uchar2fs.c: added mcs51 assembly version
4832         * device/include/float.h: added #define to select asm vs c
4833
4834 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4835
4836         * device/lib/printf_fast.c: improvements to float output
4837         * device/include/float.h: add defines for assembly float library
4838         * device/lib/_fsget1arg.c: receive 1 float arg
4839         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4840         * device/lib/_fsnormalize.c: normalize a float
4841         * device/lib/_fsreturnval.c: return float, various helper routines
4842         * device/lib/_fsrshift.c: right shift a float's mantissa
4843         * device/lib/_fsswapargs.c: swap 2 floats
4844         * device/lib/Makefile.in: build these 6 new files for mcs51
4845         * device/lib/libfloat.lib: add these 6 files to the library
4846
4847 2004-12-26 Borut Razem <borut.razem AT siol.net>
4848
4849         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4850           built by gcc 3.4.2
4851
4852 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4853
4854         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4855           and fully reentrant and register bank neutral.
4856         * device/lib/printf_fast.c: added float (not enabled by default),
4857           added compact/slower integer (also not enabled by default),
4858           improved size/speed of fast integer code, other minor changes
4859         * device/include/stdio.h, device/lib/Makefile.in,
4860           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4861
4862 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4863
4864         * src/pic16/pcode.c: declaring variables other than at the start of a
4865           block is not supported in C by VC6.
4866
4867 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4868
4869         * applied a previous patch from Raphael Neider that wasn't included
4870         in the previous commits, which fixes infinite loops within jumptable
4871         improvements,
4872         * made some fixes that previous patches introduced
4873
4874 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4875
4876         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4877         that fixes an issue with AOP_PCODE asmop's offset,
4878         * (pic16_popCopyReg): update instance field too,
4879         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4880         function of pic port,
4881         * (genCmp, genAnd, genAssign),
4882         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4883
4884 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4885
4886         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4887         variables initial values to idata section,
4888         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4889         variables in some functions. This utilizes parmBytes field of iCode
4890         structure to hold the offset of the variable in stack. (might be
4891         able to use the stack field too?)
4892         * applied patch from Raphael Neider # ### , # ###
4893         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4894         variable initial values in idata section,
4895         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4896         for static variables with initial value
4897         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4898         applied fix in while loop from Raphael Neider.
4899
4900 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4901
4902         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4903         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4904         * src/ds390/ralloc.c (serialRegAssign): spill bits
4905         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4906         * support/Util/SDCCerr.c,
4907         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4908         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4909         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4910
4911 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4912
4913         * device/include/sdcc-lib.h: inserted LGPL, added includes
4914           asm/ds390/features.h and asm/mcs51/features.h
4915         * device/include/asm/default/features.h,
4916         * device/include/asm/gbz80/features.h,
4917         * device/include/asm/z80/features.h: added empty _AUTOMEM
4918           and _STATMEM
4919         * device/include/asm/ds390/features.h,
4920         * device/include/asm/mcs51/features.h: added files with defines for
4921           _AUTOMEM and _STATMEM indicating automatic and static storage class
4922         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4923         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4924         * src/SDCCicode.c (geniCodeCast),
4925         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4926         * src/SDCCloop.c (loopInduction): removed unused variable lr
4927         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4928           to convertToFcall to include char modulo (RFE 1065037), added check
4929           if left operand is unsigned and use abs of literal value
4930         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4931           as it doesn't work after conversion from peephole.def to peephole.rul
4932         * src/mcs51/gen.c (toBoolean): added check for size,
4933           (genModOneByte): optimized code for signed char modulo a literal
4934           power of 2 (thanks to Hubert Sack),
4935           (genRRC): removed unnecessary "clr c",
4936           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4937         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4938           jump optimization,
4939           swapped rules 256.c and 256.d,
4940           extended 256.d by using new multiple checks (thanks Erik),
4941           added rules 256.e and 256.f,
4942           updated rule 261.a and 261.b to new generated code
4943         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4944
4945 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4946
4947         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4948           induction related bugs, including first part of bug #1074377
4949
4950 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4951
4952         * applied patch from bug-report #1076292,
4953         * applied patches for genAnd and Goto-optimizations for Raphael
4954         Neider,
4955         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4956         dump a less iCode information,
4957         * src/pic16/device.h (pic16_options_t): added field debgen,
4958         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4959         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4960         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4961         puclic,
4962         * (various functions): added macros FENTRY and FENTRY2 to functions,
4963         to emit function prologue,
4964         * (various functions): fixed indentation,
4965         * (genNearPointerGet): fixed loading of FSR0,
4966         * (genPackBits): applied patch from Raphael Neider to fix updating
4967         of FSR0 and touching only the modified bits,
4968         * src/pic16/genarith.c (various functions): added macros FENTRY to
4969         emit function prologue in comments,
4970         * src/pic16/pcode.h: added functions debugf2, debugf3,
4971         * src/pic16/ralloc.c: partial fix for packForPush caused
4972         segmentation fault,
4973
4974 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4975
4976         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4977           <stsp AT users.sourceforge.net> with reversed byte order
4978         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4979
4980 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4981
4982         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4983           bug #1074377
4984         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4985         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4986
4987 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4988
4989         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4990
4991 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4992
4993         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4994           conditions,
4995           (setFromConditionArgs): friendly operand parser for peephole rules,
4996           (operandBaseName, operandsNotRelated): new peephole condition
4997           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4998           architecture specific register naming into account, handles n-way
4999           comparisons, and supports quoted literals
5000         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
5001
5002 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5003
5004         * src/mcs51/peeph.def: fixed bug #1076940
5005
5006 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5007
5008         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
5009
5010 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5011
5012         Adding support for replacing ljmps with sjmps in jumptables
5013         generated for switch statements. For now you need to set the
5014         environment variable SDCC_SJMP_JUMPTABLE to enable this.
5015         Now 4 algorithms for mcs51 jumptable generation are used:
5016         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
5017         addresses loaded pc-relative for up to 112 cases and stack-pushing
5018         target addresses loaded with offset from dptr for up to 256 cases.
5019
5020         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
5021         * src/mcs51/main.c: adapted constants for switch table generation
5022         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
5023
5024 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
5025
5026         * device/lib/printf_large.c (_print_format): fixed bug 1073386
5027         * support/regression/tests/bug1057979.c: added test for bug 1073386
5028
5029 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5030
5031         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
5032         compilers
5033
5034 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5035
5036         * src/pic16/device.h,
5037         * src/pic16/genarith.c,
5038         * src/pic16/glue.c,
5039         * src/pic16/main.c,
5040         * src/pic16/pcode.c: applied patches #1068154 and #1070213
5041
5042 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
5043
5044         Large cummulative patch for pic16 port.
5045         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
5046         to call when a stack overflow occurs,
5047         * (malloc.h): added CVS Id tag,
5048         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
5049         variable,
5050         * added libc directory. The current version of LibC contains string
5051         functions, ctype functions and macros and some functions of the
5052         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
5053         be extensively tested in the future. Standard disclaimer here.
5054         Library is not automatically build yet. But one can build it by
5055         invoking 'make' inside the libc directory.
5056         * added ADC library under libio. Preliminary version yet.
5057
5058         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
5059         * src/pic16/gen.c (aopForRemat): asmop size is filled by
5060         aopForRemat() now and not by pic16_aopOp(),
5061         * (pic16_popGetTempReg): removed warning messgae when allocating
5062         temporary registers, its a buggy feature and will be removed,
5063         * (pic16_popGet): set register instance field in AOP_CRY,
5064         * (pic16_outBitC): fixed for results in size greater than 1,
5065         * (genUminusFloat): fixed for pic16, ported code from mcs51,
5066         * (pic16_storeForReturn): optimized return of 0,
5067         * (genCmp): experimental code for new genCmp which uses PIC18's
5068         special compare&skip instructions. Initial tests fail some times
5069         with variables grater than 1 byte in size, so new code is disabled,
5070         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
5071         a single bit,
5072         * (genCast): began a fix to optimize the casting of a bit to another
5073         bit, now assigning a bitfield to another bitfield will fail, sorry,
5074         * src/pic16/main.c: disabled the use of lr-support feature,
5075         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
5076         * added some function prototypes, added function _debugf prototype,
5077         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
5078         bits with offset (case PO_GPR_BIT),
5079         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
5080         command line,
5081         * (isBankInstruction): modified to return 0 for no banking instruction,
5082         and 1 for banking instruction,
5083         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
5084         caused stop processing pCodes after a inline assembly block,
5085         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
5086         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
5087         registers when it shouldn't,
5088         * src/pic16/ralloc.c (allocReg): add preliminary support for
5089         supporting a limited set of temporary registers,
5090
5091 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5092
5093         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
5094           genDataPointerSet): ensure assignments always copy in MSB to LSB
5095           order,
5096           (loadRegFromAop): recognize CLRH optimization,
5097           (genFunction): optimize RECEIVE iCodes in reentrant functions
5098
5099 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5100
5101         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
5102           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
5103           selected.
5104         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
5105         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
5106           contiguous with data
5107
5108 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5109
5110         * device/lib/_gptrget.c (_gptrget),
5111         * device/lib/_gptrgetc.c (_gptrgetc),
5112         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
5113           instead of sjmp to ret
5114         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
5115           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
5116
5117 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
5118
5119         * .version: bumped version to 2.4.7
5120         * device/lib/_gptrget.c (_gptrget): is now _naked
5121         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
5122         * device/lib/_gptrput.c (_gptrput): is now _naked
5123         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
5124           (createFunction): fixed xstack
5125         * src/SDCCglue.c (emitMaps): set allocation required for bit area
5126         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
5127           or bit either,
5128           (geniCodeCritical): store original interrupt state in an iTemp bit
5129           var unless stack-auto
5130         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
5131         * src/SDCCmain.c (setIncludePath): added include/target to search path
5132         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
5133         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
5134           prototype,
5135           (processFuncArgs): put bit vars in bit area
5136         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
5137           unsaveRBank): fixed xstack,
5138           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
5139           (genFunction, genEndFunction): fixed xstack,
5140           (genAssign): optimization don't walk backwards through mem
5141         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
5142         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
5143         * support/regression/Makefile: also make library (for stack-auto) when
5144           making "all" and added "test-mcs51-xstack-auto"
5145         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
5146         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
5147         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
5148         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
5149         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
5150           make-library by MAKE_LIBRARY
5151         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
5152           regression tests for xstack
5153         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
5154         * support/regression/tests/critical.c: test for critical on mcs51
5155
5156 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5157
5158         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5159           built version of sdcc instead of installed version
5160
5161 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5162
5163         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5164         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5165           vprintf.c now
5166         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5167         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5168           WARNING: remove device/lib/build/z80/printf.o by hand when
5169           updating from previous build!
5170         * device/lib/z80/printf.c: updated comment
5171         * support/regression/tests/bug1057979.c: test all ports now
5172         * support/regression/tests/bug1065458.c: file added
5173
5174 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5175
5176         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5177           *_start and *_end symbols for static functions
5178
5179 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5180
5181         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5182           and search crt0.o in all library paths,
5183           (setIncludePath): proper handling of --nostdinc,
5184           (setLibPath): proper handling of --nostdlib
5185         * support/regression/Makefile,
5186         * support/regression/ports/ds390/spec.mk,
5187         * support/regression/ports/gbz80/spec.mk,
5188         * support/regression/ports/hc08/spec.mk,
5189         * support/regression/ports/mcs51/spec.mk,
5190         * support/regression/ports/mcs51-large/spec.mk,
5191         * support/regression/ports/mcs51-stack-auto/spec.mk,
5192         * support/regression/ports/z80/spec.mk: use include and lib files from
5193           built version of sdcc instead of installed version
5194         * doc/sdccman.lyx: fixed typo in --nostdinc
5195
5196 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5197
5198         * src/pic/pcode.c,
5199         * src/pic/device.c,
5200         * src/pic/ralloc.c,
5201         * src/pic/gen.c : added support to generate code for struct bit fields.
5202
5203 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5204
5205         * as/xa51/xa_version.h,
5206         * device/include/errno.h,
5207         * device/include/regc515c.h,
5208         * device/lib/_itoa.c,
5209         * device/lib/_ltoa.c,
5210         * device/lib/ser_ir_cts_rts.c,
5211         * sim/ucsim/xa.src/glob.cc,
5212         * sim/ucsim/xa.src/inst_gen.cc,
5213         * sim/ucsim/xa.src/xa_bit.cc,
5214         * sim/ucsim/xa.src/xa_sfr.cc,
5215         * sim/ucsim/z80.src/inst_dd.cc,
5216         * sim/ucsim/z80.src/inst_fdcb.cc,
5217         * support/scripts/keil2sdcc.pl,
5218         * src/pic16/pic16.dsp,
5219         * src/pic16/pic16a.dsp: corrected cvs line endings
5220         * device/lib/printf_large.c: fixed bug 1057979
5221         * src/pic16/gen.c: fixed non-C standard code
5222         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5223         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5224         * support/regression/ports/mcs51/support.c: reload T1 asap
5225         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5226           pdata use and clear idata startup behaviour
5227         * support/regression/tests/bug1057979.c: added
5228
5229 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5230
5231         * device/examples/ds390/ow390/ad26.h,
5232         * device/examples/ds390/ow390/cnt1d.h,
5233         * device/examples/ds390/ow390/crcutil.c,
5234         * device/examples/ds390/ow390/ownet.h,
5235         * device/examples/ds390/ow390/owsesu.c,
5236         * device/examples/ds390/ow390/swt12.h,
5237         * device/examples/ds390/ow390/swtoper.c,
5238         * device/examples/ds390/ow390/temp10.h,
5239         * device/examples/ds390/ow390/thermodl.c,
5240         * device/examples/ds390/tinitalk/tinitalk.dsp,
5241         * device/examples/ds390/tinitalk/tinitalk.dsw,
5242         * device/examples/mcs51/clock/hw.h,
5243         * device/examples/mcs51/simple2/go.bat,
5244         * device/examples/serialcomm/windows/serial.h,
5245         * device/examples/xa51/dummy.c,
5246         * device/examples/xa51/hello.c,
5247         * device/include/80c51xa.h,
5248         * device/include/at89x051.h: corrected cvs line endings
5249
5250 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5251
5252         * src/pic16/main.c (options): added command line --gstack, to trace
5253         stack over/under flows,
5254         * added pragma 'wparam' to allow passing first byte of function
5255         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5256         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5257         call to __gstack_test function and sets up the symbol as extern,
5258         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5259         * popaop): added call to pic16_testStackOverflow,
5260         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5261         wparamList list,
5262         * (genCall, genPcall): now all parameters are passed via stack
5263         except in functions that are pass to wparam pragma in which WREG is
5264         used too,
5265         * (genPcall): REENTRANT flag is checked to see if variable prototype
5266         contains reentrant keyword, don't call a non-reentrant function, via
5267         a reentrant function pointer or vice versa, functions are never
5268         passed via WREG,
5269         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5270         D.Winkler,
5271         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5272         SIGSEGV when accessing a NULL register stucture,
5273         * (pic16_printGPointerType): modified to handle UPPER modifier for
5274         function initializers, changed prototype of function to simpler one,
5275         * (pic16_printIvalFuncPtr): check to see if function is already
5276         added in externs list,
5277         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5278         optimized a move from W to SFR with a move to the same register
5279         later after a CALL,
5280         * device/lib/pic16/debug: NEW directory, contains debug features
5281         which are enabled when linking with libdebug.lib, currently command
5282         line option --gstack enables stack pointer tracing for over/under
5283         flow, corresponding sources are in debug/gstack
5284
5285 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5286
5287         * doc/sdccman.lyx: updated SDCC version,
5288         * (PIC16 port): update list of command line options,
5289         * src/pic16/device.h (structure pic16_options_t): added field gstack
5290         to enable stack overflow tracing on push/pops,
5291         * src/pic16/device.c (statistics structure): added statistics
5292         structure,
5293         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5294         pic16_dump_int_registers): increase statistics counters for each
5295         * variable which is encountered
5296         * (pic16_dump_usection): emit each .udata variable to its own udata
5297         section,
5298         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5299         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5300         parameters via stack, otherwise use old scheme,
5301         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5302         assembler output file,
5303         * src/pic16/main.c: added command line options --gstack to enable
5304         push/pop tracing for stack overflow,
5305         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5306         instructions): added size of each instruction,
5307         * (pic16_countInstruction): estimate size of instructions in
5308         the_pFile list, inline assembly blocks are not counted,
5309         * (pic16_FixRegisterBanking): trace previous register usage, when
5310         banksel optimizations is greater than 0, don't emit a redudant
5311         banksel directive,
5312
5313 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5314
5315         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5316         * src/pic16/ralloc.c : applied same fix for pic16.
5317         * src/pic/gen.c : tidied it up a little.
5318
5319 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5320
5321         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5322         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5323
5324 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5325
5326         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5327
5328 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5329
5330         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5331         non-reentrant function __modsint in the interrupt function (thus
5332         corrupting math operations during serial I/O)
5333         * device/lib/ser_ir.c: as above, changed buffersize
5334         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5335         256.c,d for zeroing
5336         * doc/Makefile: added option -t for rsync
5337
5338 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5339
5340         * src/SDCCast.h (struct ast),
5341         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5342
5343 2004-10-20 Borut Razem <borut.razem AT siol.net>
5344
5345         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5346         package
5347
5348 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5349
5350         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5351         makefile targets,
5352         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5353         support functions to replace long sequences of MOVFF's from access
5354         bank registers to stack and vice versa,
5355         * src/pic16/device.h: added new field opt_flags, where optimization
5356         flags can be set to enable certain features,
5357         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5358         * pBlock, (genFunction, genEndFunction): surroung loop for
5359         saving/loading used registers in stack with PC_INFO pCodes,
5360         INF_LREGS. Code in between can then be optimized by pCode optimizer
5361         to support function calls,
5362         * (genDataPointerSet): fixed bug which loaded float fields in
5363         structures with corrupt data,
5364         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5365         in a standard way debug info on stderr. Feature used for developing
5366         and debugging only,
5367         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5368         obsolete chunks of code,
5369         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5370         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5371         * pic16/src/pcode.c (pic16_newpCodeInfo,
5372         * (pic16_newpCodeOpLocalRegs),
5373         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5374         feature,
5375         * (pic16_pCodeConstString): printing of the initial value of a
5376         symbol as a comment is inhibited since parsing was already done by
5377         copyStr and output is corrupt,
5378         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5379
5380 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5381
5382         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5383
5384 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5385
5386         * as/mcs51/lkarea.c: removed old K&R style,
5387           (lnksect): changed check on boundary error,
5388           (lnksect2): changed check on boundary error,
5389           (lnksect2): extend XSTK to end of page if size = 1
5390         * as/mcs51/lkmain.c: removed old K&R style,
5391           (Areas51): create l_IRAM symbol
5392         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5393         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5394           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5395         * device/lib/_mullong.c: added version to be compiled with xstack
5396         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5397         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5398         * device/lib/mcs51/crtxstack.asm: fixed comment
5399         * src/SDCCglue.c: maxInterrupts defaults to 0,
5400           (emitMaps): added pdata,
5401           (createInterruptVect): (re)moved default,
5402           (glue): added pdata,
5403           (glue): moved __start__xstack to XSTK with default size 1
5404         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5405           and options.float_rent when options.stackAuto is set,
5406           (linkEdit): only write XDATA_NAME if provided on command line
5407         * src/SDCCmem.h,
5408         * src/SDCCmem.c: added pdata
5409         * src/port.h: added pdata_name to PORT
5410         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5411           (saveRegisters, unsaveRegisters): removed usage of B,
5412           (genMinus): fixed accumulator clash,
5413           (genJumpTab): added comment, this needs another look
5414         * src/mcs51/gen.c: added check for "B in use" paranoia,
5415           added pushB() and popB()
5416         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5417           chance
5418         * src/avr/main.c,
5419         * src/ds390/main.c,
5420         * src/hc08/main.c,
5421         * src/mcs51/main.c,
5422         * src/pic/main.c,
5423         * src/pic16/main.c,
5424         * src/xa51/main.c,
5425         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5426           added PSEG (PAG,XDATA) or NULL to port specifier
5427         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5428         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5429           (_mcs51_genInitStartup): removed __start__xstack equ,
5430           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5431         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5432         * src/z80/gen.c (_rleAppend): fixed warnings
5433         * support/regression/tests/zeropad.c: added pdata test
5434         * .version: bumped to 2.4.6
5435
5436 2004-10-17 Borut Razem <borut.razem AT siol.net>
5437
5438         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5439         as a part of nightly build
5440
5441 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5442
5443         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5444         WREG holds the first byte function parameters,
5445         * (aopForSym): take special case for symbols which are in FARSPACE
5446         but in CODESPACE too,
5447         * (assignResultValue): modified to take into account _G.useWreg,
5448         * (genCall): don't use wreg for parameter passing when function is
5449         declared as reentrant, too, added optimization INCF to stack
5450         pointer when stack parameter count is 1,
5451         * (genFunction, genEndFunction): refurnished and fixed to not using
5452         wreg for passing parameters when function has varargs or is
5453         reentrant, fixed bug with symbol name compare for generating
5454         functions in absolute address,
5455         * (pic16_storeForReturn): refurnished,
5456         * (genCmp): began writing a new version of the function, not ready
5457         yet, therefore it is disabled,
5458         * (genAssign): do not read code memory when assigning a function to
5459         a pointer function,
5460         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5461         array of characters, not pointer,
5462         * (pic16initialComments): in debug mode emit an .ident directive for
5463         the assembler,
5464         * (_process_pragma): emit a new warning type (internal to pic16)
5465         when setting stack to default length, emit a similar warning when
5466         placing a function at absolute address and address is not word aligned
5467         * (_pic16_parseOptions): added 'return TRUE' statement,
5468         * (_pic16_linkEdit): if compiling a source, then add the source's
5469         file object, first in the list of objects to link,
5470
5471 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5472
5473         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5474         * src/pic/main.c : removed VC warning.
5475         * src/pic/gen.c : changed comment.
5476
5477 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5478
5479         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5480         reference to a deprecated symbol _GPTRREG was causing failure to
5481         link. Thanks G. M. Gallant for the info.
5482
5483 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5484
5485         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5486         comments for Bugs item #954788.
5487
5488 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5489
5490         * src/pic16/device.c (pic16_dump_gsection,
5491         * pic16_groupRegistersInSection): handle symbols declared to be in
5492         access bank differently,
5493         * src/pic16/gen.c (struct _G): added field resDirect,
5494         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5495         send values read from stack directly to result and don't allocate
5496         temporary values,
5497         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5498         same registers,
5499         * (pic16_sameRegsOfs): NEW,
5500         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5501         free because they were not allocated from temporary pool,
5502         * pic16_popRegFromString): workaround to fix a problem with
5503         allocating variables twice or never,
5504         * (genGenPointerGet): using PRODL instead of FSR0H,
5505         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5506         instead of FSR0H,
5507         * (genAssign): take advantage of the _G.resDirect flag,
5508         * (genCast): around line 11844, use mov2f instead of directly
5509         MOVFF'ing between operands to account for literal values,
5510         * src/pic16/genutils.c: some new debug functions for gpsim have been
5511         added,
5512         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5513         float with integer part only,
5514         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5515         place variables in access bank
5516         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5517         updated sources to reflect recent changes in gen.c
5518
5519 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5520
5521         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5522         sources that searched for headers in installation path, now the
5523         device/include/pic16 is used,
5524         * src/pic16/glue.c (pic16glue),
5525         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5526         .line directives if not in debug mode, this suppresses assembler's
5527         warnings for ignored directives
5528
5529 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5530
5531         * src/port.h: made reset_regparms prototype void parameter explicit.
5532         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5533         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5534         * doc/sdccman.lyx: documented warning disabling and how to use
5535           printf_large to make it print floats.
5536         * device/include/stdbool.h: NEW
5537         * device/lib/_atof.c,
5538         * device/lib/_divuint.c,
5539         * device/lib/_divulong.c,
5540         * device/lib/expf.c,
5541         * device/lib/printf_large.c,
5542         * device/lib/sincosf.c,
5543         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5544         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5545           a completely reentrant lib.
5546
5547 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5548
5549         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5550         * device/include/pic16/stdio.h: fixed bug with colon
5551
5552 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5553
5554         * device/include/pic16/stdio.h,
5555         * device/include/pic16/stdlib.h,
5556         * device/include/pic16/math.h: NEW
5557         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5558         declared as _naked to reduce overhead
5559         * device/lib/Makefile.in (target port-specific-objects-pic16):
5560         changed * to *.* so to ignore the CVS directory,
5561         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5562         stacked variables back in stack,
5563         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5564         corruption
5565
5566 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5567
5568         * .version: bumped version number to 2.4.5
5569         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5570         * support/Util/SDCCerr.c (messages structure): added entry for
5571         W_POSSBUG2
5572
5573         Large cumulative patch for pic16 port and libraries.
5574         * device/include/pic16/sdcc-lib.h,
5575         * device/include/pic16/stdarg.h,
5576         * device/include/asm/pic16/features.h,
5577         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5578         * device/include/pic16/float.h: changes reentrant keyword with
5579         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5580         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5581         updated target build-libraries to include objects from gptr,
5582         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5583         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5584         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5585         all function headings,
5586         * src/SDCCmain.c: added global parameter userIncDirsSet,
5587         * (parseCmdLine): when option -I is encountered add directory to
5588         userIncDirsSet too,
5589         * src/version.awk: added space between control and long,
5590         * src/pic16/NOTES: added some notes for the port,
5591         * src/pic16/gen.c: added prototype for mov2fp function,
5592         * (fReturnpic16[]): properly named return value registers,
5593         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5594         * (aopForSym): added code to handle symbols with onStack flag set,
5595         symbols onStack are allocated PTRSIZE bytes,
5596         * (aopFreeAsmop): handles special case where asmops are stack objects,
5597         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5598         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5599         added argument lock to trace flaws in allocating temporary registers
5600         when developing port,
5601         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5602         * (pic16_popRegFromString): reenabled allocating a direct register
5603         from string,
5604         * (assignResultValue): various beautifications,
5605         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5606         referenced function argument,
5607         * (genIpush): reenabled to allow stacked arguments, handles only
5608         ic->parmPush iCodes,
5609         * (genCall, genPcall): major changes to allow for variable argument
5610         functions, fixed a bug with falsely restoring stack pointer after
5611         returning from call,
5612         * (genFunction): pending code for critical function,
5613         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5614         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5615         * (genNearPointerGet): fixed bug with indirect reading, was always
5616         reading from INDF0
5617         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5618         pointers,
5619         * (genAddrOf): rewrote code to take address of a stacked function parameter
5620         * (genCast): fixed casting to generic pointer type,
5621         * src/pic16/gen.h: added AOP_STA,
5622         * (struct asmop): added field stk,
5623         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5624         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5625         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5626         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5627         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5628         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5629         generic pointers,
5630         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5631         and library paths,
5632         * (pic16_port structure): generic pointer size is set to 3,
5633         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5634         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5635         compiler warning,
5636         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5637         operand is an iTemp,
5638
5639 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5640
5641         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5642         * debugger/mcs51/simi.c: addapt new syntax of s51
5643
5644 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5645
5646         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5647         * src/pic16/pcode.c: commented out some calls to free() in order to
5648         fix bug #989576,
5649
5650 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5651
5652         * src/SDCCicode.h,
5653         * src/SDCCicode.c (isiCodeInFunctionCall),
5654         * src/avr/ralloc.c (selectSpil),
5655         * src/pic/ralloc.c (selectSpil),
5656         * src/pic16/ralloc.c (selectSpil),
5657         * src/ds390/ralloc.c (selectSpil),
5658         * src/hc08/ralloc.c (selectSpil),
5659         * src/xa51/ralloc.c (selectSpil),
5660         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5661         stack in the middle of a function call sequence (fixes bug #1020268)
5662         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5663         costs associated with the minimum switch case.
5664
5665 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5666
5667         * src/SDCC.lex: fixed bug #1030549
5668
5669 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5670
5671         * src/SDCCcse.h (struct cseDef),
5672         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5673         over a function call if the CSE is derived from a symbol whose
5674         address has been taken (fixes bug #1029883)
5675         * support/regression/tests/bug-1029883: a new regression test for
5676         this bug
5677
5678 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5679
5680         * src/hc08/gen.c (emitinline): fixed bug #1029778
5681         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5682         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5683         and starts toward RFE #905167)
5684
5685 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5686
5687         * src/pic16/gen.c (mov2f): New function to move an operand to
5688         another without considering if it is a literal or a register,
5689         * (pic16_sameRegs): don't check if they are both AOP_REG,
5690         * (AccRsh): removed andmask=0 lines,
5691         * (genLeftShift): duplicated to be improved in future versions,
5692         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5693         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5694         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5695         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5696         * (insertBankSwitch): fixed inserting banksel directives algorithm
5697         for instructions that follow a skip instruction, this fixes a report
5698         for broken subtraction code generation,
5699         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5700         iCode is a left op, just in case result and right share the same
5701         registers
5702
5703 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5704
5705         * src/hc08/main.c,
5706         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5707         preservation of HX
5708         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5709         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5710         on 2004-09-12; it was buggy
5711
5712 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5713
5714         * src/SDCCsymt.h: removed RESULT_CHECK
5715         * src/SDCCast.c,
5716         * src/SDCCglue.c,
5717         * src/SDCCval.c,
5718         * src/pic/glue.c,
5719         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5720
5721 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5722
5723         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5724         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5725         configuration values no more rejected by compiler, they are assigned
5726         to configuration registers with a warning message instead,
5727         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5728         the for-loop so last conf register is emitted too,
5729         * (_pic16_initPaths): link library libsdcc.lib by default,
5730         * (_hasNativeMulFor): modified test for multiplication according to
5731         Raphael Neider's remarks. Integer multiplication is also done with
5732         support functions,
5733         * device/include/pic16/pic18fregs.h: corrected type error in while
5734         testing and including 18f6720 header file
5735
5736 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5737
5738         * src/pic16/device.h (pic16_options): removed field use_crt,
5739         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5740         until an optimization to handle single bits is added,
5741         * (pic16_loadFSR0): moved before genUnpackBits,
5742         * (genAnd): some white lines removed,
5743         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5744         leave_reset flags in pic16_options when using crt modules,
5745
5746 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5747
5748         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5749           for bugs 898889 & 979599. Also used some safer print instructions.
5750
5751 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5752
5753         * src/pic16/device.h (pic16_options_t): added field use_crt,
5754         crt_name, no_crt,
5755         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5756         catch a probable future bug,
5757         * src/pic16/gen.c: aopIdx function commented out,
5758         * (genAssign): commented out old code which used aopIdx,
5759         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5760         code, added if conditionals to take into account the --use-crt
5761         command line options,
5762         * src/pic16/main.c (pic16_optionsTable): added new command line
5763         options, --use-crt= and --no-crt,
5764         * (_pic16_linkEdit): now the proper crt object is added in the
5765         linker command line except than when --no-crt is specified,
5766         * src/pic16/pcode.c,
5767         * src/pic16/pcode.h: added some structures and functions for a new
5768         optimization scheme to compansate for instruction overhead between
5769         same iCodes, this scheme is currently under development and is not
5770         working in any way,
5771         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5772         to && operator,
5773         * device/lib/pic16/startup/crt0i.c,
5774         * device/lib/pic16/startup/crt0iz.c: added global char variable
5775         __uflags to force the generation of an idata section
5776
5777 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5778
5779         * doc/Makefile,
5780         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5781         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5782
5783 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5784
5785         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5786         Frieder) and clarified the default code optimization mode
5787
5788 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5789
5790         * src/SDCC.lex (doPragma, process_pragma),
5791         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5792         "opt_code_size", and "opt_code_balanced"
5793         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5794         regrouped options by category, added support for category headers
5795         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5796         and "--opt-code-size"
5797         * doc/sdccman.lyx: documented these new options and pragmas
5798         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5799         preference into account
5800
5801 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5802
5803         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5804           geniCodePreDec): Fixed bug 904237 by generating a warning
5805         * src/SDCCerr.h,
5806         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5807
5808 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5809
5810         * src/pic/device.c : When no max ram set validate full memory range.
5811         * src/pic/pcode.c,
5812         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5813
5814 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5815
5816         * device/lib/_gptrget.c,
5817         * device/lib/_gptrput.c: updated comment
5818         * device/lib/calloc.c,
5819         * device/lib/free.c,
5820         * device/lib/malloc.c,
5821         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5822         * src/SDCCcse.c (cseBBlock),
5823         * src/SDCCicode.c (printOperand, geniCodeArray),
5824         * src/SDCCicode.h (struct operand): fixed bug 868103
5825         * support/regression/tests/bug-868103.c: added
5826         * src/SDCCast.c (searchLitOp),
5827         * src/SDCCcse.h (struct cseDef),
5828         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5829         * src/SDCCicode.h (struct operand),
5830         * src/SDCCsymt.h (struct sym_link),
5831         * src/avr/gen.c (hasInc),
5832         * src/ds390/gen.c (hasInc),
5833         * src/hc08/gen.c (genPlusIncr, hasInc),
5834         * src/mcs51/gen.c (hasInc),
5835         * src/pic16/glue.c (pic16_printIvalChar),
5836         * src/pic16/ralloc.c (regWithIdx),
5837         * src/xa51/gen.c (hasInc) : removed warnings
5838         * src/SDCCast.c (createBlock): added comment ???
5839         * src/hc08/ralloc.c: updated comments
5840
5841 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5842
5843         * doc/sdccman.lyx: updated section on switch statements, added
5844         section about semaphore locking
5845         * doc/Makefile: added option -info for latex2html
5846         * device/lib/_gptrget.c,
5847         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5848
5849 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5850
5851         * src/pic/device.h,
5852         * src/pic/device.c,
5853         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5854          maxram is less than 0x100.
5855
5856 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5857
5858         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5859
5860 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5861
5862         * src/port.h,
5863         * src/mcs51/main.c,
5864         * src/ds390/main.c,
5865         * src/z80/main.c,
5866         * src/hc08/main.c,
5867         * src/pic/main.c,
5868         * src/pic16/main.c,
5869         * src/avr/main.c,
5870         * src/xa51/main.c
5871         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5872         a jump table is the best form for a switch statement, including
5873         automatic insertion of missing cases to make the case range
5874         continuous. Developed in collaboration with Frieder Ferlemann.
5875
5876 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5877
5878         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5879         accumulator result if it needs sign extension
5880
5881 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5882
5883         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5884
5885 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5886
5887         * device/lib/gbz80/printf.c,
5888         * device/lib/z80/printf.c: removed define for NULL
5889
5890 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5891
5892         * as/xa51/xa_link.c,
5893         * device/examples/ds390/ow390/ad26.c,
5894         * device/examples/ds390/ow390/cnt1d.c,
5895         * device/examples/ds390/ow390/counter.c,
5896         * device/examples/ds390/ow390/ds2480.h,
5897         * device/examples/ds390/ow390/ds2480ut.c,
5898         * device/examples/ds390/ow390/findtype.c,
5899         * device/examples/ds390/ow390/gethumd.c,
5900         * device/examples/ds390/ow390/owllu.c,
5901         * device/examples/ds390/ow390/ownetu.c,
5902         * device/examples/ds390/ow390/swt12.c,
5903         * device/examples/ds390/ow390/swtloop.c,
5904         * device/examples/ds390/ow390/temp.c,
5905         * device/examples/ds390/ow390/temp10.c,
5906         * device/examples/ds390/ow390/thermo21.c,
5907         * device/examples/ds390/ow390/tinilnk.c,
5908         * device/examples/ds390/ow390/tstfind.c,
5909         * device/examples/serialcomm/windows/serial.cpp,
5910         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5911         * device/include/reg51.h: fixed line endings for cvs
5912
5913 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5914
5915         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5916         packRegsForAccUse, packRegisters): new accumulator register
5917         packing algorithm
5918         * support/regression/ports/hc08/support.c (_putchar): suppress
5919         warning of unused variable
5920         * src/SDCCicode.c: added SWAP entry to codeTable
5921
5922 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5923
5924         * device/lib/sprintf.c: forgot to add this file before previous commit
5925
5926 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5927
5928         * src/pic16/gen.c (genPackBits): added operand right in function
5929         parameters, load result directly if p_type is POINTER (that is
5930         called by genNearPointerSet)
5931         * (genUnPackBits): added operand left in function parameters,
5932         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5933         FSR0 if accessing bitfields,
5934
5935 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5936
5937         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5938           _print_format; updated printf, sprintf, vsprintf
5939         * device/include/asm/default/features.h: corrected comment/define
5940         * device/lib/Makefile.in: added sprintf.c
5941         * device/lib/libsdcc.lib: added sprintf module
5942         * device/lib/printf_large.c,
5943         * device/lib/vprintf.c,
5944         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5945           into these 3 files
5946         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5947         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5948         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5949           hc08 test
5950         * support/regression/tests/zeropad.c: define idata as data for hc08
5951
5952 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5953
5954         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5955         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5956         labels are referenced at least once (even if a reference is not found)
5957         * src/hc08/gen.c (emitcode): set isComment flag for comments
5958         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5959         loads), rules 6a..6b (optimize jumps to return)
5960
5961 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5962
5963         * device/lib/acosf.c (acosf),
5964         * device/lib/asinf.c (asinf),
5965         * device/lib/atanf.c (atanf),
5966         * device/lib/ceilf.c (ceilf),
5967         * device/lib/cosf.c (cosf),
5968         * device/lib/coshf.c (coshf),
5969         * device/lib/cotf.c (cotf),
5970         * device/lib/fabsf.c (fabsf),
5971         * device/lib/floorf.c (floorf),
5972         * device/lib/log10f.c (log10f),
5973         * device/lib/logf.c (logf),
5974         * device/lib/sinf.c (sinf),
5975         * device/lib/sinhf.c (sinhf),
5976         * device/lib/sqrtf.c (sqrtf),
5977         * device/lib/tanf.c (tanf),
5978         * device/lib/tanhf.c (tanhf),
5979         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5980         replaced all instances of "reentrant" in the library functions
5981         defined in math.h with this macro.
5982         * support/regression/tests/float_trans.c: reenabled test for hc08
5983
5984 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5985
5986         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5987         erroneously deleted
5988
5989 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5990
5991         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5992         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5993         multi-byte volatile operands are used
5994         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5995         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5996         initialization to area GSINIT0 so that it would always precede
5997         any static initializers in GSINIT
5998         * support/regression/tests/zeropad.c: fixed idata define for hc08
5999         * support/regression/tests/bug-927659.c,
6000         * support/regression/tests/float_trans.c: disabled tests for hc08
6001         pending missing library routines
6002         * .version: increased version number to 2.4.4 - hc08 port now passes
6003         regression tests
6004
6005
6006 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
6007
6008         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
6009         * Makefile.common.in,
6010         * as/Makefile,
6011         * as/hc08/Makefile.in,
6012         * as/mcs51/Makefile.in,
6013         * as/z80/Makefile.in,
6014         * debugger/mcs51/Makefile.in,
6015         * device/include/Makefile.in,
6016         * device/lib/Makefile.in,
6017         * doc/Makefile,
6018         * link/Makefile,
6019         * link/z80/Makefile.in,
6020         * packihx/Makefile.in,
6021         * sim/ucsim/main_in.mk,
6022         * sim/ucsim/avr.src/Makefile.in,
6023         * sim/ucsim/doc/Makefile.in,
6024         * sim/ucsim/gui.src/serio.src/Makefile.in,
6025         * sim/ucsim/hc08.src/Makefile.in,
6026         * sim/ucsim/s51.src/Makefile.in,
6027         * sim/ucsim/xa.src/Makefile.in,
6028         * sim/ucsim/z80.src/Makefile.in,
6029         * src/Makefile.in,
6030         * support/cpp2/Makefile.in,
6031         * support/librarian/Makefile,
6032         * support/makebin/Makefile: added DESTDIR to the install path proposed
6033         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
6034         * doc/sdccman.lyx: added DESTDIR documentation
6035
6036 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
6037
6038         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
6039         instruction for interrupt handlers, use fast returns when returning
6040         from high priority interrupts
6041
6042 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6043
6044         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
6045         code generation
6046         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
6047         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
6048         bugs, ported much of Bernhard's code from mcs51
6049         * src/mcs51/gen.c (genSend),
6050         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
6051         than one when calling a reentrant function
6052         * device/lib/_mullong.c: defined an alternate struct layout for big
6053         endian ports (hc08)
6054
6055 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6056
6057         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
6058         test
6059
6060 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6061
6062         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
6063         are sane and complete before asking the port its prefered parameter
6064         passing method (fixes bug #1017633)
6065         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
6066         and _ret3
6067
6068 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6069
6070         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
6071         problem in bitfields >= 8 bits.
6072
6073 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6074
6075         * src/SDCCsymt.c: undid changes that were not meant to be committed
6076
6077 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6078
6079         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
6080
6081 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6082
6083         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
6084           copied and wrong bit got inverted
6085
6086 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6087
6088         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
6089         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
6090         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
6091         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
6092         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
6093         assignments to bitfields at known addresses
6094         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
6095         reads from bitfields at known addresses
6096         * src/hc08/ralloc.c (packRegisters),
6097         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
6098         genhc08Code): optimize pointer get values used as conditionals
6099         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
6100         and branch
6101
6102 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6103
6104         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
6105         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
6106         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
6107         as conditionals
6108
6109 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6110
6111         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
6112
6113 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6114
6115         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
6116         related problems
6117
6118 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
6119
6120         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
6121
6122 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6123
6124         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
6125         mcs51 port
6126
6127 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
6128
6129         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
6130
6131 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6132
6133         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
6134         cases use more compact code.
6135
6136 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
6137
6138         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
6139
6140 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6141
6142         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
6143
6144 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6145
6146         * src/SDCCsymt.h,
6147         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
6148         parameter of changePointer() from symbol* to sym_link*
6149         * src/SDCCast.c (decorateType): call changePointer() for CAST op
6150         * src/SDCCsymt.c (compareType): void* type is castable to other
6151         pointers, but not necesarily an exact match.
6152         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
6153         is no longer blindly treated as an exact match.
6154         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
6155
6156 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6157
6158         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6159
6160 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6161
6162         * src/pic/gen.c,
6163         * src/pic/pcode.c,
6164         * src/pic/ralloc.h,
6165         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6166
6167 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6168
6169         * src/pic/device.c,
6170         * src/pic/device.h,
6171         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6172
6173 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6174
6175         * src/mcs51/gen.c (emitcode): fixed bug #992819
6176
6177 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6178
6179         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6180           there's no need to make it worse
6181
6182 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6183
6184         * src/mcs51/ralloc.c (deassignLR),
6185         * src/ds390/ralloc.c (deassignLR),
6186         * src/hc08/ralloc.c (deassignLR),
6187         * src/z80/ralloc.c (deassignLR),
6188         * src/pic/ralloc.c (deassignLR),
6189         * src/pic16/ralloc.c (deassignLR),
6190         * src/avr/ralloc.c (deassignLR),
6191         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6192         rlivePoint): fixed another part of bug #971834
6193
6194 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6195
6196         * src/z80/main.c: enabled "critical" keyword
6197         * src/z80/mappings.i,
6198         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6199         functions (fixes bug #979646)
6200         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6201
6202 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6203
6204         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6205           such as c:\mydir.
6206
6207 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6208
6209         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6210           doesn't disable too much optimizations
6211
6212 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6213
6214         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6215
6216 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6217
6218         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6219
6220 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6221
6222         * src/pic/gen.c tidied up tabs
6223         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6224         * src/pic/main.c tidied up tabs
6225         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6226         * src/pic/pcoderegs.c tidied up tabs
6227         * src/pic/ralloc.c tidied up tabs
6228
6229 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6230
6231         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6232         to S_FIXED for pic16 port and when symbol is not in level 0,
6233         allocate for S_REGISTER storage class and pic16 port, too,
6234         * src/pic16/device.h: prototype for checkSym,
6235         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6236         * (pic16_assignConfigWordValue): test the value and the mask to
6237         validate that the value is suitable for the configuration word,
6238         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6239         collect extern declared symbols, don't emit symbol twice, check
6240         first if symbol is in publics set first,
6241         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6242         * added command line '--fstack' which enables an experimental
6243         feature for stack access, too buggy to be used yet...
6244         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6245         * (pic16_allocDirReg): when register has storage class S_REGISTER
6246         allocate in pic16_dynAccessRegs,
6247         * device/include/pic16/pic18f????.h: modified configuration word
6248         naming convention, words started as CONFIG0H but should be CONFIG1H
6249
6250 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6251
6252         * device/include/mcs51reg.h: fixed bug 970993
6253
6254 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6255
6256         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6257         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6258         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6259         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6260         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6261         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6262           error/warning numbers,
6263           added function setWarningDisabled()
6264         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6265         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6266           _memcmp.c _memmove.c calloc.c realloc.c free.c
6267         * support/regression/tests/malloc.c: added tests for new functionality
6268         * support/regression/tests/zeropad.c: added tests for truncated initializers
6269           and initialized char arrays starting with '\x0'
6270         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6271
6272 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6273
6274         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6275
6276 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6277
6278         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6279         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6280         peephole 177.e. Thanks to anonymous
6281
6282 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6283
6284         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6285         function isn't used in the source but referenced as a
6286         variable initializer then declare it as extern in .asm file
6287
6288 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6289
6290         * .version: increased version number to 2.4.3
6291
6292         Adding version extension according to ChangeLog CVS revision
6293         * src/Makefile.in (target all): added dependency 'version.h'
6294         * (rule version.h): added rule to create version.h from ChangeLog,
6295         * (rule dep): added dependency version.h,
6296         * src/version.awk: AWK script to create version.h
6297         * src/SDCCdwarf2.c (dwWriteModule),
6298         * src/SDCCglue.c (initialComments),
6299         * src/SDCCmain.c (printVersionInfo): modified to write after
6300         version string the version extension number,
6301         * src/SDCCutil.c: included "version.h"
6302         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6303         number,
6304         * src/SDCCutil.h: added prototype for getBuildNumber
6305
6306         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6307         includeDirsSet, too,
6308         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6309         const char [] is found in function prototype...
6310
6311         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6312         moving to WREG with source is already in WREG,
6313         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6314         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6315         * (aopForSym): stack'ed symbols are partially supported, added
6316         if-clause to support symbols in FARSPACE,
6317         * (sameRegs): added test for AOP_ACC to see if registers are same,
6318         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6319         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6320         * (pic16_popRegFromString): will not allocate a new register if it
6321         doesn't find one by name, bug may have introduced...
6322         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6323         * (genIpush): revived to use pic16 port's stack,
6324         * (genAddrOf): added incomplete case for stack'ed operand,
6325         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6326         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6327         can handle multibyte operands,
6328         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6329         * (pic16initialComments): added message for MPLAB compatibility
6330         mode enabled,
6331         * src/pic16/main.h: prototype for pic16_mplab_comp,
6332         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6333         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6334         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6335         because of increased complexity of procedure,
6336         * (_process_pragma): stack pragma changed to format 'stack pos len',
6337         emit symbol '_stack_end' to conform with gplink,
6338         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6339         to search for register,
6340         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6341         PO_GPR_REGISTER,
6342         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6343         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6344         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6345         case for PO_GPR_REGISTER,
6346         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6347         dies, the new era is ahead !...
6348         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6349         pic16_dynInternalRegs,
6350         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6351         * (pic16_allocDirReg): minor optimizations and bug fixes,
6352         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6353
6354         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6355         load stack and frame pointer with address of 'stack_end' symbol
6356
6357 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6358
6359         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6360         without source code but only variable initializers
6361
6362 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6363
6364         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6365         external are not declared as extern to reduce overhead while linking
6366
6367 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6368
6369         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6370
6371 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6372
6373         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6374           Yee Keat for the patch
6375         * src/SDCCast.c (decorateType): fixed bug #979599
6376         * src/ds390/gen.h: removed local fReturnSizeDS390
6377         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6378         * src/ds390/gen.c (genAnd, genOr, genXor),
6379         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6380
6381 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6382
6383         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6384         add relFilesSet to $3, manipulate $2 to handle linking of object
6385         files without source files in command line,
6386         * device/include/pic16 (all headers): added ID location macros,
6387         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6388         entries for ID location bytes,
6389         * (pic16_assignIdByteValue): NEW,
6390         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6391         added field dumpcalltree to pic16_options_t,
6392         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6393         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6394         emitting rFalseIfx label after check_carry label,
6395         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6396         pic16_emitDIRegs), NEW
6397         * (pic16glue): dump .calltree file when option --calltree found,
6398         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6399         * (_pic16_genAssemblerPreamble): emit ID locations after
6400         configuration registers,
6401         * (pic16_linkCmd): modifications of the link command,
6402         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6403         * (pic16_pCodeInitRegisters): don't init stack registers,
6404         * (pic16_findPrevInstruction): fixed bug,
6405         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6406         bug with immediate registers,
6407         * (buildCallTree): traces stack push and pop,
6408         * (pct2): dump also stack usage for each function,
6409         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6410         * (pic16_allocDirReg): various modifications,
6411         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6412         fixed to 1,
6413
6414 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6415
6416         * src/pic16/pcode.c: removed buggy double colon
6417
6418 2004-07-01 Borut Razem <borut.razem AT siol.net>
6419
6420         * support/scripts/sdcc.nsi: added include/pic16 to setup
6421
6422 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6423
6424         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6425         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6426         target 'clean',
6427         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6428         specific command line arguments. Also added sample lkr script
6429         for placing a variable at a specific memory bank.
6430         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6431         at a specific memory bank,
6432         * (pic16_dump_isection): fixed bug which caused string literals to
6433         be omitted when dumping idata section,
6434         * (pic16_groupRegistersInSection): added code to handle registers
6435         in specific memory banks,
6436         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6437         public, all references are renamed too,
6438         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6439         AOP_DPTR2,
6440         * (pic16_storeForReturn): added case to handle when dest is WREG,
6441         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6442         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6443         pic16_rel_udata, check to see if that register is marked as being
6444         a member of a specific memory bank,
6445         * (pic16_printIvalCharPtr): added code to add string literals either
6446         to code or the idata sections,
6447         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6448         also accept the 'udata' pragma,
6449         * src/pic16/main.h: new structure types sectName and sectSym
6450         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6451         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6452         * (pic16_findPrevInstruction): fixed, it returned nothing,
6453         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6454         instruction combinations,
6455         * (pic16_FixRegisterBanking): heavily reorganised,
6456         * (pic16_AnalyzeBanking): if generating banksel directives is
6457         disabled, then don't call FixRegisterBanking at all,
6458         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6459         completely removed,
6460         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6461
6462 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6463
6464         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6465         Phuah Yee Keat <yk.phuah AT nestac.com>
6466
6467 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6468
6469         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6470         correctly the IVT even if it is relocated to some other location
6471
6472 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6473
6474         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6475         * device/include/pic16/pic18f2220.h: NEW,
6476         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6477         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6478         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6479         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6480         nodefaultlibs, ivt_loc is the location of the interrupt vector
6481         table, and nodefaultlibs signs that default libraries should not be
6482         linked in link stage,
6483         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6484         according to --ivt-loc argument,
6485         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6486         when pragma stack is found,
6487
6488 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6489
6490         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6491         256 (range check), 257 (do while), 258.a-f (bit banging
6492         f.e. on 3-wire SPI bus)
6493
6494 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6495
6496         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6497         variables used exclusively within a loop
6498
6499 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6500
6501         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6502
6503 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6504
6505         * src/SDCClrange.c (computeClash): fixed bug #971834
6506
6507 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6508
6509         * src/mcs51/gen.c (genCmp): fixed bug #975903
6510         * src/hc08/gen.c (operandsEqu),
6511         * src/ds390/gen.c (operandsEqu),
6512         * src/z80/gen.c (operandsEqu),
6513         * src/pic/gen.c (operandsEqu),
6514         * src/pic16/gen.c (operandsEqu),
6515         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6516         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6517
6518 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6519
6520         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6521
6522 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6523
6524         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6525         default case in switch statement,
6526         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6527         to eliminate problem with initialisation of pointers, but problem
6528         still exists,
6529         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6530         * (emitStaticSegment): removed various lines emitting debug info,
6531         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6532         added processor registers for utilizing EEPROM,
6533         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6534         configurable and set 8
6535
6536 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6537
6538         * .version: increased version number to 2.4.2,
6539
6540         Cumulative patch for pic16 port
6541         * src/pic16/device.c: changed scheme to dump initial values for
6542         variables in idata segment, all print_idata* functions were removed,
6543         now the pic16_printIval* will be called,
6544         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6545         * _pic16_printPointerType, pic16_printPointerType,
6546         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6547         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6548         NEW, similar to the respective functions in SDCCglue.c,
6549         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6550         way, emitting hex bytes,
6551         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6552
6553 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6554
6555         * src/avr/ralloc.c (serialRegAssign),
6556         * src/xa51/ralloc.c (serialRegAssign),
6557         * src/pic/ralloc.c (serialRegAssign),
6558         * src/pic16/ralloc.c (serialRegAssign),
6559         * src/hc08/ralloc.c (serialRegAssign),
6560         * src/z80/ralloc.c (serialRegAssign),
6561         * src/ds390/ralloc.c (serialRegAssign),
6562         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6563
6564 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6565
6566         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6567         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6568
6569 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6570
6571         Cumulative patch for pic16 port:
6572         * src/pic16/device.h (typedef PIC16_device) modified fields for
6573         defining microcontrollers,
6574         * src/pic16/device.c: added new info for all devices in Pics16 array,
6575         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6576         to be optimised out by the pCode optimiser,
6577         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6578         specially, bug reported by G.M. Gallant,
6579         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6580         as force'd so that cannot be optimised out by pCode optimiser,
6581         * src/pic16/pcode.c,
6582         * src/pic16/pcodepeeph.c,
6583         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6584         they are disabled by default, but can be enabled explicit with
6585         command argument --denable-peeps, for testing,
6586         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6587         --pomit-ivt in COMPILE_FLAGS
6588
6589 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6590
6591         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6592           compilation on MSVC
6593
6594 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6595
6596         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6597
6598 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6599
6600         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6601         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6602
6603 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6604
6605         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6606         would only assign 0x300001 register.
6607
6608 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6609
6610         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6611         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6612
6613 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6614
6615         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6616         for ds80c400
6617         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6618         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6619         added peephole 254 (left shift), 255 (jump table)
6620
6621 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6622
6623         * device/lib/Makefile.in: removed comment line with model-pic16,
6624         * (target port-specific-objects-pic16): the libraries and objects
6625         are copied to the build directory form the device/lib/pic16/bin
6626         directory
6627
6628         Cumulative patch concerning pic16 port:
6629         * library directory has been re-organized,
6630         * added support for PIC18F1220,
6631         * added headers and library sources for chips 18f1220,18f6520,
6632         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6633
6634         * configuration registers setting has changed, now each supported
6635         device has a complete description of the registers it uses,
6636         * all initialisations are moved to idata sections, these section
6637         can be absolute or relocatable,
6638         * fixed initialisation of codespace variables,
6639         * fixed warning about PCLATU and gpsim,
6640         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6641         * (genAssign): use table reads when assigning from variables in codespace,
6642         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6643         char/int variables placed in codespace,
6644         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6645         registers set in .asm file, no need for --pomit-config-words anymore,
6646         * (pic16glue): some 8051 legacy segments are commented out
6647         (to be removed completely),
6648         * added support for alternative assembler and linker with --asm=
6649         and --link= command line arguments,
6650         * peepholes are disabled automatically in the port, no need to
6651         specify on command line,
6652         * port supports natively char/int/long multiplication, but converts
6653         all divisions to support functions,
6654         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6655         to the file set in variable $2,
6656         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6657         strings in ASCII format and not in hex,
6658         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6659         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6660         allocate proper register if iCodes aren't temporary,
6661
6662 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6663
6664         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6665
6666 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6667
6668         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6669         is commented out
6670
6671 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6672
6673         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6674         computed address is reused
6675         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6676         multi-byte bitfields
6677
6678 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6679
6680         * src/z80/gen.c: (genArrayInit): must check for pointers too
6681
6682 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6683
6684         * support/regression/tests/zeropad.c: never meant to commit the
6685           nestedstruct test: removed, added check for GCC version
6686
6687 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6688
6689         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6690         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6691         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6692           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6693           bugs 928906 and 954082 half-empty initializers
6694         * src/SDCCsymt.h,
6695         * src/SDCCsymt.c (getAllocSize): added for above fix
6696         * src/z80/gen.c (genArrayInit): fixed bug 741044
6697         * support/regression/tests/zeropad.c: added tests
6698
6699 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6700
6701         * src/pic16/device.c (pic16_dump_section): corrected bug which
6702         caused some symbols of the libraries to be misplaced
6703
6704 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6705
6706         * src/pic16/glue.c,
6707         * src/pic16/ralloc.h,
6708         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6709         to fix conflict with pic port
6710
6711 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6712
6713         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6714         externs configuration variables,
6715         * src/pic16/ralloc.h,
6716         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6717         prototype in header, commented out some debug messages
6718
6719 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6720
6721         * src/pic16/glue.c,
6722         * src/pic16/main.c,
6723         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6724         for gpasm COFF object generation. Thanks to D. Hawkins for
6725         his patch info
6726
6727 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6728
6729         * src/ds390/main.c,
6730         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6731         Brock for spotting this)
6732         * src/ds390/gen.c (genEndFunction),
6733         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6734         interrupt handler and critical. Disable push/pop optimizations when
6735         peephole optimizations disabled.
6736
6737 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6738
6739         Updated pic16 library sources and headers.
6740         * device/lib/pic16/pic18f*/ ,
6741         * device/include/pic16/*.h: modified to handle structured SFR
6742         definitions
6743
6744 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6745
6746         * src/port.h (PORT structure): added hook initPaths, now each
6747         port can declare its own default search paths,
6748         which can been seen with the --print-search-dirs option,
6749         see pic16 port for example,
6750         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6751         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6752         * (doPrintSearchDirs): NEW, replaces in a central manner the
6753         printing of search dirs which was split in set*Paths functions,
6754         * (main): added call to port->initPaths and doPrintSearchDirs,
6755         * src/avr/main.c,
6756         * src/ds390/main.c,
6757         * src/hc08/main.c,
6758         * src/izt/i186.c,
6759         * src/izt/tlcs900h.c,
6760         * src/mcs51/main.c,
6761         * src/pic/main.c,
6762         * src/pic16/main.c: modified port structures to reflect addition of
6763         initPaths hook,
6764
6765         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6766         * (pic16_dump_section): for registers in same address reserve memory once,
6767         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6768         to no_banksel,
6769         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6770         result is greater in size than right or left,
6771         * (pic16_genUMult8X8_8): there are some cases where the result can
6772         be 16 bits size, so handle these,
6773         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6774         * (pic16_outBitC): modified to emit pcodes,
6775         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6776         or not,
6777         * (genDivOneByte): implemented algorithm to divide 8-bits,
6778         * (genCmp): uncommented goto, but issues still exist,
6779         * (genAnd): fixed a bug with variables >8bits,
6780         * (genPackBits): optimization added that uses BCF/BSF to change a
6781         single bit,
6782         * (genAssign): fixed bug when assigning floating point literals,
6783         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6784         __sdcc_gsinit_startup label,
6785         * src/pic16/main.c (_pic16_init): removed search directory
6786         initialisations,
6787         * (_pic16_initPaths): NEW, used to initialise search directories,
6788         * (_hasNativeMulFor): support functions for all except char/int
6789         multiplication, and char division,
6790         * (PIC16_port struct): modified entry for native mul support,
6791         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6792         no_banksel option,
6793         * (buildCallTree): call to register_usage is ifdef'ed out,
6794
6795 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6796
6797         * device/include/string.h: applied Stas Sergeev's patch to make this
6798         header file compatible with the preprocessor -Wundef option
6799         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6800         failure (fixes bug #941458)
6801
6802 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6803
6804         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6805         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6806         that the variable, not the function, should be static
6807         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6808         to be consistent with non-literal case
6809
6810 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6811
6812         * src/SDCCast.c (isConformingBody): fixed bug #949967
6813         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6814         convilong): fixed bug #952086
6815
6816 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6817
6818         * src/SDCCmem.c (allocVariables): fixed bug #955321
6819
6820 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6821
6822         * src/hc08/main.c (_hc08_genAssemblerEnd),
6823         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6824         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6825         completely eliminated the use of a temporary file
6826         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6827         when more than one file linked
6828         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6829
6830 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6831
6832         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6833         which fixes bug #543481
6834         * support/regression/tests/bug-751703.c: fixed comments left from a
6835         cut and paste error
6836         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6837         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6838         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6839         scopes
6840         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6841         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6842         are now changed to underscores in moduleName
6843
6844 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6845
6846         * as/mcs51/lkmem.c: better fix for bug #954173
6847
6848 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6849         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6850
6851         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6852         * device/include/c8051f000.h,
6853         * device/include/c8051f120.h,
6854         * device/include/c8051f300.h,
6855         * device/include/c8051f310.h,
6856         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6857         PWM16) and detab'ed
6858
6859 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6860
6861         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6862         and mailing lists, doc'ed --no-peep-comments, removed reference
6863         to knoppix (newest version has no LyX/LaTeX), other minor changes
6864         * src/SDCCglue.c (glue): save 2 bytes stack space with
6865         option --main-return. The ljmp could probably be avoided too
6866
6867 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6868
6869         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6870
6871 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6872
6873         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6874         * src/SDCCopt.c (isLocalWithoutDef),
6875         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6876         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6877         (credit to Maarten Brock for patch #949363, on which this is based)
6878         * support/regression/tests/bug-751703.c: some test cases of extern used
6879         within inner scopes.
6880
6881 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6882
6883         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6884         SPEC_STRUCT
6885         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6886         struct definitions
6887         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6888         dwWriteLabel): fix to create valid debugger symbols even when
6889         the module name has non-alphanumeric symbols in it
6890         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6891         when a variable's allocation has been optimized away
6892
6893
6894 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6895
6896         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6897         * src/hc08/main.c,
6898         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6899         * src/mcs51/main.c,
6900         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6901         * src/ds390/main.c,
6902         * src/z80/gen.c (z80_emitDebuggerSymbol),
6903         * src/z80/main.c,
6904         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6905         * src/pic/main.c,
6906         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6907         * src/pic16/main.c,
6908         * src/avr/gen.c (avr_emitDebuggerSymbol),
6909         * src/avr/main.c,
6910         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6911         * src/xa51/main.c,
6912         * src/SDCCdebug.c (emitDebuggerSymbol),
6913         * src/SDCCdebug.h,
6914         * src/port.h: added a debugger struct to the port struct. Added a
6915         callback for defining debugger symbols
6916
6917         * src/SDCCast.c (createLabel),
6918         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6919         with isitmp = 1
6920         * src/SDCCicode.h,
6921         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6922         iCode back to the ast for the function
6923
6924         * src/hc08/ralloc.c (hc08_assignRegisters),
6925         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6926         unneeded fields from the regs struct.
6927         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6928         pushReg() & pullReg() functions instead of emitcode()
6929
6930         * src/hc08/gen.c (genLabel, genhc08Code),
6931         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6932
6933         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6934         debugger hooks
6935
6936         * src/hc08/gen.c (genEndFunction, genhc08Code),
6937         * src/hc08/gen.h,
6938         * src/mcs51/gen.c (genEndFunction, gen51Code),
6939         * src/mcs51/gen.h,
6940         * src/ds390/gen.c (genEndFunction, gen390Code),
6941         * src/ds390/gen.h,
6942         * src/z80/gen.c (genEndFunction, genZ80Code),
6943         * src/z80/gen.h,
6944         * src/z80/z80.h,
6945         * src/pic/gen.c (genEndFunction, genpic14Code),
6946         * src/pic/gen.h,
6947         * src/pic16/gen.c (genEndFunction, genpic16Code),
6948         * src/pic16/gen.h,
6949         * src/avr/gen.c (genEndFunction, genAVRCode),
6950         * src/avr/gen.h,
6951         * src/xa51/gen.c (genEndFunction, genXA51Code),
6952         * src/xa51/gen.h,
6953         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6954         specific code to cdbFile.c and out of the backend code generators
6955
6956         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6957         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6958         starting address is now 0
6959
6960         * as/hc08/asm.h,
6961         * as/hc08/m08pst.c,
6962         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6963         assembler directive for DWARF support
6964         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6965
6966         * src/src.dsp,
6967         * src/Makefile.in,
6968         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6969
6970 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6971
6972         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6973         and inappropriate peephole optimization in jump tables
6974
6975 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6976
6977         * as/hc08/m08pst.c,
6978         * src/SDCCglue.c: sdccopt works for the hc08 port now
6979
6980 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6981
6982         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6983
6984 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6985
6986         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6987
6988 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6989
6990         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6991         rules
6992         * src/SDCCmain.c,
6993         * src/SDCCglobl.h,
6994         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6995         comments from the peephole optimizer replacement rules
6996         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6997         symbols
6998         * src/SDCCcse.c (updateSpillLocation),
6999         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
7000         equivalents
7001         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
7002         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
7003         objects far pointers
7004
7005 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7006
7007         * src/SDCCsymt.h: a missing part of my last change
7008         * src/pic/ralloc.c (regTypeNum),
7009         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
7010
7011 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7012
7013         * src/SDCCicode.h,
7014         * src/SDCCicode.c (aggrToPtrDclType),
7015         * src/SDCCptropt.h,
7016         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
7017         ptrPseudoSymConvert),
7018         * src/pic/ralloc.c (regTypeNum),
7019         * src/pic16/ralloc.c (regTypeNum),
7020         * src/hc08/ralloc.c (regTypeNum),
7021         * src/ds390/ralloc.c (regTypeNum),
7022         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
7023         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
7024
7025 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7026
7027         * link/z80/lkmain.c (afile),
7028         * as/hc08/lkmain.c (afile),
7029         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
7030         prevent a pointer problem when a filename has no directory and
7031         no extension specified.
7032
7033 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7034
7035         * link/z80/lkmain.c (afile): allow periods in directory names
7036         * link/z80/lkmain.c (afile),
7037         * as/mcs51/lkmain.c (afile),
7038         * as/hc08/lkmain.c (afile): allow linker script file to have an
7039         extension other than ".lnk"
7040         * link/z80/lklex.c (getfid),
7041         * link/z80/lkmain.c (parse),
7042         * as/mcs51/lklex.c (getfid),
7043         * as/mcs51/lkmain.c (parse),
7044         * as/hc08/lklex.c (getfid),
7045         * as/hc08/lkmain.c (parse): Support comments in the linker script
7046         file on lines by themselves and after filenames
7047
7048 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7049
7050         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
7051
7052 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7053
7054         * src/z80/peeph-z80.def: removed some peephole rules that don't
7055         work with multibyte arithmetic (fixed bug #937126)
7056         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
7057         to registers and not global variables
7058         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
7059         geniCodePreInc, geniCodePostDec, geniCodePreDec,
7060         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
7061         checking for assignments not internally generated (fixed bug #931895)
7062         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
7063         structure member (fixed bug #930072)
7064
7065 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7066
7067         * src/SDCCmain.c (linkEdit),
7068         * src/hc08/main.c (_hc08_parseOptions),
7069         * as/hc08/Makefile.in,
7070         * as/hc08/aslink.h,
7071         * as/hc08/asm.h,
7072         * as/hc08/m08pst.c,
7073         * as/hc08/lkrloc.c (relr, rele),
7074         * as/hc08/lkarea.c (lnkarea)
7075         * as/hc08/lkmain.c (afile, parse),
7076         * as/hc08/lkelf.c: support for ELF output
7077         * as/hc08/lks19.c (s19),
7078         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
7079
7080 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7081
7082         * as/mcs51/lkihx.c: Fixed bug #899105.
7083
7084 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7085
7086         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
7087         .dsp files from Unix to DOS.
7088
7089 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7090
7091         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
7092         function pointers; we have been compliant for several months now.
7093         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
7094         change that was accidently commented out
7095         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
7096         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
7097         bug #922319
7098
7099 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7100
7101         * src/hc08/gen.c: output of all of the internal debugging information
7102         is now controlled by the D() macro; it is disabled by default
7103
7104 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7105
7106         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
7107         harder to keep the same registers during a CAST iCode
7108         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
7109         long via int can be done in a single cast, if the signedness is
7110         correct.
7111         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
7112         putchar() in tinibios.c in ds390's library
7113
7114 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
7115
7116         * src/SDCCast.c (decorateType): fixed bug #898889,
7117         cast result of a literal complement too
7118         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
7119         fixed check for bitfields
7120
7121 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
7122
7123         * src/SDCCicode.c (geniCodeLogic): made it static,
7124         (geniCodeLogicAndOr): added in order to fix bug #905492,
7125         (ast2iCode): fixed bug #905492
7126         * support/regression/tests/bug-905492.c: added
7127         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
7128         (processParms): fixed bug #927659: don't copy parms, this will clear
7129         decorated flag
7130         * support/regression/tests/bug-927659.c: added
7131
7132 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
7133
7134         * src/SDCCast.c (addCast): don't cast float to char
7135         * device/lib/libsdcc.lib: added _memmove
7136
7137 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
7138
7139         * device/lib/large/Makefile: fixed parallel execution by
7140         replacing `make` by `$(MAKE)`
7141
7142 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7143
7144         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
7145         offsets (fixes bug #923936)
7146
7147 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
7148
7149         * device/lib/small/Makefile: fixed parallel execution by
7150         replacing `make` by `$(MAKE)`
7151
7152 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7153
7154         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
7155
7156 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7157
7158         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7159         * src/regression/Makefile: Regression test was not running.
7160
7161 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7162
7163         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7164         complement if possible
7165         * src/SDCCval.c (valComplement),
7166         * src/SDCCicode.c (operandOperation): fixed complement of literal
7167         * support/regression/tests/onebyte.c (testComplement): added
7168
7169 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7170
7171         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7172         return an optimized tree; actually replace actParm with the new tree
7173         * src/SDCCast.h: added some parantheses to remove side effects
7174         * support/regression/tests/bug-920866.c
7175
7176 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7177         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7178         Bit operands were not being handled properly in the pic14 port.
7179         (now src/regression/add.c passes again).
7180
7181 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7182
7183         * src/SDCC.y (labeled_statement): case and default no longer require
7184         a following statement (RFE #893037)
7185
7186 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7187
7188         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7189         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7190         disabled (fixes bug #916294)
7191         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7192         "mov a,acc"; patch provided by Lenny Story
7193         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7194
7195 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7196
7197         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7198         functions
7199         * src/ds390/gen.c (genFunction, genEndFunction),
7200         * src/ds390/ralloc.c (ds390_assignRegisters),
7201         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7202         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7203         pushed if there are parameters passed on the stack. Also, a cleaner
7204         way to decide if r0/r1 should be pushed/popped. (Together they fix
7205         bug #918693)
7206
7207 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7208
7209         * doc/sdccman.lyx,
7210         * device/lib/mcs51/crtpagesfr.asm,
7211         * device/lib/mcs51/crtxinit.asm,
7212         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7213         to avoid confusion with Si Lab's SFRPAGE register.
7214
7215 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7216
7217         * src/SDCCglue.c (emitMaps): allow public sfr variables
7218         * src/SDCCglue.c (initialComments): include compiler build date
7219         with compiler version and put the timestamp of the generated
7220         assembly file on a serperate line to be less confusing.
7221         * src/port.h: added genInitStartup hook
7222         * src/avr/main.c,
7223         * src/ds390/main.c,
7224         * src/hc08/main.c,
7225         * src/pic/main.c,
7226         * src/pic16/main.c,
7227         * src/xa51/main.c,
7228         * src/z80/main.c: genInitStartup initialize as NULL (default to
7229         historical behaviour)
7230         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7231         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7232         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7233         library instead of hard coding it into the compiler.
7234         * support/regression/ports/mcs51-stack-auto/spec.mk,
7235         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7236         * device/lib/mcs51/Makefile,
7237         * device/lib/small/Makefile,
7238         * device/lib/large/Makefile,
7239         * device/lib/mcs51/crtpagesfr.asm,
7240         * device/lib/mcs51/crtstart.asm,
7241         * device/lib/mcs51/crtxclear.asm,
7242         * device/lib/mcs51/crtxinit.asm,
7243         * device/lib/mcs51/crtclear.asm,
7244         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7245         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7246         and into user configurable files.
7247         * device/lib/clean.mk: clean mcs51 directory too
7248         * support/regression/tests/longlit.c: added static to T1 declaration
7249         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7250         accesses in the initialization code
7251
7252 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7253
7254         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7255         OSCTRIMVAL as noted in bug #916008
7256
7257 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7258
7259         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7260         in loops with multiple exits (reported as incorrect registers
7261         used by Martin Helmling in Sdcc-user list)
7262
7263 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7264
7265         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7266         made ds390 register extensions look less like error messages
7267
7268 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7269
7270         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7271         reported by Adam Wozniak in Sdcc-user list
7272
7273 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7274
7275         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7276         arithmetic optimizations, added debug output
7277
7278 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7279
7280         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7281         * sdcc.spec: updated and split sdcc into 3 rpms
7282         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7283         needed for literals of LEFT_OP and '+'
7284         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7285         introduced RESULT_TYPE_NOPROM
7286         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7287         left shift
7288         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7289         limited promotion to int only for '*'
7290         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7291
7292 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7293
7294         * src/pic16/gen.c (genSkip),
7295         (genc16bit2lit), (gencjneshort): commented out
7296         (is_LitOp): new helper function, checks operand type
7297         (genCmpEq): rewritten
7298
7299 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7300
7301         * support/regression/tests/bug-908454.c: added
7302
7303 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7304
7305         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7306         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7307         (geniCodeCast): cosmetic, don't preserve bit storage class
7308         (geniCodeLeftShift): added promotion
7309         (geniCodeLogic): fixed regression
7310         * src/SDCCsymt.c (computeTypeOr): accept bits too
7311         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7312
7313 2004-03-07  Borut Razem <borut.razem AT siol.net>
7314
7315         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7316
7317 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7318
7319         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7320         version of pic16_genPackRegisters which does not check if ic is a
7321         CAST operator,
7322         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7323         function cause string1.c regression test fails
7324
7325 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7326
7327         * sim/ucsim/configure.in,
7328         * sim/ucsim/configure,
7329         * sim/ucsim/doc/Makefile.in: use docdir
7330         * src/SDCC.y: fixed sbit atrributes
7331         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7332         * src/SDCCast.c (decorateType): |^& need special promotion handling
7333         * src/SDCCast.h,
7334         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7335         * src/SDCCsymt.h (computeType),
7336         * src/SDCCicode.c: computeType() needs op
7337         * src/SDCCsymt.c (checkTypeSanity),
7338         * doc/sddman.lyx: "plain" bitfields are unsigned
7339         * src/SDCCsymt.c (computeTypeOr): added
7340         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7341         |^& ops
7342         * src/SDCCval.c (val*): computeType() needs op
7343         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7344         * support/regression/tests/onebyte.c: added tests for |^&
7345
7346 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7347
7348         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7349         for writing icode into asm output.
7350
7351 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7352
7353         * src/pic16/device.c: added some debug lines enabled
7354         with macro DEBUG_CHECK,
7355         * src/pic16/genarith.c: more debug in genPlus,
7356         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7357         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7358         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7359         * (aopForSym): onStack symbols are re-placed in data memspace,
7360         and onStack flag is cleared,
7361         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7362         copy temporary pcodeop,
7363         * (genPcall): added warning for not updating PCLATU,
7364         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7365         always true for pic16 port,
7366         * (genMultOneWord): NEW, supports integer multiplication,
7367         * (genMult): modified to call genMultOneWord,
7368         * (ifxForOp): added warning when return NULL,
7369         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7370         flag is set before call to operandFromSymbol for implicit
7371         added structures,
7372         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7373         options.intlong_rent are set by default,
7374         * (_hasNativeMulFor): modified to allow port generation of integer
7375         multiplication,
7376         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7377         set regtype to REG_SFR for all registers, restricting seting the
7378         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7379
7380 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7381
7382         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7383         more than 500 times in the regression tests
7384
7385 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7386
7387         * support/Util/SDCCerr.h,
7388         * support/Util/SDCCerr.c,
7389         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7390         enumerator_list),
7391         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7392         for symbol conflicts.
7393         * support/valdiags/tests/enum.c,
7394         * support/valdiags/tests/tentdecl.c,
7395         * support/valdiags/tests/struct.c: expect possible error messages
7396         referring to original symbol definitions.
7397         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7398         * src/SDCCsymt.h,
7399         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7400
7401 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7402
7403         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7404
7405 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7406
7407         * src/pic16/ralloc.c (newReg): fixed bug #908929
7408
7409 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7410
7411         * src/ds390/gen.c: added missing #include "main.h"
7412
7413 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7414
7415         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7416         checking if symbol is already in set,
7417         * src/pic16/device.h: prototype for checkAddSym,
7418         * src/pic16/gen.c: (_G): added entry interruptvector,
7419         * (assignResultValue): removed some commented out lines,
7420         * (genFunction): check for ISR via sym->type, absolute section for
7421         interrupt code is created via a new pBlock, the goto instruction is
7422         placed now correctly at the interrupt vector position, changed all
7423         references from ivec to _G.interruptvector,
7424         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7425         is the interrupt is a high priority one, same for return from ISR,
7426         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7427         externs to calls of checkAddSym,
7428         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7429         pic16_pcode_verbose flag is set,
7430         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7431         * src/pic16/pcoderegs.c: message about how many registers are saved
7432         will only be emitted if pic16_pcode_verbose flag is set,
7433
7434 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7435
7436         * src/ds390/ralloc.h,
7437         * src/ds390/ralloc.c (ds390_regWithIdx),
7438         * src/ds390/gen.c (emitcode),
7439         * src/ds390/main.h,
7440         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7441         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7442         ds390operandCompare, getRegsRead, getRegsWritten,
7443         initializeAsmLineNode): customized instruction size calculation for
7444         ds390, started basis for some register optimizations
7445         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7446         corresponding assembly output
7447         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7448         missing push/pop of r0/r1. Optimized push/pops
7449
7450 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7451
7452         * src/mcs51/main.c (instructionSize): fixed ACALL size
7453         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7454
7455 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7456
7457         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7458         the sorting of rlist with NULL elements
7459         * (print_idataType, print_idata): NEW to create idata sections
7460         * src/pic16/device.h: idataSymSet new variable
7461         * src/pic16/gen.c (genFunction): fixed some bugs in string
7462         comparing, improved the absolute section creation for ISRs,
7463         added FSR0L/FSR0H in registers that are saved in an ISR,
7464         * (genInline): fixed the processing of inline snippets,
7465         now they undergo no process by the peephole optimizer
7466         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7467         are placed in idataSymSet,
7468         * (pic16emitStaticSeg): extern symbols are added in externs,
7469         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7470         switching when aboslute variables are placed in access bank memory
7471         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7472         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7473         commented out with #if,
7474         * (pic16_packRegisters): reintroduce the check for CAST because some
7475         symbols are not correctly handled,
7476         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7477         pCodeInstruction instead of pCode,
7478         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7479         pCodeAsmDir definition,
7480         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7481         directive, then the argument directive is emitted without the leading
7482         tab, hack for inline labels which must be in the first column,
7483         * (compareLabel,pic16_findNextInstruction),
7484         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7485         * (insertBankSwitch): modified for the new pCodeAsmDir,
7486
7487 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7488         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7489
7490         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7491         instance,
7492         * (pushSide): commented out with #if,
7493         * (assignResultValue): fixed some typos in saving
7494         registers,
7495         * (genPcall): FIXED and sync'ed with genCall,
7496         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7497         * (genNearPointerGet): fixed to handle some more cases,
7498         implementation scheme via table reads,
7499         * (genConstPointerGet): modified to access code memory correct,
7500         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7501         and improved to handle some cases
7502         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7503         instead of "RETLW" for init data
7504         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7505         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7506         variables are placed in access bank memory (<0x80 and >=0xf80),
7507         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7508         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7509         TBLWT_POSTDEC,TBLWT_PREINC
7510         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7511         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7512         directives
7513         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7514         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7515         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7516         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7517
7518 2004-02-29  Borut Razem <borut.razem AT siol.net>
7519
7520         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7521         support/Util/findme.h, support/Util/system.h: enhance binary relative
7522         search for lib and include by using findProgramPath()
7523
7524 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7525
7526         * src/SDCCpeeph.h,
7527         * src/SDCCpeeph.c (pcDistance),
7528         * src/port.h,
7529         * src/mcs51/ralloc.h,
7530         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7531         * src/mcs51/main.h,
7532         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7533         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7534         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7535         size calculation port specific, started basis for some register
7536         optimizations
7537         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7538         missing push/pop of r0/r1. Optimized push/pops
7539         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7540         * device/lib/_modsint.c (_modsint),
7541         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7542         and stack version so regression tests pass
7543
7544 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7545
7546         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7547         * src/SDCCast.c (decorateType): catch another small optimization
7548         with '?' operator
7549         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7550         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7551         modified to finally use computeType() all over SDCC,
7552         see Feature Request #877103
7553         * src/SDCCval.h: cosmetic
7554         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7555         valCompare(); regression tested in muldiv.c
7556         * support/regression/tests/muldiv.c (testMod): mod sign follows
7557         dividend only
7558
7559 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7560
7561         * src/SDCCast.c (decorateType): fixed bug #902362
7562         * doc/INSTALL.txt: fixed install instructions for win32
7563
7564 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7565
7566         * device/include/Makefile.in (install): fixed by replacing spaces
7567         by tabs
7568         * doc/README.txt,
7569         * doc/INSTALL.txt: updated for release
7570         * doc/sdccman.lyx: added warning for --xstack being buggy
7571
7572 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7573
7574         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7575         to eliminate build warnings.
7576         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7577
7578 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7579            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7580
7581         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7582         removed -penable-stack, added comment for stack pragma, added
7583         warning for not initializing the stack/frame registers, removed
7584         comment at interrupts section
7585
7586         Stack is made permanent, there is no ability to disable stack usage.
7587         * src/pic16/device.h,
7588         * src/pic16/device.c: removed all references to USE_STACK macro,
7589         * src/pic16/device.c (pic16_dump_section): when no elements in
7590         rlist, free rlist before return,
7591         * (pic16_dump_int_registers): NEW, internal registers are a new set
7592         of general purpose registers reused by each function,
7593         * (checkAddReg): returns 1 if registers is added to set,
7594         * (pic16_groupRegistersInSection): when a registers is of type
7595         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7596         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7597         SRCASECMP macro is moved here from device.c
7598         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7599         PO_PCLATU, PO_PRODL, PO_PRODH,
7600         * (pic16_pCodeOpType, genMinus,
7601         changed compares to "a" register, with AOP_ACC,
7602         * (pic16_genPlus): fixed some bugs and indented properly,
7603         * (pic16_addSign): changed size to size+offset in the MOVWF
7604         instruction,
7605         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7606         multiply 8-bit operand by literal, result is 8-bit,
7607         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7608         multiply 2 8-bit operand, result is 8-bit,
7609         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7610         genUMult8X*_16,
7611         * src/pic16/gen.c: changed accUse to contain WREG only,
7612         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7613         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7614         true, do not use immediate addressing any more unless sym is a
7615         pointer in codespace,
7616         * (aopForRemat): do not use immediate addressing when symbol not in
7617         codespace and when symbol's address is requested,
7618         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7619         accUse size (= 1),
7620         * (aopGet): added case for AOP_ACC and don't return "accumulator
7621         bug" but WREG instead,
7622         * (popGetTempReg): pushes contents of temporary register in stack,
7623         * (popReleaseTempReg): pops contents of temporary register from
7624         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7625         * (pic16_popGet): separated case AOP_ACC to return register WREG
7626         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7627         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7628         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7629         the use of immediate pointers to certain cases only.
7630
7631         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7632         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7633         * (assignResultValue, genCall, genRet): modified to use the new
7634         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7635         genPcall is still broken,
7636         * (genFunction): added code to create 'A' type pBlocks when
7637         interrupt functions are generated, code not extensively tested yet,
7638         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7639         * (genEndFunction): modified so ISRs pop stored registers from stack,
7640         * (genMultOneByte): cleanup,
7641         * (AccRsh): added flag andmask, to and result with appropriate mask,
7642         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7643         * (genDataPointerGet): fixed and reenabled its use,
7644         * (genNearDataPointerGet): bugs fixed,
7645         * (genDataPointerSet): bugs fixed,
7646         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7647         pic16_DumpSymbol, pic16_DumpOp,
7648         * src/pic16/genutils.h: function prototypes for the above functions,
7649         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7650         pointers,
7651         * (pic16emitRegularMap): many many many improvements, but needs a
7652         major cleanup,
7653         * src/pic16/main.c: enable_stack in pic16_options is removed,
7654         * (_pic16_parseOptions): removed command line options -penable-stack,
7655         * (_process_pragma): emit stack symbol only when stack pragma is
7656         processed,
7657         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7658         redirected to FSR0L/FSR0H pair,
7659         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7660         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7661         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7662         for immediates,
7663         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7664         * (dumpPicOptype): NEW,
7665         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7666         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7667         with movff instruction,
7668         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7669         added pic16_int_regs, some packRegsFor* functions are commented out,
7670         because produce errors,
7671         * src/pic16/NOTES: minor modifications
7672
7673 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7674
7675         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7676         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7677         --pack-iram.
7678         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7679         * as/mcs51/lkaomf51.c: fixed bug #895763
7680
7681 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7682
7683         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7684
7685 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7686
7687         * doc/sdccman.lyx: added details about the HC08 storage classes and
7688         interrupts, fixed the register usage info for z80 & gbz80
7689
7690 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7691
7692         * doc/sdccman.lyx: added more pic16 port documentation
7693         * device/include/pic16/: added header pic18fregs.h
7694
7695 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7696
7697         * doc/sdccman.lyx: added Vangelis' contribution
7698
7699 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7700
7701         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7702         extend to the next CALL or PCALL, not just to the next CALL.
7703
7704 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7705
7706         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7707
7708 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7709
7710         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7711         bug #895752 and a better fix for bug #716790
7712
7713 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7714
7715         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7716
7717 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7718
7719         * doc/sdccman.lyx: minor changes, minor changed
7720
7721 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7722
7723         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7724         which can't handle SDCC_NEWONEBYTEOPS,
7725         (geniCodeMultiply): removed conversion from mult to shift for pic14
7726         and pic16
7727
7728 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7729
7730         * src/hc08/gen.h,
7731         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7732         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7733         thus fixing bug #895406
7734
7735 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7736
7737         * device/lib/_modsint.c,
7738         * device/lib/_modslong.c: sign follows divisor only
7739         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7740         signs or signedness can be ignored
7741         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7742         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7743         added optimization for IFX,
7744         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7745         arguments;
7746         reenabled optimization for IFX, which was removed on 2004-01-11
7747         * src/SDCCast.h: added return type IFX
7748         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7749         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7750         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7751         SDCC_OLDONEBYTEOPS selects the old behaviour
7752         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7753         changed again and commented promotion rule
7754         * src/SDCCval.c (valDiv): promotion no longer necessary
7755         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7756         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7757         rewritten
7758         * support/regression/tests/onebyte.c: added
7759
7760 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7761
7762         * gen.c (genInline): reverted to old code for assemnling inline
7763         code because of bug reported James Chadd
7764
7765 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7766
7767         * ralloc.h: missing declarations from previous patch,
7768         seems that patch for ralloc.h was never applied, fixed
7769
7770 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7771            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7772
7773         * pcode.c,
7774         * pcode.h,
7775         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7776         indirect addressing. Marked FSR0 as deprecated
7777         * gen.c (pointerCode): commented out, not needed now
7778         (pic16_popGet2p): new MOVFF helper function
7779         (genGenPointerGet),
7780         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7781         (shiftRLong): removed duplicate debugging info
7782
7783 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7784
7785         * src/ds390/gen.c (genNearPointerGet),
7786         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7787         optimization with bits, but not bitfields.
7788         * src/ds390/ralloc.c (packRegisters),
7789         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7790
7791 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7792
7793         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7794
7795 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7796
7797         * src/SDCCsymt.h,
7798         * src/SDCCicode.c (operandFromSymbol),
7799         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7800         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7801         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7802         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7803         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7804         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7805         bug #892038
7806         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7807         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7808         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7809         * src/SDCCsymt.c (newSymbol),
7810         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7811         enumerator_list),
7812         * src/SDCCval.h,
7813         * src/SDCCval.c (newiList): fixed bug #885705
7814
7815 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7816
7817         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7818         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7819
7820 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7821
7822         * device/include/c8051f120.h,
7823         * device/include/c8051f300.h,
7824         * device/include/c8051f310.h: added/updated header files for Silicon
7825         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7826         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7827         in new section Submitting patches
7828
7829 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7830
7831         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7832         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7833         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7834         genGenPointerSet),
7835         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7836         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7837         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7838         genGenPointerSet),
7839         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7840         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7841         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7842         genGenPointerSet),
7843         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7844         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7845         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7846         genGenPointerSet): fixed bug #892400
7847         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7848         to eliminate build warnings.
7849         * src/SDCCast.c (processParms),
7850         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7851         fixed bug 751859
7852         * support/valdiag/valdiag.py: added GCC to the list of defines active
7853         when compiling with gcc
7854
7855 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7856
7857         * support/Util/SDCCerr.h,
7858         * support/Util/SDCCerr.c,
7859         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7860         with an incomplete type (fixed bug #883734)
7861         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7862
7863 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7864
7865         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7866
7867 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7868
7869         * src/SDCCast.c (decorateType),
7870         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7871         function pointer implementation
7872         * support/regression/tests/funptrs.c: added tests to verify both forms
7873         of function pointers work correctly. Added tests to verify parameters
7874         are passed in the correct order.
7875
7876 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7877
7878         * device.c (regCompare): registers are sorted by ascending
7879         address and increasing size,
7880         * main.c (_pic16_finaliseOptions): removed the declaration
7881         of compiler macro MCU. Now a macro of the format pic18fxxxx
7882         will be defined from the command line
7883
7884 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7885             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7886
7887         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7888         PCOP_RLCF was overwritten!
7889         * gen.c (genSkip): commented out calls to pic16_emitcode,
7890         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7891         * (genlshTwo),
7892         * (genRRC): added debugging info,
7893         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7894         overwritten while shifting,
7895         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7896         overwritten while shifting,
7897         * (AccLsh),
7898         * (AccRsh),
7899         * (shiftLLeftOrResult),
7900         * (shiftRLeftOrResult),
7901         * (shiftRLong),
7902         * (shiftLLong): Implemented with pic16_emitpcode
7903         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7904         * (genLeftShift): Fixed bug, operand for shift by variable always
7905         was "and"ed with 0x0f,
7906         * (genLeftShiftLiteral),
7907         * (genrshTwo),
7908         * (genRightShiftLiteral): added debugging info,
7909         * (genrshFour): added comment,
7910         * (genRightShift): determined signedness from operand "left"
7911         instead of "result"
7912
7913 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7914
7915         * src/SDCCicode.c (geniCodeParms),
7916         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7917         function pointers, fixed function pointer bugs #861242 and #861896
7918
7919 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7920
7921         * device/include/c8051f000.h,
7922         * device/include/c8051f120.h,
7923         * device/include/c8051f300.h: added header files for Silicon
7924         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7925
7926 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7927
7928         * src/SDCCast.c (processParams): added new type flow and restructured
7929         (gatherAutoInit): added new type flow
7930         (addCast): cosmetic changes
7931         (getLeftResultType): added new type flow for array indices, patch
7932         provided by Stas, see FR #877103
7933         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7934         array index patch by Stas
7935         * src/SDCCast.h: added prototype getResultTypeFromType()
7936         * src/SDCCval.h,
7937         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7938         * src/pic/glue.c (pic14emitStaticSeg),
7939         * src/pic16/glue.c (pic16emitStaticSeg),
7940         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7941         for initialization of symbols
7942         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7943         * support/Util/SDCCerr.h:
7944         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7945         * .version: bumped version number to 2.3.8
7946         * device/include/Makefile.in (install),
7947         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7948         avoid warnings
7949
7950 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7951
7952         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7953         Slade Rich fixed an optimization bug
7954         * src/pic/pcodepeep.c,
7955         * src/pic/pcoderegs.c
7956         * doc/Makefile (install): added test for directory
7957
7958 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7959
7960         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7961         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7962         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7963         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7964         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7965         * as/mcs51/asexpr.c (term),
7966         * as/hc08/asexpr.c (term): fixed bug #887146
7967
7968 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7969
7970         * src/z80/gen.c (genMult): handle single byte result product
7971         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7972         DUMMY_READ_VOLATILE (fixed bug #886367)
7973
7974 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7975
7976         * support/regression/tests/libmullong.c: fixed logic, on little endian
7977         hosts we ended without a mullong_wrapper()
7978
7979 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7980
7981         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7982         virus/worm forged address usage.
7983
7984 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7985
7986         Fixed promotion, it should be done on AST level:
7987         * src/SDCCast.c (addCast): added promotion to int
7988         (decorateType): updated call to upCast()
7989         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7990         usualUnaryConversions()
7991
7992 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7993
7994         * support/regression/tests/literalop.c (mulWrapper): Added a
7995         wrapper to remove integer overflow warnings.
7996
7997         * support/regression/tests/float_trans.c: Made work on host.
7998
7999         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
8000         location of sz80.
8001
8002         * support/regression/generate-cases.py (main): Changed from inline
8003         to a main method.
8004
8005         * doc/Makefile (install): Changed to depth first to get rid of
8006         missing directory install warning.
8007
8008         * as/Makefile (install-doc): Made work on Mac.
8009
8010 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
8011
8012         * src/SDCCast.c: added an additional type flow in decorateType() of
8013         opposite direction, see feature request #860006; it's enabled at runtime
8014         by setting the environment variable SDCC_NEWTYPEFLOW
8015         * src/SDCCast.h: changed prototype of decorateType()
8016         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
8017         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
8018         'char' to 'int' can be omitted, if both operands are 'unsigned char';
8019         see feature request #877103
8020         * src/SDCCval.c: updated call of decorateType()
8021         (valBitwise): fixed bug #882876
8022         (valMinus): added promotion
8023         (valLogicAndOr): result is unsigned
8024         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
8025         * src/SDCCsymt.c (computeType),
8026         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
8027         must not cause an unsigned operation
8028         * src/pic/glue (pic14emitRegularMap),
8029         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
8030
8031 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
8032
8033         * src/pic/pcode.c (PCodeID): commented out left over debug code
8034
8035 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
8036
8037         * support/valdiag/tests/overflow.c: added shift tests
8038         * src/pic/device.c,
8039         * src/pic/gen.c,
8040         * src/pic/gen.h,
8041         * src/pic/glue.c,
8042         * src/pic/main.c,
8043         * src/pic/pcode.c,
8044         * src/pic/pcode.h,
8045         * src/pic/pcodepeep.c,
8046         * src/pic/pcoderegs.c,
8047         * src/pic/ralloc.c,
8048         * src/pic/ralloc.h: applied patch from Slade Rich;
8049         added support for multiple code pages and multiple RAM banks on the
8050         PIC 14 port. The ASM files now no longer simply assume all the
8051         code / RAM are in the same page / bank. This means the linker can
8052         safely allocate code/RAM of separate ASM files to different pages/banks.
8053         * doc/sdccman.lyx: added Slade's tips
8054         * src/mcs51/peeph.def: fixed bug #880768
8055
8056 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8057
8058         * src/hc08/ralloc.c (rematStr): fixed bug #879282
8059         * src/SDCCast.c (decorateType): fixed bug #880197
8060
8061 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
8062
8063         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
8064         getopt.h.
8065
8066         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
8067         strtof is not part of C89 and isn't included with Mac OS X.
8068
8069 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8070
8071         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
8072         shiftL2Left2Result): fixed bug #879326
8073         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
8074         (genMultOneByte): fixed bug in signed vs unsigned multiplication
8075         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
8076         address fetch for clr instruction
8077         * device/lib/hc08/_mulint.c: created optimized assembly version
8078         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
8079
8080 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
8081
8082         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
8083         proposed in FR #877103
8084
8085 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
8086
8087         * src/SDCCval.c (cheapestVal): added missing checks
8088         * src/SDCCicode.c (usualBinaryConversions): fixed condition
8089         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
8090
8091 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
8092
8093         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
8094         equal operands
8095
8096 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
8097
8098         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
8099         loaded with the linker search paths (-L arguments) and the libraries
8100         to be linked with the current source (-l arguments). Changes
8101         currently will affect only the pic16 port.
8102         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
8103         include path the port specific paths and port specific libraries,
8104         * gplink command now contains the $3 argument,
8105         * src/pic16/device.h,
8106         * src/pic16/device.c,: structure PIC_device is made public and
8107         renamed to PIC16_device, the same for variable Pics which is renamed
8108         to Pics16. Updated all references to them.
8109         * src/pic16/glue.c (pic16glue): corrected bug with code
8110         initialization which bypassed the variable initializations block.
8111
8112         * device/lib/pic16/Makefile.rules: removed --penable-stack from
8113         COMPILE_FLAGS and added the --nostdinc option
8114
8115 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8116
8117         * device/include/mc68hc908jb8.h: Register defs for another member
8118         of the hc08 family. Contributed by Bjorn Bringert - thanks!
8119
8120 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
8121
8122         Documenting changes from previous commits.
8123         * configure.in (version 1.56),
8124         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
8125         when generating output files to configure the pic16 library,
8126         but now I've commented it out, since gputils aren't installed in the
8127         SF compile farm, so library won't compile
8128
8129         * device/lib/Makefile.in (version 1.56): initially I've added in
8130         target 'all' the prerequestive 'model-pic16' so it compiled the
8131         pic16 library, but now I've commented it out for the same reasons
8132         above,
8133         * added targets 'model-pic16' and 'objects-pic16' to compile the
8134         library
8135         * added target 'port-specific-objects-pic16' to handle the
8136         generated libraries and copy them into the build/ directory
8137         * added target 'clean-intermediate-pic16' to clean intermediate
8138         files into pic16 directory
8139         * in target 'installdirs' added line to create directory pic16 in
8140         the installation path
8141
8142         * device/include/Makefile.in (version 1.11): in target 'install'
8143         added lines to copy all header files to installation path,
8144         * in target 'installdirs' added line create directory for pic16
8145         headers in the installation path
8146
8147 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
8148
8149         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
8150          a function call
8151
8152 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
8153
8154         * configure,
8155         * device/lib/configure.in,
8156         * device/lib/configure: fixed for autoconf 2.57
8157
8158 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8159
8160         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8161         option so that it actually works. Made it specific to the z80, since
8162         the gbz80 doesn't have these kinds of I/O ports.
8163
8164 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8165
8166         * device/include/z180.h,
8167         * device/lib/_memcpy.c,
8168         * device/lib/_memmove.c,
8169         * device/lib/_mulint.c,
8170         * device/lib/ser_ir.c,
8171         * device/lib/ser_ir_cts_rts.c,
8172         * device/lib/_strcmp.c,
8173         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8174         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8175         portmode; added deprecation warning for bank= and protmode= forms.
8176         Also, guard against buffer overflow.
8177         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8178
8179 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8180
8181         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8182         changed interrupt vector table generation to only emit declared vectors.
8183         * device/include/Makefile.in: added missing backslash
8184         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8185
8186 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8187
8188         Mainly changes to support compilation of the device libraries
8189         * src/pic16/device.c: stack is allocated via symbol and not
8190         via literal number. The symbol is placed in the corresponding
8191         position of the data ram
8192         * (pic16_dump_section): relocatable and absolute uninitialized
8193         data are now emitted in sorted order to reduce section naming,
8194         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8195         weren't marked as being in the access bank,
8196
8197 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8198
8199         Added portion of GNU PIC Library under the directory
8200         device/include/pic16 and device/lib/pic16. These files
8201         contain the declarations of SFRs for the PIC18Fxx2 devices.
8202         The directory is initialized via configure from toplevel.
8203
8204 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8205
8206         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8207         the spilllocations to be compared correctly
8208
8209 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8210
8211         * src/SDCCast.c (decorateType): fixed bug introduced today
8212
8213 2004-01-12  Borut Razem <borut.razem AT siol.net>
8214
8215         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8216         doc/sdccman.lyx: upper case pragmas are deprecated
8217
8218 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8219
8220         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8221         in simpler and even better code
8222
8223 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8224
8225         * src/SDCCicode.c (operandOperation): fixed bug #874819
8226         * src/SDCCast.c (decorateType): fixed
8227         char foo (unsigned long ul) { return ul > 0; }
8228
8229 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8230
8231         * doc/sdccman.lyx: Moved and added some sections, small changes
8232         all over. Telling LaTeX to be less strict with word spacing
8233         to better keep the right margin. Changed some notes about
8234         maintainance of the ports in section 3.2.1 - is it OK like this?
8235
8236 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8237
8238         SDCC source changes:
8239         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8240         convilong): modified to inform the pic16 port that builtin functions
8241         are external
8242
8243         PIC16 PORT specific changes:
8244         * src/pic16/device.c pic16_dump_equates() added,
8245         processor registers declared internally by the port are emitted in
8246         the translation as equates,
8247         * src/pic16/gen.c: inline code is passed unprocessed to the
8248         translation,
8249         * (pic16_popGetLit2): fnuction modified to take second operand as
8250         pCodeOp pointer and not as literal,
8251         * (popRegFromIdx): prefixed with pic16_,
8252         * (pic16_popCombine2): modified to receive already allocated pCode
8253         operands,
8254         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8255         * (genFunction): initializes local stack frame and pushes on stack
8256         all the registers used by this function,
8257         * (genEndFunction): restores all registers from stack and restores
8258         stack frame,
8259         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8260         improvements,
8261         * (pic16glue): changed the program startup sequence,
8262         * added new dbName code 'A' for functions placed in absolute section
8263         * src/pic16/main.c: added function attribute _naked,
8264         * added pragma 'code' to place a fnuction at an absolute address,
8265         * added command line arguments --debug-ralloc and --pcode-verbose,
8266         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8267         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8268         * (pic16_newpCodeOpLit2): modified to take the second operand as
8269         pCodeOp pointer,
8270         * (pic16_printpBlock): modified to emit each function in a separate
8271         section,
8272         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8273         UPPER for immediate operands,
8274         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8275         instruction,
8276         * src/pic16/peeph.def: all peepholes with movff are commented out,
8277         because there is a problem in the pcode peep optimizer,
8278         * src/pic16/ralloc.c: the register allocator can now reuse local
8279         function symbols for another function. This saves register usage.
8280         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8281
8282         Added file src/pic16/NOTES with information about program writing on
8283         the current port version.
8284
8285 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8286
8287         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8288         and peephole 252 (array access)
8289
8290 2004-01-09  Borut Razem <borut.razem AT siol.net>
8291
8292         * src/SDCCmain.c : fixed #872250: -l command line defined library
8293           files are scanned before standard library files
8294
8295 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8296
8297         * src/SDCCast.c (decorateType): fixed bug #874046
8298
8299 2004-01-09  Borut Razem <borut.razem AT siol.net>
8300
8301         * support/scripts/sdcc.nsi: remove previous installation
8302
8303 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8304
8305         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8306         bytes for last interrupt vector (mcs51)
8307         * sdcc.spec: fixed typo
8308
8309 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8310
8311         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8312         gen51Code): more efficient parameter receive for --model-large
8313         ("bug" #845294)
8314
8315 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8316
8317         * src/ds390/main.c,
8318         * src/z80/main.c: added missed needLinkerScript flags (more than
8319         one port structure defined in these file)
8320         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8321         bug #795325
8322
8323 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8324
8325         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8326         * src/port.h: added flag needLinkerScript in port->linker
8327         structure to inform whether to create a .lnk file or not,
8328         * src/avr/main.c,
8329         * src/ds390/main.c,
8330         * src/hc08/main.c,
8331         * src/mcs51/main.c,
8332         * src/pic/main.c,
8333         * src/pic16/main.c,
8334         * src/xa51/main.c,
8335         * src/z80/main.c: changed appropriately to configure
8336         needLinkerScript flag
8337         * src/pic/gen.c,
8338         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8339         * src/pic/glue.c: added variable udata_section_name to
8340         override default uninitialized data segment definition for
8341         devices only with SHAREBANK memory (reported from Erik Epetrich)
8342         * (pic14emitOverlay): modified to emit a commented overlay segment
8343         directive when no overlay data exist
8344         * (picglue): modified to emit uninitialized data segment
8345         according to udata_section_name
8346         * src/pic/main.c (_pic14_parseOptions): added command line
8347         options --udata-section-name=[name] to override default
8348         udata definition name
8349         * modified _linkCmd and _asmCmd to include compiler passed
8350         arguments via -W option
8351         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8352         object file from '.rel' to '.o' in port->linker structure,
8353         changed size of fptr from 2 to 3 in port structure
8354
8355 2004-01-07  Borut Razem <borut.razem AT siol.net>
8356
8357         * support/scripts/sdcc.nsi: update PATH
8358         * support/scripts/sdcc.ico: craeted
8359
8360 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8361
8362         * device/include/Makefile.in: fix install
8363         * doc/Makefile: fix install
8364
8365 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8366
8367         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8368         in bug #860505
8369         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8370         how the function variable allocation summary is displayed; also
8371         include information about variables allocated to the overlay
8372         segment
8373
8374 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8375
8376         * as/mcs51/lkmain.c: Help about -Y option
8377         * as/mcs51/lkarea.c: Fixed gcc warnings
8378
8379 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8380
8381         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8382         fixed warning
8383         * support/valdiag/tests/overflow.c: added
8384         * src/SDCCast.c (decorateType),
8385         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8386         LEFT_OP (left shift)
8387
8388 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8389
8390         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8391         (default behaviour).
8392
8393 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8394
8395         A python script to validate compiler diagnostic messages. It can be
8396         used to verify that sdcc complains about bad c source code and
8397         gives a good location of the error.
8398         * support/valdiag/Makefile,
8399         * support/valdiag/valdiag.py,
8400         * support/valdiag/tests/*
8401
8402 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8403
8404         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8405         * src/SDCCsymt.c (newEnumType),
8406         * src/SDCCsymt.h
8407         * support/Util/SDCCerr.c,
8408         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8409         enum related bugs.
8410         * support/regression/tests/enum.c: added test for enum values that
8411         require at least 2 bytes of storage.
8412
8413 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8414
8415         * src/common.h: added ifndef/define/endif macros
8416         around the header file.
8417         Bug reported from Jesus Calvino-Fraga
8418
8419 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8420
8421         * sdcc.spec: updated
8422         * device/include/Makefile.in: don't install CVS directories
8423         * device/lib/Makefile.in: added removal of CVS directories after install
8424         * doc/Makefile: fixed install, added local_icons
8425         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8426         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8427         * src/ds390/gen.c (genRightShift): fixed bug #870788
8428         * src/SDCCast.c (decorateType): fixed bug #870781
8429
8430 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8431
8432         PIC16 port related changes:
8433         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8434         added variable stackPos,
8435
8436         * gen.c: genCall, assignResultValue: added support for
8437         pushing/retrieving function parameters to/from stack,
8438         genFunction,genEndFunction: setup stack frame for the
8439         generated function,
8440         genAddrOf: will be changed according to bug 863624
8441
8442         * added files genutils.c and genutils.h which contain gen*
8443         debugged and optimised functions extracted from gen.c
8444
8445         * glue.c: added variable 'externs' which holds extern symbols,
8446         pic16emitRegularMap: is modified to properly handle relocatable
8447          symbols under the new scheme,
8448         pic16createInterruptVect: is modified
8449         pic16printPublics: is modified to emit 'global' assembler directives,
8450         added pic16_printExterns to print extern symbols,
8451         pic16glue: initializes stack/frame pointer in the beginning of
8452         the assembly output. Temporary hack, will be corrected later,
8453         because gplink yet does not support stack and SDCC does not
8454         yet support a type of crt0.o object to create the final binary.
8455
8456         * Removed many lines that contain 8051 legacy code.
8457         * The code is finally placed under a 'code' directive.
8458         * Added port specific options.
8459
8460         * _process_pragma: simplified since now we do not need *special*
8461         include file to define SFR registers. But a separate header
8462         will be needed. This will be developed later.
8463         * _pic16_parseOptions: added, parses port specific options:
8464         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8465         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8466         --preplace-udata-with=
8467
8468         * _pic16_setDefaultOptions: modified to initialize section names,
8469         but hack is temporarly out of order since it needs improvement.
8470         * _pic16_genAssemblerPreamble: configuration words are emitted by
8471         their address instead of their name. This part is incomplete and
8472         supports only the 18Fxx2 devices. Other devices will emit an error
8473         during assembly since they do not contain the same set of config
8474         registers
8475         * _pic16_genIVT: is modified,
8476
8477         * pcode.c: added definitions for some hardware registers that are needed
8478         for stack support
8479         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8480         All PCI entries are updated. Now LFSR is supported.
8481         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8482         * added pic16_newpCodeOpLit2 to support instructions with
8483         two literal arguments
8484         * pic16_pCode2str: corrected code that emits assembler instructions
8485         with two literal operands and those that have an access bit modifier
8486         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8487         this fixes a bug which caused some labels to be lost, when an
8488         assembler directive was added, i.e. banksel,
8489         * pic16_FixRegisterBanking: improved logic that causes the insertion
8490         of bank switching,
8491         * InlineFunction: functions that are called once, are not any more
8492         inlined. This can be a port option in the future,
8493
8494         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8495
8496         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8497         hold the corresponding uninitialized symbols,
8498         * pic16_allocProcessorRegister: registers have explicit marked the
8499         accessBank field,
8500         * pic16_allocInternalRegister: registers are explicit marked as
8501         not used,
8502         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8503         processing list, so bit registers were lost,
8504         *
8505
8506         * ralloc.h: added field 'accessBank' and original symbol operand
8507         in register definition,
8508         * removed the field isMapped from register definition,
8509
8510         ** Several functions have been removed from various sources:
8511         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8512         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8513         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8514         pic16_assignRelocatableRegisters
8515
8516         ** others have been introduced:
8517         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8518         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8519
8520 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8521
8522         * support/scripts/inc2h.pl: changed definition of BIT_AT
8523         to emit 'sbit at' instead of 'bit at'. This was a request.
8524
8525         PIC16 port related preliminary changes:
8526         * gen.c: prefixed function popRegFromString with
8527         pic16_ and all references to it corrected
8528         * pcode.c: all pic16_pc_* hardware registers prefixed
8529         with underscore (_),
8530         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8531         * ralloc.c: newReg(): when register is REG_SFR then
8532         set address to rIdx,
8533         pic16_allocProcessorRegister(): marks register wasUsed=0
8534         pic16_writeUsedRegs(): added a call to assign processor
8535         registers via pic16_assignFixedRegisters
8536
8537 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8538
8539         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8540         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8541         variables in unused register banks.  Also the SSEG is placed
8542         wherever there is enough space for it, and IDATA can be anywhere
8543         in internal RAM.  For now compile using -Wl-Y[stack_size].
8544         The mem file is different for this option as well, since it
8545         makes no sense of talking about DSEG lenght.
8546
8547 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8548
8549         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8550         in certain cases, e.g. when ROM assignment, patch provided
8551         from Albert den Haan.
8552
8553 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8554
8555         Many signedness and type propagation fixes:
8556         * src/SDCCicode.c: made geniCodeCast() static
8557         replaced SPEC_ by IS_ (cosmetic)
8558         (operandOperation): fixed div and mod operation
8559         (usualBinaryConversions): added support for promotion of char
8560         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8561         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8562         (geniCodeAdd): an array index will stay unsigned, even if promoted
8563         from char to int
8564         (geniCodeArray): ditto
8565         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8566         * src/SDCCsymt.c (computeType): added more support for char;
8567         promotion of char is selectable by promoteCharToInt, fixed signedness
8568         for all cases
8569         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8570         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8571         * src/SDCCval (val*): replaced signedness calculation by
8572         computeType()
8573         rearranged if-branches (cosmetic)
8574         (valShift): added warning W_SHIFT_CHANGED
8575         (valCompare): fixed problem with different types
8576         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8577         * support/regression/tests/literalop.c: added many cases
8578         * support/regression/tests/ast_constant_folding.c: changed finally to
8579         'unsigned int'
8580         * .version: new year, new version: 2.3.7
8581         * src/SDCCmain.c (main): applied patch #866468
8582         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8583         provided by Scott Bronson
8584         * doc/sdccman.lyx: updated documentation for sdcdb
8585         updated and added chapter tips
8586
8587 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8588
8589         * src/SDCCsymt.h: missing from yesterday's commits
8590
8591 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8592
8593         * src/SDCC.y (struct_or_union_specifier),
8594         * support/Util/SDCCerr.c,
8595         * support/Util/SDCCerr.h: verify that struct & union tags are used
8596         as declared.
8597
8598 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8599
8600         * src/SDCCglobl.h: missing from yesterday's commits
8601
8602 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8603
8604         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8605         sft_attributes, struct_declaration, parameter_declaration,
8606         type_name, start_block, declaration_list),
8607         * src/SDCC.lex (check_type): support redefinition of typedef names
8608
8609 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8610
8611         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8612         aligned xdata arrays. Erik helped me with the if clause.
8613
8614 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8615
8616         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8617         warning
8618
8619 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8620
8621         * src/SDCCast.h,
8622         * src/SDCCast.c (newAst_),
8623         * src/SDCCicode.h,
8624         * src/SDCCicode.c (ast2iCode, newiCode),
8625         * src/SDCCglobl.h,
8626         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8627         expr, statement, expression_statement, selection_statement,
8628         iteration_statement, expr_opt, jump_statement): foundation for tracking
8629         sequence points
8630         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8631         point code too)
8632
8633 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8634
8635         * support/Util/SDCCerr.c,
8636         * src/SDCCast.h,
8637         * src/SDCCast.c (createCase, createDefault, decorateType),
8638         * src/SDCClabel.c (labelUnreach),
8639         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8640         to error messages.
8641         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8642         (with thanks to Stas Sergeev)
8643         * device/include/time.h,
8644         * device/lib/time.c (CheckTime): suppress unreachable code warning
8645
8646 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8647
8648         * src/SDCCast.c (createIvalCharPtr),
8649         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8650         bug #753752)
8651         * support/regression/tests/nullstring.c: tests for these two bugs
8652
8653 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8654
8655         * support/Util/SDCCerr.h,
8656         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8657         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8658         about storage class and 'at' used inside struct or union
8659         * src/SDCCBBlock.c (iCodeFromeBBlock),
8660         * src/SDCCcse.c (ifxOptimize),
8661         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8662         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8663         printIval, emitStaticSeg, emitOverlay),
8664         * src/SDCClabel.c (deleteIfx),
8665         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8666         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8667         gatherAutoInit, processParms),
8668         * support/Util/SDCCerr.h,
8669         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8670         reporting for post-parse errors.
8671
8672 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8673
8674         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8675         implicit casts via union; they don't work on big endian systems
8676         (possible fix for bug #861138)
8677
8678 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8679
8680         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8681         * src/mcs51/main.c: fixed the fix for bug #737001
8682
8683 2003-12-15  Borut Razem <borut.razem AT siol.net>
8684
8685         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8686
8687 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8688
8689         * support/makebin/makebin.c: put output in binary mode
8690
8691 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8692
8693         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8694         xdata and data memory on startup. Set the environment variable
8695         SDCC_NOGENRAMCLEAR to disable this.
8696         * src/mcs51/peephole.def,
8697         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8698         (allows non-interrupt and interrupt code to safely compete for a resource
8699         without the non-interrupt code having to disable interrupts)
8700
8701 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8702
8703         * src/SDCCicode.c (geniCodeAdd),
8704         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8705         with valFromType if type might be a pointer and host is big endian).
8706         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8707         types, not just integer types.
8708         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8709         multiply defined with mismatching "at" address.
8710
8711 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8712
8713         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8714         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8715         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8716         with embedded nulls (fixed bug #753752)
8717
8718 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8719
8720         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8721         Apparently this did not see much testing (endless loop)
8722
8723 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8724
8725         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8726
8727 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8728
8729         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8730         gracefully handle NULL memmap pointers
8731
8732 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8733
8734         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8735         instead of deleting the iCode when an operand is volatile
8736         * src/z80/gen.c (genDummyRead),
8737         * src/mcs51/gen.c (genDummyRead),
8738         * src/ds390/gen.c (genDummyRead),
8739         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8740         not just IC_RIGHT
8741         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8742         * src/SDCC.y: fixed bug #850420
8743
8744 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8745
8746         Applied z80 i/o port patch from Peter Townson and fixed some operators
8747         to better handle operands in A register.
8748         * device/include/z180.h
8749         * src/SDCC.y
8750         * src/SDCCglue.c
8751         * src/z80/gen.c
8752         * src/z80/gen.h
8753         * src/z80/main.c
8754         * src/z80/peeph-z80.def
8755         * src/z80/peeph.def
8756         * src/z80/z80.h
8757
8758 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8759
8760         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8761
8762 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8763
8764         * device/lib/hc08/_mullong.c: Removed extra #endif
8765
8766 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8767
8768         * sim/ucsim/hc08.src/inst.cc,
8769         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8770         carries from x to h
8771         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8772         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8773         * device/include/stdarg.h: fixed varargs for hc08
8774         * device/lib/Makefile.in,
8775         * device/lib/hc08/Makefile,
8776         * device/lib/hc08/_mulint.c,
8777         * device/lib/hc08/_mullong.c: fixed some endian problems
8778
8779 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8780
8781         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8782         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8783         * device/lib/_gptrget.c,
8784         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8785
8786 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8787
8788         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8789         * src/SDCCast.c (astErrors): fixed bug #846007
8790         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8791
8792 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8793
8794         * src/SDCCast.c (decorateType): disabled a transformation I added in
8795         revision 1.188 (access to fields of a structure at an absolute address);
8796         it breaks with bitfields, extern declarations, and gcse analysis.
8797         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8798         could be assigned through a pointer, so don't complain.
8799         * src/SDCCast.c (astErrors),
8800         * src/SDCCast.h,
8801         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8802
8803 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8804
8805         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8806         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8807         output of __config directives, since gpasm now supports them
8808         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8809         pre-processor macro, i.e. -DMCU=p18f452
8810         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8811         and modified to handle 'cast' icode similarly to '=' icode
8812         * src/pic16/device.h (typedef struct PIC_device): added field
8813         'extMIface' to indicate that chip has external memory interface
8814         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8815         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8816         18F8720
8817
8818 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8819
8820         * src/SDCC.y (pointer): fixed bug #846006
8821         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8822         * src/SDCCast.c (decorateType): fixed bug #846009
8823         * src/ds390/peeph.def,
8824         * src/ds390/gen.c (genAnd, genOr),
8825         * src/mcs51/peeph.def,
8826         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8827
8828 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8829
8830         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8831         * src/SDCCdflow.c
8832         * src/SDCCcse.c
8833         * src/SDCCcse.h
8834         * src/SDCCBBlock.h
8835         * src/SDCCBBlock.c
8836
8837 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8838
8839         fixed bug #845089
8840         * src/SDCCbitv.h,
8841         * src/SDCCbitv.c: added function to free a bitvector
8842         * src/SDCClrange.h,
8843         * src/SDCClrange.c: added function to recompute the liveranges
8844         * src/avr/ralloc.c,
8845         * src/ds390/ralloc.c,
8846         * src/hc08/ralloc.c,
8847         * src/mcs51/ralloc.c,
8848         * src/pic/ralloc.c,
8849         * src/pic16/ralloc.c,
8850         * src/xa51/ralloc.c,
8851         * src/z80/ralloc.c: recompute the liveranges after register packing
8852
8853 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8854
8855         * src/SDCCloop.c (newInduction): fixed bug #845630
8856
8857 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8858
8859         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8860         inadvertantly left behind from my 2003-11-12 change
8861
8862 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8863
8864         Updated headers I neglected to commit yesterday.
8865         * src/SDCClrange.h,
8866         * src/SDCCicode.h
8867
8868 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8869
8870         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8871         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8872         * src/SDCCopt.c (eBBlockFromiCode),
8873         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8874         the creation of the key hash table from the sequencing so it can be used
8875         earlier (for some GCSE bug fixes still pending)
8876
8877 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8878
8879         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8880         * support/regression/tests/addsub.c: testing genPlus shortcut
8881
8882 2003-11-15  Borut Razem <borut.razem AT siol.net>
8883
8884         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8885
8886 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8887
8888         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8889         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8890         ordering is immaterial.
8891         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8892
8893 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8894
8895         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8896         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8897         (SIGSEV) of bug #840381
8898         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8899         unlink new file before rename if new and old filenames are the same)
8900
8901 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8902
8903         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8904         uninitialized variables) for the mcs51. Set environment variable
8905         SDCC_GENRAMCLEAR to test.
8906         xdata initialization slightly shorter
8907
8908 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8909
8910         * src/SDCCsymt.h,
8911         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8912         #838241 & 780691 (basicly the same bug)
8913         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8914         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8915
8916 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8917
8918         * src/SDCCmain.c (linkEdit): "fix" #834252
8919
8920 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8921
8922         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8923         * src/SDCCast.h,
8924         * src/SDCC.y: fixed bug #819403
8925
8926 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8927
8928         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8929         the reentrant attribute.
8930         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8931         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8932         simulation
8933         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8934         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8935         erroneously reduced to a literal.
8936         * src/hc08/ralloc.c (packRegisters, rematStr),
8937         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8938         some cases
8939
8940 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8941
8942         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8943         * doc/sdccman.lyx: changed from 'article' to 'book'
8944         * doc/Makefile: readded test_suite_spec and cdbfileformat
8945
8946 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8947
8948         * device/include/stdlib.h: include malloc.h to comply with ANSI
8949         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8950
8951 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8952
8953         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8954         * doc/clean.mk: also remove *.out files
8955         * doc/sdccman.lyx: some additions, larger top/bottom margins
8956
8957 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8958
8959         * src/SDCC.y: fixed bug #837365
8960         * support/regression/tests/bitopcse.c
8961         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8962         a symbol (might be valop instead)
8963         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8964         * device/lib/clean.mk: added hc08 to the cleaning list
8965
8966 2003-11-04  Borut Razem <borut.razem AT siol.net>
8967
8968         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8969           made 2003-11-04
8970         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8971           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8972           malloc is declared in standard stdlib.h
8973
8974 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8975
8976         * device/lib/hc08/Makefile: need to clean .rel not .o files
8977         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8978
8979 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8980
8981         * src/port.h,
8982         * src/hc08/main.c,
8983         * src/mcs51/main.c,
8984         * src/ds390/main.c,
8985         * src/z80/main.c,
8986         * src/avr/main.c,
8987         * src/pic/main.c,
8988         * src/pic16/main.c,
8989         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8990         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8991         tests (which uses the port's oclsExpense function)
8992         * src/SDCC.y,
8993         * src/SDCCast.c,
8994         * src/SDCCicode.c,
8995         * src/hc08/gen.c,
8996         * src/ds390/gen.c,
8997         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8998
8999 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9000
9001         * src/SDCCcse.c (ifxOptimize),
9002         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
9003         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
9004         deleting the IFX iCode.
9005         * src/hc08/ralloc.c: reduced unneeded slocs
9006         * src/hc08/gen.c: fixed bug in asmopToBoolean
9007
9008 2003-11-04  Borut Razem <borut.razem AT siol.net>
9009
9010         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
9011           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9012           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
9013           transferred to configure
9014
9015 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
9016
9017         Use headers defined in the C[++] standards:
9018         * sim/ucsim/gui.src/serio.src/fileio.cc
9019         * sim/ucsim/gui.src/serio.src/frontend.cc
9020         * sim/ucsim/gui.src/serio.src/main.cc
9021         * sim/ucsim/gui.src/serio.src/posix_signal.cc
9022         * support/Util/NewAlloc.c
9023         * as/hc08/lklibr.c
9024         * as/mcs51/lklibr.c
9025         * as/z80/aslist.c
9026         * as/z80/assym.c
9027
9028 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9029
9030         * Added MSVC projects for hc08 assembler and linker:
9031         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
9032         /as/hc08/link_hc08.dsp
9033
9034 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
9035
9036         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
9037
9038 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
9039
9040         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
9041
9042 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9043
9044         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
9045
9046 2003-10-31  Borut Razem <borut.razem AT siol.net>
9047
9048         * support/cpp2/cpplib.h,
9049           support/cpp2/cpplib.c,
9050           support/cpp2/cpplex.c,
9051           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
9052           to switch _asm block preprocessing on / off. Default is
9053           #pragma preproc_asm +
9054
9055 2003-10-31  Borut Razem <borut.razem AT siol.net>
9056
9057         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
9058           when outputting comment blocks (when executed with -C option) and
9059           _asm (SDCPP specific) blocks
9060
9061 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9062
9063         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
9064
9065 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
9066
9067         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
9068
9069 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
9070
9071         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
9072         * src/SDCCast.c (decorateType): fixed bug #832664
9073
9074 2003-10-31  Borut Razem <borut.razem AT siol.net>
9075
9076         * support/cpp2/cpplex.c: fixed for SDCPP:
9077           comments(when executed with -C option) and _asm blocks
9078           were included even if they where in skipped #if block.
9079           Applied solution from GCC cpp 3.3.2
9080
9081 2003-10-31  Borut Razem <borut.razem AT siol.net>
9082
9083         * src/SDCC.lex: sdcc now understands both formats:
9084           '# <line_number> <file_name>' and
9085           '#line <line_number> <file_name>'
9086         * support/cpp2/cppmain.c: sdcpp now generates the standard
9087           '# <line_number> <file_name>' instead of former
9088           '#line <line_number> <file_name>'
9089
9090 2003-10-30  Borut Razem <borut.razem AT siol.net>
9091
9092         * support/cpp2/cpphash.h,
9093         * support/cpp2/cpplib.h
9094         * support/cpp2/cpplex.c,
9095         * support/cpp2/cppmain.c,
9096         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
9097
9098 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9099
9100         Fixed a number of problems revealed by bug #827883.
9101         * src/SDCCloop.c (loopInvariants): Spill location of the
9102         result operand should be recomputed if extracted from
9103         a loop. Also, don't extract assignments of an iTemp
9104         from a literal.
9105         * src/SDCCast.c (isConformingBody): loop reversal should
9106         not occur if the control variable is involved with a
9107         relational operator.
9108
9109 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
9110
9111         * .version: bumped to 2.3.6 to reflect the big improvements
9112         made by Erik and Klaus. Thanks!
9113
9114 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
9115
9116         Replaced the livrange code.
9117         * src/SDCClrange.c: added new LR code
9118         * src/SDCCloop.c,
9119         * src/SDCCBBlock.h: removed remainig parts from old LR code
9120         * src/ds390/ralloc.c,
9121         * src/ds390/gen.c: minor fixes to make it work with new code
9122
9123 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9124
9125         * as/hc08/asm.h,
9126         * as/hc08/lkrloc.c,
9127         * src/hc08/gen.c,
9128         * src/hc08/ralloc.c: Fix various warnings related to the hc08
9129         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
9130         (tweaked fix for bug #818696)
9131
9132 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9133
9134         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
9135
9136 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9137
9138         * src/SDCCmain.c,
9139         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
9140         * src/mcs51/gen.c (gencjneshort),
9141         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
9142         more efficient (per Scott Bronson's suggestion)
9143
9144 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9145
9146         Extended the semantics of the critical keyword to include
9147         individual statements. See RFE #827755 and #799831
9148         * src/SDCC.y
9149         * src/SDCCicode.c
9150         * src/SDCCopt.c
9151         * src/SDCCast.c
9152         * support/Util/SDCCerr.c
9153         * support/Util/SDCCerr.h
9154         * src/mcs51/gen.c
9155         * src/ds390/gen.c
9156         * src/hc08/gen.c
9157
9158 2003-10-19  Borut Razem <borut.razem AT siol.net>
9159
9160         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9161
9162 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9163
9164         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9165         Fixed bug #818696
9166         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9167         and predecrement operand is displayed
9168
9169 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9170
9171         * src/SDCCval.c (valMinus): fixed bug #826041
9172
9173 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9174
9175         Some hc08 related updates that I missed earlier
9176         * sim/ucsim/stypes.h
9177         * support/regression/ports/hc08/spec.mk
9178
9179 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9180
9181         New target "hc08" for the Motorola 68hc08 family of micros
9182
9183         * configure
9184         * configure.in
9185         * Makefile
9186         * src/hc08/*
9187         * src/SDCCmain.c
9188         * src/port.h
9189         * sim/ucsim/hc08.src/*
9190         * sim/ucsim/configure.in
9191         * src/ucsim/configure
9192         * sim/ucsim/packages_in.mk
9193         * as/hc08/*
9194         * as/Makefile
9195         * device/include/mc68hc908qy.h
9196         * device/lib/hc08/*
9197         * device/lib/Makefile.in
9198         * support/regression/ports/hc08/*
9199         * support/regression/Makefile
9200
9201 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9202
9203         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9204         regression test
9205         * src/ds390/gen.c (genCast): fixed bug #821957
9206
9207 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9208
9209         * device/lib/logf.c: "fixed" overlay bug
9210         * support/regression/ports/host/spec.mk: added m library
9211         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9212         * support/regression/tests/float_trans: added (for Eric)
9213
9214 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9215
9216         * src/mcs51/gen.c (genCpl): fixed bug
9217         http://sf.net/mailarchive/message.php?msg_id=6263915
9218
9219 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9220
9221         * src/SDCCast.c (decorateType): added extended constant folding
9222         * src/SDCCsymt.c (computeType): cleanup
9223         * src/SDCCval.c (valShift): minor optimization
9224         * support/regression/tests/ast_constant_folding.c: added
9225
9226 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9227
9228         * src/SDCCmain.c: removed some unintended changes
9229
9230 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9231
9232         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9233         * src/z80/gen.c: fixed part of bug #817589
9234         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9235
9236 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9237
9238         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9239         * src/SDCCcflow.c
9240         * src/SDCCcse.c
9241         * src/SDCCdflow.c
9242         * src/SDCClabel.c
9243         * src/SDCClrange.c
9244         * src/SDCCmem.c
9245         * src/SDCCopt.c
9246         * src/SDCCpeeph.c
9247         * src/SDCCset.c
9248         * src/avr/ralloc.c
9249         * src/ds390/ralloc.c
9250         * src/izt/ralloc.c
9251         * src/mcs51/ralloc.c
9252         * src/pic/ralloc.c
9253         * src/pic16/ralloc.c
9254         * src/xa51/ralloc.c
9255         * src/z80/ralloc.c
9256         * src/z80/gen.c: removed unused label "release:"
9257
9258 2003-10-06  Borut Razem <borut.razem AT siol.net>
9259
9260         * src/SDCC.lex: removed definition of unused variables
9261           save_optimize and save_options
9262
9263 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9264
9265         * clean.mk: removed '=' in "-maxdepth=1"
9266         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9267         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9268
9269 2003-10-06  Borut Razem <borut.razem AT siol.net>
9270
9271         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9272           my_unput() replaced by unput()
9273
9274 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9275
9276         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9277         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9278         type-punned pointer will break strict-aliasing rules"
9279         Old LR behaviour is again default; Klaus' LR can be choosen by
9280         defining the environment variable LRKLAUS
9281         * src/SDCCBBlock.h
9282         * src/SDCCloop.c
9283         * src/SDCClrange.c
9284         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9285         * clean.mk: fixed removal of files in bin/CVS/
9286         * device/lib/clean.mk: fixed removal of directories small and large
9287         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9288         * src/SDCCicode.c,
9289         * src/SDCCval.c: removed superflous test for pedantic
9290
9291 2003-10-05  Borut Razem <borut.razem AT siol.net>
9292
9293         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9294           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9295           message "unmatched #pragma SAVE and #pragma RESTORE"
9296
9297 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9298
9299         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9300           assembly, critical functions, atomic, nojtbound)
9301
9302 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9303
9304         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9305         * src/SDCCBBlock.h
9306         * src/SDCCloop.c
9307         * src/SDCCloop.h
9308         * src/SDCClrange.c
9309
9310 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9311
9312         * src/z80/gen.h,
9313         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9314         * src/mcs51/gen.h
9315         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9316         * src/ds390/gen.h
9317         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9318         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9319         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9320
9321 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9322
9323         * src/z80/gen.c (genRet): fixed bug #524753
9324         * src/z80/gen.c (genCast): fixed internal error on cast from
9325         pointer to long
9326         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9327         fix for bug #477835 to the z80
9328         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9329         for tracking iCodes in the peephole optimizer for z80
9330
9331 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9332
9333         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9334         the other part of bug #814548
9335         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9336
9337 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9338
9339         * src/SDCCcse.c: fixed part of bug #814548
9340
9341 2003-09-28  Borut Razem <borut.razem AT siol.net>
9342
9343         * src/asm.c: rewrite of printILine() to use temporary file instead
9344           a pipe
9345         * src/xa51/main.c: commented out declaration of int rewinds
9346
9347 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9348
9349         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9350
9351 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9352
9353         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9354         * src/asm.c (printILine): Fixed bug #811015
9355
9356 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9357
9358         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9359         freeing.
9360
9361 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9362
9363         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9364         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9365         to correctly handle general case of AOP_PAIRPTR
9366         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9367
9368 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9369
9370         * src/mcs51/ralloc.c (fillGaps),
9371         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9372         register positioning bug)
9373
9374 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9375
9376         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9377
9378 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9379
9380         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9381         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9382         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9383         (ralloc doesn't intentionally do this now, but perhaps later)
9384         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9385         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9386         register positioning bugs (Fixed bug #762602 and #795325)
9387         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9388         (Fixed bug #808779)
9389         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9390         lines that --i-code-in-asm generates
9391
9392 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9393
9394         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9395         trying to fclose a FILE* that was already closed.
9396
9397 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9398
9399         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9400         of const struct should be treated as if const themselves)
9401
9402 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9403
9404         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9405
9406 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9407
9408         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9409         Unix (/n) and DOS (/r/n) line terminations.
9410
9411 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9412
9413         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9414         bug #613775
9415
9416 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9417
9418         * src/mcs51/gen.c (genFunction, genEndFunction),
9419         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9420         and restore of EA so that stack offsets to parameters are
9421         correct when using both critical and reentrant/stack-auto.
9422         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9423         size (can be triggered in error if sloc is shared between
9424         different sized objects)
9425         * device/include/float.h: fixed macros to explicitly use
9426         unsigned long where needed
9427
9428 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9429
9430         Feature req. 799831: added code to allow nesting of critical functions
9431         * src/mcs51/gen.c (genFunction, genEndFunction)
9432         * src/ds390/gen.c (genFunction, genEndFunction)
9433
9434 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9435
9436         * src/SDCCsymt.c (sclsFromPtr),
9437         * src/SDCCsymt.h,
9438         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9439         support for standard C idiom of memory mapped variables; for
9440         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9441         to xdata int at 0x1234 tempvar = 1.
9442         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9443         provided by Akiya ISHIDA
9444
9445 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9446
9447         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9448         * src/SDCCval.c (constVal): added reduction from int to char
9449         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9450         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9451         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9452         to ignore the sign
9453         * support/regression/tests/shifts.c: fixed
9454
9455 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9456
9457         * src/z80/gen.c (genXor): Fixed bug #805445
9458
9459 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9460
9461         Fixed bug #621531 (const & volatile confusion in the type chain).
9462         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9463         refer to the const or volatile state of the pointer itself.
9464
9465         * src/SDCCast.c
9466         * src/SDCCglue.c
9467         * src/SDCCicode.c
9468         * src/SDCCsymt.c
9469         * src/SDCCval.c
9470         * src/SDCC.y
9471         * src/SDCCsymt.h
9472         * src/pic/gen.c
9473         * src/pic/ralloc.c
9474         * src/pic16/gen.c
9475         * src/pic16/ralloc.c
9476         * support/regression/tests/const.c
9477
9478 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9479
9480         When checking for duplicated modules, use absolute paths
9481         instead of relative paths.  Files changed:
9482
9483         * as/mcs51/lklib.c
9484         * link/z80/lklib.c
9485
9486 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9487
9488         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9489
9490 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9491
9492         * device/include/string.h: added size_t typedef, changed
9493         prototypes to use size_t, eliminated separate reentrant and
9494         non-reentrant declarations, added _memmove declaration
9495         * device/lib/_memcpy.c: changed to use size_t instead of int,
9496         changed /4 to >>2 to avoid division library call
9497         * device/lib/_memcmp.c,
9498         * device/lib/_memset.c,
9499         * device/lib/_strncat.c,
9500         * device/lib/_strncpy.c,
9501         * device/lib/_strncmp.c: changed to use size_t instead of int
9502         * device/lib/_memmove.c: new file (fixed bug #772294)
9503         * device/lib/Makefile.in: added _memmove.c
9504         * device/lib/z80/asm_strings.s: fixed bug #772290
9505         * support/regression/tests/bitfields.c: attempt to fix host assertion
9506         failure on amd64-unknown-linux2.2
9507
9508 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9509
9510         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9511         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9512         * as/z80/asmain.c (main): fixed bug #801766
9513
9514 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9515
9516         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9517         compilers
9518
9519 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9520
9521         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9522         reported in bug #800609
9523
9524 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9525
9526         * Top header beautifications in src/pic16 directory:
9527           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9528           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9529           pcoderegs.h, ralloc.c, ralloc.h
9530         * main.c: added top header and GPL license notice
9531         * pcode.c: fixed the if-conditional warning
9532
9533 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9534
9535         * device/lib/_mullong.c: replaced int by short for gcc
9536
9537 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9538
9539         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9540         and JUMPTABLE iCodes properly now (worked by accident before)
9541         * src/mcs51/gen.c (leftRightUseAcc),
9542         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9543         iCode properly now. Use getSize instead of nRegs since a & b
9544         aren't part of the nRegs tally.
9545
9546 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9547
9548         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9549         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9550           before instructions that use the _STATUS register
9551
9552 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9553
9554         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9555         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9556         fetching of the pointer
9557         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9558         copied from genNearPointerSet()
9559         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9560         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9561         If they pop r0/r1 they must be called in the opposite order than aopOp().
9562         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9563         (resp. --stack-auto), prepared for --xstack
9564
9565 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9566
9567         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9568
9569 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9570
9571         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9572         these ports have their own __sdcc_external_start()
9573
9574 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9575
9576         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9577         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9578         type for bits was changed. It resulted in bit variables becoming
9579         global, which is not permitted in PIC 14 assembly output.
9580
9581 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9582
9583         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9584
9585 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9586
9587         Z80 and MCS51 linkers complaint if a public symbol is defined
9588         in more than one library module:
9589
9590         * as/mcs51/lklib.c
9591         * link/z80/lklib.c
9592         * as/mcs51/Makefile.in
9593
9594 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9595
9596         A few small changes that speed up the peephole optimizer.
9597
9598         * src/SDCCpeeph.c
9599
9600 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9601
9602         Try to make the peephole optimizer smarter by maintaining
9603         an association between the assembly source code and the
9604         iCodes that originated them. Put this information to use
9605         with a new peephole rule condition "notVolatile" so that
9606         the rules can be aggressive yet still safe.
9607
9608         * src/SDCCpeeph.c
9609         * src/SDCCpeeph.h
9610         * src/mcs51/gen.c
9611         * src/mcs51/peeph.def
9612
9613 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9614
9615         Fixed bug #741761
9616
9617         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9618         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9619         if the left or right operand symbols have the accuse flag set.
9620
9621 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9622
9623         Changed the type of the result of the ! (NOT) operator to char;
9624         previously it returned the same type as the source. This allows
9625         us to eliminate all the genFloatNot functions (all of its target
9626         implementations were very buggy) since !float can use the same
9627         code as !long now.
9628
9629         * src/SDCCicode.c (ast2iCode): ! returns char
9630         * src/mcs51/gen.c (genNot, genNotFloat),
9631         * src/ds390/gen.c (genNot, genNotFloat),
9632         * src/z80/gen.c (genNot, genNotFloat),
9633         * src/pic/gen.c (genNot, genNotFloat),
9634         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9635
9636 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9637
9638         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9639         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9640            during interrupts. Ensure WSAVE is located at a shared bank address.
9641         2. Fixed page selection in some places
9642         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9643            the registers name strings.
9644         4. Fixed "signed / unsigned compare" compiler warnings.
9645         5. The PIC port manages its own allocation of the general purpose
9646            registers, but makes no attempt to reuse them. As a result when
9647            compiling it soon runs out of general purpose registers. Some
9648            additional code was added to the files pcode.c and device.c to walk
9649            through the function call tree and rename the registers so that they
9650            get reused.
9651
9652         * src/pic/device.c
9653         * src/pic/gen.c
9654         * src/pic/glue.c
9655         * src/pic/pcode.c
9656         * src/pic/pcode.h
9657         * src/pic/ralloc.c
9658         * src/pic/ralloc.h
9659         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9660         genPlus() & genMinus() when the result is the same as left or right
9661
9662 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9663
9664         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9665
9666 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9667
9668         Made bitfield a distinct type from bit so that bitfields
9669         convert as per ANSI C and bits retain their traditional
9670         boolean style behaviour. Implemented bitfield support in
9671         the z80 port.
9672
9673         * src/SDCCsymt.h,
9674         * src/SDCCsymt.c,
9675         * src/SDCCast.c,
9676         * src/cdbFile.c,
9677         * src/mcs51/gen.c,
9678         * src/ds390/gen.c: bit v bitfield split
9679         * src/z80/gen.c: New support for bitfields
9680         * support/regression/tests/bitfields.c: reenabled z80,
9681         added more tests
9682
9683 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9684
9685         Rules 246.x, 247.x relate to bitfields, the others speed up
9686         access to xdata mapped I/O devices.
9687
9688         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9689
9690 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9691
9692         Cleaned up genPackBits and genUnpackBits and added two helper
9693         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9694         for literal assignments in genPackBits (thanks to Frieder for
9695         reminding me).
9696
9697         * src/mcs51/gen.c
9698         * src/ds390/gen.c
9699
9700 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9701
9702         Fixed bug #748310 (pointer to function type mishandled when the
9703         function name is omitted). Also fixed a SIGSEGV when a function
9704         attribute (reentrant, etc) is used on a non-function or on a
9705         function but misplaced before the parameter list.
9706
9707         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9708         bug #748310
9709         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9710         * support/Util/SDCCerr.h,
9711         * support/Util/SDCCerr.c: Added func attr misuse error msg
9712
9713 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9714
9715         Fixed bug #787649 by anonymous
9716         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9717         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9718
9719 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9720
9721         Fixed numerous bitfield problems.
9722
9723         * src/SDCC.y: More bitfield related error checking
9724         * src/SDCCsymt.h,
9725         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9726         * support/Util/SDCCerr.h,
9727         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9728         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9729         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9730         * support/regression/tests/bitfields.c: tests added
9731
9732 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9733
9734         Made the constant following the "interrupt" keyword optional. If
9735         omitted, the function will not automatically be given an entry
9736         in the interrupt vector table (similar to #pragma NOIV, but
9737         less syntacticly kludgy). The interrupt number is also now
9738         range checked. Also fixed a bug in the high order bit example
9739         in the manual.
9740
9741         * src/SDCC.y
9742         * src/SDCCmem.c
9743         * src/SDCCglue.c
9744         * src/SDCCsymt.h
9745         * support/Util/SDCCerr.c
9746         * support/Util/SDCCerr.h
9747         * doc/sdccman.lyx
9748
9749 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9750
9751         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9752         * src/SDCCicode.c (operandOperation): rewritten some ops
9753         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9754         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9755         other type
9756         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9757         be re-activated by defining REDUCE_LITERALS)
9758         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9759         unsigned, but are signed by default
9760         * src/SDCCval.c (constVal): rearranged
9761         * src/SDCCval.c (valMod): preliminary fix
9762         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9763         * support/regression/literalop.c: added, work in progress
9764
9765 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9766
9767         Generate warnings for useless declarations like "char data;"
9768         that don't do what new users expect.
9769
9770         * src/SDCC.y
9771         * support/Util/SDCCerr.h
9772         * support/Util/SDCCerr.c
9773
9774 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9775
9776         * src/SDCCval.c (valMult): fix overflow detection of negative int
9777
9778 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9779
9780         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9781
9782         Changes to support big endian targets:
9783
9784         * src/ports.h
9785         * src/SDCCglue.c
9786         * src/avr/main.c
9787         * src/ds390/main.c
9788         * src/izt/i186.c
9789         * src/mcs51/main.c
9790         * src/pic/main.c
9791         * src/pic16/main.c
9792         * src/xa51/main.c
9793         * src/z80/main.c
9794
9795 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9796
9797         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9798         * device/lib/time.c: fixed warning "integer overflow in expression"
9799
9800 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9801
9802         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9803         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9804         constants are unsigned; added recognition of "u" flag for unsigned
9805         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9806         * src/SDCCval.c (valDiv, valMod): fixed signdness
9807         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9808         signedness of modulo, left and right shift
9809         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9810         * support/Util/SDCCerr.h: added warning W_INT_OVL
9811         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9812         * src/SDCCast.c (ast_print): improved output of constants
9813
9814 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9815
9816         Fixed some warnings when building with MSVC:
9817
9818         * as/mcs51/asdata.c
9819         * as/z80/asdata.c
9820         * as/mcs51/asm.h
9821         * as/z80/asm.h
9822         * link/z80/aslink.h
9823         * link/z80/lkdata.c
9824         * link/z80/lkeval.c
9825         * link/z80/lkgb.c
9826         * link/z80/lkihx.c
9827         * link/z80/lks19.c
9828         * link/z80/lksym.c
9829         * support/cpp2/cpplib.c
9830         * src/ds390/gen.c
9831         * src/mcs51/gen.c
9832
9833 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9834
9835         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9836
9837 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9838
9839         * support/librarian/clean.mk: Do not remove Makefile.
9840         * support/librarian/Makefile: added.
9841
9842 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9843
9844         Added librarian to MSVC build:
9845         * all.dsp
9846         * sdcc.dsw
9847         * support/librarian/librarian.dsp
9848
9849         'configure' not needed for librarian, removed:
9850         * support/librarian/configure
9851         * support/librarian/configure.in
9852         * support/librarian/config_in.h
9853         * support/librarian/Makefile.in
9854
9855         Hopefully these ones built the librarian and the rest of sdcc properly:
9856         * Makefile
9857         * Makefile.common.in
9858
9859         Messed up 'configure', so revert to previous version:
9860         * configure
9861         * configure.in
9862
9863 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9864
9865         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9866         there, while the mantissa of a double is "only" 53 bits wide.
9867
9868 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9869
9870         Adding sdcclib to the build.  MSVC project coming soon.
9871         Files added/changed:
9872
9873         * support/librarian/clean.mk
9874         * support/librarian/configure
9875         * support/librarian/configure.in
9876         * support/librarian/config_in.h
9877         * support/librarian/Makefile.bcc
9878         * support/librarian/Makefile.in
9879         * support/librarian/sdcclib.c
9880         * Makefile.bcc
9881         * Makefile
9882         * Makefile.common.in
9883         * configure
9884         * configure.in
9885
9886 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9887
9888         Linker now complaints if linked modules have conflicting options, for
9889         example, one compiled using --model-large and another one compiled with
9890         --model-small.  The following files were modified:
9891
9892         * as/mcs51/asdata.c
9893         * as/mcs51/aslink.h
9894         * as/mcs51/asm.h
9895         * as/mcs51/asmain.c
9896         * as/mcs51/asout.c
9897         * as/mcs51/i51pst.c
9898         * as/mcs51/lkdata.c
9899         * as/mcs51/lklibr.c
9900         * as/mcs51/lkmain.c
9901         * as/z80/asdata.c
9902         * as/z80/asm.h
9903         * as/z80/asmain.c
9904         * as/z80/asout.c
9905         * as/z80/z80pst.c
9906         * link/z80/aslink.h
9907         * link/z80/lkdata.c
9908         * link/z80/lklibr.c
9909         * link/z80/lkmain.c
9910         * src/SDCCglue.c
9911
9912 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9913
9914         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9915         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9916
9917 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9918
9919         * src/z80/mappings.i: fix _mul[us][int,long] entries
9920
9921 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9922
9923         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9924
9925 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9926
9927         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9928         * support/regression/tests/bitopcse.c: added
9929         fixed warning:
9930         * src/avr/gen.c:
9931         * src/pic/gen.c:
9932         * src/pic16/gen.c:
9933         * src/z80/gen.c:
9934         * src/xa51/gen.c:
9935
9936 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9937
9938         added support for new library format to z80, gbz80 linkers:
9939         *link/z80/aslink.h
9940         *link/z80/lklex.c
9941         *link/z80/lklib.c
9942         *link/z80/lklist.c
9943
9944 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9945
9946         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9947         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9948
9949 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9950
9951         added DUMMY_READ_VOLATILE:
9952         * src/SDCC.y:
9953         * src/avr/gen.c:
9954         * src/xa51/gen.c:
9955         * src/z80/gen.c:
9956         * src/pic/gen.c:
9957         * src/pic16/gen.c:
9958         * src/mcs51/gen.c:
9959         * src/ds390/gen.c:
9960         * src/SDCCcse.c (algebraicOpts): many improvements
9961         * src/SDCCcse.h: removed algebraicOpts()
9962         * src/SDCCicode.c (picDummyRead): added
9963
9964 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9965
9966         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9967         "Insufficient space in data memory".
9968
9969 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9970
9971         * src/mcs51/gen.c: fixed bug #771358
9972         * src/z80/gen.c: fixed bug #759087
9973
9974 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9975
9976         * src/pic16/glue.c: minor cleanup by Vangelis
9977
9978 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9979
9980         * device/include/regc515c.h: fixed #758477
9981         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9982         * device/lib/_gptrput.c: saved a few bytes
9983         * my tab spacing is 8, yours too?)
9984         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9985         * device/lib/serial.c: process RX bytes earlier than TX bytes
9986         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9987
9988 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9989
9990         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9991
9992 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9993
9994     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9995
9996 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9997
9998         * device/lib/Makefile.in: bad fix, reverted to 1.43
9999
10000 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
10001
10002         * device/lib/Makefile.in: added missing z80 object files
10003
10004 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
10005
10006         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
10007         pic16 progress by Vangelis:
10008         * src/SDCCglobl.h:
10009         * src/SDCCmain.c:
10010         * src/pic/Makefile:
10011         * src/pic:
10012         * pic/Makefile:
10013         * pic16/device.c:
10014         * pic16/device.h:
10015         * pic16/gen.c:
10016         * pic16/gen.h:
10017         * pic16/genarith.c:
10018         * pic16/glue.c:
10019         * pic16/main.c:
10020         * pic16/pcode.c:
10021         * pic16/pcode.h:
10022         * pic16/pcodepeep.c:
10023         * pic16/peeph.def:
10024
10025 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10026
10027     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
10028
10029 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10030
10031     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
10032     added gbz80 build to MSVC project.
10033     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
10034     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
10035     from 8051 stuff and setup so it links using a .lnk file.
10036
10037 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10038
10039     * support/librarian/sdcclib.c: sdcc librarian.
10040     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
10041     with sdcclib.
10042
10043 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10044
10045     * as/mcs51/lkmain.c: properly handle extensions in function afile.
10046
10047 2003-07-02  Borut Razem <borut.razem AT siol.net>
10048
10049         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
10050         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
10051         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
10052         src/xa51/main.c, src/z80/main.c:
10053         virtualization of glue() function: each port has it's own glue function,
10054         which is accessed by do_glue function pointer in PORT.general structure
10055
10056 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
10057
10058         * DS800C400 fun, improved ROM interface and tinibios.
10059
10060 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
10061
10062         * More support for DS80C400. Now includes beginning of interface to ROM.
10063
10064 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
10065
10066         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
10067
10068 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10069
10070         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
10071
10072 2003-06-19  Borut Razem <borut.razem AT siol.net>
10073
10074         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
10075
10076 2003-06-19  Borut Razem <borut.razem AT siol.net>
10077
10078         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
10079         fixed Z80 port - crt0.o: cannot open.
10080
10081 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
10082
10083         * support/Util/MySystem.c (merge_command): revert bad fix
10084
10085 2003-06-18  Borut Razem <borut.razem AT siol.net>
10086
10087         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
10088
10089 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10090
10091         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10092         option --use-stdout sends errors to stdout instead of stderr.
10093
10094 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
10095
10096         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
10097
10098 2003-06-15  Borut Razem <borut.razem AT siol.net>
10099
10100         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
10101         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
10102         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
10103         fixed width array of pointers replaced with sets;
10104         multiple include and lib paths ared transferred to preprocessor and linker
10105         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
10106         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
10107         fixed width array of pointers
10108         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
10109         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
10110         fixupPath(), getPathDifference()
10111         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
10112         fixed width array of pointers
10113
10114 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
10115
10116         * src/pic16/ralloc.c: fix warnings
10117         * src/pic16/pcode.c: fix warning
10118
10119 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
10120
10121          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
10122         know all the details, but essentially this set of changes enable
10123         the pic16 port to generate movff instructions and generate assembler
10124         directives,
10125         * src/SDCCmain.c:
10126         * src/pic16/gen.c:
10127         * src/pic16/glue.c:
10128         * src/pic16/pcode.c:
10129         * src/pic16/device.c:
10130         * src/pic16/main.c:
10131         * src/pic16/pcode.h:
10132         * src/pic16/pcoderegs.c:
10133         * src/pic16/ralloc.c:
10134         * src/pic16/ralloc.h:
10135
10136 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10137
10138         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10139         added option --vc, so sdcc errors and warnings are compatible with
10140         Microsoft Visual Studio.
10141
10142 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10143
10144         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
10145           device/lib/libfloat.lib: added atof function.
10146
10147 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
10148
10149         * doc/sdccman.lyx: updated to Lyx 1.3
10150         * doc/cdbfileformat.lyx: updated to Lyx 1.3
10151         * doc/test_suite_spec.lyx: updated to Lyx 1.3
10152         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
10153
10154 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
10155
10156         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10157
10158 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10159
10160         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10161           additions to the "related tools/documentation" section
10162
10163 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10164
10165         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10166
10167 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10168
10169         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10170         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10171
10172 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10173
10174         * doc/sdccman.lyx: fix double dash and other minor things
10175         * doc/Makefile: fix double dash
10176
10177 2003-05-28  Karl Bongers(patches from Martin Helmling)
10178         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10179           condition and ignore commands.
10180
10181 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10182
10183         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10184           is in parts still quite out of date, I did changes as far as I felt makes sense
10185           for a non-native english speaker.
10186           Please feel free to add to the manual or to correct my changes.
10187         * doc/Makefile: undid touching the date of intermediate tex files.
10188
10189 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10190
10191         * doc/sdccman.lyx: Manual has an index now
10192
10193 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10194
10195         Finalize muluint/mulsint and mululong/mulslong merging:
10196         * device/lib/_mulint.c
10197         * device/lib/_mullong.c
10198         * device/lib/gbz80/mul.s
10199         * device/lib/gbz80/stubs.s
10200         * device/lib/z80/mul.s
10201         * device/lib/z80/stubs.s
10202         * src/SDCCsymt.c (initCSupport)
10203
10204 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10205
10206         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10207         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10208           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10209           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10210           instead of /Zm500.
10211
10212 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10213
10214         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10215           the regression tests I'm not brave enough to enable 245.b, 245.c
10216         * doc/sdccman.lyx: added latex preamble for hyperref package.
10217           Using pdflatex this will give you a hyperlinked pdf file with
10218           bookmarks. (prepend '%' before /usepackage if this breaks something)
10219
10220 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10221
10222          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10223
10224 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10225
10226         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10227
10228 2003-05-21    <johan AT balder>
10229
10230         * src/SDCCglue.c (printIval): fixed bug #739934
10231
10232 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10233
10234         Applied patch from bug 737905 (renamed yylineo to mylineno):
10235         * src/altlex.c
10236         * src/SDCCast.c
10237         * src/SDCglobl.h
10238         * src/SDCC.lex
10239         * src/SDCCsymt.c
10240         * src/SDCCval.c
10241         * src/pic16/pcode.c: Cleaned warnings
10242         * src/pic16/pcodeflow.c: Cleaned warnings
10243         * src/pic16/pcoderegs.c: Cleaned warnings
10244
10245 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10246
10247         * src/pic16/pcode.c: Cleaned warnings
10248         * src/pic16/pcodepeep.c: Cleaned warnings
10249         * src/pic16/ralloc.c: Cleaned warnings
10250
10251 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10252
10253         * doc/sdccman.lyx: fixed bug 739745
10254         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10255
10256 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10257
10258         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10259         it can be defined with CFLAGS when running configure
10260         * src/SDCCmain.c: fixed compiling + linking with object files
10261
10262 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10263
10264         * configure.in: configure for pic16 port,
10265             added --disable-pic16-port
10266         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10267         * src/SDCCmain.c: linkOptions is changed to set *,
10268             added if/endif conditional macros to remove options help
10269             messages from optionsTable when a port is not configured, added
10270             support for the PIc16 port in the ports table, when executing
10271             the compiler with no port specified on command line, a default
10272             port is selected with the new macro DEFAULT_PORT which is
10273             defined in port.h, in setDefaultOptions() linkOptions is removed
10274             from initialization assignment, since now it is a set,
10275             parseCmdLine uses setParseWithComma for linkOptions, in
10276             linkEdit() linkOptions are accessed with new function indexSet()
10277             which returns the i'th item of a set variable. See SDCCset.c, in
10278             linkEdit() when calling buildCmdLine(), added linkOptions as
10279             last argument. Now users can pass arguments to gplink via the
10280             -Wl option, main() uses pic16glue() to glue up pic16 programs
10281         * src/SDCCpeeph.c: various changes to support pic16
10282         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10283             return the i'th item of the set
10284         * src/SDCCset.h: added function prototype for indexSet()
10285         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10286         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10287         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10288             added macro DEFAULT_PORT
10289         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10290         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10291             generated
10292         * src/pic16/glue.c: commented out some error producing lines
10293         * src/pic16/main.c: __config directives are commented out to stop
10294             gpasm complaining and test the linkage with gplink, _linkCmd and
10295             _asmCmd changed to be more gplink and gpasm friendly
10296         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10297             produced an error when parsed, peep rule 12 is added to utilize
10298             movff, but it is commented out since the pCode does not support
10299             yet a command with 2 address arguments
10300
10301 2003-05-18    <johan AT balder>
10302
10303         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10304         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10305 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10306
10307         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10308   Added feature to script commands from file.
10309
10310 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10311
10312         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10313         * src/SDCCutil.c: include ctype.h for win32
10314
10315 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10316
10317         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10318
10319 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10320
10321         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10322   Fixed so you can set breakpoints prior to run, run does not stop
10323   on entry now.  Add tbreak.  Other enhancements and fixes for use
10324   with ddd.
10325
10326 2003-05-12  Borut Razem <borut.razem AT siol.net>
10327
10328         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10329
10330 2003-05-11  Borut Razem <borut.razem AT siol.net>
10331
10332         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10333         the path of bin directory, so that PATH is the only env. variable, which has to be set
10334         in case of standard installation.
10335         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10336         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10337         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10338
10339 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10340
10341         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10342         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10343         temp files are in the port dir; clean the gen/test directory when
10344         generating new test.c
10345         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10346         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10347         * support/regression/tests/zeropad.c: added
10348
10349 2003-05-09    <johan AT balder>
10350
10351         * src/SDCCglue.c: fixed bug #597940
10352
10353 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10354
10355         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10356   cache sfr, optimize next,step, fix off by one sourceline,
10357   support ddd list function.
10358         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10359
10360 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10361
10362         * support/regression/HTMLgen.py: added compare_s2f()
10363         * support/regression/Makefile: redo 1.27
10364         * support/regression/generate-cases.py: redo 1.5
10365
10366 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10367
10368         * support/regression/tests/float.c: workaround 33 bit hex constant
10369         * support/regression/tests/simplefloat.c: fix division for host
10370
10371 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10372
10373         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10374         that tame's the PIC's over-aggressive optimizer.
10375
10376 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10377
10378          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10379          support for MSVC.
10380
10381 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10382
10383         Initial support for DS80C400. "Hello world" runs on TINIm400
10384         (with polled I/O).
10385
10386 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10387
10388          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10389          * Some notes on ddd usage added in debugger/README
10390          Martin Helmling adding more features and fixes for ddd GUI debugger.
10391          Code added for nexti, stepi, up, down, and other adjustments.
10392
10393 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10394
10395         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10396         * src/pic/peeph.def Added two rules to optimize carry manipulation
10397         * src/pic/* removed debug printfs
10398
10399 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10400
10401         * debugger/mcs51/cmd.c: added header newalloc.h
10402
10403 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10404
10405         * as/Makefile: new EXEEXT
10406         * as/z80/Makefile: remove trailing slash of BUILDIR
10407         * as/z80/clean.mk: new EXEEXT
10408         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10409         * support/cpp2/Makefile.in: new EXEEXT
10410         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10411
10412 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10413
10414         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10415         EXEEXT was introduced to fix all related problems with targets
10416         "clean", "install" and "uninstall"; a couple of further flaws
10417         especially with "clean" have been fixed too
10418         * as/mcs51/Makefile.in
10419         * as/mcs51/clean.mk
10420         * as/z80/Makefile
10421         * Makefile
10422         * clean.mk
10423         * debugger/mcs51/Makefile.in
10424         * debugger/mcs51/clean.mk
10425         * link/z80/Makefile
10426         * link/z80/Makefile.in
10427         * link/z80/clean.mk
10428         * link/Makefile
10429         * packihx/Makefile.in
10430         * packihx/clean.mk
10431         * sim/ucsim/Makefile
10432         * sim/ucsim/clean.mk
10433         * sim/ucsim/avr.src/Makefile.in
10434         * sim/ucsim/avr.src/clean.mk
10435         * sim/ucsim/s51.src/Makefile.in
10436         * sim/ucsim/s51.src/clean.mk
10437         * sim/ucsim/xa.src/Makefile.in
10438         * sim/ucsim/xa.src/clean.mk
10439         * sim/ucsim/z80.src/Makefile.in
10440         * sim/ucsim/z80.src/clean.mk
10441         * sim/ucsim/main_in.mk
10442         * sim/ucsim/packages_in.mk
10443         * sim/ucsim/gui.src/Makefile.in
10444         * sim/ucsim/gui.src/serio.src/Makefile.in
10445         * sim/ucsim/gui.src/serio.src/clean.mk
10446         * src/Makefile.in
10447         * src/clean.mk
10448         * support/cpp2/Makefile.in
10449         * support/cpp2/clean.mk
10450         * support/makebin/Makefile
10451         * support/makebin/clean.mk
10452         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10453         * doc/sdccman.lyx: --program-suffix no longer needed
10454
10455 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10456
10457          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10458          Martin Helmling added support for ddd GUI debugger.
10459          Code added to display assembly, set variables, and other commands
10460          to interface to ddd.
10461
10462 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10463
10464         * as/Makefile: fix target clean
10465         * as/clean.mk: fix target clean
10466         * as/z80/clean.mk: fix target clean
10467
10468 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10469
10470         * Makefile.common.in: added  AT EXEEXT AT
10471         * configure.in: removed all mingw32 stuff
10472         * configure: rebuilt from configure.in
10473         * doc/sdccman.lyx: updated section "installation"
10474         * support/scripts/sdcc_mingw32: adapted to configure
10475         * support/scripts/sdcc_cygwin_mingw32: added
10476
10477 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10478
10479         * src/pic Added object file support for the PIC port
10480         * src/pic Applied patch from Craig Franklin (this started the object file support)
10481         * src/regression Updated the PIC regression tests for object files
10482
10483 2003-04-20  Borut Razem <borut.razem AT siol.net>
10484
10485         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10486           lklex.c: In function `getfid':
10487           lklex.c:203: warning: array subscript has type `char'
10488         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10489           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10490         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10491           stack handling macros
10492
10493 2003-04-19  Borut Razem <borut.razem AT siol.net>
10494
10495         * "handling space characters in file path" task:
10496         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10497         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10498         * support/Util/MySystem.h: make it self-sufficient
10499         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10500           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10501           handling space characters in file path
10502         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10503           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10504         * support/Util/MySystem.c: handling space characters in executable's path
10505
10506 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10507
10508         * as/z80/Makefile: fix permanent rebuild of z80
10509         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10510         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10511
10512 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10513
10514         * src/SDCCopt.c: add special case optimization to replace modulo by
10515           a power of two with a bitwise AND.
10516
10517 2003-04-18    <johan AT balder>
10518
10519         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10520
10521 2003-04-17    <johan AT balder>
10522
10523         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10524         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10525
10526 2003-04-13  Borut Razem <borut.razem AT siol.net>
10527
10528         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10529         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10530           fixed mingw problem in adl_NORMALIZE_PATH
10531
10532 2003-04-12  Borut Razem <borut.razem AT siol.net>
10533
10534         * fixed "#pragma SAVE/RESTORE can not be nested":
10535         * src/SDCC.lex: reworked pragma handling functions
10536         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10537         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10538
10539 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10540
10541         * src/SDCCutil.c (pathEquivalent): defined but not used
10542         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10543         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10544         * configure: rebuilt from configure.in
10545         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10546         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10547         * device/include/Makefile.in: replace sdcc_datadir
10548         * device/lib/Makefile.in: replace sdcc_datadir
10549         * Makefile.common.in: add LDFLAGS from configure
10550         * packihx/Makefile.in: use LDFLAGS
10551         * src/Makefile.in: use LDFLAGS
10552         * support/cpp2/Makefile.in: add LDFLAGS from configure
10553         * support/makebin/Makefile: use LDFLAGS
10554         * .version: bumped version number to 2.3.5
10555
10556 2003-04-12  Borut Razem <borut.razem AT siol.net>
10557
10558         * completed "different paths" task:
10559         * src/SDCCmacro.c: fixed bug in handling quotes
10560         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10561         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10562
10563 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10564
10565         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10566
10567 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10568
10569         * ds390/gen.c ds390/peeph.def: fix bug 706781
10570
10571 2003-04-11  Borut Razem <borut.razem AT siol.net>
10572
10573         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10574
10575 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10576
10577         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10578         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10579          set - this bit used to not be set...).
10580         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10581           bad code in PIC Port
10582         * src/regression/and2.c added to test bug 609268
10583         * src/regression/Makefile added and2.c to regression test
10584
10585
10586 2003-04-08    <johan AT CP255758-A>
10587
10588         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10589         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10590         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10591
10592 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10593
10594         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10595         fix bug #487815
10596         * support/cpp2/Makefile.in: fix bug #487815
10597         * configure: rebuilt from configure.in
10598         * Makefile.common.in: docdir changed, new path suffixes
10599         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10600         * sdcc_vc_in.h: reflect changes from sdccconf.h
10601         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10602         * src/SDCCutil.h: remove BINDIR hack
10603         * doc/sdccman.lyx: update new path hierarchy
10604
10605 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10606
10607         * src/SDCCpeeph.c: added okToRemoveSLOC test
10608
10609 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10610
10611         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10612
10613 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10614
10615         * src/SDCCpeeph.c: added labelIsReturnOnly test
10616         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10617
10618 2003-04-05    <johan AT balder>
10619
10620         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10621         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10622         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10623         * src/SDCCast.c: fixed a warning
10624         * src/SDCCast.h: fixed a warning
10625         * src/SDCCicode.c (operandFromAst): fixed a warning
10626
10627 2003-04-04    <johan AT balder>
10628
10629         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10630         * src/SDCCast.c (decorateType): fixed bug #715076
10631         * src/SDCC.y: fixed bug #702907
10632
10633 2003-04-03    <johan AT balder>
10634
10635         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10636         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10637         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10638         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10639         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10640
10641 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10642
10643         * _decdptr.c: fix return values
10644         * _gptrget.c: fix return values
10645         * _gptrgetc.c: fix return values
10646         * _gptrput.c: fix return values
10647         * _mulint.c: fix return values
10648         * as/z80/Makefile: fix 'make -j' problem
10649
10650 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10651
10652         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10653         * configure.in: big cleanup, updated to autoconf 2.5x
10654         * configure: rebuilt from configure.in
10655         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10656         * sdcc_vc_in.h: reflect changes from sdccconf.h
10657         * doc/Makefile: fixed a flaw in "make install"
10658
10659 2003-04-02    <johan AT balder>
10660
10661         * src/ds390/gen.c (genCmp): no comments
10662         * src/mcs51/gen.c (genCmp): no comments
10663         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10664         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10665
10666 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10667
10668         * support/regression/generate-cases.py: place generated file in given sub directory
10669         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10670         * support/regression/Makefile: improvements for 'make -j';
10671         side effect: it's simpler and faster now
10672
10673 2003-03-31  Borut Razem <borut.razem AT siol.net>
10674
10675         * src/z80/main.c: link-{port} and as-{port} defined without path
10676         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10677
10678 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10679
10680         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10681
10682 2003-03-30  Borut Razem <borut.razem AT siol.net>
10683
10684         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10685           changed type of list parameter to set
10686         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10687         * src/port.h: changed type of do_assemble() parameter to set
10688         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10689           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10690           definition of "cppoutfilename" macro with NULL value in preProcess()
10691         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10692         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10693         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10694           replaced with set *binPathSet
10695         * shash_add() deallocates the item, if allready exsists, before adding the new one
10696         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10697
10698 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10699
10700         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10701           a nested for loop bug in the PIC port
10702         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10703           for loops
10704
10705 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10706
10707         * support/Util/dbuf.h: remove C++ stuff to make it portable
10708
10709 2003-03-28  Borut Razem <borut.razem AT siol.net>
10710
10711         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10712           literal strings in stringLiteral()
10713         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10714         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10715           to the project
10716
10717 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10718
10719         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10720
10721 2003-03-26    <johan AT balder>
10722
10723         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10724         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10725         * src/SDCCast.c (decorateType): fixed " -v < 3"
10726
10727 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10728
10729         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10730         Added Lenny Story's debug infrastructure changes:
10731         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10732         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10733         * src/cdbFile.c: added
10734         * src/SDCCdebug.c: added
10735         * src/SDCCdebug.h: added
10736         * src/SDCCast.c (createFunction)
10737         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10738         * src/SDCCmain.c (parseCmdLine, main)
10739         * src/SDCCmem.c (redoStackOffsets)
10740         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10741         * src/SDCCsymt.h
10742         * src/common.h
10743         * src/avr/gen.c (genAVRCode)
10744         * src/ds390/gen.c (gen390Code)
10745         * src/mcs51/gen.c (gen51Code)
10746         * src/pic/gen.c (genpic14Code)
10747         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10748         * src/xa51/gen.c (genXA51Code)
10749         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10750
10751 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10752
10753         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10754         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10755
10756 2003-03-22    <johan AT balder>
10757
10758         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10759
10760 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10761
10762         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10763         * doc/cdbfileformat.lyx: added, written by Lenny Story
10764         * doc/Makefile: added cdbfileformat.lyx
10765         * doc/clean.mk: added cdbfileformat.lyx
10766
10767 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10768
10769         * src/mcs51/peeph.def: fix bug #705773
10770
10771 2003-03-20    <johan AT balder>
10772
10773         An sfr/sbit can have an "at #" AND an initializer
10774         * src/SDCCsymt.c (checkSClass):
10775         * src/SDCCmem.c (allocGlobal):
10776         * src/SDCCmem.c (allocLocal):
10777         * src/SDCCast.c (createBlock):
10778
10779 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10780
10781         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10782
10783 2003-03-16    <johan AT balder>
10784
10785         Undid the hackup of const and volatile, the problem is much bigger
10786         * src/SDCC.y:1.65
10787         * src/SDCCast.c:1.171
10788         * src/SDCCglue.c:1.138
10789         * src/SDCCicode.c:1.146
10790         * src/SDCCsymt.c:1.150
10791         * src/SDCCval.c:1.65
10792
10793 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10794
10795         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10796         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10797
10798 2003-03-13    <johan AT balder>
10799
10800         Hackup const and volatile modifiers in type chains a bit:
10801         * src/SDCC.y:1.63
10802         * src/SDCCast.c:1.169
10803         * src/SDCCglue.c:1.136
10804         * src/SDCCicode.c:1.143
10805         * src/SDCCsymt.c1.146
10806         * src/SDCCsymt.h1.59
10807         * src/SDCCval.c:1.63
10808
10809 2003-03-12    <johan AT balder>
10810
10811         * src/SDCCBBlock.h: more LRH debugging junk
10812         * src/SDCCcflow.h: more LRH debugging junk
10813         * src/SDCCloop.c: more LRH debugging junk
10814         * src/SDCC.y (struct_declaration): fixed bug #697590
10815         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10816         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10817         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10818
10819 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10820         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10821         test function names must now match exactly).
10822         * src/SDCCcse.c: added special case in findCheaperOp to allow
10823         extending a short integer. Makes less awful code for bug 700121 test case.
10824
10825 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10826
10827         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10828         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10829
10830 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10831
10832         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10833         actually called (operandsNotEqual() was called for all
10834         operandsNotEqualX tests).
10835
10836 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10837
10838         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10839         with shorter literals. Fixes bug 700121.
10840
10841 2003-03-11    <johan AT balder>
10842
10843         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10844
10845 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10846
10847         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10848         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10849
10850 2003-03-10  Borut Razem <borut.razem AT siol.net>
10851
10852         * src/SDCCmain.c: pipe preprocessor's output
10853         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10854         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10855         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10856         which closes all pipes in pipeSet set
10857         * src/SDCCset.c: free deleted item in function deleteSetItem()
10858         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10859         moved from z80 to src subproject
10860         * .version: increased version number to 2.3.4
10861
10862 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10863
10864         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10865         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10866         * support/regression/ports/xa51/spec.mk: fix typo
10867
10868 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10869
10870         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10871
10872 2003-03-09  Borut Razem <borut.razem AT siol.net>
10873
10874         * src/SDCCmain.c: pipe preprocessor's output
10875         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10876         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10877         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10878         which closes all pipes in pipeSet set
10879         * src/SDCCset.c: free deleted item in function deleteSetItem()
10880         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10881         moved from z80 to src subproject
10882
10883 2003-03-09  Borut Razem <borut.razem AT siol.net>
10884
10885         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10886         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10887         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10888         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10889         * src/SDCCglobl.h: unification of WIN32 native definitions
10890
10891 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10892
10893         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10894
10895 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10896
10897         * src/configure.in:   check for endianess (even while cross-compiling)
10898         * src/configure:      check for endianess (even while cross-compiling)
10899         * src/configure_in.h: check for endianess (even while cross-compiling)
10900         * src/avr/gen.c:        remove old endianess stuff
10901         * src/mcs51/gen.c:      remove old endianess stuff
10902         * src/ds390/gen.c:      remove old endianess stuff
10903         * src/pic/gen.c:        remove old endianess stuff
10904         * src/pic/genarith.c:   remove old endianess stuff
10905         * src/pic/glue.c:       fix endianess check
10906         * src/pic16/gen.c:      remove old endianess stuff
10907         * src/pic16/genarith.c: remove old endianess stuff
10908         * src/pic16/glue.c:     fix endianess check
10909         * src/xa51/gen.c:       remove old endianess stuff
10910         * src/z80/gen.c:        fix endianess check
10911         * src/SDCCglue.c:       fix endianess check
10912         * src/ds390/peeph.def: fix bug 700036
10913
10914 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10915
10916         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10917         * src/configure: find appropriate data-types on host for SDCC's int and long
10918         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10919         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10920         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10921
10922 2003-03-07    <johan AT balder>
10923
10924         Just a big NOOP:
10925                 some minor cleanups before the big shot
10926                 OP_DEFS and OP_USES now use Kevin's protection
10927                 new option --nolabelopt
10928
10929         * src/SDCCBBlock.c:
10930         * src/SDCCast.c,:
10931         * src/SDCCcflow.c:
10932         * src/SDCCcse.c:
10933         * src/SDCCicode.c:
10934         * src/SDCCicode.h:
10935         * src/SDCClabel.c:
10936         * src/SDCCloop.c:
10937         * src/SDCCmain.c:
10938         * src/ds390/ralloc.c:
10939         * src/mcs51/ralloc.c:
10940         * src/pic/ralloc.c:
10941         * src/xa51/ralloc.c:
10942         * src/z80/ralloc.c:
10943
10944 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10945
10946         * src/pic/pcode.c (get_op): fix 64 bit warnings
10947         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10948         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10949         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10950         * support/regression/tests/malloc.c: fix 64 bit warnings
10951
10952 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10953
10954         * src/mcs51/gen.c (genMinus): fixed bug 696436
10955
10956 2003-03-02  Borut Razem <borut.razem AT siol.net>
10957
10958         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10959
10960 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10961
10962         * configure.in: test for mkstemp
10963         * sdccconf_in.h: add HAVE_MKSTEMP
10964
10965 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10966
10967         * device/include/ctype.h: removed warning while using --stack-auto
10968         * device/include/malloc.h: removed warning while using --stack-auto
10969         * device/include/string.h: removed warning while using --stack-auto
10970
10971 2003-02-23  Borut Razem <borut.razem AT siol.net>
10972
10973         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10974         because NDEBUG is defined (see man assert)
10975         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10976
10977 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10978
10979         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10980         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10981
10982 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10983
10984         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10985         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10986
10987 2003-02-18    <johan AT balder>
10988
10989         * as/mcs51/asmain.c (asmbl): module can start with a digit
10990         * as/z80/asmain.c (asmbl): module can start with a digit
10991
10992 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10993
10994         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10995         * src/asm.c: fix pipe() for Mingw32
10996
10997 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10998
10999         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
11000         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
11001         make -V work again; --c1mode reads now from stdin
11002         * doc/sdccman.lyx: added --c1mode
11003         * support/Util/SDCCerr.c: new messages for c1 mode
11004         * support/Util/SDCCerr.h: new messages for c1 mode
11005         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
11006
11007 2003-02-15    <johan AT balder>
11008
11009         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
11010
11011 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
11012
11013         * doc/sdccman.lyx: Environment variables, -o and other minor things
11014
11015 2003-02-14    <johan AT balder>
11016
11017         * src/xa51/main.c: before anyone really tries to use it :)
11018
11019         * Install doc's in share/sdcc/doc
11020         * removed some obsolete files
11021         * Do a proper make distclean and uninstall
11022         M Makefile.common.in
11023         R sdccbuild.sh
11024         M as/Makefile
11025         M device/include/Makefile.in
11026         M device/lib/Makefile.in
11027         M doc/sdccman.lyx
11028         M link/Makefile
11029         M sim/ucsim/doc/Makefile.in
11030         M src/clean.mk
11031         R src/avr/peeph.rul
11032         R src/xa51/peeph.rul
11033         M support/cpp2/Makefile.in
11034         M support/makebin/Makefile
11035
11036
11037 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
11038
11039         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
11040
11041 2003-02-10  Borut Razem <borut.razem AT siol.net>
11042
11043         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
11044         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
11045         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
11046         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
11047         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
11048         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
11049         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
11050         src/z80/Makefile.bcc: Borland Makefile cleanup
11051         * as/z80/Makefile.bcc: Added Borland Makefile
11052         * support/cpp2/borland.h: Removed
11053
11054 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
11055
11056         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
11057         * src/SDCC.lex: new pragma NOIV
11058         * src/SDCCglobl.h: new pragma NOIV
11059         * src/SDCCmem.c: new pragma NOIV
11060
11061 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11062
11063         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
11064
11065 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11066
11067         * src/SDCCmain.c: signal handling is switched off by --debug
11068         * doc/Makefile: small fix for install; use clean.mk again
11069         * doc/clean.mk: clean *.pdf and *.html too
11070
11071 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
11072
11073         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
11074         * device/lib/printfl.c: fix a ds390 bug by making it portable
11075         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
11076         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
11077         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
11078         * debugger/mcs51/cmd.c: converted multi-line string literals
11079         * sim/ucsim/globals.cc: converted multi-line string literals
11080         * src/SDCCmain.c: introduced signal handler to remove temp files
11081         * doc/Makefile: small tweaks, implement clean
11082         * doc: removed generated files
11083
11084 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11085
11086         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
11087         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
11088         Address Record is not correctly generated for DS390."
11089
11090 2003-02-02  Borut Razem <borut.razem AT siol.net>
11091
11092         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
11093         * as/mcs51/asm.h: fixed compilation with Borland C
11094         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
11095         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
11096         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
11097         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
11098         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
11099         src/z80/Makefile.bcc: delete $(LIB) only if exist
11100         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
11101
11102 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
11103
11104         * device/include/malloc.h: introduced NULL
11105         * device/include/string.h: introduced NULL
11106         * device/include/stdlib.h: introduced NULL
11107         * device/lib/_memcpy.c: removed NULL
11108         * device/lib/_strcat.c: removed NULL
11109         * device/lib/_strchr.c: removed NULL
11110         * device/lib/_strcmp.c: removed NULL
11111         * device/lib/_strcpy.c: removed NULL
11112         * device/lib/_strcspn.c: removed NULL
11113         * device/lib/_strlen.c: removed NULL
11114         * device/lib/_strncat.c: removed NULL
11115         * device/lib/_strncmp.c: removed NULL
11116         * device/lib/_strncpy.c: removed NULL
11117         * device/lib/_strpbrk.c: removed NULL
11118         * device/lib/_strrchr.c: removed NULL
11119         * device/lib/_strspn.c: removed NULL
11120         * device/lib/_strstr.c: removed NULL
11121         * device/lib/_strtok.c: removed NULL
11122         * device/lib/malloc.c: removed NULL, include own header
11123
11124 2003-02-02    <johan AT balder>
11125
11126         * 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
11127         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
11128         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
11129         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
11130         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
11131         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
11132
11133 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11134
11135         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
11136         area 'DATA'"
11137
11138 2003-02-01    <johan AT balder>
11139
11140         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
11141
11142 2003-01-31    <johan AT CP255758-A>
11143
11144         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
11145
11146 2003-01-30    <johan AT balder>
11147
11148         * src/SDCCBBlock.c: automatic bug detection
11149         * src/SDCCicode.c: automatic bug detection
11150
11151 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11152
11153         * src/SDCCglobl.h:   now --xram-size 0 works
11154         * src/SDCCmain.c:    now --xram-size 0 works
11155
11156 2003-01-29    <johan AT balder>
11157
11158         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11159
11160 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11161
11162         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11163         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11164         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11165         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11166         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11167         * src/SDCCmain.c:    Added options --xram-size and --code-size
11168
11169 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11170
11171         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11172         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11173
11174 2003-01-27    <johan AT balder>
11175
11176         * src/SDCC.y: fixed bug #613764
11177
11178 2003-01-26    <johan AT balder>
11179
11180         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11181         * src/SDCCsymt.h: fixed bug #673374
11182         * src/SDCCglue.c: fixed bug #661910
11183         * src/SDCCast.c: fixed bug #458099 and 673374
11184
11185 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11186
11187         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11188         * as/mcs51/strcmpi.h: added
11189         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11190         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11191         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11192         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11193         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11194         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11195         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11196         * as/mcs51/Makefile.aslink: new module strcmpi
11197         * as/mcs51/Makefile.asx8051: new module strcmpi
11198         * as/mcs51/Makefil.bcc: new module strcmpi
11199         * as/mcs51/Makefile.in: new module strcmpi
11200         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11201
11202 2003-01-26    <johan AT balder>
11203
11204         * src/SDCCglue.c: reverted back to 1.124
11205         * src/SDCCast.c: reverted back to 1.156
11206         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11207
11208 2003-01-25    <johan AT balder>
11209
11210         * src/SDCCglue.c: A better fix for bug #661910
11211         * src/SDCCast.c: A better fix for bug #661910
11212         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11213
11214 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11215
11216         * src/Makefile.in: remove spawn.o
11217         * src/SDCCmain.c: remove spawn.h
11218         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11219         * src/spawn.c: removed
11220         * src/spawn.h: removed
11221         * support/regression/ports/ds390/spec.mk: link with -r
11222
11223 2003-01-24    <johan AT CP255758-A>
11224
11225         * src/ds390/gen.c (aopOp): fixed bug #667458
11226         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11227         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11228         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11229
11230 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11231
11232         * src/mcs51/peeph.def: better assembler identation by Frieder
11233         * src/mcs51/gen.c: better assembler identation by Frieder
11234
11235 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11236
11237         * as/z80/string.h: removed for gcc 3.2
11238         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11239         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11240
11241 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11242
11243         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11244         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11245         * support/regression/Makefile: separate temp files for ports
11246         * support/regression/generate-cases.py: separate temp files for ports
11247         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11248         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11249
11250 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11251
11252         * moved tinitalk to device/examples/ds390
11253
11254 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11255
11256         * as/mcs51/lkmem.c: rflag is for DS390
11257         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11258         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11259                          (linkEdit): move mem- and map-files the same way as ihx-files
11260         * src/z80/main.c (_setDefaultOptions): removed --generic
11261         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11262         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11263         * src/pic/glue.c (picglue): --c1mode works again
11264         * src/pic16/glue.c (pic16glue): --c1mode works again
11265         * src/asm.c (printCLine): fix #660034
11266
11267 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11268
11269         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11270         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11271         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11272         * as/mcs51/lkmem (summary): better fix for sp problem
11273         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11274         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11275         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11276                                               remove --stack-after-data
11277
11278 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11279
11280         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11281         * src/SDCCutil.c (join): ugly bug: missing '\0'
11282         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11283
11284 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11285
11286         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11287         * src/port.h: typo
11288         * src/pic/main.c (_asmCmd): gpasm supports -o
11289         * src/z80/main.c: more general macros
11290         * device/lib/Makefile.in: remove intermediate files
11291
11292 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11293
11294         * .version: Bumped version number to 2.3.3
11295         * src/SDCCBBlock.c: new option -o
11296         * src/SDCCglobl.h: new option -o
11297         * src/SDCCglue.c: new option -o
11298         * src/SDCCmain.c: new option -o
11299         * src/asm.c: new option -o
11300         * src/ds390/main.c: new option -o
11301         * src/pic/glue.c: new option -o
11302         * src/pic/pcode.c: new option -o
11303         * src/pic/ralloc.c: new option -o
11304         * src/pic16/glue.c: new option -o
11305         * src/pic16/pcode.c: new option -o
11306         * src/pic16/ralloc.c: new option -o
11307         * src/z80/main.c: new option -o
11308         * device/lib/Makefile.in: use -o
11309         * support/regression/ports/ds390/spec.mk: use -o
11310         * support/regression/ports/gbz80/spec.mk: use -o
11311         * support/regression/ports/mcs51/spec.mk: use -o
11312         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11313         * support/regression/ports/z80/spec.mk: use -o
11314         * support/regression/ports/ucz80/spec.mk: use -o
11315         * support/regression/ports/xa51/spec.mk: use -o
11316         * support/regression/fwk/lib/timeout.c: fix usage string
11317
11318 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11319         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11320
11321 2003-01-07    <johan AT balder>
11322
11323         * src/SDCCast.c (decorateType): fixed bug #600035
11324
11325 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11326         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11327         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11328         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11329         * src/pic/pcode.c: outcommented unused variable to remove warnings
11330         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11331
11332 2003-01-06    <karl AT turbobit.com>
11333         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11334    regression tests.
11335
11336 2003-01-06    <johan AT balder>
11337
11338         * src/SDCCicode.c: fixed array add
11339
11340 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11341         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11342         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11343
11344 2003-01-04    <johan AT balder>
11345
11346         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11347
11348 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11349         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11350
11351 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11352         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11353         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11354
11355 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11356         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11357
11358 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11359         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11360
11361 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11362         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11363
11364 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11365
11366     * in /sdcc/as/mcs51/ changed these files in order to create an
11367     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11368     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11369     following files to include the previous two files: aslink.dsp,
11370     Makefile.aslink, Makefile.bcc, and Makefile.in.
11371
11372     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11373     .adb instead of .cdb
11374
11375 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11376
11377         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11378         value from option --iram-size.
11379
11380 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11381
11382         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11383         dram[] array.
11384
11385 2002-09-18    <wiml AT hhhh.org>
11386
11387         * SDCClrange.h: exposed setFromRange() and setToRange()
11388         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11389           packRegsForAccUse() (bug 542397)
11390         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11391           multiple times and emitting the fetch operations more than once
11392           added aopGetUsesAcc() function to allow binary operators to
11393           fetch their operands in the correct order; made genMinus() emit
11394           compact code for X = LITERAL - Y
11395
11396 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11397         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11398         sprintf() in line 1267.
11399
11400 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11401         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11402         like ports.
11403
11404 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11405         Changes to aslink (All the changes are marked with 'JCF'):
11406
11407         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11408         summary().
11409
11410         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11411         area BSEG.  Also moves, if possible, the DATA area down into the internal
11412         ram so more space is available.
11413
11414         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11415         sflag.
11416
11417         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11418         not bytes.  Function summary() which creates a memory usage summary
11419         file with extension .mem.  Reports of overlaping stack and small stack
11420         size.  If the space for the stack is less than 16 bytes aslink trows a
11421         warning.
11422
11423         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11424         the 8051.  Option 'y' for memory summary output file.
11425
11426         Changes to sdcc (All the changes are marked with 'JCF'):
11427
11428         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11429
11430         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11431         overlaying area for it (uses RegBankUsed[4]).
11432
11433         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11434         bank zero as used by default.  By default aslink locates the stack
11435         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11436         the creation of the .mem file.  Delegates the allocation of data area
11437         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11438         the begining of the stack area to aslink.
11439
11440         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11441         glue() in SDCCglue.c creates an area for it.
11442
11443 2002-09-03  Borut Razem <borut.razem AT siol.net>
11444         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11445         sdcc/src/pic/glue.c:
11446         introduced atexit() handler for teporay files removal in case of
11447         errors, assertions, ...
11448
11449 2002-08-29  Borut Razem <borut.razem AT siol.net>
11450         * sdcc/support/cpp2/auto-host_vc_in.h:
11451         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11452         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11453         Maybe there is a similar problem with BORLANDC? It should be checked!
11454
11455         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11456         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11457         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11458         was not executed, and the compiler (cl) launched a warning:
11459         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11460
11461 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11462         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11463
11464 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11465         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11466
11467         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11468           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11469           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11470           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11471           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11472           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11473           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11474         - added Release configuration in VS projects
11475         - review of compiler an linker options
11476         - VC .exe files are generated in bin_vc directory, not to interfere
11477           with binaries generated from other projects (cygwin, mingw, bcc ...)
11478
11479         * sdcc/src/yacc.dsp: added
11480
11481         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11482         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11483         and insert the version number definitions from .version
11484
11485         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11486
11487         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11488         added - genarate auto-host.h using auto-host_vc_in.h as template
11489
11490         * sdcc/sdcc_vc.h,
11491         removed from CVS, generated automatically
11492
11493 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11494         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11495
11496 2002-08-11  Borut Razem <borut.razem AT siol.net>
11497         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11498
11499 2002-08-10  Borut Razem <borut.razem AT siol.net>
11500         * src/SDCCmain.c (main):
11501         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11502         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11503         The consequence was that some temporary files were not removed.
11504
11505         * src/SDCCglue.c:
11506         unification of code in functions tempfilename() and tempfile():
11507         function tempnam() is defined in Visual Studio 6.0 and .NET
11508
11509         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11510
11511         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11512           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11513         - removed compiler command line option /WX: Treats all warnings as errors
11514         - update a list of source files, included into the project
11515
11516         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11517           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11518         changed project type to Generic Project so that can be correcly converted to VS.NET project
11519
11520         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11521
11522         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11523
11524         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11525
11526         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11527         added return 0 statements after assert() to make compiler happy
11528
11529         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11530         added newline in the def file to keep MSC compiler satisfied
11531
11532         * sdcc/src/z80/gen.c:
11533         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11534           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11535         - solved MSC error in function aopDump()
11536
11537         * sdcc_vc.h: define PREFIX as "\\sdcc"
11538
11539 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11540         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11541
11542 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11543         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11544         - Rewrote the register banking algorithm.
11545         - Added pCode live-range analysis to registers (for now, only non-used and
11546         singly-used registers optimized away)
11547
11548         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11549
11550         * 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.
11551
11552 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11553         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11554
11555 2002-04-22  Michael Hope  <michaelh AT vroom>
11556
11557         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11558
11559         * configure.in (DD_COPT): Added include support required for gbdk.
11560
11561         * .version: Bumped version number just to increase it.
11562
11563         * src/SDCCmain.c: Added -nostdinc to the default options.
11564
11565 2002-04-15  Michael Hope  <michaelh AT vroom>
11566
11567         * device/lib/z80/printf.c (sprintf): Added.
11568
11569         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11570
11571         * src/z80/peeph.def: Added transpose redundent load rule.
11572
11573         * src/z80/main.c: Added force callee saves for jaune.
11574
11575         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11576
11577         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11578
11579 2002-03-28  Johan Knol  <johan AT balder>
11580
11581         * src/SDCCval.c: fixed bug #532436
11582
11583 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11584         * /src/port.h:
11585         Added "char *Processor" field to the port structure.
11586
11587         * /src/SDCCmain.c:
11588         Added -p option. Allows port dependent processor to be specified.
11589
11590         * all ports:
11591         Initialized the new field char *Processor field to NULL in all ports
11592
11593         * /src/pic/*:
11594         Compiler generated registers for interrupt context saving
11595         were not getting allocated.
11596
11597 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11598
11599         * /src/SDCCast.c:
11600         Fixed left shift. Will promote the left side of a left shift
11601         if a) left shifting more than size of operand or b) when assigned
11602         to something size > size of left side
11603
11604 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11605         * src/pic/*
11606         tons of changes. Register allocation has been
11607         rewritten. Added customization for the various PICs. Flow
11608         analysis is restructured. ...
11609
11610         * src/pic/device.h:
11611         Added
11612
11613         * src/pic/device.c:
11614         Added. device.c is a PIC port hack to accomodate variations
11615         in PIC devices.
11616
11617 2002-03-13  Michael Hope  <michaelh AT vroom>
11618
11619         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11620
11621 2002-03-04  johanknol  <johanknol AT manik>
11622
11623         * /src/SDCCval.c: fixed
11624
11625         const unsigned char arr[][2] = { { 0, 1 } };
11626         t18.c:1: error: Initializer element is not constant
11627
11628 2002-03-04  bela  <bela AT manik>
11629
11630         * /device/include/mcs51reg.h:
11631         ds89c420 register definition update
11632
11633 2002-03-03    <johan AT FRIJA>
11634
11635         * support/Util/SDCCerr.c: did something, but don't no why anymore
11636
11637         * support/regression/tests/bug-524691.c: made it a little less shy
11638
11639         * src/SDCCast.c (decorateType): fixed bug #524697
11640
11641         * src/SDCCast.c: made some lineno improvements
11642
11643         * src/SDCCval.c (getNelements): changed warning to error
11644
11645         * src/SDCCglue.c (printIvalArray): changed warning to error
11646
11647         * src/SDCCicode.c: fixed a warning for mingw
11648
11649         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11650
11651         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11652
11653 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11654
11655         * src/ds390/peeph.def:
11656         Added some more peephole rules
11657
11658         * src/ds390/gen.c: Various fixes & enhancements
11659
11660         * src/SDCClrange.c, src/SDCClrange.h:
11661         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11662
11663         * src/ds390/ralloc.c:
11664         various fixes & enhancements (ds390) specific
11665
11666         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11667         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11668         from rallocs.
11669
11670         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11671
11672 2002-03-02    <johan AT FRIJA>
11673
11674         * src/SDCCast.c (decorateType): fixed bug #524708
11675
11676         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11677
11678         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11679
11680 2002-03-01  Michael Hope  <michaelh AT vroom>
11681
11682         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11683
11684         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11685
11686 2002-03-01    <johan AT FRIJA>
11687
11688         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11689
11690         * src/SDCCast.c (decorateType): fixed bug #524209
11691
11692         * src/SDCCval.c (valNot): fixed bug #524195
11693
11694 2002-02-26    <johan AT balder>
11695
11696         * src/xa51/gen.c: fixed a warning
11697
11698         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11699
11700         * src/SDCCast.c (decorateType): fixed bug #522534
11701
11702 2002-02-23    <johan AT balder>
11703
11704         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11705
11706 2002-02-22    <johan AT balder>
11707
11708         * src/SDCCast.c: fixed bug #514865
11709
11710         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11711
11712 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11713
11714         * sdcc/src/SDCCloop.c:
11715         Previous fix was not good. basic blocks that have "break" or "return" are
11716         not really partof a loop , but live ranges used in these blocks should
11717         be live thru the entire loop, so set partOfLoop but don't add them to
11718         loop region
11719
11720 2002-02-21    <johan AT FRIJA>
11721
11722         * src/SDCCcse.c: fixed bug #514308
11723
11724 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11725
11726         * src/SDCCloop.c:
11727         Fixed BUG #519583. If a conditional block ended in a return/break
11728         statement inside a loop, it was not being considered part of the loop.
11729
11730         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11731
11732 2002-02-10  Karl Bongers <karl AT turbobit.com>
11733
11734         * debugger/*:
11735         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11736         with lots of comments and notes.
11737
11738         * device/examples/test2.c:
11739         Fix bug, "red" variable not being initialized(compiler complained).
11740
11741         * device/examples/Makefile, examples/test3.c:
11742         Add Makefile in device/examples folder, compiles test3.c
11743         for use as a multiple module SDCDB test case.
11744
11745         * sim/ucsim/cmd.src/cmdset.cc:
11746         Took out debug printfs in ucsim "next" command.
11747
11748         * sim/ucsim/xa.src:
11749         Karl and Johan start ucsim XA support.  Most dissassembly working,
11750         about 75% emulation done(plenty of work remaining).
11751
11752         * sim/ucsim/z80.src:
11753         Add Z80 support to ucsim, add test-ucz80 regression test,
11754         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11755         Notice z80 compiler fails on examples/test3.c/crc code.
11756
11757 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11758
11759         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11760         Added support for --parms-in-bank1
11761
11762         * src/ds390/peeph.def:
11763         added a few more peephole optimzations
11764
11765         * src/ds390/main.c:
11766         1) added __builtin_inp & __builtin_outp used to read in data of given length
11767            from a memory mapped port
11768         2) added __builtin_memcmp
11769         3) added __builtin_swapw swap bytes of a short
11770
11771         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11772         1) handle multiple send & receives from register bank1
11773         2) ralloc can now allocate DPTR1 to some liveRanges
11774
11775         * src/SDCCsymt.c, src/SDCCsymt.h:
11776         changes to handle multiple sends & receives
11777
11778         * src/SDCCptropt.h:
11779         added some pointer arithmetic optimization
11780
11781         * src/SDCCptropt.c:
11782         added some pointer arithmetic optimizations but not stable yet so not
11783         called from anywhere (will get this working shortly)
11784
11785         * src/SDCCopt.c: fixed for multiple sends & receives
11786
11787         * src/SDCCmain.c:
11788         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11789         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11790            set preprocessor defines (depending on options)
11791
11792         * src/SDCCicode.c, src/SDCCicode.h:
11793         changes made to handle multiple sends & receives
11794
11795         * src/SDCCglobl.h:
11796         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11797
11798         * src/SDCCcse.c, src/SDCCcse.h:
11799         added function findbackward def (to be used in upcoming optimization)
11800
11801         * src/SDCCcflow.c, src/SDCCcflow.h:
11802         added function returnAtEnd - to determine if a basic block terminates with
11803         a RETURN iCode
11804
11805         * src/SDCCast.c, src/SDCCast.h:
11806         added option parms-in-bank1
11807
11808         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11809         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11810         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11811         adjusted for --parms-in-bank1 option
11812
11813         * device/include/string.h:
11814         donot redefine "reentrant" keyword
11815
11816         * device/include/ds80c390.h: Added some more SFRs
11817
11818 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11819
11820         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11821
11822 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11823
11824         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11825
11826 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11827
11828         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11829
11830 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11831
11832         * Added --xram-movc option
11833
11834 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11835
11836         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11837
11838 2002-01-11  Johan Knol
11839
11840         * Added math lib of Jesus Calvino-Fraga
11841
11842 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11843
11844         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11845         * support/regression/Makefile: new target test-mcs51-stack-auto
11846         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11847
11848 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11849
11850         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11851
11852 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11853
11854         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11855
11856 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11857
11858         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11859
11860         * src/SDCCglue.h: add definition for printIvalChar()
11861
11862 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11863
11864         * src/SDCCast.c: fix #498138 by Johan
11865
11866         * src/SDCCglue.c: fix #498138 by Johan
11867
11868 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11869
11870         * support/regression/Makefile: fix clean
11871
11872         * support/regression/ports/ds390/support.c: fix transmission of last character
11873
11874 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11875
11876         * /sdcc/src/ds390/gen.c:
11877         a) improved computing address of stack variable
11878         b) took out some #if 0 code
11879         c) improved parmBytes adjustment
11880         d) improved genPlusIncr & genMinusIncr
11881         e) genCmp could generate bad code (when left assigned to DPTR)
11882         f) Fixed bug in hasInc
11883
11884         * /sdcc/src/ds390/ralloc.c:
11885         a) packRegsForSupport could mess up live information (Fixed)
11886         b) packRegsDPTRuse could be incorrect for left & right shift
11887
11888         * /sdcc/src/mcs51/ralloc.c:
11889         packRegsForSupport could mess up the live information (Fixed)
11890
11891         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11892
11893         * /sdcc/src/SDCCast.c:
11894         can reverse a loop even if function call is present as long
11895         as the loop control variable is local & is not passed as parameter
11896
11897 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11898
11899         * /sdcc/ChangeLog: *** empty log message ***
11900
11901         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11902         More builtin function additions for TININative
11903
11904         * /sdcc/src/ds390/ralloc.c:
11905         Had broken the regression testsuite
11906
11907         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11908
11909         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11910         Added funcattr hasStackParms will be set for reentrant functions when there
11911         are paramteres on the stack, this helps in minimizing frame pointer generation
11912         typeFromStr can handle function pointers now
11913
11914         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11915         *** empty log message ***
11916
11917 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11918
11919         * /src/ds390/gen.c, /src/ds390/main.c:
11920         More builtin function additions for TININative
11921
11922         * /src/ds390/ralloc.c:
11923         Had broken the regression testsuite
11924
11925         * /src/SDCCast.c: Fixed a bug in dumptree
11926
11927         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11928         Added funcattr hasStackParms will be set for reentrant functions when there
11929         are paramteres on the stack, this helps in minimizing frame pointer generation
11930         typeFromStr can handle function pointers now
11931
11932         * /doc/builtins.txt, /doc/TININative.txt:
11933         *** empty log message ***
11934
11935
11936 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11937
11938         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11939         ALPHA version for -mTININative
11940
11941         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11942         updated to reflect changes in the port structure
11943
11944         * /src/port.h:
11945         added function do_assemble (similar to do_link) if non-null this function
11946         will be called to do assembly (-mTININative) requires a multi command
11947         assembly
11948         added function genAssemblerEnd will be called to generate assembler Epilogue
11949
11950         * /src/SDCCsymt.c:
11951         added _JavaNative to debug info printing
11952
11953         * /src/SDCCmain.c: added option --tini-libid
11954         added port->do_assemble function (-mTININative) has a multi command assemble
11955
11956         * /src/SDCCglue.c: Disabled "constExpr" check
11957         added port->genAssemblerEnd function
11958
11959         * /src/SDCCglobl.h: Added option --tini-libid value
11960
11961         * /src/SDCCast.h:
11962         tookout optimizeCompare from the header (has no external references)
11963
11964         * /src/SDCCast.c: made one more function "static"
11965
11966 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11967
11968         * src/z80/mappings.i: Added z80asm support.
11969
11970         * src/z80/main.c: Added z80asm support on --asm=z80asm
11971
11972         * src/z80/gen.c: Fixed asm portability issues.
11973
11974         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11975
11976         * src/SDCCglue.c (printExterns): Added global/extern split.
11977
11978 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11979
11980         * support/regression/Makefile: added test for mcs51 model large
11981
11982         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11983
11984         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11985
11986 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11987
11988         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11989
11990 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11991
11992         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11993
11994         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11995
11996 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11997
11998         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11999
12000         * support/regression/tests/simplefloat.c: Port to mcs51.
12001
12002 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
12003         * support/regression/tests/bug-485362.c: Added.
12004
12005         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
12006
12007         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
12008
12009         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
12010
12011         * src/z80/gen.c (aopDump): Added a dump function.
12012
12013 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
12014         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
12015
12016         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
12017
12018         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
12019
12020         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
12021
12022         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
12023
12024         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
12025
12026         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
12027
12028         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
12029
12030         * support/regression/ports/ds390/support.c: Use tinibios.
12031
12032         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
12033
12034 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
12035
12036         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
12037         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
12038
12039         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
12040
12041         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
12042
12043 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
12044
12045         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
12046
12047         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
12048         (packRegsForIYUse): Created and optimised.
12049
12050 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12051
12052         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
12053 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
12054
12055         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
12056
12057         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
12058
12059         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
12060
12061 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12062
12063         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
12064
12065         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
12066
12067 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12068
12069         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
12070
12071         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
12072
12073         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
12074
12075 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12076
12077         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
12078         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
12079         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
12080
12081         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
12082
12083         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
12084         (genNotFloat): Added.
12085         (genUminusFloat): Added.
12086
12087         * device/lib/z80/Makefile: Added floating pt stubs.
12088
12089         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
12090
12091         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
12092
12093         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
12094
12095 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12096
12097         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
12098
12099         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
12100
12101         * sdcc/support/regression/Makefile: Add port ds390.
12102
12103         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
12104
12105         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
12106
12107         * sdcc/support/regression/ports/ds390/spec.mk: Added.
12108
12109         * sdcc/support/regression/ports/ds390/support.c: Added.
12110
12111         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
12112
12113         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
12114
12115         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
12116
12117 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12118
12119         * device/include/malloc.h: Added z80 and gbz80 support.
12120
12121         * device/lib/gbz80/heap.s: Added.
12122
12123         * device/lib/z80/heap.s: Added.
12124
12125         * device/lib/malloc.c: Added z80 and gbz80 support.
12126
12127         * support/regression/tests/malloc.c (testMalloc): Added.
12128
12129         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
12130
12131         * support/regression/tests/bug-478094.c: Added.
12132
12133         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
12134
12135 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
12136
12137         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
12138
12139         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
12140
12141         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
12142
12143         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
12144
12145         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
12146
12147 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12148
12149         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
12150
12151 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
12152
12153         * support/regression/tests/bug-477927.c: Added.
12154
12155         * src/z80/peeph.def: Added minor rules.
12156
12157         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12158
12159         * src/z80/peeph.def: Added jump optimisation modification.
12160
12161 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12162
12163         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12164
12165 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12166
12167         * support/regression/tests/funptrs.c: Added.
12168
12169 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12170
12171         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12172
12173 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12174
12175         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12176
12177         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12178
12179         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12180         (movLeft2ResultLong): Created.
12181
12182         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12183         (joinPushes): Added.  Joins two char pushes into a word push.
12184
12185 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12186
12187         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12188
12189         * support/makebin/Makefile (install): Added creation of dest dir.
12190
12191 2001-10-24 Karl Bongers <karl AT turbobit.com>
12192
12193         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12194
12195 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12196
12197         * src/z80/ralloc.c: Turned off faulty pack for one use.
12198
12199         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12200
12201         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12202
12203 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12204
12205         * support/regression/Makefile: Improved clean
12206
12207         * support/regression/ports/gbz80/spec.mk: Added clean
12208
12209         * support/regression/ports/host/spec.mk: Added clean
12210
12211         * support/regression/ports/z80/spec.mk: Added clean
12212
12213         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12214
12215         * support/regression/ports/mcs51/timeout.c: little improvements
12216
12217 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12218
12219         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12220
12221         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12222
12223         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12224
12225 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12226
12227         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12228
12229         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12230
12231 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12232         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12233
12234         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12235
12236         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12237
12238         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12239
12240         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12241
12242         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12243
12244         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12245
12246         * support/regression/tests/longor.c: Added.
12247
12248 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12249
12250         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12251
12252         * as/mcs51/aslink.h: define PATH_MAX
12253
12254         * as/mcs51/asm.h: define PATH_MAX
12255
12256         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12257
12258         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12259
12260         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12261
12262         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12263
12264         * src/SDCCglobl.h: define PATH_MAX
12265
12266         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12267
12268         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12269
12270 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12271
12272         * src/z80/gen.c (gencjneshort): Fixed
12273
12274         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12275
12276 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12277
12278         * support/regression/tests/bug-469671.c: Added.
12279
12280         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12281
12282 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12283
12284         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12285
12286         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12287
12288 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12289
12290         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12291
12292         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12293
12294         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12295
12296         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12297
12298         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12299
12300         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12301
12302         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12303
12304 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12305
12306         * 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.
12307
12308         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12309
12310         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12311
12312 2001-10-07    <johan AT FRIJA>
12313
12314         * device/lib/gets.c (gets): fixed the return value.
12315
12316 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12317         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12318
12319         * 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.
12320
12321         * 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.
12322
12323         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12324
12325         * src/pic/gen.c: Removed Safe_strdup.
12326
12327         * configure.in: Added option to enable libgc support.
12328
12329         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12330         (bitVectUnion): Optimised.
12331         (bitVectIntersect): Optimised.
12332         (bitVectBitsInCommon): Optimised.
12333         (bitVectCplAnd): Optimised.
12334
12335         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12336
12337 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12338
12339         * src/SDCCmain.c: distinguish between assembler debug and plain options
12340
12341         * src/avr/main.c:   remove standard assembler options
12342
12343         * src/ds390/main.c: remove standard assembler options
12344
12345         * src/mcs51/main.c: remove standard assembler options
12346
12347         * src/port.h: removed "PENDING" comment
12348
12349 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12350
12351         * src/device/lib/_mulint.c  : new, with assember functions
12352
12353         * src/device/lib/_mullong.c : new, with assember functions
12354
12355         * src/device/lib/_divuint.c : with assember functions
12356
12357         * src/device/lib/_divsint.c : with assember functions
12358
12359         * src/device/lib/_divulong.c: with assember functions
12360
12361         * src/device/lib/_divslong.c: with assember functions
12362
12363         * src/device/lib/_moduint.c : with assember functions
12364
12365         * src/device/lib/_modsint.c : with assember functions
12366
12367         * src/device/lib/_modulong.c: with assember functions
12368
12369         * src/device/lib/_modslong.c: with assember functions
12370
12371         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12372
12373         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12374
12375         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12376                                       replaced _mululong.c and _mulslong.c by _mullong.c
12377
12378 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12379
12380         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12381
12382 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12383
12384         * src/SDCCglue.c: test, if win32api is available for MINGW
12385
12386 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12387
12388         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12389         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12390         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12391         * support/regression/ports/host/spec.mk: removed GENERIC
12392         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12393         * support/regression/ports/z80/spec.mk: removed GENERIC
12394
12395 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12396
12397         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12398
12399         * support/regression/tests/bug-467035.c: Created.
12400
12401 2001-10-01    <johan AT FRIJA>
12402
12403         * src/SDCC.y: fixed bug #466586 part 1
12404
12405 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12406
12407         * SDCCicode.c: z80 has no generic pointers
12408         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12409
12410 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12411
12412         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12413
12414 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12415
12416         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12417
12418         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12419
12420 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12421
12422         * configure.in: Fixed up so that ucsim is only configured once.
12423
12424         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12425
12426         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12427         (getPathDifference): As above.
12428
12429         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12430
12431         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12432
12433 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12434         * .version: Updated to 2.3.1
12435
12436         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12437         Added copyright header.
12438
12439         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12440         (assemble): Added support for macro based assembler commands.
12441         (linkEdit): Added support for macro based linker commands.
12442         (preProcess): Changed the pre-processor to use macros.
12443         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12444         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12445
12446         * device/lib/z80/crt0.s: Added module name for debugging.
12447
12448 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12449
12450         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12451
12452         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12453
12454         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12455
12456         * src/Makefile.in: Added SDCCmacro and SDCCutil
12457
12458 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12459
12460         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12461
12462 2001-09-16    <johan AT FRIJA>
12463
12464         * 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.
12465
12466 2001-09-15    <johan AT FRIJA>
12467
12468         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12469         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12470
12471 2001-09-11    <johan AT FRIJA>
12472
12473         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12474
12475 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12476
12477         * support/regression/tests/bug-460444.c: Added test case.
12478
12479         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12480         (genCast): Added justification for all of the asserts.
12481
12482 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12483
12484         * support/regression/support.c: _xdata replaced by xdata
12485
12486         * support/regression/spec.mk: removed _generic
12487
12488 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12489
12490         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12491
12492         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12493         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12494
12495         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12496
12497         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12498
12499         * support/regression/tests/bug-460010.c: Added test case.
12500
12501         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12502
12503 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12504
12505         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12506
12507         * support/regression/testfwk.c: removed workaround for bug #436344
12508
12509         * support/regression/tests/bp.c: use less memory with mcs51
12510
12511         * support/regression/tests/bug-441448.c: use less memory
12512
12513         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12514
12515         * support/regression/collate-results.py: typo
12516
12517 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12518
12519         * support/regression/tests/fetchoverlap.c: Added new test case.
12520
12521         * support/regression/tests/bp.c: Added new test case.
12522
12523         * support/regression/tests/bug-448984.c: Added new test case.
12524
12525         * support/regression/tests/pow2shifts.c: Added new test case.
12526
12527         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12528         (genlshTwo): Fixed right shift for count > 8.
12529
12530         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12531
12532 2001-09-08    <johan AT FRIJA>
12533
12534         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12535
12536 2001-09-07    <johan AT FRIJA>
12537
12538         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12539
12540         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12541
12542 2001-09-06    <johan AT FRIJA>
12543
12544         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12545         * bernhard noted me at this: "() equals to (void)" (1.38)
12546
12547 2001-09-05    <johan AT FRIJA>
12548
12549         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12550
12551 2001-09-04    <johan AT FRIJA>
12552
12553         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12554
12555
12556 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12557
12558         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12559
12560 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12561
12562         * link/z80/aslink.h: Fixed path for PATH_MAX
12563
12564 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12565
12566         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12567
12568         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12569
12570         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12571
12572         * 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.
12573
12574 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12575
12576         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12577         (genCmp): Fixed up genCmp for the GB with longs.
12578
12579         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12580
12581         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12582
12583         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12584
12585         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12586
12587 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12588
12589         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12590
12591 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12592
12593         * 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.
12594
12595         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12596
12597 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12598
12599         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12600
12601         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12602
12603 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12604
12605   * sim/ucsim/configure:    little improvement of Cygwin-detection
12606   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12607   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12608   * support/regression/tests/bug-221100.c: small changes for mcs51
12609   * support/regression/tests/bug-221168.c: small changes for mcs51
12610   * support/regression/tests/bug-227710.c: small changes for mcs51
12611   * support/regression/tests/staticinit.c: small changes for mcs51
12612   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12613   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12614   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12615
12616 $Revision$