doc/sdccman.lyx: Some re-formating plus example on using #pragma preproc_asm +/-
[fw/sdcc] / ChangeLog
1 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2
3         * doc/sdccman.lyx: Some re-formating plus example on using
4           #pragma preproc_asm +/-
5
6 2006-09-07 Borut Razem <borut.razem AT siol.net>
7
8         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
9           section
10
11 2006-09-06 Borut Razem <borut.razem AT siol.net>
12
13         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
14           line at sdcc.nsi:153
15         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
16
17 2006-09-05 Borut Razem <borut.razem AT siol.net>
18
19         * configure.in, configure: support for winsock2
20         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
21           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
22           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
23           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
24           debugger/mcs51/symtab.h: sdcdb WIN32 native port
25
26 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
27
28         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
29           and OP_DEFS
30         * support/regression/tests/bug1551947.c: new, added
31         * src/SDCCsymt.h: strings are char* not byte*
32
33 2006-09-05 Raphael Neider <rneider AT web.de>
34
35         * device/lib/pic16/libdev/pic18f4550.c,
36           device/include/pic16/pic18f4550.h: added PORTD/TRISD
37             declarations/definitions from patch #1520949
38
39 2006-09-05 Raphael Neider <rneider AT web.de>
40
41         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
42           byte-aligned bitfields, fixes #1539278
43
44 2006-09-05 Raphael Neider <rneider AT web.de>
45
46         * src/pic/gen.c (genReceive): skip unreferenced arguments,
47           fixes #1544120
48
49 2006-09-04 Borut Razem <borut.razem AT siol.net>
50
51         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
52         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
53           -mno-cygwin is a part of the compiler name
54         * support/scripts/sdcc_mingw32: don't disable ucsim
55
56 2006-09-03 Borut Razem <borut.razem AT siol.net>
57
58         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
59         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
60
61 2006-09-03 Raphael Neider <rneider AT web.de>
62
63         * src/pic/ralloc.c,
64         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
65           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
66           fixes #1550049
67
68 2006-09-01 Borut Razem <borut.razem AT siol.net>
69
70         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
71           to make ppc-osx happy
72
73 2006-08-31 Borut Razem <borut.razem AT siol.net>
74
75         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
76         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
77         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
78         * support/regression/ports/ds390/spec.mk,
79           support/regression/ports/mcs51/spec.mk,
80           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
81           To run regression tests in mingw environment:
82           make DEV_NULL=NUL CC=gcc
83
84 2006-08-30 Borut Razem <borut.razem AT siol.net>
85
86         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
87           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
88           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
89           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
90           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
91           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
92           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
93           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
94           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
95           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
96           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
97           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
98           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
99           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
100           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
101           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
102           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
103           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
104           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
105           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
106           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
107           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
108           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
109           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
110           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
111           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
112           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
113           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
114           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
115           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
116           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
117           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
118           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
119           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
120           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
121           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
122           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
123           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
124           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
125           ucsim WIN32 native port
126
127 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
128
129         * doc/sdccman.lyx: added note on dynamic memory heap initialization
130
131 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
132
133         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
134         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
135
136 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
137
138         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
139         * support/regression/tests/bug1546986.c: new, added
140         * as/mcs51/.cvsignore,
141         * debugger/mcs51/.cvsignore,
142         * src/.cvsignore: deleted
143
144 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
145
146         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
147           definitions)
148
149 2006-08-20 Borut Razem <borut.razem AT siol.net>
150
151         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
152           removed cl_listen_console::match(), cl_console::match(),
153           restructured cl_commander::proc_input()
154
155 2006-08-16 Borut Razem <borut.razem AT siol.net>
156
157         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
158           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
159           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
160
161 2006-08-14 Borut Razem <borut.razem AT siol.net>
162
163         * support/regression/Makefile.in,
164           support/regression/ports/pic14/gpsim.cmd,
165           support/regression/ports/pic14/spec.mk,
166           support/regression/ports/pic14/support.c:
167           added pic14 regression test
168
169 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
170
171         * as/doc/asxhtm.html: documented changed ABS behaviour
172         * as/doc/README: fixed some typos
173
174 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
175
176         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
177           not defined on host
178
179 2006-08-12 Borut Razem <borut.razem AT siol.net>
180
181         * support/regression/fwk/include/testfwk.h,
182           support/regression/fwk/lib/testfwk.c,
183           support/regression/generate-cases.py,
184           support/regression/Makefile.in:
185           regression test framework does not depend on function pointers and
186           variable arguments
187
188 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
189
190         * device/include/stddef.h: c temporary hack to fix bug 1518273
191
192 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
193
194         * device/include/mcs51/cc2510fx.h: added
195         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
196           to projects.
197
198 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
199
200         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
201         * as/z80/Makefile.in: added strcmpi.c
202         * as/z80/z80adr.c: added upper case registers and lower case conditionals
203         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
204
205 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
206
207         * device/lib/gbz80/asm_strings.s,
208         * device/lib/gbz80/crt0_rle.s,
209         * device/lib/gbz80/div.s,
210         * device/lib/gbz80/mul.s,
211         * device/lib/gbz80/shift.s,
212         * device/lib/z80/asm_strings.s,
213         * device/lib/z80/crt0_rle.s,
214         * device/lib/z80/div.s,
215         * device/lib/z80/mul.s,
216         * device/lib/z80/shift.s: changed to all lower case menmonics except the
217           flags which are all upper case
218
219 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
220
221         * as/z80/asm.h: made CASE_SENSITIVE 1
222         * link/z80/aslink.h: made CASE_SENSITIVE 1
223         * src/z80/gen.c (throughout): made all conditionals upper case
224         * support/regression/tests/bug1503067.c: new
225
226 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
227
228         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
229           (shiftIntoPair): added case 2 for PAIR_IY,
230           (setupToPreserveCarry): replaced parameters with iCode and check if
231            PAIR_DE is in use to fix bug 1399290,
232           (genPlus, genMinus): updated call to setupToPreserveCarry
233         * support/regression/tests/bug1399290.c: new
234
235 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
236
237         * device/lib/Makefile.in (Z80SOURCES): enabled float support
238         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
239         * src/ds390/gen.c (shiftRLong),
240         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
241         * src/mcs51/gen.c (sameReg): changed to sameByte,
242           (xch_a_aopGet): new,
243           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
244            shiftRLong): fixed bug 1533966
245         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
246           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
247         * support/regression/Makefile.in: disabled z80, enabled ucz80
248         * support/regression/tests/float_trans.c: enabled test for z80 and host
249         * support/regression/tests/shifts2.c: new, for testing bug 1533966
250
251 2006-08-01 Borut Razem <borut.razem AT siol.net>
252
253         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
254           comparison is always false due to limited range of data type
255           on PPC64 machine (openpower-linux1) where "char = unsigned char"
256
257 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
258
259         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
260         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
261         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
262         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
263
264 2006-07-31 Borut Razem <borut.razem AT siol.net>
265
266         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
267           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
268           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
269           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
270           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
271           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
272           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
273           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
274           enable ucsim mingw compilation. Serial port is disabled,
275           since it uses termios.h API, which is not available on native
276           WIN32
277
278 2006-07-31 Borut Razem <borut.razem AT siol.net>
279
280         * Small Device C Compiler 2.6.0 released
281         * support/scripts/sdcc.nsi: added FULL_DOC option
282         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
283
284 2006-07-28 Borut Razem <borut.razem AT siol.net>
285
286         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
287         * doc/INSTALL.txt: updated
288
289 2006-07-27 Borut Razem <borut.razem AT siol.net>
290
291         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
292           device/lib/pic/libdev/Makefile.in: fixed bug
293           [ 1438354 ] pic libsdcc: distclean doesn't work
294         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
295           device/lib/pic16/libio/Makefile.in: fixed bug
296           [ 1438344 ] pic16 lib: clean doesn't work properly
297         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
298
299 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
300
301         * device/lib/pic/libsdcc/fsdiv.c,
302         * device/lib/pic/libsdcc/fsmul.c,
303         * device/lib/pic16/libsdcc/float/fsdiv.c,
304         * device/lib/pic16/libsdcc/float/fsmul.c,
305         * device/lib/_fsdiv.c,
306         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
307         * support/regression/tests/bug1520966.c: added
308         * doc/knownbugs.html: removed [ 1520966 ] from the list
309
310 2006-07-25 Borut Razem <borut.razem AT siol.net>
311
312         * configure.in, configure, sdccconf_in.h: fixed bug
313           [ 1519095 ] regression test onebyte.c fails on ppc64 host
314         * doc/knownbugs.html: removed [ 1519095 ] from the list
315
316 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
317
318         * doc/knownbugs.html: added, contains list of known bugs at release
319         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
320
321 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
322
323         * device/include/mcs51/compiler.h: added SFRX for xdata based special
324           function registers and corrected defaults with additional warning
325         * device/lib/malloc.c: cosmetic changes
326         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
327         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
328           (fillGaps): and used it
329
330 2006-07-20 Raphael Neider <rneider AT web.de>
331
332         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
333           output unless SDCCPICDEBUG is set
334         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
335           output if SILENT is set
336
337 2006-07-11 Borut Razem <borut.razem AT siol.net>
338
339         * doc/README.txt: updated
340
341 2006-07-10 Borut Razem <borut.razem AT siol.net>
342
343         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
344           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
345           in WIN32 installation
346         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
347           release candidate 1
348
349 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
350
351         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
352         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
353
354 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
355
356         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
357
358 2006-07-06 Borut Razem <borut.razem AT siol.net>
359
360         * support/regression/tests/bitfields.c:
361           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
362         * support/regression/tests/constantRange.c:
363           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
364
365 2006-07-04 Borut Razem <borut.razem AT siol.net>
366
367         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
368           src/port.mk,
369           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
370           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
371           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
372           reverted changes from 2006-07-03
373         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
374         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
375           added CPPFLAGS, used by the host port
376
377 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
378
379         * support/regression/valdiag/tests/switch.c,
380         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
381         * support/regression/tests/libmullong.c: fixed for host
382         * support/regression/ports/host/spec.mk: disable all warnings for host,
383         SDCC runs with --less-pedantic too
384
385 2006-07-03 Borut Razem <borut.razem AT siol.net>
386
387         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
388           defined CPPFLAGS
389         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
390         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
391           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
392           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
393           include ../port.mk
394         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
395           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
396           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
397           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
398
399 2006-07-02 Raphael Neider <rneider AT web.de>
400
401         * src/pic16/devices.inc,
402         * device/include/pic16/pic18fregs.h,
403         * device/include/pic16/pic18f4550.h,
404         * device/lib/pic16/pics.all,
405         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
406
407 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
408
409         * as/hc08/lkaomf51.c (OutputName),
410         * as/mcs51/lkaomf51.c (OutputName),
411         * as/z80/asmain.c (asmbl),
412         * src/ds390/main.c (asmLineNodeFromLineNode),
413         * src/hc08/ralloc.c (hc08_assignRegisters),
414         * src/mcs51/main.c (asmLineNodeFromLineNode),
415         * src/xa51/ralloc.c (checkRegMask),
416         * src/xa51/gen.c (emitcode),
417         * src/z80/gen.c (_emit2),
418         * src/SDCCast.c (searchLitOp),
419         * src/SDCCglobl.h,
420         * support/packihx/packihx.c,
421         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
422         * src/ds390/gen.c (aopPutUsesAcc),
423         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
424         * support/regression/tests/libmullong.c (mullong_wrapper),
425         * src/SDCCsymt.c (powof2),
426         * src/SDCCast.c,
427         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
428         * src/SDCCsymt.h: added TYPE_TARGET_*
429         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
430         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
431         SDCCast because 1) header problems 2) this is the right place
432         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
433         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
434         prototype
435
436 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
437
438         * src/SDCCicode.h: removed buggy semicolon in unused macro
439         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
440         search for previous definiton of auto symbols too,
441         (findPrevUse): fixed logic of emitWarnings
442
443 2006-06-26 Raphael Neider <rneider AT web.de>
444
445         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
446           PCLATH and PCLATU on interrupts, potentially fixes #1505141
447
448 2006-06-25 Raphael Neider <rneider AT web.de>
449
450         * device/lib/pic/libm: NEW, added math library functions
451         * device/lib/pic/libsdcc: NEW; added float support functions
452         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
453         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
454           NEW, added math related headers
455         * device/include/asm/pic/features.h: NEW
456         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
457           (popGet): allow larger offsets for AOP_PCODE,
458           (genDataPointerSet): handle literals explicitly, more debug output,
459           (genAssign): fixed for float using aopLiteral ;-)
460         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
461           GOTO initialisation routine
462         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
463           flag on registers, fixes #1469043 (local variables do not work)
464         * src/pic/main.c (_pic14_do_link),
465         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
466           available
467
468 2006-06-25 Borut Razem <borut.razem AT siol.net>
469
470         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
471           characters printed (not including the trailing '\0' used to end
472           output to strings). Problem detected in regression test bug-927659.c.
473           NOTE: printf() family functions should return int instead
474           unsigned int!
475         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
476           specifier are printed as themselves
477         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
478           support flags, width and precision specifiers
479
480 2006-06-24 Borut Razem <borut.razem AT siol.net>
481
482         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
483           to the list of sdcc tagrets not supporting bit type
484         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
485           testfor pic16 due to bug:
486           [ 1511794 ] pic16: regression test bug-895992.c fails
487
488 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
489
490         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
491         * src/SDCCglue.c (initPointer), fixed bug 1496419
492         * support/regression/tests/bug1496419.c: new, added
493
494 2006-06-22 Borut Razem <borut.razem AT siol.net>
495
496         * support/regression/ports/pic16/support.c: use gpsim usart module from
497           libgpsim_modules library
498
499 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
500
501         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
502         IP0H to IPH0.
503
504 2006-06-19 Raphael Neider <rneider AT web.de>
505
506         * src/pic/glue.h,src/pic16/glue.h: added prototypes
507         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
508           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
509           (pic14printExterns,pic14printPublics,pic16printPublics,
510           pic16_printExterns): use new functions to emit symbols
511           (picglue,pic16glue): emit publics before emitting externs
512         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
513           locally defined functions to avoid bug #1443651
514         * support/regression/tests/bug-716242.c: removed pic16 workaround
515         * support/regression/ports/pic16/spec.mk: ignore errors during build
516
517 2006-06-19 Raphael Neider <rneider AT web.de>
518
519         * src/pic/glue.h: added pic14aopLiteral prototype
520         * src/pic/glue.c (pic14aopLiteral): return unsigned int
521         * src/pic/gen.c: removed stdint.h dependency
522           (aopGet): use Safe_strdup()
523           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
524           (genDataPointerSet): use pic14aopLiteral()
525         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
526           for pic16; thanks to Bernhard and Maarten
527
528 2006-06-18 Borut Razem <borut.razem AT siol.net>
529
530         * support/regression/tests/structflexarray.c: flexible array members
531           not supported by gcc < 3
532         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
533           GUI tool by default
534         * src/pic/gen.c: don't include [p]strdin.h on solaris
535         * support/Util/pstdint.h: addad svn attributes
536         * support/regression/tests/constantRange.c,
537           support/regression/tests/rotate.c: include inttypes.h instead
538           stdint.h on solaris, addad svn attributes
539
540 2006-06-18 Raphael Neider <rneider AT web.de>
541
542         * src/SDCCsymt.c (initCSupport): change return type of divschar to
543           int for PIC16
544         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
545           (pic16_genMinusBits): simplified sign-extension
546           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
547             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
548             adjusted to correctly handle mixed-signed operands, disabled
549             now unused multiplciation routines
550         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
551           (assignResultValue): added argument denoting the size of the result
552             as returned by the function (fixes upcasts in assigning from
553             function calls: char foo(); int i = foo();)
554           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
555             function result to assignResultValue
556           (genMult): disabled inlined multiplication code
557           (genDiv): augmented to also handle the modulus operator, fixed to
558             handle mixed-signed operands correctly
559           (genMod): simply call genDiv, disabled unused code
560           (genAssign): fixed missing (sign-)extension on result
561         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
562             valid char operands, allow signed operands for native code, added
563             division and modulo operator handling
564         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
565
566         As a consequence, onebyte.c (if split into two files) and muldiv.c
567         pass regression tests.
568
569 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
570
571         * doc/Makefile.in: two runs of makeindex seem needed to get
572         correct page references in the index of sdccman.pdf
573         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
574
575 2006-06-17 Borut Razem <borut.razem AT siol.net>
576
577         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
578
579 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
580
581         * doc/sdccman.lyx: updated, added (porting source code, debugging),
582         mentioned ec2drv and paulmon
583
584 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
585
586         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
587           consecutive abs areas
588           (find_empty_space, allocate_space): added map to handle codemap or
589            xdatamap,
590           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
591            absolute idata and xdata
592         * as/mcs51/lkmem.c (summary2): updated legend
593
594 2006-06-16 Raphael Neider <rneider AT web.de>
595
596         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
597
598 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
599
600         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
601           1208515
602         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
603
604 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
605
606         * src/port.h (struct PORT): added field gp_tags, to hold the tag
607         value of generic pointers,
608         * src/avr/main.c,
609           src/ds390/main.c,
610           src/hc08/main.c,
611           src/izt/i186.c,
612           src/izt/tlcs900h.c,
613           src/mcs51/main.c,
614           src/pic/main.c,
615           src/pic16/main.c,
616           src/xa51/main.c,
617           src/z80/main.c: PORT structure, added elements for gp_tags field,
618         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
619         fields in the PORT structure of each port,
620         * src/SDCCast.c (decorateType): allow processing of generic pointers
621         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
622         S_FIXED symbols
623
624 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
625
626         * link/z80/lkgb.c,
627         * link/z80/lkgg.c,
628         * src/pic16/gen.c,
629         * src/pic16/main.c,
630         * src/pic16/pcode.c,
631         * src/pic/main.c,
632         * src/pic/pcoderegs.c,
633         * src/SDCCicode.c,
634         * src/SDCCmain.c,
635         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
636           bug 1504689 on minGW
637
638 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
639
640         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
641
642 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
643
644         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
645
646 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
647
648         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
649           for optimization
650
651 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
652
653         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
654         to a char variable. Fixed bug #1504211
655         * device/include/pic16/adc.h,
656         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
657         and fixed bug #1364390
658
659 2006-06-10 Borut Razem <borut.razem AT siol.net>
660
661         * CVSROOT: removed the CVS left-over
662
663 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
664
665         * as/hc08/asmain.c (asexit),
666         * as/hc08/lkmain.c (lkexit),
667         * as/mcs51/asmain.c (asexit),
668         * as/mcs51/lkmain.c (lkexit),
669         * src/SDCCglue.c (DEFSETFUNC),
670         * src/SDCCmain.c (linkEdit, assemble),
671         * support/librarian/sdcclib.c (AddRel),
672           replaced unlink() by standard C remove()
673         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
674         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
675           gatherImplicitVariables): new, added to fix bug 608752,
676           (createFunction): added gatherImplicitVariables()
677         * src/SDCCast.h: added createRMW prototype
678         * src/SDCCsymt.h (struct symbol): added infertype
679         * support/regression/tests/bug608752.c: new, added
680
681 2006-06-10 Raphael Neider <rneider AT web.de>
682
683         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
684           multibyte dummy reads (fixes #1503234)
685
686 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
687
688         * device/include/mcs51/compiler.h: new, added header file to enable
689           creating common sfr definition header files for different compilers
690
691 2006-06-05 Raphael Neider <rneider AT web.de>
692
693         * src/pic16/{pcode.h,genarith.c}:
694           introduced pCodeOp combining any two pCodeOps (previously only
695           two register operands could be combined), removed pcop2 from
696           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
697         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
698         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
699           rewritten to use new PO_TWO_OPS
700         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
701         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
702           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
703           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
704           (pic16_get_op): embraced return arg to allow #define return(x),
705             added new case for combined opcodes
706           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
707           (pic16_pCode2str,pic16_getRegFrompCodeOp,
708            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
709
710 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
711
712         * src/SDCCval.c (checkConstantRange): added
713         * src/SDCCval.h: added checkConstantRange
714         * support/Util/SDCCerr.c,
715         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
716         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
717         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
718         * src/SDCCast.c (decorateType): added checkConstantRange,
719         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
720         can be emitted with the correct always true/false warning,
721         added optimization for double '!';
722         result of decorateType() must be assigned back to the tree, because
723         decorateType() can change the tree
724         * src/SDCCicode.c (geniCodeLogic),
725         (geniCodeAssign): replaced new checkConstantRange, added warnings,
726         (checkConstantRange): removed, it was only a fragment which never
727         emitted a warning
728         * src/SDCCsymt.c (computeType): fixed promotion for
729         "-1 < (unsigned bit) b"
730         * src/pic/ralloc.c (packRegsForAssign),
731         * src/pic16/ralloc.c (packRegsForAssign),
732         * src/hc08/ralloc.c (packRegsForAssign),
733         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
734         from mcs51
735         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
736         * support/regression/tests/constantRange.c: added
737         * support/valdiag/tests/constantRange.c: added
738         * support/valdiag/valdiag.py: added -DPORT_HOST=1
739
740 2006-06-02 Borut Razem <borut.razem AT siol.net>
741
742         * support/regression/ports/pic16/support.c: increase stack size
743           to 255 bytes
744         * support/regression/Makefile.in: sort tests by name so that the
745           resutlts can be compared on different machines / platforms
746
747 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
748
749         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
750         * src/ds390/gen.c (emitLabel): new, added,
751           (genDjnz): fixed stack overflow bug,
752           (throughout): cosmetic changes to sync with mcs51/gen.c,
753           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
754         * src/mcs51/gen.c (genEndFunction): small optimization,
755           (throughout): cosmetic changes to sync with ds390/gen.c
756
757 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
758
759         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
760           (_print_format): fixed printing pointers
761         * src/mcs51/gen.c (emitLabel, movb): new, added,
762           (genAssign): small optimization,
763           (genDjnz): fixed stack overflow bug,
764           (throughout): replaced sprintf with SNPRINTF,
765           replaced mcs51_regWithIdx with REG_WITH_INDEX,
766           replaced emitcode("mov", "b,...") with MOVB(...),
767           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
768           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
769         * src/mcs51/peeph.def: added rules 140 and 264
770         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
771           so they may get optimized into registers
772
773 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
774
775         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
776           immediately when encountered,
777           (printUsage): always use stderr even on windows
778
779 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
780
781         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
782         (processParms): fixed bug #1247551
783         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
784         parseCmdLine, main): print '--version' to stdout,
785         print 'help' to stdout if --help is given,
786         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
787         arguments are given; fixed --help
788
789 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
790
791         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
792         * support/regression/tests/bug-1493710.c: added
793
794 2006-05-27 Borut Razem <borut.razem AT siol.net>
795
796         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
797           static instead auto
798         * support/regression/ports/pic16/support.c: increase stack size
799           from default 64 bytes to 128 bytes
800         * support/regression/tests/staticinit.c,
801           support/regression/tests/float.c: regression tests fully enabled
802           for pic16 port by putting the initialized data arrays into the code
803           section
804         * support/regression/ports/pic16/spec.mk: don't link default libraries.
805           This was changed by mistake in the previous version.
806
807 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
808
809         * src/pic16/gen.c (genFunction, genEndFunction): some
810         beautifications, fixed bug with falsely restoring FSR2 in large
811         stack model, thanks to Beau E. Cox for reporting the bug
812
813 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
814
815         * debugger/mcs51/break.c,
816         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
817           use %p to print pointers, made address variables unsigned
818         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
819         * debugger/mcs51/symtab.c (parseSymbol): must return something
820         * src/mcs51/gen.c (aopForSym): small optimization,
821            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
822           (freeAsmop): added missing break,
823           (aopPut): removed parameter bvolatile, determine it inside the function,
824           (saveRegisters, unsaveRegisters): small optimization,
825           (genIpush): removed pointless check,
826           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
827           replaced sprintf with SNPRINTF,
828           replaced strcpy with strncpyz,
829           updated aopPut calls,
830           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
831         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
832
833 2006-05-24 Borut Razem <borut.razem AT siol.net>
834
835         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
836           modification of test for the pic16 port, put the array to the code
837           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
838
839 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
840
841         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
842         * support/Util/pstdint.h: added
843
844 2006-05-22 Borut Razem <borut.razem AT siol.net>
845
846         * src/regression/Makefile: removed bool2.c test, added -q linker option
847         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
848           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
849           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
850           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
851           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
852           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
853           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
854           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
855           define SUPPORT_BIT_TYPES 0, removed unused bit variables
856
857 2006-05-22 Raphael Neider <rneider AT web.de>
858
859         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
860           bug #1492360 (problematic due to generic pointers, see code)
861
862 2006-05-22 Borut Razem <borut.razem AT siol.net>
863
864         * support/regression/ports/pic16/specs.mk: removed stack size linker
865           directive
866         * support/regression/tests/array.c,
867           support/regression/tests/bitopcse.c,
868           support/regression/tests/bug-908454.c,
869           support/regression/tests/malloc.c: modified for pic16 regression test
870         * support/regression/tests/bitfields.c:
871           pic16 - excluded bitfileds of size > 8
872         * support/regression/tests/bp.c: pic16 - reduced data size
873         * support/regression/tests/bug-221100.c: pic16 - reduced data size
874         * support/regression/tests/bug-460010.c:
875           pic16 - used the absolute address the fits in memory
876         * support/regression/tests/bug-716242.c:
877           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
878         * support/regression/tests/float.c:
879           pic16 - excluded - data size too big
880         * support/regression/tests/onebyte.c:
881           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
882         * support/regression/tests/shifts.c:
883           pic16 - function names probably have to differ in first X characters
884           (gpasm limitation?)
885         * support/regression/tests/staticinit.c:
886           pic16 - excluded some tests due error: no target memory available for
887           section ".idata"
888
889 2006-05-22 Borut Razem <borut.razem AT siol.net>
890
891         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
892           second try. Thanks Stas Sergeev once more.
893
894 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
895
896         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
897           (genLeftShift, genRightShift): fixed bug 1491627
898         * src/hc08/peeph.def (rules 7, 8.x): added
899         * support/regression/tests/shifts.c (ShiftLeftByParam,
900           ShiftRightByParam, testShiftByParam): added to test variable shifting
901
902 2006-05-20 Raphael Neider <rneider AT web.de>
903
904         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
905         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
906           (allocReg): add only new registers to dynAllocRegs,
907           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
908             #1489055, #1445850, and probably #1483693
909
910 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
911
912         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
913         bug in for-loop that didn't emit the last of CONFIG and ID registers
914
915 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
916
917         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
918           with offset
919         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
920           1489016, 1434401 and 1490124
921         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
922           1489016, 1434401 and 1490124
923
924 2006-05-17 Borut Razem <borut.razem AT siol.net>
925
926         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
927           thanks Stas Sergeev
928
929 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
930
931         * device/include/mcs51/P89c51RD2.h,
932         * device/include/mcs51/P89LPC901.h,
933         * device/include/mcs51/P89LPC922.h,
934         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
935
936 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
937
938         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
939         to fix missing stack pragma in compiled binary object file,
940
941 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
942
943         * support/packihx/configure.in,
944         * support/packihx/configure: removed warning, autoconf >= 2.5x can
945         determine sizeof basic types even while cross compiling
946
947 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
948
949         * src/avr/gen.c (aopop),
950         * src/ds390/gen.c (aopOp),
951         * src/hc08/gen.c (aopOp),
952         * src/mcs51/gen.c (aopop),
953         * src/pic16/gen.c (pic16_aopOp),
954         * src/pic/gen.c (aopOp),
955         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
956         if size of operand is smaller than spill location
957
958 2006-05-12 Borut Razem <borut.razem AT siol.net>
959
960         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
961           have to have CR/LF line endings even if they are checked out on *nix
962           or on WIN32 in cygwin binmode
963
964 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
965
966         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
967         * device/include/ds80c390.h: added sfr16 definitions
968         * src/ds390/gen.c,
969         * src/ds390/gen.h,
970         * src/ds390/main.c,
971         * src/ds390/ralloc.c,
972         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
973           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
974           bit returning functions
975         * support/regression/tests/sfr16.c: enabled test on ds390
976
977 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
978
979         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
980         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
981
982 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
983
984         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
985         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
986           (cl_address_space constructor): removed expensive initialization,
987           (cl_address_space::get_cell): extended for late initialization,
988           (cl_address_space::*): use late initialization,
989           (cl_address_decoder::activate): removed expensive initialization,
990           This reduced regression test running time by 25%
991
992 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
993
994         * packihx/,
995         * configure.in,
996         * configure,
997         * sdcc.dsw,
998         * Makefile.bcc,
999         * Makefile.in,
1000         * support/packihx/Makefile.in,
1001         * support/packihx/clean.mk,
1002         * support/packihx/Makefile.bcc,
1003         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1004
1005 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1006
1007         * src/SDCCval.c (valNot): fix for regression test failure
1008           of not.c on big endian hosts
1009
1010 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1011
1012         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1013
1014 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1015
1016         * device/lib/mcs51/Makefile.in: changed string comparison operator
1017           to = for POSIX compliance; == is bash extension
1018
1019 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1020
1021         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1022           kosmonaut_pirx
1023
1024 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1025
1026         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1027         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1028         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1029         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1030         bug report #1478657,
1031
1032 2006-05-05 Borut Razem <borut.razem AT siol.net>
1033
1034         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1035           making the html
1036
1037 2006-05-02 Borut Razem <borut.razem AT siol.net>
1038
1039         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1040           create *.ind, which made make to fail if invoked with -j 2
1041
1042 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1043
1044         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1045           Hubert Sack for patch 1479782
1046
1047 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1048
1049         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1050
1051 2006-05-01 Raphael Neider <rneider AT web.de>
1052
1053         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1054           (create_pic): store only prefix-free device name,
1055           (init_pic): check for device names with "16" prefix,
1056           (list_valid_pics),
1057         * src/pic/device.h (struct PIC_device),
1058         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1059             stored device name,
1060         * device/include/pic/pic12f{635,675,629,683}.h,
1061         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1062         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1063         * device/include/pic/pic16f505.h,
1064         * device/lib/pic/libdev/pic16f505.c: removed
1065         * device/include/pic/pic14devices.txt: added support for pic12f
1066             devices, removed unsupported non 16-bit devices
1067             [above changes provided by patch from Zik Saleeba]
1068         * src/pic/*, src/pic16/*, device/include/pic16/*,
1069           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1070
1071 2006-05-01 Borut Razem <borut.razem AT siol.net>
1072
1073         * configure.in, configure, doc/Makefile.in:
1074           sync with nightly build makefile - latex, dvipdf and dvips
1075           not needed any more
1076
1077 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1078
1079         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1080         in the library source
1081
1082 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1083
1084         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1085
1086 2006-04-28 Raphael Neider <rneider AT web.de>
1087
1088         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1089         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1090           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1091         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1092
1093 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1094
1095         * device/lib/pic/libdev/Makefile.in,
1096         * device/lib/hc08/Makefile.in,
1097         * device/lib/gbz80/Makefile.in,
1098         * device/lib/z80/Makefile.in,
1099         * device/lib/ds390/Makefile.in,
1100         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1101         thanks to Borut for the bug report
1102         * configure.in,
1103         * configure: always create doc/Makefile independent from --enable-doc
1104         * Makefile.in: always install from directory doc independent from
1105         --enable-doc
1106         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1107         removed
1108         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1109         * doc/Makefile.in: install *.txt if present
1110         * device/include/Makefile.in (install): added installation of pic/*.inc
1111         and pic/*.txt files again, they were erroneously removed
1112
1113 2006-04-28 Raphael Neider <rneider AT web.de>
1114
1115         * src/pic/{gen.c,main.h,pcode.c},
1116         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1117             concerning signedness with casts
1118
1119 2006-04-28 Raphael Neider <rneider AT web.de>
1120
1121         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1122             definition of an interrupt handler,
1123         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1124             interrupt handler stuff from picglue() to separate routine,
1125           (picglue): enabled definition of intr handlers in files w/o main()
1126
1127 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1128
1129         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1130           compilation with MSVC 2005 Express Edition (VC8)
1131
1132 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1133
1134         * device/lib/Makefile: fixed build of gbz80 lib
1135
1136 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1137
1138         * support/regression/tests/bug-460010.c,
1139         * support/regression/tests/bug-524691.c,
1140         * support/regression/tests/bug-716242.c: removed conditional defines
1141           that are already in testfwk.h
1142
1143 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1144
1145         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1146           (AccAXRsh1): added, shift right by 1,
1147           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1148            AccAXLrl1
1149         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1150
1151 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1152
1153         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1154         remove cast to same type
1155         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1156         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1157         * as/z80/Makefile,
1158         * link/z80/Makefile: removed, they have moved to
1159         Makefile.in files
1160         * configure,
1161         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1162         * install-sh: fix bug #1204398 by setting umask 0022
1163         * device/lib/Makefile: separate build of z80 and gbz80 lib
1164
1165 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1166
1167         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1168         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1169
1170         One basic decision: e.g. src/clean.mk includes further files. In order
1171         to make this work there are two solutions:
1172         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1173           run configure on them. This way they can use
1174           'include $(srcdir)/port-clean.mk'
1175         - always include clean.mk by the Makefile at the same level. To avoid
1176           that `make clean` tries to include and build Makefile.dep the
1177           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1178           implemented, because now even `make uninstall` doesn't create
1179           Makefile.in. clean.mk could be eliminated by pasting it in
1180           Makefile.in.
1181
1182         * debugger/mcs51/Makefile.in: build own objects from library sources
1183         (SLIB, SDCC) in current directory
1184
1185         * configure, configure.in: renamed --disable-device-lib-build in
1186         --disable-device-lib; added --enable-doc, the required tools are
1187         searched by configure; added result message; the toolchain for the
1188         belonging ports are now only built, if the port is enabled.
1189
1190         * support/regression/*: all output is written in directory gen, because
1191         the fwk and ports directories don't livet in the build tree using vpath
1192
1193         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1194         --disable-device-lib, added --enable-doc, added section VPATH
1195
1196         * sim/ucsim/configure.in,
1197         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1198         z80 are enabled by default
1199
1200 2006-04-24 Raphael Neider <rneider AT web.de>
1201
1202         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1203             to config word, "pic14_"-prefixed some extern functions
1204           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1205             config word has been found
1206         * src/pic/device.h: added prototypes
1207         * src/pic/pcode.c: added "pic14_"-prefix where needed
1208         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1209             fixup
1210         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1211             words,
1212           (pic14emitRegularMap): ignore config words,
1213           (pic14createInterruptVect): moved generating __config directives away
1214           (picglue): have __config directives emitted
1215
1216 2006-04-24 Borut Razem <borut.razem AT siol.net>
1217
1218         * doc/Makefile: sync with nightly build makefile
1219
1220 2006-04-24 Raphael Neider <rneider AT web.de>
1221
1222         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1223             registers that have not been assigned proper liveranges,
1224             fixes #1469504 and #1474602,
1225           (pCodeRegOptimizeRegUsage): fixed typo in comment
1226
1227 2006-04-24 Borut Razem <borut.razem AT siol.net>
1228
1229         * device/examples/main8051.c: deleted - it was removed from CVS
1230           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1231           after the transition to Subversion
1232         * src/SDCCalloc.h: deleted - it was removed  from CVS
1233           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1234           after the transition to Subversion
1235         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1236           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1237           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1238           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1239
1240 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1241
1242         * as/asx8051.dsp: added mcs51/strcmpi.h
1243         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1244         * as/hc08/aslink.h: updated lnksect prototype
1245         * as/hc08/asm.h,
1246         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1247         * as/hc08/asmain.c,
1248         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1249           (newdot): handle A_ABS
1250         * as/hc08/asout.c,
1251         * as/mcs51/asout.c (outarea): output address
1252         * as/hc08/lkaomf51.c,
1253         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1254         * as/hc08/m08pst.c,
1255         * as/mcs51/i51pst.c,
1256         * as/z80/z80pst.c: "ABS" is not A_OVR
1257         * as/hc08/lkarea.c (newarea): read a_addr,
1258           (lnkarea): added codemap array, sort absolute areas to the front,
1259            combine all GSINITx/GSFINAL,
1260           (find_empty_space, allocate_space): new functions,
1261           (lnksect): return next address, handle absolute sections
1262         * as/mcs51/lkarea.c (newarea): read a_addr,
1263           lnksect2 prototype changed,
1264           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1265           (find_empty_space, allocate_space): new, factored out of lnksect2,
1266           (lnksect2): return next address, handle absolute sections
1267         * as/hc08/lkhead.c,
1268         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1269         * as/hc08/lklibr.c (addfile, fndsym),
1270         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1271           index out of range and detect both '\' and '/'
1272         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1273         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1274           regression tests (ds390 cannot return bool yet)
1275         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1276           document critical interrupts on z80, document changed SDCC define
1277         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1278           (_a390_mapping): added .org directive
1279         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1280           (genMultOneByte): fixed warnings
1281         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1282           ones
1283         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1284         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1285           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1286         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1287         * src/pic16/main.c: removed newReg prototype
1288         * src/pic16/pcode.c,
1289         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1290           warnings
1291         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1292           ones
1293         * src/pic16/ralloc.c
1294         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1295           to fix warnings
1296         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1297           from short to PIC_OPTYPE
1298         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1299         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1300           optype from short to PIC_OPTYPE
1301         * src/port.h: made int_size unsigned to fix warnings
1302         * src/SDCC.y: fixed warning on MSVC
1303         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1304         * src/SDCCopt.c (convertToFcall): fixed warnings
1305         * src/SDCCsymt.h: removed double prototype for genSymName
1306         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1307           offset int to fix warnings
1308
1309 2006-04-22 Borut Razem <borut.razem AT siol.net>
1310
1311         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1312           references to CVS replaced with Subversion
1313
1314 2006-04-21 Borut Razem <borut.razem AT siol.net>
1315
1316         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1317           references to CVS replaced with Subversion
1318
1319 2006-04-19 Borut Razem <borut.razem AT siol.net>
1320
1321         * src/version.awk: adapted for svn
1322         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1323           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1324           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1325           /binutils-avr/etc/*.vi, *.jin: removed all properties
1326           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1327
1328 2006-04-19 Borut Razem <borut.razem AT siol.net>
1329
1330         * CVS to Subversion migration completed
1331
1332 2006-04-18 Borut Razem <borut.razem AT siol.net>
1333
1334         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1335           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1336
1337 2006-04-17 Borut Razem <borut.razem AT siol.net>
1338
1339         * device/include/Makefile.in: added pic/*.inc to the installation
1340
1341 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1342
1343         * support/regression/collate-results.py: fixed output in case of
1344         a valdiag error
1345         * support/regression/generate-cases.py: fixed splitting of pathnames
1346         with dots
1347         * as/hc08/lklibr.c (addfile),
1348         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1349
1350 2006-04-11 Raphael Neider <rneider AT web.de>
1351
1352         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1353         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1354         * src/pic16/pcode.c (assignValnums): fixed #1460578
1355
1356 2006-04-11 Raphael Neider <rneider AT web.de>
1357
1358         * device/lib/pic/libdev/*.c,
1359         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1360           fixes #1468739, enables compilation in --std-c99 mode
1361         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1362
1363 2006-04-11 Raphael Neider <rneider AT web.de>
1364
1365         * src/pic/device.c (find_device): removed debug output
1366           (list_valid_pics): enabled verbose listing of supported devices
1367         * device/include/stdbool.h: define bool as char for pic14/16 as well
1368
1369 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1370
1371         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1372
1373 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1374
1375         * .version: bumped version to 2.5.6
1376         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1377
1378 2006-04-06 Raphael Neider <rneider AT web.de>
1379
1380         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1381         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1382         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1383           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1384             pic14_constructAbsMap
1385           (pic14printPublics): declare absolute global symbols as global
1386           (pic14createInterruptVect),
1387         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1388           (newReg): assume new registers unused, use correct name in
1389             hashtable (reg->name instead of name), more debugLog output
1390         * src/pic/device.h (PIC_device): added fields for verbose output
1391         * src/pic/device.c: moved device definition to pic14devices.txt,
1392             added routines for runtime parsing of pic14devices.txt,
1393             added support for second config word
1394         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1395           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1396           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1397           (_pic14_parseOptions): moved pCodeInitRegisters here
1398           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1399         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1400           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1401             handling the pseudo stack
1402         * device/lib/Makefile.in: ignore failures in objects-pic16,
1403         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1404         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1405         * device/lib/pic/Makefile.subdir,
1406         * device/lib/pic16/Makefile.subdir: improved clean rules
1407         * device/lib/pic/libdev/: NEW, pic14 device libraries
1408         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1409         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1410         * device/include/Makefile.in: create subdir and install pic14 headers
1411         * device/include/pic/p16f_common.inc: removed unused declarations
1412         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1413             PICs from inc2h.pl v1.6,
1414             replaced BIT_AT macros with struct declarations
1415         * device/include/pic/pic14devices.txt: definition of supported devices,
1416             all above improvements contributed by Zik Saleeba, thanks
1417         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1418         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1419             headers
1420
1421 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1422
1423         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1424         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1425           thanks to Charles Olds
1426
1427 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1428
1429         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1430
1431 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1432
1433         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1434         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1435         * support/regression/bug1464657.c: added, new test
1436
1437 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1438
1439         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1440           version number
1441
1442 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1443
1444         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1445           --no-peep and --peep-file <file> are used don't use default rules but
1446           do use the <file>
1447
1448 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1449
1450         * src/mcs51/gen.c (genCall): fixed bug 1457608
1451
1452 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1453
1454         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1455         changes seem to cause (trigger?) problems with the build system.
1456
1457 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1458
1459         * src/SDCCpeeph.c (operandsLiteral): new, added,
1460           (callFuncByName): inserted operandsLiteral
1461         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1462
1463 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1464
1465         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1466         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1467
1468 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1469
1470         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1471           implemented patch 1120823 Thanks to Willy De la Court (normal
1472           interrupts need an interrupt number now if they are made critical),
1473           and enabled nesting of critical functions though not for gbz80
1474           (genCritical, genEndCritical): added functions
1475           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1476         * src/z80/mappings.i: added "ei" to all mappings
1477
1478 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1479
1480         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1481         submitted by the Debian SDCC maintainer Aurelien Jarno:
1482         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1483         archive with gcc 4.1 on mips and wrote the patch"
1484
1485 2006-03-16 Raphael Neider <rneider AT web.de>
1486
1487         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1488           the left operand is shorter than the result (c* = lit-c* + int),
1489           fixes bug #1450796
1490         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1491           OP_SYMBOL
1492
1493 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1494
1495         * src/.version: increased version number to 2.5.5
1496         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1497         linking is done manually in pic16 port's _linkEdit,
1498         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1499         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1500         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1501         allocate asmop as AOP_ACC,
1502         (aopForRemat): added parameter 'bool result' in function declaration,
1503         (pic16_aopGet): return AOP_ACC when accessing WREG,
1504         (pic16_popGetTempReg): minor modification,
1505         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1506         'pic16_allocWithIdx',
1507         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1508         calling function in absolute addresses,
1509         (genAssign): take into account AOP_ACC asmop,
1510         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1511         * src/pic16/pcoderegs.c: some debug functions and lines added,
1512         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1513         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1514         register too,
1515         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1516         call to allocReg, not by manually allocating a new one,
1517         (pic16_assignRegisters): now before going through the register
1518         allocating functions mark all registers as free. This eliminates some
1519         side effects resulting from peephole parser done earlier in the backbone
1520
1521 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1522
1523         * src/SDCCicode.c (geniCodeLogic),
1524         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1525
1526 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1527
1528         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1529           (genSend): bugfix, do not allocate and free twice,
1530           (shiftRLong): handle partially overlapping aops
1531         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1532
1533 2006-03-08 Borut Razem <borut.razem AT siol.net>
1534
1535         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1536           for pic16
1537
1538 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1539
1540         * support/regression/tests/bug1409955.c: new, added
1541         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1542         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1543           (aopForSym, aopOp): increment asmop.allocated if reused,
1544           (freeAsmop): decrement asmop.allocated and check for zero instead of
1545           using asmop.freed,
1546           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1547           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1548            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1549            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1550            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1551            genSignedRightShift, genRightShift, genDataPointerGet,
1552            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1553            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1554             in reverse order from allocation,
1555           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1556             added swappedLR to keep track
1557         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1558           pdata & code for GCC, z80, gbz80 & hc08
1559         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1560
1561 2006-03-08 Raphael Neider <rneider AT web.de>
1562
1563         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1564
1565 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1566
1567         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1568         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1569         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1570
1571 2006-03-06 Borut Razem <borut.razem AT siol.net>
1572
1573         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1574           made the linker quiet
1575
1576 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1577
1578         * src/pic16/gen.c (genPcall): fixed bug #1443644
1579         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1580         which dumps before the function entry point a data byte which represents
1581         the number of the local variables used by the specified function, added
1582         'xinst' for initial support for Extended Instruction Support,
1583         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1584         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1585         port->fun_prefix anymore (may change later),
1586         (genFunction, genEndFunction): do not store/restore local registers for
1587         _main (this should take care the --main-return command line option in
1588         the future),
1589         (genOr): removed some legacy pic-port instructions,
1590         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1591         performing operations with SFR's causes data to be written more than
1592         once to each SFR. Perhaps SFRs should be handled in special cases...
1593         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1594         pcode.h
1595         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1596         into account for stack starting position,
1597         (struct OPTIONS pic16_optionsTable): added command line argument
1598         --extended or -y for Extended Instruction Support,
1599         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1600         (deassignLRs): *** perhaps the most important change, old 'for' code
1601         (commented out for reference), didn't account for some registers which
1602         were left marked 'not free' after a pointer operation. The change
1603         reduces register usage a lot in some cases
1604
1605 2006-03-04 Borut Razem <borut.razem AT siol.net>
1606
1607         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1608           _clean
1609         * support/regression/tests/bug-524697.c: decreased array size for
1610           mcs51 to fit into the internal RAM
1611         * support/regression/Makefile.in: a little bit more verbose
1612
1613 2006-03-03 Borut Razem <borut.razem AT siol.net>
1614
1615         * support/regression/fwk/lib/testfwk.c,
1616           support/regression/fwk/include/testfwk.h: introduced function
1617           _prints(), nonrecursive _printn(), call _initEmu() from main()
1618         * support/regression/ports/gbz80/support.asm,
1619           support/regression/ports/ucz80/support.asm,
1620           support/regression/ports/z80/support.asm,
1621           support/regression/ports/ds390/support.c,
1622           support/regression/ports/hc08/support.c,
1623           support/regression/ports/host/support.c,
1624           support/regression/ports/mcs51/support.c,
1625           support/regression/ports/xa51/support.c: added empty _initEmu()
1626           function
1627         * support/regression/ports/pic16/gpsim.cmd,
1628           support/regression/ports/pic16/spec.mk,
1629           support/regression/ports/pic16/support.c,
1630           support/regression/Makefile.in: added pic16 regression test
1631
1632 2006-03-01 Raphael Neider <rneider AT web.de>
1633
1634         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1635           genConstPointerGet): use safe way of generating MOVFF to cover
1636             literals as well as registers, fixes bug #1440527
1637         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1638             dereference
1639           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1640             more correctly, fixes bug #1232186
1641           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1642         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1643             gplink guess the correct processor in more cases, applied patch
1644             from Till Riedel attached to and fixing bug #1436552
1645
1646 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1647
1648         * support/regression/tests/array.c: added, contains check for #1434401
1649         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1650
1651 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1652
1653         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1654         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1655         * device/include/mcs51/c8051f326.h,
1656         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1657         * device/include/mcs51/c8051f000.h,
1658         * device/include/mcs51/c8051f018.h,
1659         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1660           PCON_IDLE,PCON_STOP and added sfr16 definitions
1661
1662 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1663
1664         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1665           genGetWord): fixed bug 1409955
1666
1667 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1668
1669         * device/include/hc08/mc68hc908gp32.h,
1670         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1671
1672 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1673
1674         * src/SDCCast.c (constExprValue): return NULL if not a value
1675         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1676         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1677         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1678
1679 2006-02-13 Borut Razem <borut.razem AT siol.net>
1680
1681         * src/regression/ptrarg.c: added, fails due to bug #1430967
1682         * src/regression/Makefile: ptrarg.c added, ...
1683
1684 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1685
1686         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1687         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1688
1689 2006-02-11 Borut Razem <borut.razem AT siol.net>
1690
1691         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1692           print "Processor: xxx" message to stdout only if --verbose
1693
1694 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1695
1696         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1697         * support/regression/tests/bug1426356.c: added
1698         * support/regression/tests/bitfields.c: removed 2 tests
1699
1700 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1701
1702         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1703         * device/include/mcs51/c8051f330.h,
1704         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1705           PCON_IDLE,PCON_STOP and added sfr16 definitions
1706         * device/lib/_divsint.c,
1707         * device/lib/_divuint.c,
1708         * device/lib/_divulong.c,
1709         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1710           register bank bug for small stackauto
1711
1712 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1713
1714         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1715
1716 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1717
1718         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1719         * all.dsp: corrected several bin paths
1720         * device/include/mcs51/c8051f120.h,
1721         * device/include/mcs51/c8051f300.h,
1722         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1723           to PCON_IDLE,PCON_STOP
1724         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1725         * device/lib/printf_large.c (output_float): fixed bug 1388703
1726         * support/regression/tests/bug1057979.c: added test for bug 1388703
1727
1728 2006-02-08 Raphael Neider <rneider AT web.de>
1729
1730         * src/pic/pcode.c (pciTRIS): fixed typo,
1731           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1732           (LinkFlow): fixed handling of flows that end in a call,
1733           (ReuseReg): perform safety check earlier
1734         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1735             to work with flows at the beginning of a pBlock,
1736             fixes #1426557 (Symbol not previously defined),
1737           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1738             usage information
1739           (RemoveUnusedRegisters): update register usage info
1740         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1741             created, reuse existing ones instead
1742         * src/pic/gen.c (genPcall): fixed #1424719
1743
1744 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1745
1746         * link/z80/lkmain.c,
1747         * link/z80/lklex.c,
1748         * link/z80/lkdata.c,
1749         * link/z80/aslink.h: fixed build on current cygwin:
1750         replaced getline() by lk_getline()
1751
1752 2006-02-01 Borut Razem <borut.razem AT siol.net>
1753
1754         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1755           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1756           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1757           src/regression/bool1.c, src/regression/bool2.c,
1758           src/regression/bool3.c, src/regression/call1.c,
1759           src/regression/compare.c, src/regression/compare10.c,
1760           src/regression/compare2.c, src/regression/compare3.c,
1761           src/regression/compare4.c, src/regression/compare5.c,
1762           src/regression/compare6.c, src/regression/compare7.c,
1763           src/regression/compare8.c, src/regression/compare9.c,
1764           src/regression/configword.c, src/regression/for.c,
1765           src/regression/inline.c, src/regression/mult1.c,
1766           src/regression/nestfor.c, src/regression/or1.c,
1767           src/regression/pointer1.c, src/regression/ptrfunc.c,
1768           src/regression/rotate1.c, src/regression/rotate2.c,
1769           src/regression/rotate3.c, src/regression/rotate4.c,
1770           src/regression/rotate5.c, src/regression/rotate6.c,
1771           src/regression/rotate7.c, src/regression/string1.c,
1772           src/regression/struct1.c, src/regression/sub.c,
1773           src/regression/sub2.c, src/regression/switch1.c,
1774           src/regression/while.c, src/regression/xor.c,
1775           src/regression/create_stc, src/regression/simulate,
1776           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1777           regression tests
1778         * src/regression/gpsim_assert.h: added
1779
1780 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1781
1782         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1783         ((void (code *) (void)) 0) ();
1784         * as/hc08/aslex.c,
1785         * as/hc08/aslink.h,
1786         * as/hc08/asm.h,
1787         * as/hc08/asmain.c,
1788         * as/hc08/lkdata.c,
1789         * as/hc08/lklex.c,
1790         * as/hc08/lkmain.c,
1791         * as/mcs51/aslex.c,
1792         * as/mcs51/aslink.h,
1793         * as/mcs51/asm.h,
1794         * as/mcs51/asmain.c,
1795         * as/mcs51/lkdata.c,
1796         * as/mcs51/lklex.c,
1797         * as/mcs51/lkmain.c,
1798         * as/z80/aslex.c,
1799         * as/z80/asm.h,
1800         * as/z80/asmain.c: fixed build on current cygwin:
1801         replaced getline() by as_getline()
1802
1803 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1804
1805         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1806         declarator in the symbol chain
1807         * src/SDCCsymt.h,
1808         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1809         parameter list for function pointers
1810         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1811         * support/regression/tests/bug-716242.c: added
1812
1813 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1814
1815         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1816         offset if possible
1817         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1818
1819 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1820
1821         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1822         inifinitely recurseable, added static
1823         * support/regression/tests/bug-1408066.c: added
1824
1825 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1826
1827         * src/SDCCicode.h,
1828         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1829         renamed, added possibility to create "postLoopLbl"-labels
1830         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1831         newiTempLoopHeaderLabel
1832         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1833         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1834         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1835         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1836         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1837         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1838         (basicInduction): fixed bug #136564, made static,
1839         (loopInduction): changed parameter of basicInduction, made static,
1840         (addPostLoopBlock): added
1841         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1842         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1843         findLoopEndSeq
1844         * support/regression/tests/bug-136564.c: added
1845         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1846         --std-sdcc99 to LIBSDCCFLAGS
1847
1848 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1849
1850         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1851         while loop
1852         * support/regression/tests/bug-1406131.c: added
1853
1854 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1855
1856         * src/SDCCast.c (decorateType): fix promotion of unary minus
1857         * src/SDCCsymt.c (computeType): beautified
1858         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1859         (valUnaryPM, valComplement): fix sign and promotion,
1860         (valNot): ANSI: result type is int (SDCC: unsigned char)
1861         * support/regression/tests/uminus.c: speedup by removing superflous
1862         test case 'int'
1863         * support/regression/tests/onebyte.c: added promotion and signedness
1864         tests for unary minus
1865         * support/regressions/tests/bug-477927.c: disable warning about
1866         uninitialized variables
1867         * support/regression/tests/not.c: added
1868
1869 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1870
1871         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1872         * src/mcs51/gen.c (gen51Code): show final register usage after
1873         fillGaps in asm with --i-code-in-asm
1874         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1875         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1876         incUsed, rliveClear, adjustIChain): made static,
1877         (setFromRange): excluded because it's unused,
1878         (findPrevUseSym, markWholeLoop): added,
1879         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1880         through all branches of predecessors enables sdcc to emit the warning
1881         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1882         (rlivePoint): made static, added parameter emitWarnings which is only
1883         true during the first run out of two,
1884         (findRecursiveSucc, findRecursivePred): removed,
1885         (computeLiveRanges): made static, added parameter emitWarnings,
1886         (dumpIcRlive): added for debugging only
1887         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1888         removed prototype of setFromRange()
1889         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1890         in call of computeLiveRanges()
1891         * support/regression/tests/bug-895992.c: added
1892         * support/regression/tests/bug-971834.c: added
1893         * support/valdiag/tests/bug-895992.c: added
1894         * support/valdiag/tests/bug-971834.c: added
1895
1896 2005-12-18 Raphael Neider <rneider AT web.de>
1897
1898         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1899           (genUnpackBits): improved code for direct operands,
1900           (genPackBits): improved code for literal assignment to bitfields
1901             and for direct destination operands (no FSR indirection),
1902             prevented redundant AND, fixes #1362800,
1903           (AccLsh): added parameter to disable masking of the result
1904         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1905           skip instructions with side-effects (like incfsz),
1906           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1907         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1908         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1909           fixes #1375263
1910
1911 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1912
1913         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1914         volatile variables as spill location
1915
1916 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1917
1918         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1919         replacing literals
1920         * support/regression/tests/bug-1376320.c: added
1921
1922 2005-12-08 Raphael Neider <rneider AT web.de>
1923
1924         * src/pic/device.c: renamed is_shared to pic14_is_shared
1925         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1926         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1927           (is_valid_identifier): added for above workaround
1928
1929 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1930
1931         * device/lib/Makefile.in: fixed to enable port-specific-objects
1932         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1933           char, thanks Hubert Sack
1934         * doc/sdccman.lyx: documented --xstack-loc,
1935           elaborated a bit more on interrupts and pitfalls,
1936           removed "setjmp/longjmp unsupported",
1937           documented some unsupported C99 features
1938         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1939         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1940           if, thanks Hubert Sack
1941         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1942         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1943           make make_library
1944         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1945           regression tests can report resource usage (rfe 700441)
1946         * support/regression/collate-results.py: report resource usage
1947         * support/regression/ports/ds390/spec.mk,
1948         * support/regression/ports/hc08/spec.mk,
1949         * support/regression/ports/mcs51/spec.mk,
1950         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1951         * support/regression/ports/ds390/uCsim.cmd,
1952         * support/regression/ports/hc08/uCsim.cmd,
1953         * support/regression/ports/mcs51/uCsim.cmd,
1954         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1955         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1956           library, use the default one
1957         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1958           building the library
1959
1960 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1961
1962         * config.dsp: added dependency on .version and configure_vc.awk
1963         * device/include/setjmp.h: updated for --stack-auto and --xstack
1964         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1965         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1966         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1967         * device/lib/libsdcc.lib: added _setjmp
1968         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1969           (decorateType): fixed bug 1372851,
1970           (optimizeGetHbit): fixed warning
1971         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1972           array initialisation
1973         * support/regression/tests/bug1057979.c: added test for bug 1358192
1974         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1975
1976 2005-12-03 Borut Razem <borut.razem AT siol.net>
1977
1978         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1979           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1980
1981 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1982
1983         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1984         createIval): implement symbol independant "flexible array member",
1985         (createIvalCharPtr): implemented flexible array initialisation with a
1986         string
1987         * src/SDCCsymt.c (copyStruct): removed,
1988         (getSize): fixed misleading comment,
1989         (getAllocSize): removed, the additional allocation size is now in
1990         sym->flexArrayLength,
1991         (checkStructFlexArray): new, syntax checks for flexible array members,
1992         (compStructSize): added syntax checks for "flexible array members"
1993         (copyStruct): removed,
1994         (copyLinkChain): removed inefficient fix for bug 770487
1995         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1996         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1997         symbol->flexArrayLength
1998         * src/SDCCerr.c,
1999         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2000         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2001         * support/regression/tests/structflexarray.c: added
2002         * support/valdiag/tests/structflexiblearray.c: added
2003
2004 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2005
2006         * src/SDCCast.c (decorateType): fixed bug 1368489
2007         * support/Util/SDCCerr.c,
2008         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2009
2010 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2011
2012         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2013           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2014
2015 2005-11-27 Borut Razem <borut.razem AT siol.net>
2016
2017         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2018           support/cpp2/mkdeps.h: added command line option
2019           -obj-ext=<extension> to SDCPP to define object file externion, used
2020           for generation of make dependencies (-M)
2021         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2022
2023 2005-11-26 Borut Razem <borut.razem AT siol.net>
2024
2025         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2026           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2027           added pic and pic16 libraries
2028
2029 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2030
2031         * device/include/float.h: Corrected typo in prototype of __fsgt
2032
2033 2005-11-25 Borut Razem <borut.razem AT siol.net>
2034
2035         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2036           added creation of model-mcs51-stack-auto libraries
2037
2038 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2039
2040         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2041         and fields-list too
2042         * src/SDCCast.c (createIvalArray): removed obsolete comment
2043
2044 2005-11-24 Borut Razem <borut.razem AT siol.net>
2045
2046         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2047           added missing device/lib/mcs51/crt*.asm sources
2048
2049 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2050
2051         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2052
2053 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2054
2055         * device/lib/_fs2schar.c,
2056         * device/lib/_fs2sint.c,
2057         * device/lib/_fs2slong.c: optimized inline asm
2058
2059 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2060
2061         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2062           Better handling of floats between -1.0 and 0.0.
2063
2064 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2065
2066         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2067           (the missing "if"s prohibited removal of redundant labels)
2068
2069 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2070
2071         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2072           Properly convert floats between -1.0 and 0.0 to long, int, and char
2073           types (max integer value of negative floats tends to zero).
2074         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2075           Removed changes made so to work properly with floats between
2076           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2077           and _fs2char.c
2078
2079 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2080
2081         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2082         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2083         (genCast) cosmetic change
2084         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2085         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2086         from mcs51
2087         * support/regression/tests/bitfields (testSignedBitfields): added
2088
2089 2005-11-18 Borut Razem <borut.razem AT siol.net>
2090
2091         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2092         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2093           introduced SILENT option to make building of pic16 libraries less
2094
2095 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2096
2097         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2098           Now they work properly with floats between -1.0 and 0.0
2099         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2100
2101 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2102
2103         * src/SDCCicode.c (printOperand): added missing else
2104
2105 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2106
2107         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2108         reformatted for better readability
2109         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2110         signed bitfields
2111
2112 2005-11-17 Borut Razem <borut.razem AT siol.net>
2113
2114         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2115           introduced SILENT option to make building of pic16 libraries less
2116           verbose - used for nightly snapshot build
2117         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2118           available on Win32 platforms.
2119         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2120           medium, large, pic and pic16
2121
2122 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2123
2124         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2125           printf("%f"...) sets fraction to zero.
2126
2127 2005-11-16 Raphael Neider <rneider AT web.de>
2128
2129         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2130           fixes #1357221
2131         * src/pic/gen.c (genIfx): implemented for CARRY bit
2132         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2133           to generic pointers, fixes #1357332,
2134           (pic16_movLit2f): NEW,
2135           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2136
2137 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2138
2139         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2140
2141 2005-11-11 Raphael Neider <rneider AT web.de>
2142
2143         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2144         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2145           compute pointer's type from operand,
2146           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2147           improved single bit reads, fixes bug #1353379
2148
2149 2005-11-09 Borut Razem <borut.razem AT siol.net>
2150
2151         * support/scripts/sdcc.nsi: added lib/pic to the package
2152
2153 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2154
2155         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2156
2157 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2158
2159         * support/regression/tests/bug1348008.c: added
2160         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2161         * support/regression/tests/bug1337835.c: updated comment
2162
2163 2005-11-06 Borut Razem <borut.razem AT siol.net>
2164
2165         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2166           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2167           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2168           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2169           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2170           dynamic construction of cl_error_class and derivates - 2.nd try
2171
2172 2005-11-05 Borut Razem <borut.razem AT siol.net>
2173
2174         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2175           bug, which caused Bus Errors on sparc solaris
2176
2177 2005-11-04 Borut Razem <borut.razem AT siol.net>
2178
2179         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2180           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2181           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2182           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2183           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2184           and derivates to resolve the initialization problem on OSX
2185
2186 2005-11-02 Borut Razem <borut.razem AT siol.net>
2187
2188         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2189           corrected typo - #include <winsock2.h>
2190
2191 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2192
2193         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2194           (_asxxxx_mapping): added org directive for future enhancements
2195
2196 2005-11-01 Borut Razem <borut.razem AT siol.net>
2197
2198         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2199           enabled sockets on WIN32
2200         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2201
2202 2005-10-31 Borut Razem <borut.razem AT siol.net>
2203
2204         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2205           WIN32 backslash path delimiters should be escaped when used in C strings
2206         * support/regression/tests/bitfields.c: exclude failing assertions for
2207           __CYGWIN32__ and __MINGW32__ hosts
2208
2209 2005-10-30 Borut Razem <borut.razem AT siol.net>
2210
2211         * src/SDCCutil.c: corrected double comparison typo
2212
2213 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2214
2215         * device/lib/medium/Makefile: added for new memory model medium
2216         * device/include/asm/mcs51/features.h: updated for medium/pdata
2217         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2218           added Multiply & Accumulate sbit's and MAC0_PAGE define
2219         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2220         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2221         * device/lib/_mullong.c: update for medium model
2222         * device/lib/incl.mk: added medium model
2223         * doc/sdccman.lyx: documented medium model
2224         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2225         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2226         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2227         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2228           (allocParms): set SCLS and OCLS to pdata for medium model
2229         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2230           for pdata,
2231           (powof2): return <0 if not power of 2
2232         * src/avr/gen.c (genBitWise): use updated powof2
2233         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2234           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2235           (shiftLLeftOrResult): use B if necessary
2236         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2237         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2238         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2239         * support/regression/Makefile.in: added test-mcs51-medium
2240         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2241
2242 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2243
2244         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2245         specifier unsigned
2246         * device/lib/time.c (mktime): fixed bug 1334315
2247
2248 2005-10-28 Raphael Neider <rneider AT web.de>
2249
2250         * device/include/pic/p16f_common.inc: added common declarations
2251         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2252
2253 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2254
2255         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2256           (aopPutUsesAcc): added to predict accumulator use,
2257           (assignResultValue): save acc if necessary,
2258           (genMinusDec): store result if indirectly addressed,
2259           (genDivOneByte):  save acc if necessary,
2260           (movLeft2Result): bugfix if left already in acc,
2261           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2262             attention to accumulator use (esp. pdata),
2263           (genReceive): receive pdata correctly
2264         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2265         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2266
2267 2005-10-27 Raphael Neider <rneider AT web.de>
2268
2269         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2270
2271 2005-10-27 Raphael Neider <rneider AT web.de>
2272
2273         * .version: changed version to 2.5.4
2274         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2275         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2276           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2277             arithmetics support routines
2278         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2279         * device/lib/Makefile.in: also create installdir for pic
2280
2281         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2282           pic14 port as well
2283         * src/pic/device.c (dump_sfr): rewritten to delegate register
2284           placement to the linker (use `extern sym' rather than sym EQU addr),
2285           (validAddress): fixed to check last specified address
2286         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2287           (popGetLit): truncate literal value to 8 bit,
2288           (popGet): moved assert to more appropriate place
2289           (popGetExternal): create pCode operand from and mark the according
2290             symbol as being `extern'
2291           (popGetAddr): added sanity check on immediate's offset, provide
2292             GPOINTER tag on demand
2293           (aopPut): fixed for immediates,
2294           (mov2w_op): move operand's address or contents to WREG (depending on
2295             operand type), safer variant of mov2w,
2296           (movwf,call_libraryfunc): NEW, handy abbreviations,
2297           (get_argument_pcop,get_return_val_pcop,pass_argument,
2298           get_returnvalue): interface for accessing function parameters and
2299             return values,
2300           (assignResultValuei,genRet): use new parameter/return value interface
2301           (pic14_getDataSize): back to old version handling generic pointers,
2302           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2303             provided implementation and/or fixed old one,
2304           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2305             calls, removed legacy 8051 reference code
2306           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2307           (loadSignToC): NEW, move the operands sign bit to CARRY,
2308           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2309             genRightShiftSigned, accepts negative shift counts,
2310           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2311           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2312             generic pointers, __data pointers and __code pointers,
2313           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2314             and signed bitfields, limit bitfields to 8 bit,
2315           (genDataPointerGet): fixed number of bytes read,
2316           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2317           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2318             pointers to constant data are no longer assumed to point to __code
2319             space, removed invalid pointer types,
2320           (bitpatternFromVal): retrieve the PICs representation of an integer
2321             or float literal,
2322           (genDataPointerSet): fixed assigning to po_immediate operands,
2323           (genGenPointerSet): implemented as library call,
2324           (genIfx): fixed incorrect condition,
2325           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2326             provide GPOINTER tag according to destination's storage class,
2327           (genCast): added code to handle casting to generic pointers, added
2328             sign-/zero extension of the result
2329           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2330         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2331         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2332           extend the result
2333         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2334           address/register resides in the shared banks
2335           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2336             put all variables into separate sections (have the linker arrange
2337             them)
2338           (picglue): put init code and interrupt handlers in separate sections
2339         * src/pic/main.c: added port specific options table, modified to PORT
2340           structure to make GPOINTERs 3 byte, added pic14_options
2341           (_pic14_do_link): private linking routine (update paths to libraries,
2342             add libsdcc.lib by default)
2343         * src/pic/main.h: declare pic14_options
2344         * src/pic/pcode.c: fixed instructions i/o relations,
2345           (RegCond): reverted to correct version,
2346           (newpCodeOpLit): truncate literals to 8 bit,
2347           (genericPrint): added debug output,
2348           (getRegFromInstruction): fixed for various operand types, simplified
2349           (BuildFlow): fixed broken handling of isntructions with labels
2350           (LinkFlow): start at last instruction in flow (skip trailing comments),
2351             pass the flow on to the next instruction after CALL
2352           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2353           (insertPCodeInstruction): fixed inserting after a skip instruction,
2354           (DoBankSelect): fixed for labeled instructions
2355           (OptimizepBlock): honor --nopeep switch
2356           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2357         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2358         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2359           (pCodeOptime2pCodes): allow disabling this optimization via
2360             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2361             but is still buggy), started implementation of a dataflow based
2362             pCode optimization (CSE + dead code elimination)
2363           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2364         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2365           names are independant of the stack location and therefore portable across
2366           devices
2367
2368 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2369
2370         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2371           (selectSpil): fixed bug 1337835 by not spilling bit variables
2372         * support/regression/tests/bug1337835.c: added test for this bug
2373         * src/mcs51/peeph.def: restart after rule 3.c,
2374           addded rules 263.x to optimize loading constants
2375
2376 2005-10-26 Raphael Neider <rneider AT web.de>
2377
2378         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2379         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2380           (genAssign): emit warning when casting literals to generic pointer
2381             type, also applies when taking the address of a fixed variable,
2382           (genCast): improved casting to generic pointers
2383         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2384           extern variables, added verbose error message
2385         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2386
2387 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2388
2389         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2390         carry must be complemented too
2391         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2392         could be emitted by genMinus
2393         * src/SDCCval.c (constVal): fixed bug 1305065
2394
2395 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2396
2397         * src/SDCCast.c (addCast): added promotion for bit variables
2398         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2399         promotion casts + optimisation
2400         (optimizeGetWord): fix warning 'i' might be used uninitialized
2401         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2402         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2403
2404 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2405
2406         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2407         all chars are promoted to int; promotion should be handled in SDCCast.c
2408
2409 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2410
2411         * device/lib/_strcmp.c: Fixed bug 1326457
2412
2413 2005-10-11 Raphael Neider <rneider AT web.de>
2414
2415         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2416         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2417
2418 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2419
2420         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2421         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2422
2423 2005-10-04 Raphael Neider <rneider AT web.de>
2424
2425         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2426           device/lib/pic16/pics.all: added pic18f1320
2427         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2428
2429 2005-09-30 Raphael Neider <rneider AT web.de>
2430
2431         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2432         * src/pic16/devices.inc: NEW, provides device descriptions
2433         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2434
2435 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2436
2437         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2438           GETHBIT
2439
2440 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2441
2442         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2443           documented Any Order Bit, Higher Order Byte and Higher Order Word
2444         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2445         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2446           (optimizeGetAbit): new, to get any bit, not only the high bit,
2447           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2448           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2449           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2450           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2451             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2452             GETABIT, GETBYTE, GETWORD: decorate them,
2453           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2454           (ast_print): added GETABIT, GETBYTE, GETWORD
2455         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2456         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2457           (geniCodeBinary): new generic binary icode,
2458           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2459         * src/port.h: updated comment for PORT.hasExtBitOp
2460         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2461           (genGetByte): new, to get a single byte,
2462           (genGetWord): new, to get a word from a long,
2463           (gen51Code): added GETABIT, GETBYTE, GETWORD
2464         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2465
2466 2005-09-23 Raphael Neider <rneider AT web.de>
2467
2468         * configure.in, configure: have device/lib/pic configured
2469         * device/lib/Makefile.in: added model-pic14
2470         * device/lib/clean.mk: added pic/ to clean rule
2471         * device/lib/pic: added rudimentary pic14 library providing support
2472           functions for multiplication/division/generic pointer access
2473         * src/SDCCopt.c (convilong): mark support functions as extern
2474           for pic14 port as well
2475         * src/pic/gen.c (genMult): added assertions,
2476           (genpic14Code): emit warning on unhandled iCodes
2477         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2478         * src/pic/pcode.c (pCodeOpCopy),
2479         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2480           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2481           SFR_REGISTER}), made safe for future extensions
2482         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2483           instructions even if preceeded by SKIP instructions (also remove
2484           them); removed unused code
2485         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2486           prevents leaving parts of the structure uninitialized after copying
2487
2488 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2489
2490         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2491           ago by me
2492         * support/regression/tests/addsub.c: added test for the bug
2493
2494 2005-09-21 Raphael Neider <rneider AT web.de>
2495
2496         * device/include/pic16/pic18f1220.h,
2497           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2498         * device/lib/pic16/Makefile.rules: added missing opening paren
2499         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2500           are provided in genutils.c,
2501           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2502           operand/result sizes,
2503           (genCmp): assert on NULL pointers first, then check deref'ed values
2504         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2505           result size
2506
2507 2005-09-18 Raphael Neider <rneider AT web.de>
2508
2509         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2510           as these are now unused,
2511           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2512         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2513           local, avoids uninitialized pointer dereference on r->name
2514         * src/pic16/ralloc.c (newReg): fixed indentation
2515
2516 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2517
2518         * src/SDCCval.c (constVal): fixed bug 730366
2519         * support/Util/SDCCerr.c,
2520         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2521
2522 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2523
2524         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2525
2526 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2527
2528         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2529
2530 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2531
2532         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2533           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2534         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2535           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2536         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2537         * packihx/packihx.c (hexDigit): made c unsigned char
2538         * as/mcs51/lklibr.c (fndsym),
2539         * link/z80/lkgb.c (gb),
2540         * link/z80/lklibr.c (fndsym),
2541         * link/z80/lkrloc.c (relr),
2542         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2543         * src/SDCC.lex (checkCurrFile, process_pragma),
2544         * src/SDCCglue.c (spacesToUnderscores),
2545         * src/SDCCmain.c (setParseWithComma, processFile),
2546         * src/asm.c (tvsprintf, printCLine),
2547         * src/avr/gen.c (emitcode, aopPut),
2548         * src/ds390/gen.c (emitcode),
2549         * src/hc08/gen.c (emitcode, emitinline),
2550         * src/mcs51/gen.c (emitcode, genInline),
2551         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2552           tokenizeLineNode),
2553         * src/pic/ralloc.c (debugLog),
2554         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2555           tokenizeLineNode),
2556         * src/pic16/ralloc.c (debugLog),
2557         * src/z80/main.c (_process_pragma):
2558            made all ctype.h function calls safe
2559         * src/SDCCopt.c: include math.h for fabs
2560         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2561           and used them throughout the code to make ctype.h function calls safe
2562         * src/ds390/main.c (asmLineNodeFromLineNode),
2563         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2564         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2565            unsigned char*
2566         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2567           (newpCodeAsmDir): made ctype.h function calls safe
2568         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2569           pic16_emitcode):  made lbp unsigned char*
2570         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2571           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2572         * src/xa51/gen.c (emitcode),
2573         * src/z80/gen.c (_emit2): made lbp unsigned char*
2574         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2575            char*
2576
2577 2005-09-05 Raphael Neider <rneider AT web.de>
2578
2579         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2580           access bank splitpoint
2581
2582 2005-09-05 Raphael Neider <rneider AT web.de>
2583
2584         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2585
2586 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2587
2588         * .version: changed to version 2.5.3
2589         * doc/sdccman.lyx: changed version to 2.5.3,
2590           documented --codeseg and --constseg and pragma codeseg and constseg,
2591           documented bit parameters (reentrant) and bit returning
2592         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2593            currFunc->recvSize, but is this ok for all ports?
2594           (ast2iCode): result of ~ on unsigned char must be cast to int for
2595            bool to work
2596         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2597           function pointers in bit space
2598         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2599           (processFuncArgs): call port.reg_parm() with reentrancy info
2600         * src/port.h,
2601         * src/avr/main.c,
2602         * src/ds390/main.c,
2603         * src/hc08/main.c,
2604         * src/pic/main.c,
2605         * src/pic16/main.c,
2606         * src/xa51/main.c,
2607         * src/z80/main.c: port.reg_parm prototype extended with
2608           "bool reentrant" parameter
2609         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2610           options.stackAuto for allocating bit register parameters
2611         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2612           (genSend): set BitBankUsed if it is,
2613           (selectRegBank): factored out of genCall for use in genPcall,
2614           (genCall): removed redundant dtype assignmen, use selectRegBank,
2615           (genPcall): handle returning in Carry properly, save in F0 if needed,
2616           (genReceive): handle bit register parameters
2617         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2618           (mcs51_assignRegisters): enable bit registers for all reentrant
2619            functions and don't set BitBankUsed unconditionally
2620         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2621         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2622         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2623
2624 2005-08-27 Borut Razem <borut.razem AT siol.net>
2625
2626         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2627         ppc-osx (Darwin) does not support -u option. It seems that it is
2628         supported only on Linux - GNU cp
2629
2630 2005-08-25 Borut Razem <borut.razem AT siol.net>
2631
2632         * sim/ucsim/gui.src/serio.src/Makefile.in,
2633           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2634           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2635           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2636           install and strip, since the strip at /usr/ccs/bin should be used
2637           on solaris
2638
2639 2005-08-24 Borut Razem <borut.razem AT siol.net>
2640
2641         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2642
2643 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2644
2645         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2646         ffffffffu
2647
2648 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2649
2650         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2651         * as/mcs51/lkmain.c (link_main): fixed warning
2652         * device/include/stdbool.h: ds390 has no advanced bit support yet
2653         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2654         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2655         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2656           and updated their macros
2657         * src/SDCCval.c (constVal): updated comment for renamed b_long
2658
2659 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2660
2661         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2662         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2663           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2664           (oprio): set priority for '['
2665         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2666            and adb_24_bit
2667         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2668         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2669         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2670         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2671           added overlayable BIT_BANK area
2672         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2673           (summary2): explain 'T' in legenda
2674         * as/mcs51/lkrloc.c: replaced old K&R style,
2675           (relr): added R_BIT processing,
2676           (errmsg): added "Bit-addressable relocation error",
2677           (adb_bit): added for converting from byte- to bit-addressable space,
2678           (adb_24_bit): added for converting from byte- to bit-addressable space
2679         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2680            used in reentrant functions now even as return value
2681         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2682         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2683           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2684         * src/SDCCglobl.h: added indicator BitBankUsed
2685         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2686            the bit registers b0-b7
2687         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2688           (geniCodeCast): fixed bug 1263853,
2689           (geniCodeLogicAndOr): put result in bool or char,
2690           (geniCodeReceive): added parameter func for accessing the return type,
2691           (geniCodeFunctionBody): pass func to geniCodeReceive
2692         * src/SDCCmain.c: added indicator BitBankUsed
2693         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2694         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2695           (checkSClass): don't put automatic bool/bit on stack,
2696           (checkFunction): removed check on function cannot return bit
2697         * src/SDCCsymt.h: added newBoolLink prototype
2698         * src/mcs51/gen.c (rb1regs): added bit registers,
2699           (movc): created for assigning to carry,
2700           (pushReg, popReg): created for pushing registers,
2701           (sameRegs): check both AOP_REG and AOP_CRY types,
2702           (aopOp): handle bit registers,
2703           (aopPut): optimization no self-assign,
2704           (saveRegisters): push reg->base (bits) only once for bit registers,
2705            and use pushReg,
2706           (unsaveRegisters): pop reg->base only once and use popReg,
2707           (assignResultValue): added parameter func and return in carry for bits,
2708           (genIpush): optimization no reload in A if not changed,
2709           (genSend): bit parameters in reentrant functions are passed in bit
2710            registers by first assigning to bits in B, then save registers and
2711            copy B to bits,
2712           (genCall): handle returning in Carry properly, save it in F0 if needed,
2713           (genPcall): updated assignResultValue call, this is not safe yet for bit
2714            returning function !!!
2715           (genFunction): don't generate equ's for bit registers and use pushReg,
2716           (genEndFunction): take care of bit returning functions and use popReg,
2717           (genRet): return bit in Carry,
2718           (genIfx): optimize bit registers and other directly addressable bits,
2719           (genReceive): updated assignResultValue call
2720         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2721           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2722            registers when using stack-auto
2723         * src/mcs51/ralloc.c (_G): added allBitregs,
2724           (regs8051): added the bit registers,
2725           (createStackSpil): use macro IS_BIT,
2726           (getRegBit): added to allocate a bit register, else spill,
2727           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2728           (updateRegUsage): factored out to ease stepping while debugging,
2729           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2730            also allocate bit registers,
2731           (fillGaps): handle bit registers,
2732           (findAllBitregs): added to create bit vector with all bit registers,
2733           (mcs51_allBitregs): returns this bit vector,
2734           (mcs51_assignRegisters): when using stack-auto use bit registers for
2735            passing parameters and creating local variables
2736         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2737
2738 2005-08-22 Borut Razem <borut.razem AT siol.net>
2739
2740         * device/lib/Makefile.in: replaced find option -or with -o
2741           to make it run on solaris
2742
2743 2005-08-22 Raphael Neider <rneider AT web.de>
2744
2745         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2746           fixes #1265442 (crash on Solaris)
2747
2748 2005-08-20 Borut Razem <borut.razem AT siol.net>
2749
2750         * configure, configure.in: added tests for libsocket and libnsl libraries,
2751           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2752           from support/regression/Makefile.in
2753         * support/regression/Makefile.in: added
2754         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2755         * sim/ucsim/libtool: regenerated on sparc-solaris
2756         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2757           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2758           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2759           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2760           sparc-solaris, which doesn't use GNU ld linker
2761         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2762         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2763
2764 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2765
2766         * src/mcs51/peeph.def: updated comments
2767
2768 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2769
2770         * device/lib/_gptrget.c,
2771         * device/lib/_gptrput.c: slightly shorter
2772         * doc/sdccman.lyx: incremented version
2773         * src/mcs51/peeph.def: moved peephole comments to the line of first
2774           change to better keep line correlation, reanimated 186.e
2775         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2776
2777 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2778
2779         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2780           David Saxton with quotes around file name.
2781
2782 2005-08-15 Borut Razem <borut.razem AT siol.net>
2783
2784         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2785           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2786           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2787           make tests run on x86_64 platform
2788
2789 2005-08-13 Raphael Neider <rneider AT web.de>
2790
2791         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2792           as it might be executed DURING a build (parallel make is wonderful)
2793
2794 2005-08-13 Raphael Neider <rneider AT web.de>
2795
2796         * device/lib/Makefile.in (port-specific-objects-pic16):
2797           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2798         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2799           dependency
2800         * device/lib/pic16/Makefile.rules: build subdirs before creating
2801           the library, removed builddir rule, create $(builddir) early in
2802           recurse rule, use empty recurse rule for leaf directories
2803         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2804           mkdir errors (race condition), removed duplicate suffix "hex"
2805           from clean rules
2806         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2807         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2808           prevents mkdir -p from aborting on Alpha
2809
2810 2005-08-12 Raphael Neider <rneider AT web.de>
2811
2812         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2813           db-statements in order to allow for arrays of pointers in code
2814           sections to be placed without interspersed 0-padding, fixes
2815           bug #1256215
2816         * (emitStatistics): fixed division by zero for pic18f1220
2817         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2818           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2819         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2820         * (pic16_pCodeConstString): keep track of already emitted string
2821           literals to prevent "duplicate definitions of symbol _str_NR"
2822         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2823           debug message
2824         * device/lib/Makefile.in: ignore failing PIC16 library builds
2825         * device/lib/pic16/Makefile: do not build if gputils are missing
2826         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2827
2828 2005-08-10 Raphael Neider <rneider AT web.de>
2829
2830         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2831           my last commit)
2832
2833 2005-08-10 Raphael Neider <rneider AT web.de>
2834
2835         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2836           Rokas' patch to add the new fixed point type "__fixed16x16"
2837         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2838           functions for __fixed16x16 arithmetics
2839         * device/lib/pic16: reimplemented the build system to support
2840           a separate build directory, better handling of libio (create
2841           the library in a separate subdir for each architecture) and
2842           easier configuration (centralized in Makefile.common)
2843
2844 2005-08-07 Raphael Neider <rneider AT web.de>
2845
2846         * src/pic16/gen.c (genrshTwo): fixed sign extension
2847         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2848         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2849           added T0CONbits
2850         * device/include/pic16/pic18f4220.h: NEW, header for
2851           pic18f4220 and pic18f4320
2852         * device/include/pic16/pic18fregs.h: added new devices,
2853           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2854         * device/include/pic16/signal.h: resolved name clashes
2855           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2856           to also allow testing for interrupt enable bits, added
2857           comments on how to use the macros
2858         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2859         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2860           register definitions for the devices
2861         * device/lib/pic16/pics.all: added new devices
2862         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2863           allocated memory
2864         * device/lib/pic16/libc/stdlib/memfree: do not count
2865           the block header as free memory
2866         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2867           simplified and added missing end-of-blocklist-marker
2868           (reported by Peter Onion, fixes #1252814)
2869         * (_mergeHeapBlock): fixed loop condition
2870         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2871           len==0, restructured code
2872         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2873           up a bit, reduced bitfield accesses, prevent endless loops
2874           in case of heap corruption
2875         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2876           "unreferenced arguments/must return a value" warnings
2877         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2878           replaced BAUDREG with SPBRG
2879         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2880           device/lib/pic16/debug/gstack/gstack.c: replaced
2881           _naked, _asm, _endasm with __naked, __asm, __endasm
2882
2883 2005-08-05 Raphael Neider <rneider AT web.de>
2884
2885         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2886           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2887
2888 2005-08-05 Borut Razem <borut.razem AT siol.net>
2889
2890         * device/lib/Makefile.in: added missing ';'
2891         * configure: removed ^M characters
2892
2893 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2894
2895         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2896           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2897           License
2898
2899 2005-08-04 Borut Razem <borut.razem AT siol.net>
2900
2901         * configure.in: pic16 libraries build 2nd try - enable running
2902           configure in device/lib/pic16
2903         * configure: regenerated from configure.in
2904         * device/lib/Makefile.in: create $(PORT)/bin directory
2905
2906 2005-08-03 Raphael Neider <rneider AT web.de>
2907
2908         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2909           to get/set values via pointers
2910         * (genUnpackBits,genPackBits): changed detection of
2911           ptr->bitfield vs. sym.bitfield, fixed access via generic
2912           pointers, removed dead (wrong) code for multibyte bitfields
2913         * (genNearPointerGet, genGenPointerGet): removed useless code,
2914           fixed bitfield detection, fixes #1250594
2915         * (genNearPointerSet): removed useless code
2916         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2917           and introduced macro pic16_emitpcode that conditionally emits
2918           the origin of the following pCode (useful for debugging SDCC)
2919         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2920         * (createDefmap): fixed handling of LFSR for --optimize-df
2921
2922 2005-08-02 Borut Razem <borut.razem AT siol.net>
2923
2924         * device/lib/Makefile.in: pic16 libraries build enabled since
2925           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2926
2927 2005-08-02 Raphael Neider <rneider AT web.de>
2928
2929         * src/pic16/gen.c (genPackBits): removed deprecated warning
2930         * (genGenPointerSet): fixed bitfield detection
2931
2932 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2933
2934         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2935
2936 2005-07-31 Raphael Neider <rneider AT web.de>
2937
2938         * device/lib/pic16/libdev/pic18f458.c,
2939           device/include/pic16/pic18f458.h: added missing T0CONbits
2940
2941 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2942
2943         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2944
2945 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2946
2947         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2948
2949 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2950
2951         * device/include/mcs51/at89c51ed2.h: added.
2952
2953 2005-07-23 Raphael Neider <rneider AT web.de>
2954
2955         * src/pic/gen.h: added emitpcode macro for debugging
2956         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2957           and replace by macro adding debug information on demand
2958         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2959         * (gencjne): tried to fix; replaced with correct (slower) code
2960         * (gen{Unp,P}ackBits): fixed single bit access
2961         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2962         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2963           previous instruction
2964         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2965           register has to be handled with care (forbidding movement
2966           of assignments/uses, removing assignments completely, ...)
2967         * (pCodeOptime2pCodes): make use of regIsSpecial
2968         * added lots of debugging output (commented out)
2969         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2970           from being reused as result UNLESS it is known to work
2971
2972 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2973
2974         * support/Util/dbuf.h: include <stddef.h> for size_t
2975         * .version: changed to version 2.5.2
2976
2977 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2978
2979         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2980
2981 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2982
2983         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2984           (genModOneByte): removed needless psha/pula
2985
2986 2005-07-22 Raphael Neider <rneider AT web.de>
2987
2988         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2989           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2990         * src/pic/gen.c (resolveIfx): do not "invent" labels
2991         * (genSkipc): changed to positive logic
2992         * (genSkipCond): removed as no longer needed
2993         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2994           backport from PIC16
2995         * (genLeftShift): check operands are in different registers
2996         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2997           INCF does not update CARRY...
2998         * src/pic/main.c: fixed _linkCmd
2999         * src/pic/pcode.c (unlinkpCode): added inactive code
3000         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3001           alive (do not assign result and operand overlapping registers)
3002
3003 2005-07-22 Raphael Neider <rneider AT web.de>
3004
3005         * src/pic/device.c (dump_sfr): replaced register declaration with
3006           call to emitSymbolToFile() to avoid duplicate symbols
3007         * (assignRelocatableRegisters): do not declare external symbols
3008         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3009           right (take size of type, not etype)
3010         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3011         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3012         * (packRegsForAccUse): disabled assignment of WREG as
3013           the result reg to prevent occurence of just fixed #1235003,
3014           fixes #1242954
3015         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3016           symbols (avoids duplicate symbols in .asm file)
3017         * (pic14emitRegularMap): use emitSymbolToFile()
3018         * src/pic/gen.c (aopOp): fixed spillLocation handling
3019         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3020         * (genDataPointerSet): removed unneccessary variables/output
3021
3022 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3023
3024         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3025         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3026
3027 2005-07-21 Raphael Neider <rneider AT web.de>
3028
3029         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3030           architecture cannot handle them efficiently, fixes bug #1235003
3031         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3032           check for empty sets before using them (fixes bug #1232190)
3033
3034 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3035
3036         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3037           (lnksect2): generate warnings for memory overlap
3038         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3039           constseg to set the name of these segments so you can instruct the linker
3040           to place them in banks
3041         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3042         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3043           added code_seg and const_seg to options
3044         * src/SDCCglue.c (emitMaps): use options.const_seg,
3045           (createInterruptVect): put interrupt vectors in segment HOME,
3046           (glue): put HOME before static segment and put the main glue in HOME,
3047           (glue): use options.code_seg
3048         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3049         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3050           these segments so you can instruct the linker to place them in banks
3051           (linkEdit): use code_loc for HOME segment which should be the first
3052           segment in code memory now
3053         * src/SDCCmem.c: fixed more stuff like bug 1238386
3054         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3055           (changePointer): don't change function pointers to code pointers for
3056           banked functions,
3057           (compareType): added exceptional check for banked function pointers
3058         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3059         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3060           after static in code memory
3061         * src/mcs51/gen.c: added aopLiteralLong prototype,
3062           (aopForSym): use getSize for functions,
3063           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3064           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3065           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3066           the segment,
3067           (genPcall): use call for literal function pointers and generate banked
3068           calls over the one trampoline so there's only one place for the user to
3069           modify according to his/hers hardware,
3070           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3071           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3072         * src/mcs51/main.c: added keyword banked,
3073           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3074         * support/Util/SDCCerr.c,
3075         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3076           needed for passing the bank and address to the trampoline
3077         * device/lib/mcs51/crtbank.asm: added for bankswitching
3078         * device/lib/mcs51/Makefile: added crtbank
3079
3080 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3081
3082         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3083           for fields at offset 0 of a struct or union as reported
3084           on 2005-07-07 in the developer mailing list.
3085
3086 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3087
3088         * src/SDCCmem.c: fixed bug 1238386
3089
3090 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3091
3092         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3093           (patch #1144962), added peephole 300, enabled 259.x
3094         * doc/sdccman.lyx: removed screenshot and provided link instead
3095
3096 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3097
3098         * doc/sdccman.lyx: added section about debugging with ddd
3099         * doc/figures/ddd_example.eps: screenshot of debugging session
3100
3101 2005-07-04 Raphael Neider <rneider AT web.de>
3102
3103         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3104           like CODE pointers, fixes #1115683
3105         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3106           call, fixes bugs #1232211, #1228110,
3107           fixed wrong casts to pCodeFlow from pCodeInstructions
3108
3109 2005-07-04 Raphael Neider <rneider AT web.de>
3110
3111         * src/pic/gen.c (popGet): changed assert to allow for
3112           bit operands
3113         * (popGetAddr): changed signature to provide
3114           an additional index, patched all call sites
3115         * (genCmpEq): handle literal-like operands correctly
3116         * (genAddrOf): added sanity checks on __code/__data pointers
3117         * (genAssign): added handling of symbols from __code section
3118         * (gencjne): do not generate code for comparisons whose result
3119           is neither stored nor used, fixes bug #1171114
3120         * (AccLsh, AccRsh): operate on operand instead of WREG
3121         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3122           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3123           by known count
3124         * rewrote complete shift-by-literal logic, commented unused
3125           functions out
3126         * (genConstPointerGet): get multiple bytes (if result size > 1),
3127           fixed handling of non-immediate addresses
3128         * (genPointerGet): handle CODE pointers like CONST pointers
3129         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3130         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3131           operand is to be treated as a literal or not
3132         * (mov2w,genPcall,genCmpEq),
3133           src/pic/genarith.c: use aop_isLitLike() to decide between
3134           literal/register contents
3135         * (addSign): added missing offset
3136         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3137           only emit comment in debug-mode,
3138           use {aop,op}_isLitLike throughout the file
3139         * src/pic/glue.c: fix initializers for pointers (work in progress)
3140         * src/pic/pcode.c (get_op): honor index on _const symbols
3141         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3142         * (dumppBlock): added pCode size estimation
3143         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3144           check for IS_SYMOP before OP_SYMBOL'ing
3145         * fixed indentation, compacted switch-statements
3146         * (allocReg): find free register and allocate it instead of
3147           allocating new registers all the time
3148         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3149           registers as its operands (necessary only for multibyte GETs)
3150
3151 2005-07-01 Raphael Neider <rneider AT web.de>
3152
3153         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3154           debugging .asm-output macros FENTRY + FEXIT
3155         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3156           way... I wonder...
3157         * (emitpComment): NEW, printf to pCode
3158         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3159           offset handling
3160         * (popGetAddr): NEW, variant of popGet to access an immediates
3161           high(er) bytes instead of the n'th byte of memory they reference,
3162           replaced popGet with popGetAddr where neccessary
3163         * (genDataPointerGet): reactivated and fixed implementation
3164         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3165           accesses
3166         * (genDataPointerSet): fixed multibyte assignments
3167         * (genpic14Code): fixed --i-code-in-asm handling
3168         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3169         * (genPlus): fixed index-out-of-bounds error
3170         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3171         * src/pic/ralloc.c: added debugging output macro FENTRY2
3172         * (spillThis): fixed indentation, enbraced for-body for clarity
3173         * (rematStr): commented out as now unused
3174         * (regTypeNum): commented out special spill case (overwrites
3175           arbitrary values)
3176         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3177
3178 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3179
3180         * doc/sdccman.lyx: documented sfr16/sfr32,
3181           added example for using storage class with function pointers
3182         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3183
3184 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3185
3186         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3187         * device/lib/_itoa.c,
3188         * device/lib/_ltoa.c: optimized codesize
3189         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3190           but don't know how to suppress the double warning.
3191         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3192         * support/Util/SDCCerr.c,
3193         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3194
3195 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3196
3197         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3198           fixed old K&R prototypes
3199         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3200         * device/lib/_gptrget.c,
3201         * device/lib/_gptrgetc.c,
3202         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3203           also new versions for small generic pointers and banked generic pointers
3204         * src/port.h: added const_name
3205         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3206         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3207         * src/SDCCcse.c (findPrevIc): check all associative operators
3208         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3209         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3210         * src/SDCCmem.c: updated comments,
3211           set far-space to 0 for pdata, results in optimized code
3212         * src/SDCCmem.h: added macro CONST_NAME
3213         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3214           moving the info into the highest bits, see also gptrget/gptrput
3215         * src/src.dsp: added sdcc.ico to project files
3216         * src/avr/gen.c (genCast): fixed bug 0x%d
3217         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3218         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3219           relation between ptr_type and DCL_TYPE,
3220           (genCast): fixed bug 0x%d
3221         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3222           (CODE)" for const_name
3223         * src/hc08/gen.c (genCast): fixed bug 0x%d
3224         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3225           (hc08_port): added "CONST (CODE)" for const_name
3226         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3227           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3228           between ptr_type and DCL_TYPE,
3229           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3230           operand* and took AOP() inside function so sfr-ness can be checked,
3231           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3232           new prototype,
3233           (genFunction, genEndFunction): optimized stack setup,
3234           (genMinus): optimized for literals with ending zeroes (in bytes),
3235           (genCast): fixed bug 0x%d
3236         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3237           (mcs51_port): added "CONST (CODE)" for const_name
3238         * src/mcs51/peeph.def: made rule 226 more generic
3239         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3240         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3241         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3242         * src/z80/main.c (z80_port): added NULL for const_name,
3243           (gbz80_port): added NULL for const_name
3244         * support/regression/tests/bug663539.c,
3245         * support/regression/tests/sfr16.c: new tests
3246
3247 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3248
3249         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3250
3251 2005-06-24 Raphael Neider <rneider AT web.de>
3252
3253         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3254           corrected typos...
3255         * device/include/pic16/signal.h: added USBIF
3256           and SIG_USB
3257
3258 2005-06-24 Raphael Neider <rneider AT web.de>
3259
3260         * device/lib/pic16/libdev/pic18f2455.c,
3261           device/include/pic16/pic18f2455.h: NEW
3262         * device/include/pic16/pic18fregs.h,
3263           device/lib/pic16/pics.all,
3264           src/pic16/device.c: added 18f2455
3265         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3266           device/include/pic16/{pic18f[68][567].h,usart.h}:
3267           replaced MULTIPLE_USARTS define with more relaible
3268           compatibility sfrs (for USART access)
3269
3270 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3271
3272         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3273           and the output asm file line is printed on two lines.
3274
3275 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3276
3277         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3278           BGT, BLE, BHI, and BLS instructions
3279         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3280           genCmpEq): removed
3281         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3282           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3283           fixes bug #1216342
3284         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3285
3286 2005-06-15 Raphael Neider <rneider AT web.de>
3287
3288         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3289         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3290         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3291           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3292           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3293
3294 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3295
3296         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3297           Marcel Telka in bug #1215704
3298
3299 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3300
3301         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3302           located in shared memory bank.
3303
3304 2005-05-31 Raphael Neider <rneider AT web.de>
3305
3306         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3307           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3308           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3309
3310 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3311
3312         * device/lib/_strncpy.c: fixed the fix
3313
3314 2005-05-26 Raphael Neider <rneider AT web.de>
3315
3316         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3317           initializers with \0, bug #1208187
3318         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3319           intializers with \0, bug #1208187
3320
3321 2005-05-26 Raphael Neider <rneider AT web.de>
3322
3323         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3324           initializers with \0, bug #1208187
3325         * src/pic16/main.c (_process_pragma): added sanity checks
3326           for stack position and size, emit warnings when appropriate
3327
3328 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3329
3330         * device/lib/_strncpy.c: fixed not filling with \0
3331
3332 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3333
3334         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3335           createFunction),
3336         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3337           compound_statement),
3338         * src/SDCCsymt.h,
3339         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3340
3341 2005-05-24 Raphael Neider <rneider AT web.de>
3342
3343         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3344
3345 2005-05-24 Raphael Neider <rneider AT web.de>
3346
3347         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3348           TRISE definitions, closes bug #1162453
3349
3350 2005-05-22 Raphael Neider <rneider AT web.de>
3351
3352         * src/pic16/main.c (_process_pragma): check for missing
3353           arguments to pragmas code and udata
3354         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3355           consistency fixes to match other headers (thanks to Jim Paris)
3356         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3357
3358 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3359
3360         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3361
3362 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3363
3364         * support/regression/tests/bug1198642.c: new test
3365         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3366         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3367         * support/scripts/resource.h,
3368         * support/scripts/resource.rc,
3369         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3370         * support/scripts/sdcc.ico: added 32x32 icon
3371
3372 2005-05-18 Raphael Neider <rneider AT web.de>
3373
3374         * device/lib/pic16/libdev/pic18f*.c,
3375         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3376           keywords to "__sfr" and "__at (X)"
3377         * device/include/pic16/pic18fregs.h: added pic18f4520
3378         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3379           #1203088 (MPLAB compatibility)
3380
3381 2005-05-17 Raphael Neider <rneider AT web.de>
3382
3383         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3384         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3385         * device/lib/pic16/pics.all: added new devices
3386         * src/pic16/device.c: added support for pic18f4520
3387
3388 2005-05-16 Raphael Neider <rneider AT web.de>
3389         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3390         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3391         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3392           convenience function for bit access
3393
3394 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3395
3396         * device/lib/printf_large.c: fixed bug 1193299
3397         * support/regression/tests/bug1057979.c: added test %3.3s
3398
3399 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3400
3401         * device/include/mcs51/8051.h,
3402         * device/include/mcs51/8052.h: made parseable with lint
3403         * device/include/mcs51/lint.h: added include file for (sp)lint
3404         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3405         * doc/cdbfileformat.lyx,
3406         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3407
3408 2005-05-14 Raphael Neider <rneider AT web.de>
3409
3410         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3411         * device/lib/pic16/libc/stdlib/itoa.c (new)
3412         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3413         * device/lib/pic16/libio/Makefile: exclude subdir according to
3414           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3415         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3416         * src/pic16/gen.c (genFunction): prevent annoying warning
3417         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3418           nameclashes on BeOS
3419         * support/cpp2/cppmain.c (cpp_output_string): new
3420         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3421           fixes bug 1116802
3422
3423 2005-05-13 Borut Razem <borut.razem AT siol.net>
3424
3425         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3426
3427 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3428
3429         * .version: changed to version 2.5.1; back to bleeding edge development
3430
3431 2005-05-11 Borut Razem <borut.razem AT siol.net>
3432
3433         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3434           generate PDF version 1.3 documents
3435
3436 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3437
3438         * .version: changed to version 2.5.0
3439
3440 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3441
3442         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3443
3444 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3445
3446         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3447         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3448         well as many smaller updates.
3449         * .version: changed to version 2.5.0-pre1
3450
3451 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3452
3453         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3454
3455 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3456
3457         * support/regression/tests/bug1185672.c: added
3458         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3459           bug 1185672
3460         * src/mcs51/gen.c (genCall): added comments, made it look safer
3461         * src/mcs51/gen.c (genEndFunction): simplified
3462
3463 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3464
3465         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3466
3467 2005-04-14 Borut Razem <borut.razem AT siol.net>
3468
3469         * fixed bug 1045046 - SIGSEGV with really simple code?:
3470           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3471           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3472
3473 2005-04-14 Borut Razem <borut.razem AT siol.net>
3474
3475         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3476           src/pic16/device.h: temporarily disabled experimental #inline pragma
3477           for 2.5.0 release
3478
3479 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3480
3481         * device/include/z80/stdio.h,
3482         * device/include/z80/string.h: removed these highly incomplete files so
3483           SDCC can use the default ones in device/include/
3484
3485 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3486
3487         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3488         gcc warning.
3489         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3490         fix sdcpp warnings.
3491
3492 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3493
3494         * device/include/malloc.h: removed redundant __reentrant prototypes
3495         * device/lib/_mullong.c: added working xstack variant in asm (C version
3496           doesn't pass regression tests)
3497         * device/lib/bpx.c: used __data and made bpx char for mcs51
3498         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3499           (createFunction): fixed bug with xstackPtr
3500         * src/SDCCcse.c: corrected comments
3501         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3502           (killDeadCode, eBBlockFromiCode): removed unused code
3503         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3504           corrected comments
3505         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3506           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3507           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3508           (genModOneByte): fixed warning in MSVC
3509         * src/mcs51/main.c (): added comments
3510         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3511
3512 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3513
3514         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3515
3516 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3517
3518         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3519
3520 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3521
3522         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3523         characters arrays of larger size than the declared one.
3524
3525 2005-04-10 Borut Razem <borut.razem AT siol.net>
3526
3527         * src/pic/gen.c (genInline),
3528           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3529           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3530           (findNextInstruction), (findPrevInstruction),
3531           (findInstructionUsingLabel),
3532           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3533         * src/pic/pcode.c (findLabel): added missing '\n'
3534         * src/src.dsp: added SDCCdwarf2.c to the project
3535
3536 2005-04-09 Borut Razem <borut.razem AT siol.net>
3537
3538         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3539
3540 2005-04-08 Raphael Neider <rneider AT web.de>
3541
3542         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3543           into the chain after a given one) and mergeDefmapSymbols (combine
3544           defmap entries for each symbol per pcode)
3545         * (createDefmap): have defmap entries merged in the end
3546         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3547           a symbol before replacing one access type's symbol, merge symbols in
3548           the end (replacement symbol might already have an entry)
3549         * (assignValnums): keep reference to written WREG intact
3550
3551 2005-04-08 Raphael Neider <rneider AT web.de>
3552
3553         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3554           Alpha)
3555
3556 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3557
3558         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3559         bytes
3560
3561 2005-04-07 Raphael Neider <rneider AT web.de>
3562
3563         * device/include/pic16/usart.h: added compatibility defines for
3564           devices with more than one USART
3565         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3566
3567 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3568
3569         * device/lib/Makefile.in: updated for port specific include
3570
3571 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3572
3573         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3574
3575 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3576
3577         * device/include/8051.h,
3578         * device/include/8052.h,
3579         * device/include/at89S8252.h,
3580         * device/include/at89c55.h,
3581         * device/include/at89x051.h,
3582         * device/include/at89x51.h,
3583         * device/include/at89x52.h,
3584         * device/include/mcs51reg.h,
3585         * device/include/reg51.h,
3586         * device/include/reg764.h,
3587         * device/include/regc515c.h,
3588         * device/include/sab80515.h: (re)moved these 12 files
3589         * device/include/mcs51/8051.h,
3590         * device/include/mcs51/8052.h,
3591         * device/include/mcs51/at89S8252.h,
3592         * device/include/mcs51/at89c55.h,
3593         * device/include/mcs51/at89x051.h,
3594         * device/include/mcs51/at89x51.h,
3595         * device/include/mcs51/at89x52.h,
3596         * device/include/mcs51/mcs51reg.h,
3597         * device/include/mcs51/reg51.h,
3598         * device/include/mcs51/reg764.h,
3599         * device/include/mcs51/regc515c.h,
3600         * device/include/mcs51/sab80515.h: and added them here
3601
3602 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3603
3604         * device/include/stdarg.h: changed SDCC specific keywords to double
3605           underlined form.
3606         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3607           mcs51 and ds390.
3608         * device/include/hc08/mc68hc908gp32.h,
3609         * device/include/hc08/mc68hc908jb8.h,
3610         * device/include/hc08/mc68hc908jkjl.h,
3611         * device/include/hc08/mc68hc908qy.h: fixed comments
3612         * device/include/mcs51/README: updated
3613         * device/include/mcs51/c8051f120.h: added PINRSF
3614         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3615         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3616           amidst code. Also inline is not supported.
3617
3618 2005-04-06 Raphael Neider <rneider AT web.de>
3619
3620         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3621         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3622           callers stack/frame pointers
3623
3624 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3625
3626         * device/include/pic16/usart.h: added, missing in previous commit,
3627         * device/include/pic16/adc.h: fixed typo,
3628         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3629         commit,
3630         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3631         <p18fxxx.inc>
3632         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3633         uninitialized because a bug appears with gplink
3634         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3635         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3636         complains for unrecognised option
3637
3638 2005-04-05 Raphael Neider <rneider AT web.de>
3639
3640         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3641           structs as well (using memcpy)
3642         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3643           on ISRs (GOTO has no label)
3644         * src/pic16/device.h: added OF_OPTIMIZE_DF
3645         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3646           new data flow analysis/optimization
3647         * src/pic16/pcode.c: added (prototypes for and implementation of)
3648           dataflow analysis functions, fixed pCodeInstructions' inCond and
3649           outCond values, made RCALL a branch instruction
3650         * (pic16_unlinkpCode): keep C line if possible
3651         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3652           C line moved if possible
3653         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3654         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3655           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3656         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3657           new flow)
3658         * (pic16_getJumptabpCode): NEW, needed in...
3659         * (LinkFlow): fixed handling of jumptables, calls and conditional
3660           branches
3661         * (pic16_InsertCommentAfter): NEW
3662         * (pic16_pCodeReplace): made verbose and flow preserving
3663         * (AnalyzeFlow): added call to data flow analysis
3664         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3665         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3666         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3667
3668 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3669
3670         * src/SDCCast.c (decorateType): fixed bug #1105626
3671
3672 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3673
3674         * device/include/asm/pic16/features.h,
3675         * pic18f*.h headers,
3676         * device/include/pic16/adc.h,
3677         * device/include/pic16/delay.h,
3678         * device/include/pic16/i2c.h,
3679         * device/include/pic16/malloc.h,
3680         * device/include/pic16/stdio.h,
3681         * device/include/pic16/stdlib.h,
3682         * device/include/pic16/string.h,
3683         * device/lib/pic16/libc/stdio/printf_tiny.c,
3684         * device/lib/pic16/libc/stdio/printf_small.c,
3685         * device/lib/pic16/libc/stdio/strmgpsim.c,
3686         * device/lib/pic16/libc/stdio/strmmssp.c,
3687         * device/lib/pic16/libc/stdio/strmusart.c,
3688         * device/lib/pic16/libc/stdio/vfprintf.c,
3689         * device/lib/pic16/libc/stdlib/ltoa.c,
3690         * device/lib/pic16/libc/stdlib/putchar.c,
3691         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3692         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3693         * device/lib/pic16/libc/stdlib/memchrram.c,
3694         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3695         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3696         * device/lib/pic16/libio/adc/adcbusy.c,
3697         * device/lib/pic16/libio/adc/adcread.c,
3698         * device/lib/pic16/libio/adc/adcsetch.c,
3699         * device/lib/pic16/libio/usart/ubaud.c,
3700         * device/lib/pic16/libio/usart/ubusy.c,
3701         * device/lib/pic16/libio/usart/udrdy.c,
3702         * device/lib/pic16/libio/usart/uopen.c,
3703         * device/lib/pic16/libio/usart/uputc.c,
3704         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3705         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3706         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3707         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3708         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3709         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3710         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3711         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3712         specific keywords to double underlined form,
3713         * device/lib/pic16/libc/Makefile.rules,
3714         * device/lib/pic16/libsdcc/Makefile.rules,
3715         * device/lib/pic16/libm/Makefile,
3716         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3717         to compile with C standard set in Makefile.common
3718         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3719         rand.c and crc.c in compilation process,
3720         * device/lib/pic16/libsdcc/int/divuint.c,
3721         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3722         `c' from signed to unsigned,
3723         * device/lib/pic16/startup/crt0.c,
3724         * device/lib/pic16/startup/crt0i.c,
3725         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3726         keywords to double underlined form, bug fixes in _do_cinit function
3727         which prevented the correct initialization of the .idata segment,
3728         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3729         core to enter a infinite loop
3730         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3731
3732 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3733
3734         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3735
3736 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3737
3738         * device/include/Makefile.in: add support for hc08 subdirectory
3739         * device/include/hc08/: new subdirectory
3740         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3741         Lucas Loizaga, thanks!
3742         * device/include/hc08/mc68hc908qy.h,
3743         * device/include/hc08/mc68hc908gp32.h,
3744         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3745         their own directory. Changed internal macro names to use the compiler
3746         reserved namespace. Changed SDCC specific keywords to double
3747         underlined form.
3748         * device/include/math.h,
3749         * device/include/malloc.h,
3750         * device/include/stdarg.h,
3751         * device/include/stdbool.h
3752         * device/include/string.h,
3753         * device/include/tinibios.h,
3754         * device/include/ds400rom.h,
3755         * device/include/8051.h,
3756         * device/include/8052.h,
3757         * device/include/80c51xa.h,
3758         * device/include/at89c55.h,
3759         * device/include/at89S8252.h,
3760         * device/include/at89x51.h,
3761         * device/include/at89x52.h,
3762         * device/include/ds80c390.h,
3763         * device/include/reg764.h,
3764         * device/include/regc515c.h,
3765         * device/include/sab80515.h,
3766         * device/include/mcs51/c8051f000.h,
3767         * device/include/mcs51/c8051f018.h,
3768         * device/include/mcs51/c8051f020.h,
3769         * device/include/mcs51/c8051f040.h,
3770         * device/include/mcs51/c8051f060.h,
3771         * device/include/mcs51/c8051f120.h,
3772         * device/include/mcs51/c8051f300.h,
3773         * device/include/mcs51/c8051f310.h,
3774         * device/include/mcs51/c8051f320.h,
3775         * device/include/mcs51/c8051f330.h,
3776         * device/include/mcs51/c8051f350.h,
3777         * device/include/z180.h: Changed SDCC specific keywords to double
3778         underlined form.
3779
3780 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3781
3782         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3783         18F4455,
3784         * (pic16_assignConfigWordValue): disable testing of configuration
3785         register value with config mask,
3786         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3787         function with port->fun_prefix,
3788         * (genFunction): when generating a naked interrupt function never
3789         create an absolute segment placed in interrupt vector address, place
3790         the actual interrupt function at IVA instead, when an interrupt
3791         function is generated with unspecified interrupt then do not create
3792         the absolute section,
3793         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3794         code for generating a call to generic pointer get/put function with
3795         a call to function pic16_callGenericPointer(),
3796         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3797         the call to the generic pointer get/put functions with prefixing the
3798         function name with port->fun_prefix,
3799         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3800         * src/pic16/main.c (_process_pragma): prefix function with
3801         port->fun_prefix,
3802         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3803         calling assembler, old 18Fxxxx macro is deprecated,
3804         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3805         PC_ASMDIR in while condition,
3806         * (findInstruction): add PC_ASMDIR in while condition,
3807         * (buildCallTree): prefix main with port->fun_prefix,
3808         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3809         identifier for variable with banked access in instructions BTFSS,
3810         BTFSC, BCF, BSF, BTG
3811         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3812         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3813         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3814         perform optimization when enviroment variable NO_REG_OPT is set,
3815         * (insideLRBlock): NEW, return 1 if register is inside an
3816         INF_LOCALREGS block,
3817         * (RemoveRegFromLRBlock): remove a register that is completely
3818         eliminated by register optimization, but it is still left in local
3819         register store/restore in/from stack block,
3820         * (Remove2pcodes): after removing register, check to see if it
3821         should be removed from local register store/restore in/from stack
3822         block,
3823         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3824         DUMMY_READ_VOLATILE,
3825
3826         * device/include/pic16/adc.h: minor prototype modifications and
3827         update,
3828         * device/include/pic16/malloc.h: added GPL notice various
3829         modifications,
3830         * device/include/pic16/stdint.h: NEW, standard header for ints
3831         * device/include/pic16/delay.h: NEW, header for delay functions,
3832         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3833         delay1mtcy,
3834         * device/include/pic16/signal.h: NEW, header providing helper macros
3835         for implementing signal handlers,
3836         * device/include/pic16/stdio.h: added prototypes for functions,
3837         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3838         prototypes for stdin and stdout, added macro PUTCHAR to
3839         automatically implement putchar function prototype,
3840         * device/include/pic16/usart.h: modified and updated USART library,
3841         * device/lib/pic16/libio/adc/,
3842         * device/lib/pic16/libio/i2c: some modifications to improve library
3843         performance,
3844         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3845         family of functions,
3846         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3847         family of functions and other sources,
3848         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3849         of the PIC18Fxx[28] devices,
3850         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3851         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3852         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3853         _do_cinit function, because the previous failed when local variables
3854         where not placed in the same memory bank,
3855         * device/lib/pic16/libsdcc/char/: various modifications to improve
3856         library performance,
3857         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3858         information on the new functions of the c library and more...
3859
3860 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3861
3862         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3863
3864 2005-03-26 Raphael Neider <rneider AT web.de>
3865
3866         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3867           if condition == CARRY)
3868         * (genCmp): adapted to new genSkipc semantics
3869         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3870           on rIfx (genCmp was broken)
3871
3872 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3873
3874         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3875         * src/z80/main.c (_keywords[]),
3876         * src/SDCCglobal.h (struct options),
3877         * src/SDCC.y,
3878         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3879         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3880         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3881         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3882         always available in leading double underscore form. The C99 support is
3883         mostly missing, but it's a start.
3884         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3885         reserved identifier "__data".
3886
3887 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3888
3889         * src/mcs51/peeph.def: fixed bug 1170013
3890
3891 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3892
3893         * device/include/mcs51reg.h: fixed bug 842007
3894
3895 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3896
3897         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3898         last time.
3899
3900 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3901
3902         * src/port.h (struct PORT),
3903         * src/avr/ralloc.c (avr_assignRegisters),
3904         * src/avr/main.c,
3905         * src/ds390/ralloc.c (ds390_assignRegisters),
3906         * src/ds390/main.c,
3907         * src/hc08/ralloc.c (hc08_assignRegisters),
3908         * src/hc08/main.c,
3909         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3910         * src/mcs51/main.c,
3911         * src/pic/ralloc.c (pic14_assignRegisters),
3912         * src/pic/main.c,
3913         * src/pic16/ralloc.c (pic16_assignRegisters),
3914         * src/pic16/main.c,
3915         * src/xa51/ralloc.c (xa51_assignRegisters),
3916         * src/xa51/main.c,
3917         * src/z80/ralloc.c (z80_assignRegisters),
3918         * src/z80/ralloc.h,
3919         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3920         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3921         * src/SDCCcse.h,
3922         * src/SDCCdflow.c (computeDataFlow),
3923         * src/SDCCdflow.h,
3924         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3925         * src/SDCCloop.h,
3926         * src/SDCCcflow.c (*),
3927         * src/SDCCcflow.h,
3928         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3929         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3930         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3931         immedDom() returning wrong block; probably fixes bug #1160833)
3932
3933 2005-03-20 Borut Razem <borut.razem AT siol.net>
3934
3935         * support/scripts/inc2h.pl: WIN32 port
3936
3937 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3938
3939         * device/lib/makefile.in: added abs.c and labs.c
3940
3941 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3942
3943         * device/include/stdint.h: added
3944         * device/lib/abs.c: added
3945         * device/lib/labs.c: added
3946         * device/include/stdlib.h: added abs() and labs() prototypes
3947         * device/lib/libsdcc.lib: added abs and labs
3948         * device/include/float.h,
3949         * device/lib/_fsmul.c,
3950         * device/lib/printf_fast.c,
3951         * device/lib/printf_tiny.c: updated comments
3952
3953 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3954
3955         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3956         bug #1164313
3957
3958 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3959
3960         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3961         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3962
3963 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3964
3965         * device/lib/printf_large.c: removed inline assembly for portability and
3966           readability. Use printf_fast if speed or size are more important.
3967         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3968         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3969
3970 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3971
3972         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3973         prevent compiler warning
3974
3975 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3976
3977         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3978         moved to level 0 and declared as static. Also they are explicit
3979         placed in access bank. This was necessery because some times they
3980         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3981         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3982         optimizations. Currently only compare to unsigned char is implemented,
3983         * src/pic16/gen.c: added fReturnIdx array,
3984         * (struct resolvedIfx) is moved to gen.h and made public,
3985         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3986         * (aopForSym): added an optimization to directly store in stack of
3987         the operand of a SEND iCode,
3988         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3989         but as registers instead (AOP_REG) using the fReturnIdx array,
3990         * (pic16_freeAsmop): remove the freed register from the
3991         _G.sregsAlloc field,
3992         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3993         a compare of 'WREG',
3994         * (pic16_popGetTempRegCond): changed function prototype, now
3995         function takes also a bitVector argument v which holds the current
3996         set of registers that are allocated for stack access by aopForSym,
3997         registers allocated in aopForSym for accessing stack symbols are not
3998         any more part of the functions usedRegs field,
3999         * (genCall): some times aopOp is called for a stack variable to be
4000         send, aopForSym might perform the push, if this is true make sure
4001         that genCall doesn't push the variable twice by testing _G.resDirect,
4002         * (genFunction): changed testing for unspecified interrupt number
4003         from 256 to INTNO_UNSPEC,
4004         * modified selection scheme of frame pointer generation. Previously
4005         if function did use local registers a frame pointer was generated,
4006         now a frame pointer is generated only if function has arguments
4007         (that need PLUSW2 register access), or has stack arguments, or the
4008         compiler is not instructed to omit the frame pointer,
4009         * (genEndFunction): before restoring local registers that were saved
4010         in the function preamble, also restore the registers that *might*
4011         have been allocated for stack access,
4012         * (genRet): removed some old comments,
4013         * (genCmp, the active (RN's) version): added a call to the
4014         pic16_genCmp_special function to perform the compare with a more
4015         robust and optimized way,
4016         * (genInline): a feature has been added in inline code generation,
4017         which allows a wildcard variable substitution when writing inline
4018         assembly. Code is incomplete and experimental therefore undocumented,
4019         * (genCast): changed order of aopOp for result and right to allow
4020         aopForSym to directly load the result if possible,
4021         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4022         perform an optimized compare on some selected special occasions,
4023         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4024         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4025         generate an IVT any more,
4026         * src/pic16/main.c (pic16_optionsTable): added command line option
4027         --optimize-cmp,
4028         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4029         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4030         macros,
4031         * src/pic16/NOTES: Raphael Neider added in list of active developers
4032         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4033         jumptable_end to prevent bug #,
4034         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4035         inCond and outCond fields,
4036         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4037         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4038         turn off register spilling,
4039         * (packRegsForOneUse): synced with other ports' versions although it
4040         is not used currently,
4041         * (pic16_packRegisters): added an optimization while reading
4042         structure bitfields, some registers may be saved (malloc code is
4043         decreased by 80 bytes)
4044
4045 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4046
4047         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4048         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4049         this can be optimized more?
4050
4051 2005-03-10 Raphael Neider <rneider AT web.de>
4052
4053         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4054           genNearPointerGet): (hopefully) fixed access to bitfields via
4055           pointers (p->bitN = x; and x = p->bitN; failed)
4056
4057 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4058
4059         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4060
4061 2005-03-09 Raphael Neider <rneider AT web.de>
4062
4063         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4064
4065 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4066
4067         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4068         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4069           (regTypeNum): set REG_BIT type if necessary
4070         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4071         * support/regression/tests/critical.c: check bug 1144613
4072
4073 2005-03-02 Raphael Neider <rneider AT web.de>
4074
4075         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4076
4077 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4078
4079         * src/avr/ralloc.c (serialRegAssign),
4080         * src/ds390/ralloc.c (serialRegAssign),
4081         * src/hc08/ralloc.c (serialRegAssign),
4082         * src/mcs51/ralloc.c (serialRegAssign),
4083         * src/pic/ralloc.c (serialRegAssign),
4084         * src/pic16/ralloc.c (serialRegAssign),
4085         * src/xa51/ralloc.c (serialRegAssign),
4086         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4087
4088 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4089
4090         * src/SDCCast.c (decorateType): fixed bug 1124787
4091
4092 2005-02-20 Hubert Sack <sack AT digiplan.de>
4093         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4094
4095         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4096         patch #1121755
4097
4098 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4099
4100         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4101         to keep the correct label reference count when adding/removing references
4102         to labels. A peephole file using this is appended to patch #1144962.
4103
4104 2005-02-14 Raphael Neider <rneider AT web.de>
4105
4106         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4107         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4108         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4109           retrievals of result operand's value on assignment
4110
4111 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4112
4113         * device/include/pic16/string.h: modified prototype for memccpy()
4114         to memccpy(void *, void *, char, size_t)
4115         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4116         check whether to omit frame pointer or not,
4117         * (genInline): convert all occurences of "\n" to LF in inline
4118         assembler blocks, this helps formatting the inline text,
4119         * (pic16_loadFSR0): modified prototype,
4120         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4121         removed some 8051 legacy code,
4122         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4123         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4124         before allocating temporary registers in functions,
4125
4126 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4127
4128         * support/regression/tests/bitvars.c: corrected the "fix"
4129
4130 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4131
4132         * support/regression/tests/bitvars.c,
4133         * support/regression/tests/bitwise.c,
4134         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4135
4136 2005-02-10 Raphael Neider <rneider AT web.de>
4137
4138         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4139           different size for Alpha
4140         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4141
4142 2005-02-09 Raphael Neider <rneider AT web.de>
4143
4144         * src/SDCC.lex(doPragma) : save and restore warning options as well
4145           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4146         * have #pragma less_pedantic set the errorlevel to WARNING
4147           (fixes #1117001)
4148         * (cloneOptimize) : fixed wrong malloc's size
4149         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4150           facilitate correct handling of #pragma (save|restore)
4151
4152 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4153
4154         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4155
4156 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4157
4158         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4159
4160 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4161
4162         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4163
4164 2005-02-02 Raphael Neider <rneider AT web.de>
4165
4166         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4167         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4168         * (pic16_storeForReturn): fixed to allow returning function pointers
4169         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4170         * device/include/pic16/{stddef.h,stdbool.h}: added
4171
4172 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4173
4174         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4175
4176 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4177
4178         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4179         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4180          appeared to be required
4181
4182 2005-01-31 Borut Razem <borut.razem AT siol.net>
4183
4184         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4185           include/mcs51 and include/z80 directories to the package
4186
4187 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4188
4189         * src/hc08/gen.c (genFunction): fixed bug #1112752
4190
4191 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4192
4193         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4194
4195 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4196
4197         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4198
4199 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4200
4201         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4202
4203 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4204
4205         * device/include/c8051fxxx.h: removed these 6 files
4206         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4207
4208 2005-01-26 Raphael Neider <rneider AT web.de>
4209
4210         * src/pic16/gen.c (genAssign): fixed assignment from longs
4211           in codespace (were cut to three bytes)
4212         * (genDummyRead): implemented (except for CODESPACE...),
4213           fixed bug #1108575
4214         * src/pic16/glue.c (emitStatistics): beautified
4215         * device/lib/pic16/libm/Makefile: added include path
4216
4217 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4218
4219         * src/z80/gen.c (aopPut): fixed bug #1103902
4220
4221 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4222
4223         * device/lib/expf.c: fixed bug #1095792
4224
4225 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4226
4227         * device/lib/pic16/libm: added Math library sources
4228
4229 2005-01-24 Raphael Neider <rneider AT web.de>
4230
4231         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4232           to enable upcast to pCodeOpReg2 (there is no type tag to
4233           differenciate the two and pic16_popGet2p cast into PCOR2)
4234         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4235           (sizeof(sectNames) changed to sizeof(sectName))
4236           Both patches fix segfaults under MinGW.
4237
4238 2005-01-23 Raphael Neider <rneider AT web.de>
4239
4240         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4241           Safe_[mc]?alloc()'ed variables
4242         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4243           of (byte sized) temporaries (assign them to WREG for now)
4244         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4245           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4246           this might fix SIGSEGVs on MinGW...
4247         * src/SDCCopt.c (killDeadCode): restored original behaviour
4248           (volatile operands might get thrown away though)
4249
4250 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4251
4252         * src/pic16/gen.c: fixed bug #1106975,
4253         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4254         pointer update, INTCON is saved, global interrupts are disabled and
4255         restored after updateing TOS.
4256         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4257         * added function attribute 'shadowregs' to take advantage of shadow
4258         registers,
4259         * added function attribute 'wparam' as an alternative to the wparam
4260         pragma,
4261         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4262         user declares a non-ISR function as 'shadowregs',
4263         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4264
4265 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4266
4267         * .version: bumped version number to 2.4.8
4268         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4269         pic16 port,
4270         * device/lib/pic16/libio/i2c/: I2C module support library,
4271         * device/include/pic16/i2c.h: I2C support library header,
4272         * device/lib/pic16/libc/stdio/: standard IO support sources,
4273         * (printf_small.c): printf_small() source, supports float print,
4274         * (printf_tiny.c): printf_tiny() source, does not support floats,
4275         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4276         enable global optimizations for entire library source, other
4277         Makefiles in the source tree are also modified to reflect this,
4278         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4279         function,
4280         * doc/sdccman.lyx: updated to reflect new changes,
4281         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4282         sym->onStack if-case,
4283         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4284         sbit, idata, _idata, xdata, _xdata,
4285         * added pragma library, to link an external library, (see doc),
4286         * removed command line options, --pomit-config-words, --pomit-ivt,
4287         --pleave-reset-vector,
4288         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4289         when calling assembler to reflect memory model used, also define
4290         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4291         reflect stack model used,
4292         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4293         on stack return NULL,
4294
4295 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4296
4297         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4298           of the operands is volatile. Fixes #1020220
4299
4300 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4301
4302         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4303         * (OptimizeRegUsage): make sure that there is really no other flow where
4304           the first pCode is used
4305
4306 2005-01-22 Raphael Neider <rneider AT web.de>
4307
4308         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4309           to fix #1106967 (pCode->seq are not set up correctly)
4310
4311 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4312
4313         * src/SDCCglue.c (glue): make sure code area is declared before the
4314         static initialization area.
4315
4316 2005-01-21 Raphael Neider <rneider AT web.de>
4317
4318         * device/lib/Makefile.in: fixed test for pic16 install dir
4319         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4320           optimizations
4321         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4322           added --optimize-goto compiler switch and pragma wparam documentation
4323         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4324         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4325           and PRODH closing bug #1071770 (peephole optimizer)
4326
4327 2005-01-19 Raphael Neider <rneider AT web.de>
4328
4329         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4330           cmdLine buffers (used when calling sdcpp...) are large enough
4331           (MAX_PATH=256 truncates arguments leading to system halts when
4332           used in MinGW...)
4333         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4334         * (genUminus): rewritten to for efficiency
4335         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4336           used uninitialized in some cases)
4337         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4338           copy the third byte from the int -- now assumes 0x80 (data memory)
4339         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4340           operands (genAddLit expects the iCode's operands to swapped as
4341           well), fixed leftover bytes (crashed for short left operands)
4342         * (pic16_genMinusDec): performance improvements, removed false
4343           PIC14 emitSKPNCs
4344         * (pic16_genMinus): fixed to cope with differently sized operands
4345         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4346           for --obanksel > 1
4347         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4348         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4349           new banksel optimization
4350         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4351           analysis for temporary registers (segfaults...)
4352         * src/pic16/peeph.def: added rule
4353
4354 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4355
4356         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4357         which converts a float number to its ASCII representation
4358         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4359         functions to convert the fractional and integer part of a float to ASCII,
4360         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4361         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4362         ram
4363         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4364         _STATMEM macros,
4365         * device/include/pic16/adc.h: added GPL info,
4366         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4367         a pCodeOp as tested operand,
4368         * (genNearPointerGet): optimized bit testing, does not use
4369         intermediate register for bit value, test directly instead with
4370         BTFSS, BTFSC, works only for single bits,
4371         * (genpic16Code): dump the name of the iCode in the asm,
4372         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4373         renamed to pic16_decodeOp,
4374         * (serialRegAssign): do not allocate a temporary register for iCode
4375         sequences that test a single bit for 1/0
4376
4377 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4378
4379         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4380         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4381         access stack and frame pointers. They are initially assigned to
4382         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4383         accessing SFRs. Updated all occurences of modification of stack or
4384         frame pointer in gen.c and pcode.c,
4385         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4386         assigning of a literal value to pointers,
4387         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4388         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4389         selected
4390
4391 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4392
4393         * doc/sdccman.lyx: update documentation about stack pragma, added
4394         some info for stack memory models
4395
4396 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4397
4398         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4399
4400 2005-01-08 Raphael Neider <rneider AT web.de>
4401
4402         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4403           udata sections to fix bug #1097823
4404
4405 2005-01-05 Raphael Neider <rneider AT web.de>
4406
4407         * src/pic16/gen.c (genGenericShift): added handling of differently
4408           sized left operand and result
4409
4410 2005-01-04 Raphael Neider <rneider AT web.de>
4411
4412         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4413         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4414           to hold the condition bit)
4415         * added new version of genCmp (old code available via #define)
4416         * added new version of genShiftLeft/genShiftRight in a generic
4417           way, now supports shifting by negative values
4418         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4419           shiftCount (expected by genGenericShift)
4420         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4421         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4422           dump
4423         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4424           is an invalid literal too...)
4425
4426 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4427
4428         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4429         from Raphael Neider,
4430         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4431         for 8-bit literals. This fixes some literal operands which are sign
4432         extended to 16-bits ints when instruction needs only 8-bits.
4433
4434 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4435
4436         * device/lib/logf.c: added mcs51 assembly version
4437         * device/lib/expf.c: added mcs51 assembly version
4438         * device/lib/_logexpf.c: new shared asm code for expf and logf
4439         * device/include/math.h: add defines for assembly math library
4440         * device/lib/Makefile.in: build new _logexpf.c
4441         * device/lib/libfloat.lib: use new _logexpf.c
4442
4443 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4444
4445         * src/pic/device.c
4446         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4447           device types which have less than 0x7f registers.
4448
4449 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4450
4451         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4452
4453 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4454
4455         * device/lib/printf_fast.c: only build on supported arch.
4456         * device/lib/printf_tiny.c: only build on supported arch.
4457         * device/lib/printf_fast_f.c: only build if asm float lib
4458         * device/lib/_fsget1arg.c: only build if asm float lib
4459         * device/lib/_fsget2args.c: only build if asm float lib
4460         * device/lib/_fsnormalize.c: only build if asm float lib
4461         * device/lib/_fsreturnval.c: only build if asm float lib
4462         * device/lib/_fsrshift.c: only build if asm float lib
4463         * device/lib/_fsswapargs.c: only build if asm float lib
4464         * device/include/stdio.h: don't provide print_fast,
4465           print_fast_f, print_tiny prototypes if --xstack used
4466
4467 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4468
4469         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4470         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4471           to the SOURCES
4472
4473 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4474
4475         * device/lib/printf_fast_f.c: same as printf_fast, but
4476           with floating point enabled
4477         * device/lib/printf_fast.c: minor tweaks
4478         * device/include/stdio.h: add printf_fast_f
4479
4480 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4481
4482         * src/SDCCmain.c: make --float-reent default for mcs51
4483         * device/lib/_fsadd.c: added mcs51 assembly version
4484         * device/lib/_fssub.c: added mcs51 assembly version
4485         * device/lib/_fsmul.c: added mcs51 assembly version
4486         * device/lib/_fsdiv.c: added mcs51 assembly version
4487         * device/lib/_fseq.c: added mcs51 assembly version
4488         * device/lib/_fsneq.c: added mcs51 assembly version
4489         * device/lib/_fsgt.c: added mcs51 assembly version
4490         * device/lib/_fslt.c: added mcs51 assembly version
4491         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4492         * device/lib/Makefile.in: add _fscmp to build
4493         * device/lib/libfloat.lib: add _fscmp to build
4494
4495 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4496
4497         * device/lib/_fs2slong.c: added mcs51 assembly version
4498         * device/lib/_fs2sint.c: added mcs51 assembly version
4499         * device/lib/_fs2schar.c: added mcs51 assembly version
4500         * device/lib/_fs2ulong.c: added mcs51 assembly version
4501         * device/lib/_fs2uint.c: added mcs51 assembly version
4502         * device/lib/_fs2uchar.c: added mcs51 assembly version
4503         * device/lib/_slong2fs.c: added mcs51 assembly version
4504         * device/lib/_sint2fs.c: added mcs51 assembly version
4505         * device/lib/_schar2fs.c: added mcs51 assembly version
4506         * device/lib/_ulong2fs.c: added mcs51 assembly version
4507         * device/lib/_uint2fs.c: added mcs51 assembly version
4508         * device/lib/_uchar2fs.c: added mcs51 assembly version
4509         * device/include/float.h: added #define to select asm vs c
4510
4511 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4512
4513         * device/lib/printf_fast.c: improvements to float output
4514         * device/include/float.h: add defines for assembly float library
4515         * device/lib/_fsget1arg.c: receive 1 float arg
4516         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4517         * device/lib/_fsnormalize.c: normalize a float
4518         * device/lib/_fsreturnval.c: return float, various helper routines
4519         * device/lib/_fsrshift.c: right shift a float's mantissa
4520         * device/lib/_fsswapargs.c: swap 2 floats
4521         * device/lib/Makefile.in: build these 6 new files for mcs51
4522         * device/lib/libfloat.lib: add these 6 files to the library
4523
4524 2004-12-26 Borut Razem <borut.razem AT siol.net>
4525
4526         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4527           built by gcc 3.4.2
4528
4529 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4530
4531         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4532           and fully reentrant and register bank neutral.
4533         * device/lib/printf_fast.c: added float (not enabled by default),
4534           added compact/slower integer (also not enabled by default),
4535           improved size/speed of fast integer code, other minor changes
4536         * device/include/stdio.h, device/lib/Makefile.in,
4537           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4538
4539 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4540
4541         * src/pic16/pcode.c: declaring variables other than at the start of a
4542           block is not supported in C by VC6.
4543
4544 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4545
4546         * applied a previous patch from Raphael Neider that wasn't included
4547         in the previous commits, which fixes infinite loops within jumptable
4548         improvements,
4549         * made some fixes that previous patches introduced
4550
4551 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4552
4553         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4554         that fixes an issue with AOP_PCODE asmop's offset,
4555         * (pic16_popCopyReg): update instance field too,
4556         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4557         function of pic port,
4558         * (genCmp, genAnd, genAssign),
4559         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4560
4561 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4562
4563         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4564         variables initial values to idata section,
4565         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4566         variables in some functions. This utilizes parmBytes field of iCode
4567         structure to hold the offset of the variable in stack. (might be
4568         able to use the stack field too?)
4569         * applied patch from Raphael Neider # ### , # ###
4570         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4571         variable initial values in idata section,
4572         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4573         for static variables with initial value
4574         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4575         applied fix in while loop from Raphael Neider.
4576
4577 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4578
4579         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4580         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4581         * src/ds390/ralloc.c (serialRegAssign): spill bits
4582         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4583         * support/Util/SDCCerr.c,
4584         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4585         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4586         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4587
4588 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4589
4590         * device/include/sdcc-lib.h: inserted LGPL, added includes
4591           asm/ds390/features.h and asm/mcs51/features.h
4592         * device/include/asm/default/features.h,
4593         * device/include/asm/gbz80/features.h,
4594         * device/include/asm/z80/features.h: added empty _AUTOMEM
4595           and _STATMEM
4596         * device/include/asm/ds390/features.h,
4597         * device/include/asm/mcs51/features.h: added files with defines for
4598           _AUTOMEM and _STATMEM indicating automatic and static storage class
4599         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4600         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4601         * src/SDCCicode.c (geniCodeCast),
4602         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4603         * src/SDCCloop.c (loopInduction): removed unused variable lr
4604         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4605           to convertToFcall to include char modulo (RFE 1065037), added check
4606           if left operand is unsigned and use abs of literal value
4607         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4608           as it doesn't work after conversion from peephole.def to peephole.rul
4609         * src/mcs51/gen.c (toBoolean): added check for size,
4610           (genModOneByte): optimized code for signed char modulo a literal
4611           power of 2 (thanks to Hubert Sack),
4612           (genRRC): removed unnecessary "clr c",
4613           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4614         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4615           jump optimization,
4616           swapped rules 256.c and 256.d,
4617           extended 256.d by using new multiple checks (thanks Erik),
4618           added rules 256.e and 256.f,
4619           updated rule 261.a and 261.b to new generated code
4620         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4621
4622 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4623
4624         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4625           induction related bugs, including first part of bug #1074377
4626
4627 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4628
4629         * applied patch from bug-report #1076292,
4630         * applied patches for genAnd and Goto-optimizations for Raphael
4631         Neider,
4632         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4633         dump a less iCode information,
4634         * src/pic16/device.h (pic16_options_t): added field debgen,
4635         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4636         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4637         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4638         puclic,
4639         * (various functions): added macros FENTRY and FENTRY2 to functions,
4640         to emit function prologue,
4641         * (various functions): fixed indentation,
4642         * (genNearPointerGet): fixed loading of FSR0,
4643         * (genPackBits): applied patch from Raphael Neider to fix updating
4644         of FSR0 and touching only the modified bits,
4645         * src/pic16/genarith.c (various functions): added macros FENTRY to
4646         emit function prologue in comments,
4647         * src/pic16/pcode.h: added functions debugf2, debugf3,
4648         * src/pic16/ralloc.c: partial fix for packForPush caused
4649         segmentation fault,
4650
4651 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4652
4653         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4654           <stsp AT users.sourceforge.net> with reversed byte order
4655         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4656
4657 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4658
4659         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4660           bug #1074377
4661         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4662         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4663
4664 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4665
4666         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4667
4668 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4669
4670         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4671           conditions,
4672           (setFromConditionArgs): friendly operand parser for peephole rules,
4673           (operandBaseName, operandsNotRelated): new peephole condition
4674           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4675           architecture specific register naming into account, handles n-way
4676           comparisons, and supports quoted literals
4677         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4678
4679 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4680
4681         * src/mcs51/peeph.def: fixed bug #1076940
4682
4683 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4684
4685         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4686
4687 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4688
4689         Adding support for replacing ljmps with sjmps in jumptables
4690         generated for switch statements. For now you need to set the
4691         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4692         Now 4 algorithms for mcs51 jumptable generation are used:
4693         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4694         addresses loaded pc-relative for up to 112 cases and stack-pushing
4695         target addresses loaded with offset from dptr for up to 256 cases.
4696
4697         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4698         * src/mcs51/main.c: adapted constants for switch table generation
4699         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4700
4701 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4702
4703         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4704         * support/regression/tests/bug1057979.c: added test for bug 1073386
4705
4706 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4707
4708         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4709         compilers
4710
4711 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4712
4713         * src/pic16/device.h,
4714         * src/pic16/genarith.c,
4715         * src/pic16/glue.c,
4716         * src/pic16/main.c,
4717         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4718
4719 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4720
4721         Large cummulative patch for pic16 port.
4722         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4723         to call when a stack overflow occurs,
4724         * (malloc.h): added CVS Id tag,
4725         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4726         variable,
4727         * added libc directory. The current version of LibC contains string
4728         functions, ctype functions and macros and some functions of the
4729         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4730         be extensively tested in the future. Standard disclaimer here.
4731         Library is not automatically build yet. But one can build it by
4732         invoking 'make' inside the libc directory.
4733         * added ADC library under libio. Preliminary version yet.
4734
4735         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4736         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4737         aopForRemat() now and not by pic16_aopOp(),
4738         * (pic16_popGetTempReg): removed warning messgae when allocating
4739         temporary registers, its a buggy feature and will be removed,
4740         * (pic16_popGet): set register instance field in AOP_CRY,
4741         * (pic16_outBitC): fixed for results in size greater than 1,
4742         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4743         * (pic16_storeForReturn): optimized return of 0,
4744         * (genCmp): experimental code for new genCmp which uses PIC18's
4745         special compare&skip instructions. Initial tests fail some times
4746         with variables grater than 1 byte in size, so new code is disabled,
4747         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4748         a single bit,
4749         * (genCast): began a fix to optimize the casting of a bit to another
4750         bit, now assigning a bitfield to another bitfield will fail, sorry,
4751         * src/pic16/main.c: disabled the use of lr-support feature,
4752         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4753         * added some function prototypes, added function _debugf prototype,
4754         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4755         bits with offset (case PO_GPR_BIT),
4756         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4757         command line,
4758         * (isBankInstruction): modified to return 0 for no banking instruction,
4759         and 1 for banking instruction,
4760         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4761         caused stop processing pCodes after a inline assembly block,
4762         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4763         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4764         registers when it shouldn't,
4765         * src/pic16/ralloc.c (allocReg): add preliminary support for
4766         supporting a limited set of temporary registers,
4767
4768 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4769
4770         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4771           genDataPointerSet): ensure assignments always copy in MSB to LSB
4772           order,
4773           (loadRegFromAop): recognize CLRH optimization,
4774           (genFunction): optimize RECEIVE iCodes in reentrant functions
4775
4776 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4777
4778         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4779           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4780           selected.
4781         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4782         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4783           contiguous with data
4784
4785 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4786
4787         * device/lib/_gptrget.c (_gptrget),
4788         * device/lib/_gptrgetc.c (_gptrgetc),
4789         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4790           instead of sjmp to ret
4791         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4792           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4793
4794 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4795
4796         * .version: bumped version to 2.4.7
4797         * device/lib/_gptrget.c (_gptrget): is now _naked
4798         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4799         * device/lib/_gptrput.c (_gptrput): is now _naked
4800         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4801           (createFunction): fixed xstack
4802         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4803         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4804           or bit either,
4805           (geniCodeCritical): store original interrupt state in an iTemp bit
4806           var unless stack-auto
4807         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4808         * src/SDCCmain.c (setIncludePath): added include/target to search path
4809         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4810         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4811           prototype,
4812           (processFuncArgs): put bit vars in bit area
4813         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4814           unsaveRBank): fixed xstack,
4815           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4816           (genFunction, genEndFunction): fixed xstack,
4817           (genAssign): optimization don't walk backwards through mem
4818         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4819         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4820         * support/regression/Makefile: also make library (for stack-auto) when
4821           making "all" and added "test-mcs51-xstack-auto"
4822         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4823         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4824         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4825         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4826         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4827           make-library by MAKE_LIBRARY
4828         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4829           regression tests for xstack
4830         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4831         * support/regression/tests/critical.c: test for critical on mcs51
4832
4833 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4834
4835         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4836           built version of sdcc instead of installed version
4837
4838 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4839
4840         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4841         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4842           vprintf.c now
4843         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4844         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4845           WARNING: remove device/lib/build/z80/printf.o by hand when
4846           updating from previous build!
4847         * device/lib/z80/printf.c: updated comment
4848         * support/regression/tests/bug1057979.c: test all ports now
4849         * support/regression/tests/bug1065458.c: file added
4850
4851 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4852
4853         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4854           *_start and *_end symbols for static functions
4855
4856 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4857
4858         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4859           and search crt0.o in all library paths,
4860           (setIncludePath): proper handling of --nostdinc,
4861           (setLibPath): proper handling of --nostdlib
4862         * support/regression/Makefile,
4863         * support/regression/ports/ds390/spec.mk,
4864         * support/regression/ports/gbz80/spec.mk,
4865         * support/regression/ports/hc08/spec.mk,
4866         * support/regression/ports/mcs51/spec.mk,
4867         * support/regression/ports/mcs51-large/spec.mk,
4868         * support/regression/ports/mcs51-stack-auto/spec.mk,
4869         * support/regression/ports/z80/spec.mk: use include and lib files from
4870           built version of sdcc instead of installed version
4871         * doc/sdccman.lyx: fixed typo in --nostdinc
4872
4873 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4874
4875         * src/pic/pcode.c,
4876         * src/pic/device.c,
4877         * src/pic/ralloc.c,
4878         * src/pic/gen.c : added support to generate code for struct bit fields.
4879
4880 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4881
4882         * as/xa51/xa_version.h,
4883         * device/include/errno.h,
4884         * device/include/regc515c.h,
4885         * device/lib/_itoa.c,
4886         * device/lib/_ltoa.c,
4887         * device/lib/ser_ir_cts_rts.c,
4888         * sim/ucsim/xa.src/glob.cc,
4889         * sim/ucsim/xa.src/inst_gen.cc,
4890         * sim/ucsim/xa.src/xa_bit.cc,
4891         * sim/ucsim/xa.src/xa_sfr.cc,
4892         * sim/ucsim/z80.src/inst_dd.cc,
4893         * sim/ucsim/z80.src/inst_fdcb.cc,
4894         * support/scripts/keil2sdcc.pl,
4895         * src/pic16/pic16.dsp,
4896         * src/pic16/pic16a.dsp: corrected cvs line endings
4897         * device/lib/printf_large.c: fixed bug 1057979
4898         * src/pic16/gen.c: fixed non-C standard code
4899         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4900         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4901         * support/regression/ports/mcs51/support.c: reload T1 asap
4902         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4903           pdata use and clear idata startup behaviour
4904         * support/regression/tests/bug1057979.c: added
4905
4906 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4907
4908         * device/examples/ds390/ow390/ad26.h,
4909         * device/examples/ds390/ow390/cnt1d.h,
4910         * device/examples/ds390/ow390/crcutil.c,
4911         * device/examples/ds390/ow390/ownet.h,
4912         * device/examples/ds390/ow390/owsesu.c,
4913         * device/examples/ds390/ow390/swt12.h,
4914         * device/examples/ds390/ow390/swtoper.c,
4915         * device/examples/ds390/ow390/temp10.h,
4916         * device/examples/ds390/ow390/thermodl.c,
4917         * device/examples/ds390/tinitalk/tinitalk.dsp,
4918         * device/examples/ds390/tinitalk/tinitalk.dsw,
4919         * device/examples/mcs51/clock/hw.h,
4920         * device/examples/mcs51/simple2/go.bat,
4921         * device/examples/serialcomm/windows/serial.h,
4922         * device/examples/xa51/dummy.c,
4923         * device/examples/xa51/hello.c,
4924         * device/include/80c51xa.h,
4925         * device/include/at89x051.h: corrected cvs line endings
4926
4927 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4928
4929         * src/pic16/main.c (options): added command line --gstack, to trace
4930         stack over/under flows,
4931         * added pragma 'wparam' to allow passing first byte of function
4932         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4933         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4934         call to __gstack_test function and sets up the symbol as extern,
4935         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4936         * popaop): added call to pic16_testStackOverflow,
4937         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4938         wparamList list,
4939         * (genCall, genPcall): now all parameters are passed via stack
4940         except in functions that are pass to wparam pragma in which WREG is
4941         used too,
4942         * (genPcall): REENTRANT flag is checked to see if variable prototype
4943         contains reentrant keyword, don't call a non-reentrant function, via
4944         a reentrant function pointer or vice versa, functions are never
4945         passed via WREG,
4946         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4947         D.Winkler,
4948         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4949         SIGSEGV when accessing a NULL register stucture,
4950         * (pic16_printGPointerType): modified to handle UPPER modifier for
4951         function initializers, changed prototype of function to simpler one,
4952         * (pic16_printIvalFuncPtr): check to see if function is already
4953         added in externs list,
4954         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4955         optimized a move from W to SFR with a move to the same register
4956         later after a CALL,
4957         * device/lib/pic16/debug: NEW directory, contains debug features
4958         which are enabled when linking with libdebug.lib, currently command
4959         line option --gstack enables stack pointer tracing for over/under
4960         flow, corresponding sources are in debug/gstack
4961
4962 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4963
4964         * doc/sdccman.lyx: updated SDCC version,
4965         * (PIC16 port): update list of command line options,
4966         * src/pic16/device.h (structure pic16_options_t): added field gstack
4967         to enable stack overflow tracing on push/pops,
4968         * src/pic16/device.c (statistics structure): added statistics
4969         structure,
4970         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4971         pic16_dump_int_registers): increase statistics counters for each
4972         * variable which is encountered
4973         * (pic16_dump_usection): emit each .udata variable to its own udata
4974         section,
4975         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4976         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4977         parameters via stack, otherwise use old scheme,
4978         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4979         assembler output file,
4980         * src/pic16/main.c: added command line options --gstack to enable
4981         push/pop tracing for stack overflow,
4982         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4983         instructions): added size of each instruction,
4984         * (pic16_countInstruction): estimate size of instructions in
4985         the_pFile list, inline assembly blocks are not counted,
4986         * (pic16_FixRegisterBanking): trace previous register usage, when
4987         banksel optimizations is greater than 0, don't emit a redudant
4988         banksel directive,
4989
4990 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4991
4992         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4993         * src/pic16/ralloc.c : applied same fix for pic16.
4994         * src/pic/gen.c : tidied it up a little.
4995
4996 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4997
4998         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4999         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5000
5001 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5002
5003         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5004
5005 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5006
5007         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5008         non-reentrant function __modsint in the interrupt function (thus
5009         corrupting math operations during serial I/O)
5010         * device/lib/ser_ir.c: as above, changed buffersize
5011         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5012         256.c,d for zeroing
5013         * doc/Makefile: added option -t for rsync
5014
5015 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5016
5017         * src/SDCCast.h (struct ast),
5018         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5019
5020 2004-10-20 Borut Razem <borut.razem AT siol.net>
5021
5022         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5023         package
5024
5025 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5026
5027         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5028         makefile targets,
5029         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5030         support functions to replace long sequences of MOVFF's from access
5031         bank registers to stack and vice versa,
5032         * src/pic16/device.h: added new field opt_flags, where optimization
5033         flags can be set to enable certain features,
5034         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5035         * pBlock, (genFunction, genEndFunction): surroung loop for
5036         saving/loading used registers in stack with PC_INFO pCodes,
5037         INF_LREGS. Code in between can then be optimized by pCode optimizer
5038         to support function calls,
5039         * (genDataPointerSet): fixed bug which loaded float fields in
5040         structures with corrupt data,
5041         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5042         in a standard way debug info on stderr. Feature used for developing
5043         and debugging only,
5044         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5045         obsolete chunks of code,
5046         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5047         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5048         * pic16/src/pcode.c (pic16_newpCodeInfo,
5049         * (pic16_newpCodeOpLocalRegs),
5050         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5051         feature,
5052         * (pic16_pCodeConstString): printing of the initial value of a
5053         symbol as a comment is inhibited since parsing was already done by
5054         copyStr and output is corrupt,
5055         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5056
5057 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5058
5059         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5060
5061 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5062
5063         * as/mcs51/lkarea.c: removed old K&R style,
5064           (lnksect): changed check on boundary error,
5065           (lnksect2): changed check on boundary error,
5066           (lnksect2): extend XSTK to end of page if size = 1
5067         * as/mcs51/lkmain.c: removed old K&R style,
5068           (Areas51): create l_IRAM symbol
5069         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5070         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5071           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5072         * device/lib/_mullong.c: added version to be compiled with xstack
5073         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5074         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5075         * device/lib/mcs51/crtxstack.asm: fixed comment
5076         * src/SDCCglue.c: maxInterrupts defaults to 0,
5077           (emitMaps): added pdata,
5078           (createInterruptVect): (re)moved default,
5079           (glue): added pdata,
5080           (glue): moved __start__xstack to XSTK with default size 1
5081         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5082           and options.float_rent when options.stackAuto is set,
5083           (linkEdit): only write XDATA_NAME if provided on command line
5084         * src/SDCCmem.h,
5085         * src/SDCCmem.c: added pdata
5086         * src/port.h: added pdata_name to PORT
5087         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5088           (saveRegisters, unsaveRegisters): removed usage of B,
5089           (genMinus): fixed accumulator clash,
5090           (genJumpTab): added comment, this needs another look
5091         * src/mcs51/gen.c: added check for "B in use" paranoia,
5092           added pushB() and popB()
5093         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5094           chance
5095         * src/avr/main.c,
5096         * src/ds390/main.c,
5097         * src/hc08/main.c,
5098         * src/mcs51/main.c,
5099         * src/pic/main.c,
5100         * src/pic16/main.c,
5101         * src/xa51/main.c,
5102         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5103           added PSEG (PAG,XDATA) or NULL to port specifier
5104         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5105         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5106           (_mcs51_genInitStartup): removed __start__xstack equ,
5107           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5108         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5109         * src/z80/gen.c (_rleAppend): fixed warnings
5110         * support/regression/tests/zeropad.c: added pdata test
5111         * .version: bumped to 2.4.6
5112
5113 2004-10-17 Borut Razem <borut.razem AT siol.net>
5114
5115         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5116         as a part of nightly build
5117
5118 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5119
5120         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5121         WREG holds the first byte function parameters,
5122         * (aopForSym): take special case for symbols which are in FARSPACE
5123         but in CODESPACE too,
5124         * (assignResultValue): modified to take into account _G.useWreg,
5125         * (genCall): don't use wreg for parameter passing when function is
5126         declared as reentrant, too, added optimization INCF to stack
5127         pointer when stack parameter count is 1,
5128         * (genFunction, genEndFunction): refurnished and fixed to not using
5129         wreg for passing parameters when function has varargs or is
5130         reentrant, fixed bug with symbol name compare for generating
5131         functions in absolute address,
5132         * (pic16_storeForReturn): refurnished,
5133         * (genCmp): began writing a new version of the function, not ready
5134         yet, therefore it is disabled,
5135         * (genAssign): do not read code memory when assigning a function to
5136         a pointer function,
5137         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5138         array of characters, not pointer,
5139         * (pic16initialComments): in debug mode emit an .ident directive for
5140         the assembler,
5141         * (_process_pragma): emit a new warning type (internal to pic16)
5142         when setting stack to default length, emit a similar warning when
5143         placing a function at absolute address and address is not word aligned
5144         * (_pic16_parseOptions): added 'return TRUE' statement,
5145         * (_pic16_linkEdit): if compiling a source, then add the source's
5146         file object, first in the list of objects to link,
5147
5148 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5149
5150         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5151         * src/pic/main.c : removed VC warning.
5152         * src/pic/gen.c : changed comment.
5153
5154 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5155
5156         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5157         reference to a deprecated symbol _GPTRREG was causing failure to
5158         link. Thanks G. M. Gallant for the info.
5159
5160 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5161
5162         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5163         comments for Bugs item #954788.
5164
5165 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5166
5167         * src/pic16/device.c (pic16_dump_gsection,
5168         * pic16_groupRegistersInSection): handle symbols declared to be in
5169         access bank differently,
5170         * src/pic16/gen.c (struct _G): added field resDirect,
5171         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5172         send values read from stack directly to result and don't allocate
5173         temporary values,
5174         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5175         same registers,
5176         * (pic16_sameRegsOfs): NEW,
5177         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5178         free because they were not allocated from temporary pool,
5179         * pic16_popRegFromString): workaround to fix a problem with
5180         allocating variables twice or never,
5181         * (genGenPointerGet): using PRODL instead of FSR0H,
5182         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5183         instead of FSR0H,
5184         * (genAssign): take advantage of the _G.resDirect flag,
5185         * (genCast): around line 11844, use mov2f instead of directly
5186         MOVFF'ing between operands to account for literal values,
5187         * src/pic16/genutils.c: some new debug functions for gpsim have been
5188         added,
5189         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5190         float with integer part only,
5191         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5192         place variables in access bank
5193         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5194         updated sources to reflect recent changes in gen.c
5195
5196 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5197
5198         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5199         sources that searched for headers in installation path, now the
5200         device/include/pic16 is used,
5201         * src/pic16/glue.c (pic16glue),
5202         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5203         .line directives if not in debug mode, this suppresses assembler's
5204         warnings for ignored directives
5205
5206 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5207
5208         * src/port.h: made reset_regparms prototype void parameter explicit.
5209         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5210         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5211         * doc/sdccman.lyx: documented warning disabling and how to use
5212           printf_large to make it print floats.
5213         * device/include/stdbool.h: NEW
5214         * device/lib/_atof.c,
5215         * device/lib/_divuint.c,
5216         * device/lib/_divulong.c,
5217         * device/lib/expf.c,
5218         * device/lib/printf_large.c,
5219         * device/lib/sincosf.c,
5220         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5221         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5222           a completely reentrant lib.
5223
5224 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5225
5226         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5227         * device/include/pic16/stdio.h: fixed bug with colon
5228
5229 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5230
5231         * device/include/pic16/stdio.h,
5232         * device/include/pic16/stdlib.h,
5233         * device/include/pic16/math.h: NEW
5234         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5235         declared as _naked to reduce overhead
5236         * device/lib/Makefile.in (target port-specific-objects-pic16):
5237         changed * to *.* so to ignore the CVS directory,
5238         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5239         stacked variables back in stack,
5240         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5241         corruption
5242
5243 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5244
5245         * .version: bumped version number to 2.4.5
5246         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5247         * support/Util/SDCCerr.c (messages structure): added entry for
5248         W_POSSBUG2
5249
5250         Large cumulative patch for pic16 port and libraries.
5251         * device/include/pic16/sdcc-lib.h,
5252         * device/include/pic16/stdarg.h,
5253         * device/include/asm/pic16/features.h,
5254         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5255         * device/include/pic16/float.h: changes reentrant keyword with
5256         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5257         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5258         updated target build-libraries to include objects from gptr,
5259         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5260         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5261         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5262         all function headings,
5263         * src/SDCCmain.c: added global parameter userIncDirsSet,
5264         * (parseCmdLine): when option -I is encountered add directory to
5265         userIncDirsSet too,
5266         * src/version.awk: added space between control and long,
5267         * src/pic16/NOTES: added some notes for the port,
5268         * src/pic16/gen.c: added prototype for mov2fp function,
5269         * (fReturnpic16[]): properly named return value registers,
5270         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5271         * (aopForSym): added code to handle symbols with onStack flag set,
5272         symbols onStack are allocated PTRSIZE bytes,
5273         * (aopFreeAsmop): handles special case where asmops are stack objects,
5274         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5275         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5276         added argument lock to trace flaws in allocating temporary registers
5277         when developing port,
5278         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5279         * (pic16_popRegFromString): reenabled allocating a direct register
5280         from string,
5281         * (assignResultValue): various beautifications,
5282         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5283         referenced function argument,
5284         * (genIpush): reenabled to allow stacked arguments, handles only
5285         ic->parmPush iCodes,
5286         * (genCall, genPcall): major changes to allow for variable argument
5287         functions, fixed a bug with falsely restoring stack pointer after
5288         returning from call,
5289         * (genFunction): pending code for critical function,
5290         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5291         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5292         * (genNearPointerGet): fixed bug with indirect reading, was always
5293         reading from INDF0
5294         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5295         pointers,
5296         * (genAddrOf): rewrote code to take address of a stacked function parameter
5297         * (genCast): fixed casting to generic pointer type,
5298         * src/pic16/gen.h: added AOP_STA,
5299         * (struct asmop): added field stk,
5300         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5301         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5302         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5303         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5304         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5305         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5306         generic pointers,
5307         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5308         and library paths,
5309         * (pic16_port structure): generic pointer size is set to 3,
5310         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5311         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5312         compiler warning,
5313         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5314         operand is an iTemp,
5315
5316 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5317
5318         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5319         * debugger/mcs51/simi.c: addapt new syntax of s51
5320
5321 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5322
5323         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5324         * src/pic16/pcode.c: commented out some calls to free() in order to
5325         fix bug #989576,
5326
5327 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5328
5329         * src/SDCCicode.h,
5330         * src/SDCCicode.c (isiCodeInFunctionCall),
5331         * src/avr/ralloc.c (selectSpil),
5332         * src/pic/ralloc.c (selectSpil),
5333         * src/pic16/ralloc.c (selectSpil),
5334         * src/ds390/ralloc.c (selectSpil),
5335         * src/hc08/ralloc.c (selectSpil),
5336         * src/xa51/ralloc.c (selectSpil),
5337         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5338         stack in the middle of a function call sequence (fixes bug #1020268)
5339         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5340         costs associated with the minimum switch case.
5341
5342 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5343
5344         * src/SDCC.lex: fixed bug #1030549
5345
5346 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5347
5348         * src/SDCCcse.h (struct cseDef),
5349         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5350         over a function call if the CSE is derived from a symbol whose
5351         address has been taken (fixes bug #1029883)
5352         * support/regression/tests/bug-1029883: a new regression test for
5353         this bug
5354
5355 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5356
5357         * src/hc08/gen.c (emitinline): fixed bug #1029778
5358         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5359         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5360         and starts toward RFE #905167)
5361
5362 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5363
5364         * src/pic16/gen.c (mov2f): New function to move an operand to
5365         another without considering if it is a literal or a register,
5366         * (pic16_sameRegs): don't check if they are both AOP_REG,
5367         * (AccRsh): removed andmask=0 lines,
5368         * (genLeftShift): duplicated to be improved in future versions,
5369         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5370         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5371         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5372         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5373         * (insertBankSwitch): fixed inserting banksel directives algorithm
5374         for instructions that follow a skip instruction, this fixes a report
5375         for broken subtraction code generation,
5376         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5377         iCode is a left op, just in case result and right share the same
5378         registers
5379
5380 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5381
5382         * src/hc08/main.c,
5383         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5384         preservation of HX
5385         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5386         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5387         on 2004-09-12; it was buggy
5388
5389 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5390
5391         * src/SDCCsymt.h: removed RESULT_CHECK
5392         * src/SDCCast.c,
5393         * src/SDCCglue.c,
5394         * src/SDCCval.c,
5395         * src/pic/glue.c,
5396         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5397
5398 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5399
5400         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5401         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5402         configuration values no more rejected by compiler, they are assigned
5403         to configuration registers with a warning message instead,
5404         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5405         the for-loop so last conf register is emitted too,
5406         * (_pic16_initPaths): link library libsdcc.lib by default,
5407         * (_hasNativeMulFor): modified test for multiplication according to
5408         Raphael Neider's remarks. Integer multiplication is also done with
5409         support functions,
5410         * device/include/pic16/pic18fregs.h: corrected type error in while
5411         testing and including 18f6720 header file
5412
5413 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5414
5415         * src/pic16/device.h (pic16_options): removed field use_crt,
5416         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5417         until an optimization to handle single bits is added,
5418         * (pic16_loadFSR0): moved before genUnpackBits,
5419         * (genAnd): some white lines removed,
5420         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5421         leave_reset flags in pic16_options when using crt modules,
5422
5423 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5424
5425         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5426           for bugs 898889 & 979599. Also used some safer print instructions.
5427
5428 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5429
5430         * src/pic16/device.h (pic16_options_t): added field use_crt,
5431         crt_name, no_crt,
5432         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5433         catch a probable future bug,
5434         * src/pic16/gen.c: aopIdx function commented out,
5435         * (genAssign): commented out old code which used aopIdx,
5436         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5437         code, added if conditionals to take into account the --use-crt
5438         command line options,
5439         * src/pic16/main.c (pic16_optionsTable): added new command line
5440         options, --use-crt= and --no-crt,
5441         * (_pic16_linkEdit): now the proper crt object is added in the
5442         linker command line except than when --no-crt is specified,
5443         * src/pic16/pcode.c,
5444         * src/pic16/pcode.h: added some structures and functions for a new
5445         optimization scheme to compansate for instruction overhead between
5446         same iCodes, this scheme is currently under development and is not
5447         working in any way,
5448         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5449         to && operator,
5450         * device/lib/pic16/startup/crt0i.c,
5451         * device/lib/pic16/startup/crt0iz.c: added global char variable
5452         __uflags to force the generation of an idata section
5453
5454 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5455
5456         * doc/Makefile,
5457         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5458         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5459
5460 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5461
5462         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5463         Frieder) and clarified the default code optimization mode
5464
5465 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5466
5467         * src/SDCC.lex (doPragma, process_pragma),
5468         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5469         "opt_code_size", and "opt_code_balanced"
5470         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5471         regrouped options by category, added support for category headers
5472         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5473         and "--opt-code-size"
5474         * doc/sdccman.lyx: documented these new options and pragmas
5475         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5476         preference into account
5477
5478 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5479
5480         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5481           geniCodePreDec): Fixed bug 904237 by generating a warning
5482         * src/SDCCerr.h,
5483         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5484
5485 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5486
5487         * src/pic/device.c : When no max ram set validate full memory range.
5488         * src/pic/pcode.c,
5489         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5490
5491 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5492
5493         * device/lib/_gptrget.c,
5494         * device/lib/_gptrput.c: updated comment
5495         * device/lib/calloc.c,
5496         * device/lib/free.c,
5497         * device/lib/malloc.c,
5498         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5499         * src/SDCCcse.c (cseBBlock),
5500         * src/SDCCicode.c (printOperand, geniCodeArray),
5501         * src/SDCCicode.h (struct operand): fixed bug 868103
5502         * support/regression/tests/bug-868103.c: added
5503         * src/SDCCast.c (searchLitOp),
5504         * src/SDCCcse.h (struct cseDef),
5505         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5506         * src/SDCCicode.h (struct operand),
5507         * src/SDCCsymt.h (struct sym_link),
5508         * src/avr/gen.c (hasInc),
5509         * src/ds390/gen.c (hasInc),
5510         * src/hc08/gen.c (genPlusIncr, hasInc),
5511         * src/mcs51/gen.c (hasInc),
5512         * src/pic16/glue.c (pic16_printIvalChar),
5513         * src/pic16/ralloc.c (regWithIdx),
5514         * src/xa51/gen.c (hasInc) : removed warnings
5515         * src/SDCCast.c (createBlock): added comment ???
5516         * src/hc08/ralloc.c: updated comments
5517
5518 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5519
5520         * doc/sdccman.lyx: updated section on switch statements, added
5521         section about semaphore locking
5522         * doc/Makefile: added option -info for latex2html
5523         * device/lib/_gptrget.c,
5524         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5525
5526 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5527
5528         * src/pic/device.h,
5529         * src/pic/device.c,
5530         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5531          maxram is less than 0x100.
5532
5533 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5534
5535         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5536
5537 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5538
5539         * src/port.h,
5540         * src/mcs51/main.c,
5541         * src/ds390/main.c,
5542         * src/z80/main.c,
5543         * src/hc08/main.c,
5544         * src/pic/main.c,
5545         * src/pic16/main.c,
5546         * src/avr/main.c,
5547         * src/xa51/main.c
5548         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5549         a jump table is the best form for a switch statement, including
5550         automatic insertion of missing cases to make the case range
5551         continuous. Developed in collaboration with Frieder Ferlemann.
5552
5553 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5554
5555         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5556         accumulator result if it needs sign extension
5557
5558 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5559
5560         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5561
5562 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5563
5564         * device/lib/gbz80/printf.c,
5565         * device/lib/z80/printf.c: removed define for NULL
5566
5567 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5568
5569         * as/xa51/xa_link.c,
5570         * device/examples/ds390/ow390/ad26.c,
5571         * device/examples/ds390/ow390/cnt1d.c,
5572         * device/examples/ds390/ow390/counter.c,
5573         * device/examples/ds390/ow390/ds2480.h,
5574         * device/examples/ds390/ow390/ds2480ut.c,
5575         * device/examples/ds390/ow390/findtype.c,
5576         * device/examples/ds390/ow390/gethumd.c,
5577         * device/examples/ds390/ow390/owllu.c,
5578         * device/examples/ds390/ow390/ownetu.c,
5579         * device/examples/ds390/ow390/swt12.c,
5580         * device/examples/ds390/ow390/swtloop.c,
5581         * device/examples/ds390/ow390/temp.c,
5582         * device/examples/ds390/ow390/temp10.c,
5583         * device/examples/ds390/ow390/thermo21.c,
5584         * device/examples/ds390/ow390/tinilnk.c,
5585         * device/examples/ds390/ow390/tstfind.c,
5586         * device/examples/serialcomm/windows/serial.cpp,
5587         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5588         * device/include/reg51.h: fixed line endings for cvs
5589
5590 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5591
5592         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5593         packRegsForAccUse, packRegisters): new accumulator register
5594         packing algorithm
5595         * support/regression/ports/hc08/support.c (_putchar): suppress
5596         warning of unused variable
5597         * src/SDCCicode.c: added SWAP entry to codeTable
5598
5599 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5600
5601         * device/lib/sprintf.c: forgot to add this file before previous commit
5602
5603 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5604
5605         * src/pic16/gen.c (genPackBits): added operand right in function
5606         parameters, load result directly if p_type is POINTER (that is
5607         called by genNearPointerSet)
5608         * (genUnPackBits): added operand left in function parameters,
5609         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5610         FSR0 if accessing bitfields,
5611
5612 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5613
5614         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5615           _print_format; updated printf, sprintf, vsprintf
5616         * device/include/asm/default/features.h: corrected comment/define
5617         * device/lib/Makefile.in: added sprintf.c
5618         * device/lib/libsdcc.lib: added sprintf module
5619         * device/lib/printf_large.c,
5620         * device/lib/vprintf.c,
5621         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5622           into these 3 files
5623         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5624         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5625         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5626           hc08 test
5627         * support/regression/tests/zeropad.c: define idata as data for hc08
5628
5629 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5630
5631         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5632         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5633         labels are referenced at least once (even if a reference is not found)
5634         * src/hc08/gen.c (emitcode): set isComment flag for comments
5635         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5636         loads), rules 6a..6b (optimize jumps to return)
5637
5638 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5639
5640         * device/lib/acosf.c (acosf),
5641         * device/lib/asinf.c (asinf),
5642         * device/lib/atanf.c (atanf),
5643         * device/lib/ceilf.c (ceilf),
5644         * device/lib/cosf.c (cosf),
5645         * device/lib/coshf.c (coshf),
5646         * device/lib/cotf.c (cotf),
5647         * device/lib/fabsf.c (fabsf),
5648         * device/lib/floorf.c (floorf),
5649         * device/lib/log10f.c (log10f),
5650         * device/lib/logf.c (logf),
5651         * device/lib/sinf.c (sinf),
5652         * device/lib/sinhf.c (sinhf),
5653         * device/lib/sqrtf.c (sqrtf),
5654         * device/lib/tanf.c (tanf),
5655         * device/lib/tanhf.c (tanhf),
5656         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5657         replaced all instances of "reentrant" in the library functions
5658         defined in math.h with this macro.
5659         * support/regression/tests/float_trans.c: reenabled test for hc08
5660
5661 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5662
5663         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5664         erroneously deleted
5665
5666 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5667
5668         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5669         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5670         multi-byte volatile operands are used
5671         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5672         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5673         initialization to area GSINIT0 so that it would always precede
5674         any static initializers in GSINIT
5675         * support/regression/tests/zeropad.c: fixed idata define for hc08
5676         * support/regression/tests/bug-927659.c,
5677         * support/regression/tests/float_trans.c: disabled tests for hc08
5678         pending missing library routines
5679         * .version: increased version number to 2.4.4 - hc08 port now passes
5680         regression tests
5681
5682
5683 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5684
5685         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5686         * Makefile.common.in,
5687         * as/Makefile,
5688         * as/hc08/Makefile.in,
5689         * as/mcs51/Makefile.in,
5690         * as/z80/Makefile.in,
5691         * debugger/mcs51/Makefile.in,
5692         * device/include/Makefile.in,
5693         * device/lib/Makefile.in,
5694         * doc/Makefile,
5695         * link/Makefile,
5696         * link/z80/Makefile.in,
5697         * packihx/Makefile.in,
5698         * sim/ucsim/main_in.mk,
5699         * sim/ucsim/avr.src/Makefile.in,
5700         * sim/ucsim/doc/Makefile.in,
5701         * sim/ucsim/gui.src/serio.src/Makefile.in,
5702         * sim/ucsim/hc08.src/Makefile.in,
5703         * sim/ucsim/s51.src/Makefile.in,
5704         * sim/ucsim/xa.src/Makefile.in,
5705         * sim/ucsim/z80.src/Makefile.in,
5706         * src/Makefile.in,
5707         * support/cpp2/Makefile.in,
5708         * support/librarian/Makefile,
5709         * support/makebin/Makefile: added DESTDIR to the install path proposed
5710         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5711         * doc/sdccman.lyx: added DESTDIR documentation
5712
5713 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5714
5715         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5716         instruction for interrupt handlers, use fast returns when returning
5717         from high priority interrupts
5718
5719 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5720
5721         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5722         code generation
5723         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5724         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5725         bugs, ported much of Bernhard's code from mcs51
5726         * src/mcs51/gen.c (genSend),
5727         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5728         than one when calling a reentrant function
5729         * device/lib/_mullong.c: defined an alternate struct layout for big
5730         endian ports (hc08)
5731
5732 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5733
5734         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5735         test
5736
5737 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5738
5739         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5740         are sane and complete before asking the port its prefered parameter
5741         passing method (fixes bug #1017633)
5742         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5743         and _ret3
5744
5745 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5746
5747         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5748         problem in bitfields >= 8 bits.
5749
5750 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5751
5752         * src/SDCCsymt.c: undid changes that were not meant to be committed
5753
5754 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5755
5756         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5757
5758 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5759
5760         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5761           copied and wrong bit got inverted
5762
5763 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5764
5765         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5766         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5767         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5768         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5769         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5770         assignments to bitfields at known addresses
5771         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5772         reads from bitfields at known addresses
5773         * src/hc08/ralloc.c (packRegisters),
5774         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5775         genhc08Code): optimize pointer get values used as conditionals
5776         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5777         and branch
5778
5779 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5780
5781         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5782         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5783         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5784         as conditionals
5785
5786 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5787
5788         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5789
5790 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5791
5792         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5793         related problems
5794
5795 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5796
5797         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5798
5799 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5800
5801         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5802         mcs51 port
5803
5804 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5805
5806         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5807
5808 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5809
5810         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5811         cases use more compact code.
5812
5813 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5814
5815         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5816
5817 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5818
5819         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5820
5821 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5822
5823         * src/SDCCsymt.h,
5824         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5825         parameter of changePointer() from symbol* to sym_link*
5826         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5827         * src/SDCCsymt.c (compareType): void* type is castable to other
5828         pointers, but not necesarily an exact match.
5829         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5830         is no longer blindly treated as an exact match.
5831         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5832
5833 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5834
5835         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5836
5837 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5838
5839         * src/pic/gen.c,
5840         * src/pic/pcode.c,
5841         * src/pic/ralloc.h,
5842         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5843
5844 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5845
5846         * src/pic/device.c,
5847         * src/pic/device.h,
5848         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5849
5850 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5851
5852         * src/mcs51/gen.c (emitcode): fixed bug #992819
5853
5854 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5855
5856         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5857           there's no need to make it worse
5858
5859 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5860
5861         * src/mcs51/ralloc.c (deassignLR),
5862         * src/ds390/ralloc.c (deassignLR),
5863         * src/hc08/ralloc.c (deassignLR),
5864         * src/z80/ralloc.c (deassignLR),
5865         * src/pic/ralloc.c (deassignLR),
5866         * src/pic16/ralloc.c (deassignLR),
5867         * src/avr/ralloc.c (deassignLR),
5868         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5869         rlivePoint): fixed another part of bug #971834
5870
5871 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5872
5873         * src/z80/main.c: enabled "critical" keyword
5874         * src/z80/mappings.i,
5875         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5876         functions (fixes bug #979646)
5877         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5878
5879 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5880
5881         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5882           such as c:\mydir.
5883
5884 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5885
5886         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5887           doesn't disable too much optimizations
5888
5889 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5890
5891         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5892
5893 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5894
5895         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5896
5897 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5898
5899         * src/pic/gen.c tidied up tabs
5900         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5901         * src/pic/main.c tidied up tabs
5902         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5903         * src/pic/pcoderegs.c tidied up tabs
5904         * src/pic/ralloc.c tidied up tabs
5905
5906 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5907
5908         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5909         to S_FIXED for pic16 port and when symbol is not in level 0,
5910         allocate for S_REGISTER storage class and pic16 port, too,
5911         * src/pic16/device.h: prototype for checkSym,
5912         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5913         * (pic16_assignConfigWordValue): test the value and the mask to
5914         validate that the value is suitable for the configuration word,
5915         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5916         collect extern declared symbols, don't emit symbol twice, check
5917         first if symbol is in publics set first,
5918         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5919         * added command line '--fstack' which enables an experimental
5920         feature for stack access, too buggy to be used yet...
5921         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5922         * (pic16_allocDirReg): when register has storage class S_REGISTER
5923         allocate in pic16_dynAccessRegs,
5924         * device/include/pic16/pic18f????.h: modified configuration word
5925         naming convention, words started as CONFIG0H but should be CONFIG1H
5926
5927 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5928
5929         * device/include/mcs51reg.h: fixed bug 970993
5930
5931 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5932
5933         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5934         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5935         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5936         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5937         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5938         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5939           error/warning numbers,
5940           added function setWarningDisabled()
5941         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5942         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5943           _memcmp.c _memmove.c calloc.c realloc.c free.c
5944         * support/regression/tests/malloc.c: added tests for new functionality
5945         * support/regression/tests/zeropad.c: added tests for truncated initializers
5946           and initialized char arrays starting with '\x0'
5947         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5948
5949 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5950
5951         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5952
5953 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5954
5955         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5956         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5957         peephole 177.e. Thanks to anonymous
5958
5959 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5960
5961         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5962         function isn't used in the source but referenced as a
5963         variable initializer then declare it as extern in .asm file
5964
5965 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5966
5967         * .version: increased version number to 2.4.3
5968
5969         Adding version extension according to ChangeLog CVS revision
5970         * src/Makefile.in (target all): added dependency 'version.h'
5971         * (rule version.h): added rule to create version.h from ChangeLog,
5972         * (rule dep): added dependency version.h,
5973         * src/version.awk: AWK script to create version.h
5974         * src/SDCCdwarf2.c (dwWriteModule),
5975         * src/SDCCglue.c (initialComments),
5976         * src/SDCCmain.c (printVersionInfo): modified to write after
5977         version string the version extension number,
5978         * src/SDCCutil.c: included "version.h"
5979         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5980         number,
5981         * src/SDCCutil.h: added prototype for getBuildNumber
5982
5983         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5984         includeDirsSet, too,
5985         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5986         const char [] is found in function prototype...
5987
5988         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5989         moving to WREG with source is already in WREG,
5990         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5991         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5992         * (aopForSym): stack'ed symbols are partially supported, added
5993         if-clause to support symbols in FARSPACE,
5994         * (sameRegs): added test for AOP_ACC to see if registers are same,
5995         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5996         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5997         * (pic16_popRegFromString): will not allocate a new register if it
5998         doesn't find one by name, bug may have introduced...
5999         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6000         * (genIpush): revived to use pic16 port's stack,
6001         * (genAddrOf): added incomplete case for stack'ed operand,
6002         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6003         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6004         can handle multibyte operands,
6005         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6006         * (pic16initialComments): added message for MPLAB compatibility
6007         mode enabled,
6008         * src/pic16/main.h: prototype for pic16_mplab_comp,
6009         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6010         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6011         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6012         because of increased complexity of procedure,
6013         * (_process_pragma): stack pragma changed to format 'stack pos len',
6014         emit symbol '_stack_end' to conform with gplink,
6015         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6016         to search for register,
6017         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6018         PO_GPR_REGISTER,
6019         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6020         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6021         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6022         case for PO_GPR_REGISTER,
6023         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6024         dies, the new era is ahead !...
6025         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6026         pic16_dynInternalRegs,
6027         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6028         * (pic16_allocDirReg): minor optimizations and bug fixes,
6029         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6030
6031         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6032         load stack and frame pointer with address of 'stack_end' symbol
6033
6034 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6035
6036         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6037         without source code but only variable initializers
6038
6039 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6040
6041         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6042         external are not declared as extern to reduce overhead while linking
6043
6044 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6045
6046         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6047
6048 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6049
6050         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6051           Yee Keat for the patch
6052         * src/SDCCast.c (decorateType): fixed bug #979599
6053         * src/ds390/gen.h: removed local fReturnSizeDS390
6054         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6055         * src/ds390/gen.c (genAnd, genOr, genXor),
6056         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6057
6058 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6059
6060         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6061         add relFilesSet to $3, manipulate $2 to handle linking of object
6062         files without source files in command line,
6063         * device/include/pic16 (all headers): added ID location macros,
6064         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6065         entries for ID location bytes,
6066         * (pic16_assignIdByteValue): NEW,
6067         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6068         added field dumpcalltree to pic16_options_t,
6069         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6070         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6071         emitting rFalseIfx label after check_carry label,
6072         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6073         pic16_emitDIRegs), NEW
6074         * (pic16glue): dump .calltree file when option --calltree found,
6075         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6076         * (_pic16_genAssemblerPreamble): emit ID locations after
6077         configuration registers,
6078         * (pic16_linkCmd): modifications of the link command,
6079         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6080         * (pic16_pCodeInitRegisters): don't init stack registers,
6081         * (pic16_findPrevInstruction): fixed bug,
6082         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6083         bug with immediate registers,
6084         * (buildCallTree): traces stack push and pop,
6085         * (pct2): dump also stack usage for each function,
6086         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6087         * (pic16_allocDirReg): various modifications,
6088         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6089         fixed to 1,
6090
6091 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6092
6093         * src/pic16/pcode.c: removed buggy double colon
6094
6095 2004-07-01 Borut Razem <borut.razem AT siol.net>
6096
6097         * support/scripts/sdcc.nsi: added include/pic16 to setup
6098
6099 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6100
6101         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6102         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6103         target 'clean',
6104         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6105         specific command line arguments. Also added sample lkr script
6106         for placing a variable at a specific memory bank.
6107         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6108         at a specific memory bank,
6109         * (pic16_dump_isection): fixed bug which caused string literals to
6110         be omitted when dumping idata section,
6111         * (pic16_groupRegistersInSection): added code to handle registers
6112         in specific memory banks,
6113         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6114         public, all references are renamed too,
6115         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6116         AOP_DPTR2,
6117         * (pic16_storeForReturn): added case to handle when dest is WREG,
6118         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6119         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6120         pic16_rel_udata, check to see if that register is marked as being
6121         a member of a specific memory bank,
6122         * (pic16_printIvalCharPtr): added code to add string literals either
6123         to code or the idata sections,
6124         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6125         also accept the 'udata' pragma,
6126         * src/pic16/main.h: new structure types sectName and sectSym
6127         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6128         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6129         * (pic16_findPrevInstruction): fixed, it returned nothing,
6130         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6131         instruction combinations,
6132         * (pic16_FixRegisterBanking): heavily reorganised,
6133         * (pic16_AnalyzeBanking): if generating banksel directives is
6134         disabled, then don't call FixRegisterBanking at all,
6135         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6136         completely removed,
6137         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6138
6139 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6140
6141         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6142         Phuah Yee Keat <yk.phuah AT nestac.com>
6143
6144 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6145
6146         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6147         correctly the IVT even if it is relocated to some other location
6148
6149 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6150
6151         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6152         * device/include/pic16/pic18f2220.h: NEW,
6153         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6154         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6155         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6156         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6157         nodefaultlibs, ivt_loc is the location of the interrupt vector
6158         table, and nodefaultlibs signs that default libraries should not be
6159         linked in link stage,
6160         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6161         according to --ivt-loc argument,
6162         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6163         when pragma stack is found,
6164
6165 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6166
6167         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6168         256 (range check), 257 (do while), 258.a-f (bit banging
6169         f.e. on 3-wire SPI bus)
6170
6171 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6172
6173         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6174         variables used exclusively within a loop
6175
6176 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6177
6178         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6179
6180 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6181
6182         * src/SDCClrange.c (computeClash): fixed bug #971834
6183
6184 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6185
6186         * src/mcs51/gen.c (genCmp): fixed bug #975903
6187         * src/hc08/gen.c (operandsEqu),
6188         * src/ds390/gen.c (operandsEqu),
6189         * src/z80/gen.c (operandsEqu),
6190         * src/pic/gen.c (operandsEqu),
6191         * src/pic16/gen.c (operandsEqu),
6192         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6193         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6194
6195 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6196
6197         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6198
6199 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6200
6201         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6202         default case in switch statement,
6203         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6204         to eliminate problem with initialisation of pointers, but problem
6205         still exists,
6206         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6207         * (emitStaticSegment): removed various lines emitting debug info,
6208         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6209         added processor registers for utilizing EEPROM,
6210         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6211         configurable and set 8
6212
6213 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6214
6215         * .version: increased version number to 2.4.2,
6216
6217         Cumulative patch for pic16 port
6218         * src/pic16/device.c: changed scheme to dump initial values for
6219         variables in idata segment, all print_idata* functions were removed,
6220         now the pic16_printIval* will be called,
6221         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6222         * _pic16_printPointerType, pic16_printPointerType,
6223         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6224         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6225         NEW, similar to the respective functions in SDCCglue.c,
6226         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6227         way, emitting hex bytes,
6228         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6229
6230 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6231
6232         * src/avr/ralloc.c (serialRegAssign),
6233         * src/xa51/ralloc.c (serialRegAssign),
6234         * src/pic/ralloc.c (serialRegAssign),
6235         * src/pic16/ralloc.c (serialRegAssign),
6236         * src/hc08/ralloc.c (serialRegAssign),
6237         * src/z80/ralloc.c (serialRegAssign),
6238         * src/ds390/ralloc.c (serialRegAssign),
6239         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6240
6241 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6242
6243         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6244         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6245
6246 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6247
6248         Cumulative patch for pic16 port:
6249         * src/pic16/device.h (typedef PIC16_device) modified fields for
6250         defining microcontrollers,
6251         * src/pic16/device.c: added new info for all devices in Pics16 array,
6252         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6253         to be optimised out by the pCode optimiser,
6254         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6255         specially, bug reported by G.M. Gallant,
6256         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6257         as force'd so that cannot be optimised out by pCode optimiser,
6258         * src/pic16/pcode.c,
6259         * src/pic16/pcodepeeph.c,
6260         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6261         they are disabled by default, but can be enabled explicit with
6262         command argument --denable-peeps, for testing,
6263         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6264         --pomit-ivt in COMPILE_FLAGS
6265
6266 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6267
6268         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6269           compilation on MSVC
6270
6271 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6272
6273         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6274
6275 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6276
6277         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6278         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6279
6280 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6281
6282         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6283         would only assign 0x300001 register.
6284
6285 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6286
6287         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6288         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6289
6290 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6291
6292         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6293         for ds80c400
6294         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6295         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6296         added peephole 254 (left shift), 255 (jump table)
6297
6298 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6299
6300         * device/lib/Makefile.in: removed comment line with model-pic16,
6301         * (target port-specific-objects-pic16): the libraries and objects
6302         are copied to the build directory form the device/lib/pic16/bin
6303         directory
6304
6305         Cumulative patch concerning pic16 port:
6306         * library directory has been re-organized,
6307         * added support for PIC18F1220,
6308         * added headers and library sources for chips 18f1220,18f6520,
6309         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6310
6311         * configuration registers setting has changed, now each supported
6312         device has a complete description of the registers it uses,
6313         * all initialisations are moved to idata sections, these section
6314         can be absolute or relocatable,
6315         * fixed initialisation of codespace variables,
6316         * fixed warning about PCLATU and gpsim,
6317         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6318         * (genAssign): use table reads when assigning from variables in codespace,
6319         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6320         char/int variables placed in codespace,
6321         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6322         registers set in .asm file, no need for --pomit-config-words anymore,
6323         * (pic16glue): some 8051 legacy segments are commented out
6324         (to be removed completely),
6325         * added support for alternative assembler and linker with --asm=
6326         and --link= command line arguments,
6327         * peepholes are disabled automatically in the port, no need to
6328         specify on command line,
6329         * port supports natively char/int/long multiplication, but converts
6330         all divisions to support functions,
6331         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6332         to the file set in variable $2,
6333         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6334         strings in ASCII format and not in hex,
6335         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6336         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6337         allocate proper register if iCodes aren't temporary,
6338
6339 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6340
6341         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6342
6343 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6344
6345         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6346         is commented out
6347
6348 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6349
6350         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6351         computed address is reused
6352         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6353         multi-byte bitfields
6354
6355 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6356
6357         * src/z80/gen.c: (genArrayInit): must check for pointers too
6358
6359 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6360
6361         * support/regression/tests/zeropad.c: never meant to commit the
6362           nestedstruct test: removed, added check for GCC version
6363
6364 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6365
6366         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6367         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6368         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6369           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6370           bugs 928906 and 954082 half-empty initializers
6371         * src/SDCCsymt.h,
6372         * src/SDCCsymt.c (getAllocSize): added for above fix
6373         * src/z80/gen.c (genArrayInit): fixed bug 741044
6374         * support/regression/tests/zeropad.c: added tests
6375
6376 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6377
6378         * src/pic16/device.c (pic16_dump_section): corrected bug which
6379         caused some symbols of the libraries to be misplaced
6380
6381 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6382
6383         * src/pic16/glue.c,
6384         * src/pic16/ralloc.h,
6385         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6386         to fix conflict with pic port
6387
6388 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6389
6390         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6391         externs configuration variables,
6392         * src/pic16/ralloc.h,
6393         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6394         prototype in header, commented out some debug messages
6395
6396 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6397
6398         * src/pic16/glue.c,
6399         * src/pic16/main.c,
6400         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6401         for gpasm COFF object generation. Thanks to D. Hawkins for
6402         his patch info
6403
6404 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6405
6406         * src/ds390/main.c,
6407         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6408         Brock for spotting this)
6409         * src/ds390/gen.c (genEndFunction),
6410         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6411         interrupt handler and critical. Disable push/pop optimizations when
6412         peephole optimizations disabled.
6413
6414 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6415
6416         Updated pic16 library sources and headers.
6417         * device/lib/pic16/pic18f*/ ,
6418         * device/include/pic16/*.h: modified to handle structured SFR
6419         definitions
6420
6421 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6422
6423         * src/port.h (PORT structure): added hook initPaths, now each
6424         port can declare its own default search paths,
6425         which can been seen with the --print-search-dirs option,
6426         see pic16 port for example,
6427         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6428         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6429         * (doPrintSearchDirs): NEW, replaces in a central manner the
6430         printing of search dirs which was split in set*Paths functions,
6431         * (main): added call to port->initPaths and doPrintSearchDirs,
6432         * src/avr/main.c,
6433         * src/ds390/main.c,
6434         * src/hc08/main.c,
6435         * src/izt/i186.c,
6436         * src/izt/tlcs900h.c,
6437         * src/mcs51/main.c,
6438         * src/pic/main.c,
6439         * src/pic16/main.c: modified port structures to reflect addition of
6440         initPaths hook,
6441
6442         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6443         * (pic16_dump_section): for registers in same address reserve memory once,
6444         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6445         to no_banksel,
6446         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6447         result is greater in size than right or left,
6448         * (pic16_genUMult8X8_8): there are some cases where the result can
6449         be 16 bits size, so handle these,
6450         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6451         * (pic16_outBitC): modified to emit pcodes,
6452         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6453         or not,
6454         * (genDivOneByte): implemented algorithm to divide 8-bits,
6455         * (genCmp): uncommented goto, but issues still exist,
6456         * (genAnd): fixed a bug with variables >8bits,
6457         * (genPackBits): optimization added that uses BCF/BSF to change a
6458         single bit,
6459         * (genAssign): fixed bug when assigning floating point literals,
6460         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6461         __sdcc_gsinit_startup label,
6462         * src/pic16/main.c (_pic16_init): removed search directory
6463         initialisations,
6464         * (_pic16_initPaths): NEW, used to initialise search directories,
6465         * (_hasNativeMulFor): support functions for all except char/int
6466         multiplication, and char division,
6467         * (PIC16_port struct): modified entry for native mul support,
6468         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6469         no_banksel option,
6470         * (buildCallTree): call to register_usage is ifdef'ed out,
6471
6472 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6473
6474         * device/include/string.h: applied Stas Sergeev's patch to make this
6475         header file compatible with the preprocessor -Wundef option
6476         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6477         failure (fixes bug #941458)
6478
6479 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6480
6481         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6482         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6483         that the variable, not the function, should be static
6484         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6485         to be consistent with non-literal case
6486
6487 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6488
6489         * src/SDCCast.c (isConformingBody): fixed bug #949967
6490         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6491         convilong): fixed bug #952086
6492
6493 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6494
6495         * src/SDCCmem.c (allocVariables): fixed bug #955321
6496
6497 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6498
6499         * src/hc08/main.c (_hc08_genAssemblerEnd),
6500         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6501         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6502         completely eliminated the use of a temporary file
6503         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6504         when more than one file linked
6505         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6506
6507 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6508
6509         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6510         which fixes bug #543481
6511         * support/regression/tests/bug-751703.c: fixed comments left from a
6512         cut and paste error
6513         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6514         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6515         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6516         scopes
6517         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6518         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6519         are now changed to underscores in moduleName
6520
6521 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6522
6523         * as/mcs51/lkmem.c: better fix for bug #954173
6524
6525 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6526         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6527
6528         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6529         * device/include/c8051f000.h,
6530         * device/include/c8051f120.h,
6531         * device/include/c8051f300.h,
6532         * device/include/c8051f310.h,
6533         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6534         PWM16) and detab'ed
6535
6536 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6537
6538         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6539         and mailing lists, doc'ed --no-peep-comments, removed reference
6540         to knoppix (newest version has no LyX/LaTeX), other minor changes
6541         * src/SDCCglue.c (glue): save 2 bytes stack space with
6542         option --main-return. The ljmp could probably be avoided too
6543
6544 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6545
6546         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6547
6548 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6549
6550         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6551         * src/SDCCopt.c (isLocalWithoutDef),
6552         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6553         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6554         (credit to Maarten Brock for patch #949363, on which this is based)
6555         * support/regression/tests/bug-751703.c: some test cases of extern used
6556         within inner scopes.
6557
6558 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6559
6560         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6561         SPEC_STRUCT
6562         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6563         struct definitions
6564         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6565         dwWriteLabel): fix to create valid debugger symbols even when
6566         the module name has non-alphanumeric symbols in it
6567         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6568         when a variable's allocation has been optimized away
6569
6570
6571 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6572
6573         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6574         * src/hc08/main.c,
6575         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6576         * src/mcs51/main.c,
6577         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6578         * src/ds390/main.c,
6579         * src/z80/gen.c (z80_emitDebuggerSymbol),
6580         * src/z80/main.c,
6581         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6582         * src/pic/main.c,
6583         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6584         * src/pic16/main.c,
6585         * src/avr/gen.c (avr_emitDebuggerSymbol),
6586         * src/avr/main.c,
6587         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6588         * src/xa51/main.c,
6589         * src/SDCCdebug.c (emitDebuggerSymbol),
6590         * src/SDCCdebug.h,
6591         * src/port.h: added a debugger struct to the port struct. Added a
6592         callback for defining debugger symbols
6593
6594         * src/SDCCast.c (createLabel),
6595         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6596         with isitmp = 1
6597         * src/SDCCicode.h,
6598         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6599         iCode back to the ast for the function
6600
6601         * src/hc08/ralloc.c (hc08_assignRegisters),
6602         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6603         unneeded fields from the regs struct.
6604         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6605         pushReg() & pullReg() functions instead of emitcode()
6606
6607         * src/hc08/gen.c (genLabel, genhc08Code),
6608         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6609
6610         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6611         debugger hooks
6612
6613         * src/hc08/gen.c (genEndFunction, genhc08Code),
6614         * src/hc08/gen.h,
6615         * src/mcs51/gen.c (genEndFunction, gen51Code),
6616         * src/mcs51/gen.h,
6617         * src/ds390/gen.c (genEndFunction, gen390Code),
6618         * src/ds390/gen.h,
6619         * src/z80/gen.c (genEndFunction, genZ80Code),
6620         * src/z80/gen.h,
6621         * src/z80/z80.h,
6622         * src/pic/gen.c (genEndFunction, genpic14Code),
6623         * src/pic/gen.h,
6624         * src/pic16/gen.c (genEndFunction, genpic16Code),
6625         * src/pic16/gen.h,
6626         * src/avr/gen.c (genEndFunction, genAVRCode),
6627         * src/avr/gen.h,
6628         * src/xa51/gen.c (genEndFunction, genXA51Code),
6629         * src/xa51/gen.h,
6630         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6631         specific code to cdbFile.c and out of the backend code generators
6632
6633         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6634         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6635         starting address is now 0
6636
6637         * as/hc08/asm.h,
6638         * as/hc08/m08pst.c,
6639         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6640         assembler directive for DWARF support
6641         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6642
6643         * src/src.dsp,
6644         * src/Makefile.in,
6645         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6646
6647 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6648
6649         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6650         and inappropriate peephole optimization in jump tables
6651
6652 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6653
6654         * as/hc08/m08pst.c,
6655         * src/SDCCglue.c: sdccopt works for the hc08 port now
6656
6657 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6658
6659         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6660
6661 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6662
6663         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6664
6665 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6666
6667         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6668         rules
6669         * src/SDCCmain.c,
6670         * src/SDCCglobl.h,
6671         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6672         comments from the peephole optimizer replacement rules
6673         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6674         symbols
6675         * src/SDCCcse.c (updateSpillLocation),
6676         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6677         equivalents
6678         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6679         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6680         objects far pointers
6681
6682 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6683
6684         * src/SDCCsymt.h: a missing part of my last change
6685         * src/pic/ralloc.c (regTypeNum),
6686         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6687
6688 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6689
6690         * src/SDCCicode.h,
6691         * src/SDCCicode.c (aggrToPtrDclType),
6692         * src/SDCCptropt.h,
6693         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6694         ptrPseudoSymConvert),
6695         * src/pic/ralloc.c (regTypeNum),
6696         * src/pic16/ralloc.c (regTypeNum),
6697         * src/hc08/ralloc.c (regTypeNum),
6698         * src/ds390/ralloc.c (regTypeNum),
6699         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6700         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6701
6702 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6703
6704         * link/z80/lkmain.c (afile),
6705         * as/hc08/lkmain.c (afile),
6706         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6707         prevent a pointer problem when a filename has no directory and
6708         no extension specified.
6709
6710 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6711
6712         * link/z80/lkmain.c (afile): allow periods in directory names
6713         * link/z80/lkmain.c (afile),
6714         * as/mcs51/lkmain.c (afile),
6715         * as/hc08/lkmain.c (afile): allow linker script file to have an
6716         extension other than ".lnk"
6717         * link/z80/lklex.c (getfid),
6718         * link/z80/lkmain.c (parse),
6719         * as/mcs51/lklex.c (getfid),
6720         * as/mcs51/lkmain.c (parse),
6721         * as/hc08/lklex.c (getfid),
6722         * as/hc08/lkmain.c (parse): Support comments in the linker script
6723         file on lines by themselves and after filenames
6724
6725 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6726
6727         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6728
6729 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6730
6731         * src/z80/peeph-z80.def: removed some peephole rules that don't
6732         work with multibyte arithmetic (fixed bug #937126)
6733         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6734         to registers and not global variables
6735         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6736         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6737         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6738         checking for assignments not internally generated (fixed bug #931895)
6739         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6740         structure member (fixed bug #930072)
6741
6742 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6743
6744         * src/SDCCmain.c (linkEdit),
6745         * src/hc08/main.c (_hc08_parseOptions),
6746         * as/hc08/Makefile.in,
6747         * as/hc08/aslink.h,
6748         * as/hc08/asm.h,
6749         * as/hc08/m08pst.c,
6750         * as/hc08/lkrloc.c (relr, rele),
6751         * as/hc08/lkarea.c (lnkarea)
6752         * as/hc08/lkmain.c (afile, parse),
6753         * as/hc08/lkelf.c: support for ELF output
6754         * as/hc08/lks19.c (s19),
6755         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6756
6757 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6758
6759         * as/mcs51/lkihx.c: Fixed bug #899105.
6760
6761 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6762
6763         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6764         .dsp files from Unix to DOS.
6765
6766 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6767
6768         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6769         function pointers; we have been compliant for several months now.
6770         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6771         change that was accidently commented out
6772         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6773         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6774         bug #922319
6775
6776 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6777
6778         * src/hc08/gen.c: output of all of the internal debugging information
6779         is now controlled by the D() macro; it is disabled by default
6780
6781 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6782
6783         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6784         harder to keep the same registers during a CAST iCode
6785         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6786         long via int can be done in a single cast, if the signedness is
6787         correct.
6788         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6789         putchar() in tinibios.c in ds390's library
6790
6791 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6792
6793         * src/SDCCast.c (decorateType): fixed bug #898889,
6794         cast result of a literal complement too
6795         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6796         fixed check for bitfields
6797
6798 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6799
6800         * src/SDCCicode.c (geniCodeLogic): made it static,
6801         (geniCodeLogicAndOr): added in order to fix bug #905492,
6802         (ast2iCode): fixed bug #905492
6803         * support/regression/tests/bug-905492.c: added
6804         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6805         (processParms): fixed bug #927659: don't copy parms, this will clear
6806         decorated flag
6807         * support/regression/tests/bug-927659.c: added
6808
6809 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6810
6811         * src/SDCCast.c (addCast): don't cast float to char
6812         * device/lib/libsdcc.lib: added _memmove
6813
6814 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6815
6816         * device/lib/large/Makefile: fixed parallel execution by
6817         replacing `make` by `$(MAKE)`
6818
6819 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6820
6821         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6822         offsets (fixes bug #923936)
6823
6824 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6825
6826         * device/lib/small/Makefile: fixed parallel execution by
6827         replacing `make` by `$(MAKE)`
6828
6829 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6830
6831         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6832
6833 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6834
6835         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6836         * src/regression/Makefile: Regression test was not running.
6837
6838 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6839
6840         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6841         complement if possible
6842         * src/SDCCval.c (valComplement),
6843         * src/SDCCicode.c (operandOperation): fixed complement of literal
6844         * support/regression/tests/onebyte.c (testComplement): added
6845
6846 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6847
6848         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6849         return an optimized tree; actually replace actParm with the new tree
6850         * src/SDCCast.h: added some parantheses to remove side effects
6851         * support/regression/tests/bug-920866.c
6852
6853 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6854         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6855         Bit operands were not being handled properly in the pic14 port.
6856         (now src/regression/add.c passes again).
6857
6858 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6859
6860         * src/SDCC.y (labeled_statement): case and default no longer require
6861         a following statement (RFE #893037)
6862
6863 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6864
6865         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6866         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6867         disabled (fixes bug #916294)
6868         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6869         "mov a,acc"; patch provided by Lenny Story
6870         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6871
6872 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6873
6874         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6875         functions
6876         * src/ds390/gen.c (genFunction, genEndFunction),
6877         * src/ds390/ralloc.c (ds390_assignRegisters),
6878         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6879         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6880         pushed if there are parameters passed on the stack. Also, a cleaner
6881         way to decide if r0/r1 should be pushed/popped. (Together they fix
6882         bug #918693)
6883
6884 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6885
6886         * doc/sdccman.lyx,
6887         * device/lib/mcs51/crtpagesfr.asm,
6888         * device/lib/mcs51/crtxinit.asm,
6889         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6890         to avoid confusion with Si Lab's SFRPAGE register.
6891
6892 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6893
6894         * src/SDCCglue.c (emitMaps): allow public sfr variables
6895         * src/SDCCglue.c (initialComments): include compiler build date
6896         with compiler version and put the timestamp of the generated
6897         assembly file on a serperate line to be less confusing.
6898         * src/port.h: added genInitStartup hook
6899         * src/avr/main.c,
6900         * src/ds390/main.c,
6901         * src/hc08/main.c,
6902         * src/pic/main.c,
6903         * src/pic16/main.c,
6904         * src/xa51/main.c,
6905         * src/z80/main.c: genInitStartup initialize as NULL (default to
6906         historical behaviour)
6907         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6908         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6909         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6910         library instead of hard coding it into the compiler.
6911         * support/regression/ports/mcs51-stack-auto/spec.mk,
6912         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6913         * device/lib/mcs51/Makefile,
6914         * device/lib/small/Makefile,
6915         * device/lib/large/Makefile,
6916         * device/lib/mcs51/crtpagesfr.asm,
6917         * device/lib/mcs51/crtstart.asm,
6918         * device/lib/mcs51/crtxclear.asm,
6919         * device/lib/mcs51/crtxinit.asm,
6920         * device/lib/mcs51/crtclear.asm,
6921         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6922         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6923         and into user configurable files.
6924         * device/lib/clean.mk: clean mcs51 directory too
6925         * support/regression/tests/longlit.c: added static to T1 declaration
6926         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6927         accesses in the initialization code
6928
6929 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6930
6931         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6932         OSCTRIMVAL as noted in bug #916008
6933
6934 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6935
6936         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6937         in loops with multiple exits (reported as incorrect registers
6938         used by Martin Helmling in Sdcc-user list)
6939
6940 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6941
6942         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6943         made ds390 register extensions look less like error messages
6944
6945 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6946
6947         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6948         reported by Adam Wozniak in Sdcc-user list
6949
6950 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6951
6952         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6953         arithmetic optimizations, added debug output
6954
6955 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6956
6957         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6958         * sdcc.spec: updated and split sdcc into 3 rpms
6959         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6960         needed for literals of LEFT_OP and '+'
6961         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6962         introduced RESULT_TYPE_NOPROM
6963         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6964         left shift
6965         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6966         limited promotion to int only for '*'
6967         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6968
6969 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6970
6971         * src/pic16/gen.c (genSkip),
6972         (genc16bit2lit), (gencjneshort): commented out
6973         (is_LitOp): new helper function, checks operand type
6974         (genCmpEq): rewritten
6975
6976 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6977
6978         * support/regression/tests/bug-908454.c: added
6979
6980 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6981
6982         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6983         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6984         (geniCodeCast): cosmetic, don't preserve bit storage class
6985         (geniCodeLeftShift): added promotion
6986         (geniCodeLogic): fixed regression
6987         * src/SDCCsymt.c (computeTypeOr): accept bits too
6988         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6989
6990 2004-03-07  Borut Razem <borut.razem AT siol.net>
6991
6992         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6993
6994 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6995
6996         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6997         version of pic16_genPackRegisters which does not check if ic is a
6998         CAST operator,
6999         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7000         function cause string1.c regression test fails
7001
7002 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7003
7004         * sim/ucsim/configure.in,
7005         * sim/ucsim/configure,
7006         * sim/ucsim/doc/Makefile.in: use docdir
7007         * src/SDCC.y: fixed sbit atrributes
7008         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7009         * src/SDCCast.c (decorateType): |^& need special promotion handling
7010         * src/SDCCast.h,
7011         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7012         * src/SDCCsymt.h (computeType),
7013         * src/SDCCicode.c: computeType() needs op
7014         * src/SDCCsymt.c (checkTypeSanity),
7015         * doc/sddman.lyx: "plain" bitfields are unsigned
7016         * src/SDCCsymt.c (computeTypeOr): added
7017         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7018         |^& ops
7019         * src/SDCCval.c (val*): computeType() needs op
7020         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7021         * support/regression/tests/onebyte.c: added tests for |^&
7022
7023 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7024
7025         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7026         for writing icode into asm output.
7027
7028 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7029
7030         * src/pic16/device.c: added some debug lines enabled
7031         with macro DEBUG_CHECK,
7032         * src/pic16/genarith.c: more debug in genPlus,
7033         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7034         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7035         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7036         * (aopForSym): onStack symbols are re-placed in data memspace,
7037         and onStack flag is cleared,
7038         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7039         copy temporary pcodeop,
7040         * (genPcall): added warning for not updating PCLATU,
7041         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7042         always true for pic16 port,
7043         * (genMultOneWord): NEW, supports integer multiplication,
7044         * (genMult): modified to call genMultOneWord,
7045         * (ifxForOp): added warning when return NULL,
7046         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7047         flag is set before call to operandFromSymbol for implicit
7048         added structures,
7049         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7050         options.intlong_rent are set by default,
7051         * (_hasNativeMulFor): modified to allow port generation of integer
7052         multiplication,
7053         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7054         set regtype to REG_SFR for all registers, restricting seting the
7055         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7056
7057 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7058
7059         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7060         more than 500 times in the regression tests
7061
7062 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7063
7064         * support/Util/SDCCerr.h,
7065         * support/Util/SDCCerr.c,
7066         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7067         enumerator_list),
7068         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7069         for symbol conflicts.
7070         * support/valdiags/tests/enum.c,
7071         * support/valdiags/tests/tentdecl.c,
7072         * support/valdiags/tests/struct.c: expect possible error messages
7073         referring to original symbol definitions.
7074         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7075         * src/SDCCsymt.h,
7076         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7077
7078 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7079
7080         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7081
7082 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7083
7084         * src/pic16/ralloc.c (newReg): fixed bug #908929
7085
7086 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7087
7088         * src/ds390/gen.c: added missing #include "main.h"
7089
7090 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7091
7092         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7093         checking if symbol is already in set,
7094         * src/pic16/device.h: prototype for checkAddSym,
7095         * src/pic16/gen.c: (_G): added entry interruptvector,
7096         * (assignResultValue): removed some commented out lines,
7097         * (genFunction): check for ISR via sym->type, absolute section for
7098         interrupt code is created via a new pBlock, the goto instruction is
7099         placed now correctly at the interrupt vector position, changed all
7100         references from ivec to _G.interruptvector,
7101         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7102         is the interrupt is a high priority one, same for return from ISR,
7103         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7104         externs to calls of checkAddSym,
7105         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7106         pic16_pcode_verbose flag is set,
7107         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7108         * src/pic16/pcoderegs.c: message about how many registers are saved
7109         will only be emitted if pic16_pcode_verbose flag is set,
7110
7111 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7112
7113         * src/ds390/ralloc.h,
7114         * src/ds390/ralloc.c (ds390_regWithIdx),
7115         * src/ds390/gen.c (emitcode),
7116         * src/ds390/main.h,
7117         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7118         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7119         ds390operandCompare, getRegsRead, getRegsWritten,
7120         initializeAsmLineNode): customized instruction size calculation for
7121         ds390, started basis for some register optimizations
7122         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7123         corresponding assembly output
7124         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7125         missing push/pop of r0/r1. Optimized push/pops
7126
7127 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7128
7129         * src/mcs51/main.c (instructionSize): fixed ACALL size
7130         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7131
7132 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7133
7134         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7135         the sorting of rlist with NULL elements
7136         * (print_idataType, print_idata): NEW to create idata sections
7137         * src/pic16/device.h: idataSymSet new variable
7138         * src/pic16/gen.c (genFunction): fixed some bugs in string
7139         comparing, improved the absolute section creation for ISRs,
7140         added FSR0L/FSR0H in registers that are saved in an ISR,
7141         * (genInline): fixed the processing of inline snippets,
7142         now they undergo no process by the peephole optimizer
7143         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7144         are placed in idataSymSet,
7145         * (pic16emitStaticSeg): extern symbols are added in externs,
7146         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7147         switching when aboslute variables are placed in access bank memory
7148         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7149         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7150         commented out with #if,
7151         * (pic16_packRegisters): reintroduce the check for CAST because some
7152         symbols are not correctly handled,
7153         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7154         pCodeInstruction instead of pCode,
7155         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7156         pCodeAsmDir definition,
7157         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7158         directive, then the argument directive is emitted without the leading
7159         tab, hack for inline labels which must be in the first column,
7160         * (compareLabel,pic16_findNextInstruction),
7161         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7162         * (insertBankSwitch): modified for the new pCodeAsmDir,
7163
7164 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7165         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7166
7167         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7168         instance,
7169         * (pushSide): commented out with #if,
7170         * (assignResultValue): fixed some typos in saving
7171         registers,
7172         * (genPcall): FIXED and sync'ed with genCall,
7173         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7174         * (genNearPointerGet): fixed to handle some more cases,
7175         implementation scheme via table reads,
7176         * (genConstPointerGet): modified to access code memory correct,
7177         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7178         and improved to handle some cases
7179         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7180         instead of "RETLW" for init data
7181         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7182         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7183         variables are placed in access bank memory (<0x80 and >=0xf80),
7184         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7185         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7186         TBLWT_POSTDEC,TBLWT_PREINC
7187         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7188         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7189         directives
7190         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7191         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7192         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7193         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7194
7195 2004-02-29  Borut Razem <borut.razem AT siol.net>
7196
7197         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7198         support/Util/findme.h, support/Util/system.h: enhance binary relative
7199         search for lib and include by using findProgramPath()
7200
7201 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7202
7203         * src/SDCCpeeph.h,
7204         * src/SDCCpeeph.c (pcDistance),
7205         * src/port.h,
7206         * src/mcs51/ralloc.h,
7207         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7208         * src/mcs51/main.h,
7209         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7210         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7211         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7212         size calculation port specific, started basis for some register
7213         optimizations
7214         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7215         missing push/pop of r0/r1. Optimized push/pops
7216         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7217         * device/lib/_modsint.c (_modsint),
7218         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7219         and stack version so regression tests pass
7220
7221 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7222
7223         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7224         * src/SDCCast.c (decorateType): catch another small optimization
7225         with '?' operator
7226         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7227         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7228         modified to finally use computeType() all over SDCC,
7229         see Feature Request #877103
7230         * src/SDCCval.h: cosmetic
7231         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7232         valCompare(); regression tested in muldiv.c
7233         * support/regression/tests/muldiv.c (testMod): mod sign follows
7234         dividend only
7235
7236 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7237
7238         * src/SDCCast.c (decorateType): fixed bug #902362
7239         * doc/INSTALL.txt: fixed install instructions for win32
7240
7241 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7242
7243         * device/include/Makefile.in (install): fixed by replacing spaces
7244         by tabs
7245         * doc/README.txt,
7246         * doc/INSTALL.txt: updated for release
7247         * doc/sdccman.lyx: added warning for --xstack being buggy
7248
7249 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7250
7251         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7252         to eliminate build warnings.
7253         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7254
7255 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7256            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7257
7258         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7259         removed -penable-stack, added comment for stack pragma, added
7260         warning for not initializing the stack/frame registers, removed
7261         comment at interrupts section
7262
7263         Stack is made permanent, there is no ability to disable stack usage.
7264         * src/pic16/device.h,
7265         * src/pic16/device.c: removed all references to USE_STACK macro,
7266         * src/pic16/device.c (pic16_dump_section): when no elements in
7267         rlist, free rlist before return,
7268         * (pic16_dump_int_registers): NEW, internal registers are a new set
7269         of general purpose registers reused by each function,
7270         * (checkAddReg): returns 1 if registers is added to set,
7271         * (pic16_groupRegistersInSection): when a registers is of type
7272         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7273         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7274         SRCASECMP macro is moved here from device.c
7275         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7276         PO_PCLATU, PO_PRODL, PO_PRODH,
7277         * (pic16_pCodeOpType, genMinus,
7278         changed compares to "a" register, with AOP_ACC,
7279         * (pic16_genPlus): fixed some bugs and indented properly,
7280         * (pic16_addSign): changed size to size+offset in the MOVWF
7281         instruction,
7282         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7283         multiply 8-bit operand by literal, result is 8-bit,
7284         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7285         multiply 2 8-bit operand, result is 8-bit,
7286         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7287         genUMult8X*_16,
7288         * src/pic16/gen.c: changed accUse to contain WREG only,
7289         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7290         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7291         true, do not use immediate addressing any more unless sym is a
7292         pointer in codespace,
7293         * (aopForRemat): do not use immediate addressing when symbol not in
7294         codespace and when symbol's address is requested,
7295         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7296         accUse size (= 1),
7297         * (aopGet): added case for AOP_ACC and don't return "accumulator
7298         bug" but WREG instead,
7299         * (popGetTempReg): pushes contents of temporary register in stack,
7300         * (popReleaseTempReg): pops contents of temporary register from
7301         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7302         * (pic16_popGet): separated case AOP_ACC to return register WREG
7303         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7304         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7305         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7306         the use of immediate pointers to certain cases only.
7307
7308         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7309         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7310         * (assignResultValue, genCall, genRet): modified to use the new
7311         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7312         genPcall is still broken,
7313         * (genFunction): added code to create 'A' type pBlocks when
7314         interrupt functions are generated, code not extensively tested yet,
7315         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7316         * (genEndFunction): modified so ISRs pop stored registers from stack,
7317         * (genMultOneByte): cleanup,
7318         * (AccRsh): added flag andmask, to and result with appropriate mask,
7319         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7320         * (genDataPointerGet): fixed and reenabled its use,
7321         * (genNearDataPointerGet): bugs fixed,
7322         * (genDataPointerSet): bugs fixed,
7323         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7324         pic16_DumpSymbol, pic16_DumpOp,
7325         * src/pic16/genutils.h: function prototypes for the above functions,
7326         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7327         pointers,
7328         * (pic16emitRegularMap): many many many improvements, but needs a
7329         major cleanup,
7330         * src/pic16/main.c: enable_stack in pic16_options is removed,
7331         * (_pic16_parseOptions): removed command line options -penable-stack,
7332         * (_process_pragma): emit stack symbol only when stack pragma is
7333         processed,
7334         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7335         redirected to FSR0L/FSR0H pair,
7336         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7337         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7338         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7339         for immediates,
7340         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7341         * (dumpPicOptype): NEW,
7342         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7343         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7344         with movff instruction,
7345         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7346         added pic16_int_regs, some packRegsFor* functions are commented out,
7347         because produce errors,
7348         * src/pic16/NOTES: minor modifications
7349
7350 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7351
7352         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7353         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7354         --pack-iram.
7355         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7356         * as/mcs51/lkaomf51.c: fixed bug #895763
7357
7358 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7359
7360         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7361
7362 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7363
7364         * doc/sdccman.lyx: added details about the HC08 storage classes and
7365         interrupts, fixed the register usage info for z80 & gbz80
7366
7367 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7368
7369         * doc/sdccman.lyx: added more pic16 port documentation
7370         * device/include/pic16/: added header pic18fregs.h
7371
7372 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7373
7374         * doc/sdccman.lyx: added Vangelis' contribution
7375
7376 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7377
7378         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7379         extend to the next CALL or PCALL, not just to the next CALL.
7380
7381 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7382
7383         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7384
7385 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7386
7387         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7388         bug #895752 and a better fix for bug #716790
7389
7390 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7391
7392         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7393
7394 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7395
7396         * doc/sdccman.lyx: minor changes, minor changed
7397
7398 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7399
7400         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7401         which can't handle SDCC_NEWONEBYTEOPS,
7402         (geniCodeMultiply): removed conversion from mult to shift for pic14
7403         and pic16
7404
7405 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7406
7407         * src/hc08/gen.h,
7408         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7409         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7410         thus fixing bug #895406
7411
7412 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7413
7414         * device/lib/_modsint.c,
7415         * device/lib/_modslong.c: sign follows divisor only
7416         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7417         signs or signedness can be ignored
7418         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7419         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7420         added optimization for IFX,
7421         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7422         arguments;
7423         reenabled optimization for IFX, which was removed on 2004-01-11
7424         * src/SDCCast.h: added return type IFX
7425         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7426         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7427         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7428         SDCC_OLDONEBYTEOPS selects the old behaviour
7429         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7430         changed again and commented promotion rule
7431         * src/SDCCval.c (valDiv): promotion no longer necessary
7432         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7433         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7434         rewritten
7435         * support/regression/tests/onebyte.c: added
7436
7437 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7438
7439         * gen.c (genInline): reverted to old code for assemnling inline
7440         code because of bug reported James Chadd
7441
7442 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7443
7444         * ralloc.h: missing declarations from previous patch,
7445         seems that patch for ralloc.h was never applied, fixed
7446
7447 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7448            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7449
7450         * pcode.c,
7451         * pcode.h,
7452         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7453         indirect addressing. Marked FSR0 as deprecated
7454         * gen.c (pointerCode): commented out, not needed now
7455         (pic16_popGet2p): new MOVFF helper function
7456         (genGenPointerGet),
7457         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7458         (shiftRLong): removed duplicate debugging info
7459
7460 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7461
7462         * src/ds390/gen.c (genNearPointerGet),
7463         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7464         optimization with bits, but not bitfields.
7465         * src/ds390/ralloc.c (packRegisters),
7466         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7467
7468 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7469
7470         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7471
7472 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7473
7474         * src/SDCCsymt.h,
7475         * src/SDCCicode.c (operandFromSymbol),
7476         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7477         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7478         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7479         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7480         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7481         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7482         bug #892038
7483         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7484         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7485         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7486         * src/SDCCsymt.c (newSymbol),
7487         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7488         enumerator_list),
7489         * src/SDCCval.h,
7490         * src/SDCCval.c (newiList): fixed bug #885705
7491
7492 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7493
7494         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7495         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7496
7497 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7498
7499         * device/include/c8051f120.h,
7500         * device/include/c8051f300.h,
7501         * device/include/c8051f310.h: added/updated header files for Silicon
7502         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7503         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7504         in new section Submitting patches
7505
7506 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7507
7508         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7509         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7510         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7511         genGenPointerSet),
7512         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7513         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7514         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7515         genGenPointerSet),
7516         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7517         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7518         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7519         genGenPointerSet),
7520         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7521         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7522         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7523         genGenPointerSet): fixed bug #892400
7524         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7525         to eliminate build warnings.
7526         * src/SDCCast.c (processParms),
7527         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7528         fixed bug 751859
7529         * support/valdiag/valdiag.py: added GCC to the list of defines active
7530         when compiling with gcc
7531
7532 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7533
7534         * support/Util/SDCCerr.h,
7535         * support/Util/SDCCerr.c,
7536         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7537         with an incomplete type (fixed bug #883734)
7538         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7539
7540 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7541
7542         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7543
7544 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7545
7546         * src/SDCCast.c (decorateType),
7547         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7548         function pointer implementation
7549         * support/regression/tests/funptrs.c: added tests to verify both forms
7550         of function pointers work correctly. Added tests to verify parameters
7551         are passed in the correct order.
7552
7553 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7554
7555         * device.c (regCompare): registers are sorted by ascending
7556         address and increasing size,
7557         * main.c (_pic16_finaliseOptions): removed the declaration
7558         of compiler macro MCU. Now a macro of the format pic18fxxxx
7559         will be defined from the command line
7560
7561 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7562             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7563
7564         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7565         PCOP_RLCF was overwritten!
7566         * gen.c (genSkip): commented out calls to pic16_emitcode,
7567         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7568         * (genlshTwo),
7569         * (genRRC): added debugging info,
7570         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7571         overwritten while shifting,
7572         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7573         overwritten while shifting,
7574         * (AccLsh),
7575         * (AccRsh),
7576         * (shiftLLeftOrResult),
7577         * (shiftRLeftOrResult),
7578         * (shiftRLong),
7579         * (shiftLLong): Implemented with pic16_emitpcode
7580         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7581         * (genLeftShift): Fixed bug, operand for shift by variable always
7582         was "and"ed with 0x0f,
7583         * (genLeftShiftLiteral),
7584         * (genrshTwo),
7585         * (genRightShiftLiteral): added debugging info,
7586         * (genrshFour): added comment,
7587         * (genRightShift): determined signedness from operand "left"
7588         instead of "result"
7589
7590 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7591
7592         * src/SDCCicode.c (geniCodeParms),
7593         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7594         function pointers, fixed function pointer bugs #861242 and #861896
7595
7596 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7597
7598         * device/include/c8051f000.h,
7599         * device/include/c8051f120.h,
7600         * device/include/c8051f300.h: added header files for Silicon
7601         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7602
7603 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7604
7605         * src/SDCCast.c (processParams): added new type flow and restructured
7606         (gatherAutoInit): added new type flow
7607         (addCast): cosmetic changes
7608         (getLeftResultType): added new type flow for array indices, patch
7609         provided by Stas, see FR #877103
7610         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7611         array index patch by Stas
7612         * src/SDCCast.h: added prototype getResultTypeFromType()
7613         * src/SDCCval.h,
7614         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7615         * src/pic/glue.c (pic14emitStaticSeg),
7616         * src/pic16/glue.c (pic16emitStaticSeg),
7617         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7618         for initialization of symbols
7619         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7620         * support/Util/SDCCerr.h:
7621         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7622         * .version: bumped version number to 2.3.8
7623         * device/include/Makefile.in (install),
7624         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7625         avoid warnings
7626
7627 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7628
7629         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7630         Slade Rich fixed an optimization bug
7631         * src/pic/pcodepeep.c,
7632         * src/pic/pcoderegs.c
7633         * doc/Makefile (install): added test for directory
7634
7635 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7636
7637         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7638         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7639         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7640         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7641         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7642         * as/mcs51/asexpr.c (term),
7643         * as/hc08/asexpr.c (term): fixed bug #887146
7644
7645 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7646
7647         * src/z80/gen.c (genMult): handle single byte result product
7648         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7649         DUMMY_READ_VOLATILE (fixed bug #886367)
7650
7651 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7652
7653         * support/regression/tests/libmullong.c: fixed logic, on little endian
7654         hosts we ended without a mullong_wrapper()
7655
7656 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7657
7658         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7659         virus/worm forged address usage.
7660
7661 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7662
7663         Fixed promotion, it should be done on AST level:
7664         * src/SDCCast.c (addCast): added promotion to int
7665         (decorateType): updated call to upCast()
7666         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7667         usualUnaryConversions()
7668
7669 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7670
7671         * support/regression/tests/literalop.c (mulWrapper): Added a
7672         wrapper to remove integer overflow warnings.
7673
7674         * support/regression/tests/float_trans.c: Made work on host.
7675
7676         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7677         location of sz80.
7678
7679         * support/regression/generate-cases.py (main): Changed from inline
7680         to a main method.
7681
7682         * doc/Makefile (install): Changed to depth first to get rid of
7683         missing directory install warning.
7684
7685         * as/Makefile (install-doc): Made work on Mac.
7686
7687 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7688
7689         * src/SDCCast.c: added an additional type flow in decorateType() of
7690         opposite direction, see feature request #860006; it's enabled at runtime
7691         by setting the environment variable SDCC_NEWTYPEFLOW
7692         * src/SDCCast.h: changed prototype of decorateType()
7693         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7694         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7695         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7696         see feature request #877103
7697         * src/SDCCval.c: updated call of decorateType()
7698         (valBitwise): fixed bug #882876
7699         (valMinus): added promotion
7700         (valLogicAndOr): result is unsigned
7701         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7702         * src/SDCCsymt.c (computeType),
7703         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7704         must not cause an unsigned operation
7705         * src/pic/glue (pic14emitRegularMap),
7706         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7707
7708 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7709
7710         * src/pic/pcode.c (PCodeID): commented out left over debug code
7711
7712 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7713
7714         * support/valdiag/tests/overflow.c: added shift tests
7715         * src/pic/device.c,
7716         * src/pic/gen.c,
7717         * src/pic/gen.h,
7718         * src/pic/glue.c,
7719         * src/pic/main.c,
7720         * src/pic/pcode.c,
7721         * src/pic/pcode.h,
7722         * src/pic/pcodepeep.c,
7723         * src/pic/pcoderegs.c,
7724         * src/pic/ralloc.c,
7725         * src/pic/ralloc.h: applied patch from Slade Rich;
7726         added support for multiple code pages and multiple RAM banks on the
7727         PIC 14 port. The ASM files now no longer simply assume all the
7728         code / RAM are in the same page / bank. This means the linker can
7729         safely allocate code/RAM of separate ASM files to different pages/banks.
7730         * doc/sdccman.lyx: added Slade's tips
7731         * src/mcs51/peeph.def: fixed bug #880768
7732
7733 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7734
7735         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7736         * src/SDCCast.c (decorateType): fixed bug #880197
7737
7738 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7739
7740         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7741         getopt.h.
7742
7743         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7744         strtof is not part of C89 and isn't included with Mac OS X.
7745
7746 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7747
7748         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7749         shiftL2Left2Result): fixed bug #879326
7750         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7751         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7752         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7753         address fetch for clr instruction
7754         * device/lib/hc08/_mulint.c: created optimized assembly version
7755         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7756
7757 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7758
7759         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7760         proposed in FR #877103
7761
7762 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7763
7764         * src/SDCCval.c (cheapestVal): added missing checks
7765         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7766         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7767
7768 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7769
7770         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7771         equal operands
7772
7773 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7774
7775         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7776         loaded with the linker search paths (-L arguments) and the libraries
7777         to be linked with the current source (-l arguments). Changes
7778         currently will affect only the pic16 port.
7779         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7780         include path the port specific paths and port specific libraries,
7781         * gplink command now contains the $3 argument,
7782         * src/pic16/device.h,
7783         * src/pic16/device.c,: structure PIC_device is made public and
7784         renamed to PIC16_device, the same for variable Pics which is renamed
7785         to Pics16. Updated all references to them.
7786         * src/pic16/glue.c (pic16glue): corrected bug with code
7787         initialization which bypassed the variable initializations block.
7788
7789         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7790         COMPILE_FLAGS and added the --nostdinc option
7791
7792 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7793
7794         * device/include/mc68hc908jb8.h: Register defs for another member
7795         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7796
7797 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7798
7799         Documenting changes from previous commits.
7800         * configure.in (version 1.56),
7801         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7802         when generating output files to configure the pic16 library,
7803         but now I've commented it out, since gputils aren't installed in the
7804         SF compile farm, so library won't compile
7805
7806         * device/lib/Makefile.in (version 1.56): initially I've added in
7807         target 'all' the prerequestive 'model-pic16' so it compiled the
7808         pic16 library, but now I've commented it out for the same reasons
7809         above,
7810         * added targets 'model-pic16' and 'objects-pic16' to compile the
7811         library
7812         * added target 'port-specific-objects-pic16' to handle the
7813         generated libraries and copy them into the build/ directory
7814         * added target 'clean-intermediate-pic16' to clean intermediate
7815         files into pic16 directory
7816         * in target 'installdirs' added line to create directory pic16 in
7817         the installation path
7818
7819         * device/include/Makefile.in (version 1.11): in target 'install'
7820         added lines to copy all header files to installation path,
7821         * in target 'installdirs' added line create directory for pic16
7822         headers in the installation path
7823
7824 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7825
7826         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7827          a function call
7828
7829 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7830
7831         * configure,
7832         * device/lib/configure.in,
7833         * device/lib/configure: fixed for autoconf 2.57
7834
7835 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7836
7837         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7838         option so that it actually works. Made it specific to the z80, since
7839         the gbz80 doesn't have these kinds of I/O ports.
7840
7841 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7842
7843         * device/include/z180.h,
7844         * device/lib/_memcpy.c,
7845         * device/lib/_memmove.c,
7846         * device/lib/_mulint.c,
7847         * device/lib/ser_ir.c,
7848         * device/lib/ser_ir_cts_rts.c,
7849         * device/lib/_strcmp.c,
7850         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7851         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7852         portmode; added deprecation warning for bank= and protmode= forms.
7853         Also, guard against buffer overflow.
7854         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7855
7856 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7857
7858         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7859         changed interrupt vector table generation to only emit declared vectors.
7860         * device/include/Makefile.in: added missing backslash
7861         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7862
7863 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7864
7865         Mainly changes to support compilation of the device libraries
7866         * src/pic16/device.c: stack is allocated via symbol and not
7867         via literal number. The symbol is placed in the corresponding
7868         position of the data ram
7869         * (pic16_dump_section): relocatable and absolute uninitialized
7870         data are now emitted in sorted order to reduce section naming,
7871         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7872         weren't marked as being in the access bank,
7873
7874 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7875
7876         Added portion of GNU PIC Library under the directory
7877         device/include/pic16 and device/lib/pic16. These files
7878         contain the declarations of SFRs for the PIC18Fxx2 devices.
7879         The directory is initialized via configure from toplevel.
7880
7881 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7882
7883         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7884         the spilllocations to be compared correctly
7885
7886 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7887
7888         * src/SDCCast.c (decorateType): fixed bug introduced today
7889
7890 2004-01-12  Borut Razem <borut.razem AT siol.net>
7891
7892         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7893         doc/sdccman.lyx: upper case pragmas are deprecated
7894
7895 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7896
7897         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7898         in simpler and even better code
7899
7900 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7901
7902         * src/SDCCicode.c (operandOperation): fixed bug #874819
7903         * src/SDCCast.c (decorateType): fixed
7904         char foo (unsigned long ul) { return ul > 0; }
7905
7906 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7907
7908         * doc/sdccman.lyx: Moved and added some sections, small changes
7909         all over. Telling LaTeX to be less strict with word spacing
7910         to better keep the right margin. Changed some notes about
7911         maintainance of the ports in section 3.2.1 - is it OK like this?
7912
7913 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7914
7915         SDCC source changes:
7916         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7917         convilong): modified to inform the pic16 port that builtin functions
7918         are external
7919
7920         PIC16 PORT specific changes:
7921         * src/pic16/device.c pic16_dump_equates() added,
7922         processor registers declared internally by the port are emitted in
7923         the translation as equates,
7924         * src/pic16/gen.c: inline code is passed unprocessed to the
7925         translation,
7926         * (pic16_popGetLit2): fnuction modified to take second operand as
7927         pCodeOp pointer and not as literal,
7928         * (popRegFromIdx): prefixed with pic16_,
7929         * (pic16_popCombine2): modified to receive already allocated pCode
7930         operands,
7931         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7932         * (genFunction): initializes local stack frame and pushes on stack
7933         all the registers used by this function,
7934         * (genEndFunction): restores all registers from stack and restores
7935         stack frame,
7936         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7937         improvements,
7938         * (pic16glue): changed the program startup sequence,
7939         * added new dbName code 'A' for functions placed in absolute section
7940         * src/pic16/main.c: added function attribute _naked,
7941         * added pragma 'code' to place a fnuction at an absolute address,
7942         * added command line arguments --debug-ralloc and --pcode-verbose,
7943         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7944         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7945         * (pic16_newpCodeOpLit2): modified to take the second operand as
7946         pCodeOp pointer,
7947         * (pic16_printpBlock): modified to emit each function in a separate
7948         section,
7949         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7950         UPPER for immediate operands,
7951         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7952         instruction,
7953         * src/pic16/peeph.def: all peepholes with movff are commented out,
7954         because there is a problem in the pcode peep optimizer,
7955         * src/pic16/ralloc.c: the register allocator can now reuse local
7956         function symbols for another function. This saves register usage.
7957         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7958
7959         Added file src/pic16/NOTES with information about program writing on
7960         the current port version.
7961
7962 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7963
7964         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7965         and peephole 252 (array access)
7966
7967 2004-01-09  Borut Razem <borut.razem AT siol.net>
7968
7969         * src/SDCCmain.c : fixed #872250: -l command line defined library
7970           files are scanned before standard library files
7971
7972 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7973
7974         * src/SDCCast.c (decorateType): fixed bug #874046
7975
7976 2004-01-09  Borut Razem <borut.razem AT siol.net>
7977
7978         * support/scripts/sdcc.nsi: remove previous installation
7979
7980 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7981
7982         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7983         bytes for last interrupt vector (mcs51)
7984         * sdcc.spec: fixed typo
7985
7986 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7987
7988         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7989         gen51Code): more efficient parameter receive for --model-large
7990         ("bug" #845294)
7991
7992 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7993
7994         * src/ds390/main.c,
7995         * src/z80/main.c: added missed needLinkerScript flags (more than
7996         one port structure defined in these file)
7997         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7998         bug #795325
7999
8000 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8001
8002         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8003         * src/port.h: added flag needLinkerScript in port->linker
8004         structure to inform whether to create a .lnk file or not,
8005         * src/avr/main.c,
8006         * src/ds390/main.c,
8007         * src/hc08/main.c,
8008         * src/mcs51/main.c,
8009         * src/pic/main.c,
8010         * src/pic16/main.c,
8011         * src/xa51/main.c,
8012         * src/z80/main.c: changed appropriately to configure
8013         needLinkerScript flag
8014         * src/pic/gen.c,
8015         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8016         * src/pic/glue.c: added variable udata_section_name to
8017         override default uninitialized data segment definition for
8018         devices only with SHAREBANK memory (reported from Erik Epetrich)
8019         * (pic14emitOverlay): modified to emit a commented overlay segment
8020         directive when no overlay data exist
8021         * (picglue): modified to emit uninitialized data segment
8022         according to udata_section_name
8023         * src/pic/main.c (_pic14_parseOptions): added command line
8024         options --udata-section-name=[name] to override default
8025         udata definition name
8026         * modified _linkCmd and _asmCmd to include compiler passed
8027         arguments via -W option
8028         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8029         object file from '.rel' to '.o' in port->linker structure,
8030         changed size of fptr from 2 to 3 in port structure
8031
8032 2004-01-07  Borut Razem <borut.razem AT siol.net>
8033
8034         * support/scripts/sdcc.nsi: update PATH
8035         * support/scripts/sdcc.ico: craeted
8036
8037 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8038
8039         * device/include/Makefile.in: fix install
8040         * doc/Makefile: fix install
8041
8042 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8043
8044         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8045         in bug #860505
8046         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8047         how the function variable allocation summary is displayed; also
8048         include information about variables allocated to the overlay
8049         segment
8050
8051 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8052
8053         * as/mcs51/lkmain.c: Help about -Y option
8054         * as/mcs51/lkarea.c: Fixed gcc warnings
8055
8056 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8057
8058         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8059         fixed warning
8060         * support/valdiag/tests/overflow.c: added
8061         * src/SDCCast.c (decorateType),
8062         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8063         LEFT_OP (left shift)
8064
8065 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8066
8067         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8068         (default behaviour).
8069
8070 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8071
8072         A python script to validate compiler diagnostic messages. It can be
8073         used to verify that sdcc complains about bad c source code and
8074         gives a good location of the error.
8075         * support/valdiag/Makefile,
8076         * support/valdiag/valdiag.py,
8077         * support/valdiag/tests/*
8078
8079 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8080
8081         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8082         * src/SDCCsymt.c (newEnumType),
8083         * src/SDCCsymt.h
8084         * support/Util/SDCCerr.c,
8085         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8086         enum related bugs.
8087         * support/regression/tests/enum.c: added test for enum values that
8088         require at least 2 bytes of storage.
8089
8090 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8091
8092         * src/common.h: added ifndef/define/endif macros
8093         around the header file.
8094         Bug reported from Jesus Calvino-Fraga
8095
8096 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8097
8098         * sdcc.spec: updated
8099         * device/include/Makefile.in: don't install CVS directories
8100         * device/lib/Makefile.in: added removal of CVS directories after install
8101         * doc/Makefile: fixed install, added local_icons
8102         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8103         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8104         * src/ds390/gen.c (genRightShift): fixed bug #870788
8105         * src/SDCCast.c (decorateType): fixed bug #870781
8106
8107 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8108
8109         PIC16 port related changes:
8110         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8111         added variable stackPos,
8112
8113         * gen.c: genCall, assignResultValue: added support for
8114         pushing/retrieving function parameters to/from stack,
8115         genFunction,genEndFunction: setup stack frame for the
8116         generated function,
8117         genAddrOf: will be changed according to bug 863624
8118
8119         * added files genutils.c and genutils.h which contain gen*
8120         debugged and optimised functions extracted from gen.c
8121
8122         * glue.c: added variable 'externs' which holds extern symbols,
8123         pic16emitRegularMap: is modified to properly handle relocatable
8124          symbols under the new scheme,
8125         pic16createInterruptVect: is modified
8126         pic16printPublics: is modified to emit 'global' assembler directives,
8127         added pic16_printExterns to print extern symbols,
8128         pic16glue: initializes stack/frame pointer in the beginning of
8129         the assembly output. Temporary hack, will be corrected later,
8130         because gplink yet does not support stack and SDCC does not
8131         yet support a type of crt0.o object to create the final binary.
8132
8133         * Removed many lines that contain 8051 legacy code.
8134         * The code is finally placed under a 'code' directive.
8135         * Added port specific options.
8136
8137         * _process_pragma: simplified since now we do not need *special*
8138         include file to define SFR registers. But a separate header
8139         will be needed. This will be developed later.
8140         * _pic16_parseOptions: added, parses port specific options:
8141         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8142         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8143         --preplace-udata-with=
8144
8145         * _pic16_setDefaultOptions: modified to initialize section names,
8146         but hack is temporarly out of order since it needs improvement.
8147         * _pic16_genAssemblerPreamble: configuration words are emitted by
8148         their address instead of their name. This part is incomplete and
8149         supports only the 18Fxx2 devices. Other devices will emit an error
8150         during assembly since they do not contain the same set of config
8151         registers
8152         * _pic16_genIVT: is modified,
8153
8154         * pcode.c: added definitions for some hardware registers that are needed
8155         for stack support
8156         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8157         All PCI entries are updated. Now LFSR is supported.
8158         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8159         * added pic16_newpCodeOpLit2 to support instructions with
8160         two literal arguments
8161         * pic16_pCode2str: corrected code that emits assembler instructions
8162         with two literal operands and those that have an access bit modifier
8163         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8164         this fixes a bug which caused some labels to be lost, when an
8165         assembler directive was added, i.e. banksel,
8166         * pic16_FixRegisterBanking: improved logic that causes the insertion
8167         of bank switching,
8168         * InlineFunction: functions that are called once, are not any more
8169         inlined. This can be a port option in the future,
8170
8171         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8172
8173         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8174         hold the corresponding uninitialized symbols,
8175         * pic16_allocProcessorRegister: registers have explicit marked the
8176         accessBank field,
8177         * pic16_allocInternalRegister: registers are explicit marked as
8178         not used,
8179         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8180         processing list, so bit registers were lost,
8181         *
8182
8183         * ralloc.h: added field 'accessBank' and original symbol operand
8184         in register definition,
8185         * removed the field isMapped from register definition,
8186
8187         ** Several functions have been removed from various sources:
8188         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8189         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8190         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8191         pic16_assignRelocatableRegisters
8192
8193         ** others have been introduced:
8194         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8195         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8196
8197 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8198
8199         * support/scripts/inc2h.pl: changed definition of BIT_AT
8200         to emit 'sbit at' instead of 'bit at'. This was a request.
8201
8202         PIC16 port related preliminary changes:
8203         * gen.c: prefixed function popRegFromString with
8204         pic16_ and all references to it corrected
8205         * pcode.c: all pic16_pc_* hardware registers prefixed
8206         with underscore (_),
8207         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8208         * ralloc.c: newReg(): when register is REG_SFR then
8209         set address to rIdx,
8210         pic16_allocProcessorRegister(): marks register wasUsed=0
8211         pic16_writeUsedRegs(): added a call to assign processor
8212         registers via pic16_assignFixedRegisters
8213
8214 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8215
8216         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8217         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8218         variables in unused register banks.  Also the SSEG is placed
8219         wherever there is enough space for it, and IDATA can be anywhere
8220         in internal RAM.  For now compile using -Wl-Y[stack_size].
8221         The mem file is different for this option as well, since it
8222         makes no sense of talking about DSEG lenght.
8223
8224 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8225
8226         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8227         in certain cases, e.g. when ROM assignment, patch provided
8228         from Albert den Haan.
8229
8230 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8231
8232         Many signedness and type propagation fixes:
8233         * src/SDCCicode.c: made geniCodeCast() static
8234         replaced SPEC_ by IS_ (cosmetic)
8235         (operandOperation): fixed div and mod operation
8236         (usualBinaryConversions): added support for promotion of char
8237         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8238         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8239         (geniCodeAdd): an array index will stay unsigned, even if promoted
8240         from char to int
8241         (geniCodeArray): ditto
8242         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8243         * src/SDCCsymt.c (computeType): added more support for char;
8244         promotion of char is selectable by promoteCharToInt, fixed signedness
8245         for all cases
8246         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8247         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8248         * src/SDCCval (val*): replaced signedness calculation by
8249         computeType()
8250         rearranged if-branches (cosmetic)
8251         (valShift): added warning W_SHIFT_CHANGED
8252         (valCompare): fixed problem with different types
8253         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8254         * support/regression/tests/literalop.c: added many cases
8255         * support/regression/tests/ast_constant_folding.c: changed finally to
8256         'unsigned int'
8257         * .version: new year, new version: 2.3.7
8258         * src/SDCCmain.c (main): applied patch #866468
8259         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8260         provided by Scott Bronson
8261         * doc/sdccman.lyx: updated documentation for sdcdb
8262         updated and added chapter tips
8263
8264 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8265
8266         * src/SDCCsymt.h: missing from yesterday's commits
8267
8268 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8269
8270         * src/SDCC.y (struct_or_union_specifier),
8271         * support/Util/SDCCerr.c,
8272         * support/Util/SDCCerr.h: verify that struct & union tags are used
8273         as declared.
8274
8275 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8276
8277         * src/SDCCglobl.h: missing from yesterday's commits
8278
8279 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8280
8281         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8282         sft_attributes, struct_declaration, parameter_declaration,
8283         type_name, start_block, declaration_list),
8284         * src/SDCC.lex (check_type): support redefinition of typedef names
8285
8286 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8287
8288         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8289         aligned xdata arrays. Erik helped me with the if clause.
8290
8291 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8292
8293         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8294         warning
8295
8296 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8297
8298         * src/SDCCast.h,
8299         * src/SDCCast.c (newAst_),
8300         * src/SDCCicode.h,
8301         * src/SDCCicode.c (ast2iCode, newiCode),
8302         * src/SDCCglobl.h,
8303         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8304         expr, statement, expression_statement, selection_statement,
8305         iteration_statement, expr_opt, jump_statement): foundation for tracking
8306         sequence points
8307         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8308         point code too)
8309
8310 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8311
8312         * support/Util/SDCCerr.c,
8313         * src/SDCCast.h,
8314         * src/SDCCast.c (createCase, createDefault, decorateType),
8315         * src/SDCClabel.c (labelUnreach),
8316         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8317         to error messages.
8318         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8319         (with thanks to Stas Sergeev)
8320         * device/include/time.h,
8321         * device/lib/time.c (CheckTime): suppress unreachable code warning
8322
8323 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8324
8325         * src/SDCCast.c (createIvalCharPtr),
8326         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8327         bug #753752)
8328         * support/regression/tests/nullstring.c: tests for these two bugs
8329
8330 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8331
8332         * support/Util/SDCCerr.h,
8333         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8334         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8335         about storage class and 'at' used inside struct or union
8336         * src/SDCCBBlock.c (iCodeFromeBBlock),
8337         * src/SDCCcse.c (ifxOptimize),
8338         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8339         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8340         printIval, emitStaticSeg, emitOverlay),
8341         * src/SDCClabel.c (deleteIfx),
8342         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8343         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8344         gatherAutoInit, processParms),
8345         * support/Util/SDCCerr.h,
8346         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8347         reporting for post-parse errors.
8348
8349 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8350
8351         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8352         implicit casts via union; they don't work on big endian systems
8353         (possible fix for bug #861138)
8354
8355 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8356
8357         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8358         * src/mcs51/main.c: fixed the fix for bug #737001
8359
8360 2003-12-15  Borut Razem <borut.razem AT siol.net>
8361
8362         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8363
8364 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8365
8366         * support/makebin/makebin.c: put output in binary mode
8367
8368 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8369
8370         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8371         xdata and data memory on startup. Set the environment variable
8372         SDCC_NOGENRAMCLEAR to disable this.
8373         * src/mcs51/peephole.def,
8374         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8375         (allows non-interrupt and interrupt code to safely compete for a resource
8376         without the non-interrupt code having to disable interrupts)
8377
8378 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8379
8380         * src/SDCCicode.c (geniCodeAdd),
8381         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8382         with valFromType if type might be a pointer and host is big endian).
8383         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8384         types, not just integer types.
8385         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8386         multiply defined with mismatching "at" address.
8387
8388 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8389
8390         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8391         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8392         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8393         with embedded nulls (fixed bug #753752)
8394
8395 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8396
8397         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8398         Apparently this did not see much testing (endless loop)
8399
8400 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8401
8402         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8403
8404 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8405
8406         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8407         gracefully handle NULL memmap pointers
8408
8409 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8410
8411         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8412         instead of deleting the iCode when an operand is volatile
8413         * src/z80/gen.c (genDummyRead),
8414         * src/mcs51/gen.c (genDummyRead),
8415         * src/ds390/gen.c (genDummyRead),
8416         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8417         not just IC_RIGHT
8418         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8419         * src/SDCC.y: fixed bug #850420
8420
8421 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8422
8423         Applied z80 i/o port patch from Peter Townson and fixed some operators
8424         to better handle operands in A register.
8425         * device/include/z180.h
8426         * src/SDCC.y
8427         * src/SDCCglue.c
8428         * src/z80/gen.c
8429         * src/z80/gen.h
8430         * src/z80/main.c
8431         * src/z80/peeph-z80.def
8432         * src/z80/peeph.def
8433         * src/z80/z80.h
8434
8435 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8436
8437         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8438
8439 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8440
8441         * device/lib/hc08/_mullong.c: Removed extra #endif
8442
8443 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8444
8445         * sim/ucsim/hc08.src/inst.cc,
8446         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8447         carries from x to h
8448         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8449         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8450         * device/include/stdarg.h: fixed varargs for hc08
8451         * device/lib/Makefile.in,
8452         * device/lib/hc08/Makefile,
8453         * device/lib/hc08/_mulint.c,
8454         * device/lib/hc08/_mullong.c: fixed some endian problems
8455
8456 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8457
8458         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8459         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8460         * device/lib/_gptrget.c,
8461         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8462
8463 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8464
8465         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8466         * src/SDCCast.c (astErrors): fixed bug #846007
8467         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8468
8469 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8470
8471         * src/SDCCast.c (decorateType): disabled a transformation I added in
8472         revision 1.188 (access to fields of a structure at an absolute address);
8473         it breaks with bitfields, extern declarations, and gcse analysis.
8474         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8475         could be assigned through a pointer, so don't complain.
8476         * src/SDCCast.c (astErrors),
8477         * src/SDCCast.h,
8478         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8479
8480 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8481
8482         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8483         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8484         output of __config directives, since gpasm now supports them
8485         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8486         pre-processor macro, i.e. -DMCU=p18f452
8487         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8488         and modified to handle 'cast' icode similarly to '=' icode
8489         * src/pic16/device.h (typedef struct PIC_device): added field
8490         'extMIface' to indicate that chip has external memory interface
8491         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8492         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8493         18F8720
8494
8495 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8496
8497         * src/SDCC.y (pointer): fixed bug #846006
8498         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8499         * src/SDCCast.c (decorateType): fixed bug #846009
8500         * src/ds390/peeph.def,
8501         * src/ds390/gen.c (genAnd, genOr),
8502         * src/mcs51/peeph.def,
8503         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8504
8505 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8506
8507         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8508         * src/SDCCdflow.c
8509         * src/SDCCcse.c
8510         * src/SDCCcse.h
8511         * src/SDCCBBlock.h
8512         * src/SDCCBBlock.c
8513
8514 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8515
8516         fixed bug #845089
8517         * src/SDCCbitv.h,
8518         * src/SDCCbitv.c: added function to free a bitvector
8519         * src/SDCClrange.h,
8520         * src/SDCClrange.c: added function to recompute the liveranges
8521         * src/avr/ralloc.c,
8522         * src/ds390/ralloc.c,
8523         * src/hc08/ralloc.c,
8524         * src/mcs51/ralloc.c,
8525         * src/pic/ralloc.c,
8526         * src/pic16/ralloc.c,
8527         * src/xa51/ralloc.c,
8528         * src/z80/ralloc.c: recompute the liveranges after register packing
8529
8530 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8531
8532         * src/SDCCloop.c (newInduction): fixed bug #845630
8533
8534 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8535
8536         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8537         inadvertantly left behind from my 2003-11-12 change
8538
8539 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8540
8541         Updated headers I neglected to commit yesterday.
8542         * src/SDCClrange.h,
8543         * src/SDCCicode.h
8544
8545 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8546
8547         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8548         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8549         * src/SDCCopt.c (eBBlockFromiCode),
8550         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8551         the creation of the key hash table from the sequencing so it can be used
8552         earlier (for some GCSE bug fixes still pending)
8553
8554 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8555
8556         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8557         * support/regression/tests/addsub.c: testing genPlus shortcut
8558
8559 2003-11-15  Borut Razem <borut.razem AT siol.net>
8560
8561         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8562
8563 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8564
8565         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8566         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8567         ordering is immaterial.
8568         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8569
8570 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8571
8572         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8573         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8574         (SIGSEV) of bug #840381
8575         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8576         unlink new file before rename if new and old filenames are the same)
8577
8578 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8579
8580         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8581         uninitialized variables) for the mcs51. Set environment variable
8582         SDCC_GENRAMCLEAR to test.
8583         xdata initialization slightly shorter
8584
8585 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8586
8587         * src/SDCCsymt.h,
8588         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8589         #838241 & 780691 (basicly the same bug)
8590         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8591         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8592
8593 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8594
8595         * src/SDCCmain.c (linkEdit): "fix" #834252
8596
8597 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8598
8599         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8600         * src/SDCCast.h,
8601         * src/SDCC.y: fixed bug #819403
8602
8603 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8604
8605         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8606         the reentrant attribute.
8607         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8608         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8609         simulation
8610         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8611         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8612         erroneously reduced to a literal.
8613         * src/hc08/ralloc.c (packRegisters, rematStr),
8614         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8615         some cases
8616
8617 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8618
8619         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8620         * doc/sdccman.lyx: changed from 'article' to 'book'
8621         * doc/Makefile: readded test_suite_spec and cdbfileformat
8622
8623 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8624
8625         * device/include/stdlib.h: include malloc.h to comply with ANSI
8626         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8627
8628 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8629
8630         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8631         * doc/clean.mk: also remove *.out files
8632         * doc/sdccman.lyx: some additions, larger top/bottom margins
8633
8634 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8635
8636         * src/SDCC.y: fixed bug #837365
8637         * support/regression/tests/bitopcse.c
8638         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8639         a symbol (might be valop instead)
8640         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8641         * device/lib/clean.mk: added hc08 to the cleaning list
8642
8643 2003-11-04  Borut Razem <borut.razem AT siol.net>
8644
8645         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8646           made 2003-11-04
8647         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8648           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8649           malloc is declared in standard stdlib.h
8650
8651 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8652
8653         * device/lib/hc08/Makefile: need to clean .rel not .o files
8654         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8655
8656 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8657
8658         * src/port.h,
8659         * src/hc08/main.c,
8660         * src/mcs51/main.c,
8661         * src/ds390/main.c,
8662         * src/z80/main.c,
8663         * src/avr/main.c,
8664         * src/pic/main.c,
8665         * src/pic16/main.c,
8666         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8667         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8668         tests (which uses the port's oclsExpense function)
8669         * src/SDCC.y,
8670         * src/SDCCast.c,
8671         * src/SDCCicode.c,
8672         * src/hc08/gen.c,
8673         * src/ds390/gen.c,
8674         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8675
8676 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8677
8678         * src/SDCCcse.c (ifxOptimize),
8679         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8680         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8681         deleting the IFX iCode.
8682         * src/hc08/ralloc.c: reduced unneeded slocs
8683         * src/hc08/gen.c: fixed bug in asmopToBoolean
8684
8685 2003-11-04  Borut Razem <borut.razem AT siol.net>
8686
8687         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8688           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8689           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8690           transferred to configure
8691
8692 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8693
8694         Use headers defined in the C[++] standards:
8695         * sim/ucsim/gui.src/serio.src/fileio.cc
8696         * sim/ucsim/gui.src/serio.src/frontend.cc
8697         * sim/ucsim/gui.src/serio.src/main.cc
8698         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8699         * support/Util/NewAlloc.c
8700         * as/hc08/lklibr.c
8701         * as/mcs51/lklibr.c
8702         * as/z80/aslist.c
8703         * as/z80/assym.c
8704
8705 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8706
8707         * Added MSVC projects for hc08 assembler and linker:
8708         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8709         /as/hc08/link_hc08.dsp
8710
8711 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8712
8713         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8714
8715 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8716
8717         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8718
8719 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8720
8721         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8722
8723 2003-10-31  Borut Razem <borut.razem AT siol.net>
8724
8725         * support/cpp2/cpplib.h,
8726           support/cpp2/cpplib.c,
8727           support/cpp2/cpplex.c,
8728           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8729           to switch _asm block preprocessing on / off. Default is
8730           #pragma preproc_asm +
8731
8732 2003-10-31  Borut Razem <borut.razem AT siol.net>
8733
8734         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8735           when outputting comment blocks (when executed with -C option) and
8736           _asm (SDCPP specific) blocks
8737
8738 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8739
8740         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8741
8742 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8743
8744         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8745
8746 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8747
8748         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8749         * src/SDCCast.c (decorateType): fixed bug #832664
8750
8751 2003-10-31  Borut Razem <borut.razem AT siol.net>
8752
8753         * support/cpp2/cpplex.c: fixed for SDCPP:
8754           comments(when executed with -C option) and _asm blocks
8755           were included even if they where in skipped #if block.
8756           Applied solution from GCC cpp 3.3.2
8757
8758 2003-10-31  Borut Razem <borut.razem AT siol.net>
8759
8760         * src/SDCC.lex: sdcc now understands both formats:
8761           '# <line_number> <file_name>' and
8762           '#line <line_number> <file_name>'
8763         * support/cpp2/cppmain.c: sdcpp now generates the standard
8764           '# <line_number> <file_name>' instead of former
8765           '#line <line_number> <file_name>'
8766
8767 2003-10-30  Borut Razem <borut.razem AT siol.net>
8768
8769         * support/cpp2/cpphash.h,
8770         * support/cpp2/cpplib.h
8771         * support/cpp2/cpplex.c,
8772         * support/cpp2/cppmain.c,
8773         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8774
8775 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8776
8777         Fixed a number of problems revealed by bug #827883.
8778         * src/SDCCloop.c (loopInvariants): Spill location of the
8779         result operand should be recomputed if extracted from
8780         a loop. Also, don't extract assignments of an iTemp
8781         from a literal.
8782         * src/SDCCast.c (isConformingBody): loop reversal should
8783         not occur if the control variable is involved with a
8784         relational operator.
8785
8786 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8787
8788         * .version: bumped to 2.3.6 to reflect the big improvements
8789         made by Erik and Klaus. Thanks!
8790
8791 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8792
8793         Replaced the livrange code.
8794         * src/SDCClrange.c: added new LR code
8795         * src/SDCCloop.c,
8796         * src/SDCCBBlock.h: removed remainig parts from old LR code
8797         * src/ds390/ralloc.c,
8798         * src/ds390/gen.c: minor fixes to make it work with new code
8799
8800 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8801
8802         * as/hc08/asm.h,
8803         * as/hc08/lkrloc.c,
8804         * src/hc08/gen.c,
8805         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8806         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8807         (tweaked fix for bug #818696)
8808
8809 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8810
8811         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8812
8813 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8814
8815         * src/SDCCmain.c,
8816         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8817         * src/mcs51/gen.c (gencjneshort),
8818         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8819         more efficient (per Scott Bronson's suggestion)
8820
8821 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8822
8823         Extended the semantics of the critical keyword to include
8824         individual statements. See RFE #827755 and #799831
8825         * src/SDCC.y
8826         * src/SDCCicode.c
8827         * src/SDCCopt.c
8828         * src/SDCCast.c
8829         * support/Util/SDCCerr.c
8830         * support/Util/SDCCerr.h
8831         * src/mcs51/gen.c
8832         * src/ds390/gen.c
8833         * src/hc08/gen.c
8834
8835 2003-10-19  Borut Razem <borut.razem AT siol.net>
8836
8837         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8838
8839 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8840
8841         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8842         Fixed bug #818696
8843         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8844         and predecrement operand is displayed
8845
8846 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8847
8848         * src/SDCCval.c (valMinus): fixed bug #826041
8849
8850 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8851
8852         Some hc08 related updates that I missed earlier
8853         * sim/ucsim/stypes.h
8854         * support/regression/ports/hc08/spec.mk
8855
8856 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8857
8858         New target "hc08" for the Motorola 68hc08 family of micros
8859
8860         * configure
8861         * configure.in
8862         * Makefile
8863         * src/hc08/*
8864         * src/SDCCmain.c
8865         * src/port.h
8866         * sim/ucsim/hc08.src/*
8867         * sim/ucsim/configure.in
8868         * src/ucsim/configure
8869         * sim/ucsim/packages_in.mk
8870         * as/hc08/*
8871         * as/Makefile
8872         * device/include/mc68hc908qy.h
8873         * device/lib/hc08/*
8874         * device/lib/Makefile.in
8875         * support/regression/ports/hc08/*
8876         * support/regression/Makefile
8877
8878 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8879
8880         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8881         regression test
8882         * src/ds390/gen.c (genCast): fixed bug #821957
8883
8884 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8885
8886         * device/lib/logf.c: "fixed" overlay bug
8887         * support/regression/ports/host/spec.mk: added m library
8888         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8889         * support/regression/tests/float_trans: added (for Eric)
8890
8891 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8892
8893         * src/mcs51/gen.c (genCpl): fixed bug
8894         http://sf.net/mailarchive/message.php?msg_id=6263915
8895
8896 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8897
8898         * src/SDCCast.c (decorateType): added extended constant folding
8899         * src/SDCCsymt.c (computeType): cleanup
8900         * src/SDCCval.c (valShift): minor optimization
8901         * support/regression/tests/ast_constant_folding.c: added
8902
8903 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8904
8905         * src/SDCCmain.c: removed some unintended changes
8906
8907 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8908
8909         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8910         * src/z80/gen.c: fixed part of bug #817589
8911         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8912
8913 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8914
8915         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8916         * src/SDCCcflow.c
8917         * src/SDCCcse.c
8918         * src/SDCCdflow.c
8919         * src/SDCClabel.c
8920         * src/SDCClrange.c
8921         * src/SDCCmem.c
8922         * src/SDCCopt.c
8923         * src/SDCCpeeph.c
8924         * src/SDCCset.c
8925         * src/avr/ralloc.c
8926         * src/ds390/ralloc.c
8927         * src/izt/ralloc.c
8928         * src/mcs51/ralloc.c
8929         * src/pic/ralloc.c
8930         * src/pic16/ralloc.c
8931         * src/xa51/ralloc.c
8932         * src/z80/ralloc.c
8933         * src/z80/gen.c: removed unused label "release:"
8934
8935 2003-10-06  Borut Razem <borut.razem AT siol.net>
8936
8937         * src/SDCC.lex: removed definition of unused variables
8938           save_optimize and save_options
8939
8940 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8941
8942         * clean.mk: removed '=' in "-maxdepth=1"
8943         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8944         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8945
8946 2003-10-06  Borut Razem <borut.razem AT siol.net>
8947
8948         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8949           my_unput() replaced by unput()
8950
8951 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8952
8953         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8954         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8955         type-punned pointer will break strict-aliasing rules"
8956         Old LR behaviour is again default; Klaus' LR can be choosen by
8957         defining the environment variable LRKLAUS
8958         * src/SDCCBBlock.h
8959         * src/SDCCloop.c
8960         * src/SDCClrange.c
8961         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8962         * clean.mk: fixed removal of files in bin/CVS/
8963         * device/lib/clean.mk: fixed removal of directories small and large
8964         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8965         * src/SDCCicode.c,
8966         * src/SDCCval.c: removed superflous test for pedantic
8967
8968 2003-10-05  Borut Razem <borut.razem AT siol.net>
8969
8970         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8971           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8972           message "unmatched #pragma SAVE and #pragma RESTORE"
8973
8974 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8975
8976         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8977           assembly, critical functions, atomic, nojtbound)
8978
8979 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8980
8981         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8982         * src/SDCCBBlock.h
8983         * src/SDCCloop.c
8984         * src/SDCCloop.h
8985         * src/SDCClrange.c
8986
8987 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8988
8989         * src/z80/gen.h,
8990         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8991         * src/mcs51/gen.h
8992         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8993         * src/ds390/gen.h
8994         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8995         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8996         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8997
8998 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8999
9000         * src/z80/gen.c (genRet): fixed bug #524753
9001         * src/z80/gen.c (genCast): fixed internal error on cast from
9002         pointer to long
9003         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9004         fix for bug #477835 to the z80
9005         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9006         for tracking iCodes in the peephole optimizer for z80
9007
9008 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9009
9010         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9011         the other part of bug #814548
9012         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9013
9014 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9015
9016         * src/SDCCcse.c: fixed part of bug #814548
9017
9018 2003-09-28  Borut Razem <borut.razem AT siol.net>
9019
9020         * src/asm.c: rewrite of printILine() to use temporary file instead
9021           a pipe
9022         * src/xa51/main.c: commented out declaration of int rewinds
9023
9024 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9025
9026         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9027
9028 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9029
9030         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9031         * src/asm.c (printILine): Fixed bug #811015
9032
9033 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9034
9035         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9036         freeing.
9037
9038 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9039
9040         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9041         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9042         to correctly handle general case of AOP_PAIRPTR
9043         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9044
9045 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9046
9047         * src/mcs51/ralloc.c (fillGaps),
9048         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9049         register positioning bug)
9050
9051 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9052
9053         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9054
9055 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9056
9057         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9058         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9059         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9060         (ralloc doesn't intentionally do this now, but perhaps later)
9061         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9062         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9063         register positioning bugs (Fixed bug #762602 and #795325)
9064         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9065         (Fixed bug #808779)
9066         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9067         lines that --i-code-in-asm generates
9068
9069 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9070
9071         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9072         trying to fclose a FILE* that was already closed.
9073
9074 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9075
9076         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9077         of const struct should be treated as if const themselves)
9078
9079 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9080
9081         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9082
9083 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9084
9085         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9086         Unix (/n) and DOS (/r/n) line terminations.
9087
9088 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9089
9090         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9091         bug #613775
9092
9093 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9094
9095         * src/mcs51/gen.c (genFunction, genEndFunction),
9096         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9097         and restore of EA so that stack offsets to parameters are
9098         correct when using both critical and reentrant/stack-auto.
9099         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9100         size (can be triggered in error if sloc is shared between
9101         different sized objects)
9102         * device/include/float.h: fixed macros to explicitly use
9103         unsigned long where needed
9104
9105 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9106
9107         Feature req. 799831: added code to allow nesting of critical functions
9108         * src/mcs51/gen.c (genFunction, genEndFunction)
9109         * src/ds390/gen.c (genFunction, genEndFunction)
9110
9111 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9112
9113         * src/SDCCsymt.c (sclsFromPtr),
9114         * src/SDCCsymt.h,
9115         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9116         support for standard C idiom of memory mapped variables; for
9117         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9118         to xdata int at 0x1234 tempvar = 1.
9119         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9120         provided by Akiya ISHIDA
9121
9122 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9123
9124         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9125         * src/SDCCval.c (constVal): added reduction from int to char
9126         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9127         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9128         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9129         to ignore the sign
9130         * support/regression/tests/shifts.c: fixed
9131
9132 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9133
9134         * src/z80/gen.c (genXor): Fixed bug #805445
9135
9136 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9137
9138         Fixed bug #621531 (const & volatile confusion in the type chain).
9139         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9140         refer to the const or volatile state of the pointer itself.
9141
9142         * src/SDCCast.c
9143         * src/SDCCglue.c
9144         * src/SDCCicode.c
9145         * src/SDCCsymt.c
9146         * src/SDCCval.c
9147         * src/SDCC.y
9148         * src/SDCCsymt.h
9149         * src/pic/gen.c
9150         * src/pic/ralloc.c
9151         * src/pic16/gen.c
9152         * src/pic16/ralloc.c
9153         * support/regression/tests/const.c
9154
9155 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9156
9157         When checking for duplicated modules, use absolute paths
9158         instead of relative paths.  Files changed:
9159
9160         * as/mcs51/lklib.c
9161         * link/z80/lklib.c
9162
9163 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9164
9165         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9166
9167 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9168
9169         * device/include/string.h: added size_t typedef, changed
9170         prototypes to use size_t, eliminated separate reentrant and
9171         non-reentrant declarations, added _memmove declaration
9172         * device/lib/_memcpy.c: changed to use size_t instead of int,
9173         changed /4 to >>2 to avoid division library call
9174         * device/lib/_memcmp.c,
9175         * device/lib/_memset.c,
9176         * device/lib/_strncat.c,
9177         * device/lib/_strncpy.c,
9178         * device/lib/_strncmp.c: changed to use size_t instead of int
9179         * device/lib/_memmove.c: new file (fixed bug #772294)
9180         * device/lib/Makefile.in: added _memmove.c
9181         * device/lib/z80/asm_strings.s: fixed bug #772290
9182         * support/regression/tests/bitfields.c: attempt to fix host assertion
9183         failure on amd64-unknown-linux2.2
9184
9185 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9186
9187         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9188         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9189         * as/z80/asmain.c (main): fixed bug #801766
9190
9191 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9192
9193         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9194         compilers
9195
9196 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9197
9198         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9199         reported in bug #800609
9200
9201 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9202
9203         * Top header beautifications in src/pic16 directory:
9204           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9205           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9206           pcoderegs.h, ralloc.c, ralloc.h
9207         * main.c: added top header and GPL license notice
9208         * pcode.c: fixed the if-conditional warning
9209
9210 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9211
9212         * device/lib/_mullong.c: replaced int by short for gcc
9213
9214 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9215
9216         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9217         and JUMPTABLE iCodes properly now (worked by accident before)
9218         * src/mcs51/gen.c (leftRightUseAcc),
9219         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9220         iCode properly now. Use getSize instead of nRegs since a & b
9221         aren't part of the nRegs tally.
9222
9223 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9224
9225         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9226         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9227           before instructions that use the _STATUS register
9228
9229 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9230
9231         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9232         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9233         fetching of the pointer
9234         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9235         copied from genNearPointerSet()
9236         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9237         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9238         If they pop r0/r1 they must be called in the opposite order than aopOp().
9239         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9240         (resp. --stack-auto), prepared for --xstack
9241
9242 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9243
9244         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9245
9246 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9247
9248         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9249         these ports have their own __sdcc_external_start()
9250
9251 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9252
9253         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9254         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9255         type for bits was changed. It resulted in bit variables becoming
9256         global, which is not permitted in PIC 14 assembly output.
9257
9258 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9259
9260         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9261
9262 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9263
9264         Z80 and MCS51 linkers complaint if a public symbol is defined
9265         in more than one library module:
9266
9267         * as/mcs51/lklib.c
9268         * link/z80/lklib.c
9269         * as/mcs51/Makefile.in
9270
9271 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9272
9273         A few small changes that speed up the peephole optimizer.
9274
9275         * src/SDCCpeeph.c
9276
9277 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9278
9279         Try to make the peephole optimizer smarter by maintaining
9280         an association between the assembly source code and the
9281         iCodes that originated them. Put this information to use
9282         with a new peephole rule condition "notVolatile" so that
9283         the rules can be aggressive yet still safe.
9284
9285         * src/SDCCpeeph.c
9286         * src/SDCCpeeph.h
9287         * src/mcs51/gen.c
9288         * src/mcs51/peeph.def
9289
9290 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9291
9292         Fixed bug #741761
9293
9294         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9295         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9296         if the left or right operand symbols have the accuse flag set.
9297
9298 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9299
9300         Changed the type of the result of the ! (NOT) operator to char;
9301         previously it returned the same type as the source. This allows
9302         us to eliminate all the genFloatNot functions (all of its target
9303         implementations were very buggy) since !float can use the same
9304         code as !long now.
9305
9306         * src/SDCCicode.c (ast2iCode): ! returns char
9307         * src/mcs51/gen.c (genNot, genNotFloat),
9308         * src/ds390/gen.c (genNot, genNotFloat),
9309         * src/z80/gen.c (genNot, genNotFloat),
9310         * src/pic/gen.c (genNot, genNotFloat),
9311         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9312
9313 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9314
9315         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9316         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9317            during interrupts. Ensure WSAVE is located at a shared bank address.
9318         2. Fixed page selection in some places
9319         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9320            the registers name strings.
9321         4. Fixed "signed / unsigned compare" compiler warnings.
9322         5. The PIC port manages its own allocation of the general purpose
9323            registers, but makes no attempt to reuse them. As a result when
9324            compiling it soon runs out of general purpose registers. Some
9325            additional code was added to the files pcode.c and device.c to walk
9326            through the function call tree and rename the registers so that they
9327            get reused.
9328
9329         * src/pic/device.c
9330         * src/pic/gen.c
9331         * src/pic/glue.c
9332         * src/pic/pcode.c
9333         * src/pic/pcode.h
9334         * src/pic/ralloc.c
9335         * src/pic/ralloc.h
9336         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9337         genPlus() & genMinus() when the result is the same as left or right
9338
9339 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9340
9341         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9342
9343 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9344
9345         Made bitfield a distinct type from bit so that bitfields
9346         convert as per ANSI C and bits retain their traditional
9347         boolean style behaviour. Implemented bitfield support in
9348         the z80 port.
9349
9350         * src/SDCCsymt.h,
9351         * src/SDCCsymt.c,
9352         * src/SDCCast.c,
9353         * src/cdbFile.c,
9354         * src/mcs51/gen.c,
9355         * src/ds390/gen.c: bit v bitfield split
9356         * src/z80/gen.c: New support for bitfields
9357         * support/regression/tests/bitfields.c: reenabled z80,
9358         added more tests
9359
9360 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9361
9362         Rules 246.x, 247.x relate to bitfields, the others speed up
9363         access to xdata mapped I/O devices.
9364
9365         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9366
9367 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9368
9369         Cleaned up genPackBits and genUnpackBits and added two helper
9370         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9371         for literal assignments in genPackBits (thanks to Frieder for
9372         reminding me).
9373
9374         * src/mcs51/gen.c
9375         * src/ds390/gen.c
9376
9377 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9378
9379         Fixed bug #748310 (pointer to function type mishandled when the
9380         function name is omitted). Also fixed a SIGSEGV when a function
9381         attribute (reentrant, etc) is used on a non-function or on a
9382         function but misplaced before the parameter list.
9383
9384         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9385         bug #748310
9386         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9387         * support/Util/SDCCerr.h,
9388         * support/Util/SDCCerr.c: Added func attr misuse error msg
9389
9390 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9391
9392         Fixed bug #787649 by anonymous
9393         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9394         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9395
9396 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9397
9398         Fixed numerous bitfield problems.
9399
9400         * src/SDCC.y: More bitfield related error checking
9401         * src/SDCCsymt.h,
9402         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9403         * support/Util/SDCCerr.h,
9404         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9405         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9406         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9407         * support/regression/tests/bitfields.c: tests added
9408
9409 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9410
9411         Made the constant following the "interrupt" keyword optional. If
9412         omitted, the function will not automatically be given an entry
9413         in the interrupt vector table (similar to #pragma NOIV, but
9414         less syntacticly kludgy). The interrupt number is also now
9415         range checked. Also fixed a bug in the high order bit example
9416         in the manual.
9417
9418         * src/SDCC.y
9419         * src/SDCCmem.c
9420         * src/SDCCglue.c
9421         * src/SDCCsymt.h
9422         * support/Util/SDCCerr.c
9423         * support/Util/SDCCerr.h
9424         * doc/sdccman.lyx
9425
9426 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9427
9428         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9429         * src/SDCCicode.c (operandOperation): rewritten some ops
9430         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9431         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9432         other type
9433         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9434         be re-activated by defining REDUCE_LITERALS)
9435         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9436         unsigned, but are signed by default
9437         * src/SDCCval.c (constVal): rearranged
9438         * src/SDCCval.c (valMod): preliminary fix
9439         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9440         * support/regression/literalop.c: added, work in progress
9441
9442 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9443
9444         Generate warnings for useless declarations like "char data;"
9445         that don't do what new users expect.
9446
9447         * src/SDCC.y
9448         * support/Util/SDCCerr.h
9449         * support/Util/SDCCerr.c
9450
9451 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9452
9453         * src/SDCCval.c (valMult): fix overflow detection of negative int
9454
9455 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9456
9457         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9458
9459         Changes to support big endian targets:
9460
9461         * src/ports.h
9462         * src/SDCCglue.c
9463         * src/avr/main.c
9464         * src/ds390/main.c
9465         * src/izt/i186.c
9466         * src/mcs51/main.c
9467         * src/pic/main.c
9468         * src/pic16/main.c
9469         * src/xa51/main.c
9470         * src/z80/main.c
9471
9472 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9473
9474         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9475         * device/lib/time.c: fixed warning "integer overflow in expression"
9476
9477 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9478
9479         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9480         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9481         constants are unsigned; added recognition of "u" flag for unsigned
9482         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9483         * src/SDCCval.c (valDiv, valMod): fixed signdness
9484         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9485         signedness of modulo, left and right shift
9486         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9487         * support/Util/SDCCerr.h: added warning W_INT_OVL
9488         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9489         * src/SDCCast.c (ast_print): improved output of constants
9490
9491 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9492
9493         Fixed some warnings when building with MSVC:
9494
9495         * as/mcs51/asdata.c
9496         * as/z80/asdata.c
9497         * as/mcs51/asm.h
9498         * as/z80/asm.h
9499         * link/z80/aslink.h
9500         * link/z80/lkdata.c
9501         * link/z80/lkeval.c
9502         * link/z80/lkgb.c
9503         * link/z80/lkihx.c
9504         * link/z80/lks19.c
9505         * link/z80/lksym.c
9506         * support/cpp2/cpplib.c
9507         * src/ds390/gen.c
9508         * src/mcs51/gen.c
9509
9510 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9511
9512         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9513
9514 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9515
9516         * support/librarian/clean.mk: Do not remove Makefile.
9517         * support/librarian/Makefile: added.
9518
9519 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9520
9521         Added librarian to MSVC build:
9522         * all.dsp
9523         * sdcc.dsw
9524         * support/librarian/librarian.dsp
9525
9526         'configure' not needed for librarian, removed:
9527         * support/librarian/configure
9528         * support/librarian/configure.in
9529         * support/librarian/config_in.h
9530         * support/librarian/Makefile.in
9531
9532         Hopefully these ones built the librarian and the rest of sdcc properly:
9533         * Makefile
9534         * Makefile.common.in
9535
9536         Messed up 'configure', so revert to previous version:
9537         * configure
9538         * configure.in
9539
9540 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9541
9542         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9543         there, while the mantissa of a double is "only" 53 bits wide.
9544
9545 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9546
9547         Adding sdcclib to the build.  MSVC project coming soon.
9548         Files added/changed:
9549
9550         * support/librarian/clean.mk
9551         * support/librarian/configure
9552         * support/librarian/configure.in
9553         * support/librarian/config_in.h
9554         * support/librarian/Makefile.bcc
9555         * support/librarian/Makefile.in
9556         * support/librarian/sdcclib.c
9557         * Makefile.bcc
9558         * Makefile
9559         * Makefile.common.in
9560         * configure
9561         * configure.in
9562
9563 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9564
9565         Linker now complaints if linked modules have conflicting options, for
9566         example, one compiled using --model-large and another one compiled with
9567         --model-small.  The following files were modified:
9568
9569         * as/mcs51/asdata.c
9570         * as/mcs51/aslink.h
9571         * as/mcs51/asm.h
9572         * as/mcs51/asmain.c
9573         * as/mcs51/asout.c
9574         * as/mcs51/i51pst.c
9575         * as/mcs51/lkdata.c
9576         * as/mcs51/lklibr.c
9577         * as/mcs51/lkmain.c
9578         * as/z80/asdata.c
9579         * as/z80/asm.h
9580         * as/z80/asmain.c
9581         * as/z80/asout.c
9582         * as/z80/z80pst.c
9583         * link/z80/aslink.h
9584         * link/z80/lkdata.c
9585         * link/z80/lklibr.c
9586         * link/z80/lkmain.c
9587         * src/SDCCglue.c
9588
9589 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9590
9591         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9592         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9593
9594 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9595
9596         * src/z80/mappings.i: fix _mul[us][int,long] entries
9597
9598 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9599
9600         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9601
9602 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9603
9604         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9605         * support/regression/tests/bitopcse.c: added
9606         fixed warning:
9607         * src/avr/gen.c:
9608         * src/pic/gen.c:
9609         * src/pic16/gen.c:
9610         * src/z80/gen.c:
9611         * src/xa51/gen.c:
9612
9613 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9614
9615         added support for new library format to z80, gbz80 linkers:
9616         *link/z80/aslink.h
9617         *link/z80/lklex.c
9618         *link/z80/lklib.c
9619         *link/z80/lklist.c
9620
9621 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9622
9623         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9624         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9625
9626 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9627
9628         added DUMMY_READ_VOLATILE:
9629         * src/SDCC.y:
9630         * src/avr/gen.c:
9631         * src/xa51/gen.c:
9632         * src/z80/gen.c:
9633         * src/pic/gen.c:
9634         * src/pic16/gen.c:
9635         * src/mcs51/gen.c:
9636         * src/ds390/gen.c:
9637         * src/SDCCcse.c (algebraicOpts): many improvements
9638         * src/SDCCcse.h: removed algebraicOpts()
9639         * src/SDCCicode.c (picDummyRead): added
9640
9641 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9642
9643         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9644         "Insufficient space in data memory".
9645
9646 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9647
9648         * src/mcs51/gen.c: fixed bug #771358
9649         * src/z80/gen.c: fixed bug #759087
9650
9651 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9652
9653         * src/pic16/glue.c: minor cleanup by Vangelis
9654
9655 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9656
9657         * device/include/regc515c.h: fixed #758477
9658         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9659         * device/lib/_gptrput.c: saved a few bytes
9660         * my tab spacing is 8, yours too?)
9661         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9662         * device/lib/serial.c: process RX bytes earlier than TX bytes
9663         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9664
9665 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9666
9667         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9668
9669 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9670
9671     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9672
9673 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9674
9675         * device/lib/Makefile.in: bad fix, reverted to 1.43
9676
9677 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9678
9679         * device/lib/Makefile.in: added missing z80 object files
9680
9681 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9682
9683         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9684         pic16 progress by Vangelis:
9685         * src/SDCCglobl.h:
9686         * src/SDCCmain.c:
9687         * src/pic/Makefile:
9688         * src/pic:
9689         * pic/Makefile:
9690         * pic16/device.c:
9691         * pic16/device.h:
9692         * pic16/gen.c:
9693         * pic16/gen.h:
9694         * pic16/genarith.c:
9695         * pic16/glue.c:
9696         * pic16/main.c:
9697         * pic16/pcode.c:
9698         * pic16/pcode.h:
9699         * pic16/pcodepeep.c:
9700         * pic16/peeph.def:
9701
9702 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9703
9704     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9705
9706 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9707
9708     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9709     added gbz80 build to MSVC project.
9710     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9711     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9712     from 8051 stuff and setup so it links using a .lnk file.
9713
9714 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9715
9716     * support/librarian/sdcclib.c: sdcc librarian.
9717     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9718     with sdcclib.
9719
9720 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9721
9722     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9723
9724 2003-07-02  Borut Razem <borut.razem AT siol.net>
9725
9726         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9727         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9728         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9729         src/xa51/main.c, src/z80/main.c:
9730         virtualization of glue() function: each port has it's own glue function,
9731         which is accessed by do_glue function pointer in PORT.general structure
9732
9733 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9734
9735         * DS800C400 fun, improved ROM interface and tinibios.
9736
9737 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9738
9739         * More support for DS80C400. Now includes beginning of interface to ROM.
9740
9741 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9742
9743         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9744
9745 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9746
9747         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9748
9749 2003-06-19  Borut Razem <borut.razem AT siol.net>
9750
9751         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9752
9753 2003-06-19  Borut Razem <borut.razem AT siol.net>
9754
9755         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9756         fixed Z80 port - crt0.o: cannot open.
9757
9758 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9759
9760         * support/Util/MySystem.c (merge_command): revert bad fix
9761
9762 2003-06-18  Borut Razem <borut.razem AT siol.net>
9763
9764         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9765
9766 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9767
9768         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9769         option --use-stdout sends errors to stdout instead of stderr.
9770
9771 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9772
9773         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9774
9775 2003-06-15  Borut Razem <borut.razem AT siol.net>
9776
9777         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9778         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9779         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9780         fixed width array of pointers replaced with sets;
9781         multiple include and lib paths ared transferred to preprocessor and linker
9782         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9783         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9784         fixed width array of pointers
9785         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9786         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9787         fixupPath(), getPathDifference()
9788         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9789         fixed width array of pointers
9790
9791 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9792
9793         * src/pic16/ralloc.c: fix warnings
9794         * src/pic16/pcode.c: fix warning
9795
9796 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9797
9798          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9799         know all the details, but essentially this set of changes enable
9800         the pic16 port to generate movff instructions and generate assembler
9801         directives,
9802         * src/SDCCmain.c:
9803         * src/pic16/gen.c:
9804         * src/pic16/glue.c:
9805         * src/pic16/pcode.c:
9806         * src/pic16/device.c:
9807         * src/pic16/main.c:
9808         * src/pic16/pcode.h:
9809         * src/pic16/pcoderegs.c:
9810         * src/pic16/ralloc.c:
9811         * src/pic16/ralloc.h:
9812
9813 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9814
9815         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9816         added option --vc, so sdcc errors and warnings are compatible with
9817         Microsoft Visual Studio.
9818
9819 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9820
9821         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9822           device/lib/libfloat.lib: added atof function.
9823
9824 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9825
9826         * doc/sdccman.lyx: updated to Lyx 1.3
9827         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9828         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9829         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9830
9831 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9832
9833         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9834
9835 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9836
9837         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9838           additions to the "related tools/documentation" section
9839
9840 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9841
9842         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9843
9844 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9845
9846         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9847         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9848
9849 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9850
9851         * doc/sdccman.lyx: fix double dash and other minor things
9852         * doc/Makefile: fix double dash
9853
9854 2003-05-28  Karl Bongers(patches from Martin Helmling)
9855         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9856           condition and ignore commands.
9857
9858 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9859
9860         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9861           is in parts still quite out of date, I did changes as far as I felt makes sense
9862           for a non-native english speaker.
9863           Please feel free to add to the manual or to correct my changes.
9864         * doc/Makefile: undid touching the date of intermediate tex files.
9865
9866 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9867
9868         * doc/sdccman.lyx: Manual has an index now
9869
9870 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9871
9872         Finalize muluint/mulsint and mululong/mulslong merging:
9873         * device/lib/_mulint.c
9874         * device/lib/_mullong.c
9875         * device/lib/gbz80/mul.s
9876         * device/lib/gbz80/stubs.s
9877         * device/lib/z80/mul.s
9878         * device/lib/z80/stubs.s
9879         * src/SDCCsymt.c (initCSupport)
9880
9881 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9882
9883         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9884         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9885           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9886           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9887           instead of /Zm500.
9888
9889 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9890
9891         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9892           the regression tests I'm not brave enough to enable 245.b, 245.c
9893         * doc/sdccman.lyx: added latex preamble for hyperref package.
9894           Using pdflatex this will give you a hyperlinked pdf file with
9895           bookmarks. (prepend '%' before /usepackage if this breaks something)
9896
9897 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9898
9899          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9900
9901 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9902
9903         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9904
9905 2003-05-21    <johan AT balder>
9906
9907         * src/SDCCglue.c (printIval): fixed bug #739934
9908
9909 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9910
9911         Applied patch from bug 737905 (renamed yylineo to mylineno):
9912         * src/altlex.c
9913         * src/SDCCast.c
9914         * src/SDCglobl.h
9915         * src/SDCC.lex
9916         * src/SDCCsymt.c
9917         * src/SDCCval.c
9918         * src/pic16/pcode.c: Cleaned warnings
9919         * src/pic16/pcodeflow.c: Cleaned warnings
9920         * src/pic16/pcoderegs.c: Cleaned warnings
9921
9922 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9923
9924         * src/pic16/pcode.c: Cleaned warnings
9925         * src/pic16/pcodepeep.c: Cleaned warnings
9926         * src/pic16/ralloc.c: Cleaned warnings
9927
9928 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9929
9930         * doc/sdccman.lyx: fixed bug 739745
9931         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9932
9933 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9934
9935         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9936         it can be defined with CFLAGS when running configure
9937         * src/SDCCmain.c: fixed compiling + linking with object files
9938
9939 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9940
9941         * configure.in: configure for pic16 port,
9942             added --disable-pic16-port
9943         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9944         * src/SDCCmain.c: linkOptions is changed to set *,
9945             added if/endif conditional macros to remove options help
9946             messages from optionsTable when a port is not configured, added
9947             support for the PIc16 port in the ports table, when executing
9948             the compiler with no port specified on command line, a default
9949             port is selected with the new macro DEFAULT_PORT which is
9950             defined in port.h, in setDefaultOptions() linkOptions is removed
9951             from initialization assignment, since now it is a set,
9952             parseCmdLine uses setParseWithComma for linkOptions, in
9953             linkEdit() linkOptions are accessed with new function indexSet()
9954             which returns the i'th item of a set variable. See SDCCset.c, in
9955             linkEdit() when calling buildCmdLine(), added linkOptions as
9956             last argument. Now users can pass arguments to gplink via the
9957             -Wl option, main() uses pic16glue() to glue up pic16 programs
9958         * src/SDCCpeeph.c: various changes to support pic16
9959         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9960             return the i'th item of the set
9961         * src/SDCCset.h: added function prototype for indexSet()
9962         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9963         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9964         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9965             added macro DEFAULT_PORT
9966         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9967         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9968             generated
9969         * src/pic16/glue.c: commented out some error producing lines
9970         * src/pic16/main.c: __config directives are commented out to stop
9971             gpasm complaining and test the linkage with gplink, _linkCmd and
9972             _asmCmd changed to be more gplink and gpasm friendly
9973         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9974             produced an error when parsed, peep rule 12 is added to utilize
9975             movff, but it is commented out since the pCode does not support
9976             yet a command with 2 address arguments
9977
9978 2003-05-18    <johan AT balder>
9979
9980         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9981         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9982 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9983
9984         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9985   Added feature to script commands from file.
9986
9987 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9988
9989         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9990         * src/SDCCutil.c: include ctype.h for win32
9991
9992 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9993
9994         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9995
9996 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9997
9998         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9999   Fixed so you can set breakpoints prior to run, run does not stop
10000   on entry now.  Add tbreak.  Other enhancements and fixes for use
10001   with ddd.
10002
10003 2003-05-12  Borut Razem <borut.razem AT siol.net>
10004
10005         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10006
10007 2003-05-11  Borut Razem <borut.razem AT siol.net>
10008
10009         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10010         the path of bin directory, so that PATH is the only env. variable, which has to be set
10011         in case of standard installation.
10012         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10013         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10014         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10015
10016 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10017
10018         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10019         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10020         temp files are in the port dir; clean the gen/test directory when
10021         generating new test.c
10022         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10023         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10024         * support/regression/tests/zeropad.c: added
10025
10026 2003-05-09    <johan AT balder>
10027
10028         * src/SDCCglue.c: fixed bug #597940
10029
10030 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10031
10032         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10033   cache sfr, optimize next,step, fix off by one sourceline,
10034   support ddd list function.
10035         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10036
10037 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10038
10039         * support/regression/HTMLgen.py: added compare_s2f()
10040         * support/regression/Makefile: redo 1.27
10041         * support/regression/generate-cases.py: redo 1.5
10042
10043 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10044
10045         * support/regression/tests/float.c: workaround 33 bit hex constant
10046         * support/regression/tests/simplefloat.c: fix division for host
10047
10048 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10049
10050         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10051         that tame's the PIC's over-aggressive optimizer.
10052
10053 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10054
10055          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10056          support for MSVC.
10057
10058 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10059
10060         Initial support for DS80C400. "Hello world" runs on TINIm400
10061         (with polled I/O).
10062
10063 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10064
10065          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10066          * Some notes on ddd usage added in debugger/README
10067          Martin Helmling adding more features and fixes for ddd GUI debugger.
10068          Code added for nexti, stepi, up, down, and other adjustments.
10069
10070 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10071
10072         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10073         * src/pic/peeph.def Added two rules to optimize carry manipulation
10074         * src/pic/* removed debug printfs
10075
10076 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10077
10078         * debugger/mcs51/cmd.c: added header newalloc.h
10079
10080 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10081
10082         * as/Makefile: new EXEEXT
10083         * as/z80/Makefile: remove trailing slash of BUILDIR
10084         * as/z80/clean.mk: new EXEEXT
10085         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10086         * support/cpp2/Makefile.in: new EXEEXT
10087         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10088
10089 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10090
10091         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10092         EXEEXT was introduced to fix all related problems with targets
10093         "clean", "install" and "uninstall"; a couple of further flaws
10094         especially with "clean" have been fixed too
10095         * as/mcs51/Makefile.in
10096         * as/mcs51/clean.mk
10097         * as/z80/Makefile
10098         * Makefile
10099         * clean.mk
10100         * debugger/mcs51/Makefile.in
10101         * debugger/mcs51/clean.mk
10102         * link/z80/Makefile
10103         * link/z80/Makefile.in
10104         * link/z80/clean.mk
10105         * link/Makefile
10106         * packihx/Makefile.in
10107         * packihx/clean.mk
10108         * sim/ucsim/Makefile
10109         * sim/ucsim/clean.mk
10110         * sim/ucsim/avr.src/Makefile.in
10111         * sim/ucsim/avr.src/clean.mk
10112         * sim/ucsim/s51.src/Makefile.in
10113         * sim/ucsim/s51.src/clean.mk
10114         * sim/ucsim/xa.src/Makefile.in
10115         * sim/ucsim/xa.src/clean.mk
10116         * sim/ucsim/z80.src/Makefile.in
10117         * sim/ucsim/z80.src/clean.mk
10118         * sim/ucsim/main_in.mk
10119         * sim/ucsim/packages_in.mk
10120         * sim/ucsim/gui.src/Makefile.in
10121         * sim/ucsim/gui.src/serio.src/Makefile.in
10122         * sim/ucsim/gui.src/serio.src/clean.mk
10123         * src/Makefile.in
10124         * src/clean.mk
10125         * support/cpp2/Makefile.in
10126         * support/cpp2/clean.mk
10127         * support/makebin/Makefile
10128         * support/makebin/clean.mk
10129         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10130         * doc/sdccman.lyx: --program-suffix no longer needed
10131
10132 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10133
10134          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10135          Martin Helmling added support for ddd GUI debugger.
10136          Code added to display assembly, set variables, and other commands
10137          to interface to ddd.
10138
10139 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10140
10141         * as/Makefile: fix target clean
10142         * as/clean.mk: fix target clean
10143         * as/z80/clean.mk: fix target clean
10144
10145 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10146
10147         * Makefile.common.in: added  AT EXEEXT AT
10148         * configure.in: removed all mingw32 stuff
10149         * configure: rebuilt from configure.in
10150         * doc/sdccman.lyx: updated section "installation"
10151         * support/scripts/sdcc_mingw32: adapted to configure
10152         * support/scripts/sdcc_cygwin_mingw32: added
10153
10154 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10155
10156         * src/pic Added object file support for the PIC port
10157         * src/pic Applied patch from Craig Franklin (this started the object file support)
10158         * src/regression Updated the PIC regression tests for object files
10159
10160 2003-04-20  Borut Razem <borut.razem AT siol.net>
10161
10162         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10163           lklex.c: In function `getfid':
10164           lklex.c:203: warning: array subscript has type `char'
10165         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10166           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10167         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10168           stack handling macros
10169
10170 2003-04-19  Borut Razem <borut.razem AT siol.net>
10171
10172         * "handling space characters in file path" task:
10173         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10174         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10175         * support/Util/MySystem.h: make it self-sufficient
10176         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10177           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10178           handling space characters in file path
10179         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10180           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10181         * support/Util/MySystem.c: handling space characters in executable's path
10182
10183 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10184
10185         * as/z80/Makefile: fix permanent rebuild of z80
10186         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10187         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10188
10189 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10190
10191         * src/SDCCopt.c: add special case optimization to replace modulo by
10192           a power of two with a bitwise AND.
10193
10194 2003-04-18    <johan AT balder>
10195
10196         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10197
10198 2003-04-17    <johan AT balder>
10199
10200         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10201         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10202
10203 2003-04-13  Borut Razem <borut.razem AT siol.net>
10204
10205         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10206         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10207           fixed mingw problem in adl_NORMALIZE_PATH
10208
10209 2003-04-12  Borut Razem <borut.razem AT siol.net>
10210
10211         * fixed "#pragma SAVE/RESTORE can not be nested":
10212         * src/SDCC.lex: reworked pragma handling functions
10213         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10214         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10215
10216 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10217
10218         * src/SDCCutil.c (pathEquivalent): defined but not used
10219         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10220         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10221         * configure: rebuilt from configure.in
10222         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10223         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10224         * device/include/Makefile.in: replace sdcc_datadir
10225         * device/lib/Makefile.in: replace sdcc_datadir
10226         * Makefile.common.in: add LDFLAGS from configure
10227         * packihx/Makefile.in: use LDFLAGS
10228         * src/Makefile.in: use LDFLAGS
10229         * support/cpp2/Makefile.in: add LDFLAGS from configure
10230         * support/makebin/Makefile: use LDFLAGS
10231         * .version: bumped version number to 2.3.5
10232
10233 2003-04-12  Borut Razem <borut.razem AT siol.net>
10234
10235         * completed "different paths" task:
10236         * src/SDCCmacro.c: fixed bug in handling quotes
10237         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10238         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10239
10240 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10241
10242         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10243
10244 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10245
10246         * ds390/gen.c ds390/peeph.def: fix bug 706781
10247
10248 2003-04-11  Borut Razem <borut.razem AT siol.net>
10249
10250         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10251
10252 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10253
10254         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10255         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10256          set - this bit used to not be set...).
10257         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10258           bad code in PIC Port
10259         * src/regression/and2.c added to test bug 609268
10260         * src/regression/Makefile added and2.c to regression test
10261
10262
10263 2003-04-08    <johan AT CP255758-A>
10264
10265         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10266         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10267         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10268
10269 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10270
10271         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10272         fix bug #487815
10273         * support/cpp2/Makefile.in: fix bug #487815
10274         * configure: rebuilt from configure.in
10275         * Makefile.common.in: docdir changed, new path suffixes
10276         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10277         * sdcc_vc_in.h: reflect changes from sdccconf.h
10278         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10279         * src/SDCCutil.h: remove BINDIR hack
10280         * doc/sdccman.lyx: update new path hierarchy
10281
10282 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10283
10284         * src/SDCCpeeph.c: added okToRemoveSLOC test
10285
10286 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10287
10288         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10289
10290 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10291
10292         * src/SDCCpeeph.c: added labelIsReturnOnly test
10293         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10294
10295 2003-04-05    <johan AT balder>
10296
10297         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10298         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10299         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10300         * src/SDCCast.c: fixed a warning
10301         * src/SDCCast.h: fixed a warning
10302         * src/SDCCicode.c (operandFromAst): fixed a warning
10303
10304 2003-04-04    <johan AT balder>
10305
10306         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10307         * src/SDCCast.c (decorateType): fixed bug #715076
10308         * src/SDCC.y: fixed bug #702907
10309
10310 2003-04-03    <johan AT balder>
10311
10312         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10313         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10314         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10315         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10316         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10317
10318 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10319
10320         * _decdptr.c: fix return values
10321         * _gptrget.c: fix return values
10322         * _gptrgetc.c: fix return values
10323         * _gptrput.c: fix return values
10324         * _mulint.c: fix return values
10325         * as/z80/Makefile: fix 'make -j' problem
10326
10327 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10328
10329         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10330         * configure.in: big cleanup, updated to autoconf 2.5x
10331         * configure: rebuilt from configure.in
10332         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10333         * sdcc_vc_in.h: reflect changes from sdccconf.h
10334         * doc/Makefile: fixed a flaw in "make install"
10335
10336 2003-04-02    <johan AT balder>
10337
10338         * src/ds390/gen.c (genCmp): no comments
10339         * src/mcs51/gen.c (genCmp): no comments
10340         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10341         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10342
10343 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10344
10345         * support/regression/generate-cases.py: place generated file in given sub directory
10346         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10347         * support/regression/Makefile: improvements for 'make -j';
10348         side effect: it's simpler and faster now
10349
10350 2003-03-31  Borut Razem <borut.razem AT siol.net>
10351
10352         * src/z80/main.c: link-{port} and as-{port} defined without path
10353         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10354
10355 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10356
10357         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10358
10359 2003-03-30  Borut Razem <borut.razem AT siol.net>
10360
10361         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10362           changed type of list parameter to set
10363         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10364         * src/port.h: changed type of do_assemble() parameter to set
10365         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10366           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10367           definition of "cppoutfilename" macro with NULL value in preProcess()
10368         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10369         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10370         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10371           replaced with set *binPathSet
10372         * shash_add() deallocates the item, if allready exsists, before adding the new one
10373         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10374
10375 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10376
10377         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10378           a nested for loop bug in the PIC port
10379         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10380           for loops
10381
10382 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10383
10384         * support/Util/dbuf.h: remove C++ stuff to make it portable
10385
10386 2003-03-28  Borut Razem <borut.razem AT siol.net>
10387
10388         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10389           literal strings in stringLiteral()
10390         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10391         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10392           to the project
10393
10394 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10395
10396         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10397
10398 2003-03-26    <johan AT balder>
10399
10400         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10401         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10402         * src/SDCCast.c (decorateType): fixed " -v < 3"
10403
10404 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10405
10406         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10407         Added Lenny Story's debug infrastructure changes:
10408         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10409         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10410         * src/cdbFile.c: added
10411         * src/SDCCdebug.c: added
10412         * src/SDCCdebug.h: added
10413         * src/SDCCast.c (createFunction)
10414         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10415         * src/SDCCmain.c (parseCmdLine, main)
10416         * src/SDCCmem.c (redoStackOffsets)
10417         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10418         * src/SDCCsymt.h
10419         * src/common.h
10420         * src/avr/gen.c (genAVRCode)
10421         * src/ds390/gen.c (gen390Code)
10422         * src/mcs51/gen.c (gen51Code)
10423         * src/pic/gen.c (genpic14Code)
10424         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10425         * src/xa51/gen.c (genXA51Code)
10426         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10427
10428 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10429
10430         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10431         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10432
10433 2003-03-22    <johan AT balder>
10434
10435         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10436
10437 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10438
10439         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10440         * doc/cdbfileformat.lyx: added, written by Lenny Story
10441         * doc/Makefile: added cdbfileformat.lyx
10442         * doc/clean.mk: added cdbfileformat.lyx
10443
10444 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10445
10446         * src/mcs51/peeph.def: fix bug #705773
10447
10448 2003-03-20    <johan AT balder>
10449
10450         An sfr/sbit can have an "at #" AND an initializer
10451         * src/SDCCsymt.c (checkSClass):
10452         * src/SDCCmem.c (allocGlobal):
10453         * src/SDCCmem.c (allocLocal):
10454         * src/SDCCast.c (createBlock):
10455
10456 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10457
10458         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10459
10460 2003-03-16    <johan AT balder>
10461
10462         Undid the hackup of const and volatile, the problem is much bigger
10463         * src/SDCC.y:1.65
10464         * src/SDCCast.c:1.171
10465         * src/SDCCglue.c:1.138
10466         * src/SDCCicode.c:1.146
10467         * src/SDCCsymt.c:1.150
10468         * src/SDCCval.c:1.65
10469
10470 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10471
10472         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10473         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10474
10475 2003-03-13    <johan AT balder>
10476
10477         Hackup const and volatile modifiers in type chains a bit:
10478         * src/SDCC.y:1.63
10479         * src/SDCCast.c:1.169
10480         * src/SDCCglue.c:1.136
10481         * src/SDCCicode.c:1.143
10482         * src/SDCCsymt.c1.146
10483         * src/SDCCsymt.h1.59
10484         * src/SDCCval.c:1.63
10485
10486 2003-03-12    <johan AT balder>
10487
10488         * src/SDCCBBlock.h: more LRH debugging junk
10489         * src/SDCCcflow.h: more LRH debugging junk
10490         * src/SDCCloop.c: more LRH debugging junk
10491         * src/SDCC.y (struct_declaration): fixed bug #697590
10492         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10493         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10494         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10495
10496 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10497         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10498         test function names must now match exactly).
10499         * src/SDCCcse.c: added special case in findCheaperOp to allow
10500         extending a short integer. Makes less awful code for bug 700121 test case.
10501
10502 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10503
10504         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10505         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10506
10507 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10508
10509         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10510         actually called (operandsNotEqual() was called for all
10511         operandsNotEqualX tests).
10512
10513 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10514
10515         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10516         with shorter literals. Fixes bug 700121.
10517
10518 2003-03-11    <johan AT balder>
10519
10520         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10521
10522 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10523
10524         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10525         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10526
10527 2003-03-10  Borut Razem <borut.razem AT siol.net>
10528
10529         * src/SDCCmain.c: pipe preprocessor's output
10530         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10531         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10532         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10533         which closes all pipes in pipeSet set
10534         * src/SDCCset.c: free deleted item in function deleteSetItem()
10535         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10536         moved from z80 to src subproject
10537         * .version: increased version number to 2.3.4
10538
10539 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10540
10541         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10542         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10543         * support/regression/ports/xa51/spec.mk: fix typo
10544
10545 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10546
10547         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10548
10549 2003-03-09  Borut Razem <borut.razem AT siol.net>
10550
10551         * src/SDCCmain.c: pipe preprocessor's output
10552         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10553         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10554         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10555         which closes all pipes in pipeSet set
10556         * src/SDCCset.c: free deleted item in function deleteSetItem()
10557         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10558         moved from z80 to src subproject
10559
10560 2003-03-09  Borut Razem <borut.razem AT siol.net>
10561
10562         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10563         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10564         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10565         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10566         * src/SDCCglobl.h: unification of WIN32 native definitions
10567
10568 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10569
10570         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10571
10572 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10573
10574         * src/configure.in:   check for endianess (even while cross-compiling)
10575         * src/configure:      check for endianess (even while cross-compiling)
10576         * src/configure_in.h: check for endianess (even while cross-compiling)
10577         * src/avr/gen.c:        remove old endianess stuff
10578         * src/mcs51/gen.c:      remove old endianess stuff
10579         * src/ds390/gen.c:      remove old endianess stuff
10580         * src/pic/gen.c:        remove old endianess stuff
10581         * src/pic/genarith.c:   remove old endianess stuff
10582         * src/pic/glue.c:       fix endianess check
10583         * src/pic16/gen.c:      remove old endianess stuff
10584         * src/pic16/genarith.c: remove old endianess stuff
10585         * src/pic16/glue.c:     fix endianess check
10586         * src/xa51/gen.c:       remove old endianess stuff
10587         * src/z80/gen.c:        fix endianess check
10588         * src/SDCCglue.c:       fix endianess check
10589         * src/ds390/peeph.def: fix bug 700036
10590
10591 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10592
10593         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10594         * src/configure: find appropriate data-types on host for SDCC's int and long
10595         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10596         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10597         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10598
10599 2003-03-07    <johan AT balder>
10600
10601         Just a big NOOP:
10602                 some minor cleanups before the big shot
10603                 OP_DEFS and OP_USES now use Kevin's protection
10604                 new option --nolabelopt
10605
10606         * src/SDCCBBlock.c:
10607         * src/SDCCast.c,:
10608         * src/SDCCcflow.c:
10609         * src/SDCCcse.c:
10610         * src/SDCCicode.c:
10611         * src/SDCCicode.h:
10612         * src/SDCClabel.c:
10613         * src/SDCCloop.c:
10614         * src/SDCCmain.c:
10615         * src/ds390/ralloc.c:
10616         * src/mcs51/ralloc.c:
10617         * src/pic/ralloc.c:
10618         * src/xa51/ralloc.c:
10619         * src/z80/ralloc.c:
10620
10621 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10622
10623         * src/pic/pcode.c (get_op): fix 64 bit warnings
10624         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10625         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10626         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10627         * support/regression/tests/malloc.c: fix 64 bit warnings
10628
10629 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10630
10631         * src/mcs51/gen.c (genMinus): fixed bug 696436
10632
10633 2003-03-02  Borut Razem <borut.razem AT siol.net>
10634
10635         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10636
10637 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10638
10639         * configure.in: test for mkstemp
10640         * sdccconf_in.h: add HAVE_MKSTEMP
10641
10642 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10643
10644         * device/include/ctype.h: removed warning while using --stack-auto
10645         * device/include/malloc.h: removed warning while using --stack-auto
10646         * device/include/string.h: removed warning while using --stack-auto
10647
10648 2003-02-23  Borut Razem <borut.razem AT siol.net>
10649
10650         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10651         because NDEBUG is defined (see man assert)
10652         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10653
10654 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10655
10656         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10657         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10658
10659 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10660
10661         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10662         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10663
10664 2003-02-18    <johan AT balder>
10665
10666         * as/mcs51/asmain.c (asmbl): module can start with a digit
10667         * as/z80/asmain.c (asmbl): module can start with a digit
10668
10669 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10670
10671         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10672         * src/asm.c: fix pipe() for Mingw32
10673
10674 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10675
10676         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10677         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10678         make -V work again; --c1mode reads now from stdin
10679         * doc/sdccman.lyx: added --c1mode
10680         * support/Util/SDCCerr.c: new messages for c1 mode
10681         * support/Util/SDCCerr.h: new messages for c1 mode
10682         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10683
10684 2003-02-15    <johan AT balder>
10685
10686         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10687
10688 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10689
10690         * doc/sdccman.lyx: Environment variables, -o and other minor things
10691
10692 2003-02-14    <johan AT balder>
10693
10694         * src/xa51/main.c: before anyone really tries to use it :)
10695
10696         * Install doc's in share/sdcc/doc
10697         * removed some obsolete files
10698         * Do a proper make distclean and uninstall
10699         M Makefile.common.in
10700         R sdccbuild.sh
10701         M as/Makefile
10702         M device/include/Makefile.in
10703         M device/lib/Makefile.in
10704         M doc/sdccman.lyx
10705         M link/Makefile
10706         M sim/ucsim/doc/Makefile.in
10707         M src/clean.mk
10708         R src/avr/peeph.rul
10709         R src/xa51/peeph.rul
10710         M support/cpp2/Makefile.in
10711         M support/makebin/Makefile
10712
10713
10714 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10715
10716         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10717
10718 2003-02-10  Borut Razem <borut.razem AT siol.net>
10719
10720         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10721         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10722         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10723         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10724         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10725         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10726         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10727         src/z80/Makefile.bcc: Borland Makefile cleanup
10728         * as/z80/Makefile.bcc: Added Borland Makefile
10729         * support/cpp2/borland.h: Removed
10730
10731 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10732
10733         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10734         * src/SDCC.lex: new pragma NOIV
10735         * src/SDCCglobl.h: new pragma NOIV
10736         * src/SDCCmem.c: new pragma NOIV
10737
10738 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10739
10740         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10741
10742 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10743
10744         * src/SDCCmain.c: signal handling is switched off by --debug
10745         * doc/Makefile: small fix for install; use clean.mk again
10746         * doc/clean.mk: clean *.pdf and *.html too
10747
10748 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10749
10750         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10751         * device/lib/printfl.c: fix a ds390 bug by making it portable
10752         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10753         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10754         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10755         * debugger/mcs51/cmd.c: converted multi-line string literals
10756         * sim/ucsim/globals.cc: converted multi-line string literals
10757         * src/SDCCmain.c: introduced signal handler to remove temp files
10758         * doc/Makefile: small tweaks, implement clean
10759         * doc: removed generated files
10760
10761 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10762
10763         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10764         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10765         Address Record is not correctly generated for DS390."
10766
10767 2003-02-02  Borut Razem <borut.razem AT siol.net>
10768
10769         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10770         * as/mcs51/asm.h: fixed compilation with Borland C
10771         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10772         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10773         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10774         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10775         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10776         src/z80/Makefile.bcc: delete $(LIB) only if exist
10777         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10778
10779 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10780
10781         * device/include/malloc.h: introduced NULL
10782         * device/include/string.h: introduced NULL
10783         * device/include/stdlib.h: introduced NULL
10784         * device/lib/_memcpy.c: removed NULL
10785         * device/lib/_strcat.c: removed NULL
10786         * device/lib/_strchr.c: removed NULL
10787         * device/lib/_strcmp.c: removed NULL
10788         * device/lib/_strcpy.c: removed NULL
10789         * device/lib/_strcspn.c: removed NULL
10790         * device/lib/_strlen.c: removed NULL
10791         * device/lib/_strncat.c: removed NULL
10792         * device/lib/_strncmp.c: removed NULL
10793         * device/lib/_strncpy.c: removed NULL
10794         * device/lib/_strpbrk.c: removed NULL
10795         * device/lib/_strrchr.c: removed NULL
10796         * device/lib/_strspn.c: removed NULL
10797         * device/lib/_strstr.c: removed NULL
10798         * device/lib/_strtok.c: removed NULL
10799         * device/lib/malloc.c: removed NULL, include own header
10800
10801 2003-02-02    <johan AT balder>
10802
10803         * 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
10804         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10805         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10806         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10807         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10808         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10809
10810 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10811
10812         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10813         area 'DATA'"
10814
10815 2003-02-01    <johan AT balder>
10816
10817         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10818
10819 2003-01-31    <johan AT CP255758-A>
10820
10821         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10822
10823 2003-01-30    <johan AT balder>
10824
10825         * src/SDCCBBlock.c: automatic bug detection
10826         * src/SDCCicode.c: automatic bug detection
10827
10828 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10829
10830         * src/SDCCglobl.h:   now --xram-size 0 works
10831         * src/SDCCmain.c:    now --xram-size 0 works
10832
10833 2003-01-29    <johan AT balder>
10834
10835         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10836
10837 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10838
10839         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10840         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10841         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10842         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10843         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10844         * src/SDCCmain.c:    Added options --xram-size and --code-size
10845
10846 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10847
10848         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10849         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10850
10851 2003-01-27    <johan AT balder>
10852
10853         * src/SDCC.y: fixed bug #613764
10854
10855 2003-01-26    <johan AT balder>
10856
10857         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10858         * src/SDCCsymt.h: fixed bug #673374
10859         * src/SDCCglue.c: fixed bug #661910
10860         * src/SDCCast.c: fixed bug #458099 and 673374
10861
10862 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10863
10864         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10865         * as/mcs51/strcmpi.h: added
10866         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10867         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10868         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10869         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10870         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10871         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10872         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10873         * as/mcs51/Makefile.aslink: new module strcmpi
10874         * as/mcs51/Makefile.asx8051: new module strcmpi
10875         * as/mcs51/Makefil.bcc: new module strcmpi
10876         * as/mcs51/Makefile.in: new module strcmpi
10877         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10878
10879 2003-01-26    <johan AT balder>
10880
10881         * src/SDCCglue.c: reverted back to 1.124
10882         * src/SDCCast.c: reverted back to 1.156
10883         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10884
10885 2003-01-25    <johan AT balder>
10886
10887         * src/SDCCglue.c: A better fix for bug #661910
10888         * src/SDCCast.c: A better fix for bug #661910
10889         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10890
10891 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10892
10893         * src/Makefile.in: remove spawn.o
10894         * src/SDCCmain.c: remove spawn.h
10895         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10896         * src/spawn.c: removed
10897         * src/spawn.h: removed
10898         * support/regression/ports/ds390/spec.mk: link with -r
10899
10900 2003-01-24    <johan AT CP255758-A>
10901
10902         * src/ds390/gen.c (aopOp): fixed bug #667458
10903         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10904         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10905         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10906
10907 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10908
10909         * src/mcs51/peeph.def: better assembler identation by Frieder
10910         * src/mcs51/gen.c: better assembler identation by Frieder
10911
10912 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10913
10914         * as/z80/string.h: removed for gcc 3.2
10915         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10916         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10917
10918 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10919
10920         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10921         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10922         * support/regression/Makefile: separate temp files for ports
10923         * support/regression/generate-cases.py: separate temp files for ports
10924         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10925         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10926
10927 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10928
10929         * moved tinitalk to device/examples/ds390
10930
10931 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10932
10933         * as/mcs51/lkmem.c: rflag is for DS390
10934         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10935         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10936                          (linkEdit): move mem- and map-files the same way as ihx-files
10937         * src/z80/main.c (_setDefaultOptions): removed --generic
10938         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10939         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10940         * src/pic/glue.c (picglue): --c1mode works again
10941         * src/pic16/glue.c (pic16glue): --c1mode works again
10942         * src/asm.c (printCLine): fix #660034
10943
10944 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10945
10946         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10947         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10948         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10949         * as/mcs51/lkmem (summary): better fix for sp problem
10950         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10951         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10952         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10953                                               remove --stack-after-data
10954
10955 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10956
10957         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10958         * src/SDCCutil.c (join): ugly bug: missing '\0'
10959         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10960
10961 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10962
10963         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10964         * src/port.h: typo
10965         * src/pic/main.c (_asmCmd): gpasm supports -o
10966         * src/z80/main.c: more general macros
10967         * device/lib/Makefile.in: remove intermediate files
10968
10969 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10970
10971         * .version: Bumped version number to 2.3.3
10972         * src/SDCCBBlock.c: new option -o
10973         * src/SDCCglobl.h: new option -o
10974         * src/SDCCglue.c: new option -o
10975         * src/SDCCmain.c: new option -o
10976         * src/asm.c: new option -o
10977         * src/ds390/main.c: new option -o
10978         * src/pic/glue.c: new option -o
10979         * src/pic/pcode.c: new option -o
10980         * src/pic/ralloc.c: new option -o
10981         * src/pic16/glue.c: new option -o
10982         * src/pic16/pcode.c: new option -o
10983         * src/pic16/ralloc.c: new option -o
10984         * src/z80/main.c: new option -o
10985         * device/lib/Makefile.in: use -o
10986         * support/regression/ports/ds390/spec.mk: use -o
10987         * support/regression/ports/gbz80/spec.mk: use -o
10988         * support/regression/ports/mcs51/spec.mk: use -o
10989         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10990         * support/regression/ports/z80/spec.mk: use -o
10991         * support/regression/ports/ucz80/spec.mk: use -o
10992         * support/regression/ports/xa51/spec.mk: use -o
10993         * support/regression/fwk/lib/timeout.c: fix usage string
10994
10995 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10996         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10997
10998 2003-01-07    <johan AT balder>
10999
11000         * src/SDCCast.c (decorateType): fixed bug #600035
11001
11002 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11003         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11004         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11005         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11006         * src/pic/pcode.c: outcommented unused variable to remove warnings
11007         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11008
11009 2003-01-06    <karl AT turbobit.com>
11010         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11011    regression tests.
11012
11013 2003-01-06    <johan AT balder>
11014
11015         * src/SDCCicode.c: fixed array add
11016
11017 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11018         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11019         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11020
11021 2003-01-04    <johan AT balder>
11022
11023         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11024
11025 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11026         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11027
11028 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11029         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11030         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11031
11032 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11033         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11034
11035 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11036         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11037
11038 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11039         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11040
11041 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11042
11043     * in /sdcc/as/mcs51/ changed these files in order to create an
11044     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11045     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11046     following files to include the previous two files: aslink.dsp,
11047     Makefile.aslink, Makefile.bcc, and Makefile.in.
11048
11049     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11050     .adb instead of .cdb
11051
11052 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11053
11054         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11055         value from option --iram-size.
11056
11057 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11058
11059         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11060         dram[] array.
11061
11062 2002-09-18    <wiml AT hhhh.org>
11063
11064         * SDCClrange.h: exposed setFromRange() and setToRange()
11065         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11066           packRegsForAccUse() (bug 542397)
11067         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11068           multiple times and emitting the fetch operations more than once
11069           added aopGetUsesAcc() function to allow binary operators to
11070           fetch their operands in the correct order; made genMinus() emit
11071           compact code for X = LITERAL - Y
11072
11073 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11074         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11075         sprintf() in line 1267.
11076
11077 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11078         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11079         like ports.
11080
11081 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11082         Changes to aslink (All the changes are marked with 'JCF'):
11083
11084         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11085         summary().
11086
11087         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11088         area BSEG.  Also moves, if possible, the DATA area down into the internal
11089         ram so more space is available.
11090
11091         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11092         sflag.
11093
11094         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11095         not bytes.  Function summary() which creates a memory usage summary
11096         file with extension .mem.  Reports of overlaping stack and small stack
11097         size.  If the space for the stack is less than 16 bytes aslink trows a
11098         warning.
11099
11100         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11101         the 8051.  Option 'y' for memory summary output file.
11102
11103         Changes to sdcc (All the changes are marked with 'JCF'):
11104
11105         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11106
11107         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11108         overlaying area for it (uses RegBankUsed[4]).
11109
11110         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11111         bank zero as used by default.  By default aslink locates the stack
11112         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11113         the creation of the .mem file.  Delegates the allocation of data area
11114         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11115         the begining of the stack area to aslink.
11116
11117         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11118         glue() in SDCCglue.c creates an area for it.
11119
11120 2002-09-03  Borut Razem <borut.razem AT siol.net>
11121         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11122         sdcc/src/pic/glue.c:
11123         introduced atexit() handler for teporay files removal in case of
11124         errors, assertions, ...
11125
11126 2002-08-29  Borut Razem <borut.razem AT siol.net>
11127         * sdcc/support/cpp2/auto-host_vc_in.h:
11128         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11129         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11130         Maybe there is a similar problem with BORLANDC? It should be checked!
11131
11132         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11133         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11134         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11135         was not executed, and the compiler (cl) launched a warning:
11136         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11137
11138 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11139         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11140
11141 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11142         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11143
11144         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11145           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11146           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11147           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11148           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11149           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11150           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11151         - added Release configuration in VS projects
11152         - review of compiler an linker options
11153         - VC .exe files are generated in bin_vc directory, not to interfere
11154           with binaries generated from other projects (cygwin, mingw, bcc ...)
11155
11156         * sdcc/src/yacc.dsp: added
11157
11158         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11159         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11160         and insert the version number definitions from .version
11161
11162         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11163
11164         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11165         added - genarate auto-host.h using auto-host_vc_in.h as template
11166
11167         * sdcc/sdcc_vc.h,
11168         removed from CVS, generated automatically
11169
11170 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11171         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11172
11173 2002-08-11  Borut Razem <borut.razem AT siol.net>
11174         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11175
11176 2002-08-10  Borut Razem <borut.razem AT siol.net>
11177         * src/SDCCmain.c (main):
11178         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11179         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11180         The consequence was that some temporary files were not removed.
11181
11182         * src/SDCCglue.c:
11183         unification of code in functions tempfilename() and tempfile():
11184         function tempnam() is defined in Visual Studio 6.0 and .NET
11185
11186         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11187
11188         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11189           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11190         - removed compiler command line option /WX: Treats all warnings as errors
11191         - update a list of source files, included into the project
11192
11193         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11194           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11195         changed project type to Generic Project so that can be correcly converted to VS.NET project
11196
11197         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11198
11199         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11200
11201         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11202
11203         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11204         added return 0 statements after assert() to make compiler happy
11205
11206         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11207         added newline in the def file to keep MSC compiler satisfied
11208
11209         * sdcc/src/z80/gen.c:
11210         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11211           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11212         - solved MSC error in function aopDump()
11213
11214         * sdcc_vc.h: define PREFIX as "\\sdcc"
11215
11216 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11217         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11218
11219 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11220         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11221         - Rewrote the register banking algorithm.
11222         - Added pCode live-range analysis to registers (for now, only non-used and
11223         singly-used registers optimized away)
11224
11225         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11226
11227         * 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.
11228
11229 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11230         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11231
11232 2002-04-22  Michael Hope  <michaelh AT vroom>
11233
11234         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11235
11236         * configure.in (DD_COPT): Added include support required for gbdk.
11237
11238         * .version: Bumped version number just to increase it.
11239
11240         * src/SDCCmain.c: Added -nostdinc to the default options.
11241
11242 2002-04-15  Michael Hope  <michaelh AT vroom>
11243
11244         * device/lib/z80/printf.c (sprintf): Added.
11245
11246         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11247
11248         * src/z80/peeph.def: Added transpose redundent load rule.
11249
11250         * src/z80/main.c: Added force callee saves for jaune.
11251
11252         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11253
11254         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11255
11256 2002-03-28  Johan Knol  <johan AT balder>
11257
11258         * src/SDCCval.c: fixed bug #532436
11259
11260 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11261         * /src/port.h:
11262         Added "char *Processor" field to the port structure.
11263
11264         * /src/SDCCmain.c:
11265         Added -p option. Allows port dependent processor to be specified.
11266
11267         * all ports:
11268         Initialized the new field char *Processor field to NULL in all ports
11269
11270         * /src/pic/*:
11271         Compiler generated registers for interrupt context saving
11272         were not getting allocated.
11273
11274 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11275
11276         * /src/SDCCast.c:
11277         Fixed left shift. Will promote the left side of a left shift
11278         if a) left shifting more than size of operand or b) when assigned
11279         to something size > size of left side
11280
11281 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11282         * src/pic/*
11283         tons of changes. Register allocation has been
11284         rewritten. Added customization for the various PICs. Flow
11285         analysis is restructured. ...
11286
11287         * src/pic/device.h:
11288         Added
11289
11290         * src/pic/device.c:
11291         Added. device.c is a PIC port hack to accomodate variations
11292         in PIC devices.
11293
11294 2002-03-13  Michael Hope  <michaelh AT vroom>
11295
11296         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11297
11298 2002-03-04  johanknol  <johanknol AT manik>
11299
11300         * /src/SDCCval.c: fixed
11301
11302         const unsigned char arr[][2] = { { 0, 1 } };
11303         t18.c:1: error: Initializer element is not constant
11304
11305 2002-03-04  bela  <bela AT manik>
11306
11307         * /device/include/mcs51reg.h:
11308         ds89c420 register definition update
11309
11310 2002-03-03    <johan AT FRIJA>
11311
11312         * support/Util/SDCCerr.c: did something, but don't no why anymore
11313
11314         * support/regression/tests/bug-524691.c: made it a little less shy
11315
11316         * src/SDCCast.c (decorateType): fixed bug #524697
11317
11318         * src/SDCCast.c: made some lineno improvements
11319
11320         * src/SDCCval.c (getNelements): changed warning to error
11321
11322         * src/SDCCglue.c (printIvalArray): changed warning to error
11323
11324         * src/SDCCicode.c: fixed a warning for mingw
11325
11326         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11327
11328         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11329
11330 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11331
11332         * src/ds390/peeph.def:
11333         Added some more peephole rules
11334
11335         * src/ds390/gen.c: Various fixes & enhancements
11336
11337         * src/SDCClrange.c, src/SDCClrange.h:
11338         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11339
11340         * src/ds390/ralloc.c:
11341         various fixes & enhancements (ds390) specific
11342
11343         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11344         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11345         from rallocs.
11346
11347         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11348
11349 2002-03-02    <johan AT FRIJA>
11350
11351         * src/SDCCast.c (decorateType): fixed bug #524708
11352
11353         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11354
11355         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11356
11357 2002-03-01  Michael Hope  <michaelh AT vroom>
11358
11359         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11360
11361         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11362
11363 2002-03-01    <johan AT FRIJA>
11364
11365         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11366
11367         * src/SDCCast.c (decorateType): fixed bug #524209
11368
11369         * src/SDCCval.c (valNot): fixed bug #524195
11370
11371 2002-02-26    <johan AT balder>
11372
11373         * src/xa51/gen.c: fixed a warning
11374
11375         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11376
11377         * src/SDCCast.c (decorateType): fixed bug #522534
11378
11379 2002-02-23    <johan AT balder>
11380
11381         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11382
11383 2002-02-22    <johan AT balder>
11384
11385         * src/SDCCast.c: fixed bug #514865
11386
11387         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11388
11389 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11390
11391         * sdcc/src/SDCCloop.c:
11392         Previous fix was not good. basic blocks that have "break" or "return" are
11393         not really partof a loop , but live ranges used in these blocks should
11394         be live thru the entire loop, so set partOfLoop but don't add them to
11395         loop region
11396
11397 2002-02-21    <johan AT FRIJA>
11398
11399         * src/SDCCcse.c: fixed bug #514308
11400
11401 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11402
11403         * src/SDCCloop.c:
11404         Fixed BUG #519583. If a conditional block ended in a return/break
11405         statement inside a loop, it was not being considered part of the loop.
11406
11407         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11408
11409 2002-02-10  Karl Bongers <karl AT turbobit.com>
11410
11411         * debugger/*:
11412         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11413         with lots of comments and notes.
11414
11415         * device/examples/test2.c:
11416         Fix bug, "red" variable not being initialized(compiler complained).
11417
11418         * device/examples/Makefile, examples/test3.c:
11419         Add Makefile in device/examples folder, compiles test3.c
11420         for use as a multiple module SDCDB test case.
11421
11422         * sim/ucsim/cmd.src/cmdset.cc:
11423         Took out debug printfs in ucsim "next" command.
11424
11425         * sim/ucsim/xa.src:
11426         Karl and Johan start ucsim XA support.  Most dissassembly working,
11427         about 75% emulation done(plenty of work remaining).
11428
11429         * sim/ucsim/z80.src:
11430         Add Z80 support to ucsim, add test-ucz80 regression test,
11431         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11432         Notice z80 compiler fails on examples/test3.c/crc code.
11433
11434 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11435
11436         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11437         Added support for --parms-in-bank1
11438
11439         * src/ds390/peeph.def:
11440         added a few more peephole optimzations
11441
11442         * src/ds390/main.c:
11443         1) added __builtin_inp & __builtin_outp used to read in data of given length
11444            from a memory mapped port
11445         2) added __builtin_memcmp
11446         3) added __builtin_swapw swap bytes of a short
11447
11448         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11449         1) handle multiple send & receives from register bank1
11450         2) ralloc can now allocate DPTR1 to some liveRanges
11451
11452         * src/SDCCsymt.c, src/SDCCsymt.h:
11453         changes to handle multiple sends & receives
11454
11455         * src/SDCCptropt.h:
11456         added some pointer arithmetic optimization
11457
11458         * src/SDCCptropt.c:
11459         added some pointer arithmetic optimizations but not stable yet so not
11460         called from anywhere (will get this working shortly)
11461
11462         * src/SDCCopt.c: fixed for multiple sends & receives
11463
11464         * src/SDCCmain.c:
11465         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11466         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11467            set preprocessor defines (depending on options)
11468
11469         * src/SDCCicode.c, src/SDCCicode.h:
11470         changes made to handle multiple sends & receives
11471
11472         * src/SDCCglobl.h:
11473         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11474
11475         * src/SDCCcse.c, src/SDCCcse.h:
11476         added function findbackward def (to be used in upcoming optimization)
11477
11478         * src/SDCCcflow.c, src/SDCCcflow.h:
11479         added function returnAtEnd - to determine if a basic block terminates with
11480         a RETURN iCode
11481
11482         * src/SDCCast.c, src/SDCCast.h:
11483         added option parms-in-bank1
11484
11485         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11486         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11487         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11488         adjusted for --parms-in-bank1 option
11489
11490         * device/include/string.h:
11491         donot redefine "reentrant" keyword
11492
11493         * device/include/ds80c390.h: Added some more SFRs
11494
11495 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11496
11497         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11498
11499 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11500
11501         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11502
11503 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11504
11505         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11506
11507 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11508
11509         * Added --xram-movc option
11510
11511 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11512
11513         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11514
11515 2002-01-11  Johan Knol
11516
11517         * Added math lib of Jesus Calvino-Fraga
11518
11519 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11520
11521         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11522         * support/regression/Makefile: new target test-mcs51-stack-auto
11523         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11524
11525 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11526
11527         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11528
11529 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11530
11531         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11532
11533 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11534
11535         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11536
11537         * src/SDCCglue.h: add definition for printIvalChar()
11538
11539 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11540
11541         * src/SDCCast.c: fix #498138 by Johan
11542
11543         * src/SDCCglue.c: fix #498138 by Johan
11544
11545 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11546
11547         * support/regression/Makefile: fix clean
11548
11549         * support/regression/ports/ds390/support.c: fix transmission of last character
11550
11551 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11552
11553         * /sdcc/src/ds390/gen.c:
11554         a) improved computing address of stack variable
11555         b) took out some #if 0 code
11556         c) improved parmBytes adjustment
11557         d) improved genPlusIncr & genMinusIncr
11558         e) genCmp could generate bad code (when left assigned to DPTR)
11559         f) Fixed bug in hasInc
11560
11561         * /sdcc/src/ds390/ralloc.c:
11562         a) packRegsForSupport could mess up live information (Fixed)
11563         b) packRegsDPTRuse could be incorrect for left & right shift
11564
11565         * /sdcc/src/mcs51/ralloc.c:
11566         packRegsForSupport could mess up the live information (Fixed)
11567
11568         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11569
11570         * /sdcc/src/SDCCast.c:
11571         can reverse a loop even if function call is present as long
11572         as the loop control variable is local & is not passed as parameter
11573
11574 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11575
11576         * /sdcc/ChangeLog: *** empty log message ***
11577
11578         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11579         More builtin function additions for TININative
11580
11581         * /sdcc/src/ds390/ralloc.c:
11582         Had broken the regression testsuite
11583
11584         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11585
11586         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11587         Added funcattr hasStackParms will be set for reentrant functions when there
11588         are paramteres on the stack, this helps in minimizing frame pointer generation
11589         typeFromStr can handle function pointers now
11590
11591         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11592         *** empty log message ***
11593
11594 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11595
11596         * /src/ds390/gen.c, /src/ds390/main.c:
11597         More builtin function additions for TININative
11598
11599         * /src/ds390/ralloc.c:
11600         Had broken the regression testsuite
11601
11602         * /src/SDCCast.c: Fixed a bug in dumptree
11603
11604         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11605         Added funcattr hasStackParms will be set for reentrant functions when there
11606         are paramteres on the stack, this helps in minimizing frame pointer generation
11607         typeFromStr can handle function pointers now
11608
11609         * /doc/builtins.txt, /doc/TININative.txt:
11610         *** empty log message ***
11611
11612
11613 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11614
11615         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11616         ALPHA version for -mTININative
11617
11618         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11619         updated to reflect changes in the port structure
11620
11621         * /src/port.h:
11622         added function do_assemble (similar to do_link) if non-null this function
11623         will be called to do assembly (-mTININative) requires a multi command
11624         assembly
11625         added function genAssemblerEnd will be called to generate assembler Epilogue
11626
11627         * /src/SDCCsymt.c:
11628         added _JavaNative to debug info printing
11629
11630         * /src/SDCCmain.c: added option --tini-libid
11631         added port->do_assemble function (-mTININative) has a multi command assemble
11632
11633         * /src/SDCCglue.c: Disabled "constExpr" check
11634         added port->genAssemblerEnd function
11635
11636         * /src/SDCCglobl.h: Added option --tini-libid value
11637
11638         * /src/SDCCast.h:
11639         tookout optimizeCompare from the header (has no external references)
11640
11641         * /src/SDCCast.c: made one more function "static"
11642
11643 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11644
11645         * src/z80/mappings.i: Added z80asm support.
11646
11647         * src/z80/main.c: Added z80asm support on --asm=z80asm
11648
11649         * src/z80/gen.c: Fixed asm portability issues.
11650
11651         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11652
11653         * src/SDCCglue.c (printExterns): Added global/extern split.
11654
11655 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11656
11657         * support/regression/Makefile: added test for mcs51 model large
11658
11659         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11660
11661         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11662
11663 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11664
11665         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11666
11667 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11668
11669         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11670
11671         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11672
11673 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11674
11675         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11676
11677         * support/regression/tests/simplefloat.c: Port to mcs51.
11678
11679 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11680         * support/regression/tests/bug-485362.c: Added.
11681
11682         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11683
11684         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11685
11686         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11687
11688         * src/z80/gen.c (aopDump): Added a dump function.
11689
11690 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11691         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11692
11693         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11694
11695         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11696
11697         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11698
11699         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11700
11701         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11702
11703         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11704
11705         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11706
11707         * support/regression/ports/ds390/support.c: Use tinibios.
11708
11709         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11710
11711 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11712
11713         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11714         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11715
11716         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11717
11718         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11719
11720 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11721
11722         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11723
11724         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11725         (packRegsForIYUse): Created and optimised.
11726
11727 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11728
11729         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11730 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11731
11732         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11733
11734         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11735
11736         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11737
11738 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11739
11740         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11741
11742         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11743
11744 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11745
11746         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11747
11748         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11749
11750         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11751
11752 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11753
11754         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11755         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11756         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11757
11758         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11759
11760         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11761         (genNotFloat): Added.
11762         (genUminusFloat): Added.
11763
11764         * device/lib/z80/Makefile: Added floating pt stubs.
11765
11766         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11767
11768         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11769
11770         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11771
11772 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11773
11774         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11775
11776         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11777
11778         * sdcc/support/regression/Makefile: Add port ds390.
11779
11780         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11781
11782         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11783
11784         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11785
11786         * sdcc/support/regression/ports/ds390/support.c: Added.
11787
11788         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11789
11790         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11791
11792         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11793
11794 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11795
11796         * device/include/malloc.h: Added z80 and gbz80 support.
11797
11798         * device/lib/gbz80/heap.s: Added.
11799
11800         * device/lib/z80/heap.s: Added.
11801
11802         * device/lib/malloc.c: Added z80 and gbz80 support.
11803
11804         * support/regression/tests/malloc.c (testMalloc): Added.
11805
11806         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11807
11808         * support/regression/tests/bug-478094.c: Added.
11809
11810         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11811
11812 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11813
11814         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11815
11816         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11817
11818         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11819
11820         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11821
11822         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11823
11824 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11825
11826         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11827
11828 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11829
11830         * support/regression/tests/bug-477927.c: Added.
11831
11832         * src/z80/peeph.def: Added minor rules.
11833
11834         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11835
11836         * src/z80/peeph.def: Added jump optimisation modification.
11837
11838 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11839
11840         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11841
11842 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11843
11844         * support/regression/tests/funptrs.c: Added.
11845
11846 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11847
11848         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11849
11850 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11851
11852         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11853
11854         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11855
11856         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11857         (movLeft2ResultLong): Created.
11858
11859         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11860         (joinPushes): Added.  Joins two char pushes into a word push.
11861
11862 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11863
11864         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11865
11866         * support/makebin/Makefile (install): Added creation of dest dir.
11867
11868 2001-10-24 Karl Bongers <karl AT turbobit.com>
11869
11870         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11871
11872 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11873
11874         * src/z80/ralloc.c: Turned off faulty pack for one use.
11875
11876         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11877
11878         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11879
11880 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11881
11882         * support/regression/Makefile: Improved clean
11883
11884         * support/regression/ports/gbz80/spec.mk: Added clean
11885
11886         * support/regression/ports/host/spec.mk: Added clean
11887
11888         * support/regression/ports/z80/spec.mk: Added clean
11889
11890         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11891
11892         * support/regression/ports/mcs51/timeout.c: little improvements
11893
11894 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11895
11896         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11897
11898         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11899
11900         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11901
11902 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11903
11904         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11905
11906         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11907
11908 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11909         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11910
11911         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11912
11913         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11914
11915         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11916
11917         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11918
11919         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11920
11921         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11922
11923         * support/regression/tests/longor.c: Added.
11924
11925 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11926
11927         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11928
11929         * as/mcs51/aslink.h: define PATH_MAX
11930
11931         * as/mcs51/asm.h: define PATH_MAX
11932
11933         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11934
11935         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11936
11937         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11938
11939         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11940
11941         * src/SDCCglobl.h: define PATH_MAX
11942
11943         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11944
11945         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11946
11947 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11948
11949         * src/z80/gen.c (gencjneshort): Fixed
11950
11951         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11952
11953 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11954
11955         * support/regression/tests/bug-469671.c: Added.
11956
11957         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11958
11959 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11960
11961         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11962
11963         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11964
11965 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11966
11967         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11968
11969         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11970
11971         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11972
11973         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11974
11975         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11976
11977         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11978
11979         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11980
11981 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11982
11983         * 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.
11984
11985         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11986
11987         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11988
11989 2001-10-07    <johan AT FRIJA>
11990
11991         * device/lib/gets.c (gets): fixed the return value.
11992
11993 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11994         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11995
11996         * 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.
11997
11998         * 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.
11999
12000         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12001
12002         * src/pic/gen.c: Removed Safe_strdup.
12003
12004         * configure.in: Added option to enable libgc support.
12005
12006         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12007         (bitVectUnion): Optimised.
12008         (bitVectIntersect): Optimised.
12009         (bitVectBitsInCommon): Optimised.
12010         (bitVectCplAnd): Optimised.
12011
12012         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12013
12014 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12015
12016         * src/SDCCmain.c: distinguish between assembler debug and plain options
12017
12018         * src/avr/main.c:   remove standard assembler options
12019
12020         * src/ds390/main.c: remove standard assembler options
12021
12022         * src/mcs51/main.c: remove standard assembler options
12023
12024         * src/port.h: removed "PENDING" comment
12025
12026 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12027
12028         * src/device/lib/_mulint.c  : new, with assember functions
12029
12030         * src/device/lib/_mullong.c : new, with assember functions
12031
12032         * src/device/lib/_divuint.c : with assember functions
12033
12034         * src/device/lib/_divsint.c : with assember functions
12035
12036         * src/device/lib/_divulong.c: with assember functions
12037
12038         * src/device/lib/_divslong.c: with assember functions
12039
12040         * src/device/lib/_moduint.c : with assember functions
12041
12042         * src/device/lib/_modsint.c : with assember functions
12043
12044         * src/device/lib/_modulong.c: with assember functions
12045
12046         * src/device/lib/_modslong.c: with assember functions
12047
12048         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12049
12050         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12051
12052         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12053                                       replaced _mululong.c and _mulslong.c by _mullong.c
12054
12055 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12056
12057         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12058
12059 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12060
12061         * src/SDCCglue.c: test, if win32api is available for MINGW
12062
12063 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12064
12065         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12066         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12067         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12068         * support/regression/ports/host/spec.mk: removed GENERIC
12069         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12070         * support/regression/ports/z80/spec.mk: removed GENERIC
12071
12072 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12073
12074         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12075
12076         * support/regression/tests/bug-467035.c: Created.
12077
12078 2001-10-01    <johan AT FRIJA>
12079
12080         * src/SDCC.y: fixed bug #466586 part 1
12081
12082 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12083
12084         * SDCCicode.c: z80 has no generic pointers
12085         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12086
12087 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12088
12089         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12090
12091 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12092
12093         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12094
12095         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12096
12097 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12098
12099         * configure.in: Fixed up so that ucsim is only configured once.
12100
12101         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12102
12103         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12104         (getPathDifference): As above.
12105
12106         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12107
12108         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12109
12110 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12111         * .version: Updated to 2.3.1
12112
12113         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12114         Added copyright header.
12115
12116         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12117         (assemble): Added support for macro based assembler commands.
12118         (linkEdit): Added support for macro based linker commands.
12119         (preProcess): Changed the pre-processor to use macros.
12120         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12121         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12122
12123         * device/lib/z80/crt0.s: Added module name for debugging.
12124
12125 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12126
12127         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12128
12129         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12130
12131         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12132
12133         * src/Makefile.in: Added SDCCmacro and SDCCutil
12134
12135 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12136
12137         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12138
12139 2001-09-16    <johan AT FRIJA>
12140
12141         * 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.
12142
12143 2001-09-15    <johan AT FRIJA>
12144
12145         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12146         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12147
12148 2001-09-11    <johan AT FRIJA>
12149
12150         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12151
12152 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12153
12154         * support/regression/tests/bug-460444.c: Added test case.
12155
12156         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12157         (genCast): Added justification for all of the asserts.
12158
12159 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12160
12161         * support/regression/support.c: _xdata replaced by xdata
12162
12163         * support/regression/spec.mk: removed _generic
12164
12165 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12166
12167         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12168
12169         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12170         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12171
12172         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12173
12174         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12175
12176         * support/regression/tests/bug-460010.c: Added test case.
12177
12178         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12179
12180 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12181
12182         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12183
12184         * support/regression/testfwk.c: removed workaround for bug #436344
12185
12186         * support/regression/tests/bp.c: use less memory with mcs51
12187
12188         * support/regression/tests/bug-441448.c: use less memory
12189
12190         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12191
12192         * support/regression/collate-results.py: typo
12193
12194 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12195
12196         * support/regression/tests/fetchoverlap.c: Added new test case.
12197
12198         * support/regression/tests/bp.c: Added new test case.
12199
12200         * support/regression/tests/bug-448984.c: Added new test case.
12201
12202         * support/regression/tests/pow2shifts.c: Added new test case.
12203
12204         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12205         (genlshTwo): Fixed right shift for count > 8.
12206
12207         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12208
12209 2001-09-08    <johan AT FRIJA>
12210
12211         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12212
12213 2001-09-07    <johan AT FRIJA>
12214
12215         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12216
12217         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12218
12219 2001-09-06    <johan AT FRIJA>
12220
12221         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12222         * bernhard noted me at this: "() equals to (void)" (1.38)
12223
12224 2001-09-05    <johan AT FRIJA>
12225
12226         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12227
12228 2001-09-04    <johan AT FRIJA>
12229
12230         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12231
12232
12233 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12234
12235         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12236
12237 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12238
12239         * link/z80/aslink.h: Fixed path for PATH_MAX
12240
12241 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12242
12243         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12244
12245         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12246
12247         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12248
12249         * 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.
12250
12251 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12252
12253         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12254         (genCmp): Fixed up genCmp for the GB with longs.
12255
12256         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12257
12258         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12259
12260         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12261
12262         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12263
12264 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12265
12266         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12267
12268 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12269
12270         * 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.
12271
12272         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12273
12274 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12275
12276         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12277
12278         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12279
12280 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12281
12282   * sim/ucsim/configure:    little improvement of Cygwin-detection
12283   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12284   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12285   * support/regression/tests/bug-221100.c: small changes for mcs51
12286   * support/regression/tests/bug-221168.c: small changes for mcs51
12287   * support/regression/tests/bug-227710.c: small changes for mcs51
12288   * support/regression/tests/staticinit.c: small changes for mcs51
12289   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12290   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12291   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12292
12293 $Revision$