* sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
[fw/sdcc] / ChangeLog
1 2006-08-20 Borut Razem <borut.razem AT siol.net>
2
3         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
4           removed cl_listen_console::match(), cl_console::match(),
5           restructured cl_commander::proc_input()
6
7 2006-08-16 Borut Razem <borut.razem AT siol.net>
8
9         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
10           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
11           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
12
13 2006-08-14 Borut Razem <borut.razem AT siol.net>
14
15         * support/regression/Makefile.in,
16           support/regression/ports/pic14/gpsim.cmd,
17           support/regression/ports/pic14/spec.mk,
18           support/regression/ports/pic14/support.c:
19           added pic14 regression test
20
21 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
22
23         * as/doc/asxhtm.html: documented changed ABS behaviour
24         * as/doc/README: fixed some typos
25
26 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
27
28         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
29           not defined on host
30
31 2006-08-12 Borut Razem <borut.razem AT siol.net>
32
33         * support/regression/fwk/include/testfwk.h,
34           support/regression/fwk/lib/testfwk.c,
35           support/regression/generate-cases.py,
36           support/regression/Makefile.in:
37           regression test framework does not depend on function pointers and
38           variable arguments
39
40 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
41
42         * device/include/stddef.h: c temporary hack to fix bug 1518273
43
44 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
45
46         * device/include/mcs51/cc2510fx.h: added
47         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
48           to projects.
49
50 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
51
52         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
53         * as/z80/Makefile.in: added strcmpi.c
54         * as/z80/z80adr.c: added upper case registers and lower case conditionals
55         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
56
57 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
58
59         * device/lib/gbz80/asm_strings.s,
60         * device/lib/gbz80/crt0_rle.s,
61         * device/lib/gbz80/div.s,
62         * device/lib/gbz80/mul.s,
63         * device/lib/gbz80/shift.s,
64         * device/lib/z80/asm_strings.s,
65         * device/lib/z80/crt0_rle.s,
66         * device/lib/z80/div.s,
67         * device/lib/z80/mul.s,
68         * device/lib/z80/shift.s: changed to all lower case menmonics except the
69           flags which are all upper case
70
71 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
72
73         * as/z80/asm.h: made CASE_SENSITIVE 1
74         * link/z80/aslink.h: made CASE_SENSITIVE 1
75         * src/z80/gen.c (throughout): made all conditionals upper case
76         * support/regression/tests/bug1503067.c: new
77
78 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
79
80         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
81           (shiftIntoPair): added case 2 for PAIR_IY,
82           (setupToPreserveCarry): replaced parameters with iCode and check if
83            PAIR_DE is in use to fix bug 1399290,
84           (genPlus, genMinus): updated call to setupToPreserveCarry
85         * support/regression/tests/bug1399290.c: new
86
87 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
88
89         * device/lib/Makefile.in (Z80SOURCES): enabled float support
90         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
91         * src/ds390/gen.c (shiftRLong),
92         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
93         * src/mcs51/gen.c (sameReg): changed to sameByte,
94           (xch_a_aopGet): new,
95           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
96            shiftRLong): fixed bug 1533966
97         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
98           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
99         * support/regression/Makefile.in: disabled z80, enabled ucz80
100         * support/regression/tests/float_trans.c: enabled test for z80 and host
101         * support/regression/tests/shifts2.c: new, for testing bug 1533966
102
103 2006-08-01 Borut Razem <borut.razem AT siol.net>
104
105         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
106           comparison is always false due to limited range of data type
107           on PPC64 machine (openpower-linux1) where "char = unsigned char"
108
109 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
110
111         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
112         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
113         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
114         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
115
116 2006-07-31 Borut Razem <borut.razem AT siol.net>
117
118         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
119           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
120           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
121           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
122           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
123           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
124           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
125           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
126           enable ucsim mingw compilation. Serial port is disabled,
127           since it uses termios.h API, which is not available on native
128           WIN32
129
130 2006-07-31 Borut Razem <borut.razem AT siol.net>
131
132         * Small Device C Compiler 2.6.0 released
133         * support/scripts/sdcc.nsi: added FULL_DOC option
134         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
135
136 2006-07-28 Borut Razem <borut.razem AT siol.net>
137
138         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
139         * doc/INSTALL.txt: updated
140
141 2006-07-27 Borut Razem <borut.razem AT siol.net>
142
143         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
144           device/lib/pic/libdev/Makefile.in: fixed bug
145           [ 1438354 ] pic libsdcc: distclean doesn't work
146         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
147           device/lib/pic16/libio/Makefile.in: fixed bug
148           [ 1438344 ] pic16 lib: clean doesn't work properly
149         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
150
151 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
152
153         * device/lib/pic/libsdcc/fsdiv.c,
154         * device/lib/pic/libsdcc/fsmul.c,
155         * device/lib/pic16/libsdcc/float/fsdiv.c,
156         * device/lib/pic16/libsdcc/float/fsmul.c,
157         * device/lib/_fsdiv.c,
158         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
159         * support/regression/tests/bug1520966.c: added
160         * doc/knownbugs.html: removed [ 1520966 ] from the list
161
162 2006-07-25 Borut Razem <borut.razem AT siol.net>
163
164         * configure.in, configure, sdccconf_in.h: fixed bug
165           [ 1519095 ] regression test onebyte.c fails on ppc64 host
166         * doc/knownbugs.html: removed [ 1519095 ] from the list
167
168 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
169
170         * doc/knownbugs.html: added, contains list of known bugs at release
171         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
172
173 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
174
175         * device/include/mcs51/compiler.h: added SFRX for xdata based special
176           function registers and corrected defaults with additional warning
177         * device/lib/malloc.c: cosmetic changes
178         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
179         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
180           (fillGaps): and used it
181
182 2006-07-20 Raphael Neider <rneider AT web.de>
183
184         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
185           output unless SDCCPICDEBUG is set
186         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
187           output if SILENT is set
188
189 2006-07-11 Borut Razem <borut.razem AT siol.net>
190
191         * doc/README.txt: updated
192
193 2006-07-10 Borut Razem <borut.razem AT siol.net>
194
195         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
196           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
197           in WIN32 installation
198         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
199           release candidate 1
200
201 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
202
203         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
204         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
205
206 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
207
208         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
209
210 2006-07-06 Borut Razem <borut.razem AT siol.net>
211
212         * support/regression/tests/bitfields.c:
213           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
214         * support/regression/tests/constantRange.c:
215           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
216
217 2006-07-04 Borut Razem <borut.razem AT siol.net>
218
219         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
220           src/port.mk,
221           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
222           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
223           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
224           reverted changes from 2006-07-03
225         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
226         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
227           added CPPFLAGS, used by the host port
228
229 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
230
231         * support/regression/valdiag/tests/switch.c,
232         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
233         * support/regression/tests/libmullong.c: fixed for host
234         * support/regression/ports/host/spec.mk: disable all warnings for host,
235         SDCC runs with --less-pedantic too
236
237 2006-07-03 Borut Razem <borut.razem AT siol.net>
238
239         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
240           defined CPPFLAGS
241         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
242         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
243           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
244           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
245           include ../port.mk
246         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
247           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
248           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
249           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
250
251 2006-07-02 Raphael Neider <rneider AT web.de>
252
253         * src/pic16/devices.inc,
254         * device/include/pic16/pic18fregs.h,
255         * device/include/pic16/pic18f4550.h,
256         * device/lib/pic16/pics.all,
257         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
258
259 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
260
261         * as/hc08/lkaomf51.c (OutputName),
262         * as/mcs51/lkaomf51.c (OutputName),
263         * as/z80/asmain.c (asmbl),
264         * src/ds390/main.c (asmLineNodeFromLineNode),
265         * src/hc08/ralloc.c (hc08_assignRegisters),
266         * src/mcs51/main.c (asmLineNodeFromLineNode),
267         * src/xa51/ralloc.c (checkRegMask),
268         * src/xa51/gen.c (emitcode),
269         * src/z80/gen.c (_emit2),
270         * src/SDCCast.c (searchLitOp),
271         * src/SDCCglobl.h,
272         * support/packihx/packihx.c,
273         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
274         * src/ds390/gen.c (aopPutUsesAcc),
275         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
276         * support/regression/tests/libmullong.c (mullong_wrapper),
277         * src/SDCCsymt.c (powof2),
278         * src/SDCCast.c,
279         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
280         * src/SDCCsymt.h: added TYPE_TARGET_*
281         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
282         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
283         SDCCast because 1) header problems 2) this is the right place
284         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
285         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
286         prototype
287
288 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
289
290         * src/SDCCicode.h: removed buggy semicolon in unused macro
291         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
292         search for previous definiton of auto symbols too,
293         (findPrevUse): fixed logic of emitWarnings
294
295 2006-06-26 Raphael Neider <rneider AT web.de>
296
297         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
298           PCLATH and PCLATU on interrupts, potentially fixes #1505141
299
300 2006-06-25 Raphael Neider <rneider AT web.de>
301
302         * device/lib/pic/libm: NEW, added math library functions
303         * device/lib/pic/libsdcc: NEW; added float support functions
304         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
305         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
306           NEW, added math related headers
307         * device/include/asm/pic/features.h: NEW
308         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
309           (popGet): allow larger offsets for AOP_PCODE,
310           (genDataPointerSet): handle literals explicitly, more debug output,
311           (genAssign): fixed for float using aopLiteral ;-)
312         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
313           GOTO initialisation routine
314         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
315           flag on registers, fixes #1469043 (local variables do not work)
316         * src/pic/main.c (_pic14_do_link),
317         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
318           available
319
320 2006-06-25 Borut Razem <borut.razem AT siol.net>
321
322         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
323           characters printed (not including the trailing '\0' used to end
324           output to strings). Problem detected in regression test bug-927659.c.
325           NOTE: printf() family functions should return int instead
326           unsigned int!
327         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
328           specifier are printed as themselves
329         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
330           support flags, width and precision specifiers
331
332 2006-06-24 Borut Razem <borut.razem AT siol.net>
333
334         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
335           to the list of sdcc tagrets not supporting bit type
336         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
337           testfor pic16 due to bug:
338           [ 1511794 ] pic16: regression test bug-895992.c fails
339
340 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
341
342         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
343         * src/SDCCglue.c (initPointer), fixed bug 1496419
344         * support/regression/tests/bug1496419.c: new, added
345
346 2006-06-22 Borut Razem <borut.razem AT siol.net>
347
348         * support/regression/ports/pic16/support.c: use gpsim usart module from
349           libgpsim_modules library
350
351 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
352
353         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
354         IP0H to IPH0.
355
356 2006-06-19 Raphael Neider <rneider AT web.de>
357
358         * src/pic/glue.h,src/pic16/glue.h: added prototypes
359         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
360           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
361           (pic14printExterns,pic14printPublics,pic16printPublics,
362           pic16_printExterns): use new functions to emit symbols
363           (picglue,pic16glue): emit publics before emitting externs
364         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
365           locally defined functions to avoid bug #1443651
366         * support/regression/tests/bug-716242.c: removed pic16 workaround
367         * support/regression/ports/pic16/spec.mk: ignore errors during build
368
369 2006-06-19 Raphael Neider <rneider AT web.de>
370
371         * src/pic/glue.h: added pic14aopLiteral prototype
372         * src/pic/glue.c (pic14aopLiteral): return unsigned int
373         * src/pic/gen.c: removed stdint.h dependency
374           (aopGet): use Safe_strdup()
375           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
376           (genDataPointerSet): use pic14aopLiteral()
377         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
378           for pic16; thanks to Bernhard and Maarten
379
380 2006-06-18 Borut Razem <borut.razem AT siol.net>
381
382         * support/regression/tests/structflexarray.c: flexible array members
383           not supported by gcc < 3
384         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
385           GUI tool by default
386         * src/pic/gen.c: don't include [p]strdin.h on solaris
387         * support/Util/pstdint.h: addad svn attributes
388         * support/regression/tests/constantRange.c,
389           support/regression/tests/rotate.c: include inttypes.h instead
390           stdint.h on solaris, addad svn attributes
391
392 2006-06-18 Raphael Neider <rneider AT web.de>
393
394         * src/SDCCsymt.c (initCSupport): change return type of divschar to
395           int for PIC16
396         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
397           (pic16_genMinusBits): simplified sign-extension
398           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
399             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
400             adjusted to correctly handle mixed-signed operands, disabled
401             now unused multiplciation routines
402         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
403           (assignResultValue): added argument denoting the size of the result
404             as returned by the function (fixes upcasts in assigning from
405             function calls: char foo(); int i = foo();)
406           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
407             function result to assignResultValue
408           (genMult): disabled inlined multiplication code
409           (genDiv): augmented to also handle the modulus operator, fixed to
410             handle mixed-signed operands correctly
411           (genMod): simply call genDiv, disabled unused code
412           (genAssign): fixed missing (sign-)extension on result
413         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
414             valid char operands, allow signed operands for native code, added
415             division and modulo operator handling
416         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
417
418         As a consequence, onebyte.c (if split into two files) and muldiv.c
419         pass regression tests.
420
421 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
422
423         * doc/Makefile.in: two runs of makeindex seem needed to get
424         correct page references in the index of sdccman.pdf
425         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
426
427 2006-06-17 Borut Razem <borut.razem AT siol.net>
428
429         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
430
431 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
432
433         * doc/sdccman.lyx: updated, added (porting source code, debugging),
434         mentioned ec2drv and paulmon
435
436 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
437
438         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
439           consecutive abs areas
440           (find_empty_space, allocate_space): added map to handle codemap or
441            xdatamap,
442           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
443            absolute idata and xdata
444         * as/mcs51/lkmem.c (summary2): updated legend
445
446 2006-06-16 Raphael Neider <rneider AT web.de>
447
448         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
449
450 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
451
452         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
453           1208515
454         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
455
456 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
457
458         * src/port.h (struct PORT): added field gp_tags, to hold the tag
459         value of generic pointers,
460         * src/avr/main.c,
461           src/ds390/main.c,
462           src/hc08/main.c,
463           src/izt/i186.c,
464           src/izt/tlcs900h.c,
465           src/mcs51/main.c,
466           src/pic/main.c,
467           src/pic16/main.c,
468           src/xa51/main.c,
469           src/z80/main.c: PORT structure, added elements for gp_tags field,
470         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
471         fields in the PORT structure of each port,
472         * src/SDCCast.c (decorateType): allow processing of generic pointers
473         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
474         S_FIXED symbols
475
476 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
477
478         * link/z80/lkgb.c,
479         * link/z80/lkgg.c,
480         * src/pic16/gen.c,
481         * src/pic16/main.c,
482         * src/pic16/pcode.c,
483         * src/pic/main.c,
484         * src/pic/pcoderegs.c,
485         * src/SDCCicode.c,
486         * src/SDCCmain.c,
487         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
488           bug 1504689 on minGW
489
490 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
491
492         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
493
494 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
495
496         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
497
498 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
499
500         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
501           for optimization
502
503 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
504
505         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
506         to a char variable. Fixed bug #1504211
507         * device/include/pic16/adc.h,
508         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
509         and fixed bug #1364390
510
511 2006-06-10 Borut Razem <borut.razem AT siol.net>
512
513         * CVSROOT: removed the CVS left-over
514
515 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
516
517         * as/hc08/asmain.c (asexit),
518         * as/hc08/lkmain.c (lkexit),
519         * as/mcs51/asmain.c (asexit),
520         * as/mcs51/lkmain.c (lkexit),
521         * src/SDCCglue.c (DEFSETFUNC),
522         * src/SDCCmain.c (linkEdit, assemble),
523         * support/librarian/sdcclib.c (AddRel),
524           replaced unlink() by standard C remove()
525         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
526         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
527           gatherImplicitVariables): new, added to fix bug 608752,
528           (createFunction): added gatherImplicitVariables()
529         * src/SDCCast.h: added createRMW prototype
530         * src/SDCCsymt.h (struct symbol): added infertype
531         * support/regression/tests/bug608752.c: new, added
532
533 2006-06-10 Raphael Neider <rneider AT web.de>
534
535         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
536           multibyte dummy reads (fixes #1503234)
537
538 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
539
540         * device/include/mcs51/compiler.h: new, added header file to enable
541           creating common sfr definition header files for different compilers
542
543 2006-06-05 Raphael Neider <rneider AT web.de>
544
545         * src/pic16/{pcode.h,genarith.c}:
546           introduced pCodeOp combining any two pCodeOps (previously only
547           two register operands could be combined), removed pcop2 from
548           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
549         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
550         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
551           rewritten to use new PO_TWO_OPS
552         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
553         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
554           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
555           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
556           (pic16_get_op): embraced return arg to allow #define return(x),
557             added new case for combined opcodes
558           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
559           (pic16_pCode2str,pic16_getRegFrompCodeOp,
560            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
561
562 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
563
564         * src/SDCCval.c (checkConstantRange): added
565         * src/SDCCval.h: added checkConstantRange
566         * support/Util/SDCCerr.c,
567         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
568         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
569         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
570         * src/SDCCast.c (decorateType): added checkConstantRange,
571         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
572         can be emitted with the correct always true/false warning,
573         added optimization for double '!';
574         result of decorateType() must be assigned back to the tree, because
575         decorateType() can change the tree
576         * src/SDCCicode.c (geniCodeLogic),
577         (geniCodeAssign): replaced new checkConstantRange, added warnings,
578         (checkConstantRange): removed, it was only a fragment which never
579         emitted a warning
580         * src/SDCCsymt.c (computeType): fixed promotion for
581         "-1 < (unsigned bit) b"
582         * src/pic/ralloc.c (packRegsForAssign),
583         * src/pic16/ralloc.c (packRegsForAssign),
584         * src/hc08/ralloc.c (packRegsForAssign),
585         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
586         from mcs51
587         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
588         * support/regression/tests/constantRange.c: added
589         * support/valdiag/tests/constantRange.c: added
590         * support/valdiag/valdiag.py: added -DPORT_HOST=1
591
592 2006-06-02 Borut Razem <borut.razem AT siol.net>
593
594         * support/regression/ports/pic16/support.c: increase stack size
595           to 255 bytes
596         * support/regression/Makefile.in: sort tests by name so that the
597           resutlts can be compared on different machines / platforms
598
599 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
600
601         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
602         * src/ds390/gen.c (emitLabel): new, added,
603           (genDjnz): fixed stack overflow bug,
604           (throughout): cosmetic changes to sync with mcs51/gen.c,
605           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
606         * src/mcs51/gen.c (genEndFunction): small optimization,
607           (throughout): cosmetic changes to sync with ds390/gen.c
608
609 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
610
611         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
612           (_print_format): fixed printing pointers
613         * src/mcs51/gen.c (emitLabel, movb): new, added,
614           (genAssign): small optimization,
615           (genDjnz): fixed stack overflow bug,
616           (throughout): replaced sprintf with SNPRINTF,
617           replaced mcs51_regWithIdx with REG_WITH_INDEX,
618           replaced emitcode("mov", "b,...") with MOVB(...),
619           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
620           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
621         * src/mcs51/peeph.def: added rules 140 and 264
622         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
623           so they may get optimized into registers
624
625 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
626
627         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
628           immediately when encountered,
629           (printUsage): always use stderr even on windows
630
631 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
632
633         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
634         (processParms): fixed bug #1247551
635         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
636         parseCmdLine, main): print '--version' to stdout,
637         print 'help' to stdout if --help is given,
638         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
639         arguments are given; fixed --help
640
641 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
642
643         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
644         * support/regression/tests/bug-1493710.c: added
645
646 2006-05-27 Borut Razem <borut.razem AT siol.net>
647
648         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
649           static instead auto
650         * support/regression/ports/pic16/support.c: increase stack size
651           from default 64 bytes to 128 bytes
652         * support/regression/tests/staticinit.c,
653           support/regression/tests/float.c: regression tests fully enabled
654           for pic16 port by putting the initialized data arrays into the code
655           section
656         * support/regression/ports/pic16/spec.mk: don't link default libraries.
657           This was changed by mistake in the previous version.
658
659 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
660
661         * src/pic16/gen.c (genFunction, genEndFunction): some
662         beautifications, fixed bug with falsely restoring FSR2 in large
663         stack model, thanks to Beau E. Cox for reporting the bug
664
665 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
666
667         * debugger/mcs51/break.c,
668         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
669           use %p to print pointers, made address variables unsigned
670         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
671         * debugger/mcs51/symtab.c (parseSymbol): must return something
672         * src/mcs51/gen.c (aopForSym): small optimization,
673            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
674           (freeAsmop): added missing break,
675           (aopPut): removed parameter bvolatile, determine it inside the function,
676           (saveRegisters, unsaveRegisters): small optimization,
677           (genIpush): removed pointless check,
678           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
679           replaced sprintf with SNPRINTF,
680           replaced strcpy with strncpyz,
681           updated aopPut calls,
682           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
683         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
684
685 2006-05-24 Borut Razem <borut.razem AT siol.net>
686
687         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
688           modification of test for the pic16 port, put the array to the code
689           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
690
691 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
692
693         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
694         * support/Util/pstdint.h: added
695
696 2006-05-22 Borut Razem <borut.razem AT siol.net>
697
698         * src/regression/Makefile: removed bool2.c test, added -q linker option
699         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
700           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
701           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
702           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
703           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
704           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
705           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
706           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
707           define SUPPORT_BIT_TYPES 0, removed unused bit variables
708
709 2006-05-22 Raphael Neider <rneider AT web.de>
710
711         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
712           bug #1492360 (problematic due to generic pointers, see code)
713
714 2006-05-22 Borut Razem <borut.razem AT siol.net>
715
716         * support/regression/ports/pic16/specs.mk: removed stack size linker
717           directive
718         * support/regression/tests/array.c,
719           support/regression/tests/bitopcse.c,
720           support/regression/tests/bug-908454.c,
721           support/regression/tests/malloc.c: modified for pic16 regression test
722         * support/regression/tests/bitfields.c:
723           pic16 - excluded bitfileds of size > 8
724         * support/regression/tests/bp.c: pic16 - reduced data size
725         * support/regression/tests/bug-221100.c: pic16 - reduced data size
726         * support/regression/tests/bug-460010.c:
727           pic16 - used the absolute address the fits in memory
728         * support/regression/tests/bug-716242.c:
729           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
730         * support/regression/tests/float.c:
731           pic16 - excluded - data size too big
732         * support/regression/tests/onebyte.c:
733           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
734         * support/regression/tests/shifts.c:
735           pic16 - function names probably have to differ in first X characters
736           (gpasm limitation?)
737         * support/regression/tests/staticinit.c:
738           pic16 - excluded some tests due error: no target memory available for
739           section ".idata"
740
741 2006-05-22 Borut Razem <borut.razem AT siol.net>
742
743         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
744           second try. Thanks Stas Sergeev once more.
745
746 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
747
748         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
749           (genLeftShift, genRightShift): fixed bug 1491627
750         * src/hc08/peeph.def (rules 7, 8.x): added
751         * support/regression/tests/shifts.c (ShiftLeftByParam,
752           ShiftRightByParam, testShiftByParam): added to test variable shifting
753
754 2006-05-20 Raphael Neider <rneider AT web.de>
755
756         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
757         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
758           (allocReg): add only new registers to dynAllocRegs,
759           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
760             #1489055, #1445850, and probably #1483693
761
762 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
763
764         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
765         bug in for-loop that didn't emit the last of CONFIG and ID registers
766
767 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
768
769         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
770           with offset
771         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
772           1489016, 1434401 and 1490124
773         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
774           1489016, 1434401 and 1490124
775
776 2006-05-17 Borut Razem <borut.razem AT siol.net>
777
778         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
779           thanks Stas Sergeev
780
781 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
782
783         * device/include/mcs51/P89c51RD2.h,
784         * device/include/mcs51/P89LPC901.h,
785         * device/include/mcs51/P89LPC922.h,
786         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
787
788 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
789
790         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
791         to fix missing stack pragma in compiled binary object file,
792
793 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
794
795         * support/packihx/configure.in,
796         * support/packihx/configure: removed warning, autoconf >= 2.5x can
797         determine sizeof basic types even while cross compiling
798
799 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
800
801         * src/avr/gen.c (aopop),
802         * src/ds390/gen.c (aopOp),
803         * src/hc08/gen.c (aopOp),
804         * src/mcs51/gen.c (aopop),
805         * src/pic16/gen.c (pic16_aopOp),
806         * src/pic/gen.c (aopOp),
807         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
808         if size of operand is smaller than spill location
809
810 2006-05-12 Borut Razem <borut.razem AT siol.net>
811
812         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
813           have to have CR/LF line endings even if they are checked out on *nix
814           or on WIN32 in cygwin binmode
815
816 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
817
818         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
819         * device/include/ds80c390.h: added sfr16 definitions
820         * src/ds390/gen.c,
821         * src/ds390/gen.h,
822         * src/ds390/main.c,
823         * src/ds390/ralloc.c,
824         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
825           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
826           bit returning functions
827         * support/regression/tests/sfr16.c: enabled test on ds390
828
829 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
830
831         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
832         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
833
834 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
835
836         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
837         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
838           (cl_address_space constructor): removed expensive initialization,
839           (cl_address_space::get_cell): extended for late initialization,
840           (cl_address_space::*): use late initialization,
841           (cl_address_decoder::activate): removed expensive initialization,
842           This reduced regression test running time by 25%
843
844 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
845
846         * packihx/,
847         * configure.in,
848         * configure,
849         * sdcc.dsw,
850         * Makefile.bcc,
851         * Makefile.in,
852         * support/packihx/Makefile.in,
853         * support/packihx/clean.mk,
854         * support/packihx/Makefile.bcc,
855         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
856
857 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
858
859         * src/SDCCval.c (valNot): fix for regression test failure
860           of not.c on big endian hosts
861
862 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
863
864         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
865
866 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
867
868         * device/lib/mcs51/Makefile.in: changed string comparison operator
869           to = for POSIX compliance; == is bash extension
870
871 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
872
873         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
874           kosmonaut_pirx
875
876 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
877
878         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
879         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
880         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
881         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
882         bug report #1478657,
883
884 2006-05-05 Borut Razem <borut.razem AT siol.net>
885
886         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
887           making the html
888
889 2006-05-02 Borut Razem <borut.razem AT siol.net>
890
891         * doc/Makefile.in: removed *.ind dependency since there is no rule to
892           create *.ind, which made make to fail if invoked with -j 2
893
894 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
895
896         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
897           Hubert Sack for patch 1479782
898
899 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
900
901         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
902
903 2006-05-01 Raphael Neider <rneider AT web.de>
904
905         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
906           (create_pic): store only prefix-free device name,
907           (init_pic): check for device names with "16" prefix,
908           (list_valid_pics),
909         * src/pic/device.h (struct PIC_device),
910         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
911             stored device name,
912         * device/include/pic/pic12f{635,675,629,683}.h,
913         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
914         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
915         * device/include/pic/pic16f505.h,
916         * device/lib/pic/libdev/pic16f505.c: removed
917         * device/include/pic/pic14devices.txt: added support for pic12f
918             devices, removed unsupported non 16-bit devices
919             [above changes provided by patch from Zik Saleeba]
920         * src/pic/*, src/pic16/*, device/include/pic16/*,
921           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
922
923 2006-05-01 Borut Razem <borut.razem AT siol.net>
924
925         * configure.in, configure, doc/Makefile.in:
926           sync with nightly build makefile - latex, dvipdf and dvips
927           not needed any more
928
929 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
930
931         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
932         in the library source
933
934 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
935
936         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
937
938 2006-04-28 Raphael Neider <rneider AT web.de>
939
940         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
941         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
942           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
943         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
944
945 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
946
947         * device/lib/pic/libdev/Makefile.in,
948         * device/lib/hc08/Makefile.in,
949         * device/lib/gbz80/Makefile.in,
950         * device/lib/z80/Makefile.in,
951         * device/lib/ds390/Makefile.in,
952         * device/lib/ds400/Makefile.in: added srcdir to include search path,
953         thanks to Borut for the bug report
954         * configure.in,
955         * configure: always create doc/Makefile independent from --enable-doc
956         * Makefile.in: always install from directory doc independent from
957         --enable-doc
958         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
959         removed
960         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
961         * doc/Makefile.in: install *.txt if present
962         * device/include/Makefile.in (install): added installation of pic/*.inc
963         and pic/*.txt files again, they were erroneously removed
964
965 2006-04-28 Raphael Neider <rneider AT web.de>
966
967         * src/pic/{gen.c,main.h,pcode.c},
968         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
969             concerning signedness with casts
970
971 2006-04-28 Raphael Neider <rneider AT web.de>
972
973         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
974             definition of an interrupt handler,
975         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
976             interrupt handler stuff from picglue() to separate routine,
977           (picglue): enabled definition of intr handlers in files w/o main()
978
979 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
980
981         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
982           compilation with MSVC 2005 Express Edition (VC8)
983
984 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
985
986         * device/lib/Makefile: fixed build of gbz80 lib
987
988 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
989
990         * support/regression/tests/bug-460010.c,
991         * support/regression/tests/bug-524691.c,
992         * support/regression/tests/bug-716242.c: removed conditional defines
993           that are already in testfwk.h
994
995 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
996
997         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
998           (AccAXRsh1): added, shift right by 1,
999           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1000            AccAXLrl1
1001         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1002
1003 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1004
1005         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1006         remove cast to same type
1007         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1008         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1009         * as/z80/Makefile,
1010         * link/z80/Makefile: removed, they have moved to
1011         Makefile.in files
1012         * configure,
1013         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1014         * install-sh: fix bug #1204398 by setting umask 0022
1015         * device/lib/Makefile: separate build of z80 and gbz80 lib
1016
1017 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1018
1019         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1020         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1021
1022         One basic decision: e.g. src/clean.mk includes further files. In order
1023         to make this work there are two solutions:
1024         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1025           run configure on them. This way they can use
1026           'include $(srcdir)/port-clean.mk'
1027         - always include clean.mk by the Makefile at the same level. To avoid
1028           that `make clean` tries to include and build Makefile.dep the
1029           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1030           implemented, because now even `make uninstall` doesn't create
1031           Makefile.in. clean.mk could be eliminated by pasting it in
1032           Makefile.in.
1033
1034         * debugger/mcs51/Makefile.in: build own objects from library sources
1035         (SLIB, SDCC) in current directory
1036
1037         * configure, configure.in: renamed --disable-device-lib-build in
1038         --disable-device-lib; added --enable-doc, the required tools are
1039         searched by configure; added result message; the toolchain for the
1040         belonging ports are now only built, if the port is enabled.
1041
1042         * support/regression/*: all output is written in directory gen, because
1043         the fwk and ports directories don't livet in the build tree using vpath
1044
1045         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1046         --disable-device-lib, added --enable-doc, added section VPATH
1047
1048         * sim/ucsim/configure.in,
1049         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1050         z80 are enabled by default
1051
1052 2006-04-24 Raphael Neider <rneider AT web.de>
1053
1054         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1055             to config word, "pic14_"-prefixed some extern functions
1056           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1057             config word has been found
1058         * src/pic/device.h: added prototypes
1059         * src/pic/pcode.c: added "pic14_"-prefix where needed
1060         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1061             fixup
1062         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1063             words,
1064           (pic14emitRegularMap): ignore config words,
1065           (pic14createInterruptVect): moved generating __config directives away
1066           (picglue): have __config directives emitted
1067
1068 2006-04-24 Borut Razem <borut.razem AT siol.net>
1069
1070         * doc/Makefile: sync with nightly build makefile
1071
1072 2006-04-24 Raphael Neider <rneider AT web.de>
1073
1074         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1075             registers that have not been assigned proper liveranges,
1076             fixes #1469504 and #1474602,
1077           (pCodeRegOptimizeRegUsage): fixed typo in comment
1078
1079 2006-04-24 Borut Razem <borut.razem AT siol.net>
1080
1081         * device/examples/main8051.c: deleted - it was removed from CVS
1082           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1083           after the transition to Subversion
1084         * src/SDCCalloc.h: deleted - it was removed  from CVS
1085           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1086           after the transition to Subversion
1087         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1088           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1089           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1090           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1091
1092 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1093
1094         * as/asx8051.dsp: added mcs51/strcmpi.h
1095         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1096         * as/hc08/aslink.h: updated lnksect prototype
1097         * as/hc08/asm.h,
1098         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1099         * as/hc08/asmain.c,
1100         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1101           (newdot): handle A_ABS
1102         * as/hc08/asout.c,
1103         * as/mcs51/asout.c (outarea): output address
1104         * as/hc08/lkaomf51.c,
1105         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1106         * as/hc08/m08pst.c,
1107         * as/mcs51/i51pst.c,
1108         * as/z80/z80pst.c: "ABS" is not A_OVR
1109         * as/hc08/lkarea.c (newarea): read a_addr,
1110           (lnkarea): added codemap array, sort absolute areas to the front,
1111            combine all GSINITx/GSFINAL,
1112           (find_empty_space, allocate_space): new functions,
1113           (lnksect): return next address, handle absolute sections
1114         * as/mcs51/lkarea.c (newarea): read a_addr,
1115           lnksect2 prototype changed,
1116           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1117           (find_empty_space, allocate_space): new, factored out of lnksect2,
1118           (lnksect2): return next address, handle absolute sections
1119         * as/hc08/lkhead.c,
1120         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1121         * as/hc08/lklibr.c (addfile, fndsym),
1122         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1123           index out of range and detect both '\' and '/'
1124         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1125         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1126           regression tests (ds390 cannot return bool yet)
1127         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1128           document critical interrupts on z80, document changed SDCC define
1129         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1130           (_a390_mapping): added .org directive
1131         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1132           (genMultOneByte): fixed warnings
1133         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1134           ones
1135         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1136         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1137           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1138         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1139         * src/pic16/main.c: removed newReg prototype
1140         * src/pic16/pcode.c,
1141         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1142           warnings
1143         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1144           ones
1145         * src/pic16/ralloc.c
1146         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1147           to fix warnings
1148         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1149           from short to PIC_OPTYPE
1150         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1151         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1152           optype from short to PIC_OPTYPE
1153         * src/port.h: made int_size unsigned to fix warnings
1154         * src/SDCC.y: fixed warning on MSVC
1155         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1156         * src/SDCCopt.c (convertToFcall): fixed warnings
1157         * src/SDCCsymt.h: removed double prototype for genSymName
1158         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1159           offset int to fix warnings
1160
1161 2006-04-22 Borut Razem <borut.razem AT siol.net>
1162
1163         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1164           references to CVS replaced with Subversion
1165
1166 2006-04-21 Borut Razem <borut.razem AT siol.net>
1167
1168         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1169           references to CVS replaced with Subversion
1170
1171 2006-04-19 Borut Razem <borut.razem AT siol.net>
1172
1173         * src/version.awk: adapted for svn
1174         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1175           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1176           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1177           /binutils-avr/etc/*.vi, *.jin: removed all properties
1178           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1179
1180 2006-04-19 Borut Razem <borut.razem AT siol.net>
1181
1182         * CVS to Subversion migration completed
1183
1184 2006-04-18 Borut Razem <borut.razem AT siol.net>
1185
1186         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1187           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1188
1189 2006-04-17 Borut Razem <borut.razem AT siol.net>
1190
1191         * device/include/Makefile.in: added pic/*.inc to the installation
1192
1193 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1194
1195         * support/regression/collate-results.py: fixed output in case of
1196         a valdiag error
1197         * support/regression/generate-cases.py: fixed splitting of pathnames
1198         with dots
1199         * as/hc08/lklibr.c (addfile),
1200         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1201
1202 2006-04-11 Raphael Neider <rneider AT web.de>
1203
1204         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1205         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1206         * src/pic16/pcode.c (assignValnums): fixed #1460578
1207
1208 2006-04-11 Raphael Neider <rneider AT web.de>
1209
1210         * device/lib/pic/libdev/*.c,
1211         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1212           fixes #1468739, enables compilation in --std-c99 mode
1213         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1214
1215 2006-04-11 Raphael Neider <rneider AT web.de>
1216
1217         * src/pic/device.c (find_device): removed debug output
1218           (list_valid_pics): enabled verbose listing of supported devices
1219         * device/include/stdbool.h: define bool as char for pic14/16 as well
1220
1221 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1222
1223         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1224
1225 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1226
1227         * .version: bumped version to 2.5.6
1228         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1229
1230 2006-04-06 Raphael Neider <rneider AT web.de>
1231
1232         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1233         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1234         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1235           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1236             pic14_constructAbsMap
1237           (pic14printPublics): declare absolute global symbols as global
1238           (pic14createInterruptVect),
1239         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1240           (newReg): assume new registers unused, use correct name in
1241             hashtable (reg->name instead of name), more debugLog output
1242         * src/pic/device.h (PIC_device): added fields for verbose output
1243         * src/pic/device.c: moved device definition to pic14devices.txt,
1244             added routines for runtime parsing of pic14devices.txt,
1245             added support for second config word
1246         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1247           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1248           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1249           (_pic14_parseOptions): moved pCodeInitRegisters here
1250           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1251         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1252           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1253             handling the pseudo stack
1254         * device/lib/Makefile.in: ignore failures in objects-pic16,
1255         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1256         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1257         * device/lib/pic/Makefile.subdir,
1258         * device/lib/pic16/Makefile.subdir: improved clean rules
1259         * device/lib/pic/libdev/: NEW, pic14 device libraries
1260         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1261         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1262         * device/include/Makefile.in: create subdir and install pic14 headers
1263         * device/include/pic/p16f_common.inc: removed unused declarations
1264         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1265             PICs from inc2h.pl v1.6,
1266             replaced BIT_AT macros with struct declarations
1267         * device/include/pic/pic14devices.txt: definition of supported devices,
1268             all above improvements contributed by Zik Saleeba, thanks
1269         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1270         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1271             headers
1272
1273 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1274
1275         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1276         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1277           thanks to Charles Olds
1278
1279 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1280
1281         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1282
1283 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1284
1285         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1286         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1287         * support/regression/bug1464657.c: added, new test
1288
1289 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1290
1291         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1292           version number
1293
1294 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1295
1296         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1297           --no-peep and --peep-file <file> are used don't use default rules but
1298           do use the <file>
1299
1300 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1301
1302         * src/mcs51/gen.c (genCall): fixed bug 1457608
1303
1304 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1305
1306         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1307         changes seem to cause (trigger?) problems with the build system.
1308
1309 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1310
1311         * src/SDCCpeeph.c (operandsLiteral): new, added,
1312           (callFuncByName): inserted operandsLiteral
1313         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1314
1315 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1316
1317         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1318         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1319
1320 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1321
1322         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1323           implemented patch 1120823 Thanks to Willy De la Court (normal
1324           interrupts need an interrupt number now if they are made critical),
1325           and enabled nesting of critical functions though not for gbz80
1326           (genCritical, genEndCritical): added functions
1327           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1328         * src/z80/mappings.i: added "ei" to all mappings
1329
1330 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1331
1332         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1333         submitted by the Debian SDCC maintainer Aurelien Jarno:
1334         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1335         archive with gcc 4.1 on mips and wrote the patch"
1336
1337 2006-03-16 Raphael Neider <rneider AT web.de>
1338
1339         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1340           the left operand is shorter than the result (c* = lit-c* + int),
1341           fixes bug #1450796
1342         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1343           OP_SYMBOL
1344
1345 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1346
1347         * src/.version: increased version number to 2.5.5
1348         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1349         linking is done manually in pic16 port's _linkEdit,
1350         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1351         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1352         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1353         allocate asmop as AOP_ACC,
1354         (aopForRemat): added parameter 'bool result' in function declaration,
1355         (pic16_aopGet): return AOP_ACC when accessing WREG,
1356         (pic16_popGetTempReg): minor modification,
1357         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1358         'pic16_allocWithIdx',
1359         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1360         calling function in absolute addresses,
1361         (genAssign): take into account AOP_ACC asmop,
1362         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1363         * src/pic16/pcoderegs.c: some debug functions and lines added,
1364         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1365         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1366         register too,
1367         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1368         call to allocReg, not by manually allocating a new one,
1369         (pic16_assignRegisters): now before going through the register
1370         allocating functions mark all registers as free. This eliminates some
1371         side effects resulting from peephole parser done earlier in the backbone
1372
1373 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1374
1375         * src/SDCCicode.c (geniCodeLogic),
1376         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1377
1378 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1379
1380         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1381           (genSend): bugfix, do not allocate and free twice,
1382           (shiftRLong): handle partially overlapping aops
1383         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1384
1385 2006-03-08 Borut Razem <borut.razem AT siol.net>
1386
1387         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1388           for pic16
1389
1390 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1391
1392         * support/regression/tests/bug1409955.c: new, added
1393         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1394         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1395           (aopForSym, aopOp): increment asmop.allocated if reused,
1396           (freeAsmop): decrement asmop.allocated and check for zero instead of
1397           using asmop.freed,
1398           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1399           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1400            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1401            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1402            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1403            genSignedRightShift, genRightShift, genDataPointerGet,
1404            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1405            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1406             in reverse order from allocation,
1407           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1408             added swappedLR to keep track
1409         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1410           pdata & code for GCC, z80, gbz80 & hc08
1411         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1412
1413 2006-03-08 Raphael Neider <rneider AT web.de>
1414
1415         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1416
1417 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1418
1419         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1420         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1421         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1422
1423 2006-03-06 Borut Razem <borut.razem AT siol.net>
1424
1425         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1426           made the linker quiet
1427
1428 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1429
1430         * src/pic16/gen.c (genPcall): fixed bug #1443644
1431         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1432         which dumps before the function entry point a data byte which represents
1433         the number of the local variables used by the specified function, added
1434         'xinst' for initial support for Extended Instruction Support,
1435         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1436         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1437         port->fun_prefix anymore (may change later),
1438         (genFunction, genEndFunction): do not store/restore local registers for
1439         _main (this should take care the --main-return command line option in
1440         the future),
1441         (genOr): removed some legacy pic-port instructions,
1442         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1443         performing operations with SFR's causes data to be written more than
1444         once to each SFR. Perhaps SFRs should be handled in special cases...
1445         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1446         pcode.h
1447         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1448         into account for stack starting position,
1449         (struct OPTIONS pic16_optionsTable): added command line argument
1450         --extended or -y for Extended Instruction Support,
1451         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1452         (deassignLRs): *** perhaps the most important change, old 'for' code
1453         (commented out for reference), didn't account for some registers which
1454         were left marked 'not free' after a pointer operation. The change
1455         reduces register usage a lot in some cases
1456
1457 2006-03-04 Borut Razem <borut.razem AT siol.net>
1458
1459         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1460           _clean
1461         * support/regression/tests/bug-524697.c: decreased array size for
1462           mcs51 to fit into the internal RAM
1463         * support/regression/Makefile.in: a little bit more verbose
1464
1465 2006-03-03 Borut Razem <borut.razem AT siol.net>
1466
1467         * support/regression/fwk/lib/testfwk.c,
1468           support/regression/fwk/include/testfwk.h: introduced function
1469           _prints(), nonrecursive _printn(), call _initEmu() from main()
1470         * support/regression/ports/gbz80/support.asm,
1471           support/regression/ports/ucz80/support.asm,
1472           support/regression/ports/z80/support.asm,
1473           support/regression/ports/ds390/support.c,
1474           support/regression/ports/hc08/support.c,
1475           support/regression/ports/host/support.c,
1476           support/regression/ports/mcs51/support.c,
1477           support/regression/ports/xa51/support.c: added empty _initEmu()
1478           function
1479         * support/regression/ports/pic16/gpsim.cmd,
1480           support/regression/ports/pic16/spec.mk,
1481           support/regression/ports/pic16/support.c,
1482           support/regression/Makefile.in: added pic16 regression test
1483
1484 2006-03-01 Raphael Neider <rneider AT web.de>
1485
1486         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1487           genConstPointerGet): use safe way of generating MOVFF to cover
1488             literals as well as registers, fixes bug #1440527
1489         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1490             dereference
1491           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1492             more correctly, fixes bug #1232186
1493           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1494         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1495             gplink guess the correct processor in more cases, applied patch
1496             from Till Riedel attached to and fixing bug #1436552
1497
1498 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1499
1500         * support/regression/tests/array.c: added, contains check for #1434401
1501         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1502
1503 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1504
1505         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1506         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1507         * device/include/mcs51/c8051f326.h,
1508         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1509         * device/include/mcs51/c8051f000.h,
1510         * device/include/mcs51/c8051f018.h,
1511         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1512           PCON_IDLE,PCON_STOP and added sfr16 definitions
1513
1514 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1515
1516         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1517           genGetWord): fixed bug 1409955
1518
1519 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1520
1521         * device/include/hc08/mc68hc908gp32.h,
1522         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1523
1524 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1525
1526         * src/SDCCast.c (constExprValue): return NULL if not a value
1527         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1528         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1529         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1530
1531 2006-02-13 Borut Razem <borut.razem AT siol.net>
1532
1533         * src/regression/ptrarg.c: added, fails due to bug #1430967
1534         * src/regression/Makefile: ptrarg.c added, ...
1535
1536 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1537
1538         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1539         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1540
1541 2006-02-11 Borut Razem <borut.razem AT siol.net>
1542
1543         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1544           print "Processor: xxx" message to stdout only if --verbose
1545
1546 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1547
1548         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1549         * support/regression/tests/bug1426356.c: added
1550         * support/regression/tests/bitfields.c: removed 2 tests
1551
1552 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1553
1554         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1555         * device/include/mcs51/c8051f330.h,
1556         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1557           PCON_IDLE,PCON_STOP and added sfr16 definitions
1558         * device/lib/_divsint.c,
1559         * device/lib/_divuint.c,
1560         * device/lib/_divulong.c,
1561         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1562           register bank bug for small stackauto
1563
1564 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1565
1566         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1567
1568 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1569
1570         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1571         * all.dsp: corrected several bin paths
1572         * device/include/mcs51/c8051f120.h,
1573         * device/include/mcs51/c8051f300.h,
1574         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1575           to PCON_IDLE,PCON_STOP
1576         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1577         * device/lib/printf_large.c (output_float): fixed bug 1388703
1578         * support/regression/tests/bug1057979.c: added test for bug 1388703
1579
1580 2006-02-08 Raphael Neider <rneider AT web.de>
1581
1582         * src/pic/pcode.c (pciTRIS): fixed typo,
1583           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1584           (LinkFlow): fixed handling of flows that end in a call,
1585           (ReuseReg): perform safety check earlier
1586         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1587             to work with flows at the beginning of a pBlock,
1588             fixes #1426557 (Symbol not previously defined),
1589           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1590             usage information
1591           (RemoveUnusedRegisters): update register usage info
1592         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1593             created, reuse existing ones instead
1594         * src/pic/gen.c (genPcall): fixed #1424719
1595
1596 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1597
1598         * link/z80/lkmain.c,
1599         * link/z80/lklex.c,
1600         * link/z80/lkdata.c,
1601         * link/z80/aslink.h: fixed build on current cygwin:
1602         replaced getline() by lk_getline()
1603
1604 2006-02-01 Borut Razem <borut.razem AT siol.net>
1605
1606         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1607           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1608           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1609           src/regression/bool1.c, src/regression/bool2.c,
1610           src/regression/bool3.c, src/regression/call1.c,
1611           src/regression/compare.c, src/regression/compare10.c,
1612           src/regression/compare2.c, src/regression/compare3.c,
1613           src/regression/compare4.c, src/regression/compare5.c,
1614           src/regression/compare6.c, src/regression/compare7.c,
1615           src/regression/compare8.c, src/regression/compare9.c,
1616           src/regression/configword.c, src/regression/for.c,
1617           src/regression/inline.c, src/regression/mult1.c,
1618           src/regression/nestfor.c, src/regression/or1.c,
1619           src/regression/pointer1.c, src/regression/ptrfunc.c,
1620           src/regression/rotate1.c, src/regression/rotate2.c,
1621           src/regression/rotate3.c, src/regression/rotate4.c,
1622           src/regression/rotate5.c, src/regression/rotate6.c,
1623           src/regression/rotate7.c, src/regression/string1.c,
1624           src/regression/struct1.c, src/regression/sub.c,
1625           src/regression/sub2.c, src/regression/switch1.c,
1626           src/regression/while.c, src/regression/xor.c,
1627           src/regression/create_stc, src/regression/simulate,
1628           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1629           regression tests
1630         * src/regression/gpsim_assert.h: added
1631
1632 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1633
1634         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1635         ((void (code *) (void)) 0) ();
1636         * as/hc08/aslex.c,
1637         * as/hc08/aslink.h,
1638         * as/hc08/asm.h,
1639         * as/hc08/asmain.c,
1640         * as/hc08/lkdata.c,
1641         * as/hc08/lklex.c,
1642         * as/hc08/lkmain.c,
1643         * as/mcs51/aslex.c,
1644         * as/mcs51/aslink.h,
1645         * as/mcs51/asm.h,
1646         * as/mcs51/asmain.c,
1647         * as/mcs51/lkdata.c,
1648         * as/mcs51/lklex.c,
1649         * as/mcs51/lkmain.c,
1650         * as/z80/aslex.c,
1651         * as/z80/asm.h,
1652         * as/z80/asmain.c: fixed build on current cygwin:
1653         replaced getline() by as_getline()
1654
1655 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1656
1657         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1658         declarator in the symbol chain
1659         * src/SDCCsymt.h,
1660         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1661         parameter list for function pointers
1662         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1663         * support/regression/tests/bug-716242.c: added
1664
1665 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1666
1667         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1668         offset if possible
1669         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1670
1671 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1672
1673         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1674         inifinitely recurseable, added static
1675         * support/regression/tests/bug-1408066.c: added
1676
1677 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1678
1679         * src/SDCCicode.h,
1680         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1681         renamed, added possibility to create "postLoopLbl"-labels
1682         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1683         newiTempLoopHeaderLabel
1684         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1685         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1686         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1687         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1688         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1689         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1690         (basicInduction): fixed bug #136564, made static,
1691         (loopInduction): changed parameter of basicInduction, made static,
1692         (addPostLoopBlock): added
1693         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1694         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1695         findLoopEndSeq
1696         * support/regression/tests/bug-136564.c: added
1697         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1698         --std-sdcc99 to LIBSDCCFLAGS
1699
1700 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1701
1702         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1703         while loop
1704         * support/regression/tests/bug-1406131.c: added
1705
1706 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1707
1708         * src/SDCCast.c (decorateType): fix promotion of unary minus
1709         * src/SDCCsymt.c (computeType): beautified
1710         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1711         (valUnaryPM, valComplement): fix sign and promotion,
1712         (valNot): ANSI: result type is int (SDCC: unsigned char)
1713         * support/regression/tests/uminus.c: speedup by removing superflous
1714         test case 'int'
1715         * support/regression/tests/onebyte.c: added promotion and signedness
1716         tests for unary minus
1717         * support/regressions/tests/bug-477927.c: disable warning about
1718         uninitialized variables
1719         * support/regression/tests/not.c: added
1720
1721 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1722
1723         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1724         * src/mcs51/gen.c (gen51Code): show final register usage after
1725         fillGaps in asm with --i-code-in-asm
1726         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1727         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1728         incUsed, rliveClear, adjustIChain): made static,
1729         (setFromRange): excluded because it's unused,
1730         (findPrevUseSym, markWholeLoop): added,
1731         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1732         through all branches of predecessors enables sdcc to emit the warning
1733         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1734         (rlivePoint): made static, added parameter emitWarnings which is only
1735         true during the first run out of two,
1736         (findRecursiveSucc, findRecursivePred): removed,
1737         (computeLiveRanges): made static, added parameter emitWarnings,
1738         (dumpIcRlive): added for debugging only
1739         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1740         removed prototype of setFromRange()
1741         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1742         in call of computeLiveRanges()
1743         * support/regression/tests/bug-895992.c: added
1744         * support/regression/tests/bug-971834.c: added
1745         * support/valdiag/tests/bug-895992.c: added
1746         * support/valdiag/tests/bug-971834.c: added
1747
1748 2005-12-18 Raphael Neider <rneider AT web.de>
1749
1750         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1751           (genUnpackBits): improved code for direct operands,
1752           (genPackBits): improved code for literal assignment to bitfields
1753             and for direct destination operands (no FSR indirection),
1754             prevented redundant AND, fixes #1362800,
1755           (AccLsh): added parameter to disable masking of the result
1756         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1757           skip instructions with side-effects (like incfsz),
1758           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1759         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1760         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1761           fixes #1375263
1762
1763 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1764
1765         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1766         volatile variables as spill location
1767
1768 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1769
1770         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1771         replacing literals
1772         * support/regression/tests/bug-1376320.c: added
1773
1774 2005-12-08 Raphael Neider <rneider AT web.de>
1775
1776         * src/pic/device.c: renamed is_shared to pic14_is_shared
1777         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1778         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1779           (is_valid_identifier): added for above workaround
1780
1781 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1782
1783         * device/lib/Makefile.in: fixed to enable port-specific-objects
1784         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1785           char, thanks Hubert Sack
1786         * doc/sdccman.lyx: documented --xstack-loc,
1787           elaborated a bit more on interrupts and pitfalls,
1788           removed "setjmp/longjmp unsupported",
1789           documented some unsupported C99 features
1790         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1791         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1792           if, thanks Hubert Sack
1793         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1794         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1795           make make_library
1796         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1797           regression tests can report resource usage (rfe 700441)
1798         * support/regression/collate-results.py: report resource usage
1799         * support/regression/ports/ds390/spec.mk,
1800         * support/regression/ports/hc08/spec.mk,
1801         * support/regression/ports/mcs51/spec.mk,
1802         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1803         * support/regression/ports/ds390/uCsim.cmd,
1804         * support/regression/ports/hc08/uCsim.cmd,
1805         * support/regression/ports/mcs51/uCsim.cmd,
1806         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1807         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1808           library, use the default one
1809         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1810           building the library
1811
1812 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1813
1814         * config.dsp: added dependency on .version and configure_vc.awk
1815         * device/include/setjmp.h: updated for --stack-auto and --xstack
1816         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1817         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1818         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1819         * device/lib/libsdcc.lib: added _setjmp
1820         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1821           (decorateType): fixed bug 1372851,
1822           (optimizeGetHbit): fixed warning
1823         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1824           array initialisation
1825         * support/regression/tests/bug1057979.c: added test for bug 1358192
1826         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1827
1828 2005-12-03 Borut Razem <borut.razem AT siol.net>
1829
1830         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1831           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1832
1833 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1834
1835         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1836         createIval): implement symbol independant "flexible array member",
1837         (createIvalCharPtr): implemented flexible array initialisation with a
1838         string
1839         * src/SDCCsymt.c (copyStruct): removed,
1840         (getSize): fixed misleading comment,
1841         (getAllocSize): removed, the additional allocation size is now in
1842         sym->flexArrayLength,
1843         (checkStructFlexArray): new, syntax checks for flexible array members,
1844         (compStructSize): added syntax checks for "flexible array members"
1845         (copyStruct): removed,
1846         (copyLinkChain): removed inefficient fix for bug 770487
1847         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1848         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1849         symbol->flexArrayLength
1850         * src/SDCCerr.c,
1851         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1852         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1853         * support/regression/tests/structflexarray.c: added
1854         * support/valdiag/tests/structflexiblearray.c: added
1855
1856 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1857
1858         * src/SDCCast.c (decorateType): fixed bug 1368489
1859         * support/Util/SDCCerr.c,
1860         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1861
1862 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1863
1864         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1865           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1866
1867 2005-11-27 Borut Razem <borut.razem AT siol.net>
1868
1869         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1870           support/cpp2/mkdeps.h: added command line option
1871           -obj-ext=<extension> to SDCPP to define object file externion, used
1872           for generation of make dependencies (-M)
1873         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1874
1875 2005-11-26 Borut Razem <borut.razem AT siol.net>
1876
1877         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1878           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1879           added pic and pic16 libraries
1880
1881 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1882
1883         * device/include/float.h: Corrected typo in prototype of __fsgt
1884
1885 2005-11-25 Borut Razem <borut.razem AT siol.net>
1886
1887         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1888           added creation of model-mcs51-stack-auto libraries
1889
1890 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1891
1892         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1893         and fields-list too
1894         * src/SDCCast.c (createIvalArray): removed obsolete comment
1895
1896 2005-11-24 Borut Razem <borut.razem AT siol.net>
1897
1898         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1899           added missing device/lib/mcs51/crt*.asm sources
1900
1901 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1902
1903         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1904
1905 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1906
1907         * device/lib/_fs2schar.c,
1908         * device/lib/_fs2sint.c,
1909         * device/lib/_fs2slong.c: optimized inline asm
1910
1911 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1912
1913         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1914           Better handling of floats between -1.0 and 0.0.
1915
1916 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1917
1918         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1919           (the missing "if"s prohibited removal of redundant labels)
1920
1921 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1922
1923         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1924           Properly convert floats between -1.0 and 0.0 to long, int, and char
1925           types (max integer value of negative floats tends to zero).
1926         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1927           Removed changes made so to work properly with floats between
1928           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1929           and _fs2char.c
1930
1931 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1932
1933         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1934         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1935         (genCast) cosmetic change
1936         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1937         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1938         from mcs51
1939         * support/regression/tests/bitfields (testSignedBitfields): added
1940
1941 2005-11-18 Borut Razem <borut.razem AT siol.net>
1942
1943         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1944         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1945           introduced SILENT option to make building of pic16 libraries less
1946
1947 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1948
1949         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1950           Now they work properly with floats between -1.0 and 0.0
1951         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1952
1953 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1954
1955         * src/SDCCicode.c (printOperand): added missing else
1956
1957 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1958
1959         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1960         reformatted for better readability
1961         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1962         signed bitfields
1963
1964 2005-11-17 Borut Razem <borut.razem AT siol.net>
1965
1966         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1967           introduced SILENT option to make building of pic16 libraries less
1968           verbose - used for nightly snapshot build
1969         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1970           available on Win32 platforms.
1971         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1972           medium, large, pic and pic16
1973
1974 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1975
1976         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1977           printf("%f"...) sets fraction to zero.
1978
1979 2005-11-16 Raphael Neider <rneider AT web.de>
1980
1981         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1982           fixes #1357221
1983         * src/pic/gen.c (genIfx): implemented for CARRY bit
1984         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1985           to generic pointers, fixes #1357332,
1986           (pic16_movLit2f): NEW,
1987           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1988
1989 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1990
1991         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1992
1993 2005-11-11 Raphael Neider <rneider AT web.de>
1994
1995         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1996         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1997           compute pointer's type from operand,
1998           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1999           improved single bit reads, fixes bug #1353379
2000
2001 2005-11-09 Borut Razem <borut.razem AT siol.net>
2002
2003         * support/scripts/sdcc.nsi: added lib/pic to the package
2004
2005 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2006
2007         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2008
2009 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2010
2011         * support/regression/tests/bug1348008.c: added
2012         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2013         * support/regression/tests/bug1337835.c: updated comment
2014
2015 2005-11-06 Borut Razem <borut.razem AT siol.net>
2016
2017         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2018           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2019           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2020           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2021           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2022           dynamic construction of cl_error_class and derivates - 2.nd try
2023
2024 2005-11-05 Borut Razem <borut.razem AT siol.net>
2025
2026         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2027           bug, which caused Bus Errors on sparc solaris
2028
2029 2005-11-04 Borut Razem <borut.razem AT siol.net>
2030
2031         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2032           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2033           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2034           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2035           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2036           and derivates to resolve the initialization problem on OSX
2037
2038 2005-11-02 Borut Razem <borut.razem AT siol.net>
2039
2040         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2041           corrected typo - #include <winsock2.h>
2042
2043 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2044
2045         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2046           (_asxxxx_mapping): added org directive for future enhancements
2047
2048 2005-11-01 Borut Razem <borut.razem AT siol.net>
2049
2050         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2051           enabled sockets on WIN32
2052         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2053
2054 2005-10-31 Borut Razem <borut.razem AT siol.net>
2055
2056         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2057           WIN32 backslash path delimiters should be escaped when used in C strings
2058         * support/regression/tests/bitfields.c: exclude failing assertions for
2059           __CYGWIN32__ and __MINGW32__ hosts
2060
2061 2005-10-30 Borut Razem <borut.razem AT siol.net>
2062
2063         * src/SDCCutil.c: corrected double comparison typo
2064
2065 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2066
2067         * device/lib/medium/Makefile: added for new memory model medium
2068         * device/include/asm/mcs51/features.h: updated for medium/pdata
2069         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2070           added Multiply & Accumulate sbit's and MAC0_PAGE define
2071         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2072         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2073         * device/lib/_mullong.c: update for medium model
2074         * device/lib/incl.mk: added medium model
2075         * doc/sdccman.lyx: documented medium model
2076         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2077         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2078         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2079         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2080           (allocParms): set SCLS and OCLS to pdata for medium model
2081         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2082           for pdata,
2083           (powof2): return <0 if not power of 2
2084         * src/avr/gen.c (genBitWise): use updated powof2
2085         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2086           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2087           (shiftLLeftOrResult): use B if necessary
2088         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2089         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2090         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2091         * support/regression/Makefile.in: added test-mcs51-medium
2092         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2093
2094 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2095
2096         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2097         specifier unsigned
2098         * device/lib/time.c (mktime): fixed bug 1334315
2099
2100 2005-10-28 Raphael Neider <rneider AT web.de>
2101
2102         * device/include/pic/p16f_common.inc: added common declarations
2103         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2104
2105 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2106
2107         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2108           (aopPutUsesAcc): added to predict accumulator use,
2109           (assignResultValue): save acc if necessary,
2110           (genMinusDec): store result if indirectly addressed,
2111           (genDivOneByte):  save acc if necessary,
2112           (movLeft2Result): bugfix if left already in acc,
2113           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2114             attention to accumulator use (esp. pdata),
2115           (genReceive): receive pdata correctly
2116         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2117         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2118
2119 2005-10-27 Raphael Neider <rneider AT web.de>
2120
2121         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2122
2123 2005-10-27 Raphael Neider <rneider AT web.de>
2124
2125         * .version: changed version to 2.5.4
2126         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2127         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2128           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2129             arithmetics support routines
2130         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2131         * device/lib/Makefile.in: also create installdir for pic
2132
2133         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2134           pic14 port as well
2135         * src/pic/device.c (dump_sfr): rewritten to delegate register
2136           placement to the linker (use `extern sym' rather than sym EQU addr),
2137           (validAddress): fixed to check last specified address
2138         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2139           (popGetLit): truncate literal value to 8 bit,
2140           (popGet): moved assert to more appropriate place
2141           (popGetExternal): create pCode operand from and mark the according
2142             symbol as being `extern'
2143           (popGetAddr): added sanity check on immediate's offset, provide
2144             GPOINTER tag on demand
2145           (aopPut): fixed for immediates,
2146           (mov2w_op): move operand's address or contents to WREG (depending on
2147             operand type), safer variant of mov2w,
2148           (movwf,call_libraryfunc): NEW, handy abbreviations,
2149           (get_argument_pcop,get_return_val_pcop,pass_argument,
2150           get_returnvalue): interface for accessing function parameters and
2151             return values,
2152           (assignResultValuei,genRet): use new parameter/return value interface
2153           (pic14_getDataSize): back to old version handling generic pointers,
2154           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2155             provided implementation and/or fixed old one,
2156           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2157             calls, removed legacy 8051 reference code
2158           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2159           (loadSignToC): NEW, move the operands sign bit to CARRY,
2160           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2161             genRightShiftSigned, accepts negative shift counts,
2162           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2163           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2164             generic pointers, __data pointers and __code pointers,
2165           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2166             and signed bitfields, limit bitfields to 8 bit,
2167           (genDataPointerGet): fixed number of bytes read,
2168           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2169           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2170             pointers to constant data are no longer assumed to point to __code
2171             space, removed invalid pointer types,
2172           (bitpatternFromVal): retrieve the PICs representation of an integer
2173             or float literal,
2174           (genDataPointerSet): fixed assigning to po_immediate operands,
2175           (genGenPointerSet): implemented as library call,
2176           (genIfx): fixed incorrect condition,
2177           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2178             provide GPOINTER tag according to destination's storage class,
2179           (genCast): added code to handle casting to generic pointers, added
2180             sign-/zero extension of the result
2181           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2182         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2183         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2184           extend the result
2185         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2186           address/register resides in the shared banks
2187           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2188             put all variables into separate sections (have the linker arrange
2189             them)
2190           (picglue): put init code and interrupt handlers in separate sections
2191         * src/pic/main.c: added port specific options table, modified to PORT
2192           structure to make GPOINTERs 3 byte, added pic14_options
2193           (_pic14_do_link): private linking routine (update paths to libraries,
2194             add libsdcc.lib by default)
2195         * src/pic/main.h: declare pic14_options
2196         * src/pic/pcode.c: fixed instructions i/o relations,
2197           (RegCond): reverted to correct version,
2198           (newpCodeOpLit): truncate literals to 8 bit,
2199           (genericPrint): added debug output,
2200           (getRegFromInstruction): fixed for various operand types, simplified
2201           (BuildFlow): fixed broken handling of isntructions with labels
2202           (LinkFlow): start at last instruction in flow (skip trailing comments),
2203             pass the flow on to the next instruction after CALL
2204           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2205           (insertPCodeInstruction): fixed inserting after a skip instruction,
2206           (DoBankSelect): fixed for labeled instructions
2207           (OptimizepBlock): honor --nopeep switch
2208           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2209         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2210         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2211           (pCodeOptime2pCodes): allow disabling this optimization via
2212             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2213             but is still buggy), started implementation of a dataflow based
2214             pCode optimization (CSE + dead code elimination)
2215           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2216         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2217           names are independant of the stack location and therefore portable across
2218           devices
2219
2220 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2221
2222         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2223           (selectSpil): fixed bug 1337835 by not spilling bit variables
2224         * support/regression/tests/bug1337835.c: added test for this bug
2225         * src/mcs51/peeph.def: restart after rule 3.c,
2226           addded rules 263.x to optimize loading constants
2227
2228 2005-10-26 Raphael Neider <rneider AT web.de>
2229
2230         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2231         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2232           (genAssign): emit warning when casting literals to generic pointer
2233             type, also applies when taking the address of a fixed variable,
2234           (genCast): improved casting to generic pointers
2235         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2236           extern variables, added verbose error message
2237         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2238
2239 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2240
2241         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2242         carry must be complemented too
2243         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2244         could be emitted by genMinus
2245         * src/SDCCval.c (constVal): fixed bug 1305065
2246
2247 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2248
2249         * src/SDCCast.c (addCast): added promotion for bit variables
2250         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2251         promotion casts + optimisation
2252         (optimizeGetWord): fix warning 'i' might be used uninitialized
2253         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2254         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2255
2256 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2257
2258         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2259         all chars are promoted to int; promotion should be handled in SDCCast.c
2260
2261 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2262
2263         * device/lib/_strcmp.c: Fixed bug 1326457
2264
2265 2005-10-11 Raphael Neider <rneider AT web.de>
2266
2267         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2268         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2269
2270 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2271
2272         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2273         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2274
2275 2005-10-04 Raphael Neider <rneider AT web.de>
2276
2277         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2278           device/lib/pic16/pics.all: added pic18f1320
2279         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2280
2281 2005-09-30 Raphael Neider <rneider AT web.de>
2282
2283         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2284         * src/pic16/devices.inc: NEW, provides device descriptions
2285         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2286
2287 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2288
2289         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2290           GETHBIT
2291
2292 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2293
2294         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2295           documented Any Order Bit, Higher Order Byte and Higher Order Word
2296         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2297         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2298           (optimizeGetAbit): new, to get any bit, not only the high bit,
2299           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2300           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2301           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2302           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2303             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2304             GETABIT, GETBYTE, GETWORD: decorate them,
2305           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2306           (ast_print): added GETABIT, GETBYTE, GETWORD
2307         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2308         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2309           (geniCodeBinary): new generic binary icode,
2310           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2311         * src/port.h: updated comment for PORT.hasExtBitOp
2312         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2313           (genGetByte): new, to get a single byte,
2314           (genGetWord): new, to get a word from a long,
2315           (gen51Code): added GETABIT, GETBYTE, GETWORD
2316         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2317
2318 2005-09-23 Raphael Neider <rneider AT web.de>
2319
2320         * configure.in, configure: have device/lib/pic configured
2321         * device/lib/Makefile.in: added model-pic14
2322         * device/lib/clean.mk: added pic/ to clean rule
2323         * device/lib/pic: added rudimentary pic14 library providing support
2324           functions for multiplication/division/generic pointer access
2325         * src/SDCCopt.c (convilong): mark support functions as extern
2326           for pic14 port as well
2327         * src/pic/gen.c (genMult): added assertions,
2328           (genpic14Code): emit warning on unhandled iCodes
2329         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2330         * src/pic/pcode.c (pCodeOpCopy),
2331         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2332           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2333           SFR_REGISTER}), made safe for future extensions
2334         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2335           instructions even if preceeded by SKIP instructions (also remove
2336           them); removed unused code
2337         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2338           prevents leaving parts of the structure uninitialized after copying
2339
2340 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2341
2342         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2343           ago by me
2344         * support/regression/tests/addsub.c: added test for the bug
2345
2346 2005-09-21 Raphael Neider <rneider AT web.de>
2347
2348         * device/include/pic16/pic18f1220.h,
2349           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2350         * device/lib/pic16/Makefile.rules: added missing opening paren
2351         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2352           are provided in genutils.c,
2353           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2354           operand/result sizes,
2355           (genCmp): assert on NULL pointers first, then check deref'ed values
2356         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2357           result size
2358
2359 2005-09-18 Raphael Neider <rneider AT web.de>
2360
2361         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2362           as these are now unused,
2363           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2364         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2365           local, avoids uninitialized pointer dereference on r->name
2366         * src/pic16/ralloc.c (newReg): fixed indentation
2367
2368 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2369
2370         * src/SDCCval.c (constVal): fixed bug 730366
2371         * support/Util/SDCCerr.c,
2372         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2373
2374 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2375
2376         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2377
2378 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2379
2380         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2381
2382 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2383
2384         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2385           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2386         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2387           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2388         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2389         * packihx/packihx.c (hexDigit): made c unsigned char
2390         * as/mcs51/lklibr.c (fndsym),
2391         * link/z80/lkgb.c (gb),
2392         * link/z80/lklibr.c (fndsym),
2393         * link/z80/lkrloc.c (relr),
2394         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2395         * src/SDCC.lex (checkCurrFile, process_pragma),
2396         * src/SDCCglue.c (spacesToUnderscores),
2397         * src/SDCCmain.c (setParseWithComma, processFile),
2398         * src/asm.c (tvsprintf, printCLine),
2399         * src/avr/gen.c (emitcode, aopPut),
2400         * src/ds390/gen.c (emitcode),
2401         * src/hc08/gen.c (emitcode, emitinline),
2402         * src/mcs51/gen.c (emitcode, genInline),
2403         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2404           tokenizeLineNode),
2405         * src/pic/ralloc.c (debugLog),
2406         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2407           tokenizeLineNode),
2408         * src/pic16/ralloc.c (debugLog),
2409         * src/z80/main.c (_process_pragma):
2410            made all ctype.h function calls safe
2411         * src/SDCCopt.c: include math.h for fabs
2412         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2413           and used them throughout the code to make ctype.h function calls safe
2414         * src/ds390/main.c (asmLineNodeFromLineNode),
2415         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2416         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2417            unsigned char*
2418         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2419           (newpCodeAsmDir): made ctype.h function calls safe
2420         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2421           pic16_emitcode):  made lbp unsigned char*
2422         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2423           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2424         * src/xa51/gen.c (emitcode),
2425         * src/z80/gen.c (_emit2): made lbp unsigned char*
2426         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2427            char*
2428
2429 2005-09-05 Raphael Neider <rneider AT web.de>
2430
2431         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2432           access bank splitpoint
2433
2434 2005-09-05 Raphael Neider <rneider AT web.de>
2435
2436         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2437
2438 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2439
2440         * .version: changed to version 2.5.3
2441         * doc/sdccman.lyx: changed version to 2.5.3,
2442           documented --codeseg and --constseg and pragma codeseg and constseg,
2443           documented bit parameters (reentrant) and bit returning
2444         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2445            currFunc->recvSize, but is this ok for all ports?
2446           (ast2iCode): result of ~ on unsigned char must be cast to int for
2447            bool to work
2448         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2449           function pointers in bit space
2450         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2451           (processFuncArgs): call port.reg_parm() with reentrancy info
2452         * src/port.h,
2453         * src/avr/main.c,
2454         * src/ds390/main.c,
2455         * src/hc08/main.c,
2456         * src/pic/main.c,
2457         * src/pic16/main.c,
2458         * src/xa51/main.c,
2459         * src/z80/main.c: port.reg_parm prototype extended with
2460           "bool reentrant" parameter
2461         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2462           options.stackAuto for allocating bit register parameters
2463         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2464           (genSend): set BitBankUsed if it is,
2465           (selectRegBank): factored out of genCall for use in genPcall,
2466           (genCall): removed redundant dtype assignmen, use selectRegBank,
2467           (genPcall): handle returning in Carry properly, save in F0 if needed,
2468           (genReceive): handle bit register parameters
2469         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2470           (mcs51_assignRegisters): enable bit registers for all reentrant
2471            functions and don't set BitBankUsed unconditionally
2472         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2473         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2474         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2475
2476 2005-08-27 Borut Razem <borut.razem AT siol.net>
2477
2478         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2479         ppc-osx (Darwin) does not support -u option. It seems that it is
2480         supported only on Linux - GNU cp
2481
2482 2005-08-25 Borut Razem <borut.razem AT siol.net>
2483
2484         * sim/ucsim/gui.src/serio.src/Makefile.in,
2485           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2486           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2487           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2488           install and strip, since the strip at /usr/ccs/bin should be used
2489           on solaris
2490
2491 2005-08-24 Borut Razem <borut.razem AT siol.net>
2492
2493         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2494
2495 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2496
2497         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2498         ffffffffu
2499
2500 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2501
2502         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2503         * as/mcs51/lkmain.c (link_main): fixed warning
2504         * device/include/stdbool.h: ds390 has no advanced bit support yet
2505         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2506         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2507         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2508           and updated their macros
2509         * src/SDCCval.c (constVal): updated comment for renamed b_long
2510
2511 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2512
2513         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2514         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2515           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2516           (oprio): set priority for '['
2517         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2518            and adb_24_bit
2519         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2520         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2521         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2522         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2523           added overlayable BIT_BANK area
2524         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2525           (summary2): explain 'T' in legenda
2526         * as/mcs51/lkrloc.c: replaced old K&R style,
2527           (relr): added R_BIT processing,
2528           (errmsg): added "Bit-addressable relocation error",
2529           (adb_bit): added for converting from byte- to bit-addressable space,
2530           (adb_24_bit): added for converting from byte- to bit-addressable space
2531         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2532            used in reentrant functions now even as return value
2533         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2534         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2535           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2536         * src/SDCCglobl.h: added indicator BitBankUsed
2537         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2538            the bit registers b0-b7
2539         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2540           (geniCodeCast): fixed bug 1263853,
2541           (geniCodeLogicAndOr): put result in bool or char,
2542           (geniCodeReceive): added parameter func for accessing the return type,
2543           (geniCodeFunctionBody): pass func to geniCodeReceive
2544         * src/SDCCmain.c: added indicator BitBankUsed
2545         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2546         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2547           (checkSClass): don't put automatic bool/bit on stack,
2548           (checkFunction): removed check on function cannot return bit
2549         * src/SDCCsymt.h: added newBoolLink prototype
2550         * src/mcs51/gen.c (rb1regs): added bit registers,
2551           (movc): created for assigning to carry,
2552           (pushReg, popReg): created for pushing registers,
2553           (sameRegs): check both AOP_REG and AOP_CRY types,
2554           (aopOp): handle bit registers,
2555           (aopPut): optimization no self-assign,
2556           (saveRegisters): push reg->base (bits) only once for bit registers,
2557            and use pushReg,
2558           (unsaveRegisters): pop reg->base only once and use popReg,
2559           (assignResultValue): added parameter func and return in carry for bits,
2560           (genIpush): optimization no reload in A if not changed,
2561           (genSend): bit parameters in reentrant functions are passed in bit
2562            registers by first assigning to bits in B, then save registers and
2563            copy B to bits,
2564           (genCall): handle returning in Carry properly, save it in F0 if needed,
2565           (genPcall): updated assignResultValue call, this is not safe yet for bit
2566            returning function !!!
2567           (genFunction): don't generate equ's for bit registers and use pushReg,
2568           (genEndFunction): take care of bit returning functions and use popReg,
2569           (genRet): return bit in Carry,
2570           (genIfx): optimize bit registers and other directly addressable bits,
2571           (genReceive): updated assignResultValue call
2572         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2573           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2574            registers when using stack-auto
2575         * src/mcs51/ralloc.c (_G): added allBitregs,
2576           (regs8051): added the bit registers,
2577           (createStackSpil): use macro IS_BIT,
2578           (getRegBit): added to allocate a bit register, else spill,
2579           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2580           (updateRegUsage): factored out to ease stepping while debugging,
2581           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2582            also allocate bit registers,
2583           (fillGaps): handle bit registers,
2584           (findAllBitregs): added to create bit vector with all bit registers,
2585           (mcs51_allBitregs): returns this bit vector,
2586           (mcs51_assignRegisters): when using stack-auto use bit registers for
2587            passing parameters and creating local variables
2588         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2589
2590 2005-08-22 Borut Razem <borut.razem AT siol.net>
2591
2592         * device/lib/Makefile.in: replaced find option -or with -o
2593           to make it run on solaris
2594
2595 2005-08-22 Raphael Neider <rneider AT web.de>
2596
2597         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2598           fixes #1265442 (crash on Solaris)
2599
2600 2005-08-20 Borut Razem <borut.razem AT siol.net>
2601
2602         * configure, configure.in: added tests for libsocket and libnsl libraries,
2603           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2604           from support/regression/Makefile.in
2605         * support/regression/Makefile.in: added
2606         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2607         * sim/ucsim/libtool: regenerated on sparc-solaris
2608         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2609           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2610           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2611           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2612           sparc-solaris, which doesn't use GNU ld linker
2613         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2614         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2615
2616 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2617
2618         * src/mcs51/peeph.def: updated comments
2619
2620 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2621
2622         * device/lib/_gptrget.c,
2623         * device/lib/_gptrput.c: slightly shorter
2624         * doc/sdccman.lyx: incremented version
2625         * src/mcs51/peeph.def: moved peephole comments to the line of first
2626           change to better keep line correlation, reanimated 186.e
2627         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2628
2629 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2630
2631         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2632           David Saxton with quotes around file name.
2633
2634 2005-08-15 Borut Razem <borut.razem AT siol.net>
2635
2636         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2637           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2638           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2639           make tests run on x86_64 platform
2640
2641 2005-08-13 Raphael Neider <rneider AT web.de>
2642
2643         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2644           as it might be executed DURING a build (parallel make is wonderful)
2645
2646 2005-08-13 Raphael Neider <rneider AT web.de>
2647
2648         * device/lib/Makefile.in (port-specific-objects-pic16):
2649           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2650         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2651           dependency
2652         * device/lib/pic16/Makefile.rules: build subdirs before creating
2653           the library, removed builddir rule, create $(builddir) early in
2654           recurse rule, use empty recurse rule for leaf directories
2655         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2656           mkdir errors (race condition), removed duplicate suffix "hex"
2657           from clean rules
2658         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2659         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2660           prevents mkdir -p from aborting on Alpha
2661
2662 2005-08-12 Raphael Neider <rneider AT web.de>
2663
2664         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2665           db-statements in order to allow for arrays of pointers in code
2666           sections to be placed without interspersed 0-padding, fixes
2667           bug #1256215
2668         * (emitStatistics): fixed division by zero for pic18f1220
2669         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2670           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2671         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2672         * (pic16_pCodeConstString): keep track of already emitted string
2673           literals to prevent "duplicate definitions of symbol _str_NR"
2674         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2675           debug message
2676         * device/lib/Makefile.in: ignore failing PIC16 library builds
2677         * device/lib/pic16/Makefile: do not build if gputils are missing
2678         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2679
2680 2005-08-10 Raphael Neider <rneider AT web.de>
2681
2682         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2683           my last commit)
2684
2685 2005-08-10 Raphael Neider <rneider AT web.de>
2686
2687         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2688           Rokas' patch to add the new fixed point type "__fixed16x16"
2689         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2690           functions for __fixed16x16 arithmetics
2691         * device/lib/pic16: reimplemented the build system to support
2692           a separate build directory, better handling of libio (create
2693           the library in a separate subdir for each architecture) and
2694           easier configuration (centralized in Makefile.common)
2695
2696 2005-08-07 Raphael Neider <rneider AT web.de>
2697
2698         * src/pic16/gen.c (genrshTwo): fixed sign extension
2699         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2700         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2701           added T0CONbits
2702         * device/include/pic16/pic18f4220.h: NEW, header for
2703           pic18f4220 and pic18f4320
2704         * device/include/pic16/pic18fregs.h: added new devices,
2705           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2706         * device/include/pic16/signal.h: resolved name clashes
2707           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2708           to also allow testing for interrupt enable bits, added
2709           comments on how to use the macros
2710         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2711         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2712           register definitions for the devices
2713         * device/lib/pic16/pics.all: added new devices
2714         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2715           allocated memory
2716         * device/lib/pic16/libc/stdlib/memfree: do not count
2717           the block header as free memory
2718         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2719           simplified and added missing end-of-blocklist-marker
2720           (reported by Peter Onion, fixes #1252814)
2721         * (_mergeHeapBlock): fixed loop condition
2722         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2723           len==0, restructured code
2724         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2725           up a bit, reduced bitfield accesses, prevent endless loops
2726           in case of heap corruption
2727         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2728           "unreferenced arguments/must return a value" warnings
2729         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2730           replaced BAUDREG with SPBRG
2731         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2732           device/lib/pic16/debug/gstack/gstack.c: replaced
2733           _naked, _asm, _endasm with __naked, __asm, __endasm
2734
2735 2005-08-05 Raphael Neider <rneider AT web.de>
2736
2737         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2738           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2739
2740 2005-08-05 Borut Razem <borut.razem AT siol.net>
2741
2742         * device/lib/Makefile.in: added missing ';'
2743         * configure: removed ^M characters
2744
2745 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2746
2747         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2748           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2749           License
2750
2751 2005-08-04 Borut Razem <borut.razem AT siol.net>
2752
2753         * configure.in: pic16 libraries build 2nd try - enable running
2754           configure in device/lib/pic16
2755         * configure: regenerated from configure.in
2756         * device/lib/Makefile.in: create $(PORT)/bin directory
2757
2758 2005-08-03 Raphael Neider <rneider AT web.de>
2759
2760         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2761           to get/set values via pointers
2762         * (genUnpackBits,genPackBits): changed detection of
2763           ptr->bitfield vs. sym.bitfield, fixed access via generic
2764           pointers, removed dead (wrong) code for multibyte bitfields
2765         * (genNearPointerGet, genGenPointerGet): removed useless code,
2766           fixed bitfield detection, fixes #1250594
2767         * (genNearPointerSet): removed useless code
2768         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2769           and introduced macro pic16_emitpcode that conditionally emits
2770           the origin of the following pCode (useful for debugging SDCC)
2771         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2772         * (createDefmap): fixed handling of LFSR for --optimize-df
2773
2774 2005-08-02 Borut Razem <borut.razem AT siol.net>
2775
2776         * device/lib/Makefile.in: pic16 libraries build enabled since
2777           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2778
2779 2005-08-02 Raphael Neider <rneider AT web.de>
2780
2781         * src/pic16/gen.c (genPackBits): removed deprecated warning
2782         * (genGenPointerSet): fixed bitfield detection
2783
2784 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2785
2786         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2787
2788 2005-07-31 Raphael Neider <rneider AT web.de>
2789
2790         * device/lib/pic16/libdev/pic18f458.c,
2791           device/include/pic16/pic18f458.h: added missing T0CONbits
2792
2793 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2794
2795         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2796
2797 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2798
2799         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2800
2801 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2802
2803         * device/include/mcs51/at89c51ed2.h: added.
2804
2805 2005-07-23 Raphael Neider <rneider AT web.de>
2806
2807         * src/pic/gen.h: added emitpcode macro for debugging
2808         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2809           and replace by macro adding debug information on demand
2810         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2811         * (gencjne): tried to fix; replaced with correct (slower) code
2812         * (gen{Unp,P}ackBits): fixed single bit access
2813         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2814         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2815           previous instruction
2816         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2817           register has to be handled with care (forbidding movement
2818           of assignments/uses, removing assignments completely, ...)
2819         * (pCodeOptime2pCodes): make use of regIsSpecial
2820         * added lots of debugging output (commented out)
2821         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2822           from being reused as result UNLESS it is known to work
2823
2824 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2825
2826         * support/Util/dbuf.h: include <stddef.h> for size_t
2827         * .version: changed to version 2.5.2
2828
2829 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2830
2831         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2832
2833 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2834
2835         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2836           (genModOneByte): removed needless psha/pula
2837
2838 2005-07-22 Raphael Neider <rneider AT web.de>
2839
2840         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2841           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2842         * src/pic/gen.c (resolveIfx): do not "invent" labels
2843         * (genSkipc): changed to positive logic
2844         * (genSkipCond): removed as no longer needed
2845         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2846           backport from PIC16
2847         * (genLeftShift): check operands are in different registers
2848         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2849           INCF does not update CARRY...
2850         * src/pic/main.c: fixed _linkCmd
2851         * src/pic/pcode.c (unlinkpCode): added inactive code
2852         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2853           alive (do not assign result and operand overlapping registers)
2854
2855 2005-07-22 Raphael Neider <rneider AT web.de>
2856
2857         * src/pic/device.c (dump_sfr): replaced register declaration with
2858           call to emitSymbolToFile() to avoid duplicate symbols
2859         * (assignRelocatableRegisters): do not declare external symbols
2860         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2861           right (take size of type, not etype)
2862         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2863         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2864         * (packRegsForAccUse): disabled assignment of WREG as
2865           the result reg to prevent occurence of just fixed #1235003,
2866           fixes #1242954
2867         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2868           symbols (avoids duplicate symbols in .asm file)
2869         * (pic14emitRegularMap): use emitSymbolToFile()
2870         * src/pic/gen.c (aopOp): fixed spillLocation handling
2871         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2872         * (genDataPointerSet): removed unneccessary variables/output
2873
2874 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2875
2876         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2877         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2878
2879 2005-07-21 Raphael Neider <rneider AT web.de>
2880
2881         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2882           architecture cannot handle them efficiently, fixes bug #1235003
2883         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2884           check for empty sets before using them (fixes bug #1232190)
2885
2886 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2887
2888         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2889           (lnksect2): generate warnings for memory overlap
2890         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2891           constseg to set the name of these segments so you can instruct the linker
2892           to place them in banks
2893         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2894         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2895           added code_seg and const_seg to options
2896         * src/SDCCglue.c (emitMaps): use options.const_seg,
2897           (createInterruptVect): put interrupt vectors in segment HOME,
2898           (glue): put HOME before static segment and put the main glue in HOME,
2899           (glue): use options.code_seg
2900         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2901         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2902           these segments so you can instruct the linker to place them in banks
2903           (linkEdit): use code_loc for HOME segment which should be the first
2904           segment in code memory now
2905         * src/SDCCmem.c: fixed more stuff like bug 1238386
2906         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2907           (changePointer): don't change function pointers to code pointers for
2908           banked functions,
2909           (compareType): added exceptional check for banked function pointers
2910         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2911         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2912           after static in code memory
2913         * src/mcs51/gen.c: added aopLiteralLong prototype,
2914           (aopForSym): use getSize for functions,
2915           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2916           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2917           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2918           the segment,
2919           (genPcall): use call for literal function pointers and generate banked
2920           calls over the one trampoline so there's only one place for the user to
2921           modify according to his/hers hardware,
2922           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2923           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2924         * src/mcs51/main.c: added keyword banked,
2925           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2926         * support/Util/SDCCerr.c,
2927         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2928           needed for passing the bank and address to the trampoline
2929         * device/lib/mcs51/crtbank.asm: added for bankswitching
2930         * device/lib/mcs51/Makefile: added crtbank
2931
2932 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2933
2934         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2935           for fields at offset 0 of a struct or union as reported
2936           on 2005-07-07 in the developer mailing list.
2937
2938 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2939
2940         * src/SDCCmem.c: fixed bug 1238386
2941
2942 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2943
2944         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2945           (patch #1144962), added peephole 300, enabled 259.x
2946         * doc/sdccman.lyx: removed screenshot and provided link instead
2947
2948 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2949
2950         * doc/sdccman.lyx: added section about debugging with ddd
2951         * doc/figures/ddd_example.eps: screenshot of debugging session
2952
2953 2005-07-04 Raphael Neider <rneider AT web.de>
2954
2955         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2956           like CODE pointers, fixes #1115683
2957         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2958           call, fixes bugs #1232211, #1228110,
2959           fixed wrong casts to pCodeFlow from pCodeInstructions
2960
2961 2005-07-04 Raphael Neider <rneider AT web.de>
2962
2963         * src/pic/gen.c (popGet): changed assert to allow for
2964           bit operands
2965         * (popGetAddr): changed signature to provide
2966           an additional index, patched all call sites
2967         * (genCmpEq): handle literal-like operands correctly
2968         * (genAddrOf): added sanity checks on __code/__data pointers
2969         * (genAssign): added handling of symbols from __code section
2970         * (gencjne): do not generate code for comparisons whose result
2971           is neither stored nor used, fixes bug #1171114
2972         * (AccLsh, AccRsh): operate on operand instead of WREG
2973         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2974           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2975           by known count
2976         * rewrote complete shift-by-literal logic, commented unused
2977           functions out
2978         * (genConstPointerGet): get multiple bytes (if result size > 1),
2979           fixed handling of non-immediate addresses
2980         * (genPointerGet): handle CODE pointers like CONST pointers
2981         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2982         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2983           operand is to be treated as a literal or not
2984         * (mov2w,genPcall,genCmpEq),
2985           src/pic/genarith.c: use aop_isLitLike() to decide between
2986           literal/register contents
2987         * (addSign): added missing offset
2988         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2989           only emit comment in debug-mode,
2990           use {aop,op}_isLitLike throughout the file
2991         * src/pic/glue.c: fix initializers for pointers (work in progress)
2992         * src/pic/pcode.c (get_op): honor index on _const symbols
2993         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2994         * (dumppBlock): added pCode size estimation
2995         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2996           check for IS_SYMOP before OP_SYMBOL'ing
2997         * fixed indentation, compacted switch-statements
2998         * (allocReg): find free register and allocate it instead of
2999           allocating new registers all the time
3000         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3001           registers as its operands (necessary only for multibyte GETs)
3002
3003 2005-07-01 Raphael Neider <rneider AT web.de>
3004
3005         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3006           debugging .asm-output macros FENTRY + FEXIT
3007         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3008           way... I wonder...
3009         * (emitpComment): NEW, printf to pCode
3010         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3011           offset handling
3012         * (popGetAddr): NEW, variant of popGet to access an immediates
3013           high(er) bytes instead of the n'th byte of memory they reference,
3014           replaced popGet with popGetAddr where neccessary
3015         * (genDataPointerGet): reactivated and fixed implementation
3016         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3017           accesses
3018         * (genDataPointerSet): fixed multibyte assignments
3019         * (genpic14Code): fixed --i-code-in-asm handling
3020         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3021         * (genPlus): fixed index-out-of-bounds error
3022         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3023         * src/pic/ralloc.c: added debugging output macro FENTRY2
3024         * (spillThis): fixed indentation, enbraced for-body for clarity
3025         * (rematStr): commented out as now unused
3026         * (regTypeNum): commented out special spill case (overwrites
3027           arbitrary values)
3028         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3029
3030 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3031
3032         * doc/sdccman.lyx: documented sfr16/sfr32,
3033           added example for using storage class with function pointers
3034         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3035
3036 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3037
3038         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3039         * device/lib/_itoa.c,
3040         * device/lib/_ltoa.c: optimized codesize
3041         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3042           but don't know how to suppress the double warning.
3043         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3044         * support/Util/SDCCerr.c,
3045         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3046
3047 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3048
3049         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3050           fixed old K&R prototypes
3051         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3052         * device/lib/_gptrget.c,
3053         * device/lib/_gptrgetc.c,
3054         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3055           also new versions for small generic pointers and banked generic pointers
3056         * src/port.h: added const_name
3057         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3058         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3059         * src/SDCCcse.c (findPrevIc): check all associative operators
3060         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3061         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3062         * src/SDCCmem.c: updated comments,
3063           set far-space to 0 for pdata, results in optimized code
3064         * src/SDCCmem.h: added macro CONST_NAME
3065         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3066           moving the info into the highest bits, see also gptrget/gptrput
3067         * src/src.dsp: added sdcc.ico to project files
3068         * src/avr/gen.c (genCast): fixed bug 0x%d
3069         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3070         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3071           relation between ptr_type and DCL_TYPE,
3072           (genCast): fixed bug 0x%d
3073         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3074           (CODE)" for const_name
3075         * src/hc08/gen.c (genCast): fixed bug 0x%d
3076         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3077           (hc08_port): added "CONST (CODE)" for const_name
3078         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3079           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3080           between ptr_type and DCL_TYPE,
3081           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3082           operand* and took AOP() inside function so sfr-ness can be checked,
3083           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3084           new prototype,
3085           (genFunction, genEndFunction): optimized stack setup,
3086           (genMinus): optimized for literals with ending zeroes (in bytes),
3087           (genCast): fixed bug 0x%d
3088         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3089           (mcs51_port): added "CONST (CODE)" for const_name
3090         * src/mcs51/peeph.def: made rule 226 more generic
3091         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3092         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3093         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3094         * src/z80/main.c (z80_port): added NULL for const_name,
3095           (gbz80_port): added NULL for const_name
3096         * support/regression/tests/bug663539.c,
3097         * support/regression/tests/sfr16.c: new tests
3098
3099 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3100
3101         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3102
3103 2005-06-24 Raphael Neider <rneider AT web.de>
3104
3105         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3106           corrected typos...
3107         * device/include/pic16/signal.h: added USBIF
3108           and SIG_USB
3109
3110 2005-06-24 Raphael Neider <rneider AT web.de>
3111
3112         * device/lib/pic16/libdev/pic18f2455.c,
3113           device/include/pic16/pic18f2455.h: NEW
3114         * device/include/pic16/pic18fregs.h,
3115           device/lib/pic16/pics.all,
3116           src/pic16/device.c: added 18f2455
3117         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3118           device/include/pic16/{pic18f[68][567].h,usart.h}:
3119           replaced MULTIPLE_USARTS define with more relaible
3120           compatibility sfrs (for USART access)
3121
3122 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3123
3124         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3125           and the output asm file line is printed on two lines.
3126
3127 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3128
3129         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3130           BGT, BLE, BHI, and BLS instructions
3131         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3132           genCmpEq): removed
3133         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3134           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3135           fixes bug #1216342
3136         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3137
3138 2005-06-15 Raphael Neider <rneider AT web.de>
3139
3140         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3141         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3142         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3143           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3144           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3145
3146 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3147
3148         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3149           Marcel Telka in bug #1215704
3150
3151 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3152
3153         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3154           located in shared memory bank.
3155
3156 2005-05-31 Raphael Neider <rneider AT web.de>
3157
3158         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3159           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3160           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3161
3162 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3163
3164         * device/lib/_strncpy.c: fixed the fix
3165
3166 2005-05-26 Raphael Neider <rneider AT web.de>
3167
3168         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3169           initializers with \0, bug #1208187
3170         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3171           intializers with \0, bug #1208187
3172
3173 2005-05-26 Raphael Neider <rneider AT web.de>
3174
3175         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3176           initializers with \0, bug #1208187
3177         * src/pic16/main.c (_process_pragma): added sanity checks
3178           for stack position and size, emit warnings when appropriate
3179
3180 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3181
3182         * device/lib/_strncpy.c: fixed not filling with \0
3183
3184 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3185
3186         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3187           createFunction),
3188         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3189           compound_statement),
3190         * src/SDCCsymt.h,
3191         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3192
3193 2005-05-24 Raphael Neider <rneider AT web.de>
3194
3195         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3196
3197 2005-05-24 Raphael Neider <rneider AT web.de>
3198
3199         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3200           TRISE definitions, closes bug #1162453
3201
3202 2005-05-22 Raphael Neider <rneider AT web.de>
3203
3204         * src/pic16/main.c (_process_pragma): check for missing
3205           arguments to pragmas code and udata
3206         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3207           consistency fixes to match other headers (thanks to Jim Paris)
3208         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3209
3210 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3211
3212         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3213
3214 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3215
3216         * support/regression/tests/bug1198642.c: new test
3217         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3218         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3219         * support/scripts/resource.h,
3220         * support/scripts/resource.rc,
3221         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3222         * support/scripts/sdcc.ico: added 32x32 icon
3223
3224 2005-05-18 Raphael Neider <rneider AT web.de>
3225
3226         * device/lib/pic16/libdev/pic18f*.c,
3227         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3228           keywords to "__sfr" and "__at (X)"
3229         * device/include/pic16/pic18fregs.h: added pic18f4520
3230         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3231           #1203088 (MPLAB compatibility)
3232
3233 2005-05-17 Raphael Neider <rneider AT web.de>
3234
3235         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3236         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3237         * device/lib/pic16/pics.all: added new devices
3238         * src/pic16/device.c: added support for pic18f4520
3239
3240 2005-05-16 Raphael Neider <rneider AT web.de>
3241         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3242         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3243         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3244           convenience function for bit access
3245
3246 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3247
3248         * device/lib/printf_large.c: fixed bug 1193299
3249         * support/regression/tests/bug1057979.c: added test %3.3s
3250
3251 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3252
3253         * device/include/mcs51/8051.h,
3254         * device/include/mcs51/8052.h: made parseable with lint
3255         * device/include/mcs51/lint.h: added include file for (sp)lint
3256         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3257         * doc/cdbfileformat.lyx,
3258         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3259
3260 2005-05-14 Raphael Neider <rneider AT web.de>
3261
3262         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3263         * device/lib/pic16/libc/stdlib/itoa.c (new)
3264         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3265         * device/lib/pic16/libio/Makefile: exclude subdir according to
3266           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3267         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3268         * src/pic16/gen.c (genFunction): prevent annoying warning
3269         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3270           nameclashes on BeOS
3271         * support/cpp2/cppmain.c (cpp_output_string): new
3272         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3273           fixes bug 1116802
3274
3275 2005-05-13 Borut Razem <borut.razem AT siol.net>
3276
3277         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3278
3279 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3280
3281         * .version: changed to version 2.5.1; back to bleeding edge development
3282
3283 2005-05-11 Borut Razem <borut.razem AT siol.net>
3284
3285         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3286           generate PDF version 1.3 documents
3287
3288 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3289
3290         * .version: changed to version 2.5.0
3291
3292 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3293
3294         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3295
3296 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3297
3298         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3299         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3300         well as many smaller updates.
3301         * .version: changed to version 2.5.0-pre1
3302
3303 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3304
3305         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3306
3307 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3308
3309         * support/regression/tests/bug1185672.c: added
3310         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3311           bug 1185672
3312         * src/mcs51/gen.c (genCall): added comments, made it look safer
3313         * src/mcs51/gen.c (genEndFunction): simplified
3314
3315 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3316
3317         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3318
3319 2005-04-14 Borut Razem <borut.razem AT siol.net>
3320
3321         * fixed bug 1045046 - SIGSEGV with really simple code?:
3322           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3323           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3324
3325 2005-04-14 Borut Razem <borut.razem AT siol.net>
3326
3327         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3328           src/pic16/device.h: temporarily disabled experimental #inline pragma
3329           for 2.5.0 release
3330
3331 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3332
3333         * device/include/z80/stdio.h,
3334         * device/include/z80/string.h: removed these highly incomplete files so
3335           SDCC can use the default ones in device/include/
3336
3337 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3338
3339         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3340         gcc warning.
3341         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3342         fix sdcpp warnings.
3343
3344 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3345
3346         * device/include/malloc.h: removed redundant __reentrant prototypes
3347         * device/lib/_mullong.c: added working xstack variant in asm (C version
3348           doesn't pass regression tests)
3349         * device/lib/bpx.c: used __data and made bpx char for mcs51
3350         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3351           (createFunction): fixed bug with xstackPtr
3352         * src/SDCCcse.c: corrected comments
3353         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3354           (killDeadCode, eBBlockFromiCode): removed unused code
3355         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3356           corrected comments
3357         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3358           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3359           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3360           (genModOneByte): fixed warning in MSVC
3361         * src/mcs51/main.c (): added comments
3362         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3363
3364 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3365
3366         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3367
3368 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3369
3370         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3371
3372 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3373
3374         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3375         characters arrays of larger size than the declared one.
3376
3377 2005-04-10 Borut Razem <borut.razem AT siol.net>
3378
3379         * src/pic/gen.c (genInline),
3380           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3381           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3382           (findNextInstruction), (findPrevInstruction),
3383           (findInstructionUsingLabel),
3384           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3385         * src/pic/pcode.c (findLabel): added missing '\n'
3386         * src/src.dsp: added SDCCdwarf2.c to the project
3387
3388 2005-04-09 Borut Razem <borut.razem AT siol.net>
3389
3390         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3391
3392 2005-04-08 Raphael Neider <rneider AT web.de>
3393
3394         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3395           into the chain after a given one) and mergeDefmapSymbols (combine
3396           defmap entries for each symbol per pcode)
3397         * (createDefmap): have defmap entries merged in the end
3398         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3399           a symbol before replacing one access type's symbol, merge symbols in
3400           the end (replacement symbol might already have an entry)
3401         * (assignValnums): keep reference to written WREG intact
3402
3403 2005-04-08 Raphael Neider <rneider AT web.de>
3404
3405         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3406           Alpha)
3407
3408 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3409
3410         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3411         bytes
3412
3413 2005-04-07 Raphael Neider <rneider AT web.de>
3414
3415         * device/include/pic16/usart.h: added compatibility defines for
3416           devices with more than one USART
3417         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3418
3419 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3420
3421         * device/lib/Makefile.in: updated for port specific include
3422
3423 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3424
3425         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3426
3427 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3428
3429         * device/include/8051.h,
3430         * device/include/8052.h,
3431         * device/include/at89S8252.h,
3432         * device/include/at89c55.h,
3433         * device/include/at89x051.h,
3434         * device/include/at89x51.h,
3435         * device/include/at89x52.h,
3436         * device/include/mcs51reg.h,
3437         * device/include/reg51.h,
3438         * device/include/reg764.h,
3439         * device/include/regc515c.h,
3440         * device/include/sab80515.h: (re)moved these 12 files
3441         * device/include/mcs51/8051.h,
3442         * device/include/mcs51/8052.h,
3443         * device/include/mcs51/at89S8252.h,
3444         * device/include/mcs51/at89c55.h,
3445         * device/include/mcs51/at89x051.h,
3446         * device/include/mcs51/at89x51.h,
3447         * device/include/mcs51/at89x52.h,
3448         * device/include/mcs51/mcs51reg.h,
3449         * device/include/mcs51/reg51.h,
3450         * device/include/mcs51/reg764.h,
3451         * device/include/mcs51/regc515c.h,
3452         * device/include/mcs51/sab80515.h: and added them here
3453
3454 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3455
3456         * device/include/stdarg.h: changed SDCC specific keywords to double
3457           underlined form.
3458         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3459           mcs51 and ds390.
3460         * device/include/hc08/mc68hc908gp32.h,
3461         * device/include/hc08/mc68hc908jb8.h,
3462         * device/include/hc08/mc68hc908jkjl.h,
3463         * device/include/hc08/mc68hc908qy.h: fixed comments
3464         * device/include/mcs51/README: updated
3465         * device/include/mcs51/c8051f120.h: added PINRSF
3466         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3467         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3468           amidst code. Also inline is not supported.
3469
3470 2005-04-06 Raphael Neider <rneider AT web.de>
3471
3472         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3473         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3474           callers stack/frame pointers
3475
3476 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3477
3478         * device/include/pic16/usart.h: added, missing in previous commit,
3479         * device/include/pic16/adc.h: fixed typo,
3480         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3481         commit,
3482         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3483         <p18fxxx.inc>
3484         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3485         uninitialized because a bug appears with gplink
3486         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3487         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3488         complains for unrecognised option
3489
3490 2005-04-05 Raphael Neider <rneider AT web.de>
3491
3492         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3493           structs as well (using memcpy)
3494         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3495           on ISRs (GOTO has no label)
3496         * src/pic16/device.h: added OF_OPTIMIZE_DF
3497         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3498           new data flow analysis/optimization
3499         * src/pic16/pcode.c: added (prototypes for and implementation of)
3500           dataflow analysis functions, fixed pCodeInstructions' inCond and
3501           outCond values, made RCALL a branch instruction
3502         * (pic16_unlinkpCode): keep C line if possible
3503         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3504           C line moved if possible
3505         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3506         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3507           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3508         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3509           new flow)
3510         * (pic16_getJumptabpCode): NEW, needed in...
3511         * (LinkFlow): fixed handling of jumptables, calls and conditional
3512           branches
3513         * (pic16_InsertCommentAfter): NEW
3514         * (pic16_pCodeReplace): made verbose and flow preserving
3515         * (AnalyzeFlow): added call to data flow analysis
3516         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3517         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3518         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3519
3520 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3521
3522         * src/SDCCast.c (decorateType): fixed bug #1105626
3523
3524 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3525
3526         * device/include/asm/pic16/features.h,
3527         * pic18f*.h headers,
3528         * device/include/pic16/adc.h,
3529         * device/include/pic16/delay.h,
3530         * device/include/pic16/i2c.h,
3531         * device/include/pic16/malloc.h,
3532         * device/include/pic16/stdio.h,
3533         * device/include/pic16/stdlib.h,
3534         * device/include/pic16/string.h,
3535         * device/lib/pic16/libc/stdio/printf_tiny.c,
3536         * device/lib/pic16/libc/stdio/printf_small.c,
3537         * device/lib/pic16/libc/stdio/strmgpsim.c,
3538         * device/lib/pic16/libc/stdio/strmmssp.c,
3539         * device/lib/pic16/libc/stdio/strmusart.c,
3540         * device/lib/pic16/libc/stdio/vfprintf.c,
3541         * device/lib/pic16/libc/stdlib/ltoa.c,
3542         * device/lib/pic16/libc/stdlib/putchar.c,
3543         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3544         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3545         * device/lib/pic16/libc/stdlib/memchrram.c,
3546         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3547         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3548         * device/lib/pic16/libio/adc/adcbusy.c,
3549         * device/lib/pic16/libio/adc/adcread.c,
3550         * device/lib/pic16/libio/adc/adcsetch.c,
3551         * device/lib/pic16/libio/usart/ubaud.c,
3552         * device/lib/pic16/libio/usart/ubusy.c,
3553         * device/lib/pic16/libio/usart/udrdy.c,
3554         * device/lib/pic16/libio/usart/uopen.c,
3555         * device/lib/pic16/libio/usart/uputc.c,
3556         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3557         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3558         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3559         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3560         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3561         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3562         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3563         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3564         specific keywords to double underlined form,
3565         * device/lib/pic16/libc/Makefile.rules,
3566         * device/lib/pic16/libsdcc/Makefile.rules,
3567         * device/lib/pic16/libm/Makefile,
3568         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3569         to compile with C standard set in Makefile.common
3570         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3571         rand.c and crc.c in compilation process,
3572         * device/lib/pic16/libsdcc/int/divuint.c,
3573         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3574         `c' from signed to unsigned,
3575         * device/lib/pic16/startup/crt0.c,
3576         * device/lib/pic16/startup/crt0i.c,
3577         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3578         keywords to double underlined form, bug fixes in _do_cinit function
3579         which prevented the correct initialization of the .idata segment,
3580         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3581         core to enter a infinite loop
3582         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3583
3584 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3585
3586         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3587
3588 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3589
3590         * device/include/Makefile.in: add support for hc08 subdirectory
3591         * device/include/hc08/: new subdirectory
3592         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3593         Lucas Loizaga, thanks!
3594         * device/include/hc08/mc68hc908qy.h,
3595         * device/include/hc08/mc68hc908gp32.h,
3596         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3597         their own directory. Changed internal macro names to use the compiler
3598         reserved namespace. Changed SDCC specific keywords to double
3599         underlined form.
3600         * device/include/math.h,
3601         * device/include/malloc.h,
3602         * device/include/stdarg.h,
3603         * device/include/stdbool.h
3604         * device/include/string.h,
3605         * device/include/tinibios.h,
3606         * device/include/ds400rom.h,
3607         * device/include/8051.h,
3608         * device/include/8052.h,
3609         * device/include/80c51xa.h,
3610         * device/include/at89c55.h,
3611         * device/include/at89S8252.h,
3612         * device/include/at89x51.h,
3613         * device/include/at89x52.h,
3614         * device/include/ds80c390.h,
3615         * device/include/reg764.h,
3616         * device/include/regc515c.h,
3617         * device/include/sab80515.h,
3618         * device/include/mcs51/c8051f000.h,
3619         * device/include/mcs51/c8051f018.h,
3620         * device/include/mcs51/c8051f020.h,
3621         * device/include/mcs51/c8051f040.h,
3622         * device/include/mcs51/c8051f060.h,
3623         * device/include/mcs51/c8051f120.h,
3624         * device/include/mcs51/c8051f300.h,
3625         * device/include/mcs51/c8051f310.h,
3626         * device/include/mcs51/c8051f320.h,
3627         * device/include/mcs51/c8051f330.h,
3628         * device/include/mcs51/c8051f350.h,
3629         * device/include/z180.h: Changed SDCC specific keywords to double
3630         underlined form.
3631
3632 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3633
3634         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3635         18F4455,
3636         * (pic16_assignConfigWordValue): disable testing of configuration
3637         register value with config mask,
3638         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3639         function with port->fun_prefix,
3640         * (genFunction): when generating a naked interrupt function never
3641         create an absolute segment placed in interrupt vector address, place
3642         the actual interrupt function at IVA instead, when an interrupt
3643         function is generated with unspecified interrupt then do not create
3644         the absolute section,
3645         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3646         code for generating a call to generic pointer get/put function with
3647         a call to function pic16_callGenericPointer(),
3648         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3649         the call to the generic pointer get/put functions with prefixing the
3650         function name with port->fun_prefix,
3651         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3652         * src/pic16/main.c (_process_pragma): prefix function with
3653         port->fun_prefix,
3654         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3655         calling assembler, old 18Fxxxx macro is deprecated,
3656         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3657         PC_ASMDIR in while condition,
3658         * (findInstruction): add PC_ASMDIR in while condition,
3659         * (buildCallTree): prefix main with port->fun_prefix,
3660         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3661         identifier for variable with banked access in instructions BTFSS,
3662         BTFSC, BCF, BSF, BTG
3663         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3664         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3665         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3666         perform optimization when enviroment variable NO_REG_OPT is set,
3667         * (insideLRBlock): NEW, return 1 if register is inside an
3668         INF_LOCALREGS block,
3669         * (RemoveRegFromLRBlock): remove a register that is completely
3670         eliminated by register optimization, but it is still left in local
3671         register store/restore in/from stack block,
3672         * (Remove2pcodes): after removing register, check to see if it
3673         should be removed from local register store/restore in/from stack
3674         block,
3675         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3676         DUMMY_READ_VOLATILE,
3677
3678         * device/include/pic16/adc.h: minor prototype modifications and
3679         update,
3680         * device/include/pic16/malloc.h: added GPL notice various
3681         modifications,
3682         * device/include/pic16/stdint.h: NEW, standard header for ints
3683         * device/include/pic16/delay.h: NEW, header for delay functions,
3684         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3685         delay1mtcy,
3686         * device/include/pic16/signal.h: NEW, header providing helper macros
3687         for implementing signal handlers,
3688         * device/include/pic16/stdio.h: added prototypes for functions,
3689         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3690         prototypes for stdin and stdout, added macro PUTCHAR to
3691         automatically implement putchar function prototype,
3692         * device/include/pic16/usart.h: modified and updated USART library,
3693         * device/lib/pic16/libio/adc/,
3694         * device/lib/pic16/libio/i2c: some modifications to improve library
3695         performance,
3696         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3697         family of functions,
3698         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3699         family of functions and other sources,
3700         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3701         of the PIC18Fxx[28] devices,
3702         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3703         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3704         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3705         _do_cinit function, because the previous failed when local variables
3706         where not placed in the same memory bank,
3707         * device/lib/pic16/libsdcc/char/: various modifications to improve
3708         library performance,
3709         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3710         information on the new functions of the c library and more...
3711
3712 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3713
3714         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3715
3716 2005-03-26 Raphael Neider <rneider AT web.de>
3717
3718         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3719           if condition == CARRY)
3720         * (genCmp): adapted to new genSkipc semantics
3721         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3722           on rIfx (genCmp was broken)
3723
3724 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3725
3726         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3727         * src/z80/main.c (_keywords[]),
3728         * src/SDCCglobal.h (struct options),
3729         * src/SDCC.y,
3730         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3731         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3732         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3733         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3734         always available in leading double underscore form. The C99 support is
3735         mostly missing, but it's a start.
3736         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3737         reserved identifier "__data".
3738
3739 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3740
3741         * src/mcs51/peeph.def: fixed bug 1170013
3742
3743 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3744
3745         * device/include/mcs51reg.h: fixed bug 842007
3746
3747 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3748
3749         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3750         last time.
3751
3752 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3753
3754         * src/port.h (struct PORT),
3755         * src/avr/ralloc.c (avr_assignRegisters),
3756         * src/avr/main.c,
3757         * src/ds390/ralloc.c (ds390_assignRegisters),
3758         * src/ds390/main.c,
3759         * src/hc08/ralloc.c (hc08_assignRegisters),
3760         * src/hc08/main.c,
3761         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3762         * src/mcs51/main.c,
3763         * src/pic/ralloc.c (pic14_assignRegisters),
3764         * src/pic/main.c,
3765         * src/pic16/ralloc.c (pic16_assignRegisters),
3766         * src/pic16/main.c,
3767         * src/xa51/ralloc.c (xa51_assignRegisters),
3768         * src/xa51/main.c,
3769         * src/z80/ralloc.c (z80_assignRegisters),
3770         * src/z80/ralloc.h,
3771         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3772         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3773         * src/SDCCcse.h,
3774         * src/SDCCdflow.c (computeDataFlow),
3775         * src/SDCCdflow.h,
3776         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3777         * src/SDCCloop.h,
3778         * src/SDCCcflow.c (*),
3779         * src/SDCCcflow.h,
3780         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3781         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3782         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3783         immedDom() returning wrong block; probably fixes bug #1160833)
3784
3785 2005-03-20 Borut Razem <borut.razem AT siol.net>
3786
3787         * support/scripts/inc2h.pl: WIN32 port
3788
3789 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3790
3791         * device/lib/makefile.in: added abs.c and labs.c
3792
3793 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3794
3795         * device/include/stdint.h: added
3796         * device/lib/abs.c: added
3797         * device/lib/labs.c: added
3798         * device/include/stdlib.h: added abs() and labs() prototypes
3799         * device/lib/libsdcc.lib: added abs and labs
3800         * device/include/float.h,
3801         * device/lib/_fsmul.c,
3802         * device/lib/printf_fast.c,
3803         * device/lib/printf_tiny.c: updated comments
3804
3805 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3806
3807         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3808         bug #1164313
3809
3810 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3811
3812         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3813         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3814
3815 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3816
3817         * device/lib/printf_large.c: removed inline assembly for portability and
3818           readability. Use printf_fast if speed or size are more important.
3819         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3820         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3821
3822 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3823
3824         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3825         prevent compiler warning
3826
3827 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3828
3829         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3830         moved to level 0 and declared as static. Also they are explicit
3831         placed in access bank. This was necessery because some times they
3832         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3833         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3834         optimizations. Currently only compare to unsigned char is implemented,
3835         * src/pic16/gen.c: added fReturnIdx array,
3836         * (struct resolvedIfx) is moved to gen.h and made public,
3837         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3838         * (aopForSym): added an optimization to directly store in stack of
3839         the operand of a SEND iCode,
3840         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3841         but as registers instead (AOP_REG) using the fReturnIdx array,
3842         * (pic16_freeAsmop): remove the freed register from the
3843         _G.sregsAlloc field,
3844         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3845         a compare of 'WREG',
3846         * (pic16_popGetTempRegCond): changed function prototype, now
3847         function takes also a bitVector argument v which holds the current
3848         set of registers that are allocated for stack access by aopForSym,
3849         registers allocated in aopForSym for accessing stack symbols are not
3850         any more part of the functions usedRegs field,
3851         * (genCall): some times aopOp is called for a stack variable to be
3852         send, aopForSym might perform the push, if this is true make sure
3853         that genCall doesn't push the variable twice by testing _G.resDirect,
3854         * (genFunction): changed testing for unspecified interrupt number
3855         from 256 to INTNO_UNSPEC,
3856         * modified selection scheme of frame pointer generation. Previously
3857         if function did use local registers a frame pointer was generated,
3858         now a frame pointer is generated only if function has arguments
3859         (that need PLUSW2 register access), or has stack arguments, or the
3860         compiler is not instructed to omit the frame pointer,
3861         * (genEndFunction): before restoring local registers that were saved
3862         in the function preamble, also restore the registers that *might*
3863         have been allocated for stack access,
3864         * (genRet): removed some old comments,
3865         * (genCmp, the active (RN's) version): added a call to the
3866         pic16_genCmp_special function to perform the compare with a more
3867         robust and optimized way,
3868         * (genInline): a feature has been added in inline code generation,
3869         which allows a wildcard variable substitution when writing inline
3870         assembly. Code is incomplete and experimental therefore undocumented,
3871         * (genCast): changed order of aopOp for result and right to allow
3872         aopForSym to directly load the result if possible,
3873         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3874         perform an optimized compare on some selected special occasions,
3875         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3876         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3877         generate an IVT any more,
3878         * src/pic16/main.c (pic16_optionsTable): added command line option
3879         --optimize-cmp,
3880         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3881         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3882         macros,
3883         * src/pic16/NOTES: Raphael Neider added in list of active developers
3884         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3885         jumptable_end to prevent bug #,
3886         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3887         inCond and outCond fields,
3888         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3889         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3890         turn off register spilling,
3891         * (packRegsForOneUse): synced with other ports' versions although it
3892         is not used currently,
3893         * (pic16_packRegisters): added an optimization while reading
3894         structure bitfields, some registers may be saved (malloc code is
3895         decreased by 80 bytes)
3896
3897 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3898
3899         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3900         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3901         this can be optimized more?
3902
3903 2005-03-10 Raphael Neider <rneider AT web.de>
3904
3905         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3906           genNearPointerGet): (hopefully) fixed access to bitfields via
3907           pointers (p->bitN = x; and x = p->bitN; failed)
3908
3909 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3910
3911         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3912
3913 2005-03-09 Raphael Neider <rneider AT web.de>
3914
3915         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3916
3917 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3918
3919         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3920         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3921           (regTypeNum): set REG_BIT type if necessary
3922         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3923         * support/regression/tests/critical.c: check bug 1144613
3924
3925 2005-03-02 Raphael Neider <rneider AT web.de>
3926
3927         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3928
3929 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3930
3931         * src/avr/ralloc.c (serialRegAssign),
3932         * src/ds390/ralloc.c (serialRegAssign),
3933         * src/hc08/ralloc.c (serialRegAssign),
3934         * src/mcs51/ralloc.c (serialRegAssign),
3935         * src/pic/ralloc.c (serialRegAssign),
3936         * src/pic16/ralloc.c (serialRegAssign),
3937         * src/xa51/ralloc.c (serialRegAssign),
3938         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3939
3940 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3941
3942         * src/SDCCast.c (decorateType): fixed bug 1124787
3943
3944 2005-02-20 Hubert Sack <sack AT digiplan.de>
3945         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3946
3947         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3948         patch #1121755
3949
3950 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3951
3952         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3953         to keep the correct label reference count when adding/removing references
3954         to labels. A peephole file using this is appended to patch #1144962.
3955
3956 2005-02-14 Raphael Neider <rneider AT web.de>
3957
3958         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3959         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3960         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3961           retrievals of result operand's value on assignment
3962
3963 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3964
3965         * device/include/pic16/string.h: modified prototype for memccpy()
3966         to memccpy(void *, void *, char, size_t)
3967         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3968         check whether to omit frame pointer or not,
3969         * (genInline): convert all occurences of "\n" to LF in inline
3970         assembler blocks, this helps formatting the inline text,
3971         * (pic16_loadFSR0): modified prototype,
3972         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3973         removed some 8051 legacy code,
3974         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3975         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3976         before allocating temporary registers in functions,
3977
3978 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3979
3980         * support/regression/tests/bitvars.c: corrected the "fix"
3981
3982 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3983
3984         * support/regression/tests/bitvars.c,
3985         * support/regression/tests/bitwise.c,
3986         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3987
3988 2005-02-10 Raphael Neider <rneider AT web.de>
3989
3990         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3991           different size for Alpha
3992         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3993
3994 2005-02-09 Raphael Neider <rneider AT web.de>
3995
3996         * src/SDCC.lex(doPragma) : save and restore warning options as well
3997           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3998         * have #pragma less_pedantic set the errorlevel to WARNING
3999           (fixes #1117001)
4000         * (cloneOptimize) : fixed wrong malloc's size
4001         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4002           facilitate correct handling of #pragma (save|restore)
4003
4004 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4005
4006         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4007
4008 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4009
4010         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4011
4012 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4013
4014         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4015
4016 2005-02-02 Raphael Neider <rneider AT web.de>
4017
4018         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4019         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4020         * (pic16_storeForReturn): fixed to allow returning function pointers
4021         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4022         * device/include/pic16/{stddef.h,stdbool.h}: added
4023
4024 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4025
4026         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4027
4028 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4029
4030         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4031         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4032          appeared to be required
4033
4034 2005-01-31 Borut Razem <borut.razem AT siol.net>
4035
4036         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4037           include/mcs51 and include/z80 directories to the package
4038
4039 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4040
4041         * src/hc08/gen.c (genFunction): fixed bug #1112752
4042
4043 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4044
4045         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4046
4047 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4048
4049         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4050
4051 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4052
4053         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4054
4055 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4056
4057         * device/include/c8051fxxx.h: removed these 6 files
4058         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4059
4060 2005-01-26 Raphael Neider <rneider AT web.de>
4061
4062         * src/pic16/gen.c (genAssign): fixed assignment from longs
4063           in codespace (were cut to three bytes)
4064         * (genDummyRead): implemented (except for CODESPACE...),
4065           fixed bug #1108575
4066         * src/pic16/glue.c (emitStatistics): beautified
4067         * device/lib/pic16/libm/Makefile: added include path
4068
4069 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4070
4071         * src/z80/gen.c (aopPut): fixed bug #1103902
4072
4073 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4074
4075         * device/lib/expf.c: fixed bug #1095792
4076
4077 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4078
4079         * device/lib/pic16/libm: added Math library sources
4080
4081 2005-01-24 Raphael Neider <rneider AT web.de>
4082
4083         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4084           to enable upcast to pCodeOpReg2 (there is no type tag to
4085           differenciate the two and pic16_popGet2p cast into PCOR2)
4086         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4087           (sizeof(sectNames) changed to sizeof(sectName))
4088           Both patches fix segfaults under MinGW.
4089
4090 2005-01-23 Raphael Neider <rneider AT web.de>
4091
4092         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4093           Safe_[mc]?alloc()'ed variables
4094         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4095           of (byte sized) temporaries (assign them to WREG for now)
4096         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4097           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4098           this might fix SIGSEGVs on MinGW...
4099         * src/SDCCopt.c (killDeadCode): restored original behaviour
4100           (volatile operands might get thrown away though)
4101
4102 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4103
4104         * src/pic16/gen.c: fixed bug #1106975,
4105         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4106         pointer update, INTCON is saved, global interrupts are disabled and
4107         restored after updateing TOS.
4108         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4109         * added function attribute 'shadowregs' to take advantage of shadow
4110         registers,
4111         * added function attribute 'wparam' as an alternative to the wparam
4112         pragma,
4113         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4114         user declares a non-ISR function as 'shadowregs',
4115         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4116
4117 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4118
4119         * .version: bumped version number to 2.4.8
4120         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4121         pic16 port,
4122         * device/lib/pic16/libio/i2c/: I2C module support library,
4123         * device/include/pic16/i2c.h: I2C support library header,
4124         * device/lib/pic16/libc/stdio/: standard IO support sources,
4125         * (printf_small.c): printf_small() source, supports float print,
4126         * (printf_tiny.c): printf_tiny() source, does not support floats,
4127         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4128         enable global optimizations for entire library source, other
4129         Makefiles in the source tree are also modified to reflect this,
4130         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4131         function,
4132         * doc/sdccman.lyx: updated to reflect new changes,
4133         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4134         sym->onStack if-case,
4135         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4136         sbit, idata, _idata, xdata, _xdata,
4137         * added pragma library, to link an external library, (see doc),
4138         * removed command line options, --pomit-config-words, --pomit-ivt,
4139         --pleave-reset-vector,
4140         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4141         when calling assembler to reflect memory model used, also define
4142         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4143         reflect stack model used,
4144         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4145         on stack return NULL,
4146
4147 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4148
4149         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4150           of the operands is volatile. Fixes #1020220
4151
4152 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4153
4154         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4155         * (OptimizeRegUsage): make sure that there is really no other flow where
4156           the first pCode is used
4157
4158 2005-01-22 Raphael Neider <rneider AT web.de>
4159
4160         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4161           to fix #1106967 (pCode->seq are not set up correctly)
4162
4163 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4164
4165         * src/SDCCglue.c (glue): make sure code area is declared before the
4166         static initialization area.
4167
4168 2005-01-21 Raphael Neider <rneider AT web.de>
4169
4170         * device/lib/Makefile.in: fixed test for pic16 install dir
4171         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4172           optimizations
4173         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4174           added --optimize-goto compiler switch and pragma wparam documentation
4175         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4176         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4177           and PRODH closing bug #1071770 (peephole optimizer)
4178
4179 2005-01-19 Raphael Neider <rneider AT web.de>
4180
4181         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4182           cmdLine buffers (used when calling sdcpp...) are large enough
4183           (MAX_PATH=256 truncates arguments leading to system halts when
4184           used in MinGW...)
4185         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4186         * (genUminus): rewritten to for efficiency
4187         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4188           used uninitialized in some cases)
4189         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4190           copy the third byte from the int -- now assumes 0x80 (data memory)
4191         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4192           operands (genAddLit expects the iCode's operands to swapped as
4193           well), fixed leftover bytes (crashed for short left operands)
4194         * (pic16_genMinusDec): performance improvements, removed false
4195           PIC14 emitSKPNCs
4196         * (pic16_genMinus): fixed to cope with differently sized operands
4197         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4198           for --obanksel > 1
4199         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4200         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4201           new banksel optimization
4202         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4203           analysis for temporary registers (segfaults...)
4204         * src/pic16/peeph.def: added rule
4205
4206 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4207
4208         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4209         which converts a float number to its ASCII representation
4210         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4211         functions to convert the fractional and integer part of a float to ASCII,
4212         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4213         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4214         ram
4215         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4216         _STATMEM macros,
4217         * device/include/pic16/adc.h: added GPL info,
4218         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4219         a pCodeOp as tested operand,
4220         * (genNearPointerGet): optimized bit testing, does not use
4221         intermediate register for bit value, test directly instead with
4222         BTFSS, BTFSC, works only for single bits,
4223         * (genpic16Code): dump the name of the iCode in the asm,
4224         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4225         renamed to pic16_decodeOp,
4226         * (serialRegAssign): do not allocate a temporary register for iCode
4227         sequences that test a single bit for 1/0
4228
4229 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4230
4231         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4232         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4233         access stack and frame pointers. They are initially assigned to
4234         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4235         accessing SFRs. Updated all occurences of modification of stack or
4236         frame pointer in gen.c and pcode.c,
4237         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4238         assigning of a literal value to pointers,
4239         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4240         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4241         selected
4242
4243 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4244
4245         * doc/sdccman.lyx: update documentation about stack pragma, added
4246         some info for stack memory models
4247
4248 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4249
4250         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4251
4252 2005-01-08 Raphael Neider <rneider AT web.de>
4253
4254         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4255           udata sections to fix bug #1097823
4256
4257 2005-01-05 Raphael Neider <rneider AT web.de>
4258
4259         * src/pic16/gen.c (genGenericShift): added handling of differently
4260           sized left operand and result
4261
4262 2005-01-04 Raphael Neider <rneider AT web.de>
4263
4264         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4265         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4266           to hold the condition bit)
4267         * added new version of genCmp (old code available via #define)
4268         * added new version of genShiftLeft/genShiftRight in a generic
4269           way, now supports shifting by negative values
4270         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4271           shiftCount (expected by genGenericShift)
4272         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4273         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4274           dump
4275         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4276           is an invalid literal too...)
4277
4278 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4279
4280         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4281         from Raphael Neider,
4282         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4283         for 8-bit literals. This fixes some literal operands which are sign
4284         extended to 16-bits ints when instruction needs only 8-bits.
4285
4286 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4287
4288         * device/lib/logf.c: added mcs51 assembly version
4289         * device/lib/expf.c: added mcs51 assembly version
4290         * device/lib/_logexpf.c: new shared asm code for expf and logf
4291         * device/include/math.h: add defines for assembly math library
4292         * device/lib/Makefile.in: build new _logexpf.c
4293         * device/lib/libfloat.lib: use new _logexpf.c
4294
4295 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4296
4297         * src/pic/device.c
4298         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4299           device types which have less than 0x7f registers.
4300
4301 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4302
4303         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4304
4305 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4306
4307         * device/lib/printf_fast.c: only build on supported arch.
4308         * device/lib/printf_tiny.c: only build on supported arch.
4309         * device/lib/printf_fast_f.c: only build if asm float lib
4310         * device/lib/_fsget1arg.c: only build if asm float lib
4311         * device/lib/_fsget2args.c: only build if asm float lib
4312         * device/lib/_fsnormalize.c: only build if asm float lib
4313         * device/lib/_fsreturnval.c: only build if asm float lib
4314         * device/lib/_fsrshift.c: only build if asm float lib
4315         * device/lib/_fsswapargs.c: only build if asm float lib
4316         * device/include/stdio.h: don't provide print_fast,
4317           print_fast_f, print_tiny prototypes if --xstack used
4318
4319 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4320
4321         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4322         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4323           to the SOURCES
4324
4325 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4326
4327         * device/lib/printf_fast_f.c: same as printf_fast, but
4328           with floating point enabled
4329         * device/lib/printf_fast.c: minor tweaks
4330         * device/include/stdio.h: add printf_fast_f
4331
4332 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4333
4334         * src/SDCCmain.c: make --float-reent default for mcs51
4335         * device/lib/_fsadd.c: added mcs51 assembly version
4336         * device/lib/_fssub.c: added mcs51 assembly version
4337         * device/lib/_fsmul.c: added mcs51 assembly version
4338         * device/lib/_fsdiv.c: added mcs51 assembly version
4339         * device/lib/_fseq.c: added mcs51 assembly version
4340         * device/lib/_fsneq.c: added mcs51 assembly version
4341         * device/lib/_fsgt.c: added mcs51 assembly version
4342         * device/lib/_fslt.c: added mcs51 assembly version
4343         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4344         * device/lib/Makefile.in: add _fscmp to build
4345         * device/lib/libfloat.lib: add _fscmp to build
4346
4347 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4348
4349         * device/lib/_fs2slong.c: added mcs51 assembly version
4350         * device/lib/_fs2sint.c: added mcs51 assembly version
4351         * device/lib/_fs2schar.c: added mcs51 assembly version
4352         * device/lib/_fs2ulong.c: added mcs51 assembly version
4353         * device/lib/_fs2uint.c: added mcs51 assembly version
4354         * device/lib/_fs2uchar.c: added mcs51 assembly version
4355         * device/lib/_slong2fs.c: added mcs51 assembly version
4356         * device/lib/_sint2fs.c: added mcs51 assembly version
4357         * device/lib/_schar2fs.c: added mcs51 assembly version
4358         * device/lib/_ulong2fs.c: added mcs51 assembly version
4359         * device/lib/_uint2fs.c: added mcs51 assembly version
4360         * device/lib/_uchar2fs.c: added mcs51 assembly version
4361         * device/include/float.h: added #define to select asm vs c
4362
4363 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4364
4365         * device/lib/printf_fast.c: improvements to float output
4366         * device/include/float.h: add defines for assembly float library
4367         * device/lib/_fsget1arg.c: receive 1 float arg
4368         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4369         * device/lib/_fsnormalize.c: normalize a float
4370         * device/lib/_fsreturnval.c: return float, various helper routines
4371         * device/lib/_fsrshift.c: right shift a float's mantissa
4372         * device/lib/_fsswapargs.c: swap 2 floats
4373         * device/lib/Makefile.in: build these 6 new files for mcs51
4374         * device/lib/libfloat.lib: add these 6 files to the library
4375
4376 2004-12-26 Borut Razem <borut.razem AT siol.net>
4377
4378         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4379           built by gcc 3.4.2
4380
4381 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4382
4383         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4384           and fully reentrant and register bank neutral.
4385         * device/lib/printf_fast.c: added float (not enabled by default),
4386           added compact/slower integer (also not enabled by default),
4387           improved size/speed of fast integer code, other minor changes
4388         * device/include/stdio.h, device/lib/Makefile.in,
4389           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4390
4391 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4392
4393         * src/pic16/pcode.c: declaring variables other than at the start of a
4394           block is not supported in C by VC6.
4395
4396 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4397
4398         * applied a previous patch from Raphael Neider that wasn't included
4399         in the previous commits, which fixes infinite loops within jumptable
4400         improvements,
4401         * made some fixes that previous patches introduced
4402
4403 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4404
4405         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4406         that fixes an issue with AOP_PCODE asmop's offset,
4407         * (pic16_popCopyReg): update instance field too,
4408         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4409         function of pic port,
4410         * (genCmp, genAnd, genAssign),
4411         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4412
4413 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4414
4415         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4416         variables initial values to idata section,
4417         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4418         variables in some functions. This utilizes parmBytes field of iCode
4419         structure to hold the offset of the variable in stack. (might be
4420         able to use the stack field too?)
4421         * applied patch from Raphael Neider # ### , # ###
4422         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4423         variable initial values in idata section,
4424         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4425         for static variables with initial value
4426         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4427         applied fix in while loop from Raphael Neider.
4428
4429 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4430
4431         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4432         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4433         * src/ds390/ralloc.c (serialRegAssign): spill bits
4434         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4435         * support/Util/SDCCerr.c,
4436         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4437         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4438         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4439
4440 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4441
4442         * device/include/sdcc-lib.h: inserted LGPL, added includes
4443           asm/ds390/features.h and asm/mcs51/features.h
4444         * device/include/asm/default/features.h,
4445         * device/include/asm/gbz80/features.h,
4446         * device/include/asm/z80/features.h: added empty _AUTOMEM
4447           and _STATMEM
4448         * device/include/asm/ds390/features.h,
4449         * device/include/asm/mcs51/features.h: added files with defines for
4450           _AUTOMEM and _STATMEM indicating automatic and static storage class
4451         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4452         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4453         * src/SDCCicode.c (geniCodeCast),
4454         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4455         * src/SDCCloop.c (loopInduction): removed unused variable lr
4456         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4457           to convertToFcall to include char modulo (RFE 1065037), added check
4458           if left operand is unsigned and use abs of literal value
4459         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4460           as it doesn't work after conversion from peephole.def to peephole.rul
4461         * src/mcs51/gen.c (toBoolean): added check for size,
4462           (genModOneByte): optimized code for signed char modulo a literal
4463           power of 2 (thanks to Hubert Sack),
4464           (genRRC): removed unnecessary "clr c",
4465           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4466         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4467           jump optimization,
4468           swapped rules 256.c and 256.d,
4469           extended 256.d by using new multiple checks (thanks Erik),
4470           added rules 256.e and 256.f,
4471           updated rule 261.a and 261.b to new generated code
4472         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4473
4474 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4475
4476         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4477           induction related bugs, including first part of bug #1074377
4478
4479 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4480
4481         * applied patch from bug-report #1076292,
4482         * applied patches for genAnd and Goto-optimizations for Raphael
4483         Neider,
4484         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4485         dump a less iCode information,
4486         * src/pic16/device.h (pic16_options_t): added field debgen,
4487         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4488         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4489         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4490         puclic,
4491         * (various functions): added macros FENTRY and FENTRY2 to functions,
4492         to emit function prologue,
4493         * (various functions): fixed indentation,
4494         * (genNearPointerGet): fixed loading of FSR0,
4495         * (genPackBits): applied patch from Raphael Neider to fix updating
4496         of FSR0 and touching only the modified bits,
4497         * src/pic16/genarith.c (various functions): added macros FENTRY to
4498         emit function prologue in comments,
4499         * src/pic16/pcode.h: added functions debugf2, debugf3,
4500         * src/pic16/ralloc.c: partial fix for packForPush caused
4501         segmentation fault,
4502
4503 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4504
4505         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4506           <stsp AT users.sourceforge.net> with reversed byte order
4507         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4508
4509 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4510
4511         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4512           bug #1074377
4513         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4514         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4515
4516 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4517
4518         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4519
4520 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4521
4522         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4523           conditions,
4524           (setFromConditionArgs): friendly operand parser for peephole rules,
4525           (operandBaseName, operandsNotRelated): new peephole condition
4526           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4527           architecture specific register naming into account, handles n-way
4528           comparisons, and supports quoted literals
4529         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4530
4531 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4532
4533         * src/mcs51/peeph.def: fixed bug #1076940
4534
4535 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4536
4537         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4538
4539 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4540
4541         Adding support for replacing ljmps with sjmps in jumptables
4542         generated for switch statements. For now you need to set the
4543         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4544         Now 4 algorithms for mcs51 jumptable generation are used:
4545         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4546         addresses loaded pc-relative for up to 112 cases and stack-pushing
4547         target addresses loaded with offset from dptr for up to 256 cases.
4548
4549         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4550         * src/mcs51/main.c: adapted constants for switch table generation
4551         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4552
4553 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4554
4555         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4556         * support/regression/tests/bug1057979.c: added test for bug 1073386
4557
4558 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4559
4560         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4561         compilers
4562
4563 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4564
4565         * src/pic16/device.h,
4566         * src/pic16/genarith.c,
4567         * src/pic16/glue.c,
4568         * src/pic16/main.c,
4569         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4570
4571 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4572
4573         Large cummulative patch for pic16 port.
4574         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4575         to call when a stack overflow occurs,
4576         * (malloc.h): added CVS Id tag,
4577         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4578         variable,
4579         * added libc directory. The current version of LibC contains string
4580         functions, ctype functions and macros and some functions of the
4581         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4582         be extensively tested in the future. Standard disclaimer here.
4583         Library is not automatically build yet. But one can build it by
4584         invoking 'make' inside the libc directory.
4585         * added ADC library under libio. Preliminary version yet.
4586
4587         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4588         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4589         aopForRemat() now and not by pic16_aopOp(),
4590         * (pic16_popGetTempReg): removed warning messgae when allocating
4591         temporary registers, its a buggy feature and will be removed,
4592         * (pic16_popGet): set register instance field in AOP_CRY,
4593         * (pic16_outBitC): fixed for results in size greater than 1,
4594         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4595         * (pic16_storeForReturn): optimized return of 0,
4596         * (genCmp): experimental code for new genCmp which uses PIC18's
4597         special compare&skip instructions. Initial tests fail some times
4598         with variables grater than 1 byte in size, so new code is disabled,
4599         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4600         a single bit,
4601         * (genCast): began a fix to optimize the casting of a bit to another
4602         bit, now assigning a bitfield to another bitfield will fail, sorry,
4603         * src/pic16/main.c: disabled the use of lr-support feature,
4604         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4605         * added some function prototypes, added function _debugf prototype,
4606         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4607         bits with offset (case PO_GPR_BIT),
4608         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4609         command line,
4610         * (isBankInstruction): modified to return 0 for no banking instruction,
4611         and 1 for banking instruction,
4612         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4613         caused stop processing pCodes after a inline assembly block,
4614         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4615         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4616         registers when it shouldn't,
4617         * src/pic16/ralloc.c (allocReg): add preliminary support for
4618         supporting a limited set of temporary registers,
4619
4620 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4621
4622         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4623           genDataPointerSet): ensure assignments always copy in MSB to LSB
4624           order,
4625           (loadRegFromAop): recognize CLRH optimization,
4626           (genFunction): optimize RECEIVE iCodes in reentrant functions
4627
4628 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4629
4630         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4631           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4632           selected.
4633         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4634         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4635           contiguous with data
4636
4637 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4638
4639         * device/lib/_gptrget.c (_gptrget),
4640         * device/lib/_gptrgetc.c (_gptrgetc),
4641         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4642           instead of sjmp to ret
4643         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4644           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4645
4646 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4647
4648         * .version: bumped version to 2.4.7
4649         * device/lib/_gptrget.c (_gptrget): is now _naked
4650         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4651         * device/lib/_gptrput.c (_gptrput): is now _naked
4652         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4653           (createFunction): fixed xstack
4654         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4655         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4656           or bit either,
4657           (geniCodeCritical): store original interrupt state in an iTemp bit
4658           var unless stack-auto
4659         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4660         * src/SDCCmain.c (setIncludePath): added include/target to search path
4661         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4662         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4663           prototype,
4664           (processFuncArgs): put bit vars in bit area
4665         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4666           unsaveRBank): fixed xstack,
4667           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4668           (genFunction, genEndFunction): fixed xstack,
4669           (genAssign): optimization don't walk backwards through mem
4670         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4671         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4672         * support/regression/Makefile: also make library (for stack-auto) when
4673           making "all" and added "test-mcs51-xstack-auto"
4674         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4675         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4676         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4677         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4678         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4679           make-library by MAKE_LIBRARY
4680         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4681           regression tests for xstack
4682         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4683         * support/regression/tests/critical.c: test for critical on mcs51
4684
4685 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4686
4687         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4688           built version of sdcc instead of installed version
4689
4690 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4691
4692         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4693         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4694           vprintf.c now
4695         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4696         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4697           WARNING: remove device/lib/build/z80/printf.o by hand when
4698           updating from previous build!
4699         * device/lib/z80/printf.c: updated comment
4700         * support/regression/tests/bug1057979.c: test all ports now
4701         * support/regression/tests/bug1065458.c: file added
4702
4703 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4704
4705         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4706           *_start and *_end symbols for static functions
4707
4708 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4709
4710         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4711           and search crt0.o in all library paths,
4712           (setIncludePath): proper handling of --nostdinc,
4713           (setLibPath): proper handling of --nostdlib
4714         * support/regression/Makefile,
4715         * support/regression/ports/ds390/spec.mk,
4716         * support/regression/ports/gbz80/spec.mk,
4717         * support/regression/ports/hc08/spec.mk,
4718         * support/regression/ports/mcs51/spec.mk,
4719         * support/regression/ports/mcs51-large/spec.mk,
4720         * support/regression/ports/mcs51-stack-auto/spec.mk,
4721         * support/regression/ports/z80/spec.mk: use include and lib files from
4722           built version of sdcc instead of installed version
4723         * doc/sdccman.lyx: fixed typo in --nostdinc
4724
4725 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4726
4727         * src/pic/pcode.c,
4728         * src/pic/device.c,
4729         * src/pic/ralloc.c,
4730         * src/pic/gen.c : added support to generate code for struct bit fields.
4731
4732 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4733
4734         * as/xa51/xa_version.h,
4735         * device/include/errno.h,
4736         * device/include/regc515c.h,
4737         * device/lib/_itoa.c,
4738         * device/lib/_ltoa.c,
4739         * device/lib/ser_ir_cts_rts.c,
4740         * sim/ucsim/xa.src/glob.cc,
4741         * sim/ucsim/xa.src/inst_gen.cc,
4742         * sim/ucsim/xa.src/xa_bit.cc,
4743         * sim/ucsim/xa.src/xa_sfr.cc,
4744         * sim/ucsim/z80.src/inst_dd.cc,
4745         * sim/ucsim/z80.src/inst_fdcb.cc,
4746         * support/scripts/keil2sdcc.pl,
4747         * src/pic16/pic16.dsp,
4748         * src/pic16/pic16a.dsp: corrected cvs line endings
4749         * device/lib/printf_large.c: fixed bug 1057979
4750         * src/pic16/gen.c: fixed non-C standard code
4751         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4752         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4753         * support/regression/ports/mcs51/support.c: reload T1 asap
4754         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4755           pdata use and clear idata startup behaviour
4756         * support/regression/tests/bug1057979.c: added
4757
4758 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4759
4760         * device/examples/ds390/ow390/ad26.h,
4761         * device/examples/ds390/ow390/cnt1d.h,
4762         * device/examples/ds390/ow390/crcutil.c,
4763         * device/examples/ds390/ow390/ownet.h,
4764         * device/examples/ds390/ow390/owsesu.c,
4765         * device/examples/ds390/ow390/swt12.h,
4766         * device/examples/ds390/ow390/swtoper.c,
4767         * device/examples/ds390/ow390/temp10.h,
4768         * device/examples/ds390/ow390/thermodl.c,
4769         * device/examples/ds390/tinitalk/tinitalk.dsp,
4770         * device/examples/ds390/tinitalk/tinitalk.dsw,
4771         * device/examples/mcs51/clock/hw.h,
4772         * device/examples/mcs51/simple2/go.bat,
4773         * device/examples/serialcomm/windows/serial.h,
4774         * device/examples/xa51/dummy.c,
4775         * device/examples/xa51/hello.c,
4776         * device/include/80c51xa.h,
4777         * device/include/at89x051.h: corrected cvs line endings
4778
4779 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4780
4781         * src/pic16/main.c (options): added command line --gstack, to trace
4782         stack over/under flows,
4783         * added pragma 'wparam' to allow passing first byte of function
4784         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4785         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4786         call to __gstack_test function and sets up the symbol as extern,
4787         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4788         * popaop): added call to pic16_testStackOverflow,
4789         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4790         wparamList list,
4791         * (genCall, genPcall): now all parameters are passed via stack
4792         except in functions that are pass to wparam pragma in which WREG is
4793         used too,
4794         * (genPcall): REENTRANT flag is checked to see if variable prototype
4795         contains reentrant keyword, don't call a non-reentrant function, via
4796         a reentrant function pointer or vice versa, functions are never
4797         passed via WREG,
4798         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4799         D.Winkler,
4800         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4801         SIGSEGV when accessing a NULL register stucture,
4802         * (pic16_printGPointerType): modified to handle UPPER modifier for
4803         function initializers, changed prototype of function to simpler one,
4804         * (pic16_printIvalFuncPtr): check to see if function is already
4805         added in externs list,
4806         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4807         optimized a move from W to SFR with a move to the same register
4808         later after a CALL,
4809         * device/lib/pic16/debug: NEW directory, contains debug features
4810         which are enabled when linking with libdebug.lib, currently command
4811         line option --gstack enables stack pointer tracing for over/under
4812         flow, corresponding sources are in debug/gstack
4813
4814 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4815
4816         * doc/sdccman.lyx: updated SDCC version,
4817         * (PIC16 port): update list of command line options,
4818         * src/pic16/device.h (structure pic16_options_t): added field gstack
4819         to enable stack overflow tracing on push/pops,
4820         * src/pic16/device.c (statistics structure): added statistics
4821         structure,
4822         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4823         pic16_dump_int_registers): increase statistics counters for each
4824         * variable which is encountered
4825         * (pic16_dump_usection): emit each .udata variable to its own udata
4826         section,
4827         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4828         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4829         parameters via stack, otherwise use old scheme,
4830         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4831         assembler output file,
4832         * src/pic16/main.c: added command line options --gstack to enable
4833         push/pop tracing for stack overflow,
4834         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4835         instructions): added size of each instruction,
4836         * (pic16_countInstruction): estimate size of instructions in
4837         the_pFile list, inline assembly blocks are not counted,
4838         * (pic16_FixRegisterBanking): trace previous register usage, when
4839         banksel optimizations is greater than 0, don't emit a redudant
4840         banksel directive,
4841
4842 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4843
4844         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4845         * src/pic16/ralloc.c : applied same fix for pic16.
4846         * src/pic/gen.c : tidied it up a little.
4847
4848 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4849
4850         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4851         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4852
4853 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4854
4855         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4856
4857 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4858
4859         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4860         non-reentrant function __modsint in the interrupt function (thus
4861         corrupting math operations during serial I/O)
4862         * device/lib/ser_ir.c: as above, changed buffersize
4863         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4864         256.c,d for zeroing
4865         * doc/Makefile: added option -t for rsync
4866
4867 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4868
4869         * src/SDCCast.h (struct ast),
4870         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4871
4872 2004-10-20 Borut Razem <borut.razem AT siol.net>
4873
4874         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4875         package
4876
4877 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4878
4879         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4880         makefile targets,
4881         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4882         support functions to replace long sequences of MOVFF's from access
4883         bank registers to stack and vice versa,
4884         * src/pic16/device.h: added new field opt_flags, where optimization
4885         flags can be set to enable certain features,
4886         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4887         * pBlock, (genFunction, genEndFunction): surroung loop for
4888         saving/loading used registers in stack with PC_INFO pCodes,
4889         INF_LREGS. Code in between can then be optimized by pCode optimizer
4890         to support function calls,
4891         * (genDataPointerSet): fixed bug which loaded float fields in
4892         structures with corrupt data,
4893         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4894         in a standard way debug info on stderr. Feature used for developing
4895         and debugging only,
4896         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4897         obsolete chunks of code,
4898         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4899         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4900         * pic16/src/pcode.c (pic16_newpCodeInfo,
4901         * (pic16_newpCodeOpLocalRegs),
4902         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4903         feature,
4904         * (pic16_pCodeConstString): printing of the initial value of a
4905         symbol as a comment is inhibited since parsing was already done by
4906         copyStr and output is corrupt,
4907         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4908
4909 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4910
4911         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4912
4913 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4914
4915         * as/mcs51/lkarea.c: removed old K&R style,
4916           (lnksect): changed check on boundary error,
4917           (lnksect2): changed check on boundary error,
4918           (lnksect2): extend XSTK to end of page if size = 1
4919         * as/mcs51/lkmain.c: removed old K&R style,
4920           (Areas51): create l_IRAM symbol
4921         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4922         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4923           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4924         * device/lib/_mullong.c: added version to be compiled with xstack
4925         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4926         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4927         * device/lib/mcs51/crtxstack.asm: fixed comment
4928         * src/SDCCglue.c: maxInterrupts defaults to 0,
4929           (emitMaps): added pdata,
4930           (createInterruptVect): (re)moved default,
4931           (glue): added pdata,
4932           (glue): moved __start__xstack to XSTK with default size 1
4933         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4934           and options.float_rent when options.stackAuto is set,
4935           (linkEdit): only write XDATA_NAME if provided on command line
4936         * src/SDCCmem.h,
4937         * src/SDCCmem.c: added pdata
4938         * src/port.h: added pdata_name to PORT
4939         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4940           (saveRegisters, unsaveRegisters): removed usage of B,
4941           (genMinus): fixed accumulator clash,
4942           (genJumpTab): added comment, this needs another look
4943         * src/mcs51/gen.c: added check for "B in use" paranoia,
4944           added pushB() and popB()
4945         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4946           chance
4947         * src/avr/main.c,
4948         * src/ds390/main.c,
4949         * src/hc08/main.c,
4950         * src/mcs51/main.c,
4951         * src/pic/main.c,
4952         * src/pic16/main.c,
4953         * src/xa51/main.c,
4954         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4955           added PSEG (PAG,XDATA) or NULL to port specifier
4956         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4957         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4958           (_mcs51_genInitStartup): removed __start__xstack equ,
4959           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4960         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4961         * src/z80/gen.c (_rleAppend): fixed warnings
4962         * support/regression/tests/zeropad.c: added pdata test
4963         * .version: bumped to 2.4.6
4964
4965 2004-10-17 Borut Razem <borut.razem AT siol.net>
4966
4967         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4968         as a part of nightly build
4969
4970 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4971
4972         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4973         WREG holds the first byte function parameters,
4974         * (aopForSym): take special case for symbols which are in FARSPACE
4975         but in CODESPACE too,
4976         * (assignResultValue): modified to take into account _G.useWreg,
4977         * (genCall): don't use wreg for parameter passing when function is
4978         declared as reentrant, too, added optimization INCF to stack
4979         pointer when stack parameter count is 1,
4980         * (genFunction, genEndFunction): refurnished and fixed to not using
4981         wreg for passing parameters when function has varargs or is
4982         reentrant, fixed bug with symbol name compare for generating
4983         functions in absolute address,
4984         * (pic16_storeForReturn): refurnished,
4985         * (genCmp): began writing a new version of the function, not ready
4986         yet, therefore it is disabled,
4987         * (genAssign): do not read code memory when assigning a function to
4988         a pointer function,
4989         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4990         array of characters, not pointer,
4991         * (pic16initialComments): in debug mode emit an .ident directive for
4992         the assembler,
4993         * (_process_pragma): emit a new warning type (internal to pic16)
4994         when setting stack to default length, emit a similar warning when
4995         placing a function at absolute address and address is not word aligned
4996         * (_pic16_parseOptions): added 'return TRUE' statement,
4997         * (_pic16_linkEdit): if compiling a source, then add the source's
4998         file object, first in the list of objects to link,
4999
5000 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5001
5002         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5003         * src/pic/main.c : removed VC warning.
5004         * src/pic/gen.c : changed comment.
5005
5006 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5007
5008         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5009         reference to a deprecated symbol _GPTRREG was causing failure to
5010         link. Thanks G. M. Gallant for the info.
5011
5012 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5013
5014         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5015         comments for Bugs item #954788.
5016
5017 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5018
5019         * src/pic16/device.c (pic16_dump_gsection,
5020         * pic16_groupRegistersInSection): handle symbols declared to be in
5021         access bank differently,
5022         * src/pic16/gen.c (struct _G): added field resDirect,
5023         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5024         send values read from stack directly to result and don't allocate
5025         temporary values,
5026         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5027         same registers,
5028         * (pic16_sameRegsOfs): NEW,
5029         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5030         free because they were not allocated from temporary pool,
5031         * pic16_popRegFromString): workaround to fix a problem with
5032         allocating variables twice or never,
5033         * (genGenPointerGet): using PRODL instead of FSR0H,
5034         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5035         instead of FSR0H,
5036         * (genAssign): take advantage of the _G.resDirect flag,
5037         * (genCast): around line 11844, use mov2f instead of directly
5038         MOVFF'ing between operands to account for literal values,
5039         * src/pic16/genutils.c: some new debug functions for gpsim have been
5040         added,
5041         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5042         float with integer part only,
5043         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5044         place variables in access bank
5045         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5046         updated sources to reflect recent changes in gen.c
5047
5048 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5049
5050         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5051         sources that searched for headers in installation path, now the
5052         device/include/pic16 is used,
5053         * src/pic16/glue.c (pic16glue),
5054         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5055         .line directives if not in debug mode, this suppresses assembler's
5056         warnings for ignored directives
5057
5058 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5059
5060         * src/port.h: made reset_regparms prototype void parameter explicit.
5061         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5062         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5063         * doc/sdccman.lyx: documented warning disabling and how to use
5064           printf_large to make it print floats.
5065         * device/include/stdbool.h: NEW
5066         * device/lib/_atof.c,
5067         * device/lib/_divuint.c,
5068         * device/lib/_divulong.c,
5069         * device/lib/expf.c,
5070         * device/lib/printf_large.c,
5071         * device/lib/sincosf.c,
5072         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5073         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5074           a completely reentrant lib.
5075
5076 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5077
5078         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5079         * device/include/pic16/stdio.h: fixed bug with colon
5080
5081 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5082
5083         * device/include/pic16/stdio.h,
5084         * device/include/pic16/stdlib.h,
5085         * device/include/pic16/math.h: NEW
5086         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5087         declared as _naked to reduce overhead
5088         * device/lib/Makefile.in (target port-specific-objects-pic16):
5089         changed * to *.* so to ignore the CVS directory,
5090         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5091         stacked variables back in stack,
5092         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5093         corruption
5094
5095 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5096
5097         * .version: bumped version number to 2.4.5
5098         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5099         * support/Util/SDCCerr.c (messages structure): added entry for
5100         W_POSSBUG2
5101
5102         Large cumulative patch for pic16 port and libraries.
5103         * device/include/pic16/sdcc-lib.h,
5104         * device/include/pic16/stdarg.h,
5105         * device/include/asm/pic16/features.h,
5106         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5107         * device/include/pic16/float.h: changes reentrant keyword with
5108         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5109         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5110         updated target build-libraries to include objects from gptr,
5111         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5112         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5113         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5114         all function headings,
5115         * src/SDCCmain.c: added global parameter userIncDirsSet,
5116         * (parseCmdLine): when option -I is encountered add directory to
5117         userIncDirsSet too,
5118         * src/version.awk: added space between control and long,
5119         * src/pic16/NOTES: added some notes for the port,
5120         * src/pic16/gen.c: added prototype for mov2fp function,
5121         * (fReturnpic16[]): properly named return value registers,
5122         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5123         * (aopForSym): added code to handle symbols with onStack flag set,
5124         symbols onStack are allocated PTRSIZE bytes,
5125         * (aopFreeAsmop): handles special case where asmops are stack objects,
5126         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5127         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5128         added argument lock to trace flaws in allocating temporary registers
5129         when developing port,
5130         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5131         * (pic16_popRegFromString): reenabled allocating a direct register
5132         from string,
5133         * (assignResultValue): various beautifications,
5134         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5135         referenced function argument,
5136         * (genIpush): reenabled to allow stacked arguments, handles only
5137         ic->parmPush iCodes,
5138         * (genCall, genPcall): major changes to allow for variable argument
5139         functions, fixed a bug with falsely restoring stack pointer after
5140         returning from call,
5141         * (genFunction): pending code for critical function,
5142         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5143         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5144         * (genNearPointerGet): fixed bug with indirect reading, was always
5145         reading from INDF0
5146         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5147         pointers,
5148         * (genAddrOf): rewrote code to take address of a stacked function parameter
5149         * (genCast): fixed casting to generic pointer type,
5150         * src/pic16/gen.h: added AOP_STA,
5151         * (struct asmop): added field stk,
5152         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5153         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5154         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5155         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5156         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5157         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5158         generic pointers,
5159         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5160         and library paths,
5161         * (pic16_port structure): generic pointer size is set to 3,
5162         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5163         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5164         compiler warning,
5165         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5166         operand is an iTemp,
5167
5168 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5169
5170         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5171         * debugger/mcs51/simi.c: addapt new syntax of s51
5172
5173 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5174
5175         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5176         * src/pic16/pcode.c: commented out some calls to free() in order to
5177         fix bug #989576,
5178
5179 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5180
5181         * src/SDCCicode.h,
5182         * src/SDCCicode.c (isiCodeInFunctionCall),
5183         * src/avr/ralloc.c (selectSpil),
5184         * src/pic/ralloc.c (selectSpil),
5185         * src/pic16/ralloc.c (selectSpil),
5186         * src/ds390/ralloc.c (selectSpil),
5187         * src/hc08/ralloc.c (selectSpil),
5188         * src/xa51/ralloc.c (selectSpil),
5189         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5190         stack in the middle of a function call sequence (fixes bug #1020268)
5191         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5192         costs associated with the minimum switch case.
5193
5194 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5195
5196         * src/SDCC.lex: fixed bug #1030549
5197
5198 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5199
5200         * src/SDCCcse.h (struct cseDef),
5201         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5202         over a function call if the CSE is derived from a symbol whose
5203         address has been taken (fixes bug #1029883)
5204         * support/regression/tests/bug-1029883: a new regression test for
5205         this bug
5206
5207 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5208
5209         * src/hc08/gen.c (emitinline): fixed bug #1029778
5210         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5211         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5212         and starts toward RFE #905167)
5213
5214 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5215
5216         * src/pic16/gen.c (mov2f): New function to move an operand to
5217         another without considering if it is a literal or a register,
5218         * (pic16_sameRegs): don't check if they are both AOP_REG,
5219         * (AccRsh): removed andmask=0 lines,
5220         * (genLeftShift): duplicated to be improved in future versions,
5221         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5222         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5223         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5224         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5225         * (insertBankSwitch): fixed inserting banksel directives algorithm
5226         for instructions that follow a skip instruction, this fixes a report
5227         for broken subtraction code generation,
5228         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5229         iCode is a left op, just in case result and right share the same
5230         registers
5231
5232 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5233
5234         * src/hc08/main.c,
5235         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5236         preservation of HX
5237         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5238         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5239         on 2004-09-12; it was buggy
5240
5241 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5242
5243         * src/SDCCsymt.h: removed RESULT_CHECK
5244         * src/SDCCast.c,
5245         * src/SDCCglue.c,
5246         * src/SDCCval.c,
5247         * src/pic/glue.c,
5248         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5249
5250 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5251
5252         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5253         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5254         configuration values no more rejected by compiler, they are assigned
5255         to configuration registers with a warning message instead,
5256         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5257         the for-loop so last conf register is emitted too,
5258         * (_pic16_initPaths): link library libsdcc.lib by default,
5259         * (_hasNativeMulFor): modified test for multiplication according to
5260         Raphael Neider's remarks. Integer multiplication is also done with
5261         support functions,
5262         * device/include/pic16/pic18fregs.h: corrected type error in while
5263         testing and including 18f6720 header file
5264
5265 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5266
5267         * src/pic16/device.h (pic16_options): removed field use_crt,
5268         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5269         until an optimization to handle single bits is added,
5270         * (pic16_loadFSR0): moved before genUnpackBits,
5271         * (genAnd): some white lines removed,
5272         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5273         leave_reset flags in pic16_options when using crt modules,
5274
5275 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5276
5277         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5278           for bugs 898889 & 979599. Also used some safer print instructions.
5279
5280 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5281
5282         * src/pic16/device.h (pic16_options_t): added field use_crt,
5283         crt_name, no_crt,
5284         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5285         catch a probable future bug,
5286         * src/pic16/gen.c: aopIdx function commented out,
5287         * (genAssign): commented out old code which used aopIdx,
5288         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5289         code, added if conditionals to take into account the --use-crt
5290         command line options,
5291         * src/pic16/main.c (pic16_optionsTable): added new command line
5292         options, --use-crt= and --no-crt,
5293         * (_pic16_linkEdit): now the proper crt object is added in the
5294         linker command line except than when --no-crt is specified,
5295         * src/pic16/pcode.c,
5296         * src/pic16/pcode.h: added some structures and functions for a new
5297         optimization scheme to compansate for instruction overhead between
5298         same iCodes, this scheme is currently under development and is not
5299         working in any way,
5300         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5301         to && operator,
5302         * device/lib/pic16/startup/crt0i.c,
5303         * device/lib/pic16/startup/crt0iz.c: added global char variable
5304         __uflags to force the generation of an idata section
5305
5306 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5307
5308         * doc/Makefile,
5309         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5310         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5311
5312 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5313
5314         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5315         Frieder) and clarified the default code optimization mode
5316
5317 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5318
5319         * src/SDCC.lex (doPragma, process_pragma),
5320         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5321         "opt_code_size", and "opt_code_balanced"
5322         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5323         regrouped options by category, added support for category headers
5324         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5325         and "--opt-code-size"
5326         * doc/sdccman.lyx: documented these new options and pragmas
5327         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5328         preference into account
5329
5330 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5331
5332         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5333           geniCodePreDec): Fixed bug 904237 by generating a warning
5334         * src/SDCCerr.h,
5335         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5336
5337 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5338
5339         * src/pic/device.c : When no max ram set validate full memory range.
5340         * src/pic/pcode.c,
5341         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5342
5343 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5344
5345         * device/lib/_gptrget.c,
5346         * device/lib/_gptrput.c: updated comment
5347         * device/lib/calloc.c,
5348         * device/lib/free.c,
5349         * device/lib/malloc.c,
5350         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5351         * src/SDCCcse.c (cseBBlock),
5352         * src/SDCCicode.c (printOperand, geniCodeArray),
5353         * src/SDCCicode.h (struct operand): fixed bug 868103
5354         * support/regression/tests/bug-868103.c: added
5355         * src/SDCCast.c (searchLitOp),
5356         * src/SDCCcse.h (struct cseDef),
5357         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5358         * src/SDCCicode.h (struct operand),
5359         * src/SDCCsymt.h (struct sym_link),
5360         * src/avr/gen.c (hasInc),
5361         * src/ds390/gen.c (hasInc),
5362         * src/hc08/gen.c (genPlusIncr, hasInc),
5363         * src/mcs51/gen.c (hasInc),
5364         * src/pic16/glue.c (pic16_printIvalChar),
5365         * src/pic16/ralloc.c (regWithIdx),
5366         * src/xa51/gen.c (hasInc) : removed warnings
5367         * src/SDCCast.c (createBlock): added comment ???
5368         * src/hc08/ralloc.c: updated comments
5369
5370 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5371
5372         * doc/sdccman.lyx: updated section on switch statements, added
5373         section about semaphore locking
5374         * doc/Makefile: added option -info for latex2html
5375         * device/lib/_gptrget.c,
5376         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5377
5378 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5379
5380         * src/pic/device.h,
5381         * src/pic/device.c,
5382         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5383          maxram is less than 0x100.
5384
5385 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5386
5387         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5388
5389 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5390
5391         * src/port.h,
5392         * src/mcs51/main.c,
5393         * src/ds390/main.c,
5394         * src/z80/main.c,
5395         * src/hc08/main.c,
5396         * src/pic/main.c,
5397         * src/pic16/main.c,
5398         * src/avr/main.c,
5399         * src/xa51/main.c
5400         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5401         a jump table is the best form for a switch statement, including
5402         automatic insertion of missing cases to make the case range
5403         continuous. Developed in collaboration with Frieder Ferlemann.
5404
5405 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5406
5407         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5408         accumulator result if it needs sign extension
5409
5410 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5411
5412         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5413
5414 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5415
5416         * device/lib/gbz80/printf.c,
5417         * device/lib/z80/printf.c: removed define for NULL
5418
5419 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5420
5421         * as/xa51/xa_link.c,
5422         * device/examples/ds390/ow390/ad26.c,
5423         * device/examples/ds390/ow390/cnt1d.c,
5424         * device/examples/ds390/ow390/counter.c,
5425         * device/examples/ds390/ow390/ds2480.h,
5426         * device/examples/ds390/ow390/ds2480ut.c,
5427         * device/examples/ds390/ow390/findtype.c,
5428         * device/examples/ds390/ow390/gethumd.c,
5429         * device/examples/ds390/ow390/owllu.c,
5430         * device/examples/ds390/ow390/ownetu.c,
5431         * device/examples/ds390/ow390/swt12.c,
5432         * device/examples/ds390/ow390/swtloop.c,
5433         * device/examples/ds390/ow390/temp.c,
5434         * device/examples/ds390/ow390/temp10.c,
5435         * device/examples/ds390/ow390/thermo21.c,
5436         * device/examples/ds390/ow390/tinilnk.c,
5437         * device/examples/ds390/ow390/tstfind.c,
5438         * device/examples/serialcomm/windows/serial.cpp,
5439         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5440         * device/include/reg51.h: fixed line endings for cvs
5441
5442 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5443
5444         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5445         packRegsForAccUse, packRegisters): new accumulator register
5446         packing algorithm
5447         * support/regression/ports/hc08/support.c (_putchar): suppress
5448         warning of unused variable
5449         * src/SDCCicode.c: added SWAP entry to codeTable
5450
5451 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5452
5453         * device/lib/sprintf.c: forgot to add this file before previous commit
5454
5455 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5456
5457         * src/pic16/gen.c (genPackBits): added operand right in function
5458         parameters, load result directly if p_type is POINTER (that is
5459         called by genNearPointerSet)
5460         * (genUnPackBits): added operand left in function parameters,
5461         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5462         FSR0 if accessing bitfields,
5463
5464 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5465
5466         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5467           _print_format; updated printf, sprintf, vsprintf
5468         * device/include/asm/default/features.h: corrected comment/define
5469         * device/lib/Makefile.in: added sprintf.c
5470         * device/lib/libsdcc.lib: added sprintf module
5471         * device/lib/printf_large.c,
5472         * device/lib/vprintf.c,
5473         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5474           into these 3 files
5475         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5476         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5477         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5478           hc08 test
5479         * support/regression/tests/zeropad.c: define idata as data for hc08
5480
5481 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5482
5483         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5484         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5485         labels are referenced at least once (even if a reference is not found)
5486         * src/hc08/gen.c (emitcode): set isComment flag for comments
5487         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5488         loads), rules 6a..6b (optimize jumps to return)
5489
5490 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5491
5492         * device/lib/acosf.c (acosf),
5493         * device/lib/asinf.c (asinf),
5494         * device/lib/atanf.c (atanf),
5495         * device/lib/ceilf.c (ceilf),
5496         * device/lib/cosf.c (cosf),
5497         * device/lib/coshf.c (coshf),
5498         * device/lib/cotf.c (cotf),
5499         * device/lib/fabsf.c (fabsf),
5500         * device/lib/floorf.c (floorf),
5501         * device/lib/log10f.c (log10f),
5502         * device/lib/logf.c (logf),
5503         * device/lib/sinf.c (sinf),
5504         * device/lib/sinhf.c (sinhf),
5505         * device/lib/sqrtf.c (sqrtf),
5506         * device/lib/tanf.c (tanf),
5507         * device/lib/tanhf.c (tanhf),
5508         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5509         replaced all instances of "reentrant" in the library functions
5510         defined in math.h with this macro.
5511         * support/regression/tests/float_trans.c: reenabled test for hc08
5512
5513 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5514
5515         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5516         erroneously deleted
5517
5518 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5519
5520         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5521         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5522         multi-byte volatile operands are used
5523         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5524         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5525         initialization to area GSINIT0 so that it would always precede
5526         any static initializers in GSINIT
5527         * support/regression/tests/zeropad.c: fixed idata define for hc08
5528         * support/regression/tests/bug-927659.c,
5529         * support/regression/tests/float_trans.c: disabled tests for hc08
5530         pending missing library routines
5531         * .version: increased version number to 2.4.4 - hc08 port now passes
5532         regression tests
5533
5534
5535 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5536
5537         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5538         * Makefile.common.in,
5539         * as/Makefile,
5540         * as/hc08/Makefile.in,
5541         * as/mcs51/Makefile.in,
5542         * as/z80/Makefile.in,
5543         * debugger/mcs51/Makefile.in,
5544         * device/include/Makefile.in,
5545         * device/lib/Makefile.in,
5546         * doc/Makefile,
5547         * link/Makefile,
5548         * link/z80/Makefile.in,
5549         * packihx/Makefile.in,
5550         * sim/ucsim/main_in.mk,
5551         * sim/ucsim/avr.src/Makefile.in,
5552         * sim/ucsim/doc/Makefile.in,
5553         * sim/ucsim/gui.src/serio.src/Makefile.in,
5554         * sim/ucsim/hc08.src/Makefile.in,
5555         * sim/ucsim/s51.src/Makefile.in,
5556         * sim/ucsim/xa.src/Makefile.in,
5557         * sim/ucsim/z80.src/Makefile.in,
5558         * src/Makefile.in,
5559         * support/cpp2/Makefile.in,
5560         * support/librarian/Makefile,
5561         * support/makebin/Makefile: added DESTDIR to the install path proposed
5562         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5563         * doc/sdccman.lyx: added DESTDIR documentation
5564
5565 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5566
5567         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5568         instruction for interrupt handlers, use fast returns when returning
5569         from high priority interrupts
5570
5571 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5572
5573         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5574         code generation
5575         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5576         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5577         bugs, ported much of Bernhard's code from mcs51
5578         * src/mcs51/gen.c (genSend),
5579         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5580         than one when calling a reentrant function
5581         * device/lib/_mullong.c: defined an alternate struct layout for big
5582         endian ports (hc08)
5583
5584 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5585
5586         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5587         test
5588
5589 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5590
5591         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5592         are sane and complete before asking the port its prefered parameter
5593         passing method (fixes bug #1017633)
5594         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5595         and _ret3
5596
5597 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5598
5599         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5600         problem in bitfields >= 8 bits.
5601
5602 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5603
5604         * src/SDCCsymt.c: undid changes that were not meant to be committed
5605
5606 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5607
5608         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5609
5610 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5611
5612         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5613           copied and wrong bit got inverted
5614
5615 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5616
5617         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5618         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5619         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5620         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5621         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5622         assignments to bitfields at known addresses
5623         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5624         reads from bitfields at known addresses
5625         * src/hc08/ralloc.c (packRegisters),
5626         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5627         genhc08Code): optimize pointer get values used as conditionals
5628         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5629         and branch
5630
5631 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5632
5633         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5634         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5635         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5636         as conditionals
5637
5638 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5639
5640         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5641
5642 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5643
5644         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5645         related problems
5646
5647 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5648
5649         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5650
5651 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5652
5653         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5654         mcs51 port
5655
5656 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5657
5658         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5659
5660 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5661
5662         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5663         cases use more compact code.
5664
5665 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5666
5667         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5668
5669 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5670
5671         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5672
5673 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5674
5675         * src/SDCCsymt.h,
5676         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5677         parameter of changePointer() from symbol* to sym_link*
5678         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5679         * src/SDCCsymt.c (compareType): void* type is castable to other
5680         pointers, but not necesarily an exact match.
5681         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5682         is no longer blindly treated as an exact match.
5683         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5684
5685 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5686
5687         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5688
5689 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5690
5691         * src/pic/gen.c,
5692         * src/pic/pcode.c,
5693         * src/pic/ralloc.h,
5694         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5695
5696 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5697
5698         * src/pic/device.c,
5699         * src/pic/device.h,
5700         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5701
5702 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5703
5704         * src/mcs51/gen.c (emitcode): fixed bug #992819
5705
5706 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5707
5708         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5709           there's no need to make it worse
5710
5711 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5712
5713         * src/mcs51/ralloc.c (deassignLR),
5714         * src/ds390/ralloc.c (deassignLR),
5715         * src/hc08/ralloc.c (deassignLR),
5716         * src/z80/ralloc.c (deassignLR),
5717         * src/pic/ralloc.c (deassignLR),
5718         * src/pic16/ralloc.c (deassignLR),
5719         * src/avr/ralloc.c (deassignLR),
5720         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5721         rlivePoint): fixed another part of bug #971834
5722
5723 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5724
5725         * src/z80/main.c: enabled "critical" keyword
5726         * src/z80/mappings.i,
5727         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5728         functions (fixes bug #979646)
5729         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5730
5731 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5732
5733         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5734           such as c:\mydir.
5735
5736 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5737
5738         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5739           doesn't disable too much optimizations
5740
5741 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5742
5743         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5744
5745 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5746
5747         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5748
5749 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5750
5751         * src/pic/gen.c tidied up tabs
5752         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5753         * src/pic/main.c tidied up tabs
5754         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5755         * src/pic/pcoderegs.c tidied up tabs
5756         * src/pic/ralloc.c tidied up tabs
5757
5758 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5759
5760         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5761         to S_FIXED for pic16 port and when symbol is not in level 0,
5762         allocate for S_REGISTER storage class and pic16 port, too,
5763         * src/pic16/device.h: prototype for checkSym,
5764         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5765         * (pic16_assignConfigWordValue): test the value and the mask to
5766         validate that the value is suitable for the configuration word,
5767         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5768         collect extern declared symbols, don't emit symbol twice, check
5769         first if symbol is in publics set first,
5770         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5771         * added command line '--fstack' which enables an experimental
5772         feature for stack access, too buggy to be used yet...
5773         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5774         * (pic16_allocDirReg): when register has storage class S_REGISTER
5775         allocate in pic16_dynAccessRegs,
5776         * device/include/pic16/pic18f????.h: modified configuration word
5777         naming convention, words started as CONFIG0H but should be CONFIG1H
5778
5779 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5780
5781         * device/include/mcs51reg.h: fixed bug 970993
5782
5783 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5784
5785         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5786         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5787         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5788         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5789         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5790         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5791           error/warning numbers,
5792           added function setWarningDisabled()
5793         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5794         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5795           _memcmp.c _memmove.c calloc.c realloc.c free.c
5796         * support/regression/tests/malloc.c: added tests for new functionality
5797         * support/regression/tests/zeropad.c: added tests for truncated initializers
5798           and initialized char arrays starting with '\x0'
5799         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5800
5801 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5802
5803         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5804
5805 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5806
5807         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5808         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5809         peephole 177.e. Thanks to anonymous
5810
5811 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5812
5813         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5814         function isn't used in the source but referenced as a
5815         variable initializer then declare it as extern in .asm file
5816
5817 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5818
5819         * .version: increased version number to 2.4.3
5820
5821         Adding version extension according to ChangeLog CVS revision
5822         * src/Makefile.in (target all): added dependency 'version.h'
5823         * (rule version.h): added rule to create version.h from ChangeLog,
5824         * (rule dep): added dependency version.h,
5825         * src/version.awk: AWK script to create version.h
5826         * src/SDCCdwarf2.c (dwWriteModule),
5827         * src/SDCCglue.c (initialComments),
5828         * src/SDCCmain.c (printVersionInfo): modified to write after
5829         version string the version extension number,
5830         * src/SDCCutil.c: included "version.h"
5831         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5832         number,
5833         * src/SDCCutil.h: added prototype for getBuildNumber
5834
5835         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5836         includeDirsSet, too,
5837         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5838         const char [] is found in function prototype...
5839
5840         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5841         moving to WREG with source is already in WREG,
5842         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5843         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5844         * (aopForSym): stack'ed symbols are partially supported, added
5845         if-clause to support symbols in FARSPACE,
5846         * (sameRegs): added test for AOP_ACC to see if registers are same,
5847         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5848         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5849         * (pic16_popRegFromString): will not allocate a new register if it
5850         doesn't find one by name, bug may have introduced...
5851         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5852         * (genIpush): revived to use pic16 port's stack,
5853         * (genAddrOf): added incomplete case for stack'ed operand,
5854         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5855         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5856         can handle multibyte operands,
5857         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5858         * (pic16initialComments): added message for MPLAB compatibility
5859         mode enabled,
5860         * src/pic16/main.h: prototype for pic16_mplab_comp,
5861         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5862         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5863         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5864         because of increased complexity of procedure,
5865         * (_process_pragma): stack pragma changed to format 'stack pos len',
5866         emit symbol '_stack_end' to conform with gplink,
5867         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5868         to search for register,
5869         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5870         PO_GPR_REGISTER,
5871         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5872         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5873         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5874         case for PO_GPR_REGISTER,
5875         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5876         dies, the new era is ahead !...
5877         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5878         pic16_dynInternalRegs,
5879         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5880         * (pic16_allocDirReg): minor optimizations and bug fixes,
5881         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5882
5883         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5884         load stack and frame pointer with address of 'stack_end' symbol
5885
5886 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5887
5888         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5889         without source code but only variable initializers
5890
5891 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5892
5893         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5894         external are not declared as extern to reduce overhead while linking
5895
5896 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5897
5898         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5899
5900 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5901
5902         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5903           Yee Keat for the patch
5904         * src/SDCCast.c (decorateType): fixed bug #979599
5905         * src/ds390/gen.h: removed local fReturnSizeDS390
5906         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5907         * src/ds390/gen.c (genAnd, genOr, genXor),
5908         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5909
5910 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5911
5912         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5913         add relFilesSet to $3, manipulate $2 to handle linking of object
5914         files without source files in command line,
5915         * device/include/pic16 (all headers): added ID location macros,
5916         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5917         entries for ID location bytes,
5918         * (pic16_assignIdByteValue): NEW,
5919         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5920         added field dumpcalltree to pic16_options_t,
5921         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5922         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5923         emitting rFalseIfx label after check_carry label,
5924         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5925         pic16_emitDIRegs), NEW
5926         * (pic16glue): dump .calltree file when option --calltree found,
5927         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5928         * (_pic16_genAssemblerPreamble): emit ID locations after
5929         configuration registers,
5930         * (pic16_linkCmd): modifications of the link command,
5931         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5932         * (pic16_pCodeInitRegisters): don't init stack registers,
5933         * (pic16_findPrevInstruction): fixed bug,
5934         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5935         bug with immediate registers,
5936         * (buildCallTree): traces stack push and pop,
5937         * (pct2): dump also stack usage for each function,
5938         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5939         * (pic16_allocDirReg): various modifications,
5940         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5941         fixed to 1,
5942
5943 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5944
5945         * src/pic16/pcode.c: removed buggy double colon
5946
5947 2004-07-01 Borut Razem <borut.razem AT siol.net>
5948
5949         * support/scripts/sdcc.nsi: added include/pic16 to setup
5950
5951 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5952
5953         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5954         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5955         target 'clean',
5956         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5957         specific command line arguments. Also added sample lkr script
5958         for placing a variable at a specific memory bank.
5959         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5960         at a specific memory bank,
5961         * (pic16_dump_isection): fixed bug which caused string literals to
5962         be omitted when dumping idata section,
5963         * (pic16_groupRegistersInSection): added code to handle registers
5964         in specific memory banks,
5965         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5966         public, all references are renamed too,
5967         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5968         AOP_DPTR2,
5969         * (pic16_storeForReturn): added case to handle when dest is WREG,
5970         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5971         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5972         pic16_rel_udata, check to see if that register is marked as being
5973         a member of a specific memory bank,
5974         * (pic16_printIvalCharPtr): added code to add string literals either
5975         to code or the idata sections,
5976         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5977         also accept the 'udata' pragma,
5978         * src/pic16/main.h: new structure types sectName and sectSym
5979         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5980         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5981         * (pic16_findPrevInstruction): fixed, it returned nothing,
5982         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5983         instruction combinations,
5984         * (pic16_FixRegisterBanking): heavily reorganised,
5985         * (pic16_AnalyzeBanking): if generating banksel directives is
5986         disabled, then don't call FixRegisterBanking at all,
5987         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5988         completely removed,
5989         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5990
5991 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5992
5993         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5994         Phuah Yee Keat <yk.phuah AT nestac.com>
5995
5996 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5997
5998         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5999         correctly the IVT even if it is relocated to some other location
6000
6001 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6002
6003         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6004         * device/include/pic16/pic18f2220.h: NEW,
6005         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6006         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6007         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6008         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6009         nodefaultlibs, ivt_loc is the location of the interrupt vector
6010         table, and nodefaultlibs signs that default libraries should not be
6011         linked in link stage,
6012         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6013         according to --ivt-loc argument,
6014         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6015         when pragma stack is found,
6016
6017 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6018
6019         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6020         256 (range check), 257 (do while), 258.a-f (bit banging
6021         f.e. on 3-wire SPI bus)
6022
6023 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6024
6025         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6026         variables used exclusively within a loop
6027
6028 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6029
6030         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6031
6032 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6033
6034         * src/SDCClrange.c (computeClash): fixed bug #971834
6035
6036 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6037
6038         * src/mcs51/gen.c (genCmp): fixed bug #975903
6039         * src/hc08/gen.c (operandsEqu),
6040         * src/ds390/gen.c (operandsEqu),
6041         * src/z80/gen.c (operandsEqu),
6042         * src/pic/gen.c (operandsEqu),
6043         * src/pic16/gen.c (operandsEqu),
6044         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6045         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6046
6047 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6048
6049         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6050
6051 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6052
6053         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6054         default case in switch statement,
6055         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6056         to eliminate problem with initialisation of pointers, but problem
6057         still exists,
6058         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6059         * (emitStaticSegment): removed various lines emitting debug info,
6060         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6061         added processor registers for utilizing EEPROM,
6062         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6063         configurable and set 8
6064
6065 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6066
6067         * .version: increased version number to 2.4.2,
6068
6069         Cumulative patch for pic16 port
6070         * src/pic16/device.c: changed scheme to dump initial values for
6071         variables in idata segment, all print_idata* functions were removed,
6072         now the pic16_printIval* will be called,
6073         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6074         * _pic16_printPointerType, pic16_printPointerType,
6075         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6076         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6077         NEW, similar to the respective functions in SDCCglue.c,
6078         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6079         way, emitting hex bytes,
6080         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6081
6082 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6083
6084         * src/avr/ralloc.c (serialRegAssign),
6085         * src/xa51/ralloc.c (serialRegAssign),
6086         * src/pic/ralloc.c (serialRegAssign),
6087         * src/pic16/ralloc.c (serialRegAssign),
6088         * src/hc08/ralloc.c (serialRegAssign),
6089         * src/z80/ralloc.c (serialRegAssign),
6090         * src/ds390/ralloc.c (serialRegAssign),
6091         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6092
6093 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6094
6095         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6096         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6097
6098 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6099
6100         Cumulative patch for pic16 port:
6101         * src/pic16/device.h (typedef PIC16_device) modified fields for
6102         defining microcontrollers,
6103         * src/pic16/device.c: added new info for all devices in Pics16 array,
6104         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6105         to be optimised out by the pCode optimiser,
6106         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6107         specially, bug reported by G.M. Gallant,
6108         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6109         as force'd so that cannot be optimised out by pCode optimiser,
6110         * src/pic16/pcode.c,
6111         * src/pic16/pcodepeeph.c,
6112         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6113         they are disabled by default, but can be enabled explicit with
6114         command argument --denable-peeps, for testing,
6115         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6116         --pomit-ivt in COMPILE_FLAGS
6117
6118 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6119
6120         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6121           compilation on MSVC
6122
6123 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6124
6125         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6126
6127 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6128
6129         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6130         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6131
6132 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6133
6134         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6135         would only assign 0x300001 register.
6136
6137 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6138
6139         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6140         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6141
6142 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6143
6144         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6145         for ds80c400
6146         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6147         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6148         added peephole 254 (left shift), 255 (jump table)
6149
6150 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6151
6152         * device/lib/Makefile.in: removed comment line with model-pic16,
6153         * (target port-specific-objects-pic16): the libraries and objects
6154         are copied to the build directory form the device/lib/pic16/bin
6155         directory
6156
6157         Cumulative patch concerning pic16 port:
6158         * library directory has been re-organized,
6159         * added support for PIC18F1220,
6160         * added headers and library sources for chips 18f1220,18f6520,
6161         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6162
6163         * configuration registers setting has changed, now each supported
6164         device has a complete description of the registers it uses,
6165         * all initialisations are moved to idata sections, these section
6166         can be absolute or relocatable,
6167         * fixed initialisation of codespace variables,
6168         * fixed warning about PCLATU and gpsim,
6169         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6170         * (genAssign): use table reads when assigning from variables in codespace,
6171         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6172         char/int variables placed in codespace,
6173         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6174         registers set in .asm file, no need for --pomit-config-words anymore,
6175         * (pic16glue): some 8051 legacy segments are commented out
6176         (to be removed completely),
6177         * added support for alternative assembler and linker with --asm=
6178         and --link= command line arguments,
6179         * peepholes are disabled automatically in the port, no need to
6180         specify on command line,
6181         * port supports natively char/int/long multiplication, but converts
6182         all divisions to support functions,
6183         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6184         to the file set in variable $2,
6185         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6186         strings in ASCII format and not in hex,
6187         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6188         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6189         allocate proper register if iCodes aren't temporary,
6190
6191 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6192
6193         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6194
6195 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6196
6197         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6198         is commented out
6199
6200 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6201
6202         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6203         computed address is reused
6204         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6205         multi-byte bitfields
6206
6207 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6208
6209         * src/z80/gen.c: (genArrayInit): must check for pointers too
6210
6211 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6212
6213         * support/regression/tests/zeropad.c: never meant to commit the
6214           nestedstruct test: removed, added check for GCC version
6215
6216 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6217
6218         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6219         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6220         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6221           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6222           bugs 928906 and 954082 half-empty initializers
6223         * src/SDCCsymt.h,
6224         * src/SDCCsymt.c (getAllocSize): added for above fix
6225         * src/z80/gen.c (genArrayInit): fixed bug 741044
6226         * support/regression/tests/zeropad.c: added tests
6227
6228 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6229
6230         * src/pic16/device.c (pic16_dump_section): corrected bug which
6231         caused some symbols of the libraries to be misplaced
6232
6233 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6234
6235         * src/pic16/glue.c,
6236         * src/pic16/ralloc.h,
6237         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6238         to fix conflict with pic port
6239
6240 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6241
6242         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6243         externs configuration variables,
6244         * src/pic16/ralloc.h,
6245         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6246         prototype in header, commented out some debug messages
6247
6248 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6249
6250         * src/pic16/glue.c,
6251         * src/pic16/main.c,
6252         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6253         for gpasm COFF object generation. Thanks to D. Hawkins for
6254         his patch info
6255
6256 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6257
6258         * src/ds390/main.c,
6259         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6260         Brock for spotting this)
6261         * src/ds390/gen.c (genEndFunction),
6262         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6263         interrupt handler and critical. Disable push/pop optimizations when
6264         peephole optimizations disabled.
6265
6266 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6267
6268         Updated pic16 library sources and headers.
6269         * device/lib/pic16/pic18f*/ ,
6270         * device/include/pic16/*.h: modified to handle structured SFR
6271         definitions
6272
6273 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6274
6275         * src/port.h (PORT structure): added hook initPaths, now each
6276         port can declare its own default search paths,
6277         which can been seen with the --print-search-dirs option,
6278         see pic16 port for example,
6279         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6280         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6281         * (doPrintSearchDirs): NEW, replaces in a central manner the
6282         printing of search dirs which was split in set*Paths functions,
6283         * (main): added call to port->initPaths and doPrintSearchDirs,
6284         * src/avr/main.c,
6285         * src/ds390/main.c,
6286         * src/hc08/main.c,
6287         * src/izt/i186.c,
6288         * src/izt/tlcs900h.c,
6289         * src/mcs51/main.c,
6290         * src/pic/main.c,
6291         * src/pic16/main.c: modified port structures to reflect addition of
6292         initPaths hook,
6293
6294         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6295         * (pic16_dump_section): for registers in same address reserve memory once,
6296         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6297         to no_banksel,
6298         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6299         result is greater in size than right or left,
6300         * (pic16_genUMult8X8_8): there are some cases where the result can
6301         be 16 bits size, so handle these,
6302         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6303         * (pic16_outBitC): modified to emit pcodes,
6304         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6305         or not,
6306         * (genDivOneByte): implemented algorithm to divide 8-bits,
6307         * (genCmp): uncommented goto, but issues still exist,
6308         * (genAnd): fixed a bug with variables >8bits,
6309         * (genPackBits): optimization added that uses BCF/BSF to change a
6310         single bit,
6311         * (genAssign): fixed bug when assigning floating point literals,
6312         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6313         __sdcc_gsinit_startup label,
6314         * src/pic16/main.c (_pic16_init): removed search directory
6315         initialisations,
6316         * (_pic16_initPaths): NEW, used to initialise search directories,
6317         * (_hasNativeMulFor): support functions for all except char/int
6318         multiplication, and char division,
6319         * (PIC16_port struct): modified entry for native mul support,
6320         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6321         no_banksel option,
6322         * (buildCallTree): call to register_usage is ifdef'ed out,
6323
6324 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6325
6326         * device/include/string.h: applied Stas Sergeev's patch to make this
6327         header file compatible with the preprocessor -Wundef option
6328         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6329         failure (fixes bug #941458)
6330
6331 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6332
6333         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6334         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6335         that the variable, not the function, should be static
6336         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6337         to be consistent with non-literal case
6338
6339 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6340
6341         * src/SDCCast.c (isConformingBody): fixed bug #949967
6342         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6343         convilong): fixed bug #952086
6344
6345 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6346
6347         * src/SDCCmem.c (allocVariables): fixed bug #955321
6348
6349 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6350
6351         * src/hc08/main.c (_hc08_genAssemblerEnd),
6352         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6353         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6354         completely eliminated the use of a temporary file
6355         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6356         when more than one file linked
6357         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6358
6359 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6360
6361         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6362         which fixes bug #543481
6363         * support/regression/tests/bug-751703.c: fixed comments left from a
6364         cut and paste error
6365         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6366         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6367         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6368         scopes
6369         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6370         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6371         are now changed to underscores in moduleName
6372
6373 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6374
6375         * as/mcs51/lkmem.c: better fix for bug #954173
6376
6377 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6378         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6379
6380         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6381         * device/include/c8051f000.h,
6382         * device/include/c8051f120.h,
6383         * device/include/c8051f300.h,
6384         * device/include/c8051f310.h,
6385         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6386         PWM16) and detab'ed
6387
6388 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6389
6390         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6391         and mailing lists, doc'ed --no-peep-comments, removed reference
6392         to knoppix (newest version has no LyX/LaTeX), other minor changes
6393         * src/SDCCglue.c (glue): save 2 bytes stack space with
6394         option --main-return. The ljmp could probably be avoided too
6395
6396 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6397
6398         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6399
6400 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6401
6402         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6403         * src/SDCCopt.c (isLocalWithoutDef),
6404         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6405         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6406         (credit to Maarten Brock for patch #949363, on which this is based)
6407         * support/regression/tests/bug-751703.c: some test cases of extern used
6408         within inner scopes.
6409
6410 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6411
6412         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6413         SPEC_STRUCT
6414         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6415         struct definitions
6416         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6417         dwWriteLabel): fix to create valid debugger symbols even when
6418         the module name has non-alphanumeric symbols in it
6419         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6420         when a variable's allocation has been optimized away
6421
6422
6423 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6424
6425         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6426         * src/hc08/main.c,
6427         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6428         * src/mcs51/main.c,
6429         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6430         * src/ds390/main.c,
6431         * src/z80/gen.c (z80_emitDebuggerSymbol),
6432         * src/z80/main.c,
6433         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6434         * src/pic/main.c,
6435         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6436         * src/pic16/main.c,
6437         * src/avr/gen.c (avr_emitDebuggerSymbol),
6438         * src/avr/main.c,
6439         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6440         * src/xa51/main.c,
6441         * src/SDCCdebug.c (emitDebuggerSymbol),
6442         * src/SDCCdebug.h,
6443         * src/port.h: added a debugger struct to the port struct. Added a
6444         callback for defining debugger symbols
6445
6446         * src/SDCCast.c (createLabel),
6447         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6448         with isitmp = 1
6449         * src/SDCCicode.h,
6450         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6451         iCode back to the ast for the function
6452
6453         * src/hc08/ralloc.c (hc08_assignRegisters),
6454         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6455         unneeded fields from the regs struct.
6456         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6457         pushReg() & pullReg() functions instead of emitcode()
6458
6459         * src/hc08/gen.c (genLabel, genhc08Code),
6460         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6461
6462         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6463         debugger hooks
6464
6465         * src/hc08/gen.c (genEndFunction, genhc08Code),
6466         * src/hc08/gen.h,
6467         * src/mcs51/gen.c (genEndFunction, gen51Code),
6468         * src/mcs51/gen.h,
6469         * src/ds390/gen.c (genEndFunction, gen390Code),
6470         * src/ds390/gen.h,
6471         * src/z80/gen.c (genEndFunction, genZ80Code),
6472         * src/z80/gen.h,
6473         * src/z80/z80.h,
6474         * src/pic/gen.c (genEndFunction, genpic14Code),
6475         * src/pic/gen.h,
6476         * src/pic16/gen.c (genEndFunction, genpic16Code),
6477         * src/pic16/gen.h,
6478         * src/avr/gen.c (genEndFunction, genAVRCode),
6479         * src/avr/gen.h,
6480         * src/xa51/gen.c (genEndFunction, genXA51Code),
6481         * src/xa51/gen.h,
6482         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6483         specific code to cdbFile.c and out of the backend code generators
6484
6485         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6486         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6487         starting address is now 0
6488
6489         * as/hc08/asm.h,
6490         * as/hc08/m08pst.c,
6491         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6492         assembler directive for DWARF support
6493         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6494
6495         * src/src.dsp,
6496         * src/Makefile.in,
6497         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6498
6499 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6500
6501         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6502         and inappropriate peephole optimization in jump tables
6503
6504 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6505
6506         * as/hc08/m08pst.c,
6507         * src/SDCCglue.c: sdccopt works for the hc08 port now
6508
6509 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6510
6511         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6512
6513 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6514
6515         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6516
6517 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6518
6519         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6520         rules
6521         * src/SDCCmain.c,
6522         * src/SDCCglobl.h,
6523         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6524         comments from the peephole optimizer replacement rules
6525         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6526         symbols
6527         * src/SDCCcse.c (updateSpillLocation),
6528         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6529         equivalents
6530         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6531         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6532         objects far pointers
6533
6534 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6535
6536         * src/SDCCsymt.h: a missing part of my last change
6537         * src/pic/ralloc.c (regTypeNum),
6538         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6539
6540 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6541
6542         * src/SDCCicode.h,
6543         * src/SDCCicode.c (aggrToPtrDclType),
6544         * src/SDCCptropt.h,
6545         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6546         ptrPseudoSymConvert),
6547         * src/pic/ralloc.c (regTypeNum),
6548         * src/pic16/ralloc.c (regTypeNum),
6549         * src/hc08/ralloc.c (regTypeNum),
6550         * src/ds390/ralloc.c (regTypeNum),
6551         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6552         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6553
6554 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6555
6556         * link/z80/lkmain.c (afile),
6557         * as/hc08/lkmain.c (afile),
6558         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6559         prevent a pointer problem when a filename has no directory and
6560         no extension specified.
6561
6562 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6563
6564         * link/z80/lkmain.c (afile): allow periods in directory names
6565         * link/z80/lkmain.c (afile),
6566         * as/mcs51/lkmain.c (afile),
6567         * as/hc08/lkmain.c (afile): allow linker script file to have an
6568         extension other than ".lnk"
6569         * link/z80/lklex.c (getfid),
6570         * link/z80/lkmain.c (parse),
6571         * as/mcs51/lklex.c (getfid),
6572         * as/mcs51/lkmain.c (parse),
6573         * as/hc08/lklex.c (getfid),
6574         * as/hc08/lkmain.c (parse): Support comments in the linker script
6575         file on lines by themselves and after filenames
6576
6577 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6578
6579         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6580
6581 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6582
6583         * src/z80/peeph-z80.def: removed some peephole rules that don't
6584         work with multibyte arithmetic (fixed bug #937126)
6585         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6586         to registers and not global variables
6587         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6588         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6589         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6590         checking for assignments not internally generated (fixed bug #931895)
6591         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6592         structure member (fixed bug #930072)
6593
6594 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6595
6596         * src/SDCCmain.c (linkEdit),
6597         * src/hc08/main.c (_hc08_parseOptions),
6598         * as/hc08/Makefile.in,
6599         * as/hc08/aslink.h,
6600         * as/hc08/asm.h,
6601         * as/hc08/m08pst.c,
6602         * as/hc08/lkrloc.c (relr, rele),
6603         * as/hc08/lkarea.c (lnkarea)
6604         * as/hc08/lkmain.c (afile, parse),
6605         * as/hc08/lkelf.c: support for ELF output
6606         * as/hc08/lks19.c (s19),
6607         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6608
6609 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6610
6611         * as/mcs51/lkihx.c: Fixed bug #899105.
6612
6613 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6614
6615         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6616         .dsp files from Unix to DOS.
6617
6618 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6619
6620         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6621         function pointers; we have been compliant for several months now.
6622         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6623         change that was accidently commented out
6624         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6625         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6626         bug #922319
6627
6628 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6629
6630         * src/hc08/gen.c: output of all of the internal debugging information
6631         is now controlled by the D() macro; it is disabled by default
6632
6633 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6634
6635         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6636         harder to keep the same registers during a CAST iCode
6637         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6638         long via int can be done in a single cast, if the signedness is
6639         correct.
6640         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6641         putchar() in tinibios.c in ds390's library
6642
6643 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6644
6645         * src/SDCCast.c (decorateType): fixed bug #898889,
6646         cast result of a literal complement too
6647         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6648         fixed check for bitfields
6649
6650 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6651
6652         * src/SDCCicode.c (geniCodeLogic): made it static,
6653         (geniCodeLogicAndOr): added in order to fix bug #905492,
6654         (ast2iCode): fixed bug #905492
6655         * support/regression/tests/bug-905492.c: added
6656         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6657         (processParms): fixed bug #927659: don't copy parms, this will clear
6658         decorated flag
6659         * support/regression/tests/bug-927659.c: added
6660
6661 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6662
6663         * src/SDCCast.c (addCast): don't cast float to char
6664         * device/lib/libsdcc.lib: added _memmove
6665
6666 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6667
6668         * device/lib/large/Makefile: fixed parallel execution by
6669         replacing `make` by `$(MAKE)`
6670
6671 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6672
6673         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6674         offsets (fixes bug #923936)
6675
6676 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6677
6678         * device/lib/small/Makefile: fixed parallel execution by
6679         replacing `make` by `$(MAKE)`
6680
6681 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6682
6683         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6684
6685 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6686
6687         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6688         * src/regression/Makefile: Regression test was not running.
6689
6690 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6691
6692         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6693         complement if possible
6694         * src/SDCCval.c (valComplement),
6695         * src/SDCCicode.c (operandOperation): fixed complement of literal
6696         * support/regression/tests/onebyte.c (testComplement): added
6697
6698 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6699
6700         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6701         return an optimized tree; actually replace actParm with the new tree
6702         * src/SDCCast.h: added some parantheses to remove side effects
6703         * support/regression/tests/bug-920866.c
6704
6705 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6706         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6707         Bit operands were not being handled properly in the pic14 port.
6708         (now src/regression/add.c passes again).
6709
6710 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6711
6712         * src/SDCC.y (labeled_statement): case and default no longer require
6713         a following statement (RFE #893037)
6714
6715 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6716
6717         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6718         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6719         disabled (fixes bug #916294)
6720         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6721         "mov a,acc"; patch provided by Lenny Story
6722         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6723
6724 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6725
6726         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6727         functions
6728         * src/ds390/gen.c (genFunction, genEndFunction),
6729         * src/ds390/ralloc.c (ds390_assignRegisters),
6730         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6731         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6732         pushed if there are parameters passed on the stack. Also, a cleaner
6733         way to decide if r0/r1 should be pushed/popped. (Together they fix
6734         bug #918693)
6735
6736 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6737
6738         * doc/sdccman.lyx,
6739         * device/lib/mcs51/crtpagesfr.asm,
6740         * device/lib/mcs51/crtxinit.asm,
6741         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6742         to avoid confusion with Si Lab's SFRPAGE register.
6743
6744 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6745
6746         * src/SDCCglue.c (emitMaps): allow public sfr variables
6747         * src/SDCCglue.c (initialComments): include compiler build date
6748         with compiler version and put the timestamp of the generated
6749         assembly file on a serperate line to be less confusing.
6750         * src/port.h: added genInitStartup hook
6751         * src/avr/main.c,
6752         * src/ds390/main.c,
6753         * src/hc08/main.c,
6754         * src/pic/main.c,
6755         * src/pic16/main.c,
6756         * src/xa51/main.c,
6757         * src/z80/main.c: genInitStartup initialize as NULL (default to
6758         historical behaviour)
6759         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6760         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6761         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6762         library instead of hard coding it into the compiler.
6763         * support/regression/ports/mcs51-stack-auto/spec.mk,
6764         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6765         * device/lib/mcs51/Makefile,
6766         * device/lib/small/Makefile,
6767         * device/lib/large/Makefile,
6768         * device/lib/mcs51/crtpagesfr.asm,
6769         * device/lib/mcs51/crtstart.asm,
6770         * device/lib/mcs51/crtxclear.asm,
6771         * device/lib/mcs51/crtxinit.asm,
6772         * device/lib/mcs51/crtclear.asm,
6773         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6774         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6775         and into user configurable files.
6776         * device/lib/clean.mk: clean mcs51 directory too
6777         * support/regression/tests/longlit.c: added static to T1 declaration
6778         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6779         accesses in the initialization code
6780
6781 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6782
6783         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6784         OSCTRIMVAL as noted in bug #916008
6785
6786 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6787
6788         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6789         in loops with multiple exits (reported as incorrect registers
6790         used by Martin Helmling in Sdcc-user list)
6791
6792 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6793
6794         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6795         made ds390 register extensions look less like error messages
6796
6797 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6798
6799         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6800         reported by Adam Wozniak in Sdcc-user list
6801
6802 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6803
6804         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6805         arithmetic optimizations, added debug output
6806
6807 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6808
6809         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6810         * sdcc.spec: updated and split sdcc into 3 rpms
6811         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6812         needed for literals of LEFT_OP and '+'
6813         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6814         introduced RESULT_TYPE_NOPROM
6815         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6816         left shift
6817         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6818         limited promotion to int only for '*'
6819         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6820
6821 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6822
6823         * src/pic16/gen.c (genSkip),
6824         (genc16bit2lit), (gencjneshort): commented out
6825         (is_LitOp): new helper function, checks operand type
6826         (genCmpEq): rewritten
6827
6828 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6829
6830         * support/regression/tests/bug-908454.c: added
6831
6832 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6833
6834         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6835         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6836         (geniCodeCast): cosmetic, don't preserve bit storage class
6837         (geniCodeLeftShift): added promotion
6838         (geniCodeLogic): fixed regression
6839         * src/SDCCsymt.c (computeTypeOr): accept bits too
6840         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6841
6842 2004-03-07  Borut Razem <borut.razem AT siol.net>
6843
6844         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6845
6846 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6847
6848         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6849         version of pic16_genPackRegisters which does not check if ic is a
6850         CAST operator,
6851         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6852         function cause string1.c regression test fails
6853
6854 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6855
6856         * sim/ucsim/configure.in,
6857         * sim/ucsim/configure,
6858         * sim/ucsim/doc/Makefile.in: use docdir
6859         * src/SDCC.y: fixed sbit atrributes
6860         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6861         * src/SDCCast.c (decorateType): |^& need special promotion handling
6862         * src/SDCCast.h,
6863         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6864         * src/SDCCsymt.h (computeType),
6865         * src/SDCCicode.c: computeType() needs op
6866         * src/SDCCsymt.c (checkTypeSanity),
6867         * doc/sddman.lyx: "plain" bitfields are unsigned
6868         * src/SDCCsymt.c (computeTypeOr): added
6869         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6870         |^& ops
6871         * src/SDCCval.c (val*): computeType() needs op
6872         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6873         * support/regression/tests/onebyte.c: added tests for |^&
6874
6875 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6876
6877         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6878         for writing icode into asm output.
6879
6880 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6881
6882         * src/pic16/device.c: added some debug lines enabled
6883         with macro DEBUG_CHECK,
6884         * src/pic16/genarith.c: more debug in genPlus,
6885         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6886         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6887         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6888         * (aopForSym): onStack symbols are re-placed in data memspace,
6889         and onStack flag is cleared,
6890         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6891         copy temporary pcodeop,
6892         * (genPcall): added warning for not updating PCLATU,
6893         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6894         always true for pic16 port,
6895         * (genMultOneWord): NEW, supports integer multiplication,
6896         * (genMult): modified to call genMultOneWord,
6897         * (ifxForOp): added warning when return NULL,
6898         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6899         flag is set before call to operandFromSymbol for implicit
6900         added structures,
6901         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6902         options.intlong_rent are set by default,
6903         * (_hasNativeMulFor): modified to allow port generation of integer
6904         multiplication,
6905         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6906         set regtype to REG_SFR for all registers, restricting seting the
6907         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6908
6909 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6910
6911         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6912         more than 500 times in the regression tests
6913
6914 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6915
6916         * support/Util/SDCCerr.h,
6917         * support/Util/SDCCerr.c,
6918         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6919         enumerator_list),
6920         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6921         for symbol conflicts.
6922         * support/valdiags/tests/enum.c,
6923         * support/valdiags/tests/tentdecl.c,
6924         * support/valdiags/tests/struct.c: expect possible error messages
6925         referring to original symbol definitions.
6926         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6927         * src/SDCCsymt.h,
6928         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6929
6930 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6931
6932         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6933
6934 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6935
6936         * src/pic16/ralloc.c (newReg): fixed bug #908929
6937
6938 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6939
6940         * src/ds390/gen.c: added missing #include "main.h"
6941
6942 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6943
6944         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6945         checking if symbol is already in set,
6946         * src/pic16/device.h: prototype for checkAddSym,
6947         * src/pic16/gen.c: (_G): added entry interruptvector,
6948         * (assignResultValue): removed some commented out lines,
6949         * (genFunction): check for ISR via sym->type, absolute section for
6950         interrupt code is created via a new pBlock, the goto instruction is
6951         placed now correctly at the interrupt vector position, changed all
6952         references from ivec to _G.interruptvector,
6953         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6954         is the interrupt is a high priority one, same for return from ISR,
6955         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6956         externs to calls of checkAddSym,
6957         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6958         pic16_pcode_verbose flag is set,
6959         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6960         * src/pic16/pcoderegs.c: message about how many registers are saved
6961         will only be emitted if pic16_pcode_verbose flag is set,
6962
6963 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6964
6965         * src/ds390/ralloc.h,
6966         * src/ds390/ralloc.c (ds390_regWithIdx),
6967         * src/ds390/gen.c (emitcode),
6968         * src/ds390/main.h,
6969         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6970         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6971         ds390operandCompare, getRegsRead, getRegsWritten,
6972         initializeAsmLineNode): customized instruction size calculation for
6973         ds390, started basis for some register optimizations
6974         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6975         corresponding assembly output
6976         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6977         missing push/pop of r0/r1. Optimized push/pops
6978
6979 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6980
6981         * src/mcs51/main.c (instructionSize): fixed ACALL size
6982         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6983
6984 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6985
6986         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6987         the sorting of rlist with NULL elements
6988         * (print_idataType, print_idata): NEW to create idata sections
6989         * src/pic16/device.h: idataSymSet new variable
6990         * src/pic16/gen.c (genFunction): fixed some bugs in string
6991         comparing, improved the absolute section creation for ISRs,
6992         added FSR0L/FSR0H in registers that are saved in an ISR,
6993         * (genInline): fixed the processing of inline snippets,
6994         now they undergo no process by the peephole optimizer
6995         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6996         are placed in idataSymSet,
6997         * (pic16emitStaticSeg): extern symbols are added in externs,
6998         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6999         switching when aboslute variables are placed in access bank memory
7000         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7001         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7002         commented out with #if,
7003         * (pic16_packRegisters): reintroduce the check for CAST because some
7004         symbols are not correctly handled,
7005         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7006         pCodeInstruction instead of pCode,
7007         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7008         pCodeAsmDir definition,
7009         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7010         directive, then the argument directive is emitted without the leading
7011         tab, hack for inline labels which must be in the first column,
7012         * (compareLabel,pic16_findNextInstruction),
7013         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7014         * (insertBankSwitch): modified for the new pCodeAsmDir,
7015
7016 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7017         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7018
7019         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7020         instance,
7021         * (pushSide): commented out with #if,
7022         * (assignResultValue): fixed some typos in saving
7023         registers,
7024         * (genPcall): FIXED and sync'ed with genCall,
7025         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7026         * (genNearPointerGet): fixed to handle some more cases,
7027         implementation scheme via table reads,
7028         * (genConstPointerGet): modified to access code memory correct,
7029         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7030         and improved to handle some cases
7031         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7032         instead of "RETLW" for init data
7033         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7034         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7035         variables are placed in access bank memory (<0x80 and >=0xf80),
7036         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7037         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7038         TBLWT_POSTDEC,TBLWT_PREINC
7039         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7040         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7041         directives
7042         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7043         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7044         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7045         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7046
7047 2004-02-29  Borut Razem <borut.razem AT siol.net>
7048
7049         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7050         support/Util/findme.h, support/Util/system.h: enhance binary relative
7051         search for lib and include by using findProgramPath()
7052
7053 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7054
7055         * src/SDCCpeeph.h,
7056         * src/SDCCpeeph.c (pcDistance),
7057         * src/port.h,
7058         * src/mcs51/ralloc.h,
7059         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7060         * src/mcs51/main.h,
7061         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7062         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7063         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7064         size calculation port specific, started basis for some register
7065         optimizations
7066         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7067         missing push/pop of r0/r1. Optimized push/pops
7068         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7069         * device/lib/_modsint.c (_modsint),
7070         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7071         and stack version so regression tests pass
7072
7073 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7074
7075         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7076         * src/SDCCast.c (decorateType): catch another small optimization
7077         with '?' operator
7078         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7079         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7080         modified to finally use computeType() all over SDCC,
7081         see Feature Request #877103
7082         * src/SDCCval.h: cosmetic
7083         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7084         valCompare(); regression tested in muldiv.c
7085         * support/regression/tests/muldiv.c (testMod): mod sign follows
7086         dividend only
7087
7088 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7089
7090         * src/SDCCast.c (decorateType): fixed bug #902362
7091         * doc/INSTALL.txt: fixed install instructions for win32
7092
7093 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7094
7095         * device/include/Makefile.in (install): fixed by replacing spaces
7096         by tabs
7097         * doc/README.txt,
7098         * doc/INSTALL.txt: updated for release
7099         * doc/sdccman.lyx: added warning for --xstack being buggy
7100
7101 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7102
7103         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7104         to eliminate build warnings.
7105         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7106
7107 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7108            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7109
7110         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7111         removed -penable-stack, added comment for stack pragma, added
7112         warning for not initializing the stack/frame registers, removed
7113         comment at interrupts section
7114
7115         Stack is made permanent, there is no ability to disable stack usage.
7116         * src/pic16/device.h,
7117         * src/pic16/device.c: removed all references to USE_STACK macro,
7118         * src/pic16/device.c (pic16_dump_section): when no elements in
7119         rlist, free rlist before return,
7120         * (pic16_dump_int_registers): NEW, internal registers are a new set
7121         of general purpose registers reused by each function,
7122         * (checkAddReg): returns 1 if registers is added to set,
7123         * (pic16_groupRegistersInSection): when a registers is of type
7124         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7125         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7126         SRCASECMP macro is moved here from device.c
7127         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7128         PO_PCLATU, PO_PRODL, PO_PRODH,
7129         * (pic16_pCodeOpType, genMinus,
7130         changed compares to "a" register, with AOP_ACC,
7131         * (pic16_genPlus): fixed some bugs and indented properly,
7132         * (pic16_addSign): changed size to size+offset in the MOVWF
7133         instruction,
7134         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7135         multiply 8-bit operand by literal, result is 8-bit,
7136         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7137         multiply 2 8-bit operand, result is 8-bit,
7138         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7139         genUMult8X*_16,
7140         * src/pic16/gen.c: changed accUse to contain WREG only,
7141         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7142         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7143         true, do not use immediate addressing any more unless sym is a
7144         pointer in codespace,
7145         * (aopForRemat): do not use immediate addressing when symbol not in
7146         codespace and when symbol's address is requested,
7147         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7148         accUse size (= 1),
7149         * (aopGet): added case for AOP_ACC and don't return "accumulator
7150         bug" but WREG instead,
7151         * (popGetTempReg): pushes contents of temporary register in stack,
7152         * (popReleaseTempReg): pops contents of temporary register from
7153         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7154         * (pic16_popGet): separated case AOP_ACC to return register WREG
7155         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7156         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7157         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7158         the use of immediate pointers to certain cases only.
7159
7160         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7161         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7162         * (assignResultValue, genCall, genRet): modified to use the new
7163         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7164         genPcall is still broken,
7165         * (genFunction): added code to create 'A' type pBlocks when
7166         interrupt functions are generated, code not extensively tested yet,
7167         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7168         * (genEndFunction): modified so ISRs pop stored registers from stack,
7169         * (genMultOneByte): cleanup,
7170         * (AccRsh): added flag andmask, to and result with appropriate mask,
7171         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7172         * (genDataPointerGet): fixed and reenabled its use,
7173         * (genNearDataPointerGet): bugs fixed,
7174         * (genDataPointerSet): bugs fixed,
7175         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7176         pic16_DumpSymbol, pic16_DumpOp,
7177         * src/pic16/genutils.h: function prototypes for the above functions,
7178         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7179         pointers,
7180         * (pic16emitRegularMap): many many many improvements, but needs a
7181         major cleanup,
7182         * src/pic16/main.c: enable_stack in pic16_options is removed,
7183         * (_pic16_parseOptions): removed command line options -penable-stack,
7184         * (_process_pragma): emit stack symbol only when stack pragma is
7185         processed,
7186         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7187         redirected to FSR0L/FSR0H pair,
7188         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7189         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7190         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7191         for immediates,
7192         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7193         * (dumpPicOptype): NEW,
7194         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7195         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7196         with movff instruction,
7197         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7198         added pic16_int_regs, some packRegsFor* functions are commented out,
7199         because produce errors,
7200         * src/pic16/NOTES: minor modifications
7201
7202 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7203
7204         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7205         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7206         --pack-iram.
7207         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7208         * as/mcs51/lkaomf51.c: fixed bug #895763
7209
7210 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7211
7212         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7213
7214 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7215
7216         * doc/sdccman.lyx: added details about the HC08 storage classes and
7217         interrupts, fixed the register usage info for z80 & gbz80
7218
7219 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7220
7221         * doc/sdccman.lyx: added more pic16 port documentation
7222         * device/include/pic16/: added header pic18fregs.h
7223
7224 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7225
7226         * doc/sdccman.lyx: added Vangelis' contribution
7227
7228 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7229
7230         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7231         extend to the next CALL or PCALL, not just to the next CALL.
7232
7233 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7234
7235         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7236
7237 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7238
7239         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7240         bug #895752 and a better fix for bug #716790
7241
7242 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7243
7244         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7245
7246 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7247
7248         * doc/sdccman.lyx: minor changes, minor changed
7249
7250 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7251
7252         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7253         which can't handle SDCC_NEWONEBYTEOPS,
7254         (geniCodeMultiply): removed conversion from mult to shift for pic14
7255         and pic16
7256
7257 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7258
7259         * src/hc08/gen.h,
7260         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7261         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7262         thus fixing bug #895406
7263
7264 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7265
7266         * device/lib/_modsint.c,
7267         * device/lib/_modslong.c: sign follows divisor only
7268         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7269         signs or signedness can be ignored
7270         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7271         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7272         added optimization for IFX,
7273         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7274         arguments;
7275         reenabled optimization for IFX, which was removed on 2004-01-11
7276         * src/SDCCast.h: added return type IFX
7277         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7278         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7279         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7280         SDCC_OLDONEBYTEOPS selects the old behaviour
7281         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7282         changed again and commented promotion rule
7283         * src/SDCCval.c (valDiv): promotion no longer necessary
7284         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7285         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7286         rewritten
7287         * support/regression/tests/onebyte.c: added
7288
7289 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7290
7291         * gen.c (genInline): reverted to old code for assemnling inline
7292         code because of bug reported James Chadd
7293
7294 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7295
7296         * ralloc.h: missing declarations from previous patch,
7297         seems that patch for ralloc.h was never applied, fixed
7298
7299 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7300            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7301
7302         * pcode.c,
7303         * pcode.h,
7304         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7305         indirect addressing. Marked FSR0 as deprecated
7306         * gen.c (pointerCode): commented out, not needed now
7307         (pic16_popGet2p): new MOVFF helper function
7308         (genGenPointerGet),
7309         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7310         (shiftRLong): removed duplicate debugging info
7311
7312 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7313
7314         * src/ds390/gen.c (genNearPointerGet),
7315         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7316         optimization with bits, but not bitfields.
7317         * src/ds390/ralloc.c (packRegisters),
7318         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7319
7320 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7321
7322         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7323
7324 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7325
7326         * src/SDCCsymt.h,
7327         * src/SDCCicode.c (operandFromSymbol),
7328         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7329         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7330         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7331         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7332         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7333         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7334         bug #892038
7335         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7336         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7337         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7338         * src/SDCCsymt.c (newSymbol),
7339         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7340         enumerator_list),
7341         * src/SDCCval.h,
7342         * src/SDCCval.c (newiList): fixed bug #885705
7343
7344 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7345
7346         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7347         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7348
7349 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7350
7351         * device/include/c8051f120.h,
7352         * device/include/c8051f300.h,
7353         * device/include/c8051f310.h: added/updated header files for Silicon
7354         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7355         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7356         in new section Submitting patches
7357
7358 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7359
7360         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7361         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7362         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7363         genGenPointerSet),
7364         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7365         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7366         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7367         genGenPointerSet),
7368         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7369         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7370         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7371         genGenPointerSet),
7372         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7373         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7374         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7375         genGenPointerSet): fixed bug #892400
7376         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7377         to eliminate build warnings.
7378         * src/SDCCast.c (processParms),
7379         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7380         fixed bug 751859
7381         * support/valdiag/valdiag.py: added GCC to the list of defines active
7382         when compiling with gcc
7383
7384 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7385
7386         * support/Util/SDCCerr.h,
7387         * support/Util/SDCCerr.c,
7388         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7389         with an incomplete type (fixed bug #883734)
7390         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7391
7392 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7393
7394         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7395
7396 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7397
7398         * src/SDCCast.c (decorateType),
7399         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7400         function pointer implementation
7401         * support/regression/tests/funptrs.c: added tests to verify both forms
7402         of function pointers work correctly. Added tests to verify parameters
7403         are passed in the correct order.
7404
7405 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7406
7407         * device.c (regCompare): registers are sorted by ascending
7408         address and increasing size,
7409         * main.c (_pic16_finaliseOptions): removed the declaration
7410         of compiler macro MCU. Now a macro of the format pic18fxxxx
7411         will be defined from the command line
7412
7413 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7414             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7415
7416         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7417         PCOP_RLCF was overwritten!
7418         * gen.c (genSkip): commented out calls to pic16_emitcode,
7419         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7420         * (genlshTwo),
7421         * (genRRC): added debugging info,
7422         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7423         overwritten while shifting,
7424         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7425         overwritten while shifting,
7426         * (AccLsh),
7427         * (AccRsh),
7428         * (shiftLLeftOrResult),
7429         * (shiftRLeftOrResult),
7430         * (shiftRLong),
7431         * (shiftLLong): Implemented with pic16_emitpcode
7432         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7433         * (genLeftShift): Fixed bug, operand for shift by variable always
7434         was "and"ed with 0x0f,
7435         * (genLeftShiftLiteral),
7436         * (genrshTwo),
7437         * (genRightShiftLiteral): added debugging info,
7438         * (genrshFour): added comment,
7439         * (genRightShift): determined signedness from operand "left"
7440         instead of "result"
7441
7442 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7443
7444         * src/SDCCicode.c (geniCodeParms),
7445         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7446         function pointers, fixed function pointer bugs #861242 and #861896
7447
7448 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7449
7450         * device/include/c8051f000.h,
7451         * device/include/c8051f120.h,
7452         * device/include/c8051f300.h: added header files for Silicon
7453         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7454
7455 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7456
7457         * src/SDCCast.c (processParams): added new type flow and restructured
7458         (gatherAutoInit): added new type flow
7459         (addCast): cosmetic changes
7460         (getLeftResultType): added new type flow for array indices, patch
7461         provided by Stas, see FR #877103
7462         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7463         array index patch by Stas
7464         * src/SDCCast.h: added prototype getResultTypeFromType()
7465         * src/SDCCval.h,
7466         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7467         * src/pic/glue.c (pic14emitStaticSeg),
7468         * src/pic16/glue.c (pic16emitStaticSeg),
7469         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7470         for initialization of symbols
7471         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7472         * support/Util/SDCCerr.h:
7473         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7474         * .version: bumped version number to 2.3.8
7475         * device/include/Makefile.in (install),
7476         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7477         avoid warnings
7478
7479 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7480
7481         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7482         Slade Rich fixed an optimization bug
7483         * src/pic/pcodepeep.c,
7484         * src/pic/pcoderegs.c
7485         * doc/Makefile (install): added test for directory
7486
7487 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7488
7489         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7490         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7491         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7492         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7493         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7494         * as/mcs51/asexpr.c (term),
7495         * as/hc08/asexpr.c (term): fixed bug #887146
7496
7497 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7498
7499         * src/z80/gen.c (genMult): handle single byte result product
7500         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7501         DUMMY_READ_VOLATILE (fixed bug #886367)
7502
7503 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7504
7505         * support/regression/tests/libmullong.c: fixed logic, on little endian
7506         hosts we ended without a mullong_wrapper()
7507
7508 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7509
7510         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7511         virus/worm forged address usage.
7512
7513 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7514
7515         Fixed promotion, it should be done on AST level:
7516         * src/SDCCast.c (addCast): added promotion to int
7517         (decorateType): updated call to upCast()
7518         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7519         usualUnaryConversions()
7520
7521 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7522
7523         * support/regression/tests/literalop.c (mulWrapper): Added a
7524         wrapper to remove integer overflow warnings.
7525
7526         * support/regression/tests/float_trans.c: Made work on host.
7527
7528         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7529         location of sz80.
7530
7531         * support/regression/generate-cases.py (main): Changed from inline
7532         to a main method.
7533
7534         * doc/Makefile (install): Changed to depth first to get rid of
7535         missing directory install warning.
7536
7537         * as/Makefile (install-doc): Made work on Mac.
7538
7539 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7540
7541         * src/SDCCast.c: added an additional type flow in decorateType() of
7542         opposite direction, see feature request #860006; it's enabled at runtime
7543         by setting the environment variable SDCC_NEWTYPEFLOW
7544         * src/SDCCast.h: changed prototype of decorateType()
7545         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7546         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7547         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7548         see feature request #877103
7549         * src/SDCCval.c: updated call of decorateType()
7550         (valBitwise): fixed bug #882876
7551         (valMinus): added promotion
7552         (valLogicAndOr): result is unsigned
7553         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7554         * src/SDCCsymt.c (computeType),
7555         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7556         must not cause an unsigned operation
7557         * src/pic/glue (pic14emitRegularMap),
7558         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7559
7560 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7561
7562         * src/pic/pcode.c (PCodeID): commented out left over debug code
7563
7564 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7565
7566         * support/valdiag/tests/overflow.c: added shift tests
7567         * src/pic/device.c,
7568         * src/pic/gen.c,
7569         * src/pic/gen.h,
7570         * src/pic/glue.c,
7571         * src/pic/main.c,
7572         * src/pic/pcode.c,
7573         * src/pic/pcode.h,
7574         * src/pic/pcodepeep.c,
7575         * src/pic/pcoderegs.c,
7576         * src/pic/ralloc.c,
7577         * src/pic/ralloc.h: applied patch from Slade Rich;
7578         added support for multiple code pages and multiple RAM banks on the
7579         PIC 14 port. The ASM files now no longer simply assume all the
7580         code / RAM are in the same page / bank. This means the linker can
7581         safely allocate code/RAM of separate ASM files to different pages/banks.
7582         * doc/sdccman.lyx: added Slade's tips
7583         * src/mcs51/peeph.def: fixed bug #880768
7584
7585 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7586
7587         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7588         * src/SDCCast.c (decorateType): fixed bug #880197
7589
7590 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7591
7592         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7593         getopt.h.
7594
7595         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7596         strtof is not part of C89 and isn't included with Mac OS X.
7597
7598 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7599
7600         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7601         shiftL2Left2Result): fixed bug #879326
7602         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7603         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7604         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7605         address fetch for clr instruction
7606         * device/lib/hc08/_mulint.c: created optimized assembly version
7607         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7608
7609 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7610
7611         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7612         proposed in FR #877103
7613
7614 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7615
7616         * src/SDCCval.c (cheapestVal): added missing checks
7617         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7618         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7619
7620 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7621
7622         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7623         equal operands
7624
7625 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7626
7627         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7628         loaded with the linker search paths (-L arguments) and the libraries
7629         to be linked with the current source (-l arguments). Changes
7630         currently will affect only the pic16 port.
7631         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7632         include path the port specific paths and port specific libraries,
7633         * gplink command now contains the $3 argument,
7634         * src/pic16/device.h,
7635         * src/pic16/device.c,: structure PIC_device is made public and
7636         renamed to PIC16_device, the same for variable Pics which is renamed
7637         to Pics16. Updated all references to them.
7638         * src/pic16/glue.c (pic16glue): corrected bug with code
7639         initialization which bypassed the variable initializations block.
7640
7641         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7642         COMPILE_FLAGS and added the --nostdinc option
7643
7644 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7645
7646         * device/include/mc68hc908jb8.h: Register defs for another member
7647         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7648
7649 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7650
7651         Documenting changes from previous commits.
7652         * configure.in (version 1.56),
7653         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7654         when generating output files to configure the pic16 library,
7655         but now I've commented it out, since gputils aren't installed in the
7656         SF compile farm, so library won't compile
7657
7658         * device/lib/Makefile.in (version 1.56): initially I've added in
7659         target 'all' the prerequestive 'model-pic16' so it compiled the
7660         pic16 library, but now I've commented it out for the same reasons
7661         above,
7662         * added targets 'model-pic16' and 'objects-pic16' to compile the
7663         library
7664         * added target 'port-specific-objects-pic16' to handle the
7665         generated libraries and copy them into the build/ directory
7666         * added target 'clean-intermediate-pic16' to clean intermediate
7667         files into pic16 directory
7668         * in target 'installdirs' added line to create directory pic16 in
7669         the installation path
7670
7671         * device/include/Makefile.in (version 1.11): in target 'install'
7672         added lines to copy all header files to installation path,
7673         * in target 'installdirs' added line create directory for pic16
7674         headers in the installation path
7675
7676 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7677
7678         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7679          a function call
7680
7681 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7682
7683         * configure,
7684         * device/lib/configure.in,
7685         * device/lib/configure: fixed for autoconf 2.57
7686
7687 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7688
7689         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7690         option so that it actually works. Made it specific to the z80, since
7691         the gbz80 doesn't have these kinds of I/O ports.
7692
7693 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7694
7695         * device/include/z180.h,
7696         * device/lib/_memcpy.c,
7697         * device/lib/_memmove.c,
7698         * device/lib/_mulint.c,
7699         * device/lib/ser_ir.c,
7700         * device/lib/ser_ir_cts_rts.c,
7701         * device/lib/_strcmp.c,
7702         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7703         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7704         portmode; added deprecation warning for bank= and protmode= forms.
7705         Also, guard against buffer overflow.
7706         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7707
7708 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7709
7710         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7711         changed interrupt vector table generation to only emit declared vectors.
7712         * device/include/Makefile.in: added missing backslash
7713         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7714
7715 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7716
7717         Mainly changes to support compilation of the device libraries
7718         * src/pic16/device.c: stack is allocated via symbol and not
7719         via literal number. The symbol is placed in the corresponding
7720         position of the data ram
7721         * (pic16_dump_section): relocatable and absolute uninitialized
7722         data are now emitted in sorted order to reduce section naming,
7723         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7724         weren't marked as being in the access bank,
7725
7726 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7727
7728         Added portion of GNU PIC Library under the directory
7729         device/include/pic16 and device/lib/pic16. These files
7730         contain the declarations of SFRs for the PIC18Fxx2 devices.
7731         The directory is initialized via configure from toplevel.
7732
7733 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7734
7735         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7736         the spilllocations to be compared correctly
7737
7738 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7739
7740         * src/SDCCast.c (decorateType): fixed bug introduced today
7741
7742 2004-01-12  Borut Razem <borut.razem AT siol.net>
7743
7744         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7745         doc/sdccman.lyx: upper case pragmas are deprecated
7746
7747 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7748
7749         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7750         in simpler and even better code
7751
7752 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7753
7754         * src/SDCCicode.c (operandOperation): fixed bug #874819
7755         * src/SDCCast.c (decorateType): fixed
7756         char foo (unsigned long ul) { return ul > 0; }
7757
7758 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7759
7760         * doc/sdccman.lyx: Moved and added some sections, small changes
7761         all over. Telling LaTeX to be less strict with word spacing
7762         to better keep the right margin. Changed some notes about
7763         maintainance of the ports in section 3.2.1 - is it OK like this?
7764
7765 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7766
7767         SDCC source changes:
7768         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7769         convilong): modified to inform the pic16 port that builtin functions
7770         are external
7771
7772         PIC16 PORT specific changes:
7773         * src/pic16/device.c pic16_dump_equates() added,
7774         processor registers declared internally by the port are emitted in
7775         the translation as equates,
7776         * src/pic16/gen.c: inline code is passed unprocessed to the
7777         translation,
7778         * (pic16_popGetLit2): fnuction modified to take second operand as
7779         pCodeOp pointer and not as literal,
7780         * (popRegFromIdx): prefixed with pic16_,
7781         * (pic16_popCombine2): modified to receive already allocated pCode
7782         operands,
7783         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7784         * (genFunction): initializes local stack frame and pushes on stack
7785         all the registers used by this function,
7786         * (genEndFunction): restores all registers from stack and restores
7787         stack frame,
7788         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7789         improvements,
7790         * (pic16glue): changed the program startup sequence,
7791         * added new dbName code 'A' for functions placed in absolute section
7792         * src/pic16/main.c: added function attribute _naked,
7793         * added pragma 'code' to place a fnuction at an absolute address,
7794         * added command line arguments --debug-ralloc and --pcode-verbose,
7795         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7796         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7797         * (pic16_newpCodeOpLit2): modified to take the second operand as
7798         pCodeOp pointer,
7799         * (pic16_printpBlock): modified to emit each function in a separate
7800         section,
7801         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7802         UPPER for immediate operands,
7803         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7804         instruction,
7805         * src/pic16/peeph.def: all peepholes with movff are commented out,
7806         because there is a problem in the pcode peep optimizer,
7807         * src/pic16/ralloc.c: the register allocator can now reuse local
7808         function symbols for another function. This saves register usage.
7809         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7810
7811         Added file src/pic16/NOTES with information about program writing on
7812         the current port version.
7813
7814 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7815
7816         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7817         and peephole 252 (array access)
7818
7819 2004-01-09  Borut Razem <borut.razem AT siol.net>
7820
7821         * src/SDCCmain.c : fixed #872250: -l command line defined library
7822           files are scanned before standard library files
7823
7824 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7825
7826         * src/SDCCast.c (decorateType): fixed bug #874046
7827
7828 2004-01-09  Borut Razem <borut.razem AT siol.net>
7829
7830         * support/scripts/sdcc.nsi: remove previous installation
7831
7832 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7833
7834         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7835         bytes for last interrupt vector (mcs51)
7836         * sdcc.spec: fixed typo
7837
7838 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7839
7840         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7841         gen51Code): more efficient parameter receive for --model-large
7842         ("bug" #845294)
7843
7844 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7845
7846         * src/ds390/main.c,
7847         * src/z80/main.c: added missed needLinkerScript flags (more than
7848         one port structure defined in these file)
7849         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7850         bug #795325
7851
7852 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7853
7854         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7855         * src/port.h: added flag needLinkerScript in port->linker
7856         structure to inform whether to create a .lnk file or not,
7857         * src/avr/main.c,
7858         * src/ds390/main.c,
7859         * src/hc08/main.c,
7860         * src/mcs51/main.c,
7861         * src/pic/main.c,
7862         * src/pic16/main.c,
7863         * src/xa51/main.c,
7864         * src/z80/main.c: changed appropriately to configure
7865         needLinkerScript flag
7866         * src/pic/gen.c,
7867         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7868         * src/pic/glue.c: added variable udata_section_name to
7869         override default uninitialized data segment definition for
7870         devices only with SHAREBANK memory (reported from Erik Epetrich)
7871         * (pic14emitOverlay): modified to emit a commented overlay segment
7872         directive when no overlay data exist
7873         * (picglue): modified to emit uninitialized data segment
7874         according to udata_section_name
7875         * src/pic/main.c (_pic14_parseOptions): added command line
7876         options --udata-section-name=[name] to override default
7877         udata definition name
7878         * modified _linkCmd and _asmCmd to include compiler passed
7879         arguments via -W option
7880         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7881         object file from '.rel' to '.o' in port->linker structure,
7882         changed size of fptr from 2 to 3 in port structure
7883
7884 2004-01-07  Borut Razem <borut.razem AT siol.net>
7885
7886         * support/scripts/sdcc.nsi: update PATH
7887         * support/scripts/sdcc.ico: craeted
7888
7889 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7890
7891         * device/include/Makefile.in: fix install
7892         * doc/Makefile: fix install
7893
7894 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7895
7896         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7897         in bug #860505
7898         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7899         how the function variable allocation summary is displayed; also
7900         include information about variables allocated to the overlay
7901         segment
7902
7903 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7904
7905         * as/mcs51/lkmain.c: Help about -Y option
7906         * as/mcs51/lkarea.c: Fixed gcc warnings
7907
7908 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7909
7910         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7911         fixed warning
7912         * support/valdiag/tests/overflow.c: added
7913         * src/SDCCast.c (decorateType),
7914         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7915         LEFT_OP (left shift)
7916
7917 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7918
7919         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7920         (default behaviour).
7921
7922 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7923
7924         A python script to validate compiler diagnostic messages. It can be
7925         used to verify that sdcc complains about bad c source code and
7926         gives a good location of the error.
7927         * support/valdiag/Makefile,
7928         * support/valdiag/valdiag.py,
7929         * support/valdiag/tests/*
7930
7931 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7932
7933         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7934         * src/SDCCsymt.c (newEnumType),
7935         * src/SDCCsymt.h
7936         * support/Util/SDCCerr.c,
7937         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7938         enum related bugs.
7939         * support/regression/tests/enum.c: added test for enum values that
7940         require at least 2 bytes of storage.
7941
7942 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7943
7944         * src/common.h: added ifndef/define/endif macros
7945         around the header file.
7946         Bug reported from Jesus Calvino-Fraga
7947
7948 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7949
7950         * sdcc.spec: updated
7951         * device/include/Makefile.in: don't install CVS directories
7952         * device/lib/Makefile.in: added removal of CVS directories after install
7953         * doc/Makefile: fixed install, added local_icons
7954         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7955         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7956         * src/ds390/gen.c (genRightShift): fixed bug #870788
7957         * src/SDCCast.c (decorateType): fixed bug #870781
7958
7959 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7960
7961         PIC16 port related changes:
7962         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7963         added variable stackPos,
7964
7965         * gen.c: genCall, assignResultValue: added support for
7966         pushing/retrieving function parameters to/from stack,
7967         genFunction,genEndFunction: setup stack frame for the
7968         generated function,
7969         genAddrOf: will be changed according to bug 863624
7970
7971         * added files genutils.c and genutils.h which contain gen*
7972         debugged and optimised functions extracted from gen.c
7973
7974         * glue.c: added variable 'externs' which holds extern symbols,
7975         pic16emitRegularMap: is modified to properly handle relocatable
7976          symbols under the new scheme,
7977         pic16createInterruptVect: is modified
7978         pic16printPublics: is modified to emit 'global' assembler directives,
7979         added pic16_printExterns to print extern symbols,
7980         pic16glue: initializes stack/frame pointer in the beginning of
7981         the assembly output. Temporary hack, will be corrected later,
7982         because gplink yet does not support stack and SDCC does not
7983         yet support a type of crt0.o object to create the final binary.
7984
7985         * Removed many lines that contain 8051 legacy code.
7986         * The code is finally placed under a 'code' directive.
7987         * Added port specific options.
7988
7989         * _process_pragma: simplified since now we do not need *special*
7990         include file to define SFR registers. But a separate header
7991         will be needed. This will be developed later.
7992         * _pic16_parseOptions: added, parses port specific options:
7993         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7994         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7995         --preplace-udata-with=
7996
7997         * _pic16_setDefaultOptions: modified to initialize section names,
7998         but hack is temporarly out of order since it needs improvement.
7999         * _pic16_genAssemblerPreamble: configuration words are emitted by
8000         their address instead of their name. This part is incomplete and
8001         supports only the 18Fxx2 devices. Other devices will emit an error
8002         during assembly since they do not contain the same set of config
8003         registers
8004         * _pic16_genIVT: is modified,
8005
8006         * pcode.c: added definitions for some hardware registers that are needed
8007         for stack support
8008         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8009         All PCI entries are updated. Now LFSR is supported.
8010         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8011         * added pic16_newpCodeOpLit2 to support instructions with
8012         two literal arguments
8013         * pic16_pCode2str: corrected code that emits assembler instructions
8014         with two literal operands and those that have an access bit modifier
8015         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8016         this fixes a bug which caused some labels to be lost, when an
8017         assembler directive was added, i.e. banksel,
8018         * pic16_FixRegisterBanking: improved logic that causes the insertion
8019         of bank switching,
8020         * InlineFunction: functions that are called once, are not any more
8021         inlined. This can be a port option in the future,
8022
8023         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8024
8025         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8026         hold the corresponding uninitialized symbols,
8027         * pic16_allocProcessorRegister: registers have explicit marked the
8028         accessBank field,
8029         * pic16_allocInternalRegister: registers are explicit marked as
8030         not used,
8031         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8032         processing list, so bit registers were lost,
8033         *
8034
8035         * ralloc.h: added field 'accessBank' and original symbol operand
8036         in register definition,
8037         * removed the field isMapped from register definition,
8038
8039         ** Several functions have been removed from various sources:
8040         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8041         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8042         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8043         pic16_assignRelocatableRegisters
8044
8045         ** others have been introduced:
8046         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8047         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8048
8049 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8050
8051         * support/scripts/inc2h.pl: changed definition of BIT_AT
8052         to emit 'sbit at' instead of 'bit at'. This was a request.
8053
8054         PIC16 port related preliminary changes:
8055         * gen.c: prefixed function popRegFromString with
8056         pic16_ and all references to it corrected
8057         * pcode.c: all pic16_pc_* hardware registers prefixed
8058         with underscore (_),
8059         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8060         * ralloc.c: newReg(): when register is REG_SFR then
8061         set address to rIdx,
8062         pic16_allocProcessorRegister(): marks register wasUsed=0
8063         pic16_writeUsedRegs(): added a call to assign processor
8064         registers via pic16_assignFixedRegisters
8065
8066 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8067
8068         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8069         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8070         variables in unused register banks.  Also the SSEG is placed
8071         wherever there is enough space for it, and IDATA can be anywhere
8072         in internal RAM.  For now compile using -Wl-Y[stack_size].
8073         The mem file is different for this option as well, since it
8074         makes no sense of talking about DSEG lenght.
8075
8076 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8077
8078         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8079         in certain cases, e.g. when ROM assignment, patch provided
8080         from Albert den Haan.
8081
8082 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8083
8084         Many signedness and type propagation fixes:
8085         * src/SDCCicode.c: made geniCodeCast() static
8086         replaced SPEC_ by IS_ (cosmetic)
8087         (operandOperation): fixed div and mod operation
8088         (usualBinaryConversions): added support for promotion of char
8089         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8090         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8091         (geniCodeAdd): an array index will stay unsigned, even if promoted
8092         from char to int
8093         (geniCodeArray): ditto
8094         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8095         * src/SDCCsymt.c (computeType): added more support for char;
8096         promotion of char is selectable by promoteCharToInt, fixed signedness
8097         for all cases
8098         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8099         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8100         * src/SDCCval (val*): replaced signedness calculation by
8101         computeType()
8102         rearranged if-branches (cosmetic)
8103         (valShift): added warning W_SHIFT_CHANGED
8104         (valCompare): fixed problem with different types
8105         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8106         * support/regression/tests/literalop.c: added many cases
8107         * support/regression/tests/ast_constant_folding.c: changed finally to
8108         'unsigned int'
8109         * .version: new year, new version: 2.3.7
8110         * src/SDCCmain.c (main): applied patch #866468
8111         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8112         provided by Scott Bronson
8113         * doc/sdccman.lyx: updated documentation for sdcdb
8114         updated and added chapter tips
8115
8116 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8117
8118         * src/SDCCsymt.h: missing from yesterday's commits
8119
8120 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8121
8122         * src/SDCC.y (struct_or_union_specifier),
8123         * support/Util/SDCCerr.c,
8124         * support/Util/SDCCerr.h: verify that struct & union tags are used
8125         as declared.
8126
8127 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8128
8129         * src/SDCCglobl.h: missing from yesterday's commits
8130
8131 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8132
8133         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8134         sft_attributes, struct_declaration, parameter_declaration,
8135         type_name, start_block, declaration_list),
8136         * src/SDCC.lex (check_type): support redefinition of typedef names
8137
8138 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8139
8140         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8141         aligned xdata arrays. Erik helped me with the if clause.
8142
8143 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8144
8145         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8146         warning
8147
8148 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8149
8150         * src/SDCCast.h,
8151         * src/SDCCast.c (newAst_),
8152         * src/SDCCicode.h,
8153         * src/SDCCicode.c (ast2iCode, newiCode),
8154         * src/SDCCglobl.h,
8155         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8156         expr, statement, expression_statement, selection_statement,
8157         iteration_statement, expr_opt, jump_statement): foundation for tracking
8158         sequence points
8159         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8160         point code too)
8161
8162 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8163
8164         * support/Util/SDCCerr.c,
8165         * src/SDCCast.h,
8166         * src/SDCCast.c (createCase, createDefault, decorateType),
8167         * src/SDCClabel.c (labelUnreach),
8168         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8169         to error messages.
8170         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8171         (with thanks to Stas Sergeev)
8172         * device/include/time.h,
8173         * device/lib/time.c (CheckTime): suppress unreachable code warning
8174
8175 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8176
8177         * src/SDCCast.c (createIvalCharPtr),
8178         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8179         bug #753752)
8180         * support/regression/tests/nullstring.c: tests for these two bugs
8181
8182 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8183
8184         * support/Util/SDCCerr.h,
8185         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8186         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8187         about storage class and 'at' used inside struct or union
8188         * src/SDCCBBlock.c (iCodeFromeBBlock),
8189         * src/SDCCcse.c (ifxOptimize),
8190         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8191         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8192         printIval, emitStaticSeg, emitOverlay),
8193         * src/SDCClabel.c (deleteIfx),
8194         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8195         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8196         gatherAutoInit, processParms),
8197         * support/Util/SDCCerr.h,
8198         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8199         reporting for post-parse errors.
8200
8201 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8202
8203         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8204         implicit casts via union; they don't work on big endian systems
8205         (possible fix for bug #861138)
8206
8207 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8208
8209         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8210         * src/mcs51/main.c: fixed the fix for bug #737001
8211
8212 2003-12-15  Borut Razem <borut.razem AT siol.net>
8213
8214         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8215
8216 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8217
8218         * support/makebin/makebin.c: put output in binary mode
8219
8220 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8221
8222         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8223         xdata and data memory on startup. Set the environment variable
8224         SDCC_NOGENRAMCLEAR to disable this.
8225         * src/mcs51/peephole.def,
8226         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8227         (allows non-interrupt and interrupt code to safely compete for a resource
8228         without the non-interrupt code having to disable interrupts)
8229
8230 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8231
8232         * src/SDCCicode.c (geniCodeAdd),
8233         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8234         with valFromType if type might be a pointer and host is big endian).
8235         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8236         types, not just integer types.
8237         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8238         multiply defined with mismatching "at" address.
8239
8240 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8241
8242         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8243         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8244         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8245         with embedded nulls (fixed bug #753752)
8246
8247 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8248
8249         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8250         Apparently this did not see much testing (endless loop)
8251
8252 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8253
8254         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8255
8256 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8257
8258         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8259         gracefully handle NULL memmap pointers
8260
8261 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8262
8263         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8264         instead of deleting the iCode when an operand is volatile
8265         * src/z80/gen.c (genDummyRead),
8266         * src/mcs51/gen.c (genDummyRead),
8267         * src/ds390/gen.c (genDummyRead),
8268         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8269         not just IC_RIGHT
8270         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8271         * src/SDCC.y: fixed bug #850420
8272
8273 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8274
8275         Applied z80 i/o port patch from Peter Townson and fixed some operators
8276         to better handle operands in A register.
8277         * device/include/z180.h
8278         * src/SDCC.y
8279         * src/SDCCglue.c
8280         * src/z80/gen.c
8281         * src/z80/gen.h
8282         * src/z80/main.c
8283         * src/z80/peeph-z80.def
8284         * src/z80/peeph.def
8285         * src/z80/z80.h
8286
8287 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8288
8289         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8290
8291 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8292
8293         * device/lib/hc08/_mullong.c: Removed extra #endif
8294
8295 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8296
8297         * sim/ucsim/hc08.src/inst.cc,
8298         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8299         carries from x to h
8300         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8301         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8302         * device/include/stdarg.h: fixed varargs for hc08
8303         * device/lib/Makefile.in,
8304         * device/lib/hc08/Makefile,
8305         * device/lib/hc08/_mulint.c,
8306         * device/lib/hc08/_mullong.c: fixed some endian problems
8307
8308 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8309
8310         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8311         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8312         * device/lib/_gptrget.c,
8313         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8314
8315 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8316
8317         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8318         * src/SDCCast.c (astErrors): fixed bug #846007
8319         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8320
8321 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8322
8323         * src/SDCCast.c (decorateType): disabled a transformation I added in
8324         revision 1.188 (access to fields of a structure at an absolute address);
8325         it breaks with bitfields, extern declarations, and gcse analysis.
8326         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8327         could be assigned through a pointer, so don't complain.
8328         * src/SDCCast.c (astErrors),
8329         * src/SDCCast.h,
8330         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8331
8332 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8333
8334         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8335         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8336         output of __config directives, since gpasm now supports them
8337         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8338         pre-processor macro, i.e. -DMCU=p18f452
8339         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8340         and modified to handle 'cast' icode similarly to '=' icode
8341         * src/pic16/device.h (typedef struct PIC_device): added field
8342         'extMIface' to indicate that chip has external memory interface
8343         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8344         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8345         18F8720
8346
8347 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8348
8349         * src/SDCC.y (pointer): fixed bug #846006
8350         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8351         * src/SDCCast.c (decorateType): fixed bug #846009
8352         * src/ds390/peeph.def,
8353         * src/ds390/gen.c (genAnd, genOr),
8354         * src/mcs51/peeph.def,
8355         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8356
8357 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8358
8359         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8360         * src/SDCCdflow.c
8361         * src/SDCCcse.c
8362         * src/SDCCcse.h
8363         * src/SDCCBBlock.h
8364         * src/SDCCBBlock.c
8365
8366 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8367
8368         fixed bug #845089
8369         * src/SDCCbitv.h,
8370         * src/SDCCbitv.c: added function to free a bitvector
8371         * src/SDCClrange.h,
8372         * src/SDCClrange.c: added function to recompute the liveranges
8373         * src/avr/ralloc.c,
8374         * src/ds390/ralloc.c,
8375         * src/hc08/ralloc.c,
8376         * src/mcs51/ralloc.c,
8377         * src/pic/ralloc.c,
8378         * src/pic16/ralloc.c,
8379         * src/xa51/ralloc.c,
8380         * src/z80/ralloc.c: recompute the liveranges after register packing
8381
8382 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8383
8384         * src/SDCCloop.c (newInduction): fixed bug #845630
8385
8386 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8387
8388         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8389         inadvertantly left behind from my 2003-11-12 change
8390
8391 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8392
8393         Updated headers I neglected to commit yesterday.
8394         * src/SDCClrange.h,
8395         * src/SDCCicode.h
8396
8397 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8398
8399         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8400         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8401         * src/SDCCopt.c (eBBlockFromiCode),
8402         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8403         the creation of the key hash table from the sequencing so it can be used
8404         earlier (for some GCSE bug fixes still pending)
8405
8406 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8407
8408         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8409         * support/regression/tests/addsub.c: testing genPlus shortcut
8410
8411 2003-11-15  Borut Razem <borut.razem AT siol.net>
8412
8413         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8414
8415 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8416
8417         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8418         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8419         ordering is immaterial.
8420         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8421
8422 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8423
8424         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8425         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8426         (SIGSEV) of bug #840381
8427         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8428         unlink new file before rename if new and old filenames are the same)
8429
8430 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8431
8432         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8433         uninitialized variables) for the mcs51. Set environment variable
8434         SDCC_GENRAMCLEAR to test.
8435         xdata initialization slightly shorter
8436
8437 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8438
8439         * src/SDCCsymt.h,
8440         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8441         #838241 & 780691 (basicly the same bug)
8442         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8443         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8444
8445 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8446
8447         * src/SDCCmain.c (linkEdit): "fix" #834252
8448
8449 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8450
8451         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8452         * src/SDCCast.h,
8453         * src/SDCC.y: fixed bug #819403
8454
8455 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8456
8457         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8458         the reentrant attribute.
8459         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8460         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8461         simulation
8462         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8463         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8464         erroneously reduced to a literal.
8465         * src/hc08/ralloc.c (packRegisters, rematStr),
8466         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8467         some cases
8468
8469 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8470
8471         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8472         * doc/sdccman.lyx: changed from 'article' to 'book'
8473         * doc/Makefile: readded test_suite_spec and cdbfileformat
8474
8475 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8476
8477         * device/include/stdlib.h: include malloc.h to comply with ANSI
8478         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8479
8480 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8481
8482         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8483         * doc/clean.mk: also remove *.out files
8484         * doc/sdccman.lyx: some additions, larger top/bottom margins
8485
8486 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8487
8488         * src/SDCC.y: fixed bug #837365
8489         * support/regression/tests/bitopcse.c
8490         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8491         a symbol (might be valop instead)
8492         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8493         * device/lib/clean.mk: added hc08 to the cleaning list
8494
8495 2003-11-04  Borut Razem <borut.razem AT siol.net>
8496
8497         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8498           made 2003-11-04
8499         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8500           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8501           malloc is declared in standard stdlib.h
8502
8503 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8504
8505         * device/lib/hc08/Makefile: need to clean .rel not .o files
8506         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8507
8508 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8509
8510         * src/port.h,
8511         * src/hc08/main.c,
8512         * src/mcs51/main.c,
8513         * src/ds390/main.c,
8514         * src/z80/main.c,
8515         * src/avr/main.c,
8516         * src/pic/main.c,
8517         * src/pic16/main.c,
8518         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8519         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8520         tests (which uses the port's oclsExpense function)
8521         * src/SDCC.y,
8522         * src/SDCCast.c,
8523         * src/SDCCicode.c,
8524         * src/hc08/gen.c,
8525         * src/ds390/gen.c,
8526         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8527
8528 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8529
8530         * src/SDCCcse.c (ifxOptimize),
8531         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8532         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8533         deleting the IFX iCode.
8534         * src/hc08/ralloc.c: reduced unneeded slocs
8535         * src/hc08/gen.c: fixed bug in asmopToBoolean
8536
8537 2003-11-04  Borut Razem <borut.razem AT siol.net>
8538
8539         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8540           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8541           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8542           transferred to configure
8543
8544 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8545
8546         Use headers defined in the C[++] standards:
8547         * sim/ucsim/gui.src/serio.src/fileio.cc
8548         * sim/ucsim/gui.src/serio.src/frontend.cc
8549         * sim/ucsim/gui.src/serio.src/main.cc
8550         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8551         * support/Util/NewAlloc.c
8552         * as/hc08/lklibr.c
8553         * as/mcs51/lklibr.c
8554         * as/z80/aslist.c
8555         * as/z80/assym.c
8556
8557 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8558
8559         * Added MSVC projects for hc08 assembler and linker:
8560         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8561         /as/hc08/link_hc08.dsp
8562
8563 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8564
8565         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8566
8567 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8568
8569         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8570
8571 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8572
8573         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8574
8575 2003-10-31  Borut Razem <borut.razem AT siol.net>
8576
8577         * support/cpp2/cpplib.h,
8578           support/cpp2/cpplib.c,
8579           support/cpp2/cpplex.c,
8580           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8581           to switch _asm block preprocessing on / off. Default is
8582           #pragma preproc_asm +
8583
8584 2003-10-31  Borut Razem <borut.razem AT siol.net>
8585
8586         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8587           when outputting comment blocks (when executed with -C option) and
8588           _asm (SDCPP specific) blocks
8589
8590 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8591
8592         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8593
8594 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8595
8596         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8597
8598 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8599
8600         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8601         * src/SDCCast.c (decorateType): fixed bug #832664
8602
8603 2003-10-31  Borut Razem <borut.razem AT siol.net>
8604
8605         * support/cpp2/cpplex.c: fixed for SDCPP:
8606           comments(when executed with -C option) and _asm blocks
8607           were included even if they where in skipped #if block.
8608           Applied solution from GCC cpp 3.3.2
8609
8610 2003-10-31  Borut Razem <borut.razem AT siol.net>
8611
8612         * src/SDCC.lex: sdcc now understands both formats:
8613           '# <line_number> <file_name>' and
8614           '#line <line_number> <file_name>'
8615         * support/cpp2/cppmain.c: sdcpp now generates the standard
8616           '# <line_number> <file_name>' instead of former
8617           '#line <line_number> <file_name>'
8618
8619 2003-10-30  Borut Razem <borut.razem AT siol.net>
8620
8621         * support/cpp2/cpphash.h,
8622         * support/cpp2/cpplib.h
8623         * support/cpp2/cpplex.c,
8624         * support/cpp2/cppmain.c,
8625         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8626
8627 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8628
8629         Fixed a number of problems revealed by bug #827883.
8630         * src/SDCCloop.c (loopInvariants): Spill location of the
8631         result operand should be recomputed if extracted from
8632         a loop. Also, don't extract assignments of an iTemp
8633         from a literal.
8634         * src/SDCCast.c (isConformingBody): loop reversal should
8635         not occur if the control variable is involved with a
8636         relational operator.
8637
8638 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8639
8640         * .version: bumped to 2.3.6 to reflect the big improvements
8641         made by Erik and Klaus. Thanks!
8642
8643 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8644
8645         Replaced the livrange code.
8646         * src/SDCClrange.c: added new LR code
8647         * src/SDCCloop.c,
8648         * src/SDCCBBlock.h: removed remainig parts from old LR code
8649         * src/ds390/ralloc.c,
8650         * src/ds390/gen.c: minor fixes to make it work with new code
8651
8652 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8653
8654         * as/hc08/asm.h,
8655         * as/hc08/lkrloc.c,
8656         * src/hc08/gen.c,
8657         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8658         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8659         (tweaked fix for bug #818696)
8660
8661 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8662
8663         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8664
8665 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8666
8667         * src/SDCCmain.c,
8668         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8669         * src/mcs51/gen.c (gencjneshort),
8670         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8671         more efficient (per Scott Bronson's suggestion)
8672
8673 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8674
8675         Extended the semantics of the critical keyword to include
8676         individual statements. See RFE #827755 and #799831
8677         * src/SDCC.y
8678         * src/SDCCicode.c
8679         * src/SDCCopt.c
8680         * src/SDCCast.c
8681         * support/Util/SDCCerr.c
8682         * support/Util/SDCCerr.h
8683         * src/mcs51/gen.c
8684         * src/ds390/gen.c
8685         * src/hc08/gen.c
8686
8687 2003-10-19  Borut Razem <borut.razem AT siol.net>
8688
8689         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8690
8691 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8692
8693         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8694         Fixed bug #818696
8695         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8696         and predecrement operand is displayed
8697
8698 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8699
8700         * src/SDCCval.c (valMinus): fixed bug #826041
8701
8702 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8703
8704         Some hc08 related updates that I missed earlier
8705         * sim/ucsim/stypes.h
8706         * support/regression/ports/hc08/spec.mk
8707
8708 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8709
8710         New target "hc08" for the Motorola 68hc08 family of micros
8711
8712         * configure
8713         * configure.in
8714         * Makefile
8715         * src/hc08/*
8716         * src/SDCCmain.c
8717         * src/port.h
8718         * sim/ucsim/hc08.src/*
8719         * sim/ucsim/configure.in
8720         * src/ucsim/configure
8721         * sim/ucsim/packages_in.mk
8722         * as/hc08/*
8723         * as/Makefile
8724         * device/include/mc68hc908qy.h
8725         * device/lib/hc08/*
8726         * device/lib/Makefile.in
8727         * support/regression/ports/hc08/*
8728         * support/regression/Makefile
8729
8730 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8731
8732         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8733         regression test
8734         * src/ds390/gen.c (genCast): fixed bug #821957
8735
8736 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8737
8738         * device/lib/logf.c: "fixed" overlay bug
8739         * support/regression/ports/host/spec.mk: added m library
8740         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8741         * support/regression/tests/float_trans: added (for Eric)
8742
8743 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8744
8745         * src/mcs51/gen.c (genCpl): fixed bug
8746         http://sf.net/mailarchive/message.php?msg_id=6263915
8747
8748 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8749
8750         * src/SDCCast.c (decorateType): added extended constant folding
8751         * src/SDCCsymt.c (computeType): cleanup
8752         * src/SDCCval.c (valShift): minor optimization
8753         * support/regression/tests/ast_constant_folding.c: added
8754
8755 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8756
8757         * src/SDCCmain.c: removed some unintended changes
8758
8759 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8760
8761         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8762         * src/z80/gen.c: fixed part of bug #817589
8763         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8764
8765 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8766
8767         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8768         * src/SDCCcflow.c
8769         * src/SDCCcse.c
8770         * src/SDCCdflow.c
8771         * src/SDCClabel.c
8772         * src/SDCClrange.c
8773         * src/SDCCmem.c
8774         * src/SDCCopt.c
8775         * src/SDCCpeeph.c
8776         * src/SDCCset.c
8777         * src/avr/ralloc.c
8778         * src/ds390/ralloc.c
8779         * src/izt/ralloc.c
8780         * src/mcs51/ralloc.c
8781         * src/pic/ralloc.c
8782         * src/pic16/ralloc.c
8783         * src/xa51/ralloc.c
8784         * src/z80/ralloc.c
8785         * src/z80/gen.c: removed unused label "release:"
8786
8787 2003-10-06  Borut Razem <borut.razem AT siol.net>
8788
8789         * src/SDCC.lex: removed definition of unused variables
8790           save_optimize and save_options
8791
8792 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8793
8794         * clean.mk: removed '=' in "-maxdepth=1"
8795         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8796         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8797
8798 2003-10-06  Borut Razem <borut.razem AT siol.net>
8799
8800         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8801           my_unput() replaced by unput()
8802
8803 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8804
8805         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8806         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8807         type-punned pointer will break strict-aliasing rules"
8808         Old LR behaviour is again default; Klaus' LR can be choosen by
8809         defining the environment variable LRKLAUS
8810         * src/SDCCBBlock.h
8811         * src/SDCCloop.c
8812         * src/SDCClrange.c
8813         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8814         * clean.mk: fixed removal of files in bin/CVS/
8815         * device/lib/clean.mk: fixed removal of directories small and large
8816         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8817         * src/SDCCicode.c,
8818         * src/SDCCval.c: removed superflous test for pedantic
8819
8820 2003-10-05  Borut Razem <borut.razem AT siol.net>
8821
8822         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8823           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8824           message "unmatched #pragma SAVE and #pragma RESTORE"
8825
8826 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8827
8828         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8829           assembly, critical functions, atomic, nojtbound)
8830
8831 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8832
8833         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8834         * src/SDCCBBlock.h
8835         * src/SDCCloop.c
8836         * src/SDCCloop.h
8837         * src/SDCClrange.c
8838
8839 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8840
8841         * src/z80/gen.h,
8842         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8843         * src/mcs51/gen.h
8844         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8845         * src/ds390/gen.h
8846         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8847         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8848         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8849
8850 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8851
8852         * src/z80/gen.c (genRet): fixed bug #524753
8853         * src/z80/gen.c (genCast): fixed internal error on cast from
8854         pointer to long
8855         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8856         fix for bug #477835 to the z80
8857         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8858         for tracking iCodes in the peephole optimizer for z80
8859
8860 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8861
8862         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8863         the other part of bug #814548
8864         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8865
8866 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8867
8868         * src/SDCCcse.c: fixed part of bug #814548
8869
8870 2003-09-28  Borut Razem <borut.razem AT siol.net>
8871
8872         * src/asm.c: rewrite of printILine() to use temporary file instead
8873           a pipe
8874         * src/xa51/main.c: commented out declaration of int rewinds
8875
8876 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8877
8878         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8879
8880 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8881
8882         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8883         * src/asm.c (printILine): Fixed bug #811015
8884
8885 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8886
8887         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8888         freeing.
8889
8890 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8891
8892         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8893         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8894         to correctly handle general case of AOP_PAIRPTR
8895         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8896
8897 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8898
8899         * src/mcs51/ralloc.c (fillGaps),
8900         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8901         register positioning bug)
8902
8903 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8904
8905         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8906
8907 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8908
8909         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8910         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8911         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8912         (ralloc doesn't intentionally do this now, but perhaps later)
8913         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8914         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8915         register positioning bugs (Fixed bug #762602 and #795325)
8916         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8917         (Fixed bug #808779)
8918         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8919         lines that --i-code-in-asm generates
8920
8921 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8922
8923         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8924         trying to fclose a FILE* that was already closed.
8925
8926 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8927
8928         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8929         of const struct should be treated as if const themselves)
8930
8931 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8932
8933         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8934
8935 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8936
8937         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8938         Unix (/n) and DOS (/r/n) line terminations.
8939
8940 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8941
8942         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8943         bug #613775
8944
8945 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8946
8947         * src/mcs51/gen.c (genFunction, genEndFunction),
8948         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8949         and restore of EA so that stack offsets to parameters are
8950         correct when using both critical and reentrant/stack-auto.
8951         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8952         size (can be triggered in error if sloc is shared between
8953         different sized objects)
8954         * device/include/float.h: fixed macros to explicitly use
8955         unsigned long where needed
8956
8957 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8958
8959         Feature req. 799831: added code to allow nesting of critical functions
8960         * src/mcs51/gen.c (genFunction, genEndFunction)
8961         * src/ds390/gen.c (genFunction, genEndFunction)
8962
8963 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8964
8965         * src/SDCCsymt.c (sclsFromPtr),
8966         * src/SDCCsymt.h,
8967         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8968         support for standard C idiom of memory mapped variables; for
8969         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8970         to xdata int at 0x1234 tempvar = 1.
8971         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8972         provided by Akiya ISHIDA
8973
8974 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8975
8976         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8977         * src/SDCCval.c (constVal): added reduction from int to char
8978         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8979         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8980         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8981         to ignore the sign
8982         * support/regression/tests/shifts.c: fixed
8983
8984 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8985
8986         * src/z80/gen.c (genXor): Fixed bug #805445
8987
8988 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8989
8990         Fixed bug #621531 (const & volatile confusion in the type chain).
8991         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8992         refer to the const or volatile state of the pointer itself.
8993
8994         * src/SDCCast.c
8995         * src/SDCCglue.c
8996         * src/SDCCicode.c
8997         * src/SDCCsymt.c
8998         * src/SDCCval.c
8999         * src/SDCC.y
9000         * src/SDCCsymt.h
9001         * src/pic/gen.c
9002         * src/pic/ralloc.c
9003         * src/pic16/gen.c
9004         * src/pic16/ralloc.c
9005         * support/regression/tests/const.c
9006
9007 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9008
9009         When checking for duplicated modules, use absolute paths
9010         instead of relative paths.  Files changed:
9011
9012         * as/mcs51/lklib.c
9013         * link/z80/lklib.c
9014
9015 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9016
9017         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9018
9019 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9020
9021         * device/include/string.h: added size_t typedef, changed
9022         prototypes to use size_t, eliminated separate reentrant and
9023         non-reentrant declarations, added _memmove declaration
9024         * device/lib/_memcpy.c: changed to use size_t instead of int,
9025         changed /4 to >>2 to avoid division library call
9026         * device/lib/_memcmp.c,
9027         * device/lib/_memset.c,
9028         * device/lib/_strncat.c,
9029         * device/lib/_strncpy.c,
9030         * device/lib/_strncmp.c: changed to use size_t instead of int
9031         * device/lib/_memmove.c: new file (fixed bug #772294)
9032         * device/lib/Makefile.in: added _memmove.c
9033         * device/lib/z80/asm_strings.s: fixed bug #772290
9034         * support/regression/tests/bitfields.c: attempt to fix host assertion
9035         failure on amd64-unknown-linux2.2
9036
9037 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9038
9039         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9040         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9041         * as/z80/asmain.c (main): fixed bug #801766
9042
9043 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9044
9045         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9046         compilers
9047
9048 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9049
9050         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9051         reported in bug #800609
9052
9053 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9054
9055         * Top header beautifications in src/pic16 directory:
9056           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9057           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9058           pcoderegs.h, ralloc.c, ralloc.h
9059         * main.c: added top header and GPL license notice
9060         * pcode.c: fixed the if-conditional warning
9061
9062 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9063
9064         * device/lib/_mullong.c: replaced int by short for gcc
9065
9066 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9067
9068         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9069         and JUMPTABLE iCodes properly now (worked by accident before)
9070         * src/mcs51/gen.c (leftRightUseAcc),
9071         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9072         iCode properly now. Use getSize instead of nRegs since a & b
9073         aren't part of the nRegs tally.
9074
9075 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9076
9077         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9078         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9079           before instructions that use the _STATUS register
9080
9081 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9082
9083         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9084         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9085         fetching of the pointer
9086         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9087         copied from genNearPointerSet()
9088         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9089         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9090         If they pop r0/r1 they must be called in the opposite order than aopOp().
9091         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9092         (resp. --stack-auto), prepared for --xstack
9093
9094 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9095
9096         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9097
9098 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9099
9100         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9101         these ports have their own __sdcc_external_start()
9102
9103 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9104
9105         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9106         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9107         type for bits was changed. It resulted in bit variables becoming
9108         global, which is not permitted in PIC 14 assembly output.
9109
9110 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9111
9112         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9113
9114 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9115
9116         Z80 and MCS51 linkers complaint if a public symbol is defined
9117         in more than one library module:
9118
9119         * as/mcs51/lklib.c
9120         * link/z80/lklib.c
9121         * as/mcs51/Makefile.in
9122
9123 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9124
9125         A few small changes that speed up the peephole optimizer.
9126
9127         * src/SDCCpeeph.c
9128
9129 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9130
9131         Try to make the peephole optimizer smarter by maintaining
9132         an association between the assembly source code and the
9133         iCodes that originated them. Put this information to use
9134         with a new peephole rule condition "notVolatile" so that
9135         the rules can be aggressive yet still safe.
9136
9137         * src/SDCCpeeph.c
9138         * src/SDCCpeeph.h
9139         * src/mcs51/gen.c
9140         * src/mcs51/peeph.def
9141
9142 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9143
9144         Fixed bug #741761
9145
9146         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9147         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9148         if the left or right operand symbols have the accuse flag set.
9149
9150 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9151
9152         Changed the type of the result of the ! (NOT) operator to char;
9153         previously it returned the same type as the source. This allows
9154         us to eliminate all the genFloatNot functions (all of its target
9155         implementations were very buggy) since !float can use the same
9156         code as !long now.
9157
9158         * src/SDCCicode.c (ast2iCode): ! returns char
9159         * src/mcs51/gen.c (genNot, genNotFloat),
9160         * src/ds390/gen.c (genNot, genNotFloat),
9161         * src/z80/gen.c (genNot, genNotFloat),
9162         * src/pic/gen.c (genNot, genNotFloat),
9163         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9164
9165 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9166
9167         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9168         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9169            during interrupts. Ensure WSAVE is located at a shared bank address.
9170         2. Fixed page selection in some places
9171         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9172            the registers name strings.
9173         4. Fixed "signed / unsigned compare" compiler warnings.
9174         5. The PIC port manages its own allocation of the general purpose
9175            registers, but makes no attempt to reuse them. As a result when
9176            compiling it soon runs out of general purpose registers. Some
9177            additional code was added to the files pcode.c and device.c to walk
9178            through the function call tree and rename the registers so that they
9179            get reused.
9180
9181         * src/pic/device.c
9182         * src/pic/gen.c
9183         * src/pic/glue.c
9184         * src/pic/pcode.c
9185         * src/pic/pcode.h
9186         * src/pic/ralloc.c
9187         * src/pic/ralloc.h
9188         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9189         genPlus() & genMinus() when the result is the same as left or right
9190
9191 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9192
9193         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9194
9195 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9196
9197         Made bitfield a distinct type from bit so that bitfields
9198         convert as per ANSI C and bits retain their traditional
9199         boolean style behaviour. Implemented bitfield support in
9200         the z80 port.
9201
9202         * src/SDCCsymt.h,
9203         * src/SDCCsymt.c,
9204         * src/SDCCast.c,
9205         * src/cdbFile.c,
9206         * src/mcs51/gen.c,
9207         * src/ds390/gen.c: bit v bitfield split
9208         * src/z80/gen.c: New support for bitfields
9209         * support/regression/tests/bitfields.c: reenabled z80,
9210         added more tests
9211
9212 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9213
9214         Rules 246.x, 247.x relate to bitfields, the others speed up
9215         access to xdata mapped I/O devices.
9216
9217         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9218
9219 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9220
9221         Cleaned up genPackBits and genUnpackBits and added two helper
9222         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9223         for literal assignments in genPackBits (thanks to Frieder for
9224         reminding me).
9225
9226         * src/mcs51/gen.c
9227         * src/ds390/gen.c
9228
9229 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9230
9231         Fixed bug #748310 (pointer to function type mishandled when the
9232         function name is omitted). Also fixed a SIGSEGV when a function
9233         attribute (reentrant, etc) is used on a non-function or on a
9234         function but misplaced before the parameter list.
9235
9236         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9237         bug #748310
9238         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9239         * support/Util/SDCCerr.h,
9240         * support/Util/SDCCerr.c: Added func attr misuse error msg
9241
9242 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9243
9244         Fixed bug #787649 by anonymous
9245         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9246         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9247
9248 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9249
9250         Fixed numerous bitfield problems.
9251
9252         * src/SDCC.y: More bitfield related error checking
9253         * src/SDCCsymt.h,
9254         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9255         * support/Util/SDCCerr.h,
9256         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9257         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9258         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9259         * support/regression/tests/bitfields.c: tests added
9260
9261 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9262
9263         Made the constant following the "interrupt" keyword optional. If
9264         omitted, the function will not automatically be given an entry
9265         in the interrupt vector table (similar to #pragma NOIV, but
9266         less syntacticly kludgy). The interrupt number is also now
9267         range checked. Also fixed a bug in the high order bit example
9268         in the manual.
9269
9270         * src/SDCC.y
9271         * src/SDCCmem.c
9272         * src/SDCCglue.c
9273         * src/SDCCsymt.h
9274         * support/Util/SDCCerr.c
9275         * support/Util/SDCCerr.h
9276         * doc/sdccman.lyx
9277
9278 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9279
9280         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9281         * src/SDCCicode.c (operandOperation): rewritten some ops
9282         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9283         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9284         other type
9285         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9286         be re-activated by defining REDUCE_LITERALS)
9287         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9288         unsigned, but are signed by default
9289         * src/SDCCval.c (constVal): rearranged
9290         * src/SDCCval.c (valMod): preliminary fix
9291         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9292         * support/regression/literalop.c: added, work in progress
9293
9294 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9295
9296         Generate warnings for useless declarations like "char data;"
9297         that don't do what new users expect.
9298
9299         * src/SDCC.y
9300         * support/Util/SDCCerr.h
9301         * support/Util/SDCCerr.c
9302
9303 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9304
9305         * src/SDCCval.c (valMult): fix overflow detection of negative int
9306
9307 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9308
9309         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9310
9311         Changes to support big endian targets:
9312
9313         * src/ports.h
9314         * src/SDCCglue.c
9315         * src/avr/main.c
9316         * src/ds390/main.c
9317         * src/izt/i186.c
9318         * src/mcs51/main.c
9319         * src/pic/main.c
9320         * src/pic16/main.c
9321         * src/xa51/main.c
9322         * src/z80/main.c
9323
9324 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9325
9326         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9327         * device/lib/time.c: fixed warning "integer overflow in expression"
9328
9329 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9330
9331         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9332         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9333         constants are unsigned; added recognition of "u" flag for unsigned
9334         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9335         * src/SDCCval.c (valDiv, valMod): fixed signdness
9336         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9337         signedness of modulo, left and right shift
9338         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9339         * support/Util/SDCCerr.h: added warning W_INT_OVL
9340         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9341         * src/SDCCast.c (ast_print): improved output of constants
9342
9343 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9344
9345         Fixed some warnings when building with MSVC:
9346
9347         * as/mcs51/asdata.c
9348         * as/z80/asdata.c
9349         * as/mcs51/asm.h
9350         * as/z80/asm.h
9351         * link/z80/aslink.h
9352         * link/z80/lkdata.c
9353         * link/z80/lkeval.c
9354         * link/z80/lkgb.c
9355         * link/z80/lkihx.c
9356         * link/z80/lks19.c
9357         * link/z80/lksym.c
9358         * support/cpp2/cpplib.c
9359         * src/ds390/gen.c
9360         * src/mcs51/gen.c
9361
9362 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9363
9364         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9365
9366 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9367
9368         * support/librarian/clean.mk: Do not remove Makefile.
9369         * support/librarian/Makefile: added.
9370
9371 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9372
9373         Added librarian to MSVC build:
9374         * all.dsp
9375         * sdcc.dsw
9376         * support/librarian/librarian.dsp
9377
9378         'configure' not needed for librarian, removed:
9379         * support/librarian/configure
9380         * support/librarian/configure.in
9381         * support/librarian/config_in.h
9382         * support/librarian/Makefile.in
9383
9384         Hopefully these ones built the librarian and the rest of sdcc properly:
9385         * Makefile
9386         * Makefile.common.in
9387
9388         Messed up 'configure', so revert to previous version:
9389         * configure
9390         * configure.in
9391
9392 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9393
9394         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9395         there, while the mantissa of a double is "only" 53 bits wide.
9396
9397 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9398
9399         Adding sdcclib to the build.  MSVC project coming soon.
9400         Files added/changed:
9401
9402         * support/librarian/clean.mk
9403         * support/librarian/configure
9404         * support/librarian/configure.in
9405         * support/librarian/config_in.h
9406         * support/librarian/Makefile.bcc
9407         * support/librarian/Makefile.in
9408         * support/librarian/sdcclib.c
9409         * Makefile.bcc
9410         * Makefile
9411         * Makefile.common.in
9412         * configure
9413         * configure.in
9414
9415 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9416
9417         Linker now complaints if linked modules have conflicting options, for
9418         example, one compiled using --model-large and another one compiled with
9419         --model-small.  The following files were modified:
9420
9421         * as/mcs51/asdata.c
9422         * as/mcs51/aslink.h
9423         * as/mcs51/asm.h
9424         * as/mcs51/asmain.c
9425         * as/mcs51/asout.c
9426         * as/mcs51/i51pst.c
9427         * as/mcs51/lkdata.c
9428         * as/mcs51/lklibr.c
9429         * as/mcs51/lkmain.c
9430         * as/z80/asdata.c
9431         * as/z80/asm.h
9432         * as/z80/asmain.c
9433         * as/z80/asout.c
9434         * as/z80/z80pst.c
9435         * link/z80/aslink.h
9436         * link/z80/lkdata.c
9437         * link/z80/lklibr.c
9438         * link/z80/lkmain.c
9439         * src/SDCCglue.c
9440
9441 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9442
9443         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9444         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9445
9446 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9447
9448         * src/z80/mappings.i: fix _mul[us][int,long] entries
9449
9450 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9451
9452         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9453
9454 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9455
9456         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9457         * support/regression/tests/bitopcse.c: added
9458         fixed warning:
9459         * src/avr/gen.c:
9460         * src/pic/gen.c:
9461         * src/pic16/gen.c:
9462         * src/z80/gen.c:
9463         * src/xa51/gen.c:
9464
9465 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9466
9467         added support for new library format to z80, gbz80 linkers:
9468         *link/z80/aslink.h
9469         *link/z80/lklex.c
9470         *link/z80/lklib.c
9471         *link/z80/lklist.c
9472
9473 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9474
9475         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9476         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9477
9478 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9479
9480         added DUMMY_READ_VOLATILE:
9481         * src/SDCC.y:
9482         * src/avr/gen.c:
9483         * src/xa51/gen.c:
9484         * src/z80/gen.c:
9485         * src/pic/gen.c:
9486         * src/pic16/gen.c:
9487         * src/mcs51/gen.c:
9488         * src/ds390/gen.c:
9489         * src/SDCCcse.c (algebraicOpts): many improvements
9490         * src/SDCCcse.h: removed algebraicOpts()
9491         * src/SDCCicode.c (picDummyRead): added
9492
9493 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9494
9495         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9496         "Insufficient space in data memory".
9497
9498 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9499
9500         * src/mcs51/gen.c: fixed bug #771358
9501         * src/z80/gen.c: fixed bug #759087
9502
9503 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9504
9505         * src/pic16/glue.c: minor cleanup by Vangelis
9506
9507 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9508
9509         * device/include/regc515c.h: fixed #758477
9510         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9511         * device/lib/_gptrput.c: saved a few bytes
9512         * my tab spacing is 8, yours too?)
9513         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9514         * device/lib/serial.c: process RX bytes earlier than TX bytes
9515         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9516
9517 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9518
9519         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9520
9521 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9522
9523     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9524
9525 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9526
9527         * device/lib/Makefile.in: bad fix, reverted to 1.43
9528
9529 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9530
9531         * device/lib/Makefile.in: added missing z80 object files
9532
9533 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9534
9535         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9536         pic16 progress by Vangelis:
9537         * src/SDCCglobl.h:
9538         * src/SDCCmain.c:
9539         * src/pic/Makefile:
9540         * src/pic:
9541         * pic/Makefile:
9542         * pic16/device.c:
9543         * pic16/device.h:
9544         * pic16/gen.c:
9545         * pic16/gen.h:
9546         * pic16/genarith.c:
9547         * pic16/glue.c:
9548         * pic16/main.c:
9549         * pic16/pcode.c:
9550         * pic16/pcode.h:
9551         * pic16/pcodepeep.c:
9552         * pic16/peeph.def:
9553
9554 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9555
9556     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9557
9558 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9559
9560     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9561     added gbz80 build to MSVC project.
9562     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9563     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9564     from 8051 stuff and setup so it links using a .lnk file.
9565
9566 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9567
9568     * support/librarian/sdcclib.c: sdcc librarian.
9569     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9570     with sdcclib.
9571
9572 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9573
9574     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9575
9576 2003-07-02  Borut Razem <borut.razem AT siol.net>
9577
9578         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9579         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9580         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9581         src/xa51/main.c, src/z80/main.c:
9582         virtualization of glue() function: each port has it's own glue function,
9583         which is accessed by do_glue function pointer in PORT.general structure
9584
9585 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9586
9587         * DS800C400 fun, improved ROM interface and tinibios.
9588
9589 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9590
9591         * More support for DS80C400. Now includes beginning of interface to ROM.
9592
9593 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9594
9595         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9596
9597 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9598
9599         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9600
9601 2003-06-19  Borut Razem <borut.razem AT siol.net>
9602
9603         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9604
9605 2003-06-19  Borut Razem <borut.razem AT siol.net>
9606
9607         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9608         fixed Z80 port - crt0.o: cannot open.
9609
9610 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9611
9612         * support/Util/MySystem.c (merge_command): revert bad fix
9613
9614 2003-06-18  Borut Razem <borut.razem AT siol.net>
9615
9616         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9617
9618 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9619
9620         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9621         option --use-stdout sends errors to stdout instead of stderr.
9622
9623 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9624
9625         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9626
9627 2003-06-15  Borut Razem <borut.razem AT siol.net>
9628
9629         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9630         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9631         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9632         fixed width array of pointers replaced with sets;
9633         multiple include and lib paths ared transferred to preprocessor and linker
9634         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9635         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9636         fixed width array of pointers
9637         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9638         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9639         fixupPath(), getPathDifference()
9640         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9641         fixed width array of pointers
9642
9643 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9644
9645         * src/pic16/ralloc.c: fix warnings
9646         * src/pic16/pcode.c: fix warning
9647
9648 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9649
9650          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9651         know all the details, but essentially this set of changes enable
9652         the pic16 port to generate movff instructions and generate assembler
9653         directives,
9654         * src/SDCCmain.c:
9655         * src/pic16/gen.c:
9656         * src/pic16/glue.c:
9657         * src/pic16/pcode.c:
9658         * src/pic16/device.c:
9659         * src/pic16/main.c:
9660         * src/pic16/pcode.h:
9661         * src/pic16/pcoderegs.c:
9662         * src/pic16/ralloc.c:
9663         * src/pic16/ralloc.h:
9664
9665 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9666
9667         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9668         added option --vc, so sdcc errors and warnings are compatible with
9669         Microsoft Visual Studio.
9670
9671 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9672
9673         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9674           device/lib/libfloat.lib: added atof function.
9675
9676 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9677
9678         * doc/sdccman.lyx: updated to Lyx 1.3
9679         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9680         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9681         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9682
9683 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9684
9685         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9686
9687 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9688
9689         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9690           additions to the "related tools/documentation" section
9691
9692 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9693
9694         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9695
9696 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9697
9698         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9699         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9700
9701 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9702
9703         * doc/sdccman.lyx: fix double dash and other minor things
9704         * doc/Makefile: fix double dash
9705
9706 2003-05-28  Karl Bongers(patches from Martin Helmling)
9707         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9708           condition and ignore commands.
9709
9710 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9711
9712         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9713           is in parts still quite out of date, I did changes as far as I felt makes sense
9714           for a non-native english speaker.
9715           Please feel free to add to the manual or to correct my changes.
9716         * doc/Makefile: undid touching the date of intermediate tex files.
9717
9718 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9719
9720         * doc/sdccman.lyx: Manual has an index now
9721
9722 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9723
9724         Finalize muluint/mulsint and mululong/mulslong merging:
9725         * device/lib/_mulint.c
9726         * device/lib/_mullong.c
9727         * device/lib/gbz80/mul.s
9728         * device/lib/gbz80/stubs.s
9729         * device/lib/z80/mul.s
9730         * device/lib/z80/stubs.s
9731         * src/SDCCsymt.c (initCSupport)
9732
9733 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9734
9735         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9736         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9737           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9738           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9739           instead of /Zm500.
9740
9741 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9742
9743         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9744           the regression tests I'm not brave enough to enable 245.b, 245.c
9745         * doc/sdccman.lyx: added latex preamble for hyperref package.
9746           Using pdflatex this will give you a hyperlinked pdf file with
9747           bookmarks. (prepend '%' before /usepackage if this breaks something)
9748
9749 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9750
9751          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9752
9753 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9754
9755         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9756
9757 2003-05-21    <johan AT balder>
9758
9759         * src/SDCCglue.c (printIval): fixed bug #739934
9760
9761 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9762
9763         Applied patch from bug 737905 (renamed yylineo to mylineno):
9764         * src/altlex.c
9765         * src/SDCCast.c
9766         * src/SDCglobl.h
9767         * src/SDCC.lex
9768         * src/SDCCsymt.c
9769         * src/SDCCval.c
9770         * src/pic16/pcode.c: Cleaned warnings
9771         * src/pic16/pcodeflow.c: Cleaned warnings
9772         * src/pic16/pcoderegs.c: Cleaned warnings
9773
9774 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9775
9776         * src/pic16/pcode.c: Cleaned warnings
9777         * src/pic16/pcodepeep.c: Cleaned warnings
9778         * src/pic16/ralloc.c: Cleaned warnings
9779
9780 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9781
9782         * doc/sdccman.lyx: fixed bug 739745
9783         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9784
9785 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9786
9787         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9788         it can be defined with CFLAGS when running configure
9789         * src/SDCCmain.c: fixed compiling + linking with object files
9790
9791 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9792
9793         * configure.in: configure for pic16 port,
9794             added --disable-pic16-port
9795         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9796         * src/SDCCmain.c: linkOptions is changed to set *,
9797             added if/endif conditional macros to remove options help
9798             messages from optionsTable when a port is not configured, added
9799             support for the PIc16 port in the ports table, when executing
9800             the compiler with no port specified on command line, a default
9801             port is selected with the new macro DEFAULT_PORT which is
9802             defined in port.h, in setDefaultOptions() linkOptions is removed
9803             from initialization assignment, since now it is a set,
9804             parseCmdLine uses setParseWithComma for linkOptions, in
9805             linkEdit() linkOptions are accessed with new function indexSet()
9806             which returns the i'th item of a set variable. See SDCCset.c, in
9807             linkEdit() when calling buildCmdLine(), added linkOptions as
9808             last argument. Now users can pass arguments to gplink via the
9809             -Wl option, main() uses pic16glue() to glue up pic16 programs
9810         * src/SDCCpeeph.c: various changes to support pic16
9811         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9812             return the i'th item of the set
9813         * src/SDCCset.h: added function prototype for indexSet()
9814         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9815         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9816         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9817             added macro DEFAULT_PORT
9818         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9819         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9820             generated
9821         * src/pic16/glue.c: commented out some error producing lines
9822         * src/pic16/main.c: __config directives are commented out to stop
9823             gpasm complaining and test the linkage with gplink, _linkCmd and
9824             _asmCmd changed to be more gplink and gpasm friendly
9825         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9826             produced an error when parsed, peep rule 12 is added to utilize
9827             movff, but it is commented out since the pCode does not support
9828             yet a command with 2 address arguments
9829
9830 2003-05-18    <johan AT balder>
9831
9832         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9833         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9834 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9835
9836         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9837   Added feature to script commands from file.
9838
9839 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9840
9841         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9842         * src/SDCCutil.c: include ctype.h for win32
9843
9844 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9845
9846         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9847
9848 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9849
9850         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9851   Fixed so you can set breakpoints prior to run, run does not stop
9852   on entry now.  Add tbreak.  Other enhancements and fixes for use
9853   with ddd.
9854
9855 2003-05-12  Borut Razem <borut.razem AT siol.net>
9856
9857         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9858
9859 2003-05-11  Borut Razem <borut.razem AT siol.net>
9860
9861         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9862         the path of bin directory, so that PATH is the only env. variable, which has to be set
9863         in case of standard installation.
9864         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9865         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9866         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9867
9868 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9869
9870         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9871         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9872         temp files are in the port dir; clean the gen/test directory when
9873         generating new test.c
9874         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9875         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9876         * support/regression/tests/zeropad.c: added
9877
9878 2003-05-09    <johan AT balder>
9879
9880         * src/SDCCglue.c: fixed bug #597940
9881
9882 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9883
9884         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9885   cache sfr, optimize next,step, fix off by one sourceline,
9886   support ddd list function.
9887         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9888
9889 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9890
9891         * support/regression/HTMLgen.py: added compare_s2f()
9892         * support/regression/Makefile: redo 1.27
9893         * support/regression/generate-cases.py: redo 1.5
9894
9895 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9896
9897         * support/regression/tests/float.c: workaround 33 bit hex constant
9898         * support/regression/tests/simplefloat.c: fix division for host
9899
9900 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9901
9902         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9903         that tame's the PIC's over-aggressive optimizer.
9904
9905 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9906
9907          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9908          support for MSVC.
9909
9910 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9911
9912         Initial support for DS80C400. "Hello world" runs on TINIm400
9913         (with polled I/O).
9914
9915 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9916
9917          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9918          * Some notes on ddd usage added in debugger/README
9919          Martin Helmling adding more features and fixes for ddd GUI debugger.
9920          Code added for nexti, stepi, up, down, and other adjustments.
9921
9922 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9923
9924         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9925         * src/pic/peeph.def Added two rules to optimize carry manipulation
9926         * src/pic/* removed debug printfs
9927
9928 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9929
9930         * debugger/mcs51/cmd.c: added header newalloc.h
9931
9932 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9933
9934         * as/Makefile: new EXEEXT
9935         * as/z80/Makefile: remove trailing slash of BUILDIR
9936         * as/z80/clean.mk: new EXEEXT
9937         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9938         * support/cpp2/Makefile.in: new EXEEXT
9939         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9940
9941 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9942
9943         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9944         EXEEXT was introduced to fix all related problems with targets
9945         "clean", "install" and "uninstall"; a couple of further flaws
9946         especially with "clean" have been fixed too
9947         * as/mcs51/Makefile.in
9948         * as/mcs51/clean.mk
9949         * as/z80/Makefile
9950         * Makefile
9951         * clean.mk
9952         * debugger/mcs51/Makefile.in
9953         * debugger/mcs51/clean.mk
9954         * link/z80/Makefile
9955         * link/z80/Makefile.in
9956         * link/z80/clean.mk
9957         * link/Makefile
9958         * packihx/Makefile.in
9959         * packihx/clean.mk
9960         * sim/ucsim/Makefile
9961         * sim/ucsim/clean.mk
9962         * sim/ucsim/avr.src/Makefile.in
9963         * sim/ucsim/avr.src/clean.mk
9964         * sim/ucsim/s51.src/Makefile.in
9965         * sim/ucsim/s51.src/clean.mk
9966         * sim/ucsim/xa.src/Makefile.in
9967         * sim/ucsim/xa.src/clean.mk
9968         * sim/ucsim/z80.src/Makefile.in
9969         * sim/ucsim/z80.src/clean.mk
9970         * sim/ucsim/main_in.mk
9971         * sim/ucsim/packages_in.mk
9972         * sim/ucsim/gui.src/Makefile.in
9973         * sim/ucsim/gui.src/serio.src/Makefile.in
9974         * sim/ucsim/gui.src/serio.src/clean.mk
9975         * src/Makefile.in
9976         * src/clean.mk
9977         * support/cpp2/Makefile.in
9978         * support/cpp2/clean.mk
9979         * support/makebin/Makefile
9980         * support/makebin/clean.mk
9981         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9982         * doc/sdccman.lyx: --program-suffix no longer needed
9983
9984 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9985
9986          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9987          Martin Helmling added support for ddd GUI debugger.
9988          Code added to display assembly, set variables, and other commands
9989          to interface to ddd.
9990
9991 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9992
9993         * as/Makefile: fix target clean
9994         * as/clean.mk: fix target clean
9995         * as/z80/clean.mk: fix target clean
9996
9997 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9998
9999         * Makefile.common.in: added  AT EXEEXT AT
10000         * configure.in: removed all mingw32 stuff
10001         * configure: rebuilt from configure.in
10002         * doc/sdccman.lyx: updated section "installation"
10003         * support/scripts/sdcc_mingw32: adapted to configure
10004         * support/scripts/sdcc_cygwin_mingw32: added
10005
10006 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10007
10008         * src/pic Added object file support for the PIC port
10009         * src/pic Applied patch from Craig Franklin (this started the object file support)
10010         * src/regression Updated the PIC regression tests for object files
10011
10012 2003-04-20  Borut Razem <borut.razem AT siol.net>
10013
10014         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10015           lklex.c: In function `getfid':
10016           lklex.c:203: warning: array subscript has type `char'
10017         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10018           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10019         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10020           stack handling macros
10021
10022 2003-04-19  Borut Razem <borut.razem AT siol.net>
10023
10024         * "handling space characters in file path" task:
10025         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10026         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10027         * support/Util/MySystem.h: make it self-sufficient
10028         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10029           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10030           handling space characters in file path
10031         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10032           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10033         * support/Util/MySystem.c: handling space characters in executable's path
10034
10035 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10036
10037         * as/z80/Makefile: fix permanent rebuild of z80
10038         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10039         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10040
10041 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10042
10043         * src/SDCCopt.c: add special case optimization to replace modulo by
10044           a power of two with a bitwise AND.
10045
10046 2003-04-18    <johan AT balder>
10047
10048         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10049
10050 2003-04-17    <johan AT balder>
10051
10052         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10053         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10054
10055 2003-04-13  Borut Razem <borut.razem AT siol.net>
10056
10057         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10058         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10059           fixed mingw problem in adl_NORMALIZE_PATH
10060
10061 2003-04-12  Borut Razem <borut.razem AT siol.net>
10062
10063         * fixed "#pragma SAVE/RESTORE can not be nested":
10064         * src/SDCC.lex: reworked pragma handling functions
10065         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10066         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10067
10068 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10069
10070         * src/SDCCutil.c (pathEquivalent): defined but not used
10071         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10072         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10073         * configure: rebuilt from configure.in
10074         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10075         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10076         * device/include/Makefile.in: replace sdcc_datadir
10077         * device/lib/Makefile.in: replace sdcc_datadir
10078         * Makefile.common.in: add LDFLAGS from configure
10079         * packihx/Makefile.in: use LDFLAGS
10080         * src/Makefile.in: use LDFLAGS
10081         * support/cpp2/Makefile.in: add LDFLAGS from configure
10082         * support/makebin/Makefile: use LDFLAGS
10083         * .version: bumped version number to 2.3.5
10084
10085 2003-04-12  Borut Razem <borut.razem AT siol.net>
10086
10087         * completed "different paths" task:
10088         * src/SDCCmacro.c: fixed bug in handling quotes
10089         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10090         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10091
10092 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10093
10094         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10095
10096 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10097
10098         * ds390/gen.c ds390/peeph.def: fix bug 706781
10099
10100 2003-04-11  Borut Razem <borut.razem AT siol.net>
10101
10102         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10103
10104 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10105
10106         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10107         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10108          set - this bit used to not be set...).
10109         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10110           bad code in PIC Port
10111         * src/regression/and2.c added to test bug 609268
10112         * src/regression/Makefile added and2.c to regression test
10113
10114
10115 2003-04-08    <johan AT CP255758-A>
10116
10117         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10118         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10119         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10120
10121 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10122
10123         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10124         fix bug #487815
10125         * support/cpp2/Makefile.in: fix bug #487815
10126         * configure: rebuilt from configure.in
10127         * Makefile.common.in: docdir changed, new path suffixes
10128         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10129         * sdcc_vc_in.h: reflect changes from sdccconf.h
10130         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10131         * src/SDCCutil.h: remove BINDIR hack
10132         * doc/sdccman.lyx: update new path hierarchy
10133
10134 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10135
10136         * src/SDCCpeeph.c: added okToRemoveSLOC test
10137
10138 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10139
10140         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10141
10142 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10143
10144         * src/SDCCpeeph.c: added labelIsReturnOnly test
10145         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10146
10147 2003-04-05    <johan AT balder>
10148
10149         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10150         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10151         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10152         * src/SDCCast.c: fixed a warning
10153         * src/SDCCast.h: fixed a warning
10154         * src/SDCCicode.c (operandFromAst): fixed a warning
10155
10156 2003-04-04    <johan AT balder>
10157
10158         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10159         * src/SDCCast.c (decorateType): fixed bug #715076
10160         * src/SDCC.y: fixed bug #702907
10161
10162 2003-04-03    <johan AT balder>
10163
10164         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10165         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10166         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10167         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10168         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10169
10170 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10171
10172         * _decdptr.c: fix return values
10173         * _gptrget.c: fix return values
10174         * _gptrgetc.c: fix return values
10175         * _gptrput.c: fix return values
10176         * _mulint.c: fix return values
10177         * as/z80/Makefile: fix 'make -j' problem
10178
10179 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10180
10181         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10182         * configure.in: big cleanup, updated to autoconf 2.5x
10183         * configure: rebuilt from configure.in
10184         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10185         * sdcc_vc_in.h: reflect changes from sdccconf.h
10186         * doc/Makefile: fixed a flaw in "make install"
10187
10188 2003-04-02    <johan AT balder>
10189
10190         * src/ds390/gen.c (genCmp): no comments
10191         * src/mcs51/gen.c (genCmp): no comments
10192         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10193         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10194
10195 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10196
10197         * support/regression/generate-cases.py: place generated file in given sub directory
10198         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10199         * support/regression/Makefile: improvements for 'make -j';
10200         side effect: it's simpler and faster now
10201
10202 2003-03-31  Borut Razem <borut.razem AT siol.net>
10203
10204         * src/z80/main.c: link-{port} and as-{port} defined without path
10205         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10206
10207 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10208
10209         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10210
10211 2003-03-30  Borut Razem <borut.razem AT siol.net>
10212
10213         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10214           changed type of list parameter to set
10215         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10216         * src/port.h: changed type of do_assemble() parameter to set
10217         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10218           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10219           definition of "cppoutfilename" macro with NULL value in preProcess()
10220         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10221         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10222         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10223           replaced with set *binPathSet
10224         * shash_add() deallocates the item, if allready exsists, before adding the new one
10225         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10226
10227 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10228
10229         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10230           a nested for loop bug in the PIC port
10231         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10232           for loops
10233
10234 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10235
10236         * support/Util/dbuf.h: remove C++ stuff to make it portable
10237
10238 2003-03-28  Borut Razem <borut.razem AT siol.net>
10239
10240         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10241           literal strings in stringLiteral()
10242         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10243         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10244           to the project
10245
10246 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10247
10248         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10249
10250 2003-03-26    <johan AT balder>
10251
10252         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10253         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10254         * src/SDCCast.c (decorateType): fixed " -v < 3"
10255
10256 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10257
10258         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10259         Added Lenny Story's debug infrastructure changes:
10260         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10261         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10262         * src/cdbFile.c: added
10263         * src/SDCCdebug.c: added
10264         * src/SDCCdebug.h: added
10265         * src/SDCCast.c (createFunction)
10266         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10267         * src/SDCCmain.c (parseCmdLine, main)
10268         * src/SDCCmem.c (redoStackOffsets)
10269         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10270         * src/SDCCsymt.h
10271         * src/common.h
10272         * src/avr/gen.c (genAVRCode)
10273         * src/ds390/gen.c (gen390Code)
10274         * src/mcs51/gen.c (gen51Code)
10275         * src/pic/gen.c (genpic14Code)
10276         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10277         * src/xa51/gen.c (genXA51Code)
10278         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10279
10280 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10281
10282         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10283         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10284
10285 2003-03-22    <johan AT balder>
10286
10287         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10288
10289 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10290
10291         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10292         * doc/cdbfileformat.lyx: added, written by Lenny Story
10293         * doc/Makefile: added cdbfileformat.lyx
10294         * doc/clean.mk: added cdbfileformat.lyx
10295
10296 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10297
10298         * src/mcs51/peeph.def: fix bug #705773
10299
10300 2003-03-20    <johan AT balder>
10301
10302         An sfr/sbit can have an "at #" AND an initializer
10303         * src/SDCCsymt.c (checkSClass):
10304         * src/SDCCmem.c (allocGlobal):
10305         * src/SDCCmem.c (allocLocal):
10306         * src/SDCCast.c (createBlock):
10307
10308 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10309
10310         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10311
10312 2003-03-16    <johan AT balder>
10313
10314         Undid the hackup of const and volatile, the problem is much bigger
10315         * src/SDCC.y:1.65
10316         * src/SDCCast.c:1.171
10317         * src/SDCCglue.c:1.138
10318         * src/SDCCicode.c:1.146
10319         * src/SDCCsymt.c:1.150
10320         * src/SDCCval.c:1.65
10321
10322 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10323
10324         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10325         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10326
10327 2003-03-13    <johan AT balder>
10328
10329         Hackup const and volatile modifiers in type chains a bit:
10330         * src/SDCC.y:1.63
10331         * src/SDCCast.c:1.169
10332         * src/SDCCglue.c:1.136
10333         * src/SDCCicode.c:1.143
10334         * src/SDCCsymt.c1.146
10335         * src/SDCCsymt.h1.59
10336         * src/SDCCval.c:1.63
10337
10338 2003-03-12    <johan AT balder>
10339
10340         * src/SDCCBBlock.h: more LRH debugging junk
10341         * src/SDCCcflow.h: more LRH debugging junk
10342         * src/SDCCloop.c: more LRH debugging junk
10343         * src/SDCC.y (struct_declaration): fixed bug #697590
10344         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10345         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10346         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10347
10348 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10349         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10350         test function names must now match exactly).
10351         * src/SDCCcse.c: added special case in findCheaperOp to allow
10352         extending a short integer. Makes less awful code for bug 700121 test case.
10353
10354 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10355
10356         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10357         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10358
10359 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10360
10361         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10362         actually called (operandsNotEqual() was called for all
10363         operandsNotEqualX tests).
10364
10365 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10366
10367         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10368         with shorter literals. Fixes bug 700121.
10369
10370 2003-03-11    <johan AT balder>
10371
10372         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10373
10374 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10375
10376         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10377         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10378
10379 2003-03-10  Borut Razem <borut.razem AT siol.net>
10380
10381         * src/SDCCmain.c: pipe preprocessor's output
10382         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10383         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10384         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10385         which closes all pipes in pipeSet set
10386         * src/SDCCset.c: free deleted item in function deleteSetItem()
10387         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10388         moved from z80 to src subproject
10389         * .version: increased version number to 2.3.4
10390
10391 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10392
10393         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10394         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10395         * support/regression/ports/xa51/spec.mk: fix typo
10396
10397 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10398
10399         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10400
10401 2003-03-09  Borut Razem <borut.razem AT siol.net>
10402
10403         * src/SDCCmain.c: pipe preprocessor's output
10404         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10405         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10406         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10407         which closes all pipes in pipeSet set
10408         * src/SDCCset.c: free deleted item in function deleteSetItem()
10409         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10410         moved from z80 to src subproject
10411
10412 2003-03-09  Borut Razem <borut.razem AT siol.net>
10413
10414         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10415         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10416         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10417         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10418         * src/SDCCglobl.h: unification of WIN32 native definitions
10419
10420 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10421
10422         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10423
10424 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10425
10426         * src/configure.in:   check for endianess (even while cross-compiling)
10427         * src/configure:      check for endianess (even while cross-compiling)
10428         * src/configure_in.h: check for endianess (even while cross-compiling)
10429         * src/avr/gen.c:        remove old endianess stuff
10430         * src/mcs51/gen.c:      remove old endianess stuff
10431         * src/ds390/gen.c:      remove old endianess stuff
10432         * src/pic/gen.c:        remove old endianess stuff
10433         * src/pic/genarith.c:   remove old endianess stuff
10434         * src/pic/glue.c:       fix endianess check
10435         * src/pic16/gen.c:      remove old endianess stuff
10436         * src/pic16/genarith.c: remove old endianess stuff
10437         * src/pic16/glue.c:     fix endianess check
10438         * src/xa51/gen.c:       remove old endianess stuff
10439         * src/z80/gen.c:        fix endianess check
10440         * src/SDCCglue.c:       fix endianess check
10441         * src/ds390/peeph.def: fix bug 700036
10442
10443 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10444
10445         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10446         * src/configure: find appropriate data-types on host for SDCC's int and long
10447         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10448         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10449         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10450
10451 2003-03-07    <johan AT balder>
10452
10453         Just a big NOOP:
10454                 some minor cleanups before the big shot
10455                 OP_DEFS and OP_USES now use Kevin's protection
10456                 new option --nolabelopt
10457
10458         * src/SDCCBBlock.c:
10459         * src/SDCCast.c,:
10460         * src/SDCCcflow.c:
10461         * src/SDCCcse.c:
10462         * src/SDCCicode.c:
10463         * src/SDCCicode.h:
10464         * src/SDCClabel.c:
10465         * src/SDCCloop.c:
10466         * src/SDCCmain.c:
10467         * src/ds390/ralloc.c:
10468         * src/mcs51/ralloc.c:
10469         * src/pic/ralloc.c:
10470         * src/xa51/ralloc.c:
10471         * src/z80/ralloc.c:
10472
10473 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10474
10475         * src/pic/pcode.c (get_op): fix 64 bit warnings
10476         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10477         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10478         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10479         * support/regression/tests/malloc.c: fix 64 bit warnings
10480
10481 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10482
10483         * src/mcs51/gen.c (genMinus): fixed bug 696436
10484
10485 2003-03-02  Borut Razem <borut.razem AT siol.net>
10486
10487         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10488
10489 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10490
10491         * configure.in: test for mkstemp
10492         * sdccconf_in.h: add HAVE_MKSTEMP
10493
10494 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10495
10496         * device/include/ctype.h: removed warning while using --stack-auto
10497         * device/include/malloc.h: removed warning while using --stack-auto
10498         * device/include/string.h: removed warning while using --stack-auto
10499
10500 2003-02-23  Borut Razem <borut.razem AT siol.net>
10501
10502         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10503         because NDEBUG is defined (see man assert)
10504         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10505
10506 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10507
10508         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10509         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10510
10511 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10512
10513         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10514         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10515
10516 2003-02-18    <johan AT balder>
10517
10518         * as/mcs51/asmain.c (asmbl): module can start with a digit
10519         * as/z80/asmain.c (asmbl): module can start with a digit
10520
10521 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10522
10523         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10524         * src/asm.c: fix pipe() for Mingw32
10525
10526 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10527
10528         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10529         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10530         make -V work again; --c1mode reads now from stdin
10531         * doc/sdccman.lyx: added --c1mode
10532         * support/Util/SDCCerr.c: new messages for c1 mode
10533         * support/Util/SDCCerr.h: new messages for c1 mode
10534         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10535
10536 2003-02-15    <johan AT balder>
10537
10538         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10539
10540 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10541
10542         * doc/sdccman.lyx: Environment variables, -o and other minor things
10543
10544 2003-02-14    <johan AT balder>
10545
10546         * src/xa51/main.c: before anyone really tries to use it :)
10547
10548         * Install doc's in share/sdcc/doc
10549         * removed some obsolete files
10550         * Do a proper make distclean and uninstall
10551         M Makefile.common.in
10552         R sdccbuild.sh
10553         M as/Makefile
10554         M device/include/Makefile.in
10555         M device/lib/Makefile.in
10556         M doc/sdccman.lyx
10557         M link/Makefile
10558         M sim/ucsim/doc/Makefile.in
10559         M src/clean.mk
10560         R src/avr/peeph.rul
10561         R src/xa51/peeph.rul
10562         M support/cpp2/Makefile.in
10563         M support/makebin/Makefile
10564
10565
10566 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10567
10568         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10569
10570 2003-02-10  Borut Razem <borut.razem AT siol.net>
10571
10572         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10573         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10574         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10575         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10576         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10577         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10578         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10579         src/z80/Makefile.bcc: Borland Makefile cleanup
10580         * as/z80/Makefile.bcc: Added Borland Makefile
10581         * support/cpp2/borland.h: Removed
10582
10583 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10584
10585         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10586         * src/SDCC.lex: new pragma NOIV
10587         * src/SDCCglobl.h: new pragma NOIV
10588         * src/SDCCmem.c: new pragma NOIV
10589
10590 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10591
10592         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10593
10594 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10595
10596         * src/SDCCmain.c: signal handling is switched off by --debug
10597         * doc/Makefile: small fix for install; use clean.mk again
10598         * doc/clean.mk: clean *.pdf and *.html too
10599
10600 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10601
10602         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10603         * device/lib/printfl.c: fix a ds390 bug by making it portable
10604         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10605         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10606         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10607         * debugger/mcs51/cmd.c: converted multi-line string literals
10608         * sim/ucsim/globals.cc: converted multi-line string literals
10609         * src/SDCCmain.c: introduced signal handler to remove temp files
10610         * doc/Makefile: small tweaks, implement clean
10611         * doc: removed generated files
10612
10613 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10614
10615         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10616         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10617         Address Record is not correctly generated for DS390."
10618
10619 2003-02-02  Borut Razem <borut.razem AT siol.net>
10620
10621         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10622         * as/mcs51/asm.h: fixed compilation with Borland C
10623         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10624         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10625         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10626         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10627         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10628         src/z80/Makefile.bcc: delete $(LIB) only if exist
10629         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10630
10631 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10632
10633         * device/include/malloc.h: introduced NULL
10634         * device/include/string.h: introduced NULL
10635         * device/include/stdlib.h: introduced NULL
10636         * device/lib/_memcpy.c: removed NULL
10637         * device/lib/_strcat.c: removed NULL
10638         * device/lib/_strchr.c: removed NULL
10639         * device/lib/_strcmp.c: removed NULL
10640         * device/lib/_strcpy.c: removed NULL
10641         * device/lib/_strcspn.c: removed NULL
10642         * device/lib/_strlen.c: removed NULL
10643         * device/lib/_strncat.c: removed NULL
10644         * device/lib/_strncmp.c: removed NULL
10645         * device/lib/_strncpy.c: removed NULL
10646         * device/lib/_strpbrk.c: removed NULL
10647         * device/lib/_strrchr.c: removed NULL
10648         * device/lib/_strspn.c: removed NULL
10649         * device/lib/_strstr.c: removed NULL
10650         * device/lib/_strtok.c: removed NULL
10651         * device/lib/malloc.c: removed NULL, include own header
10652
10653 2003-02-02    <johan AT balder>
10654
10655         * 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
10656         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10657         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10658         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10659         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10660         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10661
10662 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10663
10664         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10665         area 'DATA'"
10666
10667 2003-02-01    <johan AT balder>
10668
10669         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10670
10671 2003-01-31    <johan AT CP255758-A>
10672
10673         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10674
10675 2003-01-30    <johan AT balder>
10676
10677         * src/SDCCBBlock.c: automatic bug detection
10678         * src/SDCCicode.c: automatic bug detection
10679
10680 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10681
10682         * src/SDCCglobl.h:   now --xram-size 0 works
10683         * src/SDCCmain.c:    now --xram-size 0 works
10684
10685 2003-01-29    <johan AT balder>
10686
10687         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10688
10689 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10690
10691         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10692         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10693         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10694         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10695         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10696         * src/SDCCmain.c:    Added options --xram-size and --code-size
10697
10698 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10699
10700         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10701         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10702
10703 2003-01-27    <johan AT balder>
10704
10705         * src/SDCC.y: fixed bug #613764
10706
10707 2003-01-26    <johan AT balder>
10708
10709         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10710         * src/SDCCsymt.h: fixed bug #673374
10711         * src/SDCCglue.c: fixed bug #661910
10712         * src/SDCCast.c: fixed bug #458099 and 673374
10713
10714 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10715
10716         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10717         * as/mcs51/strcmpi.h: added
10718         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10719         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10720         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10721         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10722         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10723         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10724         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10725         * as/mcs51/Makefile.aslink: new module strcmpi
10726         * as/mcs51/Makefile.asx8051: new module strcmpi
10727         * as/mcs51/Makefil.bcc: new module strcmpi
10728         * as/mcs51/Makefile.in: new module strcmpi
10729         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10730
10731 2003-01-26    <johan AT balder>
10732
10733         * src/SDCCglue.c: reverted back to 1.124
10734         * src/SDCCast.c: reverted back to 1.156
10735         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10736
10737 2003-01-25    <johan AT balder>
10738
10739         * src/SDCCglue.c: A better fix for bug #661910
10740         * src/SDCCast.c: A better fix for bug #661910
10741         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10742
10743 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10744
10745         * src/Makefile.in: remove spawn.o
10746         * src/SDCCmain.c: remove spawn.h
10747         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10748         * src/spawn.c: removed
10749         * src/spawn.h: removed
10750         * support/regression/ports/ds390/spec.mk: link with -r
10751
10752 2003-01-24    <johan AT CP255758-A>
10753
10754         * src/ds390/gen.c (aopOp): fixed bug #667458
10755         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10756         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10757         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10758
10759 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10760
10761         * src/mcs51/peeph.def: better assembler identation by Frieder
10762         * src/mcs51/gen.c: better assembler identation by Frieder
10763
10764 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10765
10766         * as/z80/string.h: removed for gcc 3.2
10767         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10768         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10769
10770 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10771
10772         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10773         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10774         * support/regression/Makefile: separate temp files for ports
10775         * support/regression/generate-cases.py: separate temp files for ports
10776         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10777         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10778
10779 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10780
10781         * moved tinitalk to device/examples/ds390
10782
10783 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10784
10785         * as/mcs51/lkmem.c: rflag is for DS390
10786         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10787         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10788                          (linkEdit): move mem- and map-files the same way as ihx-files
10789         * src/z80/main.c (_setDefaultOptions): removed --generic
10790         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10791         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10792         * src/pic/glue.c (picglue): --c1mode works again
10793         * src/pic16/glue.c (pic16glue): --c1mode works again
10794         * src/asm.c (printCLine): fix #660034
10795
10796 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10797
10798         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10799         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10800         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10801         * as/mcs51/lkmem (summary): better fix for sp problem
10802         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10803         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10804         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10805                                               remove --stack-after-data
10806
10807 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10808
10809         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10810         * src/SDCCutil.c (join): ugly bug: missing '\0'
10811         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10812
10813 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10814
10815         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10816         * src/port.h: typo
10817         * src/pic/main.c (_asmCmd): gpasm supports -o
10818         * src/z80/main.c: more general macros
10819         * device/lib/Makefile.in: remove intermediate files
10820
10821 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10822
10823         * .version: Bumped version number to 2.3.3
10824         * src/SDCCBBlock.c: new option -o
10825         * src/SDCCglobl.h: new option -o
10826         * src/SDCCglue.c: new option -o
10827         * src/SDCCmain.c: new option -o
10828         * src/asm.c: new option -o
10829         * src/ds390/main.c: new option -o
10830         * src/pic/glue.c: new option -o
10831         * src/pic/pcode.c: new option -o
10832         * src/pic/ralloc.c: new option -o
10833         * src/pic16/glue.c: new option -o
10834         * src/pic16/pcode.c: new option -o
10835         * src/pic16/ralloc.c: new option -o
10836         * src/z80/main.c: new option -o
10837         * device/lib/Makefile.in: use -o
10838         * support/regression/ports/ds390/spec.mk: use -o
10839         * support/regression/ports/gbz80/spec.mk: use -o
10840         * support/regression/ports/mcs51/spec.mk: use -o
10841         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10842         * support/regression/ports/z80/spec.mk: use -o
10843         * support/regression/ports/ucz80/spec.mk: use -o
10844         * support/regression/ports/xa51/spec.mk: use -o
10845         * support/regression/fwk/lib/timeout.c: fix usage string
10846
10847 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10848         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10849
10850 2003-01-07    <johan AT balder>
10851
10852         * src/SDCCast.c (decorateType): fixed bug #600035
10853
10854 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10855         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10856         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10857         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10858         * src/pic/pcode.c: outcommented unused variable to remove warnings
10859         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10860
10861 2003-01-06    <karl AT turbobit.com>
10862         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10863    regression tests.
10864
10865 2003-01-06    <johan AT balder>
10866
10867         * src/SDCCicode.c: fixed array add
10868
10869 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10870         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10871         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10872
10873 2003-01-04    <johan AT balder>
10874
10875         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10876
10877 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10878         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10879
10880 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10881         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10882         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10883
10884 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10885         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10886
10887 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10888         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10889
10890 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10891         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10892
10893 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10894
10895     * in /sdcc/as/mcs51/ changed these files in order to create an
10896     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10897     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10898     following files to include the previous two files: aslink.dsp,
10899     Makefile.aslink, Makefile.bcc, and Makefile.in.
10900
10901     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
10902     .adb instead of .cdb
10903
10904 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10905
10906         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
10907         value from option --iram-size.
10908
10909 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10910
10911         * /sdcc/as/mcs51/lklist.c: added boundary check before using
10912         dram[] array.
10913
10914 2002-09-18    <wiml AT hhhh.org>
10915
10916         * SDCClrange.h: exposed setFromRange() and setToRange()
10917         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10918           packRegsForAccUse() (bug 542397)
10919         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10920           multiple times and emitting the fetch operations more than once
10921           added aopGetUsesAcc() function to allow binary operators to
10922           fetch their operands in the correct order; made genMinus() emit
10923           compact code for X = LITERAL - Y
10924
10925 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10926         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
10927         sprintf() in line 1267.
10928
10929 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10930         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10931         like ports.
10932
10933 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10934         Changes to aslink (All the changes are marked with 'JCF'):
10935
10936         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
10937         summary().
10938
10939         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
10940         area BSEG.  Also moves, if possible, the DATA area down into the internal
10941         ram so more space is available.
10942
10943         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
10944         sflag.
10945
10946         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
10947         not bytes.  Function summary() which creates a memory usage summary
10948         file with extension .mem.  Reports of overlaping stack and small stack
10949         size.  If the space for the stack is less than 16 bytes aslink trows a
10950         warning.
10951
10952         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
10953         the 8051.  Option 'y' for memory summary output file.
10954
10955         Changes to sdcc (All the changes are marked with 'JCF'):
10956
10957         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
10958
10959         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
10960         overlaying area for it (uses RegBankUsed[4]).
10961
10962         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
10963         bank zero as used by default.  By default aslink locates the stack
10964         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10965         the creation of the .mem file.  Delegates the allocation of data area
10966         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10967         the begining of the stack area to aslink.
10968
10969         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
10970         glue() in SDCCglue.c creates an area for it.
10971
10972 2002-09-03  Borut Razem <borut.razem AT siol.net>
10973         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10974         sdcc/src/pic/glue.c:
10975         introduced atexit() handler for teporay files removal in case of
10976         errors, assertions, ...
10977
10978 2002-08-29  Borut Razem <borut.razem AT siol.net>
10979         * sdcc/support/cpp2/auto-host_vc_in.h:
10980         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10981         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10982         Maybe there is a similar problem with BORLANDC? It should be checked!
10983
10984         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10985         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10986         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10987         was not executed, and the compiler (cl) launched a warning:
10988         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10989
10990 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10991         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10992
10993 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10994         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10995
10996         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10997           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10998           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10999           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11000           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11001           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11002           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11003         - added Release configuration in VS projects
11004         - review of compiler an linker options
11005         - VC .exe files are generated in bin_vc directory, not to interfere
11006           with binaries generated from other projects (cygwin, mingw, bcc ...)
11007
11008         * sdcc/src/yacc.dsp: added
11009
11010         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11011         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11012         and insert the version number definitions from .version
11013
11014         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11015
11016         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11017         added - genarate auto-host.h using auto-host_vc_in.h as template
11018
11019         * sdcc/sdcc_vc.h,
11020         removed from CVS, generated automatically
11021
11022 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11023         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11024
11025 2002-08-11  Borut Razem <borut.razem AT siol.net>
11026         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11027
11028 2002-08-10  Borut Razem <borut.razem AT siol.net>
11029         * src/SDCCmain.c (main):
11030         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11031         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11032         The consequence was that some temporary files were not removed.
11033
11034         * src/SDCCglue.c:
11035         unification of code in functions tempfilename() and tempfile():
11036         function tempnam() is defined in Visual Studio 6.0 and .NET
11037
11038         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11039
11040         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11041           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11042         - removed compiler command line option /WX: Treats all warnings as errors
11043         - update a list of source files, included into the project
11044
11045         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11046           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11047         changed project type to Generic Project so that can be correcly converted to VS.NET project
11048
11049         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11050
11051         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11052
11053         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11054
11055         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11056         added return 0 statements after assert() to make compiler happy
11057
11058         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11059         added newline in the def file to keep MSC compiler satisfied
11060
11061         * sdcc/src/z80/gen.c:
11062         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11063           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11064         - solved MSC error in function aopDump()
11065
11066         * sdcc_vc.h: define PREFIX as "\\sdcc"
11067
11068 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11069         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11070
11071 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11072         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11073         - Rewrote the register banking algorithm.
11074         - Added pCode live-range analysis to registers (for now, only non-used and
11075         singly-used registers optimized away)
11076
11077         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11078
11079         * 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.
11080
11081 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11082         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11083
11084 2002-04-22  Michael Hope  <michaelh AT vroom>
11085
11086         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11087
11088         * configure.in (DD_COPT): Added include support required for gbdk.
11089
11090         * .version: Bumped version number just to increase it.
11091
11092         * src/SDCCmain.c: Added -nostdinc to the default options.
11093
11094 2002-04-15  Michael Hope  <michaelh AT vroom>
11095
11096         * device/lib/z80/printf.c (sprintf): Added.
11097
11098         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11099
11100         * src/z80/peeph.def: Added transpose redundent load rule.
11101
11102         * src/z80/main.c: Added force callee saves for jaune.
11103
11104         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11105
11106         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11107
11108 2002-03-28  Johan Knol  <johan AT balder>
11109
11110         * src/SDCCval.c: fixed bug #532436
11111
11112 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11113         * /src/port.h:
11114         Added "char *Processor" field to the port structure.
11115
11116         * /src/SDCCmain.c:
11117         Added -p option. Allows port dependent processor to be specified.
11118
11119         * all ports:
11120         Initialized the new field char *Processor field to NULL in all ports
11121
11122         * /src/pic/*:
11123         Compiler generated registers for interrupt context saving
11124         were not getting allocated.
11125
11126 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11127
11128         * /src/SDCCast.c:
11129         Fixed left shift. Will promote the left side of a left shift
11130         if a) left shifting more than size of operand or b) when assigned
11131         to something size > size of left side
11132
11133 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11134         * src/pic/*
11135         tons of changes. Register allocation has been
11136         rewritten. Added customization for the various PICs. Flow
11137         analysis is restructured. ...
11138
11139         * src/pic/device.h:
11140         Added
11141
11142         * src/pic/device.c:
11143         Added. device.c is a PIC port hack to accomodate variations
11144         in PIC devices.
11145
11146 2002-03-13  Michael Hope  <michaelh AT vroom>
11147
11148         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11149
11150 2002-03-04  johanknol  <johanknol AT manik>
11151
11152         * /src/SDCCval.c: fixed
11153
11154         const unsigned char arr[][2] = { { 0, 1 } };
11155         t18.c:1: error: Initializer element is not constant
11156
11157 2002-03-04  bela  <bela AT manik>
11158
11159         * /device/include/mcs51reg.h:
11160         ds89c420 register definition update
11161
11162 2002-03-03    <johan AT FRIJA>
11163
11164         * support/Util/SDCCerr.c: did something, but don't no why anymore
11165
11166         * support/regression/tests/bug-524691.c: made it a little less shy
11167
11168         * src/SDCCast.c (decorateType): fixed bug #524697
11169
11170         * src/SDCCast.c: made some lineno improvements
11171
11172         * src/SDCCval.c (getNelements): changed warning to error
11173
11174         * src/SDCCglue.c (printIvalArray): changed warning to error
11175
11176         * src/SDCCicode.c: fixed a warning for mingw
11177
11178         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11179
11180         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11181
11182 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11183
11184         * src/ds390/peeph.def:
11185         Added some more peephole rules
11186
11187         * src/ds390/gen.c: Various fixes & enhancements
11188
11189         * src/SDCClrange.c, src/SDCClrange.h:
11190         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11191
11192         * src/ds390/ralloc.c:
11193         various fixes & enhancements (ds390) specific
11194
11195         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11196         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11197         from rallocs.
11198
11199         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11200
11201 2002-03-02    <johan AT FRIJA>
11202
11203         * src/SDCCast.c (decorateType): fixed bug #524708
11204
11205         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11206
11207         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11208
11209 2002-03-01  Michael Hope  <michaelh AT vroom>
11210
11211         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11212
11213         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11214
11215 2002-03-01    <johan AT FRIJA>
11216
11217         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11218
11219         * src/SDCCast.c (decorateType): fixed bug #524209
11220
11221         * src/SDCCval.c (valNot): fixed bug #524195
11222
11223 2002-02-26    <johan AT balder>
11224
11225         * src/xa51/gen.c: fixed a warning
11226
11227         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11228
11229         * src/SDCCast.c (decorateType): fixed bug #522534
11230
11231 2002-02-23    <johan AT balder>
11232
11233         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11234
11235 2002-02-22    <johan AT balder>
11236
11237         * src/SDCCast.c: fixed bug #514865
11238
11239         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11240
11241 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11242
11243         * sdcc/src/SDCCloop.c:
11244         Previous fix was not good. basic blocks that have "break" or "return" are
11245         not really partof a loop , but live ranges used in these blocks should
11246         be live thru the entire loop, so set partOfLoop but don't add them to
11247         loop region
11248
11249 2002-02-21    <johan AT FRIJA>
11250
11251         * src/SDCCcse.c: fixed bug #514308
11252
11253 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11254
11255         * src/SDCCloop.c:
11256         Fixed BUG #519583. If a conditional block ended in a return/break
11257         statement inside a loop, it was not being considered part of the loop.
11258
11259         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11260
11261 2002-02-10  Karl Bongers <karl AT turbobit.com>
11262
11263         * debugger/*:
11264         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11265         with lots of comments and notes.
11266
11267         * device/examples/test2.c:
11268         Fix bug, "red" variable not being initialized(compiler complained).
11269
11270         * device/examples/Makefile, examples/test3.c:
11271         Add Makefile in device/examples folder, compiles test3.c
11272         for use as a multiple module SDCDB test case.
11273
11274         * sim/ucsim/cmd.src/cmdset.cc:
11275         Took out debug printfs in ucsim "next" command.
11276
11277         * sim/ucsim/xa.src:
11278         Karl and Johan start ucsim XA support.  Most dissassembly working,
11279         about 75% emulation done(plenty of work remaining).
11280
11281         * sim/ucsim/z80.src:
11282         Add Z80 support to ucsim, add test-ucz80 regression test,
11283         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11284         Notice z80 compiler fails on examples/test3.c/crc code.
11285
11286 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11287
11288         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11289         Added support for --parms-in-bank1
11290
11291         * src/ds390/peeph.def:
11292         added a few more peephole optimzations
11293
11294         * src/ds390/main.c:
11295         1) added __builtin_inp & __builtin_outp used to read in data of given length
11296            from a memory mapped port
11297         2) added __builtin_memcmp
11298         3) added __builtin_swapw swap bytes of a short
11299
11300         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11301         1) handle multiple send & receives from register bank1
11302         2) ralloc can now allocate DPTR1 to some liveRanges
11303
11304         * src/SDCCsymt.c, src/SDCCsymt.h:
11305         changes to handle multiple sends & receives
11306
11307         * src/SDCCptropt.h:
11308         added some pointer arithmetic optimization
11309
11310         * src/SDCCptropt.c:
11311         added some pointer arithmetic optimizations but not stable yet so not
11312         called from anywhere (will get this working shortly)
11313
11314         * src/SDCCopt.c: fixed for multiple sends & receives
11315
11316         * src/SDCCmain.c:
11317         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11318         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11319            set preprocessor defines (depending on options)
11320
11321         * src/SDCCicode.c, src/SDCCicode.h:
11322         changes made to handle multiple sends & receives
11323
11324         * src/SDCCglobl.h:
11325         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11326
11327         * src/SDCCcse.c, src/SDCCcse.h:
11328         added function findbackward def (to be used in upcoming optimization)
11329
11330         * src/SDCCcflow.c, src/SDCCcflow.h:
11331         added function returnAtEnd - to determine if a basic block terminates with
11332         a RETURN iCode
11333
11334         * src/SDCCast.c, src/SDCCast.h:
11335         added option parms-in-bank1
11336
11337         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11338         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11339         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11340         adjusted for --parms-in-bank1 option
11341
11342         * device/include/string.h:
11343         donot redefine "reentrant" keyword
11344
11345         * device/include/ds80c390.h: Added some more SFRs
11346
11347 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11348
11349         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11350
11351 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11352
11353         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11354
11355 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11356
11357         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11358
11359 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11360
11361         * Added --xram-movc option
11362
11363 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11364
11365         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11366
11367 2002-01-11  Johan Knol
11368
11369         * Added math lib of Jesus Calvino-Fraga
11370
11371 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11372
11373         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11374         * support/regression/Makefile: new target test-mcs51-stack-auto
11375         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11376
11377 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11378
11379         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11380
11381 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11382
11383         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11384
11385 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11386
11387         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11388
11389         * src/SDCCglue.h: add definition for printIvalChar()
11390
11391 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11392
11393         * src/SDCCast.c: fix #498138 by Johan
11394
11395         * src/SDCCglue.c: fix #498138 by Johan
11396
11397 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11398
11399         * support/regression/Makefile: fix clean
11400
11401         * support/regression/ports/ds390/support.c: fix transmission of last character
11402
11403 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11404
11405         * /sdcc/src/ds390/gen.c:
11406         a) improved computing address of stack variable
11407         b) took out some #if 0 code
11408         c) improved parmBytes adjustment
11409         d) improved genPlusIncr & genMinusIncr
11410         e) genCmp could generate bad code (when left assigned to DPTR)
11411         f) Fixed bug in hasInc
11412
11413         * /sdcc/src/ds390/ralloc.c:
11414         a) packRegsForSupport could mess up live information (Fixed)
11415         b) packRegsDPTRuse could be incorrect for left & right shift
11416
11417         * /sdcc/src/mcs51/ralloc.c:
11418         packRegsForSupport could mess up the live information (Fixed)
11419
11420         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11421
11422         * /sdcc/src/SDCCast.c:
11423         can reverse a loop even if function call is present as long
11424         as the loop control variable is local & is not passed as parameter
11425
11426 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11427
11428         * /sdcc/ChangeLog: *** empty log message ***
11429
11430         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11431         More builtin function additions for TININative
11432
11433         * /sdcc/src/ds390/ralloc.c:
11434         Had broken the regression testsuite
11435
11436         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11437
11438         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11439         Added funcattr hasStackParms will be set for reentrant functions when there
11440         are paramteres on the stack, this helps in minimizing frame pointer generation
11441         typeFromStr can handle function pointers now
11442
11443         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11444         *** empty log message ***
11445
11446 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11447
11448         * /src/ds390/gen.c, /src/ds390/main.c:
11449         More builtin function additions for TININative
11450
11451         * /src/ds390/ralloc.c:
11452         Had broken the regression testsuite
11453
11454         * /src/SDCCast.c: Fixed a bug in dumptree
11455
11456         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11457         Added funcattr hasStackParms will be set for reentrant functions when there
11458         are paramteres on the stack, this helps in minimizing frame pointer generation
11459         typeFromStr can handle function pointers now
11460
11461         * /doc/builtins.txt, /doc/TININative.txt:
11462         *** empty log message ***
11463
11464
11465 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11466
11467         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11468         ALPHA version for -mTININative
11469
11470         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11471         updated to reflect changes in the port structure
11472
11473         * /src/port.h:
11474         added function do_assemble (similar to do_link) if non-null this function
11475         will be called to do assembly (-mTININative) requires a multi command
11476         assembly
11477         added function genAssemblerEnd will be called to generate assembler Epilogue
11478
11479         * /src/SDCCsymt.c:
11480         added _JavaNative to debug info printing
11481
11482         * /src/SDCCmain.c: added option --tini-libid
11483         added port->do_assemble function (-mTININative) has a multi command assemble
11484
11485         * /src/SDCCglue.c: Disabled "constExpr" check
11486         added port->genAssemblerEnd function
11487
11488         * /src/SDCCglobl.h: Added option --tini-libid value
11489
11490         * /src/SDCCast.h:
11491         tookout optimizeCompare from the header (has no external references)
11492
11493         * /src/SDCCast.c: made one more function "static"
11494
11495 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11496
11497         * src/z80/mappings.i: Added z80asm support.
11498
11499         * src/z80/main.c: Added z80asm support on --asm=z80asm
11500
11501         * src/z80/gen.c: Fixed asm portability issues.
11502
11503         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11504
11505         * src/SDCCglue.c (printExterns): Added global/extern split.
11506
11507 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11508
11509         * support/regression/Makefile: added test for mcs51 model large
11510
11511         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11512
11513         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11514
11515 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11516
11517         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11518
11519 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11520
11521         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11522
11523         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11524
11525 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11526
11527         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11528
11529         * support/regression/tests/simplefloat.c: Port to mcs51.
11530
11531 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11532         * support/regression/tests/bug-485362.c: Added.
11533
11534         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11535
11536         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11537
11538         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11539
11540         * src/z80/gen.c (aopDump): Added a dump function.
11541
11542 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11543         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11544
11545         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11546
11547         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11548
11549         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11550
11551         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11552
11553         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11554
11555         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11556
11557         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11558
11559         * support/regression/ports/ds390/support.c: Use tinibios.
11560
11561         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11562
11563 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11564
11565         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11566         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11567
11568         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11569
11570         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11571
11572 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11573
11574         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11575
11576         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11577         (packRegsForIYUse): Created and optimised.
11578
11579 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11580
11581         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11582 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11583
11584         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11585
11586         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11587
11588         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11589
11590 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11591
11592         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11593
11594         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11595
11596 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11597
11598         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11599
11600         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11601
11602         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11603
11604 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11605
11606         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11607         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11608         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11609
11610         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11611
11612         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11613         (genNotFloat): Added.
11614         (genUminusFloat): Added.
11615
11616         * device/lib/z80/Makefile: Added floating pt stubs.
11617
11618         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11619
11620         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11621
11622         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11623
11624 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11625
11626         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11627
11628         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11629
11630         * sdcc/support/regression/Makefile: Add port ds390.
11631
11632         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11633
11634         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11635
11636         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11637
11638         * sdcc/support/regression/ports/ds390/support.c: Added.
11639
11640         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11641
11642         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11643
11644         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11645
11646 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11647
11648         * device/include/malloc.h: Added z80 and gbz80 support.
11649
11650         * device/lib/gbz80/heap.s: Added.
11651
11652         * device/lib/z80/heap.s: Added.
11653
11654         * device/lib/malloc.c: Added z80 and gbz80 support.
11655
11656         * support/regression/tests/malloc.c (testMalloc): Added.
11657
11658         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11659
11660         * support/regression/tests/bug-478094.c: Added.
11661
11662         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11663
11664 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11665
11666         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11667
11668         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11669
11670         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11671
11672         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11673
11674         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11675
11676 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11677
11678         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11679
11680 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11681
11682         * support/regression/tests/bug-477927.c: Added.
11683
11684         * src/z80/peeph.def: Added minor rules.
11685
11686         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11687
11688         * src/z80/peeph.def: Added jump optimisation modification.
11689
11690 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11691
11692         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11693
11694 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11695
11696         * support/regression/tests/funptrs.c: Added.
11697
11698 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11699
11700         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11701
11702 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11703
11704         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11705
11706         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11707
11708         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11709         (movLeft2ResultLong): Created.
11710
11711         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11712         (joinPushes): Added.  Joins two char pushes into a word push.
11713
11714 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11715
11716         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11717
11718         * support/makebin/Makefile (install): Added creation of dest dir.
11719
11720 2001-10-24 Karl Bongers <karl AT turbobit.com>
11721
11722         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11723
11724 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11725
11726         * src/z80/ralloc.c: Turned off faulty pack for one use.
11727
11728         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11729
11730         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11731
11732 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11733
11734         * support/regression/Makefile: Improved clean
11735
11736         * support/regression/ports/gbz80/spec.mk: Added clean
11737
11738         * support/regression/ports/host/spec.mk: Added clean
11739
11740         * support/regression/ports/z80/spec.mk: Added clean
11741
11742         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11743
11744         * support/regression/ports/mcs51/timeout.c: little improvements
11745
11746 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11747
11748         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11749
11750         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11751
11752         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11753
11754 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11755
11756         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11757
11758         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11759
11760 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11761         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11762
11763         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11764
11765         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11766
11767         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11768
11769         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11770
11771         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11772
11773         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11774
11775         * support/regression/tests/longor.c: Added.
11776
11777 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11778
11779         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11780
11781         * as/mcs51/aslink.h: define PATH_MAX
11782
11783         * as/mcs51/asm.h: define PATH_MAX
11784
11785         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11786
11787         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11788
11789         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11790
11791         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11792
11793         * src/SDCCglobl.h: define PATH_MAX
11794
11795         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11796
11797         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11798
11799 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11800
11801         * src/z80/gen.c (gencjneshort): Fixed
11802
11803         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11804
11805 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11806
11807         * support/regression/tests/bug-469671.c: Added.
11808
11809         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11810
11811 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11812
11813         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11814
11815         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11816
11817 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11818
11819         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11820
11821         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11822
11823         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11824
11825         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11826
11827         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11828
11829         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11830
11831         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11832
11833 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11834
11835         * 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.
11836
11837         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11838
11839         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11840
11841 2001-10-07    <johan AT FRIJA>
11842
11843         * device/lib/gets.c (gets): fixed the return value.
11844
11845 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11846         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11847
11848         * 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.
11849
11850         * 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.
11851
11852         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11853
11854         * src/pic/gen.c: Removed Safe_strdup.
11855
11856         * configure.in: Added option to enable libgc support.
11857
11858         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11859         (bitVectUnion): Optimised.
11860         (bitVectIntersect): Optimised.
11861         (bitVectBitsInCommon): Optimised.
11862         (bitVectCplAnd): Optimised.
11863
11864         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11865
11866 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11867
11868         * src/SDCCmain.c: distinguish between assembler debug and plain options
11869
11870         * src/avr/main.c:   remove standard assembler options
11871
11872         * src/ds390/main.c: remove standard assembler options
11873
11874         * src/mcs51/main.c: remove standard assembler options
11875
11876         * src/port.h: removed "PENDING" comment
11877
11878 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11879
11880         * src/device/lib/_mulint.c  : new, with assember functions
11881
11882         * src/device/lib/_mullong.c : new, with assember functions
11883
11884         * src/device/lib/_divuint.c : with assember functions
11885
11886         * src/device/lib/_divsint.c : with assember functions
11887
11888         * src/device/lib/_divulong.c: with assember functions
11889
11890         * src/device/lib/_divslong.c: with assember functions
11891
11892         * src/device/lib/_moduint.c : with assember functions
11893
11894         * src/device/lib/_modsint.c : with assember functions
11895
11896         * src/device/lib/_modulong.c: with assember functions
11897
11898         * src/device/lib/_modslong.c: with assember functions
11899
11900         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11901
11902         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11903
11904         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11905                                       replaced _mululong.c and _mulslong.c by _mullong.c
11906
11907 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11908
11909         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11910
11911 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11912
11913         * src/SDCCglue.c: test, if win32api is available for MINGW
11914
11915 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11916
11917         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11918         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11919         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11920         * support/regression/ports/host/spec.mk: removed GENERIC
11921         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11922         * support/regression/ports/z80/spec.mk: removed GENERIC
11923
11924 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11925
11926         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11927
11928         * support/regression/tests/bug-467035.c: Created.
11929
11930 2001-10-01    <johan AT FRIJA>
11931
11932         * src/SDCC.y: fixed bug #466586 part 1
11933
11934 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11935
11936         * SDCCicode.c: z80 has no generic pointers
11937         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11938
11939 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11940
11941         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11942
11943 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11944
11945         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11946
11947         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11948
11949 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11950
11951         * configure.in: Fixed up so that ucsim is only configured once.
11952
11953         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11954
11955         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11956         (getPathDifference): As above.
11957
11958         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11959
11960         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11961
11962 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11963         * .version: Updated to 2.3.1
11964
11965         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11966         Added copyright header.
11967
11968         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11969         (assemble): Added support for macro based assembler commands.
11970         (linkEdit): Added support for macro based linker commands.
11971         (preProcess): Changed the pre-processor to use macros.
11972         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11973         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11974
11975         * device/lib/z80/crt0.s: Added module name for debugging.
11976
11977 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11978
11979         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11980
11981         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11982
11983         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11984
11985         * src/Makefile.in: Added SDCCmacro and SDCCutil
11986
11987 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11988
11989         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11990
11991 2001-09-16    <johan AT FRIJA>
11992
11993         * 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.
11994
11995 2001-09-15    <johan AT FRIJA>
11996
11997         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11998         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11999
12000 2001-09-11    <johan AT FRIJA>
12001
12002         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12003
12004 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12005
12006         * support/regression/tests/bug-460444.c: Added test case.
12007
12008         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12009         (genCast): Added justification for all of the asserts.
12010
12011 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12012
12013         * support/regression/support.c: _xdata replaced by xdata
12014
12015         * support/regression/spec.mk: removed _generic
12016
12017 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12018
12019         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12020
12021         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12022         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12023
12024         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12025
12026         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12027
12028         * support/regression/tests/bug-460010.c: Added test case.
12029
12030         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12031
12032 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12033
12034         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12035
12036         * support/regression/testfwk.c: removed workaround for bug #436344
12037
12038         * support/regression/tests/bp.c: use less memory with mcs51
12039
12040         * support/regression/tests/bug-441448.c: use less memory
12041
12042         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12043
12044         * support/regression/collate-results.py: typo
12045
12046 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12047
12048         * support/regression/tests/fetchoverlap.c: Added new test case.
12049
12050         * support/regression/tests/bp.c: Added new test case.
12051
12052         * support/regression/tests/bug-448984.c: Added new test case.
12053
12054         * support/regression/tests/pow2shifts.c: Added new test case.
12055
12056         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12057         (genlshTwo): Fixed right shift for count > 8.
12058
12059         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12060
12061 2001-09-08    <johan AT FRIJA>
12062
12063         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12064
12065 2001-09-07    <johan AT FRIJA>
12066
12067         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12068
12069         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12070
12071 2001-09-06    <johan AT FRIJA>
12072
12073         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12074         * bernhard noted me at this: "() equals to (void)" (1.38)
12075
12076 2001-09-05    <johan AT FRIJA>
12077
12078         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12079
12080 2001-09-04    <johan AT FRIJA>
12081
12082         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12083
12084
12085 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12086
12087         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12088
12089 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12090
12091         * link/z80/aslink.h: Fixed path for PATH_MAX
12092
12093 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12094
12095         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12096
12097         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12098
12099         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12100
12101         * 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.
12102
12103 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12104
12105         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12106         (genCmp): Fixed up genCmp for the GB with longs.
12107
12108         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12109
12110         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12111
12112         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12113
12114         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12115
12116 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12117
12118         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12119
12120 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12121
12122         * 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.
12123
12124         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12125
12126 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12127
12128         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12129
12130         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12131
12132 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12133
12134   * sim/ucsim/configure:    little improvement of Cygwin-detection
12135   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12136   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12137   * support/regression/tests/bug-221100.c: small changes for mcs51
12138   * support/regression/tests/bug-221168.c: small changes for mcs51
12139   * support/regression/tests/bug-227710.c: small changes for mcs51
12140   * support/regression/tests/staticinit.c: small changes for mcs51
12141   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12142   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12143   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12144
12145 $Revision$