* doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
[fw/sdcc] / ChangeLog
1 2006-09-08 Borut Razem <borut.razem AT siol.net>
2
3         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
4
5 2006-09-08 Raphael Neider <rneider AT web.de>
6
7         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
8         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
9             to gplink to disable processor mismatch warning and to allow
10             the use of devices with only aliased (shared) memory banks,
11           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
12
13 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
14
15         * doc/sdccman.lyx: Some re-formating plus example on using
16           #pragma preproc_asm +/-
17
18 2006-09-07 Borut Razem <borut.razem AT siol.net>
19
20         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
21           section
22
23 2006-09-06 Borut Razem <borut.razem AT siol.net>
24
25         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
26           line at sdcc.nsi:153
27         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
28
29 2006-09-05 Borut Razem <borut.razem AT siol.net>
30
31         * configure.in, configure: support for winsock2
32         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
33           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
34           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
35           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
36           debugger/mcs51/symtab.h: sdcdb WIN32 native port
37
38 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
39
40         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
41           and OP_DEFS
42         * support/regression/tests/bug1551947.c: new, added
43         * src/SDCCsymt.h: strings are char* not byte*
44
45 2006-09-05 Raphael Neider <rneider AT web.de>
46
47         * device/lib/pic16/libdev/pic18f4550.c,
48           device/include/pic16/pic18f4550.h: added PORTD/TRISD
49             declarations/definitions from patch #1520949
50
51 2006-09-05 Raphael Neider <rneider AT web.de>
52
53         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
54           byte-aligned bitfields, fixes #1539278
55
56 2006-09-05 Raphael Neider <rneider AT web.de>
57
58         * src/pic/gen.c (genReceive): skip unreferenced arguments,
59           fixes #1544120
60
61 2006-09-04 Borut Razem <borut.razem AT siol.net>
62
63         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
64         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
65           -mno-cygwin is a part of the compiler name
66         * support/scripts/sdcc_mingw32: don't disable ucsim
67
68 2006-09-03 Borut Razem <borut.razem AT siol.net>
69
70         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
71         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
72
73 2006-09-03 Raphael Neider <rneider AT web.de>
74
75         * src/pic/ralloc.c,
76         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
77           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
78           fixes #1550049
79
80 2006-09-01 Borut Razem <borut.razem AT siol.net>
81
82         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
83           to make ppc-osx happy
84
85 2006-08-31 Borut Razem <borut.razem AT siol.net>
86
87         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
88         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
89         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
90         * support/regression/ports/ds390/spec.mk,
91           support/regression/ports/mcs51/spec.mk,
92           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
93           To run regression tests in mingw environment:
94           make DEV_NULL=NUL CC=gcc
95
96 2006-08-30 Borut Razem <borut.razem AT siol.net>
97
98         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
99           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
100           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
101           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
102           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
103           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
104           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
105           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
106           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
107           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
108           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
109           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
110           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
111           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
112           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
113           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
114           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
115           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
116           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
117           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
118           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
119           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
120           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
121           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
122           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
123           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
124           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
125           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
126           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
127           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
128           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
129           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
130           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
131           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
132           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
133           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
134           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
135           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
136           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
137           ucsim WIN32 native port
138
139 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
140
141         * doc/sdccman.lyx: added note on dynamic memory heap initialization
142
143 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
144
145         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
146         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
147
148 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
149
150         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
151         * support/regression/tests/bug1546986.c: new, added
152         * as/mcs51/.cvsignore,
153         * debugger/mcs51/.cvsignore,
154         * src/.cvsignore: deleted
155
156 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
157
158         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
159           definitions)
160
161 2006-08-20 Borut Razem <borut.razem AT siol.net>
162
163         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
164           removed cl_listen_console::match(), cl_console::match(),
165           restructured cl_commander::proc_input()
166
167 2006-08-16 Borut Razem <borut.razem AT siol.net>
168
169         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
170           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
171           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
172
173 2006-08-14 Borut Razem <borut.razem AT siol.net>
174
175         * support/regression/Makefile.in,
176           support/regression/ports/pic14/gpsim.cmd,
177           support/regression/ports/pic14/spec.mk,
178           support/regression/ports/pic14/support.c:
179           added pic14 regression test
180
181 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
182
183         * as/doc/asxhtm.html: documented changed ABS behaviour
184         * as/doc/README: fixed some typos
185
186 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
187
188         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
189           not defined on host
190
191 2006-08-12 Borut Razem <borut.razem AT siol.net>
192
193         * support/regression/fwk/include/testfwk.h,
194           support/regression/fwk/lib/testfwk.c,
195           support/regression/generate-cases.py,
196           support/regression/Makefile.in:
197           regression test framework does not depend on function pointers and
198           variable arguments
199
200 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
201
202         * device/include/stddef.h: c temporary hack to fix bug 1518273
203
204 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
205
206         * device/include/mcs51/cc2510fx.h: added
207         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
208           to projects.
209
210 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
211
212         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
213         * as/z80/Makefile.in: added strcmpi.c
214         * as/z80/z80adr.c: added upper case registers and lower case conditionals
215         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
216
217 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
218
219         * device/lib/gbz80/asm_strings.s,
220         * device/lib/gbz80/crt0_rle.s,
221         * device/lib/gbz80/div.s,
222         * device/lib/gbz80/mul.s,
223         * device/lib/gbz80/shift.s,
224         * device/lib/z80/asm_strings.s,
225         * device/lib/z80/crt0_rle.s,
226         * device/lib/z80/div.s,
227         * device/lib/z80/mul.s,
228         * device/lib/z80/shift.s: changed to all lower case menmonics except the
229           flags which are all upper case
230
231 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
232
233         * as/z80/asm.h: made CASE_SENSITIVE 1
234         * link/z80/aslink.h: made CASE_SENSITIVE 1
235         * src/z80/gen.c (throughout): made all conditionals upper case
236         * support/regression/tests/bug1503067.c: new
237
238 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
239
240         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
241           (shiftIntoPair): added case 2 for PAIR_IY,
242           (setupToPreserveCarry): replaced parameters with iCode and check if
243            PAIR_DE is in use to fix bug 1399290,
244           (genPlus, genMinus): updated call to setupToPreserveCarry
245         * support/regression/tests/bug1399290.c: new
246
247 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
248
249         * device/lib/Makefile.in (Z80SOURCES): enabled float support
250         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
251         * src/ds390/gen.c (shiftRLong),
252         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
253         * src/mcs51/gen.c (sameReg): changed to sameByte,
254           (xch_a_aopGet): new,
255           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
256            shiftRLong): fixed bug 1533966
257         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
258           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
259         * support/regression/Makefile.in: disabled z80, enabled ucz80
260         * support/regression/tests/float_trans.c: enabled test for z80 and host
261         * support/regression/tests/shifts2.c: new, for testing bug 1533966
262
263 2006-08-01 Borut Razem <borut.razem AT siol.net>
264
265         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
266           comparison is always false due to limited range of data type
267           on PPC64 machine (openpower-linux1) where "char = unsigned char"
268
269 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
270
271         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
272         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
273         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
274         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
275
276 2006-07-31 Borut Razem <borut.razem AT siol.net>
277
278         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
279           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
280           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
281           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
282           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
283           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
284           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
285           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
286           enable ucsim mingw compilation. Serial port is disabled,
287           since it uses termios.h API, which is not available on native
288           WIN32
289
290 2006-07-31 Borut Razem <borut.razem AT siol.net>
291
292         * Small Device C Compiler 2.6.0 released
293         * support/scripts/sdcc.nsi: added FULL_DOC option
294         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
295
296 2006-07-28 Borut Razem <borut.razem AT siol.net>
297
298         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
299         * doc/INSTALL.txt: updated
300
301 2006-07-27 Borut Razem <borut.razem AT siol.net>
302
303         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
304           device/lib/pic/libdev/Makefile.in: fixed bug
305           [ 1438354 ] pic libsdcc: distclean doesn't work
306         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
307           device/lib/pic16/libio/Makefile.in: fixed bug
308           [ 1438344 ] pic16 lib: clean doesn't work properly
309         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
310
311 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
312
313         * device/lib/pic/libsdcc/fsdiv.c,
314         * device/lib/pic/libsdcc/fsmul.c,
315         * device/lib/pic16/libsdcc/float/fsdiv.c,
316         * device/lib/pic16/libsdcc/float/fsmul.c,
317         * device/lib/_fsdiv.c,
318         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
319         * support/regression/tests/bug1520966.c: added
320         * doc/knownbugs.html: removed [ 1520966 ] from the list
321
322 2006-07-25 Borut Razem <borut.razem AT siol.net>
323
324         * configure.in, configure, sdccconf_in.h: fixed bug
325           [ 1519095 ] regression test onebyte.c fails on ppc64 host
326         * doc/knownbugs.html: removed [ 1519095 ] from the list
327
328 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
329
330         * doc/knownbugs.html: added, contains list of known bugs at release
331         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
332
333 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
334
335         * device/include/mcs51/compiler.h: added SFRX for xdata based special
336           function registers and corrected defaults with additional warning
337         * device/lib/malloc.c: cosmetic changes
338         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
339         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
340           (fillGaps): and used it
341
342 2006-07-20 Raphael Neider <rneider AT web.de>
343
344         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
345           output unless SDCCPICDEBUG is set
346         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
347           output if SILENT is set
348
349 2006-07-11 Borut Razem <borut.razem AT siol.net>
350
351         * doc/README.txt: updated
352
353 2006-07-10 Borut Razem <borut.razem AT siol.net>
354
355         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
356           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
357           in WIN32 installation
358         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
359           release candidate 1
360
361 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
362
363         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
364         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
365
366 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
367
368         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
369
370 2006-07-06 Borut Razem <borut.razem AT siol.net>
371
372         * support/regression/tests/bitfields.c:
373           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
374         * support/regression/tests/constantRange.c:
375           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
376
377 2006-07-04 Borut Razem <borut.razem AT siol.net>
378
379         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
380           src/port.mk,
381           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
382           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
383           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
384           reverted changes from 2006-07-03
385         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
386         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
387           added CPPFLAGS, used by the host port
388
389 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
390
391         * support/regression/valdiag/tests/switch.c,
392         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
393         * support/regression/tests/libmullong.c: fixed for host
394         * support/regression/ports/host/spec.mk: disable all warnings for host,
395         SDCC runs with --less-pedantic too
396
397 2006-07-03 Borut Razem <borut.razem AT siol.net>
398
399         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
400           defined CPPFLAGS
401         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
402         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
403           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
404           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
405           include ../port.mk
406         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
407           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
408           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
409           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
410
411 2006-07-02 Raphael Neider <rneider AT web.de>
412
413         * src/pic16/devices.inc,
414         * device/include/pic16/pic18fregs.h,
415         * device/include/pic16/pic18f4550.h,
416         * device/lib/pic16/pics.all,
417         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
418
419 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
420
421         * as/hc08/lkaomf51.c (OutputName),
422         * as/mcs51/lkaomf51.c (OutputName),
423         * as/z80/asmain.c (asmbl),
424         * src/ds390/main.c (asmLineNodeFromLineNode),
425         * src/hc08/ralloc.c (hc08_assignRegisters),
426         * src/mcs51/main.c (asmLineNodeFromLineNode),
427         * src/xa51/ralloc.c (checkRegMask),
428         * src/xa51/gen.c (emitcode),
429         * src/z80/gen.c (_emit2),
430         * src/SDCCast.c (searchLitOp),
431         * src/SDCCglobl.h,
432         * support/packihx/packihx.c,
433         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
434         * src/ds390/gen.c (aopPutUsesAcc),
435         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
436         * support/regression/tests/libmullong.c (mullong_wrapper),
437         * src/SDCCsymt.c (powof2),
438         * src/SDCCast.c,
439         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
440         * src/SDCCsymt.h: added TYPE_TARGET_*
441         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
442         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
443         SDCCast because 1) header problems 2) this is the right place
444         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
445         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
446         prototype
447
448 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
449
450         * src/SDCCicode.h: removed buggy semicolon in unused macro
451         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
452         search for previous definiton of auto symbols too,
453         (findPrevUse): fixed logic of emitWarnings
454
455 2006-06-26 Raphael Neider <rneider AT web.de>
456
457         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
458           PCLATH and PCLATU on interrupts, potentially fixes #1505141
459
460 2006-06-25 Raphael Neider <rneider AT web.de>
461
462         * device/lib/pic/libm: NEW, added math library functions
463         * device/lib/pic/libsdcc: NEW; added float support functions
464         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
465         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
466           NEW, added math related headers
467         * device/include/asm/pic/features.h: NEW
468         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
469           (popGet): allow larger offsets for AOP_PCODE,
470           (genDataPointerSet): handle literals explicitly, more debug output,
471           (genAssign): fixed for float using aopLiteral ;-)
472         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
473           GOTO initialisation routine
474         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
475           flag on registers, fixes #1469043 (local variables do not work)
476         * src/pic/main.c (_pic14_do_link),
477         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
478           available
479
480 2006-06-25 Borut Razem <borut.razem AT siol.net>
481
482         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
483           characters printed (not including the trailing '\0' used to end
484           output to strings). Problem detected in regression test bug-927659.c.
485           NOTE: printf() family functions should return int instead
486           unsigned int!
487         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
488           specifier are printed as themselves
489         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
490           support flags, width and precision specifiers
491
492 2006-06-24 Borut Razem <borut.razem AT siol.net>
493
494         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
495           to the list of sdcc tagrets not supporting bit type
496         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
497           testfor pic16 due to bug:
498           [ 1511794 ] pic16: regression test bug-895992.c fails
499
500 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
501
502         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
503         * src/SDCCglue.c (initPointer), fixed bug 1496419
504         * support/regression/tests/bug1496419.c: new, added
505
506 2006-06-22 Borut Razem <borut.razem AT siol.net>
507
508         * support/regression/ports/pic16/support.c: use gpsim usart module from
509           libgpsim_modules library
510
511 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
512
513         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
514         IP0H to IPH0.
515
516 2006-06-19 Raphael Neider <rneider AT web.de>
517
518         * src/pic/glue.h,src/pic16/glue.h: added prototypes
519         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
520           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
521           (pic14printExterns,pic14printPublics,pic16printPublics,
522           pic16_printExterns): use new functions to emit symbols
523           (picglue,pic16glue): emit publics before emitting externs
524         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
525           locally defined functions to avoid bug #1443651
526         * support/regression/tests/bug-716242.c: removed pic16 workaround
527         * support/regression/ports/pic16/spec.mk: ignore errors during build
528
529 2006-06-19 Raphael Neider <rneider AT web.de>
530
531         * src/pic/glue.h: added pic14aopLiteral prototype
532         * src/pic/glue.c (pic14aopLiteral): return unsigned int
533         * src/pic/gen.c: removed stdint.h dependency
534           (aopGet): use Safe_strdup()
535           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
536           (genDataPointerSet): use pic14aopLiteral()
537         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
538           for pic16; thanks to Bernhard and Maarten
539
540 2006-06-18 Borut Razem <borut.razem AT siol.net>
541
542         * support/regression/tests/structflexarray.c: flexible array members
543           not supported by gcc < 3
544         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
545           GUI tool by default
546         * src/pic/gen.c: don't include [p]strdin.h on solaris
547         * support/Util/pstdint.h: addad svn attributes
548         * support/regression/tests/constantRange.c,
549           support/regression/tests/rotate.c: include inttypes.h instead
550           stdint.h on solaris, addad svn attributes
551
552 2006-06-18 Raphael Neider <rneider AT web.de>
553
554         * src/SDCCsymt.c (initCSupport): change return type of divschar to
555           int for PIC16
556         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
557           (pic16_genMinusBits): simplified sign-extension
558           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
559             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
560             adjusted to correctly handle mixed-signed operands, disabled
561             now unused multiplciation routines
562         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
563           (assignResultValue): added argument denoting the size of the result
564             as returned by the function (fixes upcasts in assigning from
565             function calls: char foo(); int i = foo();)
566           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
567             function result to assignResultValue
568           (genMult): disabled inlined multiplication code
569           (genDiv): augmented to also handle the modulus operator, fixed to
570             handle mixed-signed operands correctly
571           (genMod): simply call genDiv, disabled unused code
572           (genAssign): fixed missing (sign-)extension on result
573         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
574             valid char operands, allow signed operands for native code, added
575             division and modulo operator handling
576         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
577
578         As a consequence, onebyte.c (if split into two files) and muldiv.c
579         pass regression tests.
580
581 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
582
583         * doc/Makefile.in: two runs of makeindex seem needed to get
584         correct page references in the index of sdccman.pdf
585         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
586
587 2006-06-17 Borut Razem <borut.razem AT siol.net>
588
589         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
590
591 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
592
593         * doc/sdccman.lyx: updated, added (porting source code, debugging),
594         mentioned ec2drv and paulmon
595
596 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
597
598         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
599           consecutive abs areas
600           (find_empty_space, allocate_space): added map to handle codemap or
601            xdatamap,
602           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
603            absolute idata and xdata
604         * as/mcs51/lkmem.c (summary2): updated legend
605
606 2006-06-16 Raphael Neider <rneider AT web.de>
607
608         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
609
610 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
611
612         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
613           1208515
614         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
615
616 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
617
618         * src/port.h (struct PORT): added field gp_tags, to hold the tag
619         value of generic pointers,
620         * src/avr/main.c,
621           src/ds390/main.c,
622           src/hc08/main.c,
623           src/izt/i186.c,
624           src/izt/tlcs900h.c,
625           src/mcs51/main.c,
626           src/pic/main.c,
627           src/pic16/main.c,
628           src/xa51/main.c,
629           src/z80/main.c: PORT structure, added elements for gp_tags field,
630         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
631         fields in the PORT structure of each port,
632         * src/SDCCast.c (decorateType): allow processing of generic pointers
633         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
634         S_FIXED symbols
635
636 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
637
638         * link/z80/lkgb.c,
639         * link/z80/lkgg.c,
640         * src/pic16/gen.c,
641         * src/pic16/main.c,
642         * src/pic16/pcode.c,
643         * src/pic/main.c,
644         * src/pic/pcoderegs.c,
645         * src/SDCCicode.c,
646         * src/SDCCmain.c,
647         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
648           bug 1504689 on minGW
649
650 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
651
652         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
653
654 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
655
656         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
657
658 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
659
660         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
661           for optimization
662
663 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
664
665         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
666         to a char variable. Fixed bug #1504211
667         * device/include/pic16/adc.h,
668         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
669         and fixed bug #1364390
670
671 2006-06-10 Borut Razem <borut.razem AT siol.net>
672
673         * CVSROOT: removed the CVS left-over
674
675 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
676
677         * as/hc08/asmain.c (asexit),
678         * as/hc08/lkmain.c (lkexit),
679         * as/mcs51/asmain.c (asexit),
680         * as/mcs51/lkmain.c (lkexit),
681         * src/SDCCglue.c (DEFSETFUNC),
682         * src/SDCCmain.c (linkEdit, assemble),
683         * support/librarian/sdcclib.c (AddRel),
684           replaced unlink() by standard C remove()
685         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
686         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
687           gatherImplicitVariables): new, added to fix bug 608752,
688           (createFunction): added gatherImplicitVariables()
689         * src/SDCCast.h: added createRMW prototype
690         * src/SDCCsymt.h (struct symbol): added infertype
691         * support/regression/tests/bug608752.c: new, added
692
693 2006-06-10 Raphael Neider <rneider AT web.de>
694
695         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
696           multibyte dummy reads (fixes #1503234)
697
698 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
699
700         * device/include/mcs51/compiler.h: new, added header file to enable
701           creating common sfr definition header files for different compilers
702
703 2006-06-05 Raphael Neider <rneider AT web.de>
704
705         * src/pic16/{pcode.h,genarith.c}:
706           introduced pCodeOp combining any two pCodeOps (previously only
707           two register operands could be combined), removed pcop2 from
708           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
709         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
710         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
711           rewritten to use new PO_TWO_OPS
712         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
713         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
714           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
715           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
716           (pic16_get_op): embraced return arg to allow #define return(x),
717             added new case for combined opcodes
718           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
719           (pic16_pCode2str,pic16_getRegFrompCodeOp,
720            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
721
722 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
723
724         * src/SDCCval.c (checkConstantRange): added
725         * src/SDCCval.h: added checkConstantRange
726         * support/Util/SDCCerr.c,
727         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
728         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
729         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
730         * src/SDCCast.c (decorateType): added checkConstantRange,
731         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
732         can be emitted with the correct always true/false warning,
733         added optimization for double '!';
734         result of decorateType() must be assigned back to the tree, because
735         decorateType() can change the tree
736         * src/SDCCicode.c (geniCodeLogic),
737         (geniCodeAssign): replaced new checkConstantRange, added warnings,
738         (checkConstantRange): removed, it was only a fragment which never
739         emitted a warning
740         * src/SDCCsymt.c (computeType): fixed promotion for
741         "-1 < (unsigned bit) b"
742         * src/pic/ralloc.c (packRegsForAssign),
743         * src/pic16/ralloc.c (packRegsForAssign),
744         * src/hc08/ralloc.c (packRegsForAssign),
745         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
746         from mcs51
747         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
748         * support/regression/tests/constantRange.c: added
749         * support/valdiag/tests/constantRange.c: added
750         * support/valdiag/valdiag.py: added -DPORT_HOST=1
751
752 2006-06-02 Borut Razem <borut.razem AT siol.net>
753
754         * support/regression/ports/pic16/support.c: increase stack size
755           to 255 bytes
756         * support/regression/Makefile.in: sort tests by name so that the
757           resutlts can be compared on different machines / platforms
758
759 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
760
761         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
762         * src/ds390/gen.c (emitLabel): new, added,
763           (genDjnz): fixed stack overflow bug,
764           (throughout): cosmetic changes to sync with mcs51/gen.c,
765           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
766         * src/mcs51/gen.c (genEndFunction): small optimization,
767           (throughout): cosmetic changes to sync with ds390/gen.c
768
769 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
770
771         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
772           (_print_format): fixed printing pointers
773         * src/mcs51/gen.c (emitLabel, movb): new, added,
774           (genAssign): small optimization,
775           (genDjnz): fixed stack overflow bug,
776           (throughout): replaced sprintf with SNPRINTF,
777           replaced mcs51_regWithIdx with REG_WITH_INDEX,
778           replaced emitcode("mov", "b,...") with MOVB(...),
779           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
780           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
781         * src/mcs51/peeph.def: added rules 140 and 264
782         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
783           so they may get optimized into registers
784
785 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
786
787         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
788           immediately when encountered,
789           (printUsage): always use stderr even on windows
790
791 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
792
793         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
794         (processParms): fixed bug #1247551
795         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
796         parseCmdLine, main): print '--version' to stdout,
797         print 'help' to stdout if --help is given,
798         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
799         arguments are given; fixed --help
800
801 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
802
803         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
804         * support/regression/tests/bug-1493710.c: added
805
806 2006-05-27 Borut Razem <borut.razem AT siol.net>
807
808         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
809           static instead auto
810         * support/regression/ports/pic16/support.c: increase stack size
811           from default 64 bytes to 128 bytes
812         * support/regression/tests/staticinit.c,
813           support/regression/tests/float.c: regression tests fully enabled
814           for pic16 port by putting the initialized data arrays into the code
815           section
816         * support/regression/ports/pic16/spec.mk: don't link default libraries.
817           This was changed by mistake in the previous version.
818
819 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
820
821         * src/pic16/gen.c (genFunction, genEndFunction): some
822         beautifications, fixed bug with falsely restoring FSR2 in large
823         stack model, thanks to Beau E. Cox for reporting the bug
824
825 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
826
827         * debugger/mcs51/break.c,
828         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
829           use %p to print pointers, made address variables unsigned
830         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
831         * debugger/mcs51/symtab.c (parseSymbol): must return something
832         * src/mcs51/gen.c (aopForSym): small optimization,
833            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
834           (freeAsmop): added missing break,
835           (aopPut): removed parameter bvolatile, determine it inside the function,
836           (saveRegisters, unsaveRegisters): small optimization,
837           (genIpush): removed pointless check,
838           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
839           replaced sprintf with SNPRINTF,
840           replaced strcpy with strncpyz,
841           updated aopPut calls,
842           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
843         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
844
845 2006-05-24 Borut Razem <borut.razem AT siol.net>
846
847         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
848           modification of test for the pic16 port, put the array to the code
849           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
850
851 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
852
853         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
854         * support/Util/pstdint.h: added
855
856 2006-05-22 Borut Razem <borut.razem AT siol.net>
857
858         * src/regression/Makefile: removed bool2.c test, added -q linker option
859         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
860           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
861           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
862           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
863           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
864           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
865           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
866           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
867           define SUPPORT_BIT_TYPES 0, removed unused bit variables
868
869 2006-05-22 Raphael Neider <rneider AT web.de>
870
871         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
872           bug #1492360 (problematic due to generic pointers, see code)
873
874 2006-05-22 Borut Razem <borut.razem AT siol.net>
875
876         * support/regression/ports/pic16/specs.mk: removed stack size linker
877           directive
878         * support/regression/tests/array.c,
879           support/regression/tests/bitopcse.c,
880           support/regression/tests/bug-908454.c,
881           support/regression/tests/malloc.c: modified for pic16 regression test
882         * support/regression/tests/bitfields.c:
883           pic16 - excluded bitfileds of size > 8
884         * support/regression/tests/bp.c: pic16 - reduced data size
885         * support/regression/tests/bug-221100.c: pic16 - reduced data size
886         * support/regression/tests/bug-460010.c:
887           pic16 - used the absolute address the fits in memory
888         * support/regression/tests/bug-716242.c:
889           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
890         * support/regression/tests/float.c:
891           pic16 - excluded - data size too big
892         * support/regression/tests/onebyte.c:
893           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
894         * support/regression/tests/shifts.c:
895           pic16 - function names probably have to differ in first X characters
896           (gpasm limitation?)
897         * support/regression/tests/staticinit.c:
898           pic16 - excluded some tests due error: no target memory available for
899           section ".idata"
900
901 2006-05-22 Borut Razem <borut.razem AT siol.net>
902
903         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
904           second try. Thanks Stas Sergeev once more.
905
906 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
907
908         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
909           (genLeftShift, genRightShift): fixed bug 1491627
910         * src/hc08/peeph.def (rules 7, 8.x): added
911         * support/regression/tests/shifts.c (ShiftLeftByParam,
912           ShiftRightByParam, testShiftByParam): added to test variable shifting
913
914 2006-05-20 Raphael Neider <rneider AT web.de>
915
916         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
917         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
918           (allocReg): add only new registers to dynAllocRegs,
919           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
920             #1489055, #1445850, and probably #1483693
921
922 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
923
924         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
925         bug in for-loop that didn't emit the last of CONFIG and ID registers
926
927 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
928
929         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
930           with offset
931         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
932           1489016, 1434401 and 1490124
933         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
934           1489016, 1434401 and 1490124
935
936 2006-05-17 Borut Razem <borut.razem AT siol.net>
937
938         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
939           thanks Stas Sergeev
940
941 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
942
943         * device/include/mcs51/P89c51RD2.h,
944         * device/include/mcs51/P89LPC901.h,
945         * device/include/mcs51/P89LPC922.h,
946         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
947
948 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
949
950         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
951         to fix missing stack pragma in compiled binary object file,
952
953 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
954
955         * support/packihx/configure.in,
956         * support/packihx/configure: removed warning, autoconf >= 2.5x can
957         determine sizeof basic types even while cross compiling
958
959 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
960
961         * src/avr/gen.c (aopop),
962         * src/ds390/gen.c (aopOp),
963         * src/hc08/gen.c (aopOp),
964         * src/mcs51/gen.c (aopop),
965         * src/pic16/gen.c (pic16_aopOp),
966         * src/pic/gen.c (aopOp),
967         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
968         if size of operand is smaller than spill location
969
970 2006-05-12 Borut Razem <borut.razem AT siol.net>
971
972         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
973           have to have CR/LF line endings even if they are checked out on *nix
974           or on WIN32 in cygwin binmode
975
976 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
977
978         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
979         * device/include/ds80c390.h: added sfr16 definitions
980         * src/ds390/gen.c,
981         * src/ds390/gen.h,
982         * src/ds390/main.c,
983         * src/ds390/ralloc.c,
984         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
985           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
986           bit returning functions
987         * support/regression/tests/sfr16.c: enabled test on ds390
988
989 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
990
991         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
992         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
993
994 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
995
996         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
997         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
998           (cl_address_space constructor): removed expensive initialization,
999           (cl_address_space::get_cell): extended for late initialization,
1000           (cl_address_space::*): use late initialization,
1001           (cl_address_decoder::activate): removed expensive initialization,
1002           This reduced regression test running time by 25%
1003
1004 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1005
1006         * packihx/,
1007         * configure.in,
1008         * configure,
1009         * sdcc.dsw,
1010         * Makefile.bcc,
1011         * Makefile.in,
1012         * support/packihx/Makefile.in,
1013         * support/packihx/clean.mk,
1014         * support/packihx/Makefile.bcc,
1015         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1016
1017 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1018
1019         * src/SDCCval.c (valNot): fix for regression test failure
1020           of not.c on big endian hosts
1021
1022 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1023
1024         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1025
1026 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1027
1028         * device/lib/mcs51/Makefile.in: changed string comparison operator
1029           to = for POSIX compliance; == is bash extension
1030
1031 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1032
1033         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1034           kosmonaut_pirx
1035
1036 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1037
1038         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1039         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1040         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1041         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1042         bug report #1478657,
1043
1044 2006-05-05 Borut Razem <borut.razem AT siol.net>
1045
1046         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1047           making the html
1048
1049 2006-05-02 Borut Razem <borut.razem AT siol.net>
1050
1051         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1052           create *.ind, which made make to fail if invoked with -j 2
1053
1054 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1055
1056         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1057           Hubert Sack for patch 1479782
1058
1059 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1060
1061         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1062
1063 2006-05-01 Raphael Neider <rneider AT web.de>
1064
1065         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1066           (create_pic): store only prefix-free device name,
1067           (init_pic): check for device names with "16" prefix,
1068           (list_valid_pics),
1069         * src/pic/device.h (struct PIC_device),
1070         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1071             stored device name,
1072         * device/include/pic/pic12f{635,675,629,683}.h,
1073         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1074         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1075         * device/include/pic/pic16f505.h,
1076         * device/lib/pic/libdev/pic16f505.c: removed
1077         * device/include/pic/pic14devices.txt: added support for pic12f
1078             devices, removed unsupported non 16-bit devices
1079             [above changes provided by patch from Zik Saleeba]
1080         * src/pic/*, src/pic16/*, device/include/pic16/*,
1081           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1082
1083 2006-05-01 Borut Razem <borut.razem AT siol.net>
1084
1085         * configure.in, configure, doc/Makefile.in:
1086           sync with nightly build makefile - latex, dvipdf and dvips
1087           not needed any more
1088
1089 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1090
1091         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1092         in the library source
1093
1094 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1095
1096         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1097
1098 2006-04-28 Raphael Neider <rneider AT web.de>
1099
1100         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1101         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1102           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1103         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1104
1105 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1106
1107         * device/lib/pic/libdev/Makefile.in,
1108         * device/lib/hc08/Makefile.in,
1109         * device/lib/gbz80/Makefile.in,
1110         * device/lib/z80/Makefile.in,
1111         * device/lib/ds390/Makefile.in,
1112         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1113         thanks to Borut for the bug report
1114         * configure.in,
1115         * configure: always create doc/Makefile independent from --enable-doc
1116         * Makefile.in: always install from directory doc independent from
1117         --enable-doc
1118         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1119         removed
1120         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1121         * doc/Makefile.in: install *.txt if present
1122         * device/include/Makefile.in (install): added installation of pic/*.inc
1123         and pic/*.txt files again, they were erroneously removed
1124
1125 2006-04-28 Raphael Neider <rneider AT web.de>
1126
1127         * src/pic/{gen.c,main.h,pcode.c},
1128         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1129             concerning signedness with casts
1130
1131 2006-04-28 Raphael Neider <rneider AT web.de>
1132
1133         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1134             definition of an interrupt handler,
1135         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1136             interrupt handler stuff from picglue() to separate routine,
1137           (picglue): enabled definition of intr handlers in files w/o main()
1138
1139 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1140
1141         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1142           compilation with MSVC 2005 Express Edition (VC8)
1143
1144 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1145
1146         * device/lib/Makefile: fixed build of gbz80 lib
1147
1148 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1149
1150         * support/regression/tests/bug-460010.c,
1151         * support/regression/tests/bug-524691.c,
1152         * support/regression/tests/bug-716242.c: removed conditional defines
1153           that are already in testfwk.h
1154
1155 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1156
1157         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1158           (AccAXRsh1): added, shift right by 1,
1159           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1160            AccAXLrl1
1161         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1162
1163 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1164
1165         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1166         remove cast to same type
1167         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1168         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1169         * as/z80/Makefile,
1170         * link/z80/Makefile: removed, they have moved to
1171         Makefile.in files
1172         * configure,
1173         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1174         * install-sh: fix bug #1204398 by setting umask 0022
1175         * device/lib/Makefile: separate build of z80 and gbz80 lib
1176
1177 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1178
1179         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1180         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1181
1182         One basic decision: e.g. src/clean.mk includes further files. In order
1183         to make this work there are two solutions:
1184         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1185           run configure on them. This way they can use
1186           'include $(srcdir)/port-clean.mk'
1187         - always include clean.mk by the Makefile at the same level. To avoid
1188           that `make clean` tries to include and build Makefile.dep the
1189           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1190           implemented, because now even `make uninstall` doesn't create
1191           Makefile.in. clean.mk could be eliminated by pasting it in
1192           Makefile.in.
1193
1194         * debugger/mcs51/Makefile.in: build own objects from library sources
1195         (SLIB, SDCC) in current directory
1196
1197         * configure, configure.in: renamed --disable-device-lib-build in
1198         --disable-device-lib; added --enable-doc, the required tools are
1199         searched by configure; added result message; the toolchain for the
1200         belonging ports are now only built, if the port is enabled.
1201
1202         * support/regression/*: all output is written in directory gen, because
1203         the fwk and ports directories don't livet in the build tree using vpath
1204
1205         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1206         --disable-device-lib, added --enable-doc, added section VPATH
1207
1208         * sim/ucsim/configure.in,
1209         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1210         z80 are enabled by default
1211
1212 2006-04-24 Raphael Neider <rneider AT web.de>
1213
1214         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1215             to config word, "pic14_"-prefixed some extern functions
1216           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1217             config word has been found
1218         * src/pic/device.h: added prototypes
1219         * src/pic/pcode.c: added "pic14_"-prefix where needed
1220         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1221             fixup
1222         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1223             words,
1224           (pic14emitRegularMap): ignore config words,
1225           (pic14createInterruptVect): moved generating __config directives away
1226           (picglue): have __config directives emitted
1227
1228 2006-04-24 Borut Razem <borut.razem AT siol.net>
1229
1230         * doc/Makefile: sync with nightly build makefile
1231
1232 2006-04-24 Raphael Neider <rneider AT web.de>
1233
1234         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1235             registers that have not been assigned proper liveranges,
1236             fixes #1469504 and #1474602,
1237           (pCodeRegOptimizeRegUsage): fixed typo in comment
1238
1239 2006-04-24 Borut Razem <borut.razem AT siol.net>
1240
1241         * device/examples/main8051.c: deleted - it was removed from CVS
1242           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1243           after the transition to Subversion
1244         * src/SDCCalloc.h: deleted - it was removed  from CVS
1245           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1246           after the transition to Subversion
1247         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1248           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1249           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1250           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1251
1252 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1253
1254         * as/asx8051.dsp: added mcs51/strcmpi.h
1255         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1256         * as/hc08/aslink.h: updated lnksect prototype
1257         * as/hc08/asm.h,
1258         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1259         * as/hc08/asmain.c,
1260         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1261           (newdot): handle A_ABS
1262         * as/hc08/asout.c,
1263         * as/mcs51/asout.c (outarea): output address
1264         * as/hc08/lkaomf51.c,
1265         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1266         * as/hc08/m08pst.c,
1267         * as/mcs51/i51pst.c,
1268         * as/z80/z80pst.c: "ABS" is not A_OVR
1269         * as/hc08/lkarea.c (newarea): read a_addr,
1270           (lnkarea): added codemap array, sort absolute areas to the front,
1271            combine all GSINITx/GSFINAL,
1272           (find_empty_space, allocate_space): new functions,
1273           (lnksect): return next address, handle absolute sections
1274         * as/mcs51/lkarea.c (newarea): read a_addr,
1275           lnksect2 prototype changed,
1276           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1277           (find_empty_space, allocate_space): new, factored out of lnksect2,
1278           (lnksect2): return next address, handle absolute sections
1279         * as/hc08/lkhead.c,
1280         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1281         * as/hc08/lklibr.c (addfile, fndsym),
1282         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1283           index out of range and detect both '\' and '/'
1284         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1285         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1286           regression tests (ds390 cannot return bool yet)
1287         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1288           document critical interrupts on z80, document changed SDCC define
1289         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1290           (_a390_mapping): added .org directive
1291         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1292           (genMultOneByte): fixed warnings
1293         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1294           ones
1295         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1296         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1297           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1298         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1299         * src/pic16/main.c: removed newReg prototype
1300         * src/pic16/pcode.c,
1301         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1302           warnings
1303         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1304           ones
1305         * src/pic16/ralloc.c
1306         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1307           to fix warnings
1308         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1309           from short to PIC_OPTYPE
1310         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1311         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1312           optype from short to PIC_OPTYPE
1313         * src/port.h: made int_size unsigned to fix warnings
1314         * src/SDCC.y: fixed warning on MSVC
1315         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1316         * src/SDCCopt.c (convertToFcall): fixed warnings
1317         * src/SDCCsymt.h: removed double prototype for genSymName
1318         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1319           offset int to fix warnings
1320
1321 2006-04-22 Borut Razem <borut.razem AT siol.net>
1322
1323         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1324           references to CVS replaced with Subversion
1325
1326 2006-04-21 Borut Razem <borut.razem AT siol.net>
1327
1328         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1329           references to CVS replaced with Subversion
1330
1331 2006-04-19 Borut Razem <borut.razem AT siol.net>
1332
1333         * src/version.awk: adapted for svn
1334         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1335           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1336           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1337           /binutils-avr/etc/*.vi, *.jin: removed all properties
1338           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1339
1340 2006-04-19 Borut Razem <borut.razem AT siol.net>
1341
1342         * CVS to Subversion migration completed
1343
1344 2006-04-18 Borut Razem <borut.razem AT siol.net>
1345
1346         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1347           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1348
1349 2006-04-17 Borut Razem <borut.razem AT siol.net>
1350
1351         * device/include/Makefile.in: added pic/*.inc to the installation
1352
1353 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1354
1355         * support/regression/collate-results.py: fixed output in case of
1356         a valdiag error
1357         * support/regression/generate-cases.py: fixed splitting of pathnames
1358         with dots
1359         * as/hc08/lklibr.c (addfile),
1360         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1361
1362 2006-04-11 Raphael Neider <rneider AT web.de>
1363
1364         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1365         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1366         * src/pic16/pcode.c (assignValnums): fixed #1460578
1367
1368 2006-04-11 Raphael Neider <rneider AT web.de>
1369
1370         * device/lib/pic/libdev/*.c,
1371         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1372           fixes #1468739, enables compilation in --std-c99 mode
1373         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1374
1375 2006-04-11 Raphael Neider <rneider AT web.de>
1376
1377         * src/pic/device.c (find_device): removed debug output
1378           (list_valid_pics): enabled verbose listing of supported devices
1379         * device/include/stdbool.h: define bool as char for pic14/16 as well
1380
1381 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1382
1383         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1384
1385 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1386
1387         * .version: bumped version to 2.5.6
1388         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1389
1390 2006-04-06 Raphael Neider <rneider AT web.de>
1391
1392         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1393         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1394         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1395           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1396             pic14_constructAbsMap
1397           (pic14printPublics): declare absolute global symbols as global
1398           (pic14createInterruptVect),
1399         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1400           (newReg): assume new registers unused, use correct name in
1401             hashtable (reg->name instead of name), more debugLog output
1402         * src/pic/device.h (PIC_device): added fields for verbose output
1403         * src/pic/device.c: moved device definition to pic14devices.txt,
1404             added routines for runtime parsing of pic14devices.txt,
1405             added support for second config word
1406         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1407           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1408           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1409           (_pic14_parseOptions): moved pCodeInitRegisters here
1410           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1411         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1412           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1413             handling the pseudo stack
1414         * device/lib/Makefile.in: ignore failures in objects-pic16,
1415         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1416         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1417         * device/lib/pic/Makefile.subdir,
1418         * device/lib/pic16/Makefile.subdir: improved clean rules
1419         * device/lib/pic/libdev/: NEW, pic14 device libraries
1420         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1421         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1422         * device/include/Makefile.in: create subdir and install pic14 headers
1423         * device/include/pic/p16f_common.inc: removed unused declarations
1424         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1425             PICs from inc2h.pl v1.6,
1426             replaced BIT_AT macros with struct declarations
1427         * device/include/pic/pic14devices.txt: definition of supported devices,
1428             all above improvements contributed by Zik Saleeba, thanks
1429         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1430         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1431             headers
1432
1433 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1434
1435         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1436         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1437           thanks to Charles Olds
1438
1439 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1440
1441         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1442
1443 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1444
1445         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1446         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1447         * support/regression/bug1464657.c: added, new test
1448
1449 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1450
1451         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1452           version number
1453
1454 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1455
1456         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1457           --no-peep and --peep-file <file> are used don't use default rules but
1458           do use the <file>
1459
1460 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1461
1462         * src/mcs51/gen.c (genCall): fixed bug 1457608
1463
1464 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1465
1466         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1467         changes seem to cause (trigger?) problems with the build system.
1468
1469 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1470
1471         * src/SDCCpeeph.c (operandsLiteral): new, added,
1472           (callFuncByName): inserted operandsLiteral
1473         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1474
1475 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1476
1477         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1478         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1479
1480 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1481
1482         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1483           implemented patch 1120823 Thanks to Willy De la Court (normal
1484           interrupts need an interrupt number now if they are made critical),
1485           and enabled nesting of critical functions though not for gbz80
1486           (genCritical, genEndCritical): added functions
1487           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1488         * src/z80/mappings.i: added "ei" to all mappings
1489
1490 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1491
1492         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1493         submitted by the Debian SDCC maintainer Aurelien Jarno:
1494         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1495         archive with gcc 4.1 on mips and wrote the patch"
1496
1497 2006-03-16 Raphael Neider <rneider AT web.de>
1498
1499         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1500           the left operand is shorter than the result (c* = lit-c* + int),
1501           fixes bug #1450796
1502         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1503           OP_SYMBOL
1504
1505 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1506
1507         * src/.version: increased version number to 2.5.5
1508         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1509         linking is done manually in pic16 port's _linkEdit,
1510         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1511         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1512         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1513         allocate asmop as AOP_ACC,
1514         (aopForRemat): added parameter 'bool result' in function declaration,
1515         (pic16_aopGet): return AOP_ACC when accessing WREG,
1516         (pic16_popGetTempReg): minor modification,
1517         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1518         'pic16_allocWithIdx',
1519         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1520         calling function in absolute addresses,
1521         (genAssign): take into account AOP_ACC asmop,
1522         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1523         * src/pic16/pcoderegs.c: some debug functions and lines added,
1524         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1525         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1526         register too,
1527         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1528         call to allocReg, not by manually allocating a new one,
1529         (pic16_assignRegisters): now before going through the register
1530         allocating functions mark all registers as free. This eliminates some
1531         side effects resulting from peephole parser done earlier in the backbone
1532
1533 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1534
1535         * src/SDCCicode.c (geniCodeLogic),
1536         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1537
1538 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1539
1540         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1541           (genSend): bugfix, do not allocate and free twice,
1542           (shiftRLong): handle partially overlapping aops
1543         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1544
1545 2006-03-08 Borut Razem <borut.razem AT siol.net>
1546
1547         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1548           for pic16
1549
1550 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1551
1552         * support/regression/tests/bug1409955.c: new, added
1553         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1554         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1555           (aopForSym, aopOp): increment asmop.allocated if reused,
1556           (freeAsmop): decrement asmop.allocated and check for zero instead of
1557           using asmop.freed,
1558           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1559           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1560            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1561            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1562            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1563            genSignedRightShift, genRightShift, genDataPointerGet,
1564            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1565            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1566             in reverse order from allocation,
1567           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1568             added swappedLR to keep track
1569         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1570           pdata & code for GCC, z80, gbz80 & hc08
1571         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1572
1573 2006-03-08 Raphael Neider <rneider AT web.de>
1574
1575         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1576
1577 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1578
1579         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1580         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1581         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1582
1583 2006-03-06 Borut Razem <borut.razem AT siol.net>
1584
1585         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1586           made the linker quiet
1587
1588 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1589
1590         * src/pic16/gen.c (genPcall): fixed bug #1443644
1591         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1592         which dumps before the function entry point a data byte which represents
1593         the number of the local variables used by the specified function, added
1594         'xinst' for initial support for Extended Instruction Support,
1595         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1596         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1597         port->fun_prefix anymore (may change later),
1598         (genFunction, genEndFunction): do not store/restore local registers for
1599         _main (this should take care the --main-return command line option in
1600         the future),
1601         (genOr): removed some legacy pic-port instructions,
1602         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1603         performing operations with SFR's causes data to be written more than
1604         once to each SFR. Perhaps SFRs should be handled in special cases...
1605         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1606         pcode.h
1607         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1608         into account for stack starting position,
1609         (struct OPTIONS pic16_optionsTable): added command line argument
1610         --extended or -y for Extended Instruction Support,
1611         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1612         (deassignLRs): *** perhaps the most important change, old 'for' code
1613         (commented out for reference), didn't account for some registers which
1614         were left marked 'not free' after a pointer operation. The change
1615         reduces register usage a lot in some cases
1616
1617 2006-03-04 Borut Razem <borut.razem AT siol.net>
1618
1619         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1620           _clean
1621         * support/regression/tests/bug-524697.c: decreased array size for
1622           mcs51 to fit into the internal RAM
1623         * support/regression/Makefile.in: a little bit more verbose
1624
1625 2006-03-03 Borut Razem <borut.razem AT siol.net>
1626
1627         * support/regression/fwk/lib/testfwk.c,
1628           support/regression/fwk/include/testfwk.h: introduced function
1629           _prints(), nonrecursive _printn(), call _initEmu() from main()
1630         * support/regression/ports/gbz80/support.asm,
1631           support/regression/ports/ucz80/support.asm,
1632           support/regression/ports/z80/support.asm,
1633           support/regression/ports/ds390/support.c,
1634           support/regression/ports/hc08/support.c,
1635           support/regression/ports/host/support.c,
1636           support/regression/ports/mcs51/support.c,
1637           support/regression/ports/xa51/support.c: added empty _initEmu()
1638           function
1639         * support/regression/ports/pic16/gpsim.cmd,
1640           support/regression/ports/pic16/spec.mk,
1641           support/regression/ports/pic16/support.c,
1642           support/regression/Makefile.in: added pic16 regression test
1643
1644 2006-03-01 Raphael Neider <rneider AT web.de>
1645
1646         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1647           genConstPointerGet): use safe way of generating MOVFF to cover
1648             literals as well as registers, fixes bug #1440527
1649         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1650             dereference
1651           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1652             more correctly, fixes bug #1232186
1653           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1654         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1655             gplink guess the correct processor in more cases, applied patch
1656             from Till Riedel attached to and fixing bug #1436552
1657
1658 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1659
1660         * support/regression/tests/array.c: added, contains check for #1434401
1661         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1662
1663 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1664
1665         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1666         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1667         * device/include/mcs51/c8051f326.h,
1668         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1669         * device/include/mcs51/c8051f000.h,
1670         * device/include/mcs51/c8051f018.h,
1671         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1672           PCON_IDLE,PCON_STOP and added sfr16 definitions
1673
1674 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1675
1676         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1677           genGetWord): fixed bug 1409955
1678
1679 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1680
1681         * device/include/hc08/mc68hc908gp32.h,
1682         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1683
1684 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1685
1686         * src/SDCCast.c (constExprValue): return NULL if not a value
1687         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1688         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1689         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1690
1691 2006-02-13 Borut Razem <borut.razem AT siol.net>
1692
1693         * src/regression/ptrarg.c: added, fails due to bug #1430967
1694         * src/regression/Makefile: ptrarg.c added, ...
1695
1696 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1697
1698         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1699         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1700
1701 2006-02-11 Borut Razem <borut.razem AT siol.net>
1702
1703         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1704           print "Processor: xxx" message to stdout only if --verbose
1705
1706 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1707
1708         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1709         * support/regression/tests/bug1426356.c: added
1710         * support/regression/tests/bitfields.c: removed 2 tests
1711
1712 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1713
1714         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1715         * device/include/mcs51/c8051f330.h,
1716         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1717           PCON_IDLE,PCON_STOP and added sfr16 definitions
1718         * device/lib/_divsint.c,
1719         * device/lib/_divuint.c,
1720         * device/lib/_divulong.c,
1721         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1722           register bank bug for small stackauto
1723
1724 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1725
1726         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1727
1728 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1729
1730         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1731         * all.dsp: corrected several bin paths
1732         * device/include/mcs51/c8051f120.h,
1733         * device/include/mcs51/c8051f300.h,
1734         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1735           to PCON_IDLE,PCON_STOP
1736         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1737         * device/lib/printf_large.c (output_float): fixed bug 1388703
1738         * support/regression/tests/bug1057979.c: added test for bug 1388703
1739
1740 2006-02-08 Raphael Neider <rneider AT web.de>
1741
1742         * src/pic/pcode.c (pciTRIS): fixed typo,
1743           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1744           (LinkFlow): fixed handling of flows that end in a call,
1745           (ReuseReg): perform safety check earlier
1746         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1747             to work with flows at the beginning of a pBlock,
1748             fixes #1426557 (Symbol not previously defined),
1749           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1750             usage information
1751           (RemoveUnusedRegisters): update register usage info
1752         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1753             created, reuse existing ones instead
1754         * src/pic/gen.c (genPcall): fixed #1424719
1755
1756 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1757
1758         * link/z80/lkmain.c,
1759         * link/z80/lklex.c,
1760         * link/z80/lkdata.c,
1761         * link/z80/aslink.h: fixed build on current cygwin:
1762         replaced getline() by lk_getline()
1763
1764 2006-02-01 Borut Razem <borut.razem AT siol.net>
1765
1766         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1767           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1768           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1769           src/regression/bool1.c, src/regression/bool2.c,
1770           src/regression/bool3.c, src/regression/call1.c,
1771           src/regression/compare.c, src/regression/compare10.c,
1772           src/regression/compare2.c, src/regression/compare3.c,
1773           src/regression/compare4.c, src/regression/compare5.c,
1774           src/regression/compare6.c, src/regression/compare7.c,
1775           src/regression/compare8.c, src/regression/compare9.c,
1776           src/regression/configword.c, src/regression/for.c,
1777           src/regression/inline.c, src/regression/mult1.c,
1778           src/regression/nestfor.c, src/regression/or1.c,
1779           src/regression/pointer1.c, src/regression/ptrfunc.c,
1780           src/regression/rotate1.c, src/regression/rotate2.c,
1781           src/regression/rotate3.c, src/regression/rotate4.c,
1782           src/regression/rotate5.c, src/regression/rotate6.c,
1783           src/regression/rotate7.c, src/regression/string1.c,
1784           src/regression/struct1.c, src/regression/sub.c,
1785           src/regression/sub2.c, src/regression/switch1.c,
1786           src/regression/while.c, src/regression/xor.c,
1787           src/regression/create_stc, src/regression/simulate,
1788           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1789           regression tests
1790         * src/regression/gpsim_assert.h: added
1791
1792 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1793
1794         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1795         ((void (code *) (void)) 0) ();
1796         * as/hc08/aslex.c,
1797         * as/hc08/aslink.h,
1798         * as/hc08/asm.h,
1799         * as/hc08/asmain.c,
1800         * as/hc08/lkdata.c,
1801         * as/hc08/lklex.c,
1802         * as/hc08/lkmain.c,
1803         * as/mcs51/aslex.c,
1804         * as/mcs51/aslink.h,
1805         * as/mcs51/asm.h,
1806         * as/mcs51/asmain.c,
1807         * as/mcs51/lkdata.c,
1808         * as/mcs51/lklex.c,
1809         * as/mcs51/lkmain.c,
1810         * as/z80/aslex.c,
1811         * as/z80/asm.h,
1812         * as/z80/asmain.c: fixed build on current cygwin:
1813         replaced getline() by as_getline()
1814
1815 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1816
1817         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1818         declarator in the symbol chain
1819         * src/SDCCsymt.h,
1820         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1821         parameter list for function pointers
1822         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1823         * support/regression/tests/bug-716242.c: added
1824
1825 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1826
1827         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1828         offset if possible
1829         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1830
1831 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1832
1833         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1834         inifinitely recurseable, added static
1835         * support/regression/tests/bug-1408066.c: added
1836
1837 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1838
1839         * src/SDCCicode.h,
1840         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1841         renamed, added possibility to create "postLoopLbl"-labels
1842         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1843         newiTempLoopHeaderLabel
1844         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1845         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1846         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1847         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1848         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1849         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1850         (basicInduction): fixed bug #136564, made static,
1851         (loopInduction): changed parameter of basicInduction, made static,
1852         (addPostLoopBlock): added
1853         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1854         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1855         findLoopEndSeq
1856         * support/regression/tests/bug-136564.c: added
1857         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1858         --std-sdcc99 to LIBSDCCFLAGS
1859
1860 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1861
1862         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1863         while loop
1864         * support/regression/tests/bug-1406131.c: added
1865
1866 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1867
1868         * src/SDCCast.c (decorateType): fix promotion of unary minus
1869         * src/SDCCsymt.c (computeType): beautified
1870         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1871         (valUnaryPM, valComplement): fix sign and promotion,
1872         (valNot): ANSI: result type is int (SDCC: unsigned char)
1873         * support/regression/tests/uminus.c: speedup by removing superflous
1874         test case 'int'
1875         * support/regression/tests/onebyte.c: added promotion and signedness
1876         tests for unary minus
1877         * support/regressions/tests/bug-477927.c: disable warning about
1878         uninitialized variables
1879         * support/regression/tests/not.c: added
1880
1881 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1882
1883         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1884         * src/mcs51/gen.c (gen51Code): show final register usage after
1885         fillGaps in asm with --i-code-in-asm
1886         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1887         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1888         incUsed, rliveClear, adjustIChain): made static,
1889         (setFromRange): excluded because it's unused,
1890         (findPrevUseSym, markWholeLoop): added,
1891         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1892         through all branches of predecessors enables sdcc to emit the warning
1893         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1894         (rlivePoint): made static, added parameter emitWarnings which is only
1895         true during the first run out of two,
1896         (findRecursiveSucc, findRecursivePred): removed,
1897         (computeLiveRanges): made static, added parameter emitWarnings,
1898         (dumpIcRlive): added for debugging only
1899         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1900         removed prototype of setFromRange()
1901         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1902         in call of computeLiveRanges()
1903         * support/regression/tests/bug-895992.c: added
1904         * support/regression/tests/bug-971834.c: added
1905         * support/valdiag/tests/bug-895992.c: added
1906         * support/valdiag/tests/bug-971834.c: added
1907
1908 2005-12-18 Raphael Neider <rneider AT web.de>
1909
1910         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1911           (genUnpackBits): improved code for direct operands,
1912           (genPackBits): improved code for literal assignment to bitfields
1913             and for direct destination operands (no FSR indirection),
1914             prevented redundant AND, fixes #1362800,
1915           (AccLsh): added parameter to disable masking of the result
1916         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1917           skip instructions with side-effects (like incfsz),
1918           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1919         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1920         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1921           fixes #1375263
1922
1923 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1924
1925         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1926         volatile variables as spill location
1927
1928 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1929
1930         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1931         replacing literals
1932         * support/regression/tests/bug-1376320.c: added
1933
1934 2005-12-08 Raphael Neider <rneider AT web.de>
1935
1936         * src/pic/device.c: renamed is_shared to pic14_is_shared
1937         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1938         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1939           (is_valid_identifier): added for above workaround
1940
1941 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1942
1943         * device/lib/Makefile.in: fixed to enable port-specific-objects
1944         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1945           char, thanks Hubert Sack
1946         * doc/sdccman.lyx: documented --xstack-loc,
1947           elaborated a bit more on interrupts and pitfalls,
1948           removed "setjmp/longjmp unsupported",
1949           documented some unsupported C99 features
1950         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1951         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1952           if, thanks Hubert Sack
1953         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1954         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1955           make make_library
1956         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1957           regression tests can report resource usage (rfe 700441)
1958         * support/regression/collate-results.py: report resource usage
1959         * support/regression/ports/ds390/spec.mk,
1960         * support/regression/ports/hc08/spec.mk,
1961         * support/regression/ports/mcs51/spec.mk,
1962         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1963         * support/regression/ports/ds390/uCsim.cmd,
1964         * support/regression/ports/hc08/uCsim.cmd,
1965         * support/regression/ports/mcs51/uCsim.cmd,
1966         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1967         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1968           library, use the default one
1969         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1970           building the library
1971
1972 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1973
1974         * config.dsp: added dependency on .version and configure_vc.awk
1975         * device/include/setjmp.h: updated for --stack-auto and --xstack
1976         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1977         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1978         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1979         * device/lib/libsdcc.lib: added _setjmp
1980         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1981           (decorateType): fixed bug 1372851,
1982           (optimizeGetHbit): fixed warning
1983         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1984           array initialisation
1985         * support/regression/tests/bug1057979.c: added test for bug 1358192
1986         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1987
1988 2005-12-03 Borut Razem <borut.razem AT siol.net>
1989
1990         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1991           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1992
1993 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1994
1995         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1996         createIval): implement symbol independant "flexible array member",
1997         (createIvalCharPtr): implemented flexible array initialisation with a
1998         string
1999         * src/SDCCsymt.c (copyStruct): removed,
2000         (getSize): fixed misleading comment,
2001         (getAllocSize): removed, the additional allocation size is now in
2002         sym->flexArrayLength,
2003         (checkStructFlexArray): new, syntax checks for flexible array members,
2004         (compStructSize): added syntax checks for "flexible array members"
2005         (copyStruct): removed,
2006         (copyLinkChain): removed inefficient fix for bug 770487
2007         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2008         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2009         symbol->flexArrayLength
2010         * src/SDCCerr.c,
2011         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2012         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2013         * support/regression/tests/structflexarray.c: added
2014         * support/valdiag/tests/structflexiblearray.c: added
2015
2016 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2017
2018         * src/SDCCast.c (decorateType): fixed bug 1368489
2019         * support/Util/SDCCerr.c,
2020         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2021
2022 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2023
2024         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2025           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2026
2027 2005-11-27 Borut Razem <borut.razem AT siol.net>
2028
2029         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2030           support/cpp2/mkdeps.h: added command line option
2031           -obj-ext=<extension> to SDCPP to define object file externion, used
2032           for generation of make dependencies (-M)
2033         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2034
2035 2005-11-26 Borut Razem <borut.razem AT siol.net>
2036
2037         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2038           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2039           added pic and pic16 libraries
2040
2041 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2042
2043         * device/include/float.h: Corrected typo in prototype of __fsgt
2044
2045 2005-11-25 Borut Razem <borut.razem AT siol.net>
2046
2047         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2048           added creation of model-mcs51-stack-auto libraries
2049
2050 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2051
2052         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2053         and fields-list too
2054         * src/SDCCast.c (createIvalArray): removed obsolete comment
2055
2056 2005-11-24 Borut Razem <borut.razem AT siol.net>
2057
2058         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2059           added missing device/lib/mcs51/crt*.asm sources
2060
2061 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2062
2063         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2064
2065 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2066
2067         * device/lib/_fs2schar.c,
2068         * device/lib/_fs2sint.c,
2069         * device/lib/_fs2slong.c: optimized inline asm
2070
2071 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2072
2073         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2074           Better handling of floats between -1.0 and 0.0.
2075
2076 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2077
2078         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2079           (the missing "if"s prohibited removal of redundant labels)
2080
2081 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2082
2083         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2084           Properly convert floats between -1.0 and 0.0 to long, int, and char
2085           types (max integer value of negative floats tends to zero).
2086         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2087           Removed changes made so to work properly with floats between
2088           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2089           and _fs2char.c
2090
2091 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2092
2093         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2094         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2095         (genCast) cosmetic change
2096         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2097         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2098         from mcs51
2099         * support/regression/tests/bitfields (testSignedBitfields): added
2100
2101 2005-11-18 Borut Razem <borut.razem AT siol.net>
2102
2103         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2104         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2105           introduced SILENT option to make building of pic16 libraries less
2106
2107 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2108
2109         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2110           Now they work properly with floats between -1.0 and 0.0
2111         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2112
2113 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2114
2115         * src/SDCCicode.c (printOperand): added missing else
2116
2117 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2118
2119         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2120         reformatted for better readability
2121         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2122         signed bitfields
2123
2124 2005-11-17 Borut Razem <borut.razem AT siol.net>
2125
2126         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2127           introduced SILENT option to make building of pic16 libraries less
2128           verbose - used for nightly snapshot build
2129         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2130           available on Win32 platforms.
2131         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2132           medium, large, pic and pic16
2133
2134 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2135
2136         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2137           printf("%f"...) sets fraction to zero.
2138
2139 2005-11-16 Raphael Neider <rneider AT web.de>
2140
2141         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2142           fixes #1357221
2143         * src/pic/gen.c (genIfx): implemented for CARRY bit
2144         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2145           to generic pointers, fixes #1357332,
2146           (pic16_movLit2f): NEW,
2147           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2148
2149 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2150
2151         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2152
2153 2005-11-11 Raphael Neider <rneider AT web.de>
2154
2155         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2156         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2157           compute pointer's type from operand,
2158           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2159           improved single bit reads, fixes bug #1353379
2160
2161 2005-11-09 Borut Razem <borut.razem AT siol.net>
2162
2163         * support/scripts/sdcc.nsi: added lib/pic to the package
2164
2165 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2166
2167         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2168
2169 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2170
2171         * support/regression/tests/bug1348008.c: added
2172         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2173         * support/regression/tests/bug1337835.c: updated comment
2174
2175 2005-11-06 Borut Razem <borut.razem AT siol.net>
2176
2177         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2178           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2179           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2180           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2181           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2182           dynamic construction of cl_error_class and derivates - 2.nd try
2183
2184 2005-11-05 Borut Razem <borut.razem AT siol.net>
2185
2186         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2187           bug, which caused Bus Errors on sparc solaris
2188
2189 2005-11-04 Borut Razem <borut.razem AT siol.net>
2190
2191         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2192           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2193           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2194           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2195           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2196           and derivates to resolve the initialization problem on OSX
2197
2198 2005-11-02 Borut Razem <borut.razem AT siol.net>
2199
2200         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2201           corrected typo - #include <winsock2.h>
2202
2203 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2204
2205         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2206           (_asxxxx_mapping): added org directive for future enhancements
2207
2208 2005-11-01 Borut Razem <borut.razem AT siol.net>
2209
2210         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2211           enabled sockets on WIN32
2212         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2213
2214 2005-10-31 Borut Razem <borut.razem AT siol.net>
2215
2216         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2217           WIN32 backslash path delimiters should be escaped when used in C strings
2218         * support/regression/tests/bitfields.c: exclude failing assertions for
2219           __CYGWIN32__ and __MINGW32__ hosts
2220
2221 2005-10-30 Borut Razem <borut.razem AT siol.net>
2222
2223         * src/SDCCutil.c: corrected double comparison typo
2224
2225 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2226
2227         * device/lib/medium/Makefile: added for new memory model medium
2228         * device/include/asm/mcs51/features.h: updated for medium/pdata
2229         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2230           added Multiply & Accumulate sbit's and MAC0_PAGE define
2231         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2232         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2233         * device/lib/_mullong.c: update for medium model
2234         * device/lib/incl.mk: added medium model
2235         * doc/sdccman.lyx: documented medium model
2236         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2237         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2238         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2239         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2240           (allocParms): set SCLS and OCLS to pdata for medium model
2241         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2242           for pdata,
2243           (powof2): return <0 if not power of 2
2244         * src/avr/gen.c (genBitWise): use updated powof2
2245         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2246           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2247           (shiftLLeftOrResult): use B if necessary
2248         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2249         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2250         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2251         * support/regression/Makefile.in: added test-mcs51-medium
2252         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2253
2254 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2255
2256         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2257         specifier unsigned
2258         * device/lib/time.c (mktime): fixed bug 1334315
2259
2260 2005-10-28 Raphael Neider <rneider AT web.de>
2261
2262         * device/include/pic/p16f_common.inc: added common declarations
2263         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2264
2265 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2266
2267         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2268           (aopPutUsesAcc): added to predict accumulator use,
2269           (assignResultValue): save acc if necessary,
2270           (genMinusDec): store result if indirectly addressed,
2271           (genDivOneByte):  save acc if necessary,
2272           (movLeft2Result): bugfix if left already in acc,
2273           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2274             attention to accumulator use (esp. pdata),
2275           (genReceive): receive pdata correctly
2276         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2277         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2278
2279 2005-10-27 Raphael Neider <rneider AT web.de>
2280
2281         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2282
2283 2005-10-27 Raphael Neider <rneider AT web.de>
2284
2285         * .version: changed version to 2.5.4
2286         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2287         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2288           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2289             arithmetics support routines
2290         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2291         * device/lib/Makefile.in: also create installdir for pic
2292
2293         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2294           pic14 port as well
2295         * src/pic/device.c (dump_sfr): rewritten to delegate register
2296           placement to the linker (use `extern sym' rather than sym EQU addr),
2297           (validAddress): fixed to check last specified address
2298         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2299           (popGetLit): truncate literal value to 8 bit,
2300           (popGet): moved assert to more appropriate place
2301           (popGetExternal): create pCode operand from and mark the according
2302             symbol as being `extern'
2303           (popGetAddr): added sanity check on immediate's offset, provide
2304             GPOINTER tag on demand
2305           (aopPut): fixed for immediates,
2306           (mov2w_op): move operand's address or contents to WREG (depending on
2307             operand type), safer variant of mov2w,
2308           (movwf,call_libraryfunc): NEW, handy abbreviations,
2309           (get_argument_pcop,get_return_val_pcop,pass_argument,
2310           get_returnvalue): interface for accessing function parameters and
2311             return values,
2312           (assignResultValuei,genRet): use new parameter/return value interface
2313           (pic14_getDataSize): back to old version handling generic pointers,
2314           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2315             provided implementation and/or fixed old one,
2316           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2317             calls, removed legacy 8051 reference code
2318           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2319           (loadSignToC): NEW, move the operands sign bit to CARRY,
2320           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2321             genRightShiftSigned, accepts negative shift counts,
2322           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2323           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2324             generic pointers, __data pointers and __code pointers,
2325           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2326             and signed bitfields, limit bitfields to 8 bit,
2327           (genDataPointerGet): fixed number of bytes read,
2328           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2329           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2330             pointers to constant data are no longer assumed to point to __code
2331             space, removed invalid pointer types,
2332           (bitpatternFromVal): retrieve the PICs representation of an integer
2333             or float literal,
2334           (genDataPointerSet): fixed assigning to po_immediate operands,
2335           (genGenPointerSet): implemented as library call,
2336           (genIfx): fixed incorrect condition,
2337           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2338             provide GPOINTER tag according to destination's storage class,
2339           (genCast): added code to handle casting to generic pointers, added
2340             sign-/zero extension of the result
2341           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2342         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2343         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2344           extend the result
2345         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2346           address/register resides in the shared banks
2347           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2348             put all variables into separate sections (have the linker arrange
2349             them)
2350           (picglue): put init code and interrupt handlers in separate sections
2351         * src/pic/main.c: added port specific options table, modified to PORT
2352           structure to make GPOINTERs 3 byte, added pic14_options
2353           (_pic14_do_link): private linking routine (update paths to libraries,
2354             add libsdcc.lib by default)
2355         * src/pic/main.h: declare pic14_options
2356         * src/pic/pcode.c: fixed instructions i/o relations,
2357           (RegCond): reverted to correct version,
2358           (newpCodeOpLit): truncate literals to 8 bit,
2359           (genericPrint): added debug output,
2360           (getRegFromInstruction): fixed for various operand types, simplified
2361           (BuildFlow): fixed broken handling of isntructions with labels
2362           (LinkFlow): start at last instruction in flow (skip trailing comments),
2363             pass the flow on to the next instruction after CALL
2364           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2365           (insertPCodeInstruction): fixed inserting after a skip instruction,
2366           (DoBankSelect): fixed for labeled instructions
2367           (OptimizepBlock): honor --nopeep switch
2368           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2369         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2370         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2371           (pCodeOptime2pCodes): allow disabling this optimization via
2372             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2373             but is still buggy), started implementation of a dataflow based
2374             pCode optimization (CSE + dead code elimination)
2375           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2376         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2377           names are independant of the stack location and therefore portable across
2378           devices
2379
2380 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2381
2382         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2383           (selectSpil): fixed bug 1337835 by not spilling bit variables
2384         * support/regression/tests/bug1337835.c: added test for this bug
2385         * src/mcs51/peeph.def: restart after rule 3.c,
2386           addded rules 263.x to optimize loading constants
2387
2388 2005-10-26 Raphael Neider <rneider AT web.de>
2389
2390         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2391         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2392           (genAssign): emit warning when casting literals to generic pointer
2393             type, also applies when taking the address of a fixed variable,
2394           (genCast): improved casting to generic pointers
2395         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2396           extern variables, added verbose error message
2397         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2398
2399 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2400
2401         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2402         carry must be complemented too
2403         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2404         could be emitted by genMinus
2405         * src/SDCCval.c (constVal): fixed bug 1305065
2406
2407 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2408
2409         * src/SDCCast.c (addCast): added promotion for bit variables
2410         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2411         promotion casts + optimisation
2412         (optimizeGetWord): fix warning 'i' might be used uninitialized
2413         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2414         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2415
2416 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2417
2418         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2419         all chars are promoted to int; promotion should be handled in SDCCast.c
2420
2421 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2422
2423         * device/lib/_strcmp.c: Fixed bug 1326457
2424
2425 2005-10-11 Raphael Neider <rneider AT web.de>
2426
2427         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2428         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2429
2430 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2431
2432         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2433         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2434
2435 2005-10-04 Raphael Neider <rneider AT web.de>
2436
2437         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2438           device/lib/pic16/pics.all: added pic18f1320
2439         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2440
2441 2005-09-30 Raphael Neider <rneider AT web.de>
2442
2443         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2444         * src/pic16/devices.inc: NEW, provides device descriptions
2445         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2446
2447 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2448
2449         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2450           GETHBIT
2451
2452 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2453
2454         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2455           documented Any Order Bit, Higher Order Byte and Higher Order Word
2456         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2457         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2458           (optimizeGetAbit): new, to get any bit, not only the high bit,
2459           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2460           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2461           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2462           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2463             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2464             GETABIT, GETBYTE, GETWORD: decorate them,
2465           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2466           (ast_print): added GETABIT, GETBYTE, GETWORD
2467         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2468         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2469           (geniCodeBinary): new generic binary icode,
2470           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2471         * src/port.h: updated comment for PORT.hasExtBitOp
2472         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2473           (genGetByte): new, to get a single byte,
2474           (genGetWord): new, to get a word from a long,
2475           (gen51Code): added GETABIT, GETBYTE, GETWORD
2476         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2477
2478 2005-09-23 Raphael Neider <rneider AT web.de>
2479
2480         * configure.in, configure: have device/lib/pic configured
2481         * device/lib/Makefile.in: added model-pic14
2482         * device/lib/clean.mk: added pic/ to clean rule
2483         * device/lib/pic: added rudimentary pic14 library providing support
2484           functions for multiplication/division/generic pointer access
2485         * src/SDCCopt.c (convilong): mark support functions as extern
2486           for pic14 port as well
2487         * src/pic/gen.c (genMult): added assertions,
2488           (genpic14Code): emit warning on unhandled iCodes
2489         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2490         * src/pic/pcode.c (pCodeOpCopy),
2491         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2492           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2493           SFR_REGISTER}), made safe for future extensions
2494         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2495           instructions even if preceeded by SKIP instructions (also remove
2496           them); removed unused code
2497         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2498           prevents leaving parts of the structure uninitialized after copying
2499
2500 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2501
2502         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2503           ago by me
2504         * support/regression/tests/addsub.c: added test for the bug
2505
2506 2005-09-21 Raphael Neider <rneider AT web.de>
2507
2508         * device/include/pic16/pic18f1220.h,
2509           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2510         * device/lib/pic16/Makefile.rules: added missing opening paren
2511         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2512           are provided in genutils.c,
2513           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2514           operand/result sizes,
2515           (genCmp): assert on NULL pointers first, then check deref'ed values
2516         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2517           result size
2518
2519 2005-09-18 Raphael Neider <rneider AT web.de>
2520
2521         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2522           as these are now unused,
2523           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2524         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2525           local, avoids uninitialized pointer dereference on r->name
2526         * src/pic16/ralloc.c (newReg): fixed indentation
2527
2528 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2529
2530         * src/SDCCval.c (constVal): fixed bug 730366
2531         * support/Util/SDCCerr.c,
2532         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2533
2534 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2535
2536         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2537
2538 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2539
2540         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2541
2542 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2543
2544         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2545           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2546         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2547           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2548         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2549         * packihx/packihx.c (hexDigit): made c unsigned char
2550         * as/mcs51/lklibr.c (fndsym),
2551         * link/z80/lkgb.c (gb),
2552         * link/z80/lklibr.c (fndsym),
2553         * link/z80/lkrloc.c (relr),
2554         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2555         * src/SDCC.lex (checkCurrFile, process_pragma),
2556         * src/SDCCglue.c (spacesToUnderscores),
2557         * src/SDCCmain.c (setParseWithComma, processFile),
2558         * src/asm.c (tvsprintf, printCLine),
2559         * src/avr/gen.c (emitcode, aopPut),
2560         * src/ds390/gen.c (emitcode),
2561         * src/hc08/gen.c (emitcode, emitinline),
2562         * src/mcs51/gen.c (emitcode, genInline),
2563         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2564           tokenizeLineNode),
2565         * src/pic/ralloc.c (debugLog),
2566         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2567           tokenizeLineNode),
2568         * src/pic16/ralloc.c (debugLog),
2569         * src/z80/main.c (_process_pragma):
2570            made all ctype.h function calls safe
2571         * src/SDCCopt.c: include math.h for fabs
2572         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2573           and used them throughout the code to make ctype.h function calls safe
2574         * src/ds390/main.c (asmLineNodeFromLineNode),
2575         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2576         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2577            unsigned char*
2578         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2579           (newpCodeAsmDir): made ctype.h function calls safe
2580         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2581           pic16_emitcode):  made lbp unsigned char*
2582         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2583           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2584         * src/xa51/gen.c (emitcode),
2585         * src/z80/gen.c (_emit2): made lbp unsigned char*
2586         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2587            char*
2588
2589 2005-09-05 Raphael Neider <rneider AT web.de>
2590
2591         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2592           access bank splitpoint
2593
2594 2005-09-05 Raphael Neider <rneider AT web.de>
2595
2596         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2597
2598 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2599
2600         * .version: changed to version 2.5.3
2601         * doc/sdccman.lyx: changed version to 2.5.3,
2602           documented --codeseg and --constseg and pragma codeseg and constseg,
2603           documented bit parameters (reentrant) and bit returning
2604         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2605            currFunc->recvSize, but is this ok for all ports?
2606           (ast2iCode): result of ~ on unsigned char must be cast to int for
2607            bool to work
2608         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2609           function pointers in bit space
2610         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2611           (processFuncArgs): call port.reg_parm() with reentrancy info
2612         * src/port.h,
2613         * src/avr/main.c,
2614         * src/ds390/main.c,
2615         * src/hc08/main.c,
2616         * src/pic/main.c,
2617         * src/pic16/main.c,
2618         * src/xa51/main.c,
2619         * src/z80/main.c: port.reg_parm prototype extended with
2620           "bool reentrant" parameter
2621         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2622           options.stackAuto for allocating bit register parameters
2623         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2624           (genSend): set BitBankUsed if it is,
2625           (selectRegBank): factored out of genCall for use in genPcall,
2626           (genCall): removed redundant dtype assignmen, use selectRegBank,
2627           (genPcall): handle returning in Carry properly, save in F0 if needed,
2628           (genReceive): handle bit register parameters
2629         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2630           (mcs51_assignRegisters): enable bit registers for all reentrant
2631            functions and don't set BitBankUsed unconditionally
2632         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2633         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2634         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2635
2636 2005-08-27 Borut Razem <borut.razem AT siol.net>
2637
2638         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2639         ppc-osx (Darwin) does not support -u option. It seems that it is
2640         supported only on Linux - GNU cp
2641
2642 2005-08-25 Borut Razem <borut.razem AT siol.net>
2643
2644         * sim/ucsim/gui.src/serio.src/Makefile.in,
2645           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2646           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2647           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2648           install and strip, since the strip at /usr/ccs/bin should be used
2649           on solaris
2650
2651 2005-08-24 Borut Razem <borut.razem AT siol.net>
2652
2653         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2654
2655 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2656
2657         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2658         ffffffffu
2659
2660 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2661
2662         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2663         * as/mcs51/lkmain.c (link_main): fixed warning
2664         * device/include/stdbool.h: ds390 has no advanced bit support yet
2665         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2666         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2667         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2668           and updated their macros
2669         * src/SDCCval.c (constVal): updated comment for renamed b_long
2670
2671 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2672
2673         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2674         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2675           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2676           (oprio): set priority for '['
2677         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2678            and adb_24_bit
2679         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2680         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2681         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2682         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2683           added overlayable BIT_BANK area
2684         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2685           (summary2): explain 'T' in legenda
2686         * as/mcs51/lkrloc.c: replaced old K&R style,
2687           (relr): added R_BIT processing,
2688           (errmsg): added "Bit-addressable relocation error",
2689           (adb_bit): added for converting from byte- to bit-addressable space,
2690           (adb_24_bit): added for converting from byte- to bit-addressable space
2691         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2692            used in reentrant functions now even as return value
2693         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2694         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2695           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2696         * src/SDCCglobl.h: added indicator BitBankUsed
2697         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2698            the bit registers b0-b7
2699         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2700           (geniCodeCast): fixed bug 1263853,
2701           (geniCodeLogicAndOr): put result in bool or char,
2702           (geniCodeReceive): added parameter func for accessing the return type,
2703           (geniCodeFunctionBody): pass func to geniCodeReceive
2704         * src/SDCCmain.c: added indicator BitBankUsed
2705         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2706         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2707           (checkSClass): don't put automatic bool/bit on stack,
2708           (checkFunction): removed check on function cannot return bit
2709         * src/SDCCsymt.h: added newBoolLink prototype
2710         * src/mcs51/gen.c (rb1regs): added bit registers,
2711           (movc): created for assigning to carry,
2712           (pushReg, popReg): created for pushing registers,
2713           (sameRegs): check both AOP_REG and AOP_CRY types,
2714           (aopOp): handle bit registers,
2715           (aopPut): optimization no self-assign,
2716           (saveRegisters): push reg->base (bits) only once for bit registers,
2717            and use pushReg,
2718           (unsaveRegisters): pop reg->base only once and use popReg,
2719           (assignResultValue): added parameter func and return in carry for bits,
2720           (genIpush): optimization no reload in A if not changed,
2721           (genSend): bit parameters in reentrant functions are passed in bit
2722            registers by first assigning to bits in B, then save registers and
2723            copy B to bits,
2724           (genCall): handle returning in Carry properly, save it in F0 if needed,
2725           (genPcall): updated assignResultValue call, this is not safe yet for bit
2726            returning function !!!
2727           (genFunction): don't generate equ's for bit registers and use pushReg,
2728           (genEndFunction): take care of bit returning functions and use popReg,
2729           (genRet): return bit in Carry,
2730           (genIfx): optimize bit registers and other directly addressable bits,
2731           (genReceive): updated assignResultValue call
2732         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2733           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2734            registers when using stack-auto
2735         * src/mcs51/ralloc.c (_G): added allBitregs,
2736           (regs8051): added the bit registers,
2737           (createStackSpil): use macro IS_BIT,
2738           (getRegBit): added to allocate a bit register, else spill,
2739           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2740           (updateRegUsage): factored out to ease stepping while debugging,
2741           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2742            also allocate bit registers,
2743           (fillGaps): handle bit registers,
2744           (findAllBitregs): added to create bit vector with all bit registers,
2745           (mcs51_allBitregs): returns this bit vector,
2746           (mcs51_assignRegisters): when using stack-auto use bit registers for
2747            passing parameters and creating local variables
2748         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2749
2750 2005-08-22 Borut Razem <borut.razem AT siol.net>
2751
2752         * device/lib/Makefile.in: replaced find option -or with -o
2753           to make it run on solaris
2754
2755 2005-08-22 Raphael Neider <rneider AT web.de>
2756
2757         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2758           fixes #1265442 (crash on Solaris)
2759
2760 2005-08-20 Borut Razem <borut.razem AT siol.net>
2761
2762         * configure, configure.in: added tests for libsocket and libnsl libraries,
2763           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2764           from support/regression/Makefile.in
2765         * support/regression/Makefile.in: added
2766         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2767         * sim/ucsim/libtool: regenerated on sparc-solaris
2768         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2769           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2770           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2771           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2772           sparc-solaris, which doesn't use GNU ld linker
2773         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2774         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2775
2776 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2777
2778         * src/mcs51/peeph.def: updated comments
2779
2780 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2781
2782         * device/lib/_gptrget.c,
2783         * device/lib/_gptrput.c: slightly shorter
2784         * doc/sdccman.lyx: incremented version
2785         * src/mcs51/peeph.def: moved peephole comments to the line of first
2786           change to better keep line correlation, reanimated 186.e
2787         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2788
2789 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2790
2791         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2792           David Saxton with quotes around file name.
2793
2794 2005-08-15 Borut Razem <borut.razem AT siol.net>
2795
2796         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2797           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2798           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2799           make tests run on x86_64 platform
2800
2801 2005-08-13 Raphael Neider <rneider AT web.de>
2802
2803         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2804           as it might be executed DURING a build (parallel make is wonderful)
2805
2806 2005-08-13 Raphael Neider <rneider AT web.de>
2807
2808         * device/lib/Makefile.in (port-specific-objects-pic16):
2809           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2810         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2811           dependency
2812         * device/lib/pic16/Makefile.rules: build subdirs before creating
2813           the library, removed builddir rule, create $(builddir) early in
2814           recurse rule, use empty recurse rule for leaf directories
2815         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2816           mkdir errors (race condition), removed duplicate suffix "hex"
2817           from clean rules
2818         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2819         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2820           prevents mkdir -p from aborting on Alpha
2821
2822 2005-08-12 Raphael Neider <rneider AT web.de>
2823
2824         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2825           db-statements in order to allow for arrays of pointers in code
2826           sections to be placed without interspersed 0-padding, fixes
2827           bug #1256215
2828         * (emitStatistics): fixed division by zero for pic18f1220
2829         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2830           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2831         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2832         * (pic16_pCodeConstString): keep track of already emitted string
2833           literals to prevent "duplicate definitions of symbol _str_NR"
2834         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2835           debug message
2836         * device/lib/Makefile.in: ignore failing PIC16 library builds
2837         * device/lib/pic16/Makefile: do not build if gputils are missing
2838         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2839
2840 2005-08-10 Raphael Neider <rneider AT web.de>
2841
2842         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2843           my last commit)
2844
2845 2005-08-10 Raphael Neider <rneider AT web.de>
2846
2847         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2848           Rokas' patch to add the new fixed point type "__fixed16x16"
2849         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2850           functions for __fixed16x16 arithmetics
2851         * device/lib/pic16: reimplemented the build system to support
2852           a separate build directory, better handling of libio (create
2853           the library in a separate subdir for each architecture) and
2854           easier configuration (centralized in Makefile.common)
2855
2856 2005-08-07 Raphael Neider <rneider AT web.de>
2857
2858         * src/pic16/gen.c (genrshTwo): fixed sign extension
2859         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2860         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2861           added T0CONbits
2862         * device/include/pic16/pic18f4220.h: NEW, header for
2863           pic18f4220 and pic18f4320
2864         * device/include/pic16/pic18fregs.h: added new devices,
2865           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2866         * device/include/pic16/signal.h: resolved name clashes
2867           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2868           to also allow testing for interrupt enable bits, added
2869           comments on how to use the macros
2870         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2871         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2872           register definitions for the devices
2873         * device/lib/pic16/pics.all: added new devices
2874         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2875           allocated memory
2876         * device/lib/pic16/libc/stdlib/memfree: do not count
2877           the block header as free memory
2878         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2879           simplified and added missing end-of-blocklist-marker
2880           (reported by Peter Onion, fixes #1252814)
2881         * (_mergeHeapBlock): fixed loop condition
2882         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2883           len==0, restructured code
2884         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2885           up a bit, reduced bitfield accesses, prevent endless loops
2886           in case of heap corruption
2887         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2888           "unreferenced arguments/must return a value" warnings
2889         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2890           replaced BAUDREG with SPBRG
2891         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2892           device/lib/pic16/debug/gstack/gstack.c: replaced
2893           _naked, _asm, _endasm with __naked, __asm, __endasm
2894
2895 2005-08-05 Raphael Neider <rneider AT web.de>
2896
2897         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2898           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2899
2900 2005-08-05 Borut Razem <borut.razem AT siol.net>
2901
2902         * device/lib/Makefile.in: added missing ';'
2903         * configure: removed ^M characters
2904
2905 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2906
2907         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2908           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2909           License
2910
2911 2005-08-04 Borut Razem <borut.razem AT siol.net>
2912
2913         * configure.in: pic16 libraries build 2nd try - enable running
2914           configure in device/lib/pic16
2915         * configure: regenerated from configure.in
2916         * device/lib/Makefile.in: create $(PORT)/bin directory
2917
2918 2005-08-03 Raphael Neider <rneider AT web.de>
2919
2920         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2921           to get/set values via pointers
2922         * (genUnpackBits,genPackBits): changed detection of
2923           ptr->bitfield vs. sym.bitfield, fixed access via generic
2924           pointers, removed dead (wrong) code for multibyte bitfields
2925         * (genNearPointerGet, genGenPointerGet): removed useless code,
2926           fixed bitfield detection, fixes #1250594
2927         * (genNearPointerSet): removed useless code
2928         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2929           and introduced macro pic16_emitpcode that conditionally emits
2930           the origin of the following pCode (useful for debugging SDCC)
2931         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2932         * (createDefmap): fixed handling of LFSR for --optimize-df
2933
2934 2005-08-02 Borut Razem <borut.razem AT siol.net>
2935
2936         * device/lib/Makefile.in: pic16 libraries build enabled since
2937           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2938
2939 2005-08-02 Raphael Neider <rneider AT web.de>
2940
2941         * src/pic16/gen.c (genPackBits): removed deprecated warning
2942         * (genGenPointerSet): fixed bitfield detection
2943
2944 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2945
2946         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2947
2948 2005-07-31 Raphael Neider <rneider AT web.de>
2949
2950         * device/lib/pic16/libdev/pic18f458.c,
2951           device/include/pic16/pic18f458.h: added missing T0CONbits
2952
2953 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2954
2955         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2956
2957 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2958
2959         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2960
2961 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2962
2963         * device/include/mcs51/at89c51ed2.h: added.
2964
2965 2005-07-23 Raphael Neider <rneider AT web.de>
2966
2967         * src/pic/gen.h: added emitpcode macro for debugging
2968         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2969           and replace by macro adding debug information on demand
2970         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2971         * (gencjne): tried to fix; replaced with correct (slower) code
2972         * (gen{Unp,P}ackBits): fixed single bit access
2973         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2974         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2975           previous instruction
2976         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2977           register has to be handled with care (forbidding movement
2978           of assignments/uses, removing assignments completely, ...)
2979         * (pCodeOptime2pCodes): make use of regIsSpecial
2980         * added lots of debugging output (commented out)
2981         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2982           from being reused as result UNLESS it is known to work
2983
2984 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2985
2986         * support/Util/dbuf.h: include <stddef.h> for size_t
2987         * .version: changed to version 2.5.2
2988
2989 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2990
2991         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2992
2993 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2994
2995         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2996           (genModOneByte): removed needless psha/pula
2997
2998 2005-07-22 Raphael Neider <rneider AT web.de>
2999
3000         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3001           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3002         * src/pic/gen.c (resolveIfx): do not "invent" labels
3003         * (genSkipc): changed to positive logic
3004         * (genSkipCond): removed as no longer needed
3005         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3006           backport from PIC16
3007         * (genLeftShift): check operands are in different registers
3008         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3009           INCF does not update CARRY...
3010         * src/pic/main.c: fixed _linkCmd
3011         * src/pic/pcode.c (unlinkpCode): added inactive code
3012         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3013           alive (do not assign result and operand overlapping registers)
3014
3015 2005-07-22 Raphael Neider <rneider AT web.de>
3016
3017         * src/pic/device.c (dump_sfr): replaced register declaration with
3018           call to emitSymbolToFile() to avoid duplicate symbols
3019         * (assignRelocatableRegisters): do not declare external symbols
3020         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3021           right (take size of type, not etype)
3022         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3023         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3024         * (packRegsForAccUse): disabled assignment of WREG as
3025           the result reg to prevent occurence of just fixed #1235003,
3026           fixes #1242954
3027         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3028           symbols (avoids duplicate symbols in .asm file)
3029         * (pic14emitRegularMap): use emitSymbolToFile()
3030         * src/pic/gen.c (aopOp): fixed spillLocation handling
3031         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3032         * (genDataPointerSet): removed unneccessary variables/output
3033
3034 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3035
3036         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3037         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3038
3039 2005-07-21 Raphael Neider <rneider AT web.de>
3040
3041         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3042           architecture cannot handle them efficiently, fixes bug #1235003
3043         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3044           check for empty sets before using them (fixes bug #1232190)
3045
3046 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3047
3048         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3049           (lnksect2): generate warnings for memory overlap
3050         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3051           constseg to set the name of these segments so you can instruct the linker
3052           to place them in banks
3053         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3054         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3055           added code_seg and const_seg to options
3056         * src/SDCCglue.c (emitMaps): use options.const_seg,
3057           (createInterruptVect): put interrupt vectors in segment HOME,
3058           (glue): put HOME before static segment and put the main glue in HOME,
3059           (glue): use options.code_seg
3060         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3061         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3062           these segments so you can instruct the linker to place them in banks
3063           (linkEdit): use code_loc for HOME segment which should be the first
3064           segment in code memory now
3065         * src/SDCCmem.c: fixed more stuff like bug 1238386
3066         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3067           (changePointer): don't change function pointers to code pointers for
3068           banked functions,
3069           (compareType): added exceptional check for banked function pointers
3070         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3071         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3072           after static in code memory
3073         * src/mcs51/gen.c: added aopLiteralLong prototype,
3074           (aopForSym): use getSize for functions,
3075           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3076           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3077           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3078           the segment,
3079           (genPcall): use call for literal function pointers and generate banked
3080           calls over the one trampoline so there's only one place for the user to
3081           modify according to his/hers hardware,
3082           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3083           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3084         * src/mcs51/main.c: added keyword banked,
3085           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3086         * support/Util/SDCCerr.c,
3087         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3088           needed for passing the bank and address to the trampoline
3089         * device/lib/mcs51/crtbank.asm: added for bankswitching
3090         * device/lib/mcs51/Makefile: added crtbank
3091
3092 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3093
3094         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3095           for fields at offset 0 of a struct or union as reported
3096           on 2005-07-07 in the developer mailing list.
3097
3098 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3099
3100         * src/SDCCmem.c: fixed bug 1238386
3101
3102 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3103
3104         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3105           (patch #1144962), added peephole 300, enabled 259.x
3106         * doc/sdccman.lyx: removed screenshot and provided link instead
3107
3108 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3109
3110         * doc/sdccman.lyx: added section about debugging with ddd
3111         * doc/figures/ddd_example.eps: screenshot of debugging session
3112
3113 2005-07-04 Raphael Neider <rneider AT web.de>
3114
3115         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3116           like CODE pointers, fixes #1115683
3117         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3118           call, fixes bugs #1232211, #1228110,
3119           fixed wrong casts to pCodeFlow from pCodeInstructions
3120
3121 2005-07-04 Raphael Neider <rneider AT web.de>
3122
3123         * src/pic/gen.c (popGet): changed assert to allow for
3124           bit operands
3125         * (popGetAddr): changed signature to provide
3126           an additional index, patched all call sites
3127         * (genCmpEq): handle literal-like operands correctly
3128         * (genAddrOf): added sanity checks on __code/__data pointers
3129         * (genAssign): added handling of symbols from __code section
3130         * (gencjne): do not generate code for comparisons whose result
3131           is neither stored nor used, fixes bug #1171114
3132         * (AccLsh, AccRsh): operate on operand instead of WREG
3133         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3134           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3135           by known count
3136         * rewrote complete shift-by-literal logic, commented unused
3137           functions out
3138         * (genConstPointerGet): get multiple bytes (if result size > 1),
3139           fixed handling of non-immediate addresses
3140         * (genPointerGet): handle CODE pointers like CONST pointers
3141         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3142         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3143           operand is to be treated as a literal or not
3144         * (mov2w,genPcall,genCmpEq),
3145           src/pic/genarith.c: use aop_isLitLike() to decide between
3146           literal/register contents
3147         * (addSign): added missing offset
3148         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3149           only emit comment in debug-mode,
3150           use {aop,op}_isLitLike throughout the file
3151         * src/pic/glue.c: fix initializers for pointers (work in progress)
3152         * src/pic/pcode.c (get_op): honor index on _const symbols
3153         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3154         * (dumppBlock): added pCode size estimation
3155         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3156           check for IS_SYMOP before OP_SYMBOL'ing
3157         * fixed indentation, compacted switch-statements
3158         * (allocReg): find free register and allocate it instead of
3159           allocating new registers all the time
3160         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3161           registers as its operands (necessary only for multibyte GETs)
3162
3163 2005-07-01 Raphael Neider <rneider AT web.de>
3164
3165         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3166           debugging .asm-output macros FENTRY + FEXIT
3167         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3168           way... I wonder...
3169         * (emitpComment): NEW, printf to pCode
3170         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3171           offset handling
3172         * (popGetAddr): NEW, variant of popGet to access an immediates
3173           high(er) bytes instead of the n'th byte of memory they reference,
3174           replaced popGet with popGetAddr where neccessary
3175         * (genDataPointerGet): reactivated and fixed implementation
3176         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3177           accesses
3178         * (genDataPointerSet): fixed multibyte assignments
3179         * (genpic14Code): fixed --i-code-in-asm handling
3180         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3181         * (genPlus): fixed index-out-of-bounds error
3182         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3183         * src/pic/ralloc.c: added debugging output macro FENTRY2
3184         * (spillThis): fixed indentation, enbraced for-body for clarity
3185         * (rematStr): commented out as now unused
3186         * (regTypeNum): commented out special spill case (overwrites
3187           arbitrary values)
3188         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3189
3190 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3191
3192         * doc/sdccman.lyx: documented sfr16/sfr32,
3193           added example for using storage class with function pointers
3194         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3195
3196 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3197
3198         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3199         * device/lib/_itoa.c,
3200         * device/lib/_ltoa.c: optimized codesize
3201         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3202           but don't know how to suppress the double warning.
3203         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3204         * support/Util/SDCCerr.c,
3205         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3206
3207 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3208
3209         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3210           fixed old K&R prototypes
3211         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3212         * device/lib/_gptrget.c,
3213         * device/lib/_gptrgetc.c,
3214         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3215           also new versions for small generic pointers and banked generic pointers
3216         * src/port.h: added const_name
3217         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3218         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3219         * src/SDCCcse.c (findPrevIc): check all associative operators
3220         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3221         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3222         * src/SDCCmem.c: updated comments,
3223           set far-space to 0 for pdata, results in optimized code
3224         * src/SDCCmem.h: added macro CONST_NAME
3225         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3226           moving the info into the highest bits, see also gptrget/gptrput
3227         * src/src.dsp: added sdcc.ico to project files
3228         * src/avr/gen.c (genCast): fixed bug 0x%d
3229         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3230         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3231           relation between ptr_type and DCL_TYPE,
3232           (genCast): fixed bug 0x%d
3233         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3234           (CODE)" for const_name
3235         * src/hc08/gen.c (genCast): fixed bug 0x%d
3236         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3237           (hc08_port): added "CONST (CODE)" for const_name
3238         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3239           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3240           between ptr_type and DCL_TYPE,
3241           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3242           operand* and took AOP() inside function so sfr-ness can be checked,
3243           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3244           new prototype,
3245           (genFunction, genEndFunction): optimized stack setup,
3246           (genMinus): optimized for literals with ending zeroes (in bytes),
3247           (genCast): fixed bug 0x%d
3248         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3249           (mcs51_port): added "CONST (CODE)" for const_name
3250         * src/mcs51/peeph.def: made rule 226 more generic
3251         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3252         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3253         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3254         * src/z80/main.c (z80_port): added NULL for const_name,
3255           (gbz80_port): added NULL for const_name
3256         * support/regression/tests/bug663539.c,
3257         * support/regression/tests/sfr16.c: new tests
3258
3259 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3260
3261         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3262
3263 2005-06-24 Raphael Neider <rneider AT web.de>
3264
3265         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3266           corrected typos...
3267         * device/include/pic16/signal.h: added USBIF
3268           and SIG_USB
3269
3270 2005-06-24 Raphael Neider <rneider AT web.de>
3271
3272         * device/lib/pic16/libdev/pic18f2455.c,
3273           device/include/pic16/pic18f2455.h: NEW
3274         * device/include/pic16/pic18fregs.h,
3275           device/lib/pic16/pics.all,
3276           src/pic16/device.c: added 18f2455
3277         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3278           device/include/pic16/{pic18f[68][567].h,usart.h}:
3279           replaced MULTIPLE_USARTS define with more relaible
3280           compatibility sfrs (for USART access)
3281
3282 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3283
3284         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3285           and the output asm file line is printed on two lines.
3286
3287 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3288
3289         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3290           BGT, BLE, BHI, and BLS instructions
3291         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3292           genCmpEq): removed
3293         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3294           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3295           fixes bug #1216342
3296         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3297
3298 2005-06-15 Raphael Neider <rneider AT web.de>
3299
3300         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3301         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3302         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3303           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3304           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3305
3306 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3307
3308         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3309           Marcel Telka in bug #1215704
3310
3311 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3312
3313         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3314           located in shared memory bank.
3315
3316 2005-05-31 Raphael Neider <rneider AT web.de>
3317
3318         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3319           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3320           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3321
3322 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3323
3324         * device/lib/_strncpy.c: fixed the fix
3325
3326 2005-05-26 Raphael Neider <rneider AT web.de>
3327
3328         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3329           initializers with \0, bug #1208187
3330         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3331           intializers with \0, bug #1208187
3332
3333 2005-05-26 Raphael Neider <rneider AT web.de>
3334
3335         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3336           initializers with \0, bug #1208187
3337         * src/pic16/main.c (_process_pragma): added sanity checks
3338           for stack position and size, emit warnings when appropriate
3339
3340 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3341
3342         * device/lib/_strncpy.c: fixed not filling with \0
3343
3344 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3345
3346         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3347           createFunction),
3348         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3349           compound_statement),
3350         * src/SDCCsymt.h,
3351         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3352
3353 2005-05-24 Raphael Neider <rneider AT web.de>
3354
3355         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3356
3357 2005-05-24 Raphael Neider <rneider AT web.de>
3358
3359         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3360           TRISE definitions, closes bug #1162453
3361
3362 2005-05-22 Raphael Neider <rneider AT web.de>
3363
3364         * src/pic16/main.c (_process_pragma): check for missing
3365           arguments to pragmas code and udata
3366         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3367           consistency fixes to match other headers (thanks to Jim Paris)
3368         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3369
3370 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3371
3372         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3373
3374 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3375
3376         * support/regression/tests/bug1198642.c: new test
3377         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3378         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3379         * support/scripts/resource.h,
3380         * support/scripts/resource.rc,
3381         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3382         * support/scripts/sdcc.ico: added 32x32 icon
3383
3384 2005-05-18 Raphael Neider <rneider AT web.de>
3385
3386         * device/lib/pic16/libdev/pic18f*.c,
3387         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3388           keywords to "__sfr" and "__at (X)"
3389         * device/include/pic16/pic18fregs.h: added pic18f4520
3390         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3391           #1203088 (MPLAB compatibility)
3392
3393 2005-05-17 Raphael Neider <rneider AT web.de>
3394
3395         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3396         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3397         * device/lib/pic16/pics.all: added new devices
3398         * src/pic16/device.c: added support for pic18f4520
3399
3400 2005-05-16 Raphael Neider <rneider AT web.de>
3401         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3402         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3403         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3404           convenience function for bit access
3405
3406 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3407
3408         * device/lib/printf_large.c: fixed bug 1193299
3409         * support/regression/tests/bug1057979.c: added test %3.3s
3410
3411 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3412
3413         * device/include/mcs51/8051.h,
3414         * device/include/mcs51/8052.h: made parseable with lint
3415         * device/include/mcs51/lint.h: added include file for (sp)lint
3416         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3417         * doc/cdbfileformat.lyx,
3418         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3419
3420 2005-05-14 Raphael Neider <rneider AT web.de>
3421
3422         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3423         * device/lib/pic16/libc/stdlib/itoa.c (new)
3424         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3425         * device/lib/pic16/libio/Makefile: exclude subdir according to
3426           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3427         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3428         * src/pic16/gen.c (genFunction): prevent annoying warning
3429         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3430           nameclashes on BeOS
3431         * support/cpp2/cppmain.c (cpp_output_string): new
3432         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3433           fixes bug 1116802
3434
3435 2005-05-13 Borut Razem <borut.razem AT siol.net>
3436
3437         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3438
3439 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3440
3441         * .version: changed to version 2.5.1; back to bleeding edge development
3442
3443 2005-05-11 Borut Razem <borut.razem AT siol.net>
3444
3445         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3446           generate PDF version 1.3 documents
3447
3448 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3449
3450         * .version: changed to version 2.5.0
3451
3452 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3453
3454         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3455
3456 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3457
3458         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3459         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3460         well as many smaller updates.
3461         * .version: changed to version 2.5.0-pre1
3462
3463 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3464
3465         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3466
3467 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3468
3469         * support/regression/tests/bug1185672.c: added
3470         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3471           bug 1185672
3472         * src/mcs51/gen.c (genCall): added comments, made it look safer
3473         * src/mcs51/gen.c (genEndFunction): simplified
3474
3475 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3476
3477         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3478
3479 2005-04-14 Borut Razem <borut.razem AT siol.net>
3480
3481         * fixed bug 1045046 - SIGSEGV with really simple code?:
3482           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3483           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3484
3485 2005-04-14 Borut Razem <borut.razem AT siol.net>
3486
3487         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3488           src/pic16/device.h: temporarily disabled experimental #inline pragma
3489           for 2.5.0 release
3490
3491 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3492
3493         * device/include/z80/stdio.h,
3494         * device/include/z80/string.h: removed these highly incomplete files so
3495           SDCC can use the default ones in device/include/
3496
3497 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3498
3499         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3500         gcc warning.
3501         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3502         fix sdcpp warnings.
3503
3504 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3505
3506         * device/include/malloc.h: removed redundant __reentrant prototypes
3507         * device/lib/_mullong.c: added working xstack variant in asm (C version
3508           doesn't pass regression tests)
3509         * device/lib/bpx.c: used __data and made bpx char for mcs51
3510         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3511           (createFunction): fixed bug with xstackPtr
3512         * src/SDCCcse.c: corrected comments
3513         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3514           (killDeadCode, eBBlockFromiCode): removed unused code
3515         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3516           corrected comments
3517         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3518           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3519           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3520           (genModOneByte): fixed warning in MSVC
3521         * src/mcs51/main.c (): added comments
3522         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3523
3524 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3525
3526         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3527
3528 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3529
3530         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3531
3532 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3533
3534         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3535         characters arrays of larger size than the declared one.
3536
3537 2005-04-10 Borut Razem <borut.razem AT siol.net>
3538
3539         * src/pic/gen.c (genInline),
3540           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3541           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3542           (findNextInstruction), (findPrevInstruction),
3543           (findInstructionUsingLabel),
3544           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3545         * src/pic/pcode.c (findLabel): added missing '\n'
3546         * src/src.dsp: added SDCCdwarf2.c to the project
3547
3548 2005-04-09 Borut Razem <borut.razem AT siol.net>
3549
3550         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3551
3552 2005-04-08 Raphael Neider <rneider AT web.de>
3553
3554         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3555           into the chain after a given one) and mergeDefmapSymbols (combine
3556           defmap entries for each symbol per pcode)
3557         * (createDefmap): have defmap entries merged in the end
3558         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3559           a symbol before replacing one access type's symbol, merge symbols in
3560           the end (replacement symbol might already have an entry)
3561         * (assignValnums): keep reference to written WREG intact
3562
3563 2005-04-08 Raphael Neider <rneider AT web.de>
3564
3565         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3566           Alpha)
3567
3568 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3569
3570         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3571         bytes
3572
3573 2005-04-07 Raphael Neider <rneider AT web.de>
3574
3575         * device/include/pic16/usart.h: added compatibility defines for
3576           devices with more than one USART
3577         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3578
3579 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3580
3581         * device/lib/Makefile.in: updated for port specific include
3582
3583 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3584
3585         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3586
3587 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3588
3589         * device/include/8051.h,
3590         * device/include/8052.h,
3591         * device/include/at89S8252.h,
3592         * device/include/at89c55.h,
3593         * device/include/at89x051.h,
3594         * device/include/at89x51.h,
3595         * device/include/at89x52.h,
3596         * device/include/mcs51reg.h,
3597         * device/include/reg51.h,
3598         * device/include/reg764.h,
3599         * device/include/regc515c.h,
3600         * device/include/sab80515.h: (re)moved these 12 files
3601         * device/include/mcs51/8051.h,
3602         * device/include/mcs51/8052.h,
3603         * device/include/mcs51/at89S8252.h,
3604         * device/include/mcs51/at89c55.h,
3605         * device/include/mcs51/at89x051.h,
3606         * device/include/mcs51/at89x51.h,
3607         * device/include/mcs51/at89x52.h,
3608         * device/include/mcs51/mcs51reg.h,
3609         * device/include/mcs51/reg51.h,
3610         * device/include/mcs51/reg764.h,
3611         * device/include/mcs51/regc515c.h,
3612         * device/include/mcs51/sab80515.h: and added them here
3613
3614 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3615
3616         * device/include/stdarg.h: changed SDCC specific keywords to double
3617           underlined form.
3618         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3619           mcs51 and ds390.
3620         * device/include/hc08/mc68hc908gp32.h,
3621         * device/include/hc08/mc68hc908jb8.h,
3622         * device/include/hc08/mc68hc908jkjl.h,
3623         * device/include/hc08/mc68hc908qy.h: fixed comments
3624         * device/include/mcs51/README: updated
3625         * device/include/mcs51/c8051f120.h: added PINRSF
3626         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3627         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3628           amidst code. Also inline is not supported.
3629
3630 2005-04-06 Raphael Neider <rneider AT web.de>
3631
3632         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3633         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3634           callers stack/frame pointers
3635
3636 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3637
3638         * device/include/pic16/usart.h: added, missing in previous commit,
3639         * device/include/pic16/adc.h: fixed typo,
3640         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3641         commit,
3642         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3643         <p18fxxx.inc>
3644         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3645         uninitialized because a bug appears with gplink
3646         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3647         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3648         complains for unrecognised option
3649
3650 2005-04-05 Raphael Neider <rneider AT web.de>
3651
3652         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3653           structs as well (using memcpy)
3654         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3655           on ISRs (GOTO has no label)
3656         * src/pic16/device.h: added OF_OPTIMIZE_DF
3657         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3658           new data flow analysis/optimization
3659         * src/pic16/pcode.c: added (prototypes for and implementation of)
3660           dataflow analysis functions, fixed pCodeInstructions' inCond and
3661           outCond values, made RCALL a branch instruction
3662         * (pic16_unlinkpCode): keep C line if possible
3663         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3664           C line moved if possible
3665         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3666         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3667           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3668         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3669           new flow)
3670         * (pic16_getJumptabpCode): NEW, needed in...
3671         * (LinkFlow): fixed handling of jumptables, calls and conditional
3672           branches
3673         * (pic16_InsertCommentAfter): NEW
3674         * (pic16_pCodeReplace): made verbose and flow preserving
3675         * (AnalyzeFlow): added call to data flow analysis
3676         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3677         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3678         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3679
3680 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3681
3682         * src/SDCCast.c (decorateType): fixed bug #1105626
3683
3684 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3685
3686         * device/include/asm/pic16/features.h,
3687         * pic18f*.h headers,
3688         * device/include/pic16/adc.h,
3689         * device/include/pic16/delay.h,
3690         * device/include/pic16/i2c.h,
3691         * device/include/pic16/malloc.h,
3692         * device/include/pic16/stdio.h,
3693         * device/include/pic16/stdlib.h,
3694         * device/include/pic16/string.h,
3695         * device/lib/pic16/libc/stdio/printf_tiny.c,
3696         * device/lib/pic16/libc/stdio/printf_small.c,
3697         * device/lib/pic16/libc/stdio/strmgpsim.c,
3698         * device/lib/pic16/libc/stdio/strmmssp.c,
3699         * device/lib/pic16/libc/stdio/strmusart.c,
3700         * device/lib/pic16/libc/stdio/vfprintf.c,
3701         * device/lib/pic16/libc/stdlib/ltoa.c,
3702         * device/lib/pic16/libc/stdlib/putchar.c,
3703         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3704         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3705         * device/lib/pic16/libc/stdlib/memchrram.c,
3706         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3707         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3708         * device/lib/pic16/libio/adc/adcbusy.c,
3709         * device/lib/pic16/libio/adc/adcread.c,
3710         * device/lib/pic16/libio/adc/adcsetch.c,
3711         * device/lib/pic16/libio/usart/ubaud.c,
3712         * device/lib/pic16/libio/usart/ubusy.c,
3713         * device/lib/pic16/libio/usart/udrdy.c,
3714         * device/lib/pic16/libio/usart/uopen.c,
3715         * device/lib/pic16/libio/usart/uputc.c,
3716         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3717         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3718         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3719         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3720         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3721         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3722         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3723         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3724         specific keywords to double underlined form,
3725         * device/lib/pic16/libc/Makefile.rules,
3726         * device/lib/pic16/libsdcc/Makefile.rules,
3727         * device/lib/pic16/libm/Makefile,
3728         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3729         to compile with C standard set in Makefile.common
3730         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3731         rand.c and crc.c in compilation process,
3732         * device/lib/pic16/libsdcc/int/divuint.c,
3733         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3734         `c' from signed to unsigned,
3735         * device/lib/pic16/startup/crt0.c,
3736         * device/lib/pic16/startup/crt0i.c,
3737         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3738         keywords to double underlined form, bug fixes in _do_cinit function
3739         which prevented the correct initialization of the .idata segment,
3740         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3741         core to enter a infinite loop
3742         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3743
3744 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3745
3746         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3747
3748 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3749
3750         * device/include/Makefile.in: add support for hc08 subdirectory
3751         * device/include/hc08/: new subdirectory
3752         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3753         Lucas Loizaga, thanks!
3754         * device/include/hc08/mc68hc908qy.h,
3755         * device/include/hc08/mc68hc908gp32.h,
3756         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3757         their own directory. Changed internal macro names to use the compiler
3758         reserved namespace. Changed SDCC specific keywords to double
3759         underlined form.
3760         * device/include/math.h,
3761         * device/include/malloc.h,
3762         * device/include/stdarg.h,
3763         * device/include/stdbool.h
3764         * device/include/string.h,
3765         * device/include/tinibios.h,
3766         * device/include/ds400rom.h,
3767         * device/include/8051.h,
3768         * device/include/8052.h,
3769         * device/include/80c51xa.h,
3770         * device/include/at89c55.h,
3771         * device/include/at89S8252.h,
3772         * device/include/at89x51.h,
3773         * device/include/at89x52.h,
3774         * device/include/ds80c390.h,
3775         * device/include/reg764.h,
3776         * device/include/regc515c.h,
3777         * device/include/sab80515.h,
3778         * device/include/mcs51/c8051f000.h,
3779         * device/include/mcs51/c8051f018.h,
3780         * device/include/mcs51/c8051f020.h,
3781         * device/include/mcs51/c8051f040.h,
3782         * device/include/mcs51/c8051f060.h,
3783         * device/include/mcs51/c8051f120.h,
3784         * device/include/mcs51/c8051f300.h,
3785         * device/include/mcs51/c8051f310.h,
3786         * device/include/mcs51/c8051f320.h,
3787         * device/include/mcs51/c8051f330.h,
3788         * device/include/mcs51/c8051f350.h,
3789         * device/include/z180.h: Changed SDCC specific keywords to double
3790         underlined form.
3791
3792 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3793
3794         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3795         18F4455,
3796         * (pic16_assignConfigWordValue): disable testing of configuration
3797         register value with config mask,
3798         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3799         function with port->fun_prefix,
3800         * (genFunction): when generating a naked interrupt function never
3801         create an absolute segment placed in interrupt vector address, place
3802         the actual interrupt function at IVA instead, when an interrupt
3803         function is generated with unspecified interrupt then do not create
3804         the absolute section,
3805         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3806         code for generating a call to generic pointer get/put function with
3807         a call to function pic16_callGenericPointer(),
3808         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3809         the call to the generic pointer get/put functions with prefixing the
3810         function name with port->fun_prefix,
3811         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3812         * src/pic16/main.c (_process_pragma): prefix function with
3813         port->fun_prefix,
3814         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3815         calling assembler, old 18Fxxxx macro is deprecated,
3816         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3817         PC_ASMDIR in while condition,
3818         * (findInstruction): add PC_ASMDIR in while condition,
3819         * (buildCallTree): prefix main with port->fun_prefix,
3820         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3821         identifier for variable with banked access in instructions BTFSS,
3822         BTFSC, BCF, BSF, BTG
3823         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3824         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3825         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3826         perform optimization when enviroment variable NO_REG_OPT is set,
3827         * (insideLRBlock): NEW, return 1 if register is inside an
3828         INF_LOCALREGS block,
3829         * (RemoveRegFromLRBlock): remove a register that is completely
3830         eliminated by register optimization, but it is still left in local
3831         register store/restore in/from stack block,
3832         * (Remove2pcodes): after removing register, check to see if it
3833         should be removed from local register store/restore in/from stack
3834         block,
3835         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3836         DUMMY_READ_VOLATILE,
3837
3838         * device/include/pic16/adc.h: minor prototype modifications and
3839         update,
3840         * device/include/pic16/malloc.h: added GPL notice various
3841         modifications,
3842         * device/include/pic16/stdint.h: NEW, standard header for ints
3843         * device/include/pic16/delay.h: NEW, header for delay functions,
3844         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3845         delay1mtcy,
3846         * device/include/pic16/signal.h: NEW, header providing helper macros
3847         for implementing signal handlers,
3848         * device/include/pic16/stdio.h: added prototypes for functions,
3849         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3850         prototypes for stdin and stdout, added macro PUTCHAR to
3851         automatically implement putchar function prototype,
3852         * device/include/pic16/usart.h: modified and updated USART library,
3853         * device/lib/pic16/libio/adc/,
3854         * device/lib/pic16/libio/i2c: some modifications to improve library
3855         performance,
3856         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3857         family of functions,
3858         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3859         family of functions and other sources,
3860         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3861         of the PIC18Fxx[28] devices,
3862         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3863         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3864         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3865         _do_cinit function, because the previous failed when local variables
3866         where not placed in the same memory bank,
3867         * device/lib/pic16/libsdcc/char/: various modifications to improve
3868         library performance,
3869         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3870         information on the new functions of the c library and more...
3871
3872 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3873
3874         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3875
3876 2005-03-26 Raphael Neider <rneider AT web.de>
3877
3878         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3879           if condition == CARRY)
3880         * (genCmp): adapted to new genSkipc semantics
3881         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3882           on rIfx (genCmp was broken)
3883
3884 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3885
3886         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3887         * src/z80/main.c (_keywords[]),
3888         * src/SDCCglobal.h (struct options),
3889         * src/SDCC.y,
3890         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3891         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3892         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3893         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3894         always available in leading double underscore form. The C99 support is
3895         mostly missing, but it's a start.
3896         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3897         reserved identifier "__data".
3898
3899 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3900
3901         * src/mcs51/peeph.def: fixed bug 1170013
3902
3903 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3904
3905         * device/include/mcs51reg.h: fixed bug 842007
3906
3907 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3908
3909         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3910         last time.
3911
3912 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3913
3914         * src/port.h (struct PORT),
3915         * src/avr/ralloc.c (avr_assignRegisters),
3916         * src/avr/main.c,
3917         * src/ds390/ralloc.c (ds390_assignRegisters),
3918         * src/ds390/main.c,
3919         * src/hc08/ralloc.c (hc08_assignRegisters),
3920         * src/hc08/main.c,
3921         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3922         * src/mcs51/main.c,
3923         * src/pic/ralloc.c (pic14_assignRegisters),
3924         * src/pic/main.c,
3925         * src/pic16/ralloc.c (pic16_assignRegisters),
3926         * src/pic16/main.c,
3927         * src/xa51/ralloc.c (xa51_assignRegisters),
3928         * src/xa51/main.c,
3929         * src/z80/ralloc.c (z80_assignRegisters),
3930         * src/z80/ralloc.h,
3931         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3932         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3933         * src/SDCCcse.h,
3934         * src/SDCCdflow.c (computeDataFlow),
3935         * src/SDCCdflow.h,
3936         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3937         * src/SDCCloop.h,
3938         * src/SDCCcflow.c (*),
3939         * src/SDCCcflow.h,
3940         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3941         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3942         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3943         immedDom() returning wrong block; probably fixes bug #1160833)
3944
3945 2005-03-20 Borut Razem <borut.razem AT siol.net>
3946
3947         * support/scripts/inc2h.pl: WIN32 port
3948
3949 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3950
3951         * device/lib/makefile.in: added abs.c and labs.c
3952
3953 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3954
3955         * device/include/stdint.h: added
3956         * device/lib/abs.c: added
3957         * device/lib/labs.c: added
3958         * device/include/stdlib.h: added abs() and labs() prototypes
3959         * device/lib/libsdcc.lib: added abs and labs
3960         * device/include/float.h,
3961         * device/lib/_fsmul.c,
3962         * device/lib/printf_fast.c,
3963         * device/lib/printf_tiny.c: updated comments
3964
3965 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3966
3967         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3968         bug #1164313
3969
3970 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3971
3972         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3973         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3974
3975 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3976
3977         * device/lib/printf_large.c: removed inline assembly for portability and
3978           readability. Use printf_fast if speed or size are more important.
3979         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3980         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3981
3982 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3983
3984         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3985         prevent compiler warning
3986
3987 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3988
3989         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3990         moved to level 0 and declared as static. Also they are explicit
3991         placed in access bank. This was necessery because some times they
3992         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3993         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3994         optimizations. Currently only compare to unsigned char is implemented,
3995         * src/pic16/gen.c: added fReturnIdx array,
3996         * (struct resolvedIfx) is moved to gen.h and made public,
3997         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3998         * (aopForSym): added an optimization to directly store in stack of
3999         the operand of a SEND iCode,
4000         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4001         but as registers instead (AOP_REG) using the fReturnIdx array,
4002         * (pic16_freeAsmop): remove the freed register from the
4003         _G.sregsAlloc field,
4004         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4005         a compare of 'WREG',
4006         * (pic16_popGetTempRegCond): changed function prototype, now
4007         function takes also a bitVector argument v which holds the current
4008         set of registers that are allocated for stack access by aopForSym,
4009         registers allocated in aopForSym for accessing stack symbols are not
4010         any more part of the functions usedRegs field,
4011         * (genCall): some times aopOp is called for a stack variable to be
4012         send, aopForSym might perform the push, if this is true make sure
4013         that genCall doesn't push the variable twice by testing _G.resDirect,
4014         * (genFunction): changed testing for unspecified interrupt number
4015         from 256 to INTNO_UNSPEC,
4016         * modified selection scheme of frame pointer generation. Previously
4017         if function did use local registers a frame pointer was generated,
4018         now a frame pointer is generated only if function has arguments
4019         (that need PLUSW2 register access), or has stack arguments, or the
4020         compiler is not instructed to omit the frame pointer,
4021         * (genEndFunction): before restoring local registers that were saved
4022         in the function preamble, also restore the registers that *might*
4023         have been allocated for stack access,
4024         * (genRet): removed some old comments,
4025         * (genCmp, the active (RN's) version): added a call to the
4026         pic16_genCmp_special function to perform the compare with a more
4027         robust and optimized way,
4028         * (genInline): a feature has been added in inline code generation,
4029         which allows a wildcard variable substitution when writing inline
4030         assembly. Code is incomplete and experimental therefore undocumented,
4031         * (genCast): changed order of aopOp for result and right to allow
4032         aopForSym to directly load the result if possible,
4033         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4034         perform an optimized compare on some selected special occasions,
4035         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4036         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4037         generate an IVT any more,
4038         * src/pic16/main.c (pic16_optionsTable): added command line option
4039         --optimize-cmp,
4040         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4041         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4042         macros,
4043         * src/pic16/NOTES: Raphael Neider added in list of active developers
4044         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4045         jumptable_end to prevent bug #,
4046         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4047         inCond and outCond fields,
4048         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4049         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4050         turn off register spilling,
4051         * (packRegsForOneUse): synced with other ports' versions although it
4052         is not used currently,
4053         * (pic16_packRegisters): added an optimization while reading
4054         structure bitfields, some registers may be saved (malloc code is
4055         decreased by 80 bytes)
4056
4057 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4058
4059         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4060         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4061         this can be optimized more?
4062
4063 2005-03-10 Raphael Neider <rneider AT web.de>
4064
4065         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4066           genNearPointerGet): (hopefully) fixed access to bitfields via
4067           pointers (p->bitN = x; and x = p->bitN; failed)
4068
4069 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4070
4071         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4072
4073 2005-03-09 Raphael Neider <rneider AT web.de>
4074
4075         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4076
4077 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4078
4079         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4080         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4081           (regTypeNum): set REG_BIT type if necessary
4082         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4083         * support/regression/tests/critical.c: check bug 1144613
4084
4085 2005-03-02 Raphael Neider <rneider AT web.de>
4086
4087         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4088
4089 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4090
4091         * src/avr/ralloc.c (serialRegAssign),
4092         * src/ds390/ralloc.c (serialRegAssign),
4093         * src/hc08/ralloc.c (serialRegAssign),
4094         * src/mcs51/ralloc.c (serialRegAssign),
4095         * src/pic/ralloc.c (serialRegAssign),
4096         * src/pic16/ralloc.c (serialRegAssign),
4097         * src/xa51/ralloc.c (serialRegAssign),
4098         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4099
4100 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4101
4102         * src/SDCCast.c (decorateType): fixed bug 1124787
4103
4104 2005-02-20 Hubert Sack <sack AT digiplan.de>
4105         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4106
4107         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4108         patch #1121755
4109
4110 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4111
4112         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4113         to keep the correct label reference count when adding/removing references
4114         to labels. A peephole file using this is appended to patch #1144962.
4115
4116 2005-02-14 Raphael Neider <rneider AT web.de>
4117
4118         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4119         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4120         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4121           retrievals of result operand's value on assignment
4122
4123 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4124
4125         * device/include/pic16/string.h: modified prototype for memccpy()
4126         to memccpy(void *, void *, char, size_t)
4127         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4128         check whether to omit frame pointer or not,
4129         * (genInline): convert all occurences of "\n" to LF in inline
4130         assembler blocks, this helps formatting the inline text,
4131         * (pic16_loadFSR0): modified prototype,
4132         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4133         removed some 8051 legacy code,
4134         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4135         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4136         before allocating temporary registers in functions,
4137
4138 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4139
4140         * support/regression/tests/bitvars.c: corrected the "fix"
4141
4142 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4143
4144         * support/regression/tests/bitvars.c,
4145         * support/regression/tests/bitwise.c,
4146         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4147
4148 2005-02-10 Raphael Neider <rneider AT web.de>
4149
4150         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4151           different size for Alpha
4152         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4153
4154 2005-02-09 Raphael Neider <rneider AT web.de>
4155
4156         * src/SDCC.lex(doPragma) : save and restore warning options as well
4157           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4158         * have #pragma less_pedantic set the errorlevel to WARNING
4159           (fixes #1117001)
4160         * (cloneOptimize) : fixed wrong malloc's size
4161         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4162           facilitate correct handling of #pragma (save|restore)
4163
4164 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4165
4166         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4167
4168 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4169
4170         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4171
4172 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4173
4174         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4175
4176 2005-02-02 Raphael Neider <rneider AT web.de>
4177
4178         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4179         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4180         * (pic16_storeForReturn): fixed to allow returning function pointers
4181         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4182         * device/include/pic16/{stddef.h,stdbool.h}: added
4183
4184 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4185
4186         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4187
4188 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4189
4190         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4191         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4192          appeared to be required
4193
4194 2005-01-31 Borut Razem <borut.razem AT siol.net>
4195
4196         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4197           include/mcs51 and include/z80 directories to the package
4198
4199 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4200
4201         * src/hc08/gen.c (genFunction): fixed bug #1112752
4202
4203 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4204
4205         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4206
4207 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4208
4209         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4210
4211 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4212
4213         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4214
4215 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4216
4217         * device/include/c8051fxxx.h: removed these 6 files
4218         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4219
4220 2005-01-26 Raphael Neider <rneider AT web.de>
4221
4222         * src/pic16/gen.c (genAssign): fixed assignment from longs
4223           in codespace (were cut to three bytes)
4224         * (genDummyRead): implemented (except for CODESPACE...),
4225           fixed bug #1108575
4226         * src/pic16/glue.c (emitStatistics): beautified
4227         * device/lib/pic16/libm/Makefile: added include path
4228
4229 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4230
4231         * src/z80/gen.c (aopPut): fixed bug #1103902
4232
4233 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4234
4235         * device/lib/expf.c: fixed bug #1095792
4236
4237 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4238
4239         * device/lib/pic16/libm: added Math library sources
4240
4241 2005-01-24 Raphael Neider <rneider AT web.de>
4242
4243         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4244           to enable upcast to pCodeOpReg2 (there is no type tag to
4245           differenciate the two and pic16_popGet2p cast into PCOR2)
4246         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4247           (sizeof(sectNames) changed to sizeof(sectName))
4248           Both patches fix segfaults under MinGW.
4249
4250 2005-01-23 Raphael Neider <rneider AT web.de>
4251
4252         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4253           Safe_[mc]?alloc()'ed variables
4254         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4255           of (byte sized) temporaries (assign them to WREG for now)
4256         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4257           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4258           this might fix SIGSEGVs on MinGW...
4259         * src/SDCCopt.c (killDeadCode): restored original behaviour
4260           (volatile operands might get thrown away though)
4261
4262 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4263
4264         * src/pic16/gen.c: fixed bug #1106975,
4265         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4266         pointer update, INTCON is saved, global interrupts are disabled and
4267         restored after updateing TOS.
4268         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4269         * added function attribute 'shadowregs' to take advantage of shadow
4270         registers,
4271         * added function attribute 'wparam' as an alternative to the wparam
4272         pragma,
4273         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4274         user declares a non-ISR function as 'shadowregs',
4275         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4276
4277 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4278
4279         * .version: bumped version number to 2.4.8
4280         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4281         pic16 port,
4282         * device/lib/pic16/libio/i2c/: I2C module support library,
4283         * device/include/pic16/i2c.h: I2C support library header,
4284         * device/lib/pic16/libc/stdio/: standard IO support sources,
4285         * (printf_small.c): printf_small() source, supports float print,
4286         * (printf_tiny.c): printf_tiny() source, does not support floats,
4287         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4288         enable global optimizations for entire library source, other
4289         Makefiles in the source tree are also modified to reflect this,
4290         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4291         function,
4292         * doc/sdccman.lyx: updated to reflect new changes,
4293         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4294         sym->onStack if-case,
4295         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4296         sbit, idata, _idata, xdata, _xdata,
4297         * added pragma library, to link an external library, (see doc),
4298         * removed command line options, --pomit-config-words, --pomit-ivt,
4299         --pleave-reset-vector,
4300         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4301         when calling assembler to reflect memory model used, also define
4302         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4303         reflect stack model used,
4304         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4305         on stack return NULL,
4306
4307 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4308
4309         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4310           of the operands is volatile. Fixes #1020220
4311
4312 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4313
4314         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4315         * (OptimizeRegUsage): make sure that there is really no other flow where
4316           the first pCode is used
4317
4318 2005-01-22 Raphael Neider <rneider AT web.de>
4319
4320         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4321           to fix #1106967 (pCode->seq are not set up correctly)
4322
4323 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4324
4325         * src/SDCCglue.c (glue): make sure code area is declared before the
4326         static initialization area.
4327
4328 2005-01-21 Raphael Neider <rneider AT web.de>
4329
4330         * device/lib/Makefile.in: fixed test for pic16 install dir
4331         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4332           optimizations
4333         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4334           added --optimize-goto compiler switch and pragma wparam documentation
4335         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4336         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4337           and PRODH closing bug #1071770 (peephole optimizer)
4338
4339 2005-01-19 Raphael Neider <rneider AT web.de>
4340
4341         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4342           cmdLine buffers (used when calling sdcpp...) are large enough
4343           (MAX_PATH=256 truncates arguments leading to system halts when
4344           used in MinGW...)
4345         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4346         * (genUminus): rewritten to for efficiency
4347         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4348           used uninitialized in some cases)
4349         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4350           copy the third byte from the int -- now assumes 0x80 (data memory)
4351         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4352           operands (genAddLit expects the iCode's operands to swapped as
4353           well), fixed leftover bytes (crashed for short left operands)
4354         * (pic16_genMinusDec): performance improvements, removed false
4355           PIC14 emitSKPNCs
4356         * (pic16_genMinus): fixed to cope with differently sized operands
4357         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4358           for --obanksel > 1
4359         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4360         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4361           new banksel optimization
4362         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4363           analysis for temporary registers (segfaults...)
4364         * src/pic16/peeph.def: added rule
4365
4366 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4367
4368         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4369         which converts a float number to its ASCII representation
4370         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4371         functions to convert the fractional and integer part of a float to ASCII,
4372         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4373         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4374         ram
4375         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4376         _STATMEM macros,
4377         * device/include/pic16/adc.h: added GPL info,
4378         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4379         a pCodeOp as tested operand,
4380         * (genNearPointerGet): optimized bit testing, does not use
4381         intermediate register for bit value, test directly instead with
4382         BTFSS, BTFSC, works only for single bits,
4383         * (genpic16Code): dump the name of the iCode in the asm,
4384         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4385         renamed to pic16_decodeOp,
4386         * (serialRegAssign): do not allocate a temporary register for iCode
4387         sequences that test a single bit for 1/0
4388
4389 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4390
4391         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4392         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4393         access stack and frame pointers. They are initially assigned to
4394         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4395         accessing SFRs. Updated all occurences of modification of stack or
4396         frame pointer in gen.c and pcode.c,
4397         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4398         assigning of a literal value to pointers,
4399         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4400         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4401         selected
4402
4403 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4404
4405         * doc/sdccman.lyx: update documentation about stack pragma, added
4406         some info for stack memory models
4407
4408 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4409
4410         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4411
4412 2005-01-08 Raphael Neider <rneider AT web.de>
4413
4414         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4415           udata sections to fix bug #1097823
4416
4417 2005-01-05 Raphael Neider <rneider AT web.de>
4418
4419         * src/pic16/gen.c (genGenericShift): added handling of differently
4420           sized left operand and result
4421
4422 2005-01-04 Raphael Neider <rneider AT web.de>
4423
4424         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4425         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4426           to hold the condition bit)
4427         * added new version of genCmp (old code available via #define)
4428         * added new version of genShiftLeft/genShiftRight in a generic
4429           way, now supports shifting by negative values
4430         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4431           shiftCount (expected by genGenericShift)
4432         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4433         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4434           dump
4435         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4436           is an invalid literal too...)
4437
4438 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4439
4440         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4441         from Raphael Neider,
4442         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4443         for 8-bit literals. This fixes some literal operands which are sign
4444         extended to 16-bits ints when instruction needs only 8-bits.
4445
4446 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4447
4448         * device/lib/logf.c: added mcs51 assembly version
4449         * device/lib/expf.c: added mcs51 assembly version
4450         * device/lib/_logexpf.c: new shared asm code for expf and logf
4451         * device/include/math.h: add defines for assembly math library
4452         * device/lib/Makefile.in: build new _logexpf.c
4453         * device/lib/libfloat.lib: use new _logexpf.c
4454
4455 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4456
4457         * src/pic/device.c
4458         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4459           device types which have less than 0x7f registers.
4460
4461 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4462
4463         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4464
4465 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4466
4467         * device/lib/printf_fast.c: only build on supported arch.
4468         * device/lib/printf_tiny.c: only build on supported arch.
4469         * device/lib/printf_fast_f.c: only build if asm float lib
4470         * device/lib/_fsget1arg.c: only build if asm float lib
4471         * device/lib/_fsget2args.c: only build if asm float lib
4472         * device/lib/_fsnormalize.c: only build if asm float lib
4473         * device/lib/_fsreturnval.c: only build if asm float lib
4474         * device/lib/_fsrshift.c: only build if asm float lib
4475         * device/lib/_fsswapargs.c: only build if asm float lib
4476         * device/include/stdio.h: don't provide print_fast,
4477           print_fast_f, print_tiny prototypes if --xstack used
4478
4479 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4480
4481         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4482         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4483           to the SOURCES
4484
4485 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4486
4487         * device/lib/printf_fast_f.c: same as printf_fast, but
4488           with floating point enabled
4489         * device/lib/printf_fast.c: minor tweaks
4490         * device/include/stdio.h: add printf_fast_f
4491
4492 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4493
4494         * src/SDCCmain.c: make --float-reent default for mcs51
4495         * device/lib/_fsadd.c: added mcs51 assembly version
4496         * device/lib/_fssub.c: added mcs51 assembly version
4497         * device/lib/_fsmul.c: added mcs51 assembly version
4498         * device/lib/_fsdiv.c: added mcs51 assembly version
4499         * device/lib/_fseq.c: added mcs51 assembly version
4500         * device/lib/_fsneq.c: added mcs51 assembly version
4501         * device/lib/_fsgt.c: added mcs51 assembly version
4502         * device/lib/_fslt.c: added mcs51 assembly version
4503         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4504         * device/lib/Makefile.in: add _fscmp to build
4505         * device/lib/libfloat.lib: add _fscmp to build
4506
4507 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4508
4509         * device/lib/_fs2slong.c: added mcs51 assembly version
4510         * device/lib/_fs2sint.c: added mcs51 assembly version
4511         * device/lib/_fs2schar.c: added mcs51 assembly version
4512         * device/lib/_fs2ulong.c: added mcs51 assembly version
4513         * device/lib/_fs2uint.c: added mcs51 assembly version
4514         * device/lib/_fs2uchar.c: added mcs51 assembly version
4515         * device/lib/_slong2fs.c: added mcs51 assembly version
4516         * device/lib/_sint2fs.c: added mcs51 assembly version
4517         * device/lib/_schar2fs.c: added mcs51 assembly version
4518         * device/lib/_ulong2fs.c: added mcs51 assembly version
4519         * device/lib/_uint2fs.c: added mcs51 assembly version
4520         * device/lib/_uchar2fs.c: added mcs51 assembly version
4521         * device/include/float.h: added #define to select asm vs c
4522
4523 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4524
4525         * device/lib/printf_fast.c: improvements to float output
4526         * device/include/float.h: add defines for assembly float library
4527         * device/lib/_fsget1arg.c: receive 1 float arg
4528         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4529         * device/lib/_fsnormalize.c: normalize a float
4530         * device/lib/_fsreturnval.c: return float, various helper routines
4531         * device/lib/_fsrshift.c: right shift a float's mantissa
4532         * device/lib/_fsswapargs.c: swap 2 floats
4533         * device/lib/Makefile.in: build these 6 new files for mcs51
4534         * device/lib/libfloat.lib: add these 6 files to the library
4535
4536 2004-12-26 Borut Razem <borut.razem AT siol.net>
4537
4538         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4539           built by gcc 3.4.2
4540
4541 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4542
4543         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4544           and fully reentrant and register bank neutral.
4545         * device/lib/printf_fast.c: added float (not enabled by default),
4546           added compact/slower integer (also not enabled by default),
4547           improved size/speed of fast integer code, other minor changes
4548         * device/include/stdio.h, device/lib/Makefile.in,
4549           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4550
4551 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4552
4553         * src/pic16/pcode.c: declaring variables other than at the start of a
4554           block is not supported in C by VC6.
4555
4556 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4557
4558         * applied a previous patch from Raphael Neider that wasn't included
4559         in the previous commits, which fixes infinite loops within jumptable
4560         improvements,
4561         * made some fixes that previous patches introduced
4562
4563 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4564
4565         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4566         that fixes an issue with AOP_PCODE asmop's offset,
4567         * (pic16_popCopyReg): update instance field too,
4568         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4569         function of pic port,
4570         * (genCmp, genAnd, genAssign),
4571         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4572
4573 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4574
4575         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4576         variables initial values to idata section,
4577         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4578         variables in some functions. This utilizes parmBytes field of iCode
4579         structure to hold the offset of the variable in stack. (might be
4580         able to use the stack field too?)
4581         * applied patch from Raphael Neider # ### , # ###
4582         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4583         variable initial values in idata section,
4584         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4585         for static variables with initial value
4586         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4587         applied fix in while loop from Raphael Neider.
4588
4589 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4590
4591         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4592         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4593         * src/ds390/ralloc.c (serialRegAssign): spill bits
4594         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4595         * support/Util/SDCCerr.c,
4596         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4597         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4598         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4599
4600 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4601
4602         * device/include/sdcc-lib.h: inserted LGPL, added includes
4603           asm/ds390/features.h and asm/mcs51/features.h
4604         * device/include/asm/default/features.h,
4605         * device/include/asm/gbz80/features.h,
4606         * device/include/asm/z80/features.h: added empty _AUTOMEM
4607           and _STATMEM
4608         * device/include/asm/ds390/features.h,
4609         * device/include/asm/mcs51/features.h: added files with defines for
4610           _AUTOMEM and _STATMEM indicating automatic and static storage class
4611         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4612         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4613         * src/SDCCicode.c (geniCodeCast),
4614         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4615         * src/SDCCloop.c (loopInduction): removed unused variable lr
4616         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4617           to convertToFcall to include char modulo (RFE 1065037), added check
4618           if left operand is unsigned and use abs of literal value
4619         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4620           as it doesn't work after conversion from peephole.def to peephole.rul
4621         * src/mcs51/gen.c (toBoolean): added check for size,
4622           (genModOneByte): optimized code for signed char modulo a literal
4623           power of 2 (thanks to Hubert Sack),
4624           (genRRC): removed unnecessary "clr c",
4625           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4626         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4627           jump optimization,
4628           swapped rules 256.c and 256.d,
4629           extended 256.d by using new multiple checks (thanks Erik),
4630           added rules 256.e and 256.f,
4631           updated rule 261.a and 261.b to new generated code
4632         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4633
4634 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4635
4636         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4637           induction related bugs, including first part of bug #1074377
4638
4639 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4640
4641         * applied patch from bug-report #1076292,
4642         * applied patches for genAnd and Goto-optimizations for Raphael
4643         Neider,
4644         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4645         dump a less iCode information,
4646         * src/pic16/device.h (pic16_options_t): added field debgen,
4647         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4648         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4649         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4650         puclic,
4651         * (various functions): added macros FENTRY and FENTRY2 to functions,
4652         to emit function prologue,
4653         * (various functions): fixed indentation,
4654         * (genNearPointerGet): fixed loading of FSR0,
4655         * (genPackBits): applied patch from Raphael Neider to fix updating
4656         of FSR0 and touching only the modified bits,
4657         * src/pic16/genarith.c (various functions): added macros FENTRY to
4658         emit function prologue in comments,
4659         * src/pic16/pcode.h: added functions debugf2, debugf3,
4660         * src/pic16/ralloc.c: partial fix for packForPush caused
4661         segmentation fault,
4662
4663 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4664
4665         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4666           <stsp AT users.sourceforge.net> with reversed byte order
4667         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4668
4669 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4670
4671         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4672           bug #1074377
4673         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4674         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4675
4676 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4677
4678         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4679
4680 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4681
4682         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4683           conditions,
4684           (setFromConditionArgs): friendly operand parser for peephole rules,
4685           (operandBaseName, operandsNotRelated): new peephole condition
4686           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4687           architecture specific register naming into account, handles n-way
4688           comparisons, and supports quoted literals
4689         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4690
4691 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4692
4693         * src/mcs51/peeph.def: fixed bug #1076940
4694
4695 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4696
4697         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4698
4699 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4700
4701         Adding support for replacing ljmps with sjmps in jumptables
4702         generated for switch statements. For now you need to set the
4703         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4704         Now 4 algorithms for mcs51 jumptable generation are used:
4705         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4706         addresses loaded pc-relative for up to 112 cases and stack-pushing
4707         target addresses loaded with offset from dptr for up to 256 cases.
4708
4709         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4710         * src/mcs51/main.c: adapted constants for switch table generation
4711         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4712
4713 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4714
4715         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4716         * support/regression/tests/bug1057979.c: added test for bug 1073386
4717
4718 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4719
4720         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4721         compilers
4722
4723 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4724
4725         * src/pic16/device.h,
4726         * src/pic16/genarith.c,
4727         * src/pic16/glue.c,
4728         * src/pic16/main.c,
4729         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4730
4731 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4732
4733         Large cummulative patch for pic16 port.
4734         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4735         to call when a stack overflow occurs,
4736         * (malloc.h): added CVS Id tag,
4737         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4738         variable,
4739         * added libc directory. The current version of LibC contains string
4740         functions, ctype functions and macros and some functions of the
4741         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4742         be extensively tested in the future. Standard disclaimer here.
4743         Library is not automatically build yet. But one can build it by
4744         invoking 'make' inside the libc directory.
4745         * added ADC library under libio. Preliminary version yet.
4746
4747         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4748         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4749         aopForRemat() now and not by pic16_aopOp(),
4750         * (pic16_popGetTempReg): removed warning messgae when allocating
4751         temporary registers, its a buggy feature and will be removed,
4752         * (pic16_popGet): set register instance field in AOP_CRY,
4753         * (pic16_outBitC): fixed for results in size greater than 1,
4754         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4755         * (pic16_storeForReturn): optimized return of 0,
4756         * (genCmp): experimental code for new genCmp which uses PIC18's
4757         special compare&skip instructions. Initial tests fail some times
4758         with variables grater than 1 byte in size, so new code is disabled,
4759         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4760         a single bit,
4761         * (genCast): began a fix to optimize the casting of a bit to another
4762         bit, now assigning a bitfield to another bitfield will fail, sorry,
4763         * src/pic16/main.c: disabled the use of lr-support feature,
4764         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4765         * added some function prototypes, added function _debugf prototype,
4766         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4767         bits with offset (case PO_GPR_BIT),
4768         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4769         command line,
4770         * (isBankInstruction): modified to return 0 for no banking instruction,
4771         and 1 for banking instruction,
4772         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4773         caused stop processing pCodes after a inline assembly block,
4774         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4775         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4776         registers when it shouldn't,
4777         * src/pic16/ralloc.c (allocReg): add preliminary support for
4778         supporting a limited set of temporary registers,
4779
4780 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4781
4782         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4783           genDataPointerSet): ensure assignments always copy in MSB to LSB
4784           order,
4785           (loadRegFromAop): recognize CLRH optimization,
4786           (genFunction): optimize RECEIVE iCodes in reentrant functions
4787
4788 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4789
4790         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4791           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4792           selected.
4793         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4794         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4795           contiguous with data
4796
4797 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4798
4799         * device/lib/_gptrget.c (_gptrget),
4800         * device/lib/_gptrgetc.c (_gptrgetc),
4801         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4802           instead of sjmp to ret
4803         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4804           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4805
4806 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4807
4808         * .version: bumped version to 2.4.7
4809         * device/lib/_gptrget.c (_gptrget): is now _naked
4810         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4811         * device/lib/_gptrput.c (_gptrput): is now _naked
4812         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4813           (createFunction): fixed xstack
4814         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4815         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4816           or bit either,
4817           (geniCodeCritical): store original interrupt state in an iTemp bit
4818           var unless stack-auto
4819         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4820         * src/SDCCmain.c (setIncludePath): added include/target to search path
4821         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4822         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4823           prototype,
4824           (processFuncArgs): put bit vars in bit area
4825         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4826           unsaveRBank): fixed xstack,
4827           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4828           (genFunction, genEndFunction): fixed xstack,
4829           (genAssign): optimization don't walk backwards through mem
4830         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4831         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4832         * support/regression/Makefile: also make library (for stack-auto) when
4833           making "all" and added "test-mcs51-xstack-auto"
4834         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4835         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4836         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4837         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4838         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4839           make-library by MAKE_LIBRARY
4840         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4841           regression tests for xstack
4842         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4843         * support/regression/tests/critical.c: test for critical on mcs51
4844
4845 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4846
4847         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4848           built version of sdcc instead of installed version
4849
4850 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4851
4852         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4853         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4854           vprintf.c now
4855         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4856         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4857           WARNING: remove device/lib/build/z80/printf.o by hand when
4858           updating from previous build!
4859         * device/lib/z80/printf.c: updated comment
4860         * support/regression/tests/bug1057979.c: test all ports now
4861         * support/regression/tests/bug1065458.c: file added
4862
4863 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4864
4865         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4866           *_start and *_end symbols for static functions
4867
4868 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4869
4870         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4871           and search crt0.o in all library paths,
4872           (setIncludePath): proper handling of --nostdinc,
4873           (setLibPath): proper handling of --nostdlib
4874         * support/regression/Makefile,
4875         * support/regression/ports/ds390/spec.mk,
4876         * support/regression/ports/gbz80/spec.mk,
4877         * support/regression/ports/hc08/spec.mk,
4878         * support/regression/ports/mcs51/spec.mk,
4879         * support/regression/ports/mcs51-large/spec.mk,
4880         * support/regression/ports/mcs51-stack-auto/spec.mk,
4881         * support/regression/ports/z80/spec.mk: use include and lib files from
4882           built version of sdcc instead of installed version
4883         * doc/sdccman.lyx: fixed typo in --nostdinc
4884
4885 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4886
4887         * src/pic/pcode.c,
4888         * src/pic/device.c,
4889         * src/pic/ralloc.c,
4890         * src/pic/gen.c : added support to generate code for struct bit fields.
4891
4892 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4893
4894         * as/xa51/xa_version.h,
4895         * device/include/errno.h,
4896         * device/include/regc515c.h,
4897         * device/lib/_itoa.c,
4898         * device/lib/_ltoa.c,
4899         * device/lib/ser_ir_cts_rts.c,
4900         * sim/ucsim/xa.src/glob.cc,
4901         * sim/ucsim/xa.src/inst_gen.cc,
4902         * sim/ucsim/xa.src/xa_bit.cc,
4903         * sim/ucsim/xa.src/xa_sfr.cc,
4904         * sim/ucsim/z80.src/inst_dd.cc,
4905         * sim/ucsim/z80.src/inst_fdcb.cc,
4906         * support/scripts/keil2sdcc.pl,
4907         * src/pic16/pic16.dsp,
4908         * src/pic16/pic16a.dsp: corrected cvs line endings
4909         * device/lib/printf_large.c: fixed bug 1057979
4910         * src/pic16/gen.c: fixed non-C standard code
4911         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4912         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4913         * support/regression/ports/mcs51/support.c: reload T1 asap
4914         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4915           pdata use and clear idata startup behaviour
4916         * support/regression/tests/bug1057979.c: added
4917
4918 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4919
4920         * device/examples/ds390/ow390/ad26.h,
4921         * device/examples/ds390/ow390/cnt1d.h,
4922         * device/examples/ds390/ow390/crcutil.c,
4923         * device/examples/ds390/ow390/ownet.h,
4924         * device/examples/ds390/ow390/owsesu.c,
4925         * device/examples/ds390/ow390/swt12.h,
4926         * device/examples/ds390/ow390/swtoper.c,
4927         * device/examples/ds390/ow390/temp10.h,
4928         * device/examples/ds390/ow390/thermodl.c,
4929         * device/examples/ds390/tinitalk/tinitalk.dsp,
4930         * device/examples/ds390/tinitalk/tinitalk.dsw,
4931         * device/examples/mcs51/clock/hw.h,
4932         * device/examples/mcs51/simple2/go.bat,
4933         * device/examples/serialcomm/windows/serial.h,
4934         * device/examples/xa51/dummy.c,
4935         * device/examples/xa51/hello.c,
4936         * device/include/80c51xa.h,
4937         * device/include/at89x051.h: corrected cvs line endings
4938
4939 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4940
4941         * src/pic16/main.c (options): added command line --gstack, to trace
4942         stack over/under flows,
4943         * added pragma 'wparam' to allow passing first byte of function
4944         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4945         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4946         call to __gstack_test function and sets up the symbol as extern,
4947         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4948         * popaop): added call to pic16_testStackOverflow,
4949         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4950         wparamList list,
4951         * (genCall, genPcall): now all parameters are passed via stack
4952         except in functions that are pass to wparam pragma in which WREG is
4953         used too,
4954         * (genPcall): REENTRANT flag is checked to see if variable prototype
4955         contains reentrant keyword, don't call a non-reentrant function, via
4956         a reentrant function pointer or vice versa, functions are never
4957         passed via WREG,
4958         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4959         D.Winkler,
4960         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4961         SIGSEGV when accessing a NULL register stucture,
4962         * (pic16_printGPointerType): modified to handle UPPER modifier for
4963         function initializers, changed prototype of function to simpler one,
4964         * (pic16_printIvalFuncPtr): check to see if function is already
4965         added in externs list,
4966         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4967         optimized a move from W to SFR with a move to the same register
4968         later after a CALL,
4969         * device/lib/pic16/debug: NEW directory, contains debug features
4970         which are enabled when linking with libdebug.lib, currently command
4971         line option --gstack enables stack pointer tracing for over/under
4972         flow, corresponding sources are in debug/gstack
4973
4974 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4975
4976         * doc/sdccman.lyx: updated SDCC version,
4977         * (PIC16 port): update list of command line options,
4978         * src/pic16/device.h (structure pic16_options_t): added field gstack
4979         to enable stack overflow tracing on push/pops,
4980         * src/pic16/device.c (statistics structure): added statistics
4981         structure,
4982         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4983         pic16_dump_int_registers): increase statistics counters for each
4984         * variable which is encountered
4985         * (pic16_dump_usection): emit each .udata variable to its own udata
4986         section,
4987         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4988         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4989         parameters via stack, otherwise use old scheme,
4990         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4991         assembler output file,
4992         * src/pic16/main.c: added command line options --gstack to enable
4993         push/pop tracing for stack overflow,
4994         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4995         instructions): added size of each instruction,
4996         * (pic16_countInstruction): estimate size of instructions in
4997         the_pFile list, inline assembly blocks are not counted,
4998         * (pic16_FixRegisterBanking): trace previous register usage, when
4999         banksel optimizations is greater than 0, don't emit a redudant
5000         banksel directive,
5001
5002 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5003
5004         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5005         * src/pic16/ralloc.c : applied same fix for pic16.
5006         * src/pic/gen.c : tidied it up a little.
5007
5008 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5009
5010         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5011         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5012
5013 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5014
5015         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5016
5017 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5018
5019         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5020         non-reentrant function __modsint in the interrupt function (thus
5021         corrupting math operations during serial I/O)
5022         * device/lib/ser_ir.c: as above, changed buffersize
5023         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5024         256.c,d for zeroing
5025         * doc/Makefile: added option -t for rsync
5026
5027 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5028
5029         * src/SDCCast.h (struct ast),
5030         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5031
5032 2004-10-20 Borut Razem <borut.razem AT siol.net>
5033
5034         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5035         package
5036
5037 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5038
5039         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5040         makefile targets,
5041         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5042         support functions to replace long sequences of MOVFF's from access
5043         bank registers to stack and vice versa,
5044         * src/pic16/device.h: added new field opt_flags, where optimization
5045         flags can be set to enable certain features,
5046         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5047         * pBlock, (genFunction, genEndFunction): surroung loop for
5048         saving/loading used registers in stack with PC_INFO pCodes,
5049         INF_LREGS. Code in between can then be optimized by pCode optimizer
5050         to support function calls,
5051         * (genDataPointerSet): fixed bug which loaded float fields in
5052         structures with corrupt data,
5053         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5054         in a standard way debug info on stderr. Feature used for developing
5055         and debugging only,
5056         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5057         obsolete chunks of code,
5058         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5059         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5060         * pic16/src/pcode.c (pic16_newpCodeInfo,
5061         * (pic16_newpCodeOpLocalRegs),
5062         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5063         feature,
5064         * (pic16_pCodeConstString): printing of the initial value of a
5065         symbol as a comment is inhibited since parsing was already done by
5066         copyStr and output is corrupt,
5067         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5068
5069 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5070
5071         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5072
5073 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5074
5075         * as/mcs51/lkarea.c: removed old K&R style,
5076           (lnksect): changed check on boundary error,
5077           (lnksect2): changed check on boundary error,
5078           (lnksect2): extend XSTK to end of page if size = 1
5079         * as/mcs51/lkmain.c: removed old K&R style,
5080           (Areas51): create l_IRAM symbol
5081         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5082         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5083           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5084         * device/lib/_mullong.c: added version to be compiled with xstack
5085         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5086         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5087         * device/lib/mcs51/crtxstack.asm: fixed comment
5088         * src/SDCCglue.c: maxInterrupts defaults to 0,
5089           (emitMaps): added pdata,
5090           (createInterruptVect): (re)moved default,
5091           (glue): added pdata,
5092           (glue): moved __start__xstack to XSTK with default size 1
5093         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5094           and options.float_rent when options.stackAuto is set,
5095           (linkEdit): only write XDATA_NAME if provided on command line
5096         * src/SDCCmem.h,
5097         * src/SDCCmem.c: added pdata
5098         * src/port.h: added pdata_name to PORT
5099         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5100           (saveRegisters, unsaveRegisters): removed usage of B,
5101           (genMinus): fixed accumulator clash,
5102           (genJumpTab): added comment, this needs another look
5103         * src/mcs51/gen.c: added check for "B in use" paranoia,
5104           added pushB() and popB()
5105         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5106           chance
5107         * src/avr/main.c,
5108         * src/ds390/main.c,
5109         * src/hc08/main.c,
5110         * src/mcs51/main.c,
5111         * src/pic/main.c,
5112         * src/pic16/main.c,
5113         * src/xa51/main.c,
5114         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5115           added PSEG (PAG,XDATA) or NULL to port specifier
5116         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5117         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5118           (_mcs51_genInitStartup): removed __start__xstack equ,
5119           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5120         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5121         * src/z80/gen.c (_rleAppend): fixed warnings
5122         * support/regression/tests/zeropad.c: added pdata test
5123         * .version: bumped to 2.4.6
5124
5125 2004-10-17 Borut Razem <borut.razem AT siol.net>
5126
5127         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5128         as a part of nightly build
5129
5130 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5131
5132         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5133         WREG holds the first byte function parameters,
5134         * (aopForSym): take special case for symbols which are in FARSPACE
5135         but in CODESPACE too,
5136         * (assignResultValue): modified to take into account _G.useWreg,
5137         * (genCall): don't use wreg for parameter passing when function is
5138         declared as reentrant, too, added optimization INCF to stack
5139         pointer when stack parameter count is 1,
5140         * (genFunction, genEndFunction): refurnished and fixed to not using
5141         wreg for passing parameters when function has varargs or is
5142         reentrant, fixed bug with symbol name compare for generating
5143         functions in absolute address,
5144         * (pic16_storeForReturn): refurnished,
5145         * (genCmp): began writing a new version of the function, not ready
5146         yet, therefore it is disabled,
5147         * (genAssign): do not read code memory when assigning a function to
5148         a pointer function,
5149         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5150         array of characters, not pointer,
5151         * (pic16initialComments): in debug mode emit an .ident directive for
5152         the assembler,
5153         * (_process_pragma): emit a new warning type (internal to pic16)
5154         when setting stack to default length, emit a similar warning when
5155         placing a function at absolute address and address is not word aligned
5156         * (_pic16_parseOptions): added 'return TRUE' statement,
5157         * (_pic16_linkEdit): if compiling a source, then add the source's
5158         file object, first in the list of objects to link,
5159
5160 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5161
5162         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5163         * src/pic/main.c : removed VC warning.
5164         * src/pic/gen.c : changed comment.
5165
5166 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5167
5168         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5169         reference to a deprecated symbol _GPTRREG was causing failure to
5170         link. Thanks G. M. Gallant for the info.
5171
5172 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5173
5174         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5175         comments for Bugs item #954788.
5176
5177 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5178
5179         * src/pic16/device.c (pic16_dump_gsection,
5180         * pic16_groupRegistersInSection): handle symbols declared to be in
5181         access bank differently,
5182         * src/pic16/gen.c (struct _G): added field resDirect,
5183         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5184         send values read from stack directly to result and don't allocate
5185         temporary values,
5186         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5187         same registers,
5188         * (pic16_sameRegsOfs): NEW,
5189         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5190         free because they were not allocated from temporary pool,
5191         * pic16_popRegFromString): workaround to fix a problem with
5192         allocating variables twice or never,
5193         * (genGenPointerGet): using PRODL instead of FSR0H,
5194         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5195         instead of FSR0H,
5196         * (genAssign): take advantage of the _G.resDirect flag,
5197         * (genCast): around line 11844, use mov2f instead of directly
5198         MOVFF'ing between operands to account for literal values,
5199         * src/pic16/genutils.c: some new debug functions for gpsim have been
5200         added,
5201         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5202         float with integer part only,
5203         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5204         place variables in access bank
5205         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5206         updated sources to reflect recent changes in gen.c
5207
5208 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5209
5210         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5211         sources that searched for headers in installation path, now the
5212         device/include/pic16 is used,
5213         * src/pic16/glue.c (pic16glue),
5214         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5215         .line directives if not in debug mode, this suppresses assembler's
5216         warnings for ignored directives
5217
5218 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5219
5220         * src/port.h: made reset_regparms prototype void parameter explicit.
5221         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5222         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5223         * doc/sdccman.lyx: documented warning disabling and how to use
5224           printf_large to make it print floats.
5225         * device/include/stdbool.h: NEW
5226         * device/lib/_atof.c,
5227         * device/lib/_divuint.c,
5228         * device/lib/_divulong.c,
5229         * device/lib/expf.c,
5230         * device/lib/printf_large.c,
5231         * device/lib/sincosf.c,
5232         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5233         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5234           a completely reentrant lib.
5235
5236 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5237
5238         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5239         * device/include/pic16/stdio.h: fixed bug with colon
5240
5241 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5242
5243         * device/include/pic16/stdio.h,
5244         * device/include/pic16/stdlib.h,
5245         * device/include/pic16/math.h: NEW
5246         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5247         declared as _naked to reduce overhead
5248         * device/lib/Makefile.in (target port-specific-objects-pic16):
5249         changed * to *.* so to ignore the CVS directory,
5250         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5251         stacked variables back in stack,
5252         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5253         corruption
5254
5255 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5256
5257         * .version: bumped version number to 2.4.5
5258         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5259         * support/Util/SDCCerr.c (messages structure): added entry for
5260         W_POSSBUG2
5261
5262         Large cumulative patch for pic16 port and libraries.
5263         * device/include/pic16/sdcc-lib.h,
5264         * device/include/pic16/stdarg.h,
5265         * device/include/asm/pic16/features.h,
5266         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5267         * device/include/pic16/float.h: changes reentrant keyword with
5268         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5269         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5270         updated target build-libraries to include objects from gptr,
5271         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5272         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5273         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5274         all function headings,
5275         * src/SDCCmain.c: added global parameter userIncDirsSet,
5276         * (parseCmdLine): when option -I is encountered add directory to
5277         userIncDirsSet too,
5278         * src/version.awk: added space between control and long,
5279         * src/pic16/NOTES: added some notes for the port,
5280         * src/pic16/gen.c: added prototype for mov2fp function,
5281         * (fReturnpic16[]): properly named return value registers,
5282         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5283         * (aopForSym): added code to handle symbols with onStack flag set,
5284         symbols onStack are allocated PTRSIZE bytes,
5285         * (aopFreeAsmop): handles special case where asmops are stack objects,
5286         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5287         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5288         added argument lock to trace flaws in allocating temporary registers
5289         when developing port,
5290         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5291         * (pic16_popRegFromString): reenabled allocating a direct register
5292         from string,
5293         * (assignResultValue): various beautifications,
5294         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5295         referenced function argument,
5296         * (genIpush): reenabled to allow stacked arguments, handles only
5297         ic->parmPush iCodes,
5298         * (genCall, genPcall): major changes to allow for variable argument
5299         functions, fixed a bug with falsely restoring stack pointer after
5300         returning from call,
5301         * (genFunction): pending code for critical function,
5302         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5303         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5304         * (genNearPointerGet): fixed bug with indirect reading, was always
5305         reading from INDF0
5306         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5307         pointers,
5308         * (genAddrOf): rewrote code to take address of a stacked function parameter
5309         * (genCast): fixed casting to generic pointer type,
5310         * src/pic16/gen.h: added AOP_STA,
5311         * (struct asmop): added field stk,
5312         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5313         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5314         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5315         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5316         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5317         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5318         generic pointers,
5319         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5320         and library paths,
5321         * (pic16_port structure): generic pointer size is set to 3,
5322         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5323         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5324         compiler warning,
5325         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5326         operand is an iTemp,
5327
5328 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5329
5330         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5331         * debugger/mcs51/simi.c: addapt new syntax of s51
5332
5333 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5334
5335         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5336         * src/pic16/pcode.c: commented out some calls to free() in order to
5337         fix bug #989576,
5338
5339 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5340
5341         * src/SDCCicode.h,
5342         * src/SDCCicode.c (isiCodeInFunctionCall),
5343         * src/avr/ralloc.c (selectSpil),
5344         * src/pic/ralloc.c (selectSpil),
5345         * src/pic16/ralloc.c (selectSpil),
5346         * src/ds390/ralloc.c (selectSpil),
5347         * src/hc08/ralloc.c (selectSpil),
5348         * src/xa51/ralloc.c (selectSpil),
5349         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5350         stack in the middle of a function call sequence (fixes bug #1020268)
5351         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5352         costs associated with the minimum switch case.
5353
5354 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5355
5356         * src/SDCC.lex: fixed bug #1030549
5357
5358 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5359
5360         * src/SDCCcse.h (struct cseDef),
5361         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5362         over a function call if the CSE is derived from a symbol whose
5363         address has been taken (fixes bug #1029883)
5364         * support/regression/tests/bug-1029883: a new regression test for
5365         this bug
5366
5367 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5368
5369         * src/hc08/gen.c (emitinline): fixed bug #1029778
5370         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5371         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5372         and starts toward RFE #905167)
5373
5374 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5375
5376         * src/pic16/gen.c (mov2f): New function to move an operand to
5377         another without considering if it is a literal or a register,
5378         * (pic16_sameRegs): don't check if they are both AOP_REG,
5379         * (AccRsh): removed andmask=0 lines,
5380         * (genLeftShift): duplicated to be improved in future versions,
5381         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5382         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5383         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5384         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5385         * (insertBankSwitch): fixed inserting banksel directives algorithm
5386         for instructions that follow a skip instruction, this fixes a report
5387         for broken subtraction code generation,
5388         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5389         iCode is a left op, just in case result and right share the same
5390         registers
5391
5392 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5393
5394         * src/hc08/main.c,
5395         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5396         preservation of HX
5397         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5398         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5399         on 2004-09-12; it was buggy
5400
5401 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5402
5403         * src/SDCCsymt.h: removed RESULT_CHECK
5404         * src/SDCCast.c,
5405         * src/SDCCglue.c,
5406         * src/SDCCval.c,
5407         * src/pic/glue.c,
5408         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5409
5410 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5411
5412         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5413         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5414         configuration values no more rejected by compiler, they are assigned
5415         to configuration registers with a warning message instead,
5416         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5417         the for-loop so last conf register is emitted too,
5418         * (_pic16_initPaths): link library libsdcc.lib by default,
5419         * (_hasNativeMulFor): modified test for multiplication according to
5420         Raphael Neider's remarks. Integer multiplication is also done with
5421         support functions,
5422         * device/include/pic16/pic18fregs.h: corrected type error in while
5423         testing and including 18f6720 header file
5424
5425 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5426
5427         * src/pic16/device.h (pic16_options): removed field use_crt,
5428         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5429         until an optimization to handle single bits is added,
5430         * (pic16_loadFSR0): moved before genUnpackBits,
5431         * (genAnd): some white lines removed,
5432         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5433         leave_reset flags in pic16_options when using crt modules,
5434
5435 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5436
5437         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5438           for bugs 898889 & 979599. Also used some safer print instructions.
5439
5440 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5441
5442         * src/pic16/device.h (pic16_options_t): added field use_crt,
5443         crt_name, no_crt,
5444         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5445         catch a probable future bug,
5446         * src/pic16/gen.c: aopIdx function commented out,
5447         * (genAssign): commented out old code which used aopIdx,
5448         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5449         code, added if conditionals to take into account the --use-crt
5450         command line options,
5451         * src/pic16/main.c (pic16_optionsTable): added new command line
5452         options, --use-crt= and --no-crt,
5453         * (_pic16_linkEdit): now the proper crt object is added in the
5454         linker command line except than when --no-crt is specified,
5455         * src/pic16/pcode.c,
5456         * src/pic16/pcode.h: added some structures and functions for a new
5457         optimization scheme to compansate for instruction overhead between
5458         same iCodes, this scheme is currently under development and is not
5459         working in any way,
5460         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5461         to && operator,
5462         * device/lib/pic16/startup/crt0i.c,
5463         * device/lib/pic16/startup/crt0iz.c: added global char variable
5464         __uflags to force the generation of an idata section
5465
5466 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5467
5468         * doc/Makefile,
5469         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5470         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5471
5472 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5473
5474         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5475         Frieder) and clarified the default code optimization mode
5476
5477 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5478
5479         * src/SDCC.lex (doPragma, process_pragma),
5480         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5481         "opt_code_size", and "opt_code_balanced"
5482         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5483         regrouped options by category, added support for category headers
5484         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5485         and "--opt-code-size"
5486         * doc/sdccman.lyx: documented these new options and pragmas
5487         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5488         preference into account
5489
5490 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5491
5492         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5493           geniCodePreDec): Fixed bug 904237 by generating a warning
5494         * src/SDCCerr.h,
5495         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5496
5497 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5498
5499         * src/pic/device.c : When no max ram set validate full memory range.
5500         * src/pic/pcode.c,
5501         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5502
5503 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5504
5505         * device/lib/_gptrget.c,
5506         * device/lib/_gptrput.c: updated comment
5507         * device/lib/calloc.c,
5508         * device/lib/free.c,
5509         * device/lib/malloc.c,
5510         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5511         * src/SDCCcse.c (cseBBlock),
5512         * src/SDCCicode.c (printOperand, geniCodeArray),
5513         * src/SDCCicode.h (struct operand): fixed bug 868103
5514         * support/regression/tests/bug-868103.c: added
5515         * src/SDCCast.c (searchLitOp),
5516         * src/SDCCcse.h (struct cseDef),
5517         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5518         * src/SDCCicode.h (struct operand),
5519         * src/SDCCsymt.h (struct sym_link),
5520         * src/avr/gen.c (hasInc),
5521         * src/ds390/gen.c (hasInc),
5522         * src/hc08/gen.c (genPlusIncr, hasInc),
5523         * src/mcs51/gen.c (hasInc),
5524         * src/pic16/glue.c (pic16_printIvalChar),
5525         * src/pic16/ralloc.c (regWithIdx),
5526         * src/xa51/gen.c (hasInc) : removed warnings
5527         * src/SDCCast.c (createBlock): added comment ???
5528         * src/hc08/ralloc.c: updated comments
5529
5530 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5531
5532         * doc/sdccman.lyx: updated section on switch statements, added
5533         section about semaphore locking
5534         * doc/Makefile: added option -info for latex2html
5535         * device/lib/_gptrget.c,
5536         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5537
5538 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5539
5540         * src/pic/device.h,
5541         * src/pic/device.c,
5542         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5543          maxram is less than 0x100.
5544
5545 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5546
5547         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5548
5549 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5550
5551         * src/port.h,
5552         * src/mcs51/main.c,
5553         * src/ds390/main.c,
5554         * src/z80/main.c,
5555         * src/hc08/main.c,
5556         * src/pic/main.c,
5557         * src/pic16/main.c,
5558         * src/avr/main.c,
5559         * src/xa51/main.c
5560         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5561         a jump table is the best form for a switch statement, including
5562         automatic insertion of missing cases to make the case range
5563         continuous. Developed in collaboration with Frieder Ferlemann.
5564
5565 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5566
5567         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5568         accumulator result if it needs sign extension
5569
5570 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5571
5572         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5573
5574 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5575
5576         * device/lib/gbz80/printf.c,
5577         * device/lib/z80/printf.c: removed define for NULL
5578
5579 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5580
5581         * as/xa51/xa_link.c,
5582         * device/examples/ds390/ow390/ad26.c,
5583         * device/examples/ds390/ow390/cnt1d.c,
5584         * device/examples/ds390/ow390/counter.c,
5585         * device/examples/ds390/ow390/ds2480.h,
5586         * device/examples/ds390/ow390/ds2480ut.c,
5587         * device/examples/ds390/ow390/findtype.c,
5588         * device/examples/ds390/ow390/gethumd.c,
5589         * device/examples/ds390/ow390/owllu.c,
5590         * device/examples/ds390/ow390/ownetu.c,
5591         * device/examples/ds390/ow390/swt12.c,
5592         * device/examples/ds390/ow390/swtloop.c,
5593         * device/examples/ds390/ow390/temp.c,
5594         * device/examples/ds390/ow390/temp10.c,
5595         * device/examples/ds390/ow390/thermo21.c,
5596         * device/examples/ds390/ow390/tinilnk.c,
5597         * device/examples/ds390/ow390/tstfind.c,
5598         * device/examples/serialcomm/windows/serial.cpp,
5599         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5600         * device/include/reg51.h: fixed line endings for cvs
5601
5602 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5603
5604         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5605         packRegsForAccUse, packRegisters): new accumulator register
5606         packing algorithm
5607         * support/regression/ports/hc08/support.c (_putchar): suppress
5608         warning of unused variable
5609         * src/SDCCicode.c: added SWAP entry to codeTable
5610
5611 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5612
5613         * device/lib/sprintf.c: forgot to add this file before previous commit
5614
5615 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5616
5617         * src/pic16/gen.c (genPackBits): added operand right in function
5618         parameters, load result directly if p_type is POINTER (that is
5619         called by genNearPointerSet)
5620         * (genUnPackBits): added operand left in function parameters,
5621         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5622         FSR0 if accessing bitfields,
5623
5624 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5625
5626         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5627           _print_format; updated printf, sprintf, vsprintf
5628         * device/include/asm/default/features.h: corrected comment/define
5629         * device/lib/Makefile.in: added sprintf.c
5630         * device/lib/libsdcc.lib: added sprintf module
5631         * device/lib/printf_large.c,
5632         * device/lib/vprintf.c,
5633         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5634           into these 3 files
5635         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5636         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5637         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5638           hc08 test
5639         * support/regression/tests/zeropad.c: define idata as data for hc08
5640
5641 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5642
5643         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5644         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5645         labels are referenced at least once (even if a reference is not found)
5646         * src/hc08/gen.c (emitcode): set isComment flag for comments
5647         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5648         loads), rules 6a..6b (optimize jumps to return)
5649
5650 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5651
5652         * device/lib/acosf.c (acosf),
5653         * device/lib/asinf.c (asinf),
5654         * device/lib/atanf.c (atanf),
5655         * device/lib/ceilf.c (ceilf),
5656         * device/lib/cosf.c (cosf),
5657         * device/lib/coshf.c (coshf),
5658         * device/lib/cotf.c (cotf),
5659         * device/lib/fabsf.c (fabsf),
5660         * device/lib/floorf.c (floorf),
5661         * device/lib/log10f.c (log10f),
5662         * device/lib/logf.c (logf),
5663         * device/lib/sinf.c (sinf),
5664         * device/lib/sinhf.c (sinhf),
5665         * device/lib/sqrtf.c (sqrtf),
5666         * device/lib/tanf.c (tanf),
5667         * device/lib/tanhf.c (tanhf),
5668         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5669         replaced all instances of "reentrant" in the library functions
5670         defined in math.h with this macro.
5671         * support/regression/tests/float_trans.c: reenabled test for hc08
5672
5673 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5674
5675         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5676         erroneously deleted
5677
5678 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5679
5680         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5681         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5682         multi-byte volatile operands are used
5683         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5684         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5685         initialization to area GSINIT0 so that it would always precede
5686         any static initializers in GSINIT
5687         * support/regression/tests/zeropad.c: fixed idata define for hc08
5688         * support/regression/tests/bug-927659.c,
5689         * support/regression/tests/float_trans.c: disabled tests for hc08
5690         pending missing library routines
5691         * .version: increased version number to 2.4.4 - hc08 port now passes
5692         regression tests
5693
5694
5695 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5696
5697         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5698         * Makefile.common.in,
5699         * as/Makefile,
5700         * as/hc08/Makefile.in,
5701         * as/mcs51/Makefile.in,
5702         * as/z80/Makefile.in,
5703         * debugger/mcs51/Makefile.in,
5704         * device/include/Makefile.in,
5705         * device/lib/Makefile.in,
5706         * doc/Makefile,
5707         * link/Makefile,
5708         * link/z80/Makefile.in,
5709         * packihx/Makefile.in,
5710         * sim/ucsim/main_in.mk,
5711         * sim/ucsim/avr.src/Makefile.in,
5712         * sim/ucsim/doc/Makefile.in,
5713         * sim/ucsim/gui.src/serio.src/Makefile.in,
5714         * sim/ucsim/hc08.src/Makefile.in,
5715         * sim/ucsim/s51.src/Makefile.in,
5716         * sim/ucsim/xa.src/Makefile.in,
5717         * sim/ucsim/z80.src/Makefile.in,
5718         * src/Makefile.in,
5719         * support/cpp2/Makefile.in,
5720         * support/librarian/Makefile,
5721         * support/makebin/Makefile: added DESTDIR to the install path proposed
5722         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5723         * doc/sdccman.lyx: added DESTDIR documentation
5724
5725 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5726
5727         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5728         instruction for interrupt handlers, use fast returns when returning
5729         from high priority interrupts
5730
5731 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5732
5733         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5734         code generation
5735         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5736         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5737         bugs, ported much of Bernhard's code from mcs51
5738         * src/mcs51/gen.c (genSend),
5739         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5740         than one when calling a reentrant function
5741         * device/lib/_mullong.c: defined an alternate struct layout for big
5742         endian ports (hc08)
5743
5744 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5745
5746         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5747         test
5748
5749 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5750
5751         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5752         are sane and complete before asking the port its prefered parameter
5753         passing method (fixes bug #1017633)
5754         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5755         and _ret3
5756
5757 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5758
5759         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5760         problem in bitfields >= 8 bits.
5761
5762 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5763
5764         * src/SDCCsymt.c: undid changes that were not meant to be committed
5765
5766 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5767
5768         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5769
5770 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5771
5772         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5773           copied and wrong bit got inverted
5774
5775 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5776
5777         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5778         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5779         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5780         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5781         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5782         assignments to bitfields at known addresses
5783         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5784         reads from bitfields at known addresses
5785         * src/hc08/ralloc.c (packRegisters),
5786         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5787         genhc08Code): optimize pointer get values used as conditionals
5788         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5789         and branch
5790
5791 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5792
5793         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5794         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5795         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5796         as conditionals
5797
5798 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5799
5800         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5801
5802 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5803
5804         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5805         related problems
5806
5807 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5808
5809         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5810
5811 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5812
5813         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5814         mcs51 port
5815
5816 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5817
5818         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5819
5820 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5821
5822         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5823         cases use more compact code.
5824
5825 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5826
5827         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5828
5829 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5830
5831         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5832
5833 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5834
5835         * src/SDCCsymt.h,
5836         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5837         parameter of changePointer() from symbol* to sym_link*
5838         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5839         * src/SDCCsymt.c (compareType): void* type is castable to other
5840         pointers, but not necesarily an exact match.
5841         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5842         is no longer blindly treated as an exact match.
5843         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5844
5845 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5846
5847         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5848
5849 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5850
5851         * src/pic/gen.c,
5852         * src/pic/pcode.c,
5853         * src/pic/ralloc.h,
5854         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5855
5856 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5857
5858         * src/pic/device.c,
5859         * src/pic/device.h,
5860         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5861
5862 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5863
5864         * src/mcs51/gen.c (emitcode): fixed bug #992819
5865
5866 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5867
5868         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5869           there's no need to make it worse
5870
5871 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5872
5873         * src/mcs51/ralloc.c (deassignLR),
5874         * src/ds390/ralloc.c (deassignLR),
5875         * src/hc08/ralloc.c (deassignLR),
5876         * src/z80/ralloc.c (deassignLR),
5877         * src/pic/ralloc.c (deassignLR),
5878         * src/pic16/ralloc.c (deassignLR),
5879         * src/avr/ralloc.c (deassignLR),
5880         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5881         rlivePoint): fixed another part of bug #971834
5882
5883 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5884
5885         * src/z80/main.c: enabled "critical" keyword
5886         * src/z80/mappings.i,
5887         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5888         functions (fixes bug #979646)
5889         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5890
5891 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5892
5893         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5894           such as c:\mydir.
5895
5896 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5897
5898         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5899           doesn't disable too much optimizations
5900
5901 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5902
5903         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5904
5905 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5906
5907         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5908
5909 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5910
5911         * src/pic/gen.c tidied up tabs
5912         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5913         * src/pic/main.c tidied up tabs
5914         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5915         * src/pic/pcoderegs.c tidied up tabs
5916         * src/pic/ralloc.c tidied up tabs
5917
5918 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5919
5920         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5921         to S_FIXED for pic16 port and when symbol is not in level 0,
5922         allocate for S_REGISTER storage class and pic16 port, too,
5923         * src/pic16/device.h: prototype for checkSym,
5924         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5925         * (pic16_assignConfigWordValue): test the value and the mask to
5926         validate that the value is suitable for the configuration word,
5927         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5928         collect extern declared symbols, don't emit symbol twice, check
5929         first if symbol is in publics set first,
5930         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5931         * added command line '--fstack' which enables an experimental
5932         feature for stack access, too buggy to be used yet...
5933         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5934         * (pic16_allocDirReg): when register has storage class S_REGISTER
5935         allocate in pic16_dynAccessRegs,
5936         * device/include/pic16/pic18f????.h: modified configuration word
5937         naming convention, words started as CONFIG0H but should be CONFIG1H
5938
5939 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5940
5941         * device/include/mcs51reg.h: fixed bug 970993
5942
5943 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5944
5945         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5946         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5947         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5948         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5949         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5950         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5951           error/warning numbers,
5952           added function setWarningDisabled()
5953         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5954         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5955           _memcmp.c _memmove.c calloc.c realloc.c free.c
5956         * support/regression/tests/malloc.c: added tests for new functionality
5957         * support/regression/tests/zeropad.c: added tests for truncated initializers
5958           and initialized char arrays starting with '\x0'
5959         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5960
5961 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5962
5963         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5964
5965 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5966
5967         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5968         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5969         peephole 177.e. Thanks to anonymous
5970
5971 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5972
5973         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5974         function isn't used in the source but referenced as a
5975         variable initializer then declare it as extern in .asm file
5976
5977 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5978
5979         * .version: increased version number to 2.4.3
5980
5981         Adding version extension according to ChangeLog CVS revision
5982         * src/Makefile.in (target all): added dependency 'version.h'
5983         * (rule version.h): added rule to create version.h from ChangeLog,
5984         * (rule dep): added dependency version.h,
5985         * src/version.awk: AWK script to create version.h
5986         * src/SDCCdwarf2.c (dwWriteModule),
5987         * src/SDCCglue.c (initialComments),
5988         * src/SDCCmain.c (printVersionInfo): modified to write after
5989         version string the version extension number,
5990         * src/SDCCutil.c: included "version.h"
5991         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5992         number,
5993         * src/SDCCutil.h: added prototype for getBuildNumber
5994
5995         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5996         includeDirsSet, too,
5997         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5998         const char [] is found in function prototype...
5999
6000         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6001         moving to WREG with source is already in WREG,
6002         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6003         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6004         * (aopForSym): stack'ed symbols are partially supported, added
6005         if-clause to support symbols in FARSPACE,
6006         * (sameRegs): added test for AOP_ACC to see if registers are same,
6007         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6008         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6009         * (pic16_popRegFromString): will not allocate a new register if it
6010         doesn't find one by name, bug may have introduced...
6011         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6012         * (genIpush): revived to use pic16 port's stack,
6013         * (genAddrOf): added incomplete case for stack'ed operand,
6014         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6015         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6016         can handle multibyte operands,
6017         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6018         * (pic16initialComments): added message for MPLAB compatibility
6019         mode enabled,
6020         * src/pic16/main.h: prototype for pic16_mplab_comp,
6021         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6022         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6023         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6024         because of increased complexity of procedure,
6025         * (_process_pragma): stack pragma changed to format 'stack pos len',
6026         emit symbol '_stack_end' to conform with gplink,
6027         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6028         to search for register,
6029         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6030         PO_GPR_REGISTER,
6031         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6032         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6033         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6034         case for PO_GPR_REGISTER,
6035         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6036         dies, the new era is ahead !...
6037         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6038         pic16_dynInternalRegs,
6039         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6040         * (pic16_allocDirReg): minor optimizations and bug fixes,
6041         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6042
6043         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6044         load stack and frame pointer with address of 'stack_end' symbol
6045
6046 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6047
6048         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6049         without source code but only variable initializers
6050
6051 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6052
6053         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6054         external are not declared as extern to reduce overhead while linking
6055
6056 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6057
6058         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6059
6060 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6061
6062         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6063           Yee Keat for the patch
6064         * src/SDCCast.c (decorateType): fixed bug #979599
6065         * src/ds390/gen.h: removed local fReturnSizeDS390
6066         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6067         * src/ds390/gen.c (genAnd, genOr, genXor),
6068         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6069
6070 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6071
6072         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6073         add relFilesSet to $3, manipulate $2 to handle linking of object
6074         files without source files in command line,
6075         * device/include/pic16 (all headers): added ID location macros,
6076         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6077         entries for ID location bytes,
6078         * (pic16_assignIdByteValue): NEW,
6079         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6080         added field dumpcalltree to pic16_options_t,
6081         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6082         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6083         emitting rFalseIfx label after check_carry label,
6084         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6085         pic16_emitDIRegs), NEW
6086         * (pic16glue): dump .calltree file when option --calltree found,
6087         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6088         * (_pic16_genAssemblerPreamble): emit ID locations after
6089         configuration registers,
6090         * (pic16_linkCmd): modifications of the link command,
6091         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6092         * (pic16_pCodeInitRegisters): don't init stack registers,
6093         * (pic16_findPrevInstruction): fixed bug,
6094         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6095         bug with immediate registers,
6096         * (buildCallTree): traces stack push and pop,
6097         * (pct2): dump also stack usage for each function,
6098         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6099         * (pic16_allocDirReg): various modifications,
6100         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6101         fixed to 1,
6102
6103 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6104
6105         * src/pic16/pcode.c: removed buggy double colon
6106
6107 2004-07-01 Borut Razem <borut.razem AT siol.net>
6108
6109         * support/scripts/sdcc.nsi: added include/pic16 to setup
6110
6111 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6112
6113         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6114         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6115         target 'clean',
6116         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6117         specific command line arguments. Also added sample lkr script
6118         for placing a variable at a specific memory bank.
6119         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6120         at a specific memory bank,
6121         * (pic16_dump_isection): fixed bug which caused string literals to
6122         be omitted when dumping idata section,
6123         * (pic16_groupRegistersInSection): added code to handle registers
6124         in specific memory banks,
6125         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6126         public, all references are renamed too,
6127         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6128         AOP_DPTR2,
6129         * (pic16_storeForReturn): added case to handle when dest is WREG,
6130         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6131         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6132         pic16_rel_udata, check to see if that register is marked as being
6133         a member of a specific memory bank,
6134         * (pic16_printIvalCharPtr): added code to add string literals either
6135         to code or the idata sections,
6136         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6137         also accept the 'udata' pragma,
6138         * src/pic16/main.h: new structure types sectName and sectSym
6139         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6140         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6141         * (pic16_findPrevInstruction): fixed, it returned nothing,
6142         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6143         instruction combinations,
6144         * (pic16_FixRegisterBanking): heavily reorganised,
6145         * (pic16_AnalyzeBanking): if generating banksel directives is
6146         disabled, then don't call FixRegisterBanking at all,
6147         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6148         completely removed,
6149         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6150
6151 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6152
6153         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6154         Phuah Yee Keat <yk.phuah AT nestac.com>
6155
6156 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6157
6158         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6159         correctly the IVT even if it is relocated to some other location
6160
6161 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6162
6163         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6164         * device/include/pic16/pic18f2220.h: NEW,
6165         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6166         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6167         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6168         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6169         nodefaultlibs, ivt_loc is the location of the interrupt vector
6170         table, and nodefaultlibs signs that default libraries should not be
6171         linked in link stage,
6172         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6173         according to --ivt-loc argument,
6174         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6175         when pragma stack is found,
6176
6177 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6178
6179         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6180         256 (range check), 257 (do while), 258.a-f (bit banging
6181         f.e. on 3-wire SPI bus)
6182
6183 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6184
6185         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6186         variables used exclusively within a loop
6187
6188 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6189
6190         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6191
6192 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6193
6194         * src/SDCClrange.c (computeClash): fixed bug #971834
6195
6196 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6197
6198         * src/mcs51/gen.c (genCmp): fixed bug #975903
6199         * src/hc08/gen.c (operandsEqu),
6200         * src/ds390/gen.c (operandsEqu),
6201         * src/z80/gen.c (operandsEqu),
6202         * src/pic/gen.c (operandsEqu),
6203         * src/pic16/gen.c (operandsEqu),
6204         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6205         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6206
6207 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6208
6209         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6210
6211 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6212
6213         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6214         default case in switch statement,
6215         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6216         to eliminate problem with initialisation of pointers, but problem
6217         still exists,
6218         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6219         * (emitStaticSegment): removed various lines emitting debug info,
6220         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6221         added processor registers for utilizing EEPROM,
6222         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6223         configurable and set 8
6224
6225 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6226
6227         * .version: increased version number to 2.4.2,
6228
6229         Cumulative patch for pic16 port
6230         * src/pic16/device.c: changed scheme to dump initial values for
6231         variables in idata segment, all print_idata* functions were removed,
6232         now the pic16_printIval* will be called,
6233         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6234         * _pic16_printPointerType, pic16_printPointerType,
6235         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6236         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6237         NEW, similar to the respective functions in SDCCglue.c,
6238         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6239         way, emitting hex bytes,
6240         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6241
6242 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6243
6244         * src/avr/ralloc.c (serialRegAssign),
6245         * src/xa51/ralloc.c (serialRegAssign),
6246         * src/pic/ralloc.c (serialRegAssign),
6247         * src/pic16/ralloc.c (serialRegAssign),
6248         * src/hc08/ralloc.c (serialRegAssign),
6249         * src/z80/ralloc.c (serialRegAssign),
6250         * src/ds390/ralloc.c (serialRegAssign),
6251         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6252
6253 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6254
6255         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6256         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6257
6258 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6259
6260         Cumulative patch for pic16 port:
6261         * src/pic16/device.h (typedef PIC16_device) modified fields for
6262         defining microcontrollers,
6263         * src/pic16/device.c: added new info for all devices in Pics16 array,
6264         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6265         to be optimised out by the pCode optimiser,
6266         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6267         specially, bug reported by G.M. Gallant,
6268         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6269         as force'd so that cannot be optimised out by pCode optimiser,
6270         * src/pic16/pcode.c,
6271         * src/pic16/pcodepeeph.c,
6272         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6273         they are disabled by default, but can be enabled explicit with
6274         command argument --denable-peeps, for testing,
6275         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6276         --pomit-ivt in COMPILE_FLAGS
6277
6278 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6279
6280         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6281           compilation on MSVC
6282
6283 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6284
6285         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6286
6287 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6288
6289         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6290         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6291
6292 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6293
6294         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6295         would only assign 0x300001 register.
6296
6297 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6298
6299         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6300         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6301
6302 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6303
6304         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6305         for ds80c400
6306         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6307         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6308         added peephole 254 (left shift), 255 (jump table)
6309
6310 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6311
6312         * device/lib/Makefile.in: removed comment line with model-pic16,
6313         * (target port-specific-objects-pic16): the libraries and objects
6314         are copied to the build directory form the device/lib/pic16/bin
6315         directory
6316
6317         Cumulative patch concerning pic16 port:
6318         * library directory has been re-organized,
6319         * added support for PIC18F1220,
6320         * added headers and library sources for chips 18f1220,18f6520,
6321         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6322
6323         * configuration registers setting has changed, now each supported
6324         device has a complete description of the registers it uses,
6325         * all initialisations are moved to idata sections, these section
6326         can be absolute or relocatable,
6327         * fixed initialisation of codespace variables,
6328         * fixed warning about PCLATU and gpsim,
6329         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6330         * (genAssign): use table reads when assigning from variables in codespace,
6331         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6332         char/int variables placed in codespace,
6333         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6334         registers set in .asm file, no need for --pomit-config-words anymore,
6335         * (pic16glue): some 8051 legacy segments are commented out
6336         (to be removed completely),
6337         * added support for alternative assembler and linker with --asm=
6338         and --link= command line arguments,
6339         * peepholes are disabled automatically in the port, no need to
6340         specify on command line,
6341         * port supports natively char/int/long multiplication, but converts
6342         all divisions to support functions,
6343         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6344         to the file set in variable $2,
6345         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6346         strings in ASCII format and not in hex,
6347         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6348         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6349         allocate proper register if iCodes aren't temporary,
6350
6351 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6352
6353         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6354
6355 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6356
6357         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6358         is commented out
6359
6360 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6361
6362         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6363         computed address is reused
6364         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6365         multi-byte bitfields
6366
6367 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6368
6369         * src/z80/gen.c: (genArrayInit): must check for pointers too
6370
6371 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6372
6373         * support/regression/tests/zeropad.c: never meant to commit the
6374           nestedstruct test: removed, added check for GCC version
6375
6376 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6377
6378         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6379         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6380         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6381           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6382           bugs 928906 and 954082 half-empty initializers
6383         * src/SDCCsymt.h,
6384         * src/SDCCsymt.c (getAllocSize): added for above fix
6385         * src/z80/gen.c (genArrayInit): fixed bug 741044
6386         * support/regression/tests/zeropad.c: added tests
6387
6388 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6389
6390         * src/pic16/device.c (pic16_dump_section): corrected bug which
6391         caused some symbols of the libraries to be misplaced
6392
6393 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6394
6395         * src/pic16/glue.c,
6396         * src/pic16/ralloc.h,
6397         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6398         to fix conflict with pic port
6399
6400 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6401
6402         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6403         externs configuration variables,
6404         * src/pic16/ralloc.h,
6405         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6406         prototype in header, commented out some debug messages
6407
6408 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6409
6410         * src/pic16/glue.c,
6411         * src/pic16/main.c,
6412         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6413         for gpasm COFF object generation. Thanks to D. Hawkins for
6414         his patch info
6415
6416 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6417
6418         * src/ds390/main.c,
6419         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6420         Brock for spotting this)
6421         * src/ds390/gen.c (genEndFunction),
6422         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6423         interrupt handler and critical. Disable push/pop optimizations when
6424         peephole optimizations disabled.
6425
6426 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6427
6428         Updated pic16 library sources and headers.
6429         * device/lib/pic16/pic18f*/ ,
6430         * device/include/pic16/*.h: modified to handle structured SFR
6431         definitions
6432
6433 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6434
6435         * src/port.h (PORT structure): added hook initPaths, now each
6436         port can declare its own default search paths,
6437         which can been seen with the --print-search-dirs option,
6438         see pic16 port for example,
6439         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6440         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6441         * (doPrintSearchDirs): NEW, replaces in a central manner the
6442         printing of search dirs which was split in set*Paths functions,
6443         * (main): added call to port->initPaths and doPrintSearchDirs,
6444         * src/avr/main.c,
6445         * src/ds390/main.c,
6446         * src/hc08/main.c,
6447         * src/izt/i186.c,
6448         * src/izt/tlcs900h.c,
6449         * src/mcs51/main.c,
6450         * src/pic/main.c,
6451         * src/pic16/main.c: modified port structures to reflect addition of
6452         initPaths hook,
6453
6454         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6455         * (pic16_dump_section): for registers in same address reserve memory once,
6456         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6457         to no_banksel,
6458         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6459         result is greater in size than right or left,
6460         * (pic16_genUMult8X8_8): there are some cases where the result can
6461         be 16 bits size, so handle these,
6462         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6463         * (pic16_outBitC): modified to emit pcodes,
6464         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6465         or not,
6466         * (genDivOneByte): implemented algorithm to divide 8-bits,
6467         * (genCmp): uncommented goto, but issues still exist,
6468         * (genAnd): fixed a bug with variables >8bits,
6469         * (genPackBits): optimization added that uses BCF/BSF to change a
6470         single bit,
6471         * (genAssign): fixed bug when assigning floating point literals,
6472         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6473         __sdcc_gsinit_startup label,
6474         * src/pic16/main.c (_pic16_init): removed search directory
6475         initialisations,
6476         * (_pic16_initPaths): NEW, used to initialise search directories,
6477         * (_hasNativeMulFor): support functions for all except char/int
6478         multiplication, and char division,
6479         * (PIC16_port struct): modified entry for native mul support,
6480         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6481         no_banksel option,
6482         * (buildCallTree): call to register_usage is ifdef'ed out,
6483
6484 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6485
6486         * device/include/string.h: applied Stas Sergeev's patch to make this
6487         header file compatible with the preprocessor -Wundef option
6488         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6489         failure (fixes bug #941458)
6490
6491 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6492
6493         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6494         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6495         that the variable, not the function, should be static
6496         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6497         to be consistent with non-literal case
6498
6499 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6500
6501         * src/SDCCast.c (isConformingBody): fixed bug #949967
6502         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6503         convilong): fixed bug #952086
6504
6505 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6506
6507         * src/SDCCmem.c (allocVariables): fixed bug #955321
6508
6509 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6510
6511         * src/hc08/main.c (_hc08_genAssemblerEnd),
6512         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6513         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6514         completely eliminated the use of a temporary file
6515         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6516         when more than one file linked
6517         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6518
6519 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6520
6521         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6522         which fixes bug #543481
6523         * support/regression/tests/bug-751703.c: fixed comments left from a
6524         cut and paste error
6525         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6526         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6527         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6528         scopes
6529         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6530         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6531         are now changed to underscores in moduleName
6532
6533 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6534
6535         * as/mcs51/lkmem.c: better fix for bug #954173
6536
6537 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6538         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6539
6540         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6541         * device/include/c8051f000.h,
6542         * device/include/c8051f120.h,
6543         * device/include/c8051f300.h,
6544         * device/include/c8051f310.h,
6545         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6546         PWM16) and detab'ed
6547
6548 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6549
6550         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6551         and mailing lists, doc'ed --no-peep-comments, removed reference
6552         to knoppix (newest version has no LyX/LaTeX), other minor changes
6553         * src/SDCCglue.c (glue): save 2 bytes stack space with
6554         option --main-return. The ljmp could probably be avoided too
6555
6556 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6557
6558         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6559
6560 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6561
6562         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6563         * src/SDCCopt.c (isLocalWithoutDef),
6564         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6565         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6566         (credit to Maarten Brock for patch #949363, on which this is based)
6567         * support/regression/tests/bug-751703.c: some test cases of extern used
6568         within inner scopes.
6569
6570 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6571
6572         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6573         SPEC_STRUCT
6574         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6575         struct definitions
6576         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6577         dwWriteLabel): fix to create valid debugger symbols even when
6578         the module name has non-alphanumeric symbols in it
6579         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6580         when a variable's allocation has been optimized away
6581
6582
6583 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6584
6585         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6586         * src/hc08/main.c,
6587         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6588         * src/mcs51/main.c,
6589         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6590         * src/ds390/main.c,
6591         * src/z80/gen.c (z80_emitDebuggerSymbol),
6592         * src/z80/main.c,
6593         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6594         * src/pic/main.c,
6595         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6596         * src/pic16/main.c,
6597         * src/avr/gen.c (avr_emitDebuggerSymbol),
6598         * src/avr/main.c,
6599         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6600         * src/xa51/main.c,
6601         * src/SDCCdebug.c (emitDebuggerSymbol),
6602         * src/SDCCdebug.h,
6603         * src/port.h: added a debugger struct to the port struct. Added a
6604         callback for defining debugger symbols
6605
6606         * src/SDCCast.c (createLabel),
6607         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6608         with isitmp = 1
6609         * src/SDCCicode.h,
6610         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6611         iCode back to the ast for the function
6612
6613         * src/hc08/ralloc.c (hc08_assignRegisters),
6614         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6615         unneeded fields from the regs struct.
6616         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6617         pushReg() & pullReg() functions instead of emitcode()
6618
6619         * src/hc08/gen.c (genLabel, genhc08Code),
6620         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6621
6622         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6623         debugger hooks
6624
6625         * src/hc08/gen.c (genEndFunction, genhc08Code),
6626         * src/hc08/gen.h,
6627         * src/mcs51/gen.c (genEndFunction, gen51Code),
6628         * src/mcs51/gen.h,
6629         * src/ds390/gen.c (genEndFunction, gen390Code),
6630         * src/ds390/gen.h,
6631         * src/z80/gen.c (genEndFunction, genZ80Code),
6632         * src/z80/gen.h,
6633         * src/z80/z80.h,
6634         * src/pic/gen.c (genEndFunction, genpic14Code),
6635         * src/pic/gen.h,
6636         * src/pic16/gen.c (genEndFunction, genpic16Code),
6637         * src/pic16/gen.h,
6638         * src/avr/gen.c (genEndFunction, genAVRCode),
6639         * src/avr/gen.h,
6640         * src/xa51/gen.c (genEndFunction, genXA51Code),
6641         * src/xa51/gen.h,
6642         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6643         specific code to cdbFile.c and out of the backend code generators
6644
6645         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6646         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6647         starting address is now 0
6648
6649         * as/hc08/asm.h,
6650         * as/hc08/m08pst.c,
6651         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6652         assembler directive for DWARF support
6653         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6654
6655         * src/src.dsp,
6656         * src/Makefile.in,
6657         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6658
6659 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6660
6661         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6662         and inappropriate peephole optimization in jump tables
6663
6664 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6665
6666         * as/hc08/m08pst.c,
6667         * src/SDCCglue.c: sdccopt works for the hc08 port now
6668
6669 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6670
6671         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6672
6673 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6674
6675         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6676
6677 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6678
6679         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6680         rules
6681         * src/SDCCmain.c,
6682         * src/SDCCglobl.h,
6683         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6684         comments from the peephole optimizer replacement rules
6685         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6686         symbols
6687         * src/SDCCcse.c (updateSpillLocation),
6688         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6689         equivalents
6690         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6691         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6692         objects far pointers
6693
6694 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6695
6696         * src/SDCCsymt.h: a missing part of my last change
6697         * src/pic/ralloc.c (regTypeNum),
6698         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6699
6700 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6701
6702         * src/SDCCicode.h,
6703         * src/SDCCicode.c (aggrToPtrDclType),
6704         * src/SDCCptropt.h,
6705         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6706         ptrPseudoSymConvert),
6707         * src/pic/ralloc.c (regTypeNum),
6708         * src/pic16/ralloc.c (regTypeNum),
6709         * src/hc08/ralloc.c (regTypeNum),
6710         * src/ds390/ralloc.c (regTypeNum),
6711         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6712         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6713
6714 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6715
6716         * link/z80/lkmain.c (afile),
6717         * as/hc08/lkmain.c (afile),
6718         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6719         prevent a pointer problem when a filename has no directory and
6720         no extension specified.
6721
6722 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6723
6724         * link/z80/lkmain.c (afile): allow periods in directory names
6725         * link/z80/lkmain.c (afile),
6726         * as/mcs51/lkmain.c (afile),
6727         * as/hc08/lkmain.c (afile): allow linker script file to have an
6728         extension other than ".lnk"
6729         * link/z80/lklex.c (getfid),
6730         * link/z80/lkmain.c (parse),
6731         * as/mcs51/lklex.c (getfid),
6732         * as/mcs51/lkmain.c (parse),
6733         * as/hc08/lklex.c (getfid),
6734         * as/hc08/lkmain.c (parse): Support comments in the linker script
6735         file on lines by themselves and after filenames
6736
6737 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6738
6739         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6740
6741 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6742
6743         * src/z80/peeph-z80.def: removed some peephole rules that don't
6744         work with multibyte arithmetic (fixed bug #937126)
6745         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6746         to registers and not global variables
6747         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6748         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6749         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6750         checking for assignments not internally generated (fixed bug #931895)
6751         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6752         structure member (fixed bug #930072)
6753
6754 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6755
6756         * src/SDCCmain.c (linkEdit),
6757         * src/hc08/main.c (_hc08_parseOptions),
6758         * as/hc08/Makefile.in,
6759         * as/hc08/aslink.h,
6760         * as/hc08/asm.h,
6761         * as/hc08/m08pst.c,
6762         * as/hc08/lkrloc.c (relr, rele),
6763         * as/hc08/lkarea.c (lnkarea)
6764         * as/hc08/lkmain.c (afile, parse),
6765         * as/hc08/lkelf.c: support for ELF output
6766         * as/hc08/lks19.c (s19),
6767         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6768
6769 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6770
6771         * as/mcs51/lkihx.c: Fixed bug #899105.
6772
6773 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6774
6775         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6776         .dsp files from Unix to DOS.
6777
6778 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6779
6780         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6781         function pointers; we have been compliant for several months now.
6782         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6783         change that was accidently commented out
6784         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6785         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6786         bug #922319
6787
6788 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6789
6790         * src/hc08/gen.c: output of all of the internal debugging information
6791         is now controlled by the D() macro; it is disabled by default
6792
6793 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6794
6795         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6796         harder to keep the same registers during a CAST iCode
6797         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6798         long via int can be done in a single cast, if the signedness is
6799         correct.
6800         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6801         putchar() in tinibios.c in ds390's library
6802
6803 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6804
6805         * src/SDCCast.c (decorateType): fixed bug #898889,
6806         cast result of a literal complement too
6807         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6808         fixed check for bitfields
6809
6810 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6811
6812         * src/SDCCicode.c (geniCodeLogic): made it static,
6813         (geniCodeLogicAndOr): added in order to fix bug #905492,
6814         (ast2iCode): fixed bug #905492
6815         * support/regression/tests/bug-905492.c: added
6816         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6817         (processParms): fixed bug #927659: don't copy parms, this will clear
6818         decorated flag
6819         * support/regression/tests/bug-927659.c: added
6820
6821 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6822
6823         * src/SDCCast.c (addCast): don't cast float to char
6824         * device/lib/libsdcc.lib: added _memmove
6825
6826 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6827
6828         * device/lib/large/Makefile: fixed parallel execution by
6829         replacing `make` by `$(MAKE)`
6830
6831 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6832
6833         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6834         offsets (fixes bug #923936)
6835
6836 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6837
6838         * device/lib/small/Makefile: fixed parallel execution by
6839         replacing `make` by `$(MAKE)`
6840
6841 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6842
6843         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6844
6845 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6846
6847         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6848         * src/regression/Makefile: Regression test was not running.
6849
6850 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6851
6852         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6853         complement if possible
6854         * src/SDCCval.c (valComplement),
6855         * src/SDCCicode.c (operandOperation): fixed complement of literal
6856         * support/regression/tests/onebyte.c (testComplement): added
6857
6858 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6859
6860         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6861         return an optimized tree; actually replace actParm with the new tree
6862         * src/SDCCast.h: added some parantheses to remove side effects
6863         * support/regression/tests/bug-920866.c
6864
6865 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6866         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6867         Bit operands were not being handled properly in the pic14 port.
6868         (now src/regression/add.c passes again).
6869
6870 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6871
6872         * src/SDCC.y (labeled_statement): case and default no longer require
6873         a following statement (RFE #893037)
6874
6875 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6876
6877         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6878         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6879         disabled (fixes bug #916294)
6880         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6881         "mov a,acc"; patch provided by Lenny Story
6882         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6883
6884 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6885
6886         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6887         functions
6888         * src/ds390/gen.c (genFunction, genEndFunction),
6889         * src/ds390/ralloc.c (ds390_assignRegisters),
6890         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6891         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6892         pushed if there are parameters passed on the stack. Also, a cleaner
6893         way to decide if r0/r1 should be pushed/popped. (Together they fix
6894         bug #918693)
6895
6896 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6897
6898         * doc/sdccman.lyx,
6899         * device/lib/mcs51/crtpagesfr.asm,
6900         * device/lib/mcs51/crtxinit.asm,
6901         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6902         to avoid confusion with Si Lab's SFRPAGE register.
6903
6904 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6905
6906         * src/SDCCglue.c (emitMaps): allow public sfr variables
6907         * src/SDCCglue.c (initialComments): include compiler build date
6908         with compiler version and put the timestamp of the generated
6909         assembly file on a serperate line to be less confusing.
6910         * src/port.h: added genInitStartup hook
6911         * src/avr/main.c,
6912         * src/ds390/main.c,
6913         * src/hc08/main.c,
6914         * src/pic/main.c,
6915         * src/pic16/main.c,
6916         * src/xa51/main.c,
6917         * src/z80/main.c: genInitStartup initialize as NULL (default to
6918         historical behaviour)
6919         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6920         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6921         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6922         library instead of hard coding it into the compiler.
6923         * support/regression/ports/mcs51-stack-auto/spec.mk,
6924         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6925         * device/lib/mcs51/Makefile,
6926         * device/lib/small/Makefile,
6927         * device/lib/large/Makefile,
6928         * device/lib/mcs51/crtpagesfr.asm,
6929         * device/lib/mcs51/crtstart.asm,
6930         * device/lib/mcs51/crtxclear.asm,
6931         * device/lib/mcs51/crtxinit.asm,
6932         * device/lib/mcs51/crtclear.asm,
6933         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6934         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6935         and into user configurable files.
6936         * device/lib/clean.mk: clean mcs51 directory too
6937         * support/regression/tests/longlit.c: added static to T1 declaration
6938         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6939         accesses in the initialization code
6940
6941 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6942
6943         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6944         OSCTRIMVAL as noted in bug #916008
6945
6946 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6947
6948         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6949         in loops with multiple exits (reported as incorrect registers
6950         used by Martin Helmling in Sdcc-user list)
6951
6952 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6953
6954         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6955         made ds390 register extensions look less like error messages
6956
6957 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6958
6959         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6960         reported by Adam Wozniak in Sdcc-user list
6961
6962 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6963
6964         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6965         arithmetic optimizations, added debug output
6966
6967 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6968
6969         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6970         * sdcc.spec: updated and split sdcc into 3 rpms
6971         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6972         needed for literals of LEFT_OP and '+'
6973         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6974         introduced RESULT_TYPE_NOPROM
6975         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6976         left shift
6977         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6978         limited promotion to int only for '*'
6979         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6980
6981 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6982
6983         * src/pic16/gen.c (genSkip),
6984         (genc16bit2lit), (gencjneshort): commented out
6985         (is_LitOp): new helper function, checks operand type
6986         (genCmpEq): rewritten
6987
6988 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6989
6990         * support/regression/tests/bug-908454.c: added
6991
6992 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6993
6994         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6995         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6996         (geniCodeCast): cosmetic, don't preserve bit storage class
6997         (geniCodeLeftShift): added promotion
6998         (geniCodeLogic): fixed regression
6999         * src/SDCCsymt.c (computeTypeOr): accept bits too
7000         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7001
7002 2004-03-07  Borut Razem <borut.razem AT siol.net>
7003
7004         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7005
7006 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7007
7008         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7009         version of pic16_genPackRegisters which does not check if ic is a
7010         CAST operator,
7011         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7012         function cause string1.c regression test fails
7013
7014 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7015
7016         * sim/ucsim/configure.in,
7017         * sim/ucsim/configure,
7018         * sim/ucsim/doc/Makefile.in: use docdir
7019         * src/SDCC.y: fixed sbit atrributes
7020         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7021         * src/SDCCast.c (decorateType): |^& need special promotion handling
7022         * src/SDCCast.h,
7023         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7024         * src/SDCCsymt.h (computeType),
7025         * src/SDCCicode.c: computeType() needs op
7026         * src/SDCCsymt.c (checkTypeSanity),
7027         * doc/sddman.lyx: "plain" bitfields are unsigned
7028         * src/SDCCsymt.c (computeTypeOr): added
7029         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7030         |^& ops
7031         * src/SDCCval.c (val*): computeType() needs op
7032         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7033         * support/regression/tests/onebyte.c: added tests for |^&
7034
7035 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7036
7037         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7038         for writing icode into asm output.
7039
7040 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7041
7042         * src/pic16/device.c: added some debug lines enabled
7043         with macro DEBUG_CHECK,
7044         * src/pic16/genarith.c: more debug in genPlus,
7045         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7046         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7047         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7048         * (aopForSym): onStack symbols are re-placed in data memspace,
7049         and onStack flag is cleared,
7050         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7051         copy temporary pcodeop,
7052         * (genPcall): added warning for not updating PCLATU,
7053         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7054         always true for pic16 port,
7055         * (genMultOneWord): NEW, supports integer multiplication,
7056         * (genMult): modified to call genMultOneWord,
7057         * (ifxForOp): added warning when return NULL,
7058         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7059         flag is set before call to operandFromSymbol for implicit
7060         added structures,
7061         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7062         options.intlong_rent are set by default,
7063         * (_hasNativeMulFor): modified to allow port generation of integer
7064         multiplication,
7065         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7066         set regtype to REG_SFR for all registers, restricting seting the
7067         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7068
7069 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7070
7071         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7072         more than 500 times in the regression tests
7073
7074 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7075
7076         * support/Util/SDCCerr.h,
7077         * support/Util/SDCCerr.c,
7078         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7079         enumerator_list),
7080         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7081         for symbol conflicts.
7082         * support/valdiags/tests/enum.c,
7083         * support/valdiags/tests/tentdecl.c,
7084         * support/valdiags/tests/struct.c: expect possible error messages
7085         referring to original symbol definitions.
7086         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7087         * src/SDCCsymt.h,
7088         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7089
7090 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7091
7092         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7093
7094 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7095
7096         * src/pic16/ralloc.c (newReg): fixed bug #908929
7097
7098 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7099
7100         * src/ds390/gen.c: added missing #include "main.h"
7101
7102 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7103
7104         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7105         checking if symbol is already in set,
7106         * src/pic16/device.h: prototype for checkAddSym,
7107         * src/pic16/gen.c: (_G): added entry interruptvector,
7108         * (assignResultValue): removed some commented out lines,
7109         * (genFunction): check for ISR via sym->type, absolute section for
7110         interrupt code is created via a new pBlock, the goto instruction is
7111         placed now correctly at the interrupt vector position, changed all
7112         references from ivec to _G.interruptvector,
7113         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7114         is the interrupt is a high priority one, same for return from ISR,
7115         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7116         externs to calls of checkAddSym,
7117         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7118         pic16_pcode_verbose flag is set,
7119         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7120         * src/pic16/pcoderegs.c: message about how many registers are saved
7121         will only be emitted if pic16_pcode_verbose flag is set,
7122
7123 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7124
7125         * src/ds390/ralloc.h,
7126         * src/ds390/ralloc.c (ds390_regWithIdx),
7127         * src/ds390/gen.c (emitcode),
7128         * src/ds390/main.h,
7129         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7130         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7131         ds390operandCompare, getRegsRead, getRegsWritten,
7132         initializeAsmLineNode): customized instruction size calculation for
7133         ds390, started basis for some register optimizations
7134         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7135         corresponding assembly output
7136         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7137         missing push/pop of r0/r1. Optimized push/pops
7138
7139 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7140
7141         * src/mcs51/main.c (instructionSize): fixed ACALL size
7142         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7143
7144 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7145
7146         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7147         the sorting of rlist with NULL elements
7148         * (print_idataType, print_idata): NEW to create idata sections
7149         * src/pic16/device.h: idataSymSet new variable
7150         * src/pic16/gen.c (genFunction): fixed some bugs in string
7151         comparing, improved the absolute section creation for ISRs,
7152         added FSR0L/FSR0H in registers that are saved in an ISR,
7153         * (genInline): fixed the processing of inline snippets,
7154         now they undergo no process by the peephole optimizer
7155         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7156         are placed in idataSymSet,
7157         * (pic16emitStaticSeg): extern symbols are added in externs,
7158         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7159         switching when aboslute variables are placed in access bank memory
7160         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7161         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7162         commented out with #if,
7163         * (pic16_packRegisters): reintroduce the check for CAST because some
7164         symbols are not correctly handled,
7165         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7166         pCodeInstruction instead of pCode,
7167         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7168         pCodeAsmDir definition,
7169         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7170         directive, then the argument directive is emitted without the leading
7171         tab, hack for inline labels which must be in the first column,
7172         * (compareLabel,pic16_findNextInstruction),
7173         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7174         * (insertBankSwitch): modified for the new pCodeAsmDir,
7175
7176 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7177         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7178
7179         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7180         instance,
7181         * (pushSide): commented out with #if,
7182         * (assignResultValue): fixed some typos in saving
7183         registers,
7184         * (genPcall): FIXED and sync'ed with genCall,
7185         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7186         * (genNearPointerGet): fixed to handle some more cases,
7187         implementation scheme via table reads,
7188         * (genConstPointerGet): modified to access code memory correct,
7189         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7190         and improved to handle some cases
7191         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7192         instead of "RETLW" for init data
7193         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7194         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7195         variables are placed in access bank memory (<0x80 and >=0xf80),
7196         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7197         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7198         TBLWT_POSTDEC,TBLWT_PREINC
7199         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7200         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7201         directives
7202         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7203         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7204         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7205         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7206
7207 2004-02-29  Borut Razem <borut.razem AT siol.net>
7208
7209         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7210         support/Util/findme.h, support/Util/system.h: enhance binary relative
7211         search for lib and include by using findProgramPath()
7212
7213 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7214
7215         * src/SDCCpeeph.h,
7216         * src/SDCCpeeph.c (pcDistance),
7217         * src/port.h,
7218         * src/mcs51/ralloc.h,
7219         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7220         * src/mcs51/main.h,
7221         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7222         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7223         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7224         size calculation port specific, started basis for some register
7225         optimizations
7226         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7227         missing push/pop of r0/r1. Optimized push/pops
7228         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7229         * device/lib/_modsint.c (_modsint),
7230         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7231         and stack version so regression tests pass
7232
7233 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7234
7235         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7236         * src/SDCCast.c (decorateType): catch another small optimization
7237         with '?' operator
7238         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7239         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7240         modified to finally use computeType() all over SDCC,
7241         see Feature Request #877103
7242         * src/SDCCval.h: cosmetic
7243         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7244         valCompare(); regression tested in muldiv.c
7245         * support/regression/tests/muldiv.c (testMod): mod sign follows
7246         dividend only
7247
7248 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7249
7250         * src/SDCCast.c (decorateType): fixed bug #902362
7251         * doc/INSTALL.txt: fixed install instructions for win32
7252
7253 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7254
7255         * device/include/Makefile.in (install): fixed by replacing spaces
7256         by tabs
7257         * doc/README.txt,
7258         * doc/INSTALL.txt: updated for release
7259         * doc/sdccman.lyx: added warning for --xstack being buggy
7260
7261 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7262
7263         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7264         to eliminate build warnings.
7265         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7266
7267 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7268            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7269
7270         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7271         removed -penable-stack, added comment for stack pragma, added
7272         warning for not initializing the stack/frame registers, removed
7273         comment at interrupts section
7274
7275         Stack is made permanent, there is no ability to disable stack usage.
7276         * src/pic16/device.h,
7277         * src/pic16/device.c: removed all references to USE_STACK macro,
7278         * src/pic16/device.c (pic16_dump_section): when no elements in
7279         rlist, free rlist before return,
7280         * (pic16_dump_int_registers): NEW, internal registers are a new set
7281         of general purpose registers reused by each function,
7282         * (checkAddReg): returns 1 if registers is added to set,
7283         * (pic16_groupRegistersInSection): when a registers is of type
7284         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7285         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7286         SRCASECMP macro is moved here from device.c
7287         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7288         PO_PCLATU, PO_PRODL, PO_PRODH,
7289         * (pic16_pCodeOpType, genMinus,
7290         changed compares to "a" register, with AOP_ACC,
7291         * (pic16_genPlus): fixed some bugs and indented properly,
7292         * (pic16_addSign): changed size to size+offset in the MOVWF
7293         instruction,
7294         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7295         multiply 8-bit operand by literal, result is 8-bit,
7296         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7297         multiply 2 8-bit operand, result is 8-bit,
7298         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7299         genUMult8X*_16,
7300         * src/pic16/gen.c: changed accUse to contain WREG only,
7301         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7302         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7303         true, do not use immediate addressing any more unless sym is a
7304         pointer in codespace,
7305         * (aopForRemat): do not use immediate addressing when symbol not in
7306         codespace and when symbol's address is requested,
7307         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7308         accUse size (= 1),
7309         * (aopGet): added case for AOP_ACC and don't return "accumulator
7310         bug" but WREG instead,
7311         * (popGetTempReg): pushes contents of temporary register in stack,
7312         * (popReleaseTempReg): pops contents of temporary register from
7313         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7314         * (pic16_popGet): separated case AOP_ACC to return register WREG
7315         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7316         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7317         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7318         the use of immediate pointers to certain cases only.
7319
7320         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7321         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7322         * (assignResultValue, genCall, genRet): modified to use the new
7323         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7324         genPcall is still broken,
7325         * (genFunction): added code to create 'A' type pBlocks when
7326         interrupt functions are generated, code not extensively tested yet,
7327         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7328         * (genEndFunction): modified so ISRs pop stored registers from stack,
7329         * (genMultOneByte): cleanup,
7330         * (AccRsh): added flag andmask, to and result with appropriate mask,
7331         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7332         * (genDataPointerGet): fixed and reenabled its use,
7333         * (genNearDataPointerGet): bugs fixed,
7334         * (genDataPointerSet): bugs fixed,
7335         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7336         pic16_DumpSymbol, pic16_DumpOp,
7337         * src/pic16/genutils.h: function prototypes for the above functions,
7338         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7339         pointers,
7340         * (pic16emitRegularMap): many many many improvements, but needs a
7341         major cleanup,
7342         * src/pic16/main.c: enable_stack in pic16_options is removed,
7343         * (_pic16_parseOptions): removed command line options -penable-stack,
7344         * (_process_pragma): emit stack symbol only when stack pragma is
7345         processed,
7346         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7347         redirected to FSR0L/FSR0H pair,
7348         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7349         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7350         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7351         for immediates,
7352         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7353         * (dumpPicOptype): NEW,
7354         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7355         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7356         with movff instruction,
7357         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7358         added pic16_int_regs, some packRegsFor* functions are commented out,
7359         because produce errors,
7360         * src/pic16/NOTES: minor modifications
7361
7362 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7363
7364         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7365         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7366         --pack-iram.
7367         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7368         * as/mcs51/lkaomf51.c: fixed bug #895763
7369
7370 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7371
7372         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7373
7374 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7375
7376         * doc/sdccman.lyx: added details about the HC08 storage classes and
7377         interrupts, fixed the register usage info for z80 & gbz80
7378
7379 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7380
7381         * doc/sdccman.lyx: added more pic16 port documentation
7382         * device/include/pic16/: added header pic18fregs.h
7383
7384 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7385
7386         * doc/sdccman.lyx: added Vangelis' contribution
7387
7388 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7389
7390         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7391         extend to the next CALL or PCALL, not just to the next CALL.
7392
7393 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7394
7395         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7396
7397 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7398
7399         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7400         bug #895752 and a better fix for bug #716790
7401
7402 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7403
7404         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7405
7406 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7407
7408         * doc/sdccman.lyx: minor changes, minor changed
7409
7410 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7411
7412         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7413         which can't handle SDCC_NEWONEBYTEOPS,
7414         (geniCodeMultiply): removed conversion from mult to shift for pic14
7415         and pic16
7416
7417 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7418
7419         * src/hc08/gen.h,
7420         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7421         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7422         thus fixing bug #895406
7423
7424 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7425
7426         * device/lib/_modsint.c,
7427         * device/lib/_modslong.c: sign follows divisor only
7428         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7429         signs or signedness can be ignored
7430         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7431         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7432         added optimization for IFX,
7433         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7434         arguments;
7435         reenabled optimization for IFX, which was removed on 2004-01-11
7436         * src/SDCCast.h: added return type IFX
7437         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7438         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7439         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7440         SDCC_OLDONEBYTEOPS selects the old behaviour
7441         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7442         changed again and commented promotion rule
7443         * src/SDCCval.c (valDiv): promotion no longer necessary
7444         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7445         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7446         rewritten
7447         * support/regression/tests/onebyte.c: added
7448
7449 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7450
7451         * gen.c (genInline): reverted to old code for assemnling inline
7452         code because of bug reported James Chadd
7453
7454 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7455
7456         * ralloc.h: missing declarations from previous patch,
7457         seems that patch for ralloc.h was never applied, fixed
7458
7459 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7460            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7461
7462         * pcode.c,
7463         * pcode.h,
7464         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7465         indirect addressing. Marked FSR0 as deprecated
7466         * gen.c (pointerCode): commented out, not needed now
7467         (pic16_popGet2p): new MOVFF helper function
7468         (genGenPointerGet),
7469         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7470         (shiftRLong): removed duplicate debugging info
7471
7472 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7473
7474         * src/ds390/gen.c (genNearPointerGet),
7475         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7476         optimization with bits, but not bitfields.
7477         * src/ds390/ralloc.c (packRegisters),
7478         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7479
7480 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7481
7482         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7483
7484 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7485
7486         * src/SDCCsymt.h,
7487         * src/SDCCicode.c (operandFromSymbol),
7488         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7489         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7490         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7491         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7492         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7493         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7494         bug #892038
7495         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7496         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7497         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7498         * src/SDCCsymt.c (newSymbol),
7499         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7500         enumerator_list),
7501         * src/SDCCval.h,
7502         * src/SDCCval.c (newiList): fixed bug #885705
7503
7504 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7505
7506         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7507         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7508
7509 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7510
7511         * device/include/c8051f120.h,
7512         * device/include/c8051f300.h,
7513         * device/include/c8051f310.h: added/updated header files for Silicon
7514         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7515         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7516         in new section Submitting patches
7517
7518 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7519
7520         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7521         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7522         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7523         genGenPointerSet),
7524         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7525         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7526         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7527         genGenPointerSet),
7528         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7529         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7530         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7531         genGenPointerSet),
7532         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7533         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7534         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7535         genGenPointerSet): fixed bug #892400
7536         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7537         to eliminate build warnings.
7538         * src/SDCCast.c (processParms),
7539         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7540         fixed bug 751859
7541         * support/valdiag/valdiag.py: added GCC to the list of defines active
7542         when compiling with gcc
7543
7544 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7545
7546         * support/Util/SDCCerr.h,
7547         * support/Util/SDCCerr.c,
7548         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7549         with an incomplete type (fixed bug #883734)
7550         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7551
7552 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7553
7554         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7555
7556 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7557
7558         * src/SDCCast.c (decorateType),
7559         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7560         function pointer implementation
7561         * support/regression/tests/funptrs.c: added tests to verify both forms
7562         of function pointers work correctly. Added tests to verify parameters
7563         are passed in the correct order.
7564
7565 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7566
7567         * device.c (regCompare): registers are sorted by ascending
7568         address and increasing size,
7569         * main.c (_pic16_finaliseOptions): removed the declaration
7570         of compiler macro MCU. Now a macro of the format pic18fxxxx
7571         will be defined from the command line
7572
7573 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7574             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7575
7576         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7577         PCOP_RLCF was overwritten!
7578         * gen.c (genSkip): commented out calls to pic16_emitcode,
7579         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7580         * (genlshTwo),
7581         * (genRRC): added debugging info,
7582         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7583         overwritten while shifting,
7584         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7585         overwritten while shifting,
7586         * (AccLsh),
7587         * (AccRsh),
7588         * (shiftLLeftOrResult),
7589         * (shiftRLeftOrResult),
7590         * (shiftRLong),
7591         * (shiftLLong): Implemented with pic16_emitpcode
7592         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7593         * (genLeftShift): Fixed bug, operand for shift by variable always
7594         was "and"ed with 0x0f,
7595         * (genLeftShiftLiteral),
7596         * (genrshTwo),
7597         * (genRightShiftLiteral): added debugging info,
7598         * (genrshFour): added comment,
7599         * (genRightShift): determined signedness from operand "left"
7600         instead of "result"
7601
7602 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7603
7604         * src/SDCCicode.c (geniCodeParms),
7605         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7606         function pointers, fixed function pointer bugs #861242 and #861896
7607
7608 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7609
7610         * device/include/c8051f000.h,
7611         * device/include/c8051f120.h,
7612         * device/include/c8051f300.h: added header files for Silicon
7613         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7614
7615 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7616
7617         * src/SDCCast.c (processParams): added new type flow and restructured
7618         (gatherAutoInit): added new type flow
7619         (addCast): cosmetic changes
7620         (getLeftResultType): added new type flow for array indices, patch
7621         provided by Stas, see FR #877103
7622         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7623         array index patch by Stas
7624         * src/SDCCast.h: added prototype getResultTypeFromType()
7625         * src/SDCCval.h,
7626         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7627         * src/pic/glue.c (pic14emitStaticSeg),
7628         * src/pic16/glue.c (pic16emitStaticSeg),
7629         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7630         for initialization of symbols
7631         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7632         * support/Util/SDCCerr.h:
7633         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7634         * .version: bumped version number to 2.3.8
7635         * device/include/Makefile.in (install),
7636         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7637         avoid warnings
7638
7639 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7640
7641         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7642         Slade Rich fixed an optimization bug
7643         * src/pic/pcodepeep.c,
7644         * src/pic/pcoderegs.c
7645         * doc/Makefile (install): added test for directory
7646
7647 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7648
7649         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7650         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7651         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7652         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7653         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7654         * as/mcs51/asexpr.c (term),
7655         * as/hc08/asexpr.c (term): fixed bug #887146
7656
7657 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7658
7659         * src/z80/gen.c (genMult): handle single byte result product
7660         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7661         DUMMY_READ_VOLATILE (fixed bug #886367)
7662
7663 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7664
7665         * support/regression/tests/libmullong.c: fixed logic, on little endian
7666         hosts we ended without a mullong_wrapper()
7667
7668 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7669
7670         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7671         virus/worm forged address usage.
7672
7673 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7674
7675         Fixed promotion, it should be done on AST level:
7676         * src/SDCCast.c (addCast): added promotion to int
7677         (decorateType): updated call to upCast()
7678         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7679         usualUnaryConversions()
7680
7681 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7682
7683         * support/regression/tests/literalop.c (mulWrapper): Added a
7684         wrapper to remove integer overflow warnings.
7685
7686         * support/regression/tests/float_trans.c: Made work on host.
7687
7688         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7689         location of sz80.
7690
7691         * support/regression/generate-cases.py (main): Changed from inline
7692         to a main method.
7693
7694         * doc/Makefile (install): Changed to depth first to get rid of
7695         missing directory install warning.
7696
7697         * as/Makefile (install-doc): Made work on Mac.
7698
7699 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7700
7701         * src/SDCCast.c: added an additional type flow in decorateType() of
7702         opposite direction, see feature request #860006; it's enabled at runtime
7703         by setting the environment variable SDCC_NEWTYPEFLOW
7704         * src/SDCCast.h: changed prototype of decorateType()
7705         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7706         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7707         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7708         see feature request #877103
7709         * src/SDCCval.c: updated call of decorateType()
7710         (valBitwise): fixed bug #882876
7711         (valMinus): added promotion
7712         (valLogicAndOr): result is unsigned
7713         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7714         * src/SDCCsymt.c (computeType),
7715         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7716         must not cause an unsigned operation
7717         * src/pic/glue (pic14emitRegularMap),
7718         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7719
7720 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7721
7722         * src/pic/pcode.c (PCodeID): commented out left over debug code
7723
7724 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7725
7726         * support/valdiag/tests/overflow.c: added shift tests
7727         * src/pic/device.c,
7728         * src/pic/gen.c,
7729         * src/pic/gen.h,
7730         * src/pic/glue.c,
7731         * src/pic/main.c,
7732         * src/pic/pcode.c,
7733         * src/pic/pcode.h,
7734         * src/pic/pcodepeep.c,
7735         * src/pic/pcoderegs.c,
7736         * src/pic/ralloc.c,
7737         * src/pic/ralloc.h: applied patch from Slade Rich;
7738         added support for multiple code pages and multiple RAM banks on the
7739         PIC 14 port. The ASM files now no longer simply assume all the
7740         code / RAM are in the same page / bank. This means the linker can
7741         safely allocate code/RAM of separate ASM files to different pages/banks.
7742         * doc/sdccman.lyx: added Slade's tips
7743         * src/mcs51/peeph.def: fixed bug #880768
7744
7745 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7746
7747         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7748         * src/SDCCast.c (decorateType): fixed bug #880197
7749
7750 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7751
7752         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7753         getopt.h.
7754
7755         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7756         strtof is not part of C89 and isn't included with Mac OS X.
7757
7758 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7759
7760         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7761         shiftL2Left2Result): fixed bug #879326
7762         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7763         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7764         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7765         address fetch for clr instruction
7766         * device/lib/hc08/_mulint.c: created optimized assembly version
7767         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7768
7769 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7770
7771         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7772         proposed in FR #877103
7773
7774 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7775
7776         * src/SDCCval.c (cheapestVal): added missing checks
7777         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7778         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7779
7780 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7781
7782         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7783         equal operands
7784
7785 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7786
7787         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7788         loaded with the linker search paths (-L arguments) and the libraries
7789         to be linked with the current source (-l arguments). Changes
7790         currently will affect only the pic16 port.
7791         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7792         include path the port specific paths and port specific libraries,
7793         * gplink command now contains the $3 argument,
7794         * src/pic16/device.h,
7795         * src/pic16/device.c,: structure PIC_device is made public and
7796         renamed to PIC16_device, the same for variable Pics which is renamed
7797         to Pics16. Updated all references to them.
7798         * src/pic16/glue.c (pic16glue): corrected bug with code
7799         initialization which bypassed the variable initializations block.
7800
7801         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7802         COMPILE_FLAGS and added the --nostdinc option
7803
7804 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7805
7806         * device/include/mc68hc908jb8.h: Register defs for another member
7807         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7808
7809 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7810
7811         Documenting changes from previous commits.
7812         * configure.in (version 1.56),
7813         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7814         when generating output files to configure the pic16 library,
7815         but now I've commented it out, since gputils aren't installed in the
7816         SF compile farm, so library won't compile
7817
7818         * device/lib/Makefile.in (version 1.56): initially I've added in
7819         target 'all' the prerequestive 'model-pic16' so it compiled the
7820         pic16 library, but now I've commented it out for the same reasons
7821         above,
7822         * added targets 'model-pic16' and 'objects-pic16' to compile the
7823         library
7824         * added target 'port-specific-objects-pic16' to handle the
7825         generated libraries and copy them into the build/ directory
7826         * added target 'clean-intermediate-pic16' to clean intermediate
7827         files into pic16 directory
7828         * in target 'installdirs' added line to create directory pic16 in
7829         the installation path
7830
7831         * device/include/Makefile.in (version 1.11): in target 'install'
7832         added lines to copy all header files to installation path,
7833         * in target 'installdirs' added line create directory for pic16
7834         headers in the installation path
7835
7836 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7837
7838         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7839          a function call
7840
7841 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7842
7843         * configure,
7844         * device/lib/configure.in,
7845         * device/lib/configure: fixed for autoconf 2.57
7846
7847 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7848
7849         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7850         option so that it actually works. Made it specific to the z80, since
7851         the gbz80 doesn't have these kinds of I/O ports.
7852
7853 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7854
7855         * device/include/z180.h,
7856         * device/lib/_memcpy.c,
7857         * device/lib/_memmove.c,
7858         * device/lib/_mulint.c,
7859         * device/lib/ser_ir.c,
7860         * device/lib/ser_ir_cts_rts.c,
7861         * device/lib/_strcmp.c,
7862         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7863         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7864         portmode; added deprecation warning for bank= and protmode= forms.
7865         Also, guard against buffer overflow.
7866         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7867
7868 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7869
7870         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7871         changed interrupt vector table generation to only emit declared vectors.
7872         * device/include/Makefile.in: added missing backslash
7873         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7874
7875 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7876
7877         Mainly changes to support compilation of the device libraries
7878         * src/pic16/device.c: stack is allocated via symbol and not
7879         via literal number. The symbol is placed in the corresponding
7880         position of the data ram
7881         * (pic16_dump_section): relocatable and absolute uninitialized
7882         data are now emitted in sorted order to reduce section naming,
7883         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7884         weren't marked as being in the access bank,
7885
7886 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7887
7888         Added portion of GNU PIC Library under the directory
7889         device/include/pic16 and device/lib/pic16. These files
7890         contain the declarations of SFRs for the PIC18Fxx2 devices.
7891         The directory is initialized via configure from toplevel.
7892
7893 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7894
7895         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7896         the spilllocations to be compared correctly
7897
7898 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7899
7900         * src/SDCCast.c (decorateType): fixed bug introduced today
7901
7902 2004-01-12  Borut Razem <borut.razem AT siol.net>
7903
7904         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7905         doc/sdccman.lyx: upper case pragmas are deprecated
7906
7907 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7908
7909         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7910         in simpler and even better code
7911
7912 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7913
7914         * src/SDCCicode.c (operandOperation): fixed bug #874819
7915         * src/SDCCast.c (decorateType): fixed
7916         char foo (unsigned long ul) { return ul > 0; }
7917
7918 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7919
7920         * doc/sdccman.lyx: Moved and added some sections, small changes
7921         all over. Telling LaTeX to be less strict with word spacing
7922         to better keep the right margin. Changed some notes about
7923         maintainance of the ports in section 3.2.1 - is it OK like this?
7924
7925 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7926
7927         SDCC source changes:
7928         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7929         convilong): modified to inform the pic16 port that builtin functions
7930         are external
7931
7932         PIC16 PORT specific changes:
7933         * src/pic16/device.c pic16_dump_equates() added,
7934         processor registers declared internally by the port are emitted in
7935         the translation as equates,
7936         * src/pic16/gen.c: inline code is passed unprocessed to the
7937         translation,
7938         * (pic16_popGetLit2): fnuction modified to take second operand as
7939         pCodeOp pointer and not as literal,
7940         * (popRegFromIdx): prefixed with pic16_,
7941         * (pic16_popCombine2): modified to receive already allocated pCode
7942         operands,
7943         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7944         * (genFunction): initializes local stack frame and pushes on stack
7945         all the registers used by this function,
7946         * (genEndFunction): restores all registers from stack and restores
7947         stack frame,
7948         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7949         improvements,
7950         * (pic16glue): changed the program startup sequence,
7951         * added new dbName code 'A' for functions placed in absolute section
7952         * src/pic16/main.c: added function attribute _naked,
7953         * added pragma 'code' to place a fnuction at an absolute address,
7954         * added command line arguments --debug-ralloc and --pcode-verbose,
7955         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7956         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7957         * (pic16_newpCodeOpLit2): modified to take the second operand as
7958         pCodeOp pointer,
7959         * (pic16_printpBlock): modified to emit each function in a separate
7960         section,
7961         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7962         UPPER for immediate operands,
7963         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7964         instruction,
7965         * src/pic16/peeph.def: all peepholes with movff are commented out,
7966         because there is a problem in the pcode peep optimizer,
7967         * src/pic16/ralloc.c: the register allocator can now reuse local
7968         function symbols for another function. This saves register usage.
7969         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7970
7971         Added file src/pic16/NOTES with information about program writing on
7972         the current port version.
7973
7974 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7975
7976         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7977         and peephole 252 (array access)
7978
7979 2004-01-09  Borut Razem <borut.razem AT siol.net>
7980
7981         * src/SDCCmain.c : fixed #872250: -l command line defined library
7982           files are scanned before standard library files
7983
7984 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7985
7986         * src/SDCCast.c (decorateType): fixed bug #874046
7987
7988 2004-01-09  Borut Razem <borut.razem AT siol.net>
7989
7990         * support/scripts/sdcc.nsi: remove previous installation
7991
7992 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7993
7994         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7995         bytes for last interrupt vector (mcs51)
7996         * sdcc.spec: fixed typo
7997
7998 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7999
8000         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8001         gen51Code): more efficient parameter receive for --model-large
8002         ("bug" #845294)
8003
8004 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8005
8006         * src/ds390/main.c,
8007         * src/z80/main.c: added missed needLinkerScript flags (more than
8008         one port structure defined in these file)
8009         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8010         bug #795325
8011
8012 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8013
8014         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8015         * src/port.h: added flag needLinkerScript in port->linker
8016         structure to inform whether to create a .lnk file or not,
8017         * src/avr/main.c,
8018         * src/ds390/main.c,
8019         * src/hc08/main.c,
8020         * src/mcs51/main.c,
8021         * src/pic/main.c,
8022         * src/pic16/main.c,
8023         * src/xa51/main.c,
8024         * src/z80/main.c: changed appropriately to configure
8025         needLinkerScript flag
8026         * src/pic/gen.c,
8027         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8028         * src/pic/glue.c: added variable udata_section_name to
8029         override default uninitialized data segment definition for
8030         devices only with SHAREBANK memory (reported from Erik Epetrich)
8031         * (pic14emitOverlay): modified to emit a commented overlay segment
8032         directive when no overlay data exist
8033         * (picglue): modified to emit uninitialized data segment
8034         according to udata_section_name
8035         * src/pic/main.c (_pic14_parseOptions): added command line
8036         options --udata-section-name=[name] to override default
8037         udata definition name
8038         * modified _linkCmd and _asmCmd to include compiler passed
8039         arguments via -W option
8040         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8041         object file from '.rel' to '.o' in port->linker structure,
8042         changed size of fptr from 2 to 3 in port structure
8043
8044 2004-01-07  Borut Razem <borut.razem AT siol.net>
8045
8046         * support/scripts/sdcc.nsi: update PATH
8047         * support/scripts/sdcc.ico: craeted
8048
8049 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8050
8051         * device/include/Makefile.in: fix install
8052         * doc/Makefile: fix install
8053
8054 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8055
8056         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8057         in bug #860505
8058         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8059         how the function variable allocation summary is displayed; also
8060         include information about variables allocated to the overlay
8061         segment
8062
8063 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8064
8065         * as/mcs51/lkmain.c: Help about -Y option
8066         * as/mcs51/lkarea.c: Fixed gcc warnings
8067
8068 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8069
8070         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8071         fixed warning
8072         * support/valdiag/tests/overflow.c: added
8073         * src/SDCCast.c (decorateType),
8074         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8075         LEFT_OP (left shift)
8076
8077 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8078
8079         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8080         (default behaviour).
8081
8082 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8083
8084         A python script to validate compiler diagnostic messages. It can be
8085         used to verify that sdcc complains about bad c source code and
8086         gives a good location of the error.
8087         * support/valdiag/Makefile,
8088         * support/valdiag/valdiag.py,
8089         * support/valdiag/tests/*
8090
8091 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8092
8093         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8094         * src/SDCCsymt.c (newEnumType),
8095         * src/SDCCsymt.h
8096         * support/Util/SDCCerr.c,
8097         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8098         enum related bugs.
8099         * support/regression/tests/enum.c: added test for enum values that
8100         require at least 2 bytes of storage.
8101
8102 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8103
8104         * src/common.h: added ifndef/define/endif macros
8105         around the header file.
8106         Bug reported from Jesus Calvino-Fraga
8107
8108 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8109
8110         * sdcc.spec: updated
8111         * device/include/Makefile.in: don't install CVS directories
8112         * device/lib/Makefile.in: added removal of CVS directories after install
8113         * doc/Makefile: fixed install, added local_icons
8114         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8115         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8116         * src/ds390/gen.c (genRightShift): fixed bug #870788
8117         * src/SDCCast.c (decorateType): fixed bug #870781
8118
8119 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8120
8121         PIC16 port related changes:
8122         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8123         added variable stackPos,
8124
8125         * gen.c: genCall, assignResultValue: added support for
8126         pushing/retrieving function parameters to/from stack,
8127         genFunction,genEndFunction: setup stack frame for the
8128         generated function,
8129         genAddrOf: will be changed according to bug 863624
8130
8131         * added files genutils.c and genutils.h which contain gen*
8132         debugged and optimised functions extracted from gen.c
8133
8134         * glue.c: added variable 'externs' which holds extern symbols,
8135         pic16emitRegularMap: is modified to properly handle relocatable
8136          symbols under the new scheme,
8137         pic16createInterruptVect: is modified
8138         pic16printPublics: is modified to emit 'global' assembler directives,
8139         added pic16_printExterns to print extern symbols,
8140         pic16glue: initializes stack/frame pointer in the beginning of
8141         the assembly output. Temporary hack, will be corrected later,
8142         because gplink yet does not support stack and SDCC does not
8143         yet support a type of crt0.o object to create the final binary.
8144
8145         * Removed many lines that contain 8051 legacy code.
8146         * The code is finally placed under a 'code' directive.
8147         * Added port specific options.
8148
8149         * _process_pragma: simplified since now we do not need *special*
8150         include file to define SFR registers. But a separate header
8151         will be needed. This will be developed later.
8152         * _pic16_parseOptions: added, parses port specific options:
8153         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8154         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8155         --preplace-udata-with=
8156
8157         * _pic16_setDefaultOptions: modified to initialize section names,
8158         but hack is temporarly out of order since it needs improvement.
8159         * _pic16_genAssemblerPreamble: configuration words are emitted by
8160         their address instead of their name. This part is incomplete and
8161         supports only the 18Fxx2 devices. Other devices will emit an error
8162         during assembly since they do not contain the same set of config
8163         registers
8164         * _pic16_genIVT: is modified,
8165
8166         * pcode.c: added definitions for some hardware registers that are needed
8167         for stack support
8168         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8169         All PCI entries are updated. Now LFSR is supported.
8170         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8171         * added pic16_newpCodeOpLit2 to support instructions with
8172         two literal arguments
8173         * pic16_pCode2str: corrected code that emits assembler instructions
8174         with two literal operands and those that have an access bit modifier
8175         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8176         this fixes a bug which caused some labels to be lost, when an
8177         assembler directive was added, i.e. banksel,
8178         * pic16_FixRegisterBanking: improved logic that causes the insertion
8179         of bank switching,
8180         * InlineFunction: functions that are called once, are not any more
8181         inlined. This can be a port option in the future,
8182
8183         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8184
8185         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8186         hold the corresponding uninitialized symbols,
8187         * pic16_allocProcessorRegister: registers have explicit marked the
8188         accessBank field,
8189         * pic16_allocInternalRegister: registers are explicit marked as
8190         not used,
8191         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8192         processing list, so bit registers were lost,
8193         *
8194
8195         * ralloc.h: added field 'accessBank' and original symbol operand
8196         in register definition,
8197         * removed the field isMapped from register definition,
8198
8199         ** Several functions have been removed from various sources:
8200         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8201         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8202         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8203         pic16_assignRelocatableRegisters
8204
8205         ** others have been introduced:
8206         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8207         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8208
8209 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8210
8211         * support/scripts/inc2h.pl: changed definition of BIT_AT
8212         to emit 'sbit at' instead of 'bit at'. This was a request.
8213
8214         PIC16 port related preliminary changes:
8215         * gen.c: prefixed function popRegFromString with
8216         pic16_ and all references to it corrected
8217         * pcode.c: all pic16_pc_* hardware registers prefixed
8218         with underscore (_),
8219         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8220         * ralloc.c: newReg(): when register is REG_SFR then
8221         set address to rIdx,
8222         pic16_allocProcessorRegister(): marks register wasUsed=0
8223         pic16_writeUsedRegs(): added a call to assign processor
8224         registers via pic16_assignFixedRegisters
8225
8226 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8227
8228         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8229         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8230         variables in unused register banks.  Also the SSEG is placed
8231         wherever there is enough space for it, and IDATA can be anywhere
8232         in internal RAM.  For now compile using -Wl-Y[stack_size].
8233         The mem file is different for this option as well, since it
8234         makes no sense of talking about DSEG lenght.
8235
8236 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8237
8238         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8239         in certain cases, e.g. when ROM assignment, patch provided
8240         from Albert den Haan.
8241
8242 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8243
8244         Many signedness and type propagation fixes:
8245         * src/SDCCicode.c: made geniCodeCast() static
8246         replaced SPEC_ by IS_ (cosmetic)
8247         (operandOperation): fixed div and mod operation
8248         (usualBinaryConversions): added support for promotion of char
8249         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8250         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8251         (geniCodeAdd): an array index will stay unsigned, even if promoted
8252         from char to int
8253         (geniCodeArray): ditto
8254         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8255         * src/SDCCsymt.c (computeType): added more support for char;
8256         promotion of char is selectable by promoteCharToInt, fixed signedness
8257         for all cases
8258         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8259         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8260         * src/SDCCval (val*): replaced signedness calculation by
8261         computeType()
8262         rearranged if-branches (cosmetic)
8263         (valShift): added warning W_SHIFT_CHANGED
8264         (valCompare): fixed problem with different types
8265         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8266         * support/regression/tests/literalop.c: added many cases
8267         * support/regression/tests/ast_constant_folding.c: changed finally to
8268         'unsigned int'
8269         * .version: new year, new version: 2.3.7
8270         * src/SDCCmain.c (main): applied patch #866468
8271         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8272         provided by Scott Bronson
8273         * doc/sdccman.lyx: updated documentation for sdcdb
8274         updated and added chapter tips
8275
8276 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8277
8278         * src/SDCCsymt.h: missing from yesterday's commits
8279
8280 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8281
8282         * src/SDCC.y (struct_or_union_specifier),
8283         * support/Util/SDCCerr.c,
8284         * support/Util/SDCCerr.h: verify that struct & union tags are used
8285         as declared.
8286
8287 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8288
8289         * src/SDCCglobl.h: missing from yesterday's commits
8290
8291 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8292
8293         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8294         sft_attributes, struct_declaration, parameter_declaration,
8295         type_name, start_block, declaration_list),
8296         * src/SDCC.lex (check_type): support redefinition of typedef names
8297
8298 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8299
8300         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8301         aligned xdata arrays. Erik helped me with the if clause.
8302
8303 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8304
8305         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8306         warning
8307
8308 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8309
8310         * src/SDCCast.h,
8311         * src/SDCCast.c (newAst_),
8312         * src/SDCCicode.h,
8313         * src/SDCCicode.c (ast2iCode, newiCode),
8314         * src/SDCCglobl.h,
8315         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8316         expr, statement, expression_statement, selection_statement,
8317         iteration_statement, expr_opt, jump_statement): foundation for tracking
8318         sequence points
8319         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8320         point code too)
8321
8322 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8323
8324         * support/Util/SDCCerr.c,
8325         * src/SDCCast.h,
8326         * src/SDCCast.c (createCase, createDefault, decorateType),
8327         * src/SDCClabel.c (labelUnreach),
8328         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8329         to error messages.
8330         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8331         (with thanks to Stas Sergeev)
8332         * device/include/time.h,
8333         * device/lib/time.c (CheckTime): suppress unreachable code warning
8334
8335 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8336
8337         * src/SDCCast.c (createIvalCharPtr),
8338         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8339         bug #753752)
8340         * support/regression/tests/nullstring.c: tests for these two bugs
8341
8342 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8343
8344         * support/Util/SDCCerr.h,
8345         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8346         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8347         about storage class and 'at' used inside struct or union
8348         * src/SDCCBBlock.c (iCodeFromeBBlock),
8349         * src/SDCCcse.c (ifxOptimize),
8350         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8351         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8352         printIval, emitStaticSeg, emitOverlay),
8353         * src/SDCClabel.c (deleteIfx),
8354         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8355         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8356         gatherAutoInit, processParms),
8357         * support/Util/SDCCerr.h,
8358         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8359         reporting for post-parse errors.
8360
8361 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8362
8363         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8364         implicit casts via union; they don't work on big endian systems
8365         (possible fix for bug #861138)
8366
8367 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8368
8369         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8370         * src/mcs51/main.c: fixed the fix for bug #737001
8371
8372 2003-12-15  Borut Razem <borut.razem AT siol.net>
8373
8374         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8375
8376 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8377
8378         * support/makebin/makebin.c: put output in binary mode
8379
8380 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8381
8382         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8383         xdata and data memory on startup. Set the environment variable
8384         SDCC_NOGENRAMCLEAR to disable this.
8385         * src/mcs51/peephole.def,
8386         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8387         (allows non-interrupt and interrupt code to safely compete for a resource
8388         without the non-interrupt code having to disable interrupts)
8389
8390 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8391
8392         * src/SDCCicode.c (geniCodeAdd),
8393         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8394         with valFromType if type might be a pointer and host is big endian).
8395         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8396         types, not just integer types.
8397         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8398         multiply defined with mismatching "at" address.
8399
8400 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8401
8402         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8403         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8404         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8405         with embedded nulls (fixed bug #753752)
8406
8407 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8408
8409         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8410         Apparently this did not see much testing (endless loop)
8411
8412 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8413
8414         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8415
8416 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8417
8418         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8419         gracefully handle NULL memmap pointers
8420
8421 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8422
8423         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8424         instead of deleting the iCode when an operand is volatile
8425         * src/z80/gen.c (genDummyRead),
8426         * src/mcs51/gen.c (genDummyRead),
8427         * src/ds390/gen.c (genDummyRead),
8428         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8429         not just IC_RIGHT
8430         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8431         * src/SDCC.y: fixed bug #850420
8432
8433 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8434
8435         Applied z80 i/o port patch from Peter Townson and fixed some operators
8436         to better handle operands in A register.
8437         * device/include/z180.h
8438         * src/SDCC.y
8439         * src/SDCCglue.c
8440         * src/z80/gen.c
8441         * src/z80/gen.h
8442         * src/z80/main.c
8443         * src/z80/peeph-z80.def
8444         * src/z80/peeph.def
8445         * src/z80/z80.h
8446
8447 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8448
8449         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8450
8451 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8452
8453         * device/lib/hc08/_mullong.c: Removed extra #endif
8454
8455 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8456
8457         * sim/ucsim/hc08.src/inst.cc,
8458         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8459         carries from x to h
8460         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8461         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8462         * device/include/stdarg.h: fixed varargs for hc08
8463         * device/lib/Makefile.in,
8464         * device/lib/hc08/Makefile,
8465         * device/lib/hc08/_mulint.c,
8466         * device/lib/hc08/_mullong.c: fixed some endian problems
8467
8468 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8469
8470         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8471         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8472         * device/lib/_gptrget.c,
8473         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8474
8475 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8476
8477         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8478         * src/SDCCast.c (astErrors): fixed bug #846007
8479         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8480
8481 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8482
8483         * src/SDCCast.c (decorateType): disabled a transformation I added in
8484         revision 1.188 (access to fields of a structure at an absolute address);
8485         it breaks with bitfields, extern declarations, and gcse analysis.
8486         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8487         could be assigned through a pointer, so don't complain.
8488         * src/SDCCast.c (astErrors),
8489         * src/SDCCast.h,
8490         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8491
8492 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8493
8494         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8495         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8496         output of __config directives, since gpasm now supports them
8497         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8498         pre-processor macro, i.e. -DMCU=p18f452
8499         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8500         and modified to handle 'cast' icode similarly to '=' icode
8501         * src/pic16/device.h (typedef struct PIC_device): added field
8502         'extMIface' to indicate that chip has external memory interface
8503         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8504         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8505         18F8720
8506
8507 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8508
8509         * src/SDCC.y (pointer): fixed bug #846006
8510         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8511         * src/SDCCast.c (decorateType): fixed bug #846009
8512         * src/ds390/peeph.def,
8513         * src/ds390/gen.c (genAnd, genOr),
8514         * src/mcs51/peeph.def,
8515         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8516
8517 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8518
8519         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8520         * src/SDCCdflow.c
8521         * src/SDCCcse.c
8522         * src/SDCCcse.h
8523         * src/SDCCBBlock.h
8524         * src/SDCCBBlock.c
8525
8526 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8527
8528         fixed bug #845089
8529         * src/SDCCbitv.h,
8530         * src/SDCCbitv.c: added function to free a bitvector
8531         * src/SDCClrange.h,
8532         * src/SDCClrange.c: added function to recompute the liveranges
8533         * src/avr/ralloc.c,
8534         * src/ds390/ralloc.c,
8535         * src/hc08/ralloc.c,
8536         * src/mcs51/ralloc.c,
8537         * src/pic/ralloc.c,
8538         * src/pic16/ralloc.c,
8539         * src/xa51/ralloc.c,
8540         * src/z80/ralloc.c: recompute the liveranges after register packing
8541
8542 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8543
8544         * src/SDCCloop.c (newInduction): fixed bug #845630
8545
8546 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8547
8548         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8549         inadvertantly left behind from my 2003-11-12 change
8550
8551 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8552
8553         Updated headers I neglected to commit yesterday.
8554         * src/SDCClrange.h,
8555         * src/SDCCicode.h
8556
8557 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8558
8559         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8560         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8561         * src/SDCCopt.c (eBBlockFromiCode),
8562         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8563         the creation of the key hash table from the sequencing so it can be used
8564         earlier (for some GCSE bug fixes still pending)
8565
8566 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8567
8568         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8569         * support/regression/tests/addsub.c: testing genPlus shortcut
8570
8571 2003-11-15  Borut Razem <borut.razem AT siol.net>
8572
8573         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8574
8575 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8576
8577         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8578         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8579         ordering is immaterial.
8580         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8581
8582 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8583
8584         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8585         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8586         (SIGSEV) of bug #840381
8587         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8588         unlink new file before rename if new and old filenames are the same)
8589
8590 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8591
8592         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8593         uninitialized variables) for the mcs51. Set environment variable
8594         SDCC_GENRAMCLEAR to test.
8595         xdata initialization slightly shorter
8596
8597 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8598
8599         * src/SDCCsymt.h,
8600         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8601         #838241 & 780691 (basicly the same bug)
8602         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8603         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8604
8605 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8606
8607         * src/SDCCmain.c (linkEdit): "fix" #834252
8608
8609 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8610
8611         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8612         * src/SDCCast.h,
8613         * src/SDCC.y: fixed bug #819403
8614
8615 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8616
8617         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8618         the reentrant attribute.
8619         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8620         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8621         simulation
8622         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8623         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8624         erroneously reduced to a literal.
8625         * src/hc08/ralloc.c (packRegisters, rematStr),
8626         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8627         some cases
8628
8629 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8630
8631         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8632         * doc/sdccman.lyx: changed from 'article' to 'book'
8633         * doc/Makefile: readded test_suite_spec and cdbfileformat
8634
8635 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8636
8637         * device/include/stdlib.h: include malloc.h to comply with ANSI
8638         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8639
8640 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8641
8642         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8643         * doc/clean.mk: also remove *.out files
8644         * doc/sdccman.lyx: some additions, larger top/bottom margins
8645
8646 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8647
8648         * src/SDCC.y: fixed bug #837365
8649         * support/regression/tests/bitopcse.c
8650         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8651         a symbol (might be valop instead)
8652         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8653         * device/lib/clean.mk: added hc08 to the cleaning list
8654
8655 2003-11-04  Borut Razem <borut.razem AT siol.net>
8656
8657         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8658           made 2003-11-04
8659         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8660           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8661           malloc is declared in standard stdlib.h
8662
8663 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8664
8665         * device/lib/hc08/Makefile: need to clean .rel not .o files
8666         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8667
8668 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8669
8670         * src/port.h,
8671         * src/hc08/main.c,
8672         * src/mcs51/main.c,
8673         * src/ds390/main.c,
8674         * src/z80/main.c,
8675         * src/avr/main.c,
8676         * src/pic/main.c,
8677         * src/pic16/main.c,
8678         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8679         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8680         tests (which uses the port's oclsExpense function)
8681         * src/SDCC.y,
8682         * src/SDCCast.c,
8683         * src/SDCCicode.c,
8684         * src/hc08/gen.c,
8685         * src/ds390/gen.c,
8686         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8687
8688 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8689
8690         * src/SDCCcse.c (ifxOptimize),
8691         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8692         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8693         deleting the IFX iCode.
8694         * src/hc08/ralloc.c: reduced unneeded slocs
8695         * src/hc08/gen.c: fixed bug in asmopToBoolean
8696
8697 2003-11-04  Borut Razem <borut.razem AT siol.net>
8698
8699         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8700           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8701           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8702           transferred to configure
8703
8704 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8705
8706         Use headers defined in the C[++] standards:
8707         * sim/ucsim/gui.src/serio.src/fileio.cc
8708         * sim/ucsim/gui.src/serio.src/frontend.cc
8709         * sim/ucsim/gui.src/serio.src/main.cc
8710         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8711         * support/Util/NewAlloc.c
8712         * as/hc08/lklibr.c
8713         * as/mcs51/lklibr.c
8714         * as/z80/aslist.c
8715         * as/z80/assym.c
8716
8717 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8718
8719         * Added MSVC projects for hc08 assembler and linker:
8720         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8721         /as/hc08/link_hc08.dsp
8722
8723 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8724
8725         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8726
8727 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8728
8729         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8730
8731 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8732
8733         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8734
8735 2003-10-31  Borut Razem <borut.razem AT siol.net>
8736
8737         * support/cpp2/cpplib.h,
8738           support/cpp2/cpplib.c,
8739           support/cpp2/cpplex.c,
8740           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8741           to switch _asm block preprocessing on / off. Default is
8742           #pragma preproc_asm +
8743
8744 2003-10-31  Borut Razem <borut.razem AT siol.net>
8745
8746         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8747           when outputting comment blocks (when executed with -C option) and
8748           _asm (SDCPP specific) blocks
8749
8750 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8751
8752         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8753
8754 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8755
8756         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8757
8758 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8759
8760         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8761         * src/SDCCast.c (decorateType): fixed bug #832664
8762
8763 2003-10-31  Borut Razem <borut.razem AT siol.net>
8764
8765         * support/cpp2/cpplex.c: fixed for SDCPP:
8766           comments(when executed with -C option) and _asm blocks
8767           were included even if they where in skipped #if block.
8768           Applied solution from GCC cpp 3.3.2
8769
8770 2003-10-31  Borut Razem <borut.razem AT siol.net>
8771
8772         * src/SDCC.lex: sdcc now understands both formats:
8773           '# <line_number> <file_name>' and
8774           '#line <line_number> <file_name>'
8775         * support/cpp2/cppmain.c: sdcpp now generates the standard
8776           '# <line_number> <file_name>' instead of former
8777           '#line <line_number> <file_name>'
8778
8779 2003-10-30  Borut Razem <borut.razem AT siol.net>
8780
8781         * support/cpp2/cpphash.h,
8782         * support/cpp2/cpplib.h
8783         * support/cpp2/cpplex.c,
8784         * support/cpp2/cppmain.c,
8785         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8786
8787 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8788
8789         Fixed a number of problems revealed by bug #827883.
8790         * src/SDCCloop.c (loopInvariants): Spill location of the
8791         result operand should be recomputed if extracted from
8792         a loop. Also, don't extract assignments of an iTemp
8793         from a literal.
8794         * src/SDCCast.c (isConformingBody): loop reversal should
8795         not occur if the control variable is involved with a
8796         relational operator.
8797
8798 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8799
8800         * .version: bumped to 2.3.6 to reflect the big improvements
8801         made by Erik and Klaus. Thanks!
8802
8803 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8804
8805         Replaced the livrange code.
8806         * src/SDCClrange.c: added new LR code
8807         * src/SDCCloop.c,
8808         * src/SDCCBBlock.h: removed remainig parts from old LR code
8809         * src/ds390/ralloc.c,
8810         * src/ds390/gen.c: minor fixes to make it work with new code
8811
8812 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8813
8814         * as/hc08/asm.h,
8815         * as/hc08/lkrloc.c,
8816         * src/hc08/gen.c,
8817         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8818         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8819         (tweaked fix for bug #818696)
8820
8821 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8822
8823         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8824
8825 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8826
8827         * src/SDCCmain.c,
8828         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8829         * src/mcs51/gen.c (gencjneshort),
8830         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8831         more efficient (per Scott Bronson's suggestion)
8832
8833 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8834
8835         Extended the semantics of the critical keyword to include
8836         individual statements. See RFE #827755 and #799831
8837         * src/SDCC.y
8838         * src/SDCCicode.c
8839         * src/SDCCopt.c
8840         * src/SDCCast.c
8841         * support/Util/SDCCerr.c
8842         * support/Util/SDCCerr.h
8843         * src/mcs51/gen.c
8844         * src/ds390/gen.c
8845         * src/hc08/gen.c
8846
8847 2003-10-19  Borut Razem <borut.razem AT siol.net>
8848
8849         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8850
8851 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8852
8853         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8854         Fixed bug #818696
8855         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8856         and predecrement operand is displayed
8857
8858 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8859
8860         * src/SDCCval.c (valMinus): fixed bug #826041
8861
8862 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8863
8864         Some hc08 related updates that I missed earlier
8865         * sim/ucsim/stypes.h
8866         * support/regression/ports/hc08/spec.mk
8867
8868 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8869
8870         New target "hc08" for the Motorola 68hc08 family of micros
8871
8872         * configure
8873         * configure.in
8874         * Makefile
8875         * src/hc08/*
8876         * src/SDCCmain.c
8877         * src/port.h
8878         * sim/ucsim/hc08.src/*
8879         * sim/ucsim/configure.in
8880         * src/ucsim/configure
8881         * sim/ucsim/packages_in.mk
8882         * as/hc08/*
8883         * as/Makefile
8884         * device/include/mc68hc908qy.h
8885         * device/lib/hc08/*
8886         * device/lib/Makefile.in
8887         * support/regression/ports/hc08/*
8888         * support/regression/Makefile
8889
8890 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8891
8892         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8893         regression test
8894         * src/ds390/gen.c (genCast): fixed bug #821957
8895
8896 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8897
8898         * device/lib/logf.c: "fixed" overlay bug
8899         * support/regression/ports/host/spec.mk: added m library
8900         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8901         * support/regression/tests/float_trans: added (for Eric)
8902
8903 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8904
8905         * src/mcs51/gen.c (genCpl): fixed bug
8906         http://sf.net/mailarchive/message.php?msg_id=6263915
8907
8908 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8909
8910         * src/SDCCast.c (decorateType): added extended constant folding
8911         * src/SDCCsymt.c (computeType): cleanup
8912         * src/SDCCval.c (valShift): minor optimization
8913         * support/regression/tests/ast_constant_folding.c: added
8914
8915 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8916
8917         * src/SDCCmain.c: removed some unintended changes
8918
8919 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8920
8921         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8922         * src/z80/gen.c: fixed part of bug #817589
8923         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8924
8925 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8926
8927         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8928         * src/SDCCcflow.c
8929         * src/SDCCcse.c
8930         * src/SDCCdflow.c
8931         * src/SDCClabel.c
8932         * src/SDCClrange.c
8933         * src/SDCCmem.c
8934         * src/SDCCopt.c
8935         * src/SDCCpeeph.c
8936         * src/SDCCset.c
8937         * src/avr/ralloc.c
8938         * src/ds390/ralloc.c
8939         * src/izt/ralloc.c
8940         * src/mcs51/ralloc.c
8941         * src/pic/ralloc.c
8942         * src/pic16/ralloc.c
8943         * src/xa51/ralloc.c
8944         * src/z80/ralloc.c
8945         * src/z80/gen.c: removed unused label "release:"
8946
8947 2003-10-06  Borut Razem <borut.razem AT siol.net>
8948
8949         * src/SDCC.lex: removed definition of unused variables
8950           save_optimize and save_options
8951
8952 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8953
8954         * clean.mk: removed '=' in "-maxdepth=1"
8955         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8956         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8957
8958 2003-10-06  Borut Razem <borut.razem AT siol.net>
8959
8960         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8961           my_unput() replaced by unput()
8962
8963 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8964
8965         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8966         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8967         type-punned pointer will break strict-aliasing rules"
8968         Old LR behaviour is again default; Klaus' LR can be choosen by
8969         defining the environment variable LRKLAUS
8970         * src/SDCCBBlock.h
8971         * src/SDCCloop.c
8972         * src/SDCClrange.c
8973         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8974         * clean.mk: fixed removal of files in bin/CVS/
8975         * device/lib/clean.mk: fixed removal of directories small and large
8976         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8977         * src/SDCCicode.c,
8978         * src/SDCCval.c: removed superflous test for pedantic
8979
8980 2003-10-05  Borut Razem <borut.razem AT siol.net>
8981
8982         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8983           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8984           message "unmatched #pragma SAVE and #pragma RESTORE"
8985
8986 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8987
8988         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8989           assembly, critical functions, atomic, nojtbound)
8990
8991 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8992
8993         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8994         * src/SDCCBBlock.h
8995         * src/SDCCloop.c
8996         * src/SDCCloop.h
8997         * src/SDCClrange.c
8998
8999 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9000
9001         * src/z80/gen.h,
9002         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9003         * src/mcs51/gen.h
9004         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9005         * src/ds390/gen.h
9006         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9007         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9008         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9009
9010 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9011
9012         * src/z80/gen.c (genRet): fixed bug #524753
9013         * src/z80/gen.c (genCast): fixed internal error on cast from
9014         pointer to long
9015         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9016         fix for bug #477835 to the z80
9017         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9018         for tracking iCodes in the peephole optimizer for z80
9019
9020 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9021
9022         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9023         the other part of bug #814548
9024         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9025
9026 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9027
9028         * src/SDCCcse.c: fixed part of bug #814548
9029
9030 2003-09-28  Borut Razem <borut.razem AT siol.net>
9031
9032         * src/asm.c: rewrite of printILine() to use temporary file instead
9033           a pipe
9034         * src/xa51/main.c: commented out declaration of int rewinds
9035
9036 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9037
9038         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9039
9040 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9041
9042         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9043         * src/asm.c (printILine): Fixed bug #811015
9044
9045 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9046
9047         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9048         freeing.
9049
9050 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9051
9052         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9053         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9054         to correctly handle general case of AOP_PAIRPTR
9055         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9056
9057 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9058
9059         * src/mcs51/ralloc.c (fillGaps),
9060         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9061         register positioning bug)
9062
9063 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9064
9065         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9066
9067 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9068
9069         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9070         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9071         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9072         (ralloc doesn't intentionally do this now, but perhaps later)
9073         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9074         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9075         register positioning bugs (Fixed bug #762602 and #795325)
9076         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9077         (Fixed bug #808779)
9078         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9079         lines that --i-code-in-asm generates
9080
9081 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9082
9083         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9084         trying to fclose a FILE* that was already closed.
9085
9086 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9087
9088         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9089         of const struct should be treated as if const themselves)
9090
9091 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9092
9093         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9094
9095 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9096
9097         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9098         Unix (/n) and DOS (/r/n) line terminations.
9099
9100 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9101
9102         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9103         bug #613775
9104
9105 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9106
9107         * src/mcs51/gen.c (genFunction, genEndFunction),
9108         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9109         and restore of EA so that stack offsets to parameters are
9110         correct when using both critical and reentrant/stack-auto.
9111         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9112         size (can be triggered in error if sloc is shared between
9113         different sized objects)
9114         * device/include/float.h: fixed macros to explicitly use
9115         unsigned long where needed
9116
9117 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9118
9119         Feature req. 799831: added code to allow nesting of critical functions
9120         * src/mcs51/gen.c (genFunction, genEndFunction)
9121         * src/ds390/gen.c (genFunction, genEndFunction)
9122
9123 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9124
9125         * src/SDCCsymt.c (sclsFromPtr),
9126         * src/SDCCsymt.h,
9127         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9128         support for standard C idiom of memory mapped variables; for
9129         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9130         to xdata int at 0x1234 tempvar = 1.
9131         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9132         provided by Akiya ISHIDA
9133
9134 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9135
9136         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9137         * src/SDCCval.c (constVal): added reduction from int to char
9138         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9139         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9140         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9141         to ignore the sign
9142         * support/regression/tests/shifts.c: fixed
9143
9144 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9145
9146         * src/z80/gen.c (genXor): Fixed bug #805445
9147
9148 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9149
9150         Fixed bug #621531 (const & volatile confusion in the type chain).
9151         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9152         refer to the const or volatile state of the pointer itself.
9153
9154         * src/SDCCast.c
9155         * src/SDCCglue.c
9156         * src/SDCCicode.c
9157         * src/SDCCsymt.c
9158         * src/SDCCval.c
9159         * src/SDCC.y
9160         * src/SDCCsymt.h
9161         * src/pic/gen.c
9162         * src/pic/ralloc.c
9163         * src/pic16/gen.c
9164         * src/pic16/ralloc.c
9165         * support/regression/tests/const.c
9166
9167 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9168
9169         When checking for duplicated modules, use absolute paths
9170         instead of relative paths.  Files changed:
9171
9172         * as/mcs51/lklib.c
9173         * link/z80/lklib.c
9174
9175 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9176
9177         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9178
9179 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9180
9181         * device/include/string.h: added size_t typedef, changed
9182         prototypes to use size_t, eliminated separate reentrant and
9183         non-reentrant declarations, added _memmove declaration
9184         * device/lib/_memcpy.c: changed to use size_t instead of int,
9185         changed /4 to >>2 to avoid division library call
9186         * device/lib/_memcmp.c,
9187         * device/lib/_memset.c,
9188         * device/lib/_strncat.c,
9189         * device/lib/_strncpy.c,
9190         * device/lib/_strncmp.c: changed to use size_t instead of int
9191         * device/lib/_memmove.c: new file (fixed bug #772294)
9192         * device/lib/Makefile.in: added _memmove.c
9193         * device/lib/z80/asm_strings.s: fixed bug #772290
9194         * support/regression/tests/bitfields.c: attempt to fix host assertion
9195         failure on amd64-unknown-linux2.2
9196
9197 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9198
9199         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9200         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9201         * as/z80/asmain.c (main): fixed bug #801766
9202
9203 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9204
9205         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9206         compilers
9207
9208 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9209
9210         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9211         reported in bug #800609
9212
9213 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9214
9215         * Top header beautifications in src/pic16 directory:
9216           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9217           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9218           pcoderegs.h, ralloc.c, ralloc.h
9219         * main.c: added top header and GPL license notice
9220         * pcode.c: fixed the if-conditional warning
9221
9222 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9223
9224         * device/lib/_mullong.c: replaced int by short for gcc
9225
9226 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9227
9228         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9229         and JUMPTABLE iCodes properly now (worked by accident before)
9230         * src/mcs51/gen.c (leftRightUseAcc),
9231         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9232         iCode properly now. Use getSize instead of nRegs since a & b
9233         aren't part of the nRegs tally.
9234
9235 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9236
9237         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9238         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9239           before instructions that use the _STATUS register
9240
9241 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9242
9243         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9244         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9245         fetching of the pointer
9246         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9247         copied from genNearPointerSet()
9248         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9249         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9250         If they pop r0/r1 they must be called in the opposite order than aopOp().
9251         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9252         (resp. --stack-auto), prepared for --xstack
9253
9254 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9255
9256         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9257
9258 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9259
9260         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9261         these ports have their own __sdcc_external_start()
9262
9263 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9264
9265         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9266         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9267         type for bits was changed. It resulted in bit variables becoming
9268         global, which is not permitted in PIC 14 assembly output.
9269
9270 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9271
9272         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9273
9274 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9275
9276         Z80 and MCS51 linkers complaint if a public symbol is defined
9277         in more than one library module:
9278
9279         * as/mcs51/lklib.c
9280         * link/z80/lklib.c
9281         * as/mcs51/Makefile.in
9282
9283 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9284
9285         A few small changes that speed up the peephole optimizer.
9286
9287         * src/SDCCpeeph.c
9288
9289 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9290
9291         Try to make the peephole optimizer smarter by maintaining
9292         an association between the assembly source code and the
9293         iCodes that originated them. Put this information to use
9294         with a new peephole rule condition "notVolatile" so that
9295         the rules can be aggressive yet still safe.
9296
9297         * src/SDCCpeeph.c
9298         * src/SDCCpeeph.h
9299         * src/mcs51/gen.c
9300         * src/mcs51/peeph.def
9301
9302 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9303
9304         Fixed bug #741761
9305
9306         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9307         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9308         if the left or right operand symbols have the accuse flag set.
9309
9310 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9311
9312         Changed the type of the result of the ! (NOT) operator to char;
9313         previously it returned the same type as the source. This allows
9314         us to eliminate all the genFloatNot functions (all of its target
9315         implementations were very buggy) since !float can use the same
9316         code as !long now.
9317
9318         * src/SDCCicode.c (ast2iCode): ! returns char
9319         * src/mcs51/gen.c (genNot, genNotFloat),
9320         * src/ds390/gen.c (genNot, genNotFloat),
9321         * src/z80/gen.c (genNot, genNotFloat),
9322         * src/pic/gen.c (genNot, genNotFloat),
9323         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9324
9325 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9326
9327         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9328         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9329            during interrupts. Ensure WSAVE is located at a shared bank address.
9330         2. Fixed page selection in some places
9331         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9332            the registers name strings.
9333         4. Fixed "signed / unsigned compare" compiler warnings.
9334         5. The PIC port manages its own allocation of the general purpose
9335            registers, but makes no attempt to reuse them. As a result when
9336            compiling it soon runs out of general purpose registers. Some
9337            additional code was added to the files pcode.c and device.c to walk
9338            through the function call tree and rename the registers so that they
9339            get reused.
9340
9341         * src/pic/device.c
9342         * src/pic/gen.c
9343         * src/pic/glue.c
9344         * src/pic/pcode.c
9345         * src/pic/pcode.h
9346         * src/pic/ralloc.c
9347         * src/pic/ralloc.h
9348         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9349         genPlus() & genMinus() when the result is the same as left or right
9350
9351 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9352
9353         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9354
9355 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9356
9357         Made bitfield a distinct type from bit so that bitfields
9358         convert as per ANSI C and bits retain their traditional
9359         boolean style behaviour. Implemented bitfield support in
9360         the z80 port.
9361
9362         * src/SDCCsymt.h,
9363         * src/SDCCsymt.c,
9364         * src/SDCCast.c,
9365         * src/cdbFile.c,
9366         * src/mcs51/gen.c,
9367         * src/ds390/gen.c: bit v bitfield split
9368         * src/z80/gen.c: New support for bitfields
9369         * support/regression/tests/bitfields.c: reenabled z80,
9370         added more tests
9371
9372 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9373
9374         Rules 246.x, 247.x relate to bitfields, the others speed up
9375         access to xdata mapped I/O devices.
9376
9377         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9378
9379 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9380
9381         Cleaned up genPackBits and genUnpackBits and added two helper
9382         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9383         for literal assignments in genPackBits (thanks to Frieder for
9384         reminding me).
9385
9386         * src/mcs51/gen.c
9387         * src/ds390/gen.c
9388
9389 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9390
9391         Fixed bug #748310 (pointer to function type mishandled when the
9392         function name is omitted). Also fixed a SIGSEGV when a function
9393         attribute (reentrant, etc) is used on a non-function or on a
9394         function but misplaced before the parameter list.
9395
9396         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9397         bug #748310
9398         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9399         * support/Util/SDCCerr.h,
9400         * support/Util/SDCCerr.c: Added func attr misuse error msg
9401
9402 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9403
9404         Fixed bug #787649 by anonymous
9405         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9406         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9407
9408 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9409
9410         Fixed numerous bitfield problems.
9411
9412         * src/SDCC.y: More bitfield related error checking
9413         * src/SDCCsymt.h,
9414         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9415         * support/Util/SDCCerr.h,
9416         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9417         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9418         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9419         * support/regression/tests/bitfields.c: tests added
9420
9421 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9422
9423         Made the constant following the "interrupt" keyword optional. If
9424         omitted, the function will not automatically be given an entry
9425         in the interrupt vector table (similar to #pragma NOIV, but
9426         less syntacticly kludgy). The interrupt number is also now
9427         range checked. Also fixed a bug in the high order bit example
9428         in the manual.
9429
9430         * src/SDCC.y
9431         * src/SDCCmem.c
9432         * src/SDCCglue.c
9433         * src/SDCCsymt.h
9434         * support/Util/SDCCerr.c
9435         * support/Util/SDCCerr.h
9436         * doc/sdccman.lyx
9437
9438 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9439
9440         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9441         * src/SDCCicode.c (operandOperation): rewritten some ops
9442         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9443         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9444         other type
9445         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9446         be re-activated by defining REDUCE_LITERALS)
9447         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9448         unsigned, but are signed by default
9449         * src/SDCCval.c (constVal): rearranged
9450         * src/SDCCval.c (valMod): preliminary fix
9451         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9452         * support/regression/literalop.c: added, work in progress
9453
9454 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9455
9456         Generate warnings for useless declarations like "char data;"
9457         that don't do what new users expect.
9458
9459         * src/SDCC.y
9460         * support/Util/SDCCerr.h
9461         * support/Util/SDCCerr.c
9462
9463 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9464
9465         * src/SDCCval.c (valMult): fix overflow detection of negative int
9466
9467 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9468
9469         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9470
9471         Changes to support big endian targets:
9472
9473         * src/ports.h
9474         * src/SDCCglue.c
9475         * src/avr/main.c
9476         * src/ds390/main.c
9477         * src/izt/i186.c
9478         * src/mcs51/main.c
9479         * src/pic/main.c
9480         * src/pic16/main.c
9481         * src/xa51/main.c
9482         * src/z80/main.c
9483
9484 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9485
9486         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9487         * device/lib/time.c: fixed warning "integer overflow in expression"
9488
9489 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9490
9491         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9492         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9493         constants are unsigned; added recognition of "u" flag for unsigned
9494         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9495         * src/SDCCval.c (valDiv, valMod): fixed signdness
9496         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9497         signedness of modulo, left and right shift
9498         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9499         * support/Util/SDCCerr.h: added warning W_INT_OVL
9500         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9501         * src/SDCCast.c (ast_print): improved output of constants
9502
9503 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9504
9505         Fixed some warnings when building with MSVC:
9506
9507         * as/mcs51/asdata.c
9508         * as/z80/asdata.c
9509         * as/mcs51/asm.h
9510         * as/z80/asm.h
9511         * link/z80/aslink.h
9512         * link/z80/lkdata.c
9513         * link/z80/lkeval.c
9514         * link/z80/lkgb.c
9515         * link/z80/lkihx.c
9516         * link/z80/lks19.c
9517         * link/z80/lksym.c
9518         * support/cpp2/cpplib.c
9519         * src/ds390/gen.c
9520         * src/mcs51/gen.c
9521
9522 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9523
9524         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9525
9526 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9527
9528         * support/librarian/clean.mk: Do not remove Makefile.
9529         * support/librarian/Makefile: added.
9530
9531 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9532
9533         Added librarian to MSVC build:
9534         * all.dsp
9535         * sdcc.dsw
9536         * support/librarian/librarian.dsp
9537
9538         'configure' not needed for librarian, removed:
9539         * support/librarian/configure
9540         * support/librarian/configure.in
9541         * support/librarian/config_in.h
9542         * support/librarian/Makefile.in
9543
9544         Hopefully these ones built the librarian and the rest of sdcc properly:
9545         * Makefile
9546         * Makefile.common.in
9547
9548         Messed up 'configure', so revert to previous version:
9549         * configure
9550         * configure.in
9551
9552 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9553
9554         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9555         there, while the mantissa of a double is "only" 53 bits wide.
9556
9557 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9558
9559         Adding sdcclib to the build.  MSVC project coming soon.
9560         Files added/changed:
9561
9562         * support/librarian/clean.mk
9563         * support/librarian/configure
9564         * support/librarian/configure.in
9565         * support/librarian/config_in.h
9566         * support/librarian/Makefile.bcc
9567         * support/librarian/Makefile.in
9568         * support/librarian/sdcclib.c
9569         * Makefile.bcc
9570         * Makefile
9571         * Makefile.common.in
9572         * configure
9573         * configure.in
9574
9575 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9576
9577         Linker now complaints if linked modules have conflicting options, for
9578         example, one compiled using --model-large and another one compiled with
9579         --model-small.  The following files were modified:
9580
9581         * as/mcs51/asdata.c
9582         * as/mcs51/aslink.h
9583         * as/mcs51/asm.h
9584         * as/mcs51/asmain.c
9585         * as/mcs51/asout.c
9586         * as/mcs51/i51pst.c
9587         * as/mcs51/lkdata.c
9588         * as/mcs51/lklibr.c
9589         * as/mcs51/lkmain.c
9590         * as/z80/asdata.c
9591         * as/z80/asm.h
9592         * as/z80/asmain.c
9593         * as/z80/asout.c
9594         * as/z80/z80pst.c
9595         * link/z80/aslink.h
9596         * link/z80/lkdata.c
9597         * link/z80/lklibr.c
9598         * link/z80/lkmain.c
9599         * src/SDCCglue.c
9600
9601 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9602
9603         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9604         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9605
9606 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9607
9608         * src/z80/mappings.i: fix _mul[us][int,long] entries
9609
9610 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9611
9612         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9613
9614 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9615
9616         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9617         * support/regression/tests/bitopcse.c: added
9618         fixed warning:
9619         * src/avr/gen.c:
9620         * src/pic/gen.c:
9621         * src/pic16/gen.c:
9622         * src/z80/gen.c:
9623         * src/xa51/gen.c:
9624
9625 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9626
9627         added support for new library format to z80, gbz80 linkers:
9628         *link/z80/aslink.h
9629         *link/z80/lklex.c
9630         *link/z80/lklib.c
9631         *link/z80/lklist.c
9632
9633 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9634
9635         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9636         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9637
9638 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9639
9640         added DUMMY_READ_VOLATILE:
9641         * src/SDCC.y:
9642         * src/avr/gen.c:
9643         * src/xa51/gen.c:
9644         * src/z80/gen.c:
9645         * src/pic/gen.c:
9646         * src/pic16/gen.c:
9647         * src/mcs51/gen.c:
9648         * src/ds390/gen.c:
9649         * src/SDCCcse.c (algebraicOpts): many improvements
9650         * src/SDCCcse.h: removed algebraicOpts()
9651         * src/SDCCicode.c (picDummyRead): added
9652
9653 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9654
9655         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9656         "Insufficient space in data memory".
9657
9658 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9659
9660         * src/mcs51/gen.c: fixed bug #771358
9661         * src/z80/gen.c: fixed bug #759087
9662
9663 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9664
9665         * src/pic16/glue.c: minor cleanup by Vangelis
9666
9667 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9668
9669         * device/include/regc515c.h: fixed #758477
9670         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9671         * device/lib/_gptrput.c: saved a few bytes
9672         * my tab spacing is 8, yours too?)
9673         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9674         * device/lib/serial.c: process RX bytes earlier than TX bytes
9675         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9676
9677 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9678
9679         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9680
9681 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9682
9683     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9684
9685 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9686
9687         * device/lib/Makefile.in: bad fix, reverted to 1.43
9688
9689 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9690
9691         * device/lib/Makefile.in: added missing z80 object files
9692
9693 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9694
9695         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9696         pic16 progress by Vangelis:
9697         * src/SDCCglobl.h:
9698         * src/SDCCmain.c:
9699         * src/pic/Makefile:
9700         * src/pic:
9701         * pic/Makefile:
9702         * pic16/device.c:
9703         * pic16/device.h:
9704         * pic16/gen.c:
9705         * pic16/gen.h:
9706         * pic16/genarith.c:
9707         * pic16/glue.c:
9708         * pic16/main.c:
9709         * pic16/pcode.c:
9710         * pic16/pcode.h:
9711         * pic16/pcodepeep.c:
9712         * pic16/peeph.def:
9713
9714 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9715
9716     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9717
9718 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9719
9720     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9721     added gbz80 build to MSVC project.
9722     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9723     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9724     from 8051 stuff and setup so it links using a .lnk file.
9725
9726 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9727
9728     * support/librarian/sdcclib.c: sdcc librarian.
9729     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9730     with sdcclib.
9731
9732 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9733
9734     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9735
9736 2003-07-02  Borut Razem <borut.razem AT siol.net>
9737
9738         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9739         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9740         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9741         src/xa51/main.c, src/z80/main.c:
9742         virtualization of glue() function: each port has it's own glue function,
9743         which is accessed by do_glue function pointer in PORT.general structure
9744
9745 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9746
9747         * DS800C400 fun, improved ROM interface and tinibios.
9748
9749 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9750
9751         * More support for DS80C400. Now includes beginning of interface to ROM.
9752
9753 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9754
9755         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9756
9757 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9758
9759         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9760
9761 2003-06-19  Borut Razem <borut.razem AT siol.net>
9762
9763         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9764
9765 2003-06-19  Borut Razem <borut.razem AT siol.net>
9766
9767         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9768         fixed Z80 port - crt0.o: cannot open.
9769
9770 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9771
9772         * support/Util/MySystem.c (merge_command): revert bad fix
9773
9774 2003-06-18  Borut Razem <borut.razem AT siol.net>
9775
9776         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9777
9778 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9779
9780         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9781         option --use-stdout sends errors to stdout instead of stderr.
9782
9783 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9784
9785         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9786
9787 2003-06-15  Borut Razem <borut.razem AT siol.net>
9788
9789         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9790         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9791         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9792         fixed width array of pointers replaced with sets;
9793         multiple include and lib paths ared transferred to preprocessor and linker
9794         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9795         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9796         fixed width array of pointers
9797         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9798         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9799         fixupPath(), getPathDifference()
9800         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9801         fixed width array of pointers
9802
9803 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9804
9805         * src/pic16/ralloc.c: fix warnings
9806         * src/pic16/pcode.c: fix warning
9807
9808 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9809
9810          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9811         know all the details, but essentially this set of changes enable
9812         the pic16 port to generate movff instructions and generate assembler
9813         directives,
9814         * src/SDCCmain.c:
9815         * src/pic16/gen.c:
9816         * src/pic16/glue.c:
9817         * src/pic16/pcode.c:
9818         * src/pic16/device.c:
9819         * src/pic16/main.c:
9820         * src/pic16/pcode.h:
9821         * src/pic16/pcoderegs.c:
9822         * src/pic16/ralloc.c:
9823         * src/pic16/ralloc.h:
9824
9825 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9826
9827         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9828         added option --vc, so sdcc errors and warnings are compatible with
9829         Microsoft Visual Studio.
9830
9831 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9832
9833         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9834           device/lib/libfloat.lib: added atof function.
9835
9836 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9837
9838         * doc/sdccman.lyx: updated to Lyx 1.3
9839         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9840         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9841         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9842
9843 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9844
9845         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9846
9847 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9848
9849         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9850           additions to the "related tools/documentation" section
9851
9852 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9853
9854         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9855
9856 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9857
9858         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9859         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9860
9861 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9862
9863         * doc/sdccman.lyx: fix double dash and other minor things
9864         * doc/Makefile: fix double dash
9865
9866 2003-05-28  Karl Bongers(patches from Martin Helmling)
9867         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9868           condition and ignore commands.
9869
9870 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9871
9872         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9873           is in parts still quite out of date, I did changes as far as I felt makes sense
9874           for a non-native english speaker.
9875           Please feel free to add to the manual or to correct my changes.
9876         * doc/Makefile: undid touching the date of intermediate tex files.
9877
9878 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9879
9880         * doc/sdccman.lyx: Manual has an index now
9881
9882 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9883
9884         Finalize muluint/mulsint and mululong/mulslong merging:
9885         * device/lib/_mulint.c
9886         * device/lib/_mullong.c
9887         * device/lib/gbz80/mul.s
9888         * device/lib/gbz80/stubs.s
9889         * device/lib/z80/mul.s
9890         * device/lib/z80/stubs.s
9891         * src/SDCCsymt.c (initCSupport)
9892
9893 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9894
9895         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9896         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9897           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9898           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9899           instead of /Zm500.
9900
9901 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9902
9903         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9904           the regression tests I'm not brave enough to enable 245.b, 245.c
9905         * doc/sdccman.lyx: added latex preamble for hyperref package.
9906           Using pdflatex this will give you a hyperlinked pdf file with
9907           bookmarks. (prepend '%' before /usepackage if this breaks something)
9908
9909 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9910
9911          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9912
9913 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9914
9915         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9916
9917 2003-05-21    <johan AT balder>
9918
9919         * src/SDCCglue.c (printIval): fixed bug #739934
9920
9921 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9922
9923         Applied patch from bug 737905 (renamed yylineo to mylineno):
9924         * src/altlex.c
9925         * src/SDCCast.c
9926         * src/SDCglobl.h
9927         * src/SDCC.lex
9928         * src/SDCCsymt.c
9929         * src/SDCCval.c
9930         * src/pic16/pcode.c: Cleaned warnings
9931         * src/pic16/pcodeflow.c: Cleaned warnings
9932         * src/pic16/pcoderegs.c: Cleaned warnings
9933
9934 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9935
9936         * src/pic16/pcode.c: Cleaned warnings
9937         * src/pic16/pcodepeep.c: Cleaned warnings
9938         * src/pic16/ralloc.c: Cleaned warnings
9939
9940 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9941
9942         * doc/sdccman.lyx: fixed bug 739745
9943         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9944
9945 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9946
9947         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9948         it can be defined with CFLAGS when running configure
9949         * src/SDCCmain.c: fixed compiling + linking with object files
9950
9951 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9952
9953         * configure.in: configure for pic16 port,
9954             added --disable-pic16-port
9955         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9956         * src/SDCCmain.c: linkOptions is changed to set *,
9957             added if/endif conditional macros to remove options help
9958             messages from optionsTable when a port is not configured, added
9959             support for the PIc16 port in the ports table, when executing
9960             the compiler with no port specified on command line, a default
9961             port is selected with the new macro DEFAULT_PORT which is
9962             defined in port.h, in setDefaultOptions() linkOptions is removed
9963             from initialization assignment, since now it is a set,
9964             parseCmdLine uses setParseWithComma for linkOptions, in
9965             linkEdit() linkOptions are accessed with new function indexSet()
9966             which returns the i'th item of a set variable. See SDCCset.c, in
9967             linkEdit() when calling buildCmdLine(), added linkOptions as
9968             last argument. Now users can pass arguments to gplink via the
9969             -Wl option, main() uses pic16glue() to glue up pic16 programs
9970         * src/SDCCpeeph.c: various changes to support pic16
9971         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9972             return the i'th item of the set
9973         * src/SDCCset.h: added function prototype for indexSet()
9974         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9975         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9976         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9977             added macro DEFAULT_PORT
9978         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9979         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9980             generated
9981         * src/pic16/glue.c: commented out some error producing lines
9982         * src/pic16/main.c: __config directives are commented out to stop
9983             gpasm complaining and test the linkage with gplink, _linkCmd and
9984             _asmCmd changed to be more gplink and gpasm friendly
9985         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9986             produced an error when parsed, peep rule 12 is added to utilize
9987             movff, but it is commented out since the pCode does not support
9988             yet a command with 2 address arguments
9989
9990 2003-05-18    <johan AT balder>
9991
9992         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9993         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9994 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9995
9996         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9997   Added feature to script commands from file.
9998
9999 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10000
10001         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10002         * src/SDCCutil.c: include ctype.h for win32
10003
10004 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10005
10006         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10007
10008 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10009
10010         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10011   Fixed so you can set breakpoints prior to run, run does not stop
10012   on entry now.  Add tbreak.  Other enhancements and fixes for use
10013   with ddd.
10014
10015 2003-05-12  Borut Razem <borut.razem AT siol.net>
10016
10017         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10018
10019 2003-05-11  Borut Razem <borut.razem AT siol.net>
10020
10021         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10022         the path of bin directory, so that PATH is the only env. variable, which has to be set
10023         in case of standard installation.
10024         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10025         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10026         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10027
10028 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10029
10030         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10031         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10032         temp files are in the port dir; clean the gen/test directory when
10033         generating new test.c
10034         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10035         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10036         * support/regression/tests/zeropad.c: added
10037
10038 2003-05-09    <johan AT balder>
10039
10040         * src/SDCCglue.c: fixed bug #597940
10041
10042 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10043
10044         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10045   cache sfr, optimize next,step, fix off by one sourceline,
10046   support ddd list function.
10047         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10048
10049 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10050
10051         * support/regression/HTMLgen.py: added compare_s2f()
10052         * support/regression/Makefile: redo 1.27
10053         * support/regression/generate-cases.py: redo 1.5
10054
10055 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10056
10057         * support/regression/tests/float.c: workaround 33 bit hex constant
10058         * support/regression/tests/simplefloat.c: fix division for host
10059
10060 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10061
10062         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10063         that tame's the PIC's over-aggressive optimizer.
10064
10065 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10066
10067          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10068          support for MSVC.
10069
10070 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10071
10072         Initial support for DS80C400. "Hello world" runs on TINIm400
10073         (with polled I/O).
10074
10075 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10076
10077          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10078          * Some notes on ddd usage added in debugger/README
10079          Martin Helmling adding more features and fixes for ddd GUI debugger.
10080          Code added for nexti, stepi, up, down, and other adjustments.
10081
10082 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10083
10084         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10085         * src/pic/peeph.def Added two rules to optimize carry manipulation
10086         * src/pic/* removed debug printfs
10087
10088 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10089
10090         * debugger/mcs51/cmd.c: added header newalloc.h
10091
10092 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10093
10094         * as/Makefile: new EXEEXT
10095         * as/z80/Makefile: remove trailing slash of BUILDIR
10096         * as/z80/clean.mk: new EXEEXT
10097         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10098         * support/cpp2/Makefile.in: new EXEEXT
10099         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10100
10101 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10102
10103         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10104         EXEEXT was introduced to fix all related problems with targets
10105         "clean", "install" and "uninstall"; a couple of further flaws
10106         especially with "clean" have been fixed too
10107         * as/mcs51/Makefile.in
10108         * as/mcs51/clean.mk
10109         * as/z80/Makefile
10110         * Makefile
10111         * clean.mk
10112         * debugger/mcs51/Makefile.in
10113         * debugger/mcs51/clean.mk
10114         * link/z80/Makefile
10115         * link/z80/Makefile.in
10116         * link/z80/clean.mk
10117         * link/Makefile
10118         * packihx/Makefile.in
10119         * packihx/clean.mk
10120         * sim/ucsim/Makefile
10121         * sim/ucsim/clean.mk
10122         * sim/ucsim/avr.src/Makefile.in
10123         * sim/ucsim/avr.src/clean.mk
10124         * sim/ucsim/s51.src/Makefile.in
10125         * sim/ucsim/s51.src/clean.mk
10126         * sim/ucsim/xa.src/Makefile.in
10127         * sim/ucsim/xa.src/clean.mk
10128         * sim/ucsim/z80.src/Makefile.in
10129         * sim/ucsim/z80.src/clean.mk
10130         * sim/ucsim/main_in.mk
10131         * sim/ucsim/packages_in.mk
10132         * sim/ucsim/gui.src/Makefile.in
10133         * sim/ucsim/gui.src/serio.src/Makefile.in
10134         * sim/ucsim/gui.src/serio.src/clean.mk
10135         * src/Makefile.in
10136         * src/clean.mk
10137         * support/cpp2/Makefile.in
10138         * support/cpp2/clean.mk
10139         * support/makebin/Makefile
10140         * support/makebin/clean.mk
10141         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10142         * doc/sdccman.lyx: --program-suffix no longer needed
10143
10144 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10145
10146          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10147          Martin Helmling added support for ddd GUI debugger.
10148          Code added to display assembly, set variables, and other commands
10149          to interface to ddd.
10150
10151 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10152
10153         * as/Makefile: fix target clean
10154         * as/clean.mk: fix target clean
10155         * as/z80/clean.mk: fix target clean
10156
10157 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10158
10159         * Makefile.common.in: added  AT EXEEXT AT
10160         * configure.in: removed all mingw32 stuff
10161         * configure: rebuilt from configure.in
10162         * doc/sdccman.lyx: updated section "installation"
10163         * support/scripts/sdcc_mingw32: adapted to configure
10164         * support/scripts/sdcc_cygwin_mingw32: added
10165
10166 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10167
10168         * src/pic Added object file support for the PIC port
10169         * src/pic Applied patch from Craig Franklin (this started the object file support)
10170         * src/regression Updated the PIC regression tests for object files
10171
10172 2003-04-20  Borut Razem <borut.razem AT siol.net>
10173
10174         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10175           lklex.c: In function `getfid':
10176           lklex.c:203: warning: array subscript has type `char'
10177         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10178           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10179         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10180           stack handling macros
10181
10182 2003-04-19  Borut Razem <borut.razem AT siol.net>
10183
10184         * "handling space characters in file path" task:
10185         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10186         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10187         * support/Util/MySystem.h: make it self-sufficient
10188         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10189           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10190           handling space characters in file path
10191         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10192           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10193         * support/Util/MySystem.c: handling space characters in executable's path
10194
10195 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10196
10197         * as/z80/Makefile: fix permanent rebuild of z80
10198         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10199         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10200
10201 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10202
10203         * src/SDCCopt.c: add special case optimization to replace modulo by
10204           a power of two with a bitwise AND.
10205
10206 2003-04-18    <johan AT balder>
10207
10208         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10209
10210 2003-04-17    <johan AT balder>
10211
10212         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10213         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10214
10215 2003-04-13  Borut Razem <borut.razem AT siol.net>
10216
10217         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10218         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10219           fixed mingw problem in adl_NORMALIZE_PATH
10220
10221 2003-04-12  Borut Razem <borut.razem AT siol.net>
10222
10223         * fixed "#pragma SAVE/RESTORE can not be nested":
10224         * src/SDCC.lex: reworked pragma handling functions
10225         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10226         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10227
10228 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10229
10230         * src/SDCCutil.c (pathEquivalent): defined but not used
10231         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10232         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10233         * configure: rebuilt from configure.in
10234         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10235         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10236         * device/include/Makefile.in: replace sdcc_datadir
10237         * device/lib/Makefile.in: replace sdcc_datadir
10238         * Makefile.common.in: add LDFLAGS from configure
10239         * packihx/Makefile.in: use LDFLAGS
10240         * src/Makefile.in: use LDFLAGS
10241         * support/cpp2/Makefile.in: add LDFLAGS from configure
10242         * support/makebin/Makefile: use LDFLAGS
10243         * .version: bumped version number to 2.3.5
10244
10245 2003-04-12  Borut Razem <borut.razem AT siol.net>
10246
10247         * completed "different paths" task:
10248         * src/SDCCmacro.c: fixed bug in handling quotes
10249         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10250         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10251
10252 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10253
10254         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10255
10256 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10257
10258         * ds390/gen.c ds390/peeph.def: fix bug 706781
10259
10260 2003-04-11  Borut Razem <borut.razem AT siol.net>
10261
10262         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10263
10264 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10265
10266         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10267         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10268          set - this bit used to not be set...).
10269         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10270           bad code in PIC Port
10271         * src/regression/and2.c added to test bug 609268
10272         * src/regression/Makefile added and2.c to regression test
10273
10274
10275 2003-04-08    <johan AT CP255758-A>
10276
10277         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10278         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10279         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10280
10281 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10282
10283         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10284         fix bug #487815
10285         * support/cpp2/Makefile.in: fix bug #487815
10286         * configure: rebuilt from configure.in
10287         * Makefile.common.in: docdir changed, new path suffixes
10288         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10289         * sdcc_vc_in.h: reflect changes from sdccconf.h
10290         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10291         * src/SDCCutil.h: remove BINDIR hack
10292         * doc/sdccman.lyx: update new path hierarchy
10293
10294 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10295
10296         * src/SDCCpeeph.c: added okToRemoveSLOC test
10297
10298 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10299
10300         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10301
10302 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10303
10304         * src/SDCCpeeph.c: added labelIsReturnOnly test
10305         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10306
10307 2003-04-05    <johan AT balder>
10308
10309         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10310         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10311         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10312         * src/SDCCast.c: fixed a warning
10313         * src/SDCCast.h: fixed a warning
10314         * src/SDCCicode.c (operandFromAst): fixed a warning
10315
10316 2003-04-04    <johan AT balder>
10317
10318         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10319         * src/SDCCast.c (decorateType): fixed bug #715076
10320         * src/SDCC.y: fixed bug #702907
10321
10322 2003-04-03    <johan AT balder>
10323
10324         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10325         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10326         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10327         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10328         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10329
10330 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10331
10332         * _decdptr.c: fix return values
10333         * _gptrget.c: fix return values
10334         * _gptrgetc.c: fix return values
10335         * _gptrput.c: fix return values
10336         * _mulint.c: fix return values
10337         * as/z80/Makefile: fix 'make -j' problem
10338
10339 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10340
10341         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10342         * configure.in: big cleanup, updated to autoconf 2.5x
10343         * configure: rebuilt from configure.in
10344         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10345         * sdcc_vc_in.h: reflect changes from sdccconf.h
10346         * doc/Makefile: fixed a flaw in "make install"
10347
10348 2003-04-02    <johan AT balder>
10349
10350         * src/ds390/gen.c (genCmp): no comments
10351         * src/mcs51/gen.c (genCmp): no comments
10352         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10353         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10354
10355 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10356
10357         * support/regression/generate-cases.py: place generated file in given sub directory
10358         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10359         * support/regression/Makefile: improvements for 'make -j';
10360         side effect: it's simpler and faster now
10361
10362 2003-03-31  Borut Razem <borut.razem AT siol.net>
10363
10364         * src/z80/main.c: link-{port} and as-{port} defined without path
10365         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10366
10367 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10368
10369         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10370
10371 2003-03-30  Borut Razem <borut.razem AT siol.net>
10372
10373         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10374           changed type of list parameter to set
10375         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10376         * src/port.h: changed type of do_assemble() parameter to set
10377         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10378           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10379           definition of "cppoutfilename" macro with NULL value in preProcess()
10380         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10381         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10382         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10383           replaced with set *binPathSet
10384         * shash_add() deallocates the item, if allready exsists, before adding the new one
10385         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10386
10387 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10388
10389         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10390           a nested for loop bug in the PIC port
10391         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10392           for loops
10393
10394 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10395
10396         * support/Util/dbuf.h: remove C++ stuff to make it portable
10397
10398 2003-03-28  Borut Razem <borut.razem AT siol.net>
10399
10400         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10401           literal strings in stringLiteral()
10402         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10403         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10404           to the project
10405
10406 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10407
10408         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10409
10410 2003-03-26    <johan AT balder>
10411
10412         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10413         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10414         * src/SDCCast.c (decorateType): fixed " -v < 3"
10415
10416 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10417
10418         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10419         Added Lenny Story's debug infrastructure changes:
10420         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10421         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10422         * src/cdbFile.c: added
10423         * src/SDCCdebug.c: added
10424         * src/SDCCdebug.h: added
10425         * src/SDCCast.c (createFunction)
10426         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10427         * src/SDCCmain.c (parseCmdLine, main)
10428         * src/SDCCmem.c (redoStackOffsets)
10429         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10430         * src/SDCCsymt.h
10431         * src/common.h
10432         * src/avr/gen.c (genAVRCode)
10433         * src/ds390/gen.c (gen390Code)
10434         * src/mcs51/gen.c (gen51Code)
10435         * src/pic/gen.c (genpic14Code)
10436         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10437         * src/xa51/gen.c (genXA51Code)
10438         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10439
10440 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10441
10442         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10443         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10444
10445 2003-03-22    <johan AT balder>
10446
10447         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10448
10449 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10450
10451         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10452         * doc/cdbfileformat.lyx: added, written by Lenny Story
10453         * doc/Makefile: added cdbfileformat.lyx
10454         * doc/clean.mk: added cdbfileformat.lyx
10455
10456 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10457
10458         * src/mcs51/peeph.def: fix bug #705773
10459
10460 2003-03-20    <johan AT balder>
10461
10462         An sfr/sbit can have an "at #" AND an initializer
10463         * src/SDCCsymt.c (checkSClass):
10464         * src/SDCCmem.c (allocGlobal):
10465         * src/SDCCmem.c (allocLocal):
10466         * src/SDCCast.c (createBlock):
10467
10468 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10469
10470         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10471
10472 2003-03-16    <johan AT balder>
10473
10474         Undid the hackup of const and volatile, the problem is much bigger
10475         * src/SDCC.y:1.65
10476         * src/SDCCast.c:1.171
10477         * src/SDCCglue.c:1.138
10478         * src/SDCCicode.c:1.146
10479         * src/SDCCsymt.c:1.150
10480         * src/SDCCval.c:1.65
10481
10482 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10483
10484         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10485         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10486
10487 2003-03-13    <johan AT balder>
10488
10489         Hackup const and volatile modifiers in type chains a bit:
10490         * src/SDCC.y:1.63
10491         * src/SDCCast.c:1.169
10492         * src/SDCCglue.c:1.136
10493         * src/SDCCicode.c:1.143
10494         * src/SDCCsymt.c1.146
10495         * src/SDCCsymt.h1.59
10496         * src/SDCCval.c:1.63
10497
10498 2003-03-12    <johan AT balder>
10499
10500         * src/SDCCBBlock.h: more LRH debugging junk
10501         * src/SDCCcflow.h: more LRH debugging junk
10502         * src/SDCCloop.c: more LRH debugging junk
10503         * src/SDCC.y (struct_declaration): fixed bug #697590
10504         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10505         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10506         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10507
10508 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10509         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10510         test function names must now match exactly).
10511         * src/SDCCcse.c: added special case in findCheaperOp to allow
10512         extending a short integer. Makes less awful code for bug 700121 test case.
10513
10514 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10515
10516         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10517         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10518
10519 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10520
10521         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10522         actually called (operandsNotEqual() was called for all
10523         operandsNotEqualX tests).
10524
10525 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10526
10527         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10528         with shorter literals. Fixes bug 700121.
10529
10530 2003-03-11    <johan AT balder>
10531
10532         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10533
10534 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10535
10536         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10537         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10538
10539 2003-03-10  Borut Razem <borut.razem AT siol.net>
10540
10541         * src/SDCCmain.c: pipe preprocessor's output
10542         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10543         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10544         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10545         which closes all pipes in pipeSet set
10546         * src/SDCCset.c: free deleted item in function deleteSetItem()
10547         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10548         moved from z80 to src subproject
10549         * .version: increased version number to 2.3.4
10550
10551 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10552
10553         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10554         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10555         * support/regression/ports/xa51/spec.mk: fix typo
10556
10557 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10558
10559         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10560
10561 2003-03-09  Borut Razem <borut.razem AT siol.net>
10562
10563         * src/SDCCmain.c: pipe preprocessor's output
10564         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10565         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10566         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10567         which closes all pipes in pipeSet set
10568         * src/SDCCset.c: free deleted item in function deleteSetItem()
10569         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10570         moved from z80 to src subproject
10571
10572 2003-03-09  Borut Razem <borut.razem AT siol.net>
10573
10574         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10575         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10576         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10577         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10578         * src/SDCCglobl.h: unification of WIN32 native definitions
10579
10580 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10581
10582         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10583
10584 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10585
10586         * src/configure.in:   check for endianess (even while cross-compiling)
10587         * src/configure:      check for endianess (even while cross-compiling)
10588         * src/configure_in.h: check for endianess (even while cross-compiling)
10589         * src/avr/gen.c:        remove old endianess stuff
10590         * src/mcs51/gen.c:      remove old endianess stuff
10591         * src/ds390/gen.c:      remove old endianess stuff
10592         * src/pic/gen.c:        remove old endianess stuff
10593         * src/pic/genarith.c:   remove old endianess stuff
10594         * src/pic/glue.c:       fix endianess check
10595         * src/pic16/gen.c:      remove old endianess stuff
10596         * src/pic16/genarith.c: remove old endianess stuff
10597         * src/pic16/glue.c:     fix endianess check
10598         * src/xa51/gen.c:       remove old endianess stuff
10599         * src/z80/gen.c:        fix endianess check
10600         * src/SDCCglue.c:       fix endianess check
10601         * src/ds390/peeph.def: fix bug 700036
10602
10603 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10604
10605         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10606         * src/configure: find appropriate data-types on host for SDCC's int and long
10607         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10608         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10609         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10610
10611 2003-03-07    <johan AT balder>
10612
10613         Just a big NOOP:
10614                 some minor cleanups before the big shot
10615                 OP_DEFS and OP_USES now use Kevin's protection
10616                 new option --nolabelopt
10617
10618         * src/SDCCBBlock.c:
10619         * src/SDCCast.c,:
10620         * src/SDCCcflow.c:
10621         * src/SDCCcse.c:
10622         * src/SDCCicode.c:
10623         * src/SDCCicode.h:
10624         * src/SDCClabel.c:
10625         * src/SDCCloop.c:
10626         * src/SDCCmain.c:
10627         * src/ds390/ralloc.c:
10628         * src/mcs51/ralloc.c:
10629         * src/pic/ralloc.c:
10630         * src/xa51/ralloc.c:
10631         * src/z80/ralloc.c:
10632
10633 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10634
10635         * src/pic/pcode.c (get_op): fix 64 bit warnings
10636         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10637         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10638         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10639         * support/regression/tests/malloc.c: fix 64 bit warnings
10640
10641 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10642
10643         * src/mcs51/gen.c (genMinus): fixed bug 696436
10644
10645 2003-03-02  Borut Razem <borut.razem AT siol.net>
10646
10647         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10648
10649 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10650
10651         * configure.in: test for mkstemp
10652         * sdccconf_in.h: add HAVE_MKSTEMP
10653
10654 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10655
10656         * device/include/ctype.h: removed warning while using --stack-auto
10657         * device/include/malloc.h: removed warning while using --stack-auto
10658         * device/include/string.h: removed warning while using --stack-auto
10659
10660 2003-02-23  Borut Razem <borut.razem AT siol.net>
10661
10662         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10663         because NDEBUG is defined (see man assert)
10664         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10665
10666 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10667
10668         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10669         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10670
10671 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10672
10673         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10674         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10675
10676 2003-02-18    <johan AT balder>
10677
10678         * as/mcs51/asmain.c (asmbl): module can start with a digit
10679         * as/z80/asmain.c (asmbl): module can start with a digit
10680
10681 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10682
10683         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10684         * src/asm.c: fix pipe() for Mingw32
10685
10686 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10687
10688         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10689         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10690         make -V work again; --c1mode reads now from stdin
10691         * doc/sdccman.lyx: added --c1mode
10692         * support/Util/SDCCerr.c: new messages for c1 mode
10693         * support/Util/SDCCerr.h: new messages for c1 mode
10694         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10695
10696 2003-02-15    <johan AT balder>
10697
10698         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10699
10700 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10701
10702         * doc/sdccman.lyx: Environment variables, -o and other minor things
10703
10704 2003-02-14    <johan AT balder>
10705
10706         * src/xa51/main.c: before anyone really tries to use it :)
10707
10708         * Install doc's in share/sdcc/doc
10709         * removed some obsolete files
10710         * Do a proper make distclean and uninstall
10711         M Makefile.common.in
10712         R sdccbuild.sh
10713         M as/Makefile
10714         M device/include/Makefile.in
10715         M device/lib/Makefile.in
10716         M doc/sdccman.lyx
10717         M link/Makefile
10718         M sim/ucsim/doc/Makefile.in
10719         M src/clean.mk
10720         R src/avr/peeph.rul
10721         R src/xa51/peeph.rul
10722         M support/cpp2/Makefile.in
10723         M support/makebin/Makefile
10724
10725
10726 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10727
10728         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10729
10730 2003-02-10  Borut Razem <borut.razem AT siol.net>
10731
10732         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10733         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10734         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10735         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10736         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10737         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10738         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10739         src/z80/Makefile.bcc: Borland Makefile cleanup
10740         * as/z80/Makefile.bcc: Added Borland Makefile
10741         * support/cpp2/borland.h: Removed
10742
10743 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10744
10745         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10746         * src/SDCC.lex: new pragma NOIV
10747         * src/SDCCglobl.h: new pragma NOIV
10748         * src/SDCCmem.c: new pragma NOIV
10749
10750 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10751
10752         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10753
10754 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10755
10756         * src/SDCCmain.c: signal handling is switched off by --debug
10757         * doc/Makefile: small fix for install; use clean.mk again
10758         * doc/clean.mk: clean *.pdf and *.html too
10759
10760 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10761
10762         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10763         * device/lib/printfl.c: fix a ds390 bug by making it portable
10764         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10765         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10766         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10767         * debugger/mcs51/cmd.c: converted multi-line string literals
10768         * sim/ucsim/globals.cc: converted multi-line string literals
10769         * src/SDCCmain.c: introduced signal handler to remove temp files
10770         * doc/Makefile: small tweaks, implement clean
10771         * doc: removed generated files
10772
10773 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10774
10775         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10776         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10777         Address Record is not correctly generated for DS390."
10778
10779 2003-02-02  Borut Razem <borut.razem AT siol.net>
10780
10781         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10782         * as/mcs51/asm.h: fixed compilation with Borland C
10783         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10784         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10785         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10786         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10787         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10788         src/z80/Makefile.bcc: delete $(LIB) only if exist
10789         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10790
10791 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10792
10793         * device/include/malloc.h: introduced NULL
10794         * device/include/string.h: introduced NULL
10795         * device/include/stdlib.h: introduced NULL
10796         * device/lib/_memcpy.c: removed NULL
10797         * device/lib/_strcat.c: removed NULL
10798         * device/lib/_strchr.c: removed NULL
10799         * device/lib/_strcmp.c: removed NULL
10800         * device/lib/_strcpy.c: removed NULL
10801         * device/lib/_strcspn.c: removed NULL
10802         * device/lib/_strlen.c: removed NULL
10803         * device/lib/_strncat.c: removed NULL
10804         * device/lib/_strncmp.c: removed NULL
10805         * device/lib/_strncpy.c: removed NULL
10806         * device/lib/_strpbrk.c: removed NULL
10807         * device/lib/_strrchr.c: removed NULL
10808         * device/lib/_strspn.c: removed NULL
10809         * device/lib/_strstr.c: removed NULL
10810         * device/lib/_strtok.c: removed NULL
10811         * device/lib/malloc.c: removed NULL, include own header
10812
10813 2003-02-02    <johan AT balder>
10814
10815         * 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
10816         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10817         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10818         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10819         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10820         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10821
10822 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10823
10824         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10825         area 'DATA'"
10826
10827 2003-02-01    <johan AT balder>
10828
10829         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10830
10831 2003-01-31    <johan AT CP255758-A>
10832
10833         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10834
10835 2003-01-30    <johan AT balder>
10836
10837         * src/SDCCBBlock.c: automatic bug detection
10838         * src/SDCCicode.c: automatic bug detection
10839
10840 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10841
10842         * src/SDCCglobl.h:   now --xram-size 0 works
10843         * src/SDCCmain.c:    now --xram-size 0 works
10844
10845 2003-01-29    <johan AT balder>
10846
10847         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10848
10849 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10850
10851         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10852         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10853         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10854         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10855         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10856         * src/SDCCmain.c:    Added options --xram-size and --code-size
10857
10858 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10859
10860         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10861         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10862
10863 2003-01-27    <johan AT balder>
10864
10865         * src/SDCC.y: fixed bug #613764
10866
10867 2003-01-26    <johan AT balder>
10868
10869         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10870         * src/SDCCsymt.h: fixed bug #673374
10871         * src/SDCCglue.c: fixed bug #661910
10872         * src/SDCCast.c: fixed bug #458099 and 673374
10873
10874 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10875
10876         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10877         * as/mcs51/strcmpi.h: added
10878         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10879         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10880         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10881         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10882         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10883         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10884         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10885         * as/mcs51/Makefile.aslink: new module strcmpi
10886         * as/mcs51/Makefile.asx8051: new module strcmpi
10887         * as/mcs51/Makefil.bcc: new module strcmpi
10888         * as/mcs51/Makefile.in: new module strcmpi
10889         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10890
10891 2003-01-26    <johan AT balder>
10892
10893         * src/SDCCglue.c: reverted back to 1.124
10894         * src/SDCCast.c: reverted back to 1.156
10895         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10896
10897 2003-01-25    <johan AT balder>
10898
10899         * src/SDCCglue.c: A better fix for bug #661910
10900         * src/SDCCast.c: A better fix for bug #661910
10901         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10902
10903 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10904
10905         * src/Makefile.in: remove spawn.o
10906         * src/SDCCmain.c: remove spawn.h
10907         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10908         * src/spawn.c: removed
10909         * src/spawn.h: removed
10910         * support/regression/ports/ds390/spec.mk: link with -r
10911
10912 2003-01-24    <johan AT CP255758-A>
10913
10914         * src/ds390/gen.c (aopOp): fixed bug #667458
10915         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10916         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10917         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10918
10919 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10920
10921         * src/mcs51/peeph.def: better assembler identation by Frieder
10922         * src/mcs51/gen.c: better assembler identation by Frieder
10923
10924 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10925
10926         * as/z80/string.h: removed for gcc 3.2
10927         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10928         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10929
10930 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10931
10932         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10933         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10934         * support/regression/Makefile: separate temp files for ports
10935         * support/regression/generate-cases.py: separate temp files for ports
10936         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10937         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10938
10939 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10940
10941         * moved tinitalk to device/examples/ds390
10942
10943 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10944
10945         * as/mcs51/lkmem.c: rflag is for DS390
10946         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10947         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10948                          (linkEdit): move mem- and map-files the same way as ihx-files
10949         * src/z80/main.c (_setDefaultOptions): removed --generic
10950         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10951         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10952         * src/pic/glue.c (picglue): --c1mode works again
10953         * src/pic16/glue.c (pic16glue): --c1mode works again
10954         * src/asm.c (printCLine): fix #660034
10955
10956 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10957
10958         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10959         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10960         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10961         * as/mcs51/lkmem (summary): better fix for sp problem
10962         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10963         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10964         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10965                                               remove --stack-after-data
10966
10967 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10968
10969         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10970         * src/SDCCutil.c (join): ugly bug: missing '\0'
10971         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10972
10973 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10974
10975         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10976         * src/port.h: typo
10977         * src/pic/main.c (_asmCmd): gpasm supports -o
10978         * src/z80/main.c: more general macros
10979         * device/lib/Makefile.in: remove intermediate files
10980
10981 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10982
10983         * .version: Bumped version number to 2.3.3
10984         * src/SDCCBBlock.c: new option -o
10985         * src/SDCCglobl.h: new option -o
10986         * src/SDCCglue.c: new option -o
10987         * src/SDCCmain.c: new option -o
10988         * src/asm.c: new option -o
10989         * src/ds390/main.c: new option -o
10990         * src/pic/glue.c: new option -o
10991         * src/pic/pcode.c: new option -o
10992         * src/pic/ralloc.c: new option -o
10993         * src/pic16/glue.c: new option -o
10994         * src/pic16/pcode.c: new option -o
10995         * src/pic16/ralloc.c: new option -o
10996         * src/z80/main.c: new option -o
10997         * device/lib/Makefile.in: use -o
10998         * support/regression/ports/ds390/spec.mk: use -o
10999         * support/regression/ports/gbz80/spec.mk: use -o
11000         * support/regression/ports/mcs51/spec.mk: use -o
11001         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11002         * support/regression/ports/z80/spec.mk: use -o
11003         * support/regression/ports/ucz80/spec.mk: use -o
11004         * support/regression/ports/xa51/spec.mk: use -o
11005         * support/regression/fwk/lib/timeout.c: fix usage string
11006
11007 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11008         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11009
11010 2003-01-07    <johan AT balder>
11011
11012         * src/SDCCast.c (decorateType): fixed bug #600035
11013
11014 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11015         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11016         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11017         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11018         * src/pic/pcode.c: outcommented unused variable to remove warnings
11019         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11020
11021 2003-01-06    <karl AT turbobit.com>
11022         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11023    regression tests.
11024
11025 2003-01-06    <johan AT balder>
11026
11027         * src/SDCCicode.c: fixed array add
11028
11029 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11030         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11031         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11032
11033 2003-01-04    <johan AT balder>
11034
11035         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11036
11037 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11038         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11039
11040 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11041         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11042         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11043
11044 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11045         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11046
11047 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11048         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11049
11050 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11051         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11052
11053 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11054
11055     * in /sdcc/as/mcs51/ changed these files in order to create an
11056     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11057     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11058     following files to include the previous two files: aslink.dsp,
11059     Makefile.aslink, Makefile.bcc, and Makefile.in.
11060
11061     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11062     .adb instead of .cdb
11063
11064 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11065
11066         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11067         value from option --iram-size.
11068
11069 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11070
11071         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11072         dram[] array.
11073
11074 2002-09-18    <wiml AT hhhh.org>
11075
11076         * SDCClrange.h: exposed setFromRange() and setToRange()
11077         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11078           packRegsForAccUse() (bug 542397)
11079         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11080           multiple times and emitting the fetch operations more than once
11081           added aopGetUsesAcc() function to allow binary operators to
11082           fetch their operands in the correct order; made genMinus() emit
11083           compact code for X = LITERAL - Y
11084
11085 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11086         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11087         sprintf() in line 1267.
11088
11089 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11090         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11091         like ports.
11092
11093 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11094         Changes to aslink (All the changes are marked with 'JCF'):
11095
11096         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11097         summary().
11098
11099         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11100         area BSEG.  Also moves, if possible, the DATA area down into the internal
11101         ram so more space is available.
11102
11103         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11104         sflag.
11105
11106         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11107         not bytes.  Function summary() which creates a memory usage summary
11108         file with extension .mem.  Reports of overlaping stack and small stack
11109         size.  If the space for the stack is less than 16 bytes aslink trows a
11110         warning.
11111
11112         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11113         the 8051.  Option 'y' for memory summary output file.
11114
11115         Changes to sdcc (All the changes are marked with 'JCF'):
11116
11117         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11118
11119         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11120         overlaying area for it (uses RegBankUsed[4]).
11121
11122         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11123         bank zero as used by default.  By default aslink locates the stack
11124         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11125         the creation of the .mem file.  Delegates the allocation of data area
11126         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11127         the begining of the stack area to aslink.
11128
11129         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11130         glue() in SDCCglue.c creates an area for it.
11131
11132 2002-09-03  Borut Razem <borut.razem AT siol.net>
11133         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11134         sdcc/src/pic/glue.c:
11135         introduced atexit() handler for teporay files removal in case of
11136         errors, assertions, ...
11137
11138 2002-08-29  Borut Razem <borut.razem AT siol.net>
11139         * sdcc/support/cpp2/auto-host_vc_in.h:
11140         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11141         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11142         Maybe there is a similar problem with BORLANDC? It should be checked!
11143
11144         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11145         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11146         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11147         was not executed, and the compiler (cl) launched a warning:
11148         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11149
11150 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11151         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11152
11153 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11154         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11155
11156         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11157           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11158           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11159           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11160           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11161           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11162           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11163         - added Release configuration in VS projects
11164         - review of compiler an linker options
11165         - VC .exe files are generated in bin_vc directory, not to interfere
11166           with binaries generated from other projects (cygwin, mingw, bcc ...)
11167
11168         * sdcc/src/yacc.dsp: added
11169
11170         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11171         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11172         and insert the version number definitions from .version
11173
11174         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11175
11176         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11177         added - genarate auto-host.h using auto-host_vc_in.h as template
11178
11179         * sdcc/sdcc_vc.h,
11180         removed from CVS, generated automatically
11181
11182 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11183         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11184
11185 2002-08-11  Borut Razem <borut.razem AT siol.net>
11186         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11187
11188 2002-08-10  Borut Razem <borut.razem AT siol.net>
11189         * src/SDCCmain.c (main):
11190         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11191         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11192         The consequence was that some temporary files were not removed.
11193
11194         * src/SDCCglue.c:
11195         unification of code in functions tempfilename() and tempfile():
11196         function tempnam() is defined in Visual Studio 6.0 and .NET
11197
11198         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11199
11200         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11201           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11202         - removed compiler command line option /WX: Treats all warnings as errors
11203         - update a list of source files, included into the project
11204
11205         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11206           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11207         changed project type to Generic Project so that can be correcly converted to VS.NET project
11208
11209         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11210
11211         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11212
11213         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11214
11215         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11216         added return 0 statements after assert() to make compiler happy
11217
11218         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11219         added newline in the def file to keep MSC compiler satisfied
11220
11221         * sdcc/src/z80/gen.c:
11222         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11223           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11224         - solved MSC error in function aopDump()
11225
11226         * sdcc_vc.h: define PREFIX as "\\sdcc"
11227
11228 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11229         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11230
11231 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11232         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11233         - Rewrote the register banking algorithm.
11234         - Added pCode live-range analysis to registers (for now, only non-used and
11235         singly-used registers optimized away)
11236
11237         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11238
11239         * 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.
11240
11241 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11242         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11243
11244 2002-04-22  Michael Hope  <michaelh AT vroom>
11245
11246         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11247
11248         * configure.in (DD_COPT): Added include support required for gbdk.
11249
11250         * .version: Bumped version number just to increase it.
11251
11252         * src/SDCCmain.c: Added -nostdinc to the default options.
11253
11254 2002-04-15  Michael Hope  <michaelh AT vroom>
11255
11256         * device/lib/z80/printf.c (sprintf): Added.
11257
11258         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11259
11260         * src/z80/peeph.def: Added transpose redundent load rule.
11261
11262         * src/z80/main.c: Added force callee saves for jaune.
11263
11264         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11265
11266         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11267
11268 2002-03-28  Johan Knol  <johan AT balder>
11269
11270         * src/SDCCval.c: fixed bug #532436
11271
11272 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11273         * /src/port.h:
11274         Added "char *Processor" field to the port structure.
11275
11276         * /src/SDCCmain.c:
11277         Added -p option. Allows port dependent processor to be specified.
11278
11279         * all ports:
11280         Initialized the new field char *Processor field to NULL in all ports
11281
11282         * /src/pic/*:
11283         Compiler generated registers for interrupt context saving
11284         were not getting allocated.
11285
11286 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11287
11288         * /src/SDCCast.c:
11289         Fixed left shift. Will promote the left side of a left shift
11290         if a) left shifting more than size of operand or b) when assigned
11291         to something size > size of left side
11292
11293 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11294         * src/pic/*
11295         tons of changes. Register allocation has been
11296         rewritten. Added customization for the various PICs. Flow
11297         analysis is restructured. ...
11298
11299         * src/pic/device.h:
11300         Added
11301
11302         * src/pic/device.c:
11303         Added. device.c is a PIC port hack to accomodate variations
11304         in PIC devices.
11305
11306 2002-03-13  Michael Hope  <michaelh AT vroom>
11307
11308         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11309
11310 2002-03-04  johanknol  <johanknol AT manik>
11311
11312         * /src/SDCCval.c: fixed
11313
11314         const unsigned char arr[][2] = { { 0, 1 } };
11315         t18.c:1: error: Initializer element is not constant
11316
11317 2002-03-04  bela  <bela AT manik>
11318
11319         * /device/include/mcs51reg.h:
11320         ds89c420 register definition update
11321
11322 2002-03-03    <johan AT FRIJA>
11323
11324         * support/Util/SDCCerr.c: did something, but don't no why anymore
11325
11326         * support/regression/tests/bug-524691.c: made it a little less shy
11327
11328         * src/SDCCast.c (decorateType): fixed bug #524697
11329
11330         * src/SDCCast.c: made some lineno improvements
11331
11332         * src/SDCCval.c (getNelements): changed warning to error
11333
11334         * src/SDCCglue.c (printIvalArray): changed warning to error
11335
11336         * src/SDCCicode.c: fixed a warning for mingw
11337
11338         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11339
11340         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11341
11342 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11343
11344         * src/ds390/peeph.def:
11345         Added some more peephole rules
11346
11347         * src/ds390/gen.c: Various fixes & enhancements
11348
11349         * src/SDCClrange.c, src/SDCClrange.h:
11350         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11351
11352         * src/ds390/ralloc.c:
11353         various fixes & enhancements (ds390) specific
11354
11355         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11356         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11357         from rallocs.
11358
11359         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11360
11361 2002-03-02    <johan AT FRIJA>
11362
11363         * src/SDCCast.c (decorateType): fixed bug #524708
11364
11365         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11366
11367         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11368
11369 2002-03-01  Michael Hope  <michaelh AT vroom>
11370
11371         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11372
11373         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11374
11375 2002-03-01    <johan AT FRIJA>
11376
11377         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11378
11379         * src/SDCCast.c (decorateType): fixed bug #524209
11380
11381         * src/SDCCval.c (valNot): fixed bug #524195
11382
11383 2002-02-26    <johan AT balder>
11384
11385         * src/xa51/gen.c: fixed a warning
11386
11387         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11388
11389         * src/SDCCast.c (decorateType): fixed bug #522534
11390
11391 2002-02-23    <johan AT balder>
11392
11393         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11394
11395 2002-02-22    <johan AT balder>
11396
11397         * src/SDCCast.c: fixed bug #514865
11398
11399         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11400
11401 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11402
11403         * sdcc/src/SDCCloop.c:
11404         Previous fix was not good. basic blocks that have "break" or "return" are
11405         not really partof a loop , but live ranges used in these blocks should
11406         be live thru the entire loop, so set partOfLoop but don't add them to
11407         loop region
11408
11409 2002-02-21    <johan AT FRIJA>
11410
11411         * src/SDCCcse.c: fixed bug #514308
11412
11413 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11414
11415         * src/SDCCloop.c:
11416         Fixed BUG #519583. If a conditional block ended in a return/break
11417         statement inside a loop, it was not being considered part of the loop.
11418
11419         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11420
11421 2002-02-10  Karl Bongers <karl AT turbobit.com>
11422
11423         * debugger/*:
11424         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11425         with lots of comments and notes.
11426
11427         * device/examples/test2.c:
11428         Fix bug, "red" variable not being initialized(compiler complained).
11429
11430         * device/examples/Makefile, examples/test3.c:
11431         Add Makefile in device/examples folder, compiles test3.c
11432         for use as a multiple module SDCDB test case.
11433
11434         * sim/ucsim/cmd.src/cmdset.cc:
11435         Took out debug printfs in ucsim "next" command.
11436
11437         * sim/ucsim/xa.src:
11438         Karl and Johan start ucsim XA support.  Most dissassembly working,
11439         about 75% emulation done(plenty of work remaining).
11440
11441         * sim/ucsim/z80.src:
11442         Add Z80 support to ucsim, add test-ucz80 regression test,
11443         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11444         Notice z80 compiler fails on examples/test3.c/crc code.
11445
11446 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11447
11448         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11449         Added support for --parms-in-bank1
11450
11451         * src/ds390/peeph.def:
11452         added a few more peephole optimzations
11453
11454         * src/ds390/main.c:
11455         1) added __builtin_inp & __builtin_outp used to read in data of given length
11456            from a memory mapped port
11457         2) added __builtin_memcmp
11458         3) added __builtin_swapw swap bytes of a short
11459
11460         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11461         1) handle multiple send & receives from register bank1
11462         2) ralloc can now allocate DPTR1 to some liveRanges
11463
11464         * src/SDCCsymt.c, src/SDCCsymt.h:
11465         changes to handle multiple sends & receives
11466
11467         * src/SDCCptropt.h:
11468         added some pointer arithmetic optimization
11469
11470         * src/SDCCptropt.c:
11471         added some pointer arithmetic optimizations but not stable yet so not
11472         called from anywhere (will get this working shortly)
11473
11474         * src/SDCCopt.c: fixed for multiple sends & receives
11475
11476         * src/SDCCmain.c:
11477         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11478         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11479            set preprocessor defines (depending on options)
11480
11481         * src/SDCCicode.c, src/SDCCicode.h:
11482         changes made to handle multiple sends & receives
11483
11484         * src/SDCCglobl.h:
11485         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11486
11487         * src/SDCCcse.c, src/SDCCcse.h:
11488         added function findbackward def (to be used in upcoming optimization)
11489
11490         * src/SDCCcflow.c, src/SDCCcflow.h:
11491         added function returnAtEnd - to determine if a basic block terminates with
11492         a RETURN iCode
11493
11494         * src/SDCCast.c, src/SDCCast.h:
11495         added option parms-in-bank1
11496
11497         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11498         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11499         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11500         adjusted for --parms-in-bank1 option
11501
11502         * device/include/string.h:
11503         donot redefine "reentrant" keyword
11504
11505         * device/include/ds80c390.h: Added some more SFRs
11506
11507 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11508
11509         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11510
11511 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11512
11513         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11514
11515 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11516
11517         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11518
11519 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11520
11521         * Added --xram-movc option
11522
11523 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11524
11525         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11526
11527 2002-01-11  Johan Knol
11528
11529         * Added math lib of Jesus Calvino-Fraga
11530
11531 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11532
11533         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11534         * support/regression/Makefile: new target test-mcs51-stack-auto
11535         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11536
11537 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11538
11539         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11540
11541 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11542
11543         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11544
11545 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11546
11547         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11548
11549         * src/SDCCglue.h: add definition for printIvalChar()
11550
11551 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11552
11553         * src/SDCCast.c: fix #498138 by Johan
11554
11555         * src/SDCCglue.c: fix #498138 by Johan
11556
11557 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11558
11559         * support/regression/Makefile: fix clean
11560
11561         * support/regression/ports/ds390/support.c: fix transmission of last character
11562
11563 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11564
11565         * /sdcc/src/ds390/gen.c:
11566         a) improved computing address of stack variable
11567         b) took out some #if 0 code
11568         c) improved parmBytes adjustment
11569         d) improved genPlusIncr & genMinusIncr
11570         e) genCmp could generate bad code (when left assigned to DPTR)
11571         f) Fixed bug in hasInc
11572
11573         * /sdcc/src/ds390/ralloc.c:
11574         a) packRegsForSupport could mess up live information (Fixed)
11575         b) packRegsDPTRuse could be incorrect for left & right shift
11576
11577         * /sdcc/src/mcs51/ralloc.c:
11578         packRegsForSupport could mess up the live information (Fixed)
11579
11580         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11581
11582         * /sdcc/src/SDCCast.c:
11583         can reverse a loop even if function call is present as long
11584         as the loop control variable is local & is not passed as parameter
11585
11586 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11587
11588         * /sdcc/ChangeLog: *** empty log message ***
11589
11590         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11591         More builtin function additions for TININative
11592
11593         * /sdcc/src/ds390/ralloc.c:
11594         Had broken the regression testsuite
11595
11596         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11597
11598         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11599         Added funcattr hasStackParms will be set for reentrant functions when there
11600         are paramteres on the stack, this helps in minimizing frame pointer generation
11601         typeFromStr can handle function pointers now
11602
11603         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11604         *** empty log message ***
11605
11606 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11607
11608         * /src/ds390/gen.c, /src/ds390/main.c:
11609         More builtin function additions for TININative
11610
11611         * /src/ds390/ralloc.c:
11612         Had broken the regression testsuite
11613
11614         * /src/SDCCast.c: Fixed a bug in dumptree
11615
11616         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11617         Added funcattr hasStackParms will be set for reentrant functions when there
11618         are paramteres on the stack, this helps in minimizing frame pointer generation
11619         typeFromStr can handle function pointers now
11620
11621         * /doc/builtins.txt, /doc/TININative.txt:
11622         *** empty log message ***
11623
11624
11625 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11626
11627         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11628         ALPHA version for -mTININative
11629
11630         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11631         updated to reflect changes in the port structure
11632
11633         * /src/port.h:
11634         added function do_assemble (similar to do_link) if non-null this function
11635         will be called to do assembly (-mTININative) requires a multi command
11636         assembly
11637         added function genAssemblerEnd will be called to generate assembler Epilogue
11638
11639         * /src/SDCCsymt.c:
11640         added _JavaNative to debug info printing
11641
11642         * /src/SDCCmain.c: added option --tini-libid
11643         added port->do_assemble function (-mTININative) has a multi command assemble
11644
11645         * /src/SDCCglue.c: Disabled "constExpr" check
11646         added port->genAssemblerEnd function
11647
11648         * /src/SDCCglobl.h: Added option --tini-libid value
11649
11650         * /src/SDCCast.h:
11651         tookout optimizeCompare from the header (has no external references)
11652
11653         * /src/SDCCast.c: made one more function "static"
11654
11655 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11656
11657         * src/z80/mappings.i: Added z80asm support.
11658
11659         * src/z80/main.c: Added z80asm support on --asm=z80asm
11660
11661         * src/z80/gen.c: Fixed asm portability issues.
11662
11663         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11664
11665         * src/SDCCglue.c (printExterns): Added global/extern split.
11666
11667 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11668
11669         * support/regression/Makefile: added test for mcs51 model large
11670
11671         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11672
11673         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11674
11675 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11676
11677         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11678
11679 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11680
11681         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11682
11683         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11684
11685 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11686
11687         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11688
11689         * support/regression/tests/simplefloat.c: Port to mcs51.
11690
11691 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11692         * support/regression/tests/bug-485362.c: Added.
11693
11694         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11695
11696         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11697
11698         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11699
11700         * src/z80/gen.c (aopDump): Added a dump function.
11701
11702 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11703         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11704
11705         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11706
11707         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11708
11709         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11710
11711         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11712
11713         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11714
11715         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11716
11717         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11718
11719         * support/regression/ports/ds390/support.c: Use tinibios.
11720
11721         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11722
11723 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11724
11725         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11726         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11727
11728         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11729
11730         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11731
11732 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11733
11734         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11735
11736         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11737         (packRegsForIYUse): Created and optimised.
11738
11739 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11740
11741         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11742 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11743
11744         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11745
11746         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11747
11748         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11749
11750 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11751
11752         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11753
11754         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11755
11756 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11757
11758         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11759
11760         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11761
11762         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11763
11764 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11765
11766         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11767         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11768         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11769
11770         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11771
11772         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11773         (genNotFloat): Added.
11774         (genUminusFloat): Added.
11775
11776         * device/lib/z80/Makefile: Added floating pt stubs.
11777
11778         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11779
11780         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11781
11782         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11783
11784 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11785
11786         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11787
11788         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11789
11790         * sdcc/support/regression/Makefile: Add port ds390.
11791
11792         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11793
11794         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11795
11796         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11797
11798         * sdcc/support/regression/ports/ds390/support.c: Added.
11799
11800         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11801
11802         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11803
11804         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11805
11806 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11807
11808         * device/include/malloc.h: Added z80 and gbz80 support.
11809
11810         * device/lib/gbz80/heap.s: Added.
11811
11812         * device/lib/z80/heap.s: Added.
11813
11814         * device/lib/malloc.c: Added z80 and gbz80 support.
11815
11816         * support/regression/tests/malloc.c (testMalloc): Added.
11817
11818         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11819
11820         * support/regression/tests/bug-478094.c: Added.
11821
11822         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11823
11824 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11825
11826         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11827
11828         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11829
11830         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11831
11832         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11833
11834         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11835
11836 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11837
11838         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11839
11840 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11841
11842         * support/regression/tests/bug-477927.c: Added.
11843
11844         * src/z80/peeph.def: Added minor rules.
11845
11846         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11847
11848         * src/z80/peeph.def: Added jump optimisation modification.
11849
11850 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11851
11852         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11853
11854 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11855
11856         * support/regression/tests/funptrs.c: Added.
11857
11858 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11859
11860         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11861
11862 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11863
11864         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11865
11866         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11867
11868         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11869         (movLeft2ResultLong): Created.
11870
11871         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11872         (joinPushes): Added.  Joins two char pushes into a word push.
11873
11874 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11875
11876         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11877
11878         * support/makebin/Makefile (install): Added creation of dest dir.
11879
11880 2001-10-24 Karl Bongers <karl AT turbobit.com>
11881
11882         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11883
11884 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11885
11886         * src/z80/ralloc.c: Turned off faulty pack for one use.
11887
11888         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11889
11890         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11891
11892 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11893
11894         * support/regression/Makefile: Improved clean
11895
11896         * support/regression/ports/gbz80/spec.mk: Added clean
11897
11898         * support/regression/ports/host/spec.mk: Added clean
11899
11900         * support/regression/ports/z80/spec.mk: Added clean
11901
11902         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11903
11904         * support/regression/ports/mcs51/timeout.c: little improvements
11905
11906 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11907
11908         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11909
11910         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11911
11912         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11913
11914 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11915
11916         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11917
11918         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11919
11920 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11921         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11922
11923         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11924
11925         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11926
11927         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11928
11929         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11930
11931         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11932
11933         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11934
11935         * support/regression/tests/longor.c: Added.
11936
11937 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11938
11939         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11940
11941         * as/mcs51/aslink.h: define PATH_MAX
11942
11943         * as/mcs51/asm.h: define PATH_MAX
11944
11945         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11946
11947         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11948
11949         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11950
11951         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11952
11953         * src/SDCCglobl.h: define PATH_MAX
11954
11955         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11956
11957         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11958
11959 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11960
11961         * src/z80/gen.c (gencjneshort): Fixed
11962
11963         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11964
11965 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11966
11967         * support/regression/tests/bug-469671.c: Added.
11968
11969         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11970
11971 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11972
11973         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11974
11975         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11976
11977 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11978
11979         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11980
11981         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11982
11983         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11984
11985         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11986
11987         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11988
11989         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11990
11991         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11992
11993 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11994
11995         * 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.
11996
11997         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11998
11999         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12000
12001 2001-10-07    <johan AT FRIJA>
12002
12003         * device/lib/gets.c (gets): fixed the return value.
12004
12005 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12006         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12007
12008         * 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.
12009
12010         * 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.
12011
12012         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12013
12014         * src/pic/gen.c: Removed Safe_strdup.
12015
12016         * configure.in: Added option to enable libgc support.
12017
12018         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12019         (bitVectUnion): Optimised.
12020         (bitVectIntersect): Optimised.
12021         (bitVectBitsInCommon): Optimised.
12022         (bitVectCplAnd): Optimised.
12023
12024         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12025
12026 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12027
12028         * src/SDCCmain.c: distinguish between assembler debug and plain options
12029
12030         * src/avr/main.c:   remove standard assembler options
12031
12032         * src/ds390/main.c: remove standard assembler options
12033
12034         * src/mcs51/main.c: remove standard assembler options
12035
12036         * src/port.h: removed "PENDING" comment
12037
12038 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12039
12040         * src/device/lib/_mulint.c  : new, with assember functions
12041
12042         * src/device/lib/_mullong.c : new, with assember functions
12043
12044         * src/device/lib/_divuint.c : with assember functions
12045
12046         * src/device/lib/_divsint.c : with assember functions
12047
12048         * src/device/lib/_divulong.c: with assember functions
12049
12050         * src/device/lib/_divslong.c: with assember functions
12051
12052         * src/device/lib/_moduint.c : with assember functions
12053
12054         * src/device/lib/_modsint.c : with assember functions
12055
12056         * src/device/lib/_modulong.c: with assember functions
12057
12058         * src/device/lib/_modslong.c: with assember functions
12059
12060         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12061
12062         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12063
12064         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12065                                       replaced _mululong.c and _mulslong.c by _mullong.c
12066
12067 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12068
12069         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12070
12071 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12072
12073         * src/SDCCglue.c: test, if win32api is available for MINGW
12074
12075 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12076
12077         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12078         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12079         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12080         * support/regression/ports/host/spec.mk: removed GENERIC
12081         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12082         * support/regression/ports/z80/spec.mk: removed GENERIC
12083
12084 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12085
12086         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12087
12088         * support/regression/tests/bug-467035.c: Created.
12089
12090 2001-10-01    <johan AT FRIJA>
12091
12092         * src/SDCC.y: fixed bug #466586 part 1
12093
12094 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12095
12096         * SDCCicode.c: z80 has no generic pointers
12097         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12098
12099 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12100
12101         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12102
12103 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12104
12105         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12106
12107         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12108
12109 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12110
12111         * configure.in: Fixed up so that ucsim is only configured once.
12112
12113         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12114
12115         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12116         (getPathDifference): As above.
12117
12118         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12119
12120         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12121
12122 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12123         * .version: Updated to 2.3.1
12124
12125         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12126         Added copyright header.
12127
12128         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12129         (assemble): Added support for macro based assembler commands.
12130         (linkEdit): Added support for macro based linker commands.
12131         (preProcess): Changed the pre-processor to use macros.
12132         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12133         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12134
12135         * device/lib/z80/crt0.s: Added module name for debugging.
12136
12137 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12138
12139         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12140
12141         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12142
12143         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12144
12145         * src/Makefile.in: Added SDCCmacro and SDCCutil
12146
12147 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12148
12149         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12150
12151 2001-09-16    <johan AT FRIJA>
12152
12153         * 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.
12154
12155 2001-09-15    <johan AT FRIJA>
12156
12157         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12158         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12159
12160 2001-09-11    <johan AT FRIJA>
12161
12162         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12163
12164 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12165
12166         * support/regression/tests/bug-460444.c: Added test case.
12167
12168         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12169         (genCast): Added justification for all of the asserts.
12170
12171 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12172
12173         * support/regression/support.c: _xdata replaced by xdata
12174
12175         * support/regression/spec.mk: removed _generic
12176
12177 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12178
12179         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12180
12181         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12182         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12183
12184         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12185
12186         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12187
12188         * support/regression/tests/bug-460010.c: Added test case.
12189
12190         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12191
12192 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12193
12194         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12195
12196         * support/regression/testfwk.c: removed workaround for bug #436344
12197
12198         * support/regression/tests/bp.c: use less memory with mcs51
12199
12200         * support/regression/tests/bug-441448.c: use less memory
12201
12202         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12203
12204         * support/regression/collate-results.py: typo
12205
12206 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12207
12208         * support/regression/tests/fetchoverlap.c: Added new test case.
12209
12210         * support/regression/tests/bp.c: Added new test case.
12211
12212         * support/regression/tests/bug-448984.c: Added new test case.
12213
12214         * support/regression/tests/pow2shifts.c: Added new test case.
12215
12216         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12217         (genlshTwo): Fixed right shift for count > 8.
12218
12219         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12220
12221 2001-09-08    <johan AT FRIJA>
12222
12223         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12224
12225 2001-09-07    <johan AT FRIJA>
12226
12227         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12228
12229         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12230
12231 2001-09-06    <johan AT FRIJA>
12232
12233         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12234         * bernhard noted me at this: "() equals to (void)" (1.38)
12235
12236 2001-09-05    <johan AT FRIJA>
12237
12238         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12239
12240 2001-09-04    <johan AT FRIJA>
12241
12242         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12243
12244
12245 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12246
12247         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12248
12249 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12250
12251         * link/z80/aslink.h: Fixed path for PATH_MAX
12252
12253 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12254
12255         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12256
12257         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12258
12259         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12260
12261         * 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.
12262
12263 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12264
12265         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12266         (genCmp): Fixed up genCmp for the GB with longs.
12267
12268         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12269
12270         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12271
12272         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12273
12274         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12275
12276 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12277
12278         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12279
12280 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12281
12282         * 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.
12283
12284         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12285
12286 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12287
12288         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12289
12290         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12291
12292 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12293
12294   * sim/ucsim/configure:    little improvement of Cygwin-detection
12295   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12296   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12297   * support/regression/tests/bug-221100.c: small changes for mcs51
12298   * support/regression/tests/bug-221168.c: small changes for mcs51
12299   * support/regression/tests/bug-227710.c: small changes for mcs51
12300   * support/regression/tests/staticinit.c: small changes for mcs51
12301   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12302   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12303   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12304
12305 $Revision$