* device/lib/gbz80/asm_strings.s,
[fw/sdcc] / ChangeLog
1 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/lib/gbz80/asm_strings.s,
4         * device/lib/gbz80/crt0_rle.s,
5         * device/lib/gbz80/div.s,
6         * device/lib/gbz80/mul.s,
7         * device/lib/gbz80/shift.s,
8         * device/lib/z80/asm_strings.s,
9         * device/lib/z80/crt0_rle.s,
10         * device/lib/z80/div.s,
11         * device/lib/z80/mul.s,
12         * device/lib/z80/shift.s: changed to all lower case menmonics except the
13           flags which are all upper case
14
15 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
16
17         * as/z80/asm.h: made CASE_SENSITIVE 1
18         * link/z80/aslink.h: made CASE_SENSITIVE 1
19         * src/z80/gen.c (throughout): made all conditionals upper case
20         * support/regression/tests/bug1503067.c: new
21
22 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
23
24         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
25           (shiftIntoPair): added case 2 for PAIR_IY,
26           (setupToPreserveCarry): replaced parameters with iCode and check if
27            PAIR_DE is in use to fix bug 1399290,
28           (genPlus, genMinus): updated call to setupToPreserveCarry
29         * support/regression/tests/bug1399290.c: new
30
31 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
32
33         * device/lib/Makefile.in (Z80SOURCES): enabled float support
34         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
35         * src/ds390/gen.c (shiftRLong),
36         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
37         * src/mcs51/gen.c (sameReg): changed to sameByte,
38           (xch_a_aopGet): new,
39           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
40            shiftRLong): fixed bug 1533966
41         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
42           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
43         * support/regression/Makefile.in: disabled z80, enabled ucz80
44         * support/regression/tests/float_trans.c: enabled test for z80 and host
45         * support/regression/tests/shifts2.c: new, for testing bug 1533966
46
47 2006-08-01 Borut Razem <borut.razem AT siol.net>
48
49         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
50           comparison is always false due to limited range of data type
51           on PPC64 machine (openpower-linux1) where "char = unsigned char"
52
53 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
54
55         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
56         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
57         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
58         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
59
60 2006-07-31 Borut Razem <borut.razem AT siol.net>
61
62         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
63           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
64           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
65           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
66           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
67           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
68           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
69           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
70           enable ucsim mingw compilation. Serial port is disabled,
71           since it uses termios.h API, which is not available on native
72           WIN32
73
74 2006-07-31 Borut Razem <borut.razem AT siol.net>
75
76         * Small Device C Compiler 2.6.0 released
77         * support/scripts/sdcc.nsi: added FULL_DOC option
78         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
79
80 2006-07-28 Borut Razem <borut.razem AT siol.net>
81
82         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
83         * doc/INSTALL.txt: updated
84
85 2006-07-27 Borut Razem <borut.razem AT siol.net>
86
87         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
88           device/lib/pic/libdev/Makefile.in: fixed bug
89           [ 1438354 ] pic libsdcc: distclean doesn't work
90         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
91           device/lib/pic16/libio/Makefile.in: fixed bug
92           [ 1438344 ] pic16 lib: clean doesn't work properly
93         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
94
95 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
96
97         * device/lib/pic/libsdcc/fsdiv.c,
98         * device/lib/pic/libsdcc/fsmul.c,
99         * device/lib/pic16/libsdcc/float/fsdiv.c,
100         * device/lib/pic16/libsdcc/float/fsmul.c,
101         * device/lib/_fsdiv.c,
102         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
103         * support/regression/tests/bug1520966.c: added
104         * doc/knownbugs.html: removed [ 1520966 ] from the list
105
106 2006-07-25 Borut Razem <borut.razem AT siol.net>
107
108         * configure.in, configure, sdccconf_in.h: fixed bug
109           [ 1519095 ] regression test onebyte.c fails on ppc64 host
110         * doc/knownbugs.html: removed [ 1519095 ] from the list
111
112 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
113
114         * doc/knownbugs.html: added, contains list of known bugs at release
115         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
116
117 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
118
119         * device/include/mcs51/compiler.h: added SFRX for xdata based special
120           function registers and corrected defaults with additional warning
121         * device/lib/malloc.c: cosmetic changes
122         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
123         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
124           (fillGaps): and used it
125
126 2006-07-20 Raphael Neider <rneider AT web.de>
127
128         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
129           output unless SDCCPICDEBUG is set
130         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
131           output if SILENT is set
132
133 2006-07-11 Borut Razem <borut.razem AT siol.net>
134
135         * doc/README.txt: updated
136
137 2006-07-10 Borut Razem <borut.razem AT siol.net>
138
139         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
140           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
141           in WIN32 installation
142         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
143           release candidate 1
144
145 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
146
147         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
148         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
149
150 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
151
152         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
153
154 2006-07-06 Borut Razem <borut.razem AT siol.net>
155
156         * support/regression/tests/bitfields.c:
157           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
158         * support/regression/tests/constantRange.c:
159           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
160
161 2006-07-04 Borut Razem <borut.razem AT siol.net>
162
163         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
164           src/port.mk,
165           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
166           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
167           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
168           reverted changes from 2006-07-03
169         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
170         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
171           added CPPFLAGS, used by the host port
172
173 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
174
175         * support/regression/valdiag/tests/switch.c,
176         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
177         * support/regression/tests/libmullong.c: fixed for host
178         * support/regression/ports/host/spec.mk: disable all warnings for host,
179         SDCC runs with --less-pedantic too
180
181 2006-07-03 Borut Razem <borut.razem AT siol.net>
182
183         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
184           defined CPPFLAGS
185         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
186         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
187           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
188           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
189           include ../port.mk
190         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
191           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
192           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
193           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
194
195 2006-07-02 Raphael Neider <rneider AT web.de>
196
197         * src/pic16/devices.inc,
198         * device/include/pic16/pic18fregs.h,
199         * device/include/pic16/pic18f4550.h,
200         * device/lib/pic16/pics.all,
201         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
202
203 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
204
205         * as/hc08/lkaomf51.c (OutputName),
206         * as/mcs51/lkaomf51.c (OutputName),
207         * as/z80/asmain.c (asmbl),
208         * src/ds390/main.c (asmLineNodeFromLineNode),
209         * src/hc08/ralloc.c (hc08_assignRegisters),
210         * src/mcs51/main.c (asmLineNodeFromLineNode),
211         * src/xa51/ralloc.c (checkRegMask),
212         * src/xa51/gen.c (emitcode),
213         * src/z80/gen.c (_emit2),
214         * src/SDCCast.c (searchLitOp),
215         * src/SDCCglobl.h,
216         * support/packihx/packihx.c,
217         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
218         * src/ds390/gen.c (aopPutUsesAcc),
219         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
220         * support/regression/tests/libmullong.c (mullong_wrapper),
221         * src/SDCCsymt.c (powof2),
222         * src/SDCCast.c,
223         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
224         * src/SDCCsymt.h: added TYPE_TARGET_*
225         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
226         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
227         SDCCast because 1) header problems 2) this is the right place
228         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
229         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
230         prototype
231
232 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
233
234         * src/SDCCicode.h: removed buggy semicolon in unused macro
235         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
236         search for previous definiton of auto symbols too,
237         (findPrevUse): fixed logic of emitWarnings
238
239 2006-06-26 Raphael Neider <rneider AT web.de>
240
241         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
242           PCLATH and PCLATU on interrupts, potentially fixes #1505141
243
244 2006-06-25 Raphael Neider <rneider AT web.de>
245
246         * device/lib/pic/libm: NEW, added math library functions
247         * device/lib/pic/libsdcc: NEW; added float support functions
248         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
249         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
250           NEW, added math related headers
251         * device/include/asm/pic/features.h: NEW
252         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
253           (popGet): allow larger offsets for AOP_PCODE,
254           (genDataPointerSet): handle literals explicitly, more debug output,
255           (genAssign): fixed for float using aopLiteral ;-)
256         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
257           GOTO initialisation routine
258         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
259           flag on registers, fixes #1469043 (local variables do not work)
260         * src/pic/main.c (_pic14_do_link),
261         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
262           available
263
264 2006-06-25 Borut Razem <borut.razem AT siol.net>
265
266         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
267           characters printed (not including the trailing '\0' used to end
268           output to strings). Problem detected in regression test bug-927659.c.
269           NOTE: printf() family functions should return int instead
270           unsigned int!
271         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
272           specifier are printed as themselves
273         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
274           support flags, width and precision specifiers
275
276 2006-06-24 Borut Razem <borut.razem AT siol.net>
277
278         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
279           to the list of sdcc tagrets not supporting bit type
280         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
281           testfor pic16 due to bug:
282           [ 1511794 ] pic16: regression test bug-895992.c fails
283
284 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
285
286         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
287         * src/SDCCglue.c (initPointer), fixed bug 1496419
288         * support/regression/tests/bug1496419.c: new, added
289
290 2006-06-22 Borut Razem <borut.razem AT siol.net>
291
292         * support/regression/ports/pic16/support.c: use gpsim usart module from
293           libgpsim_modules library
294
295 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
296
297         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
298         IP0H to IPH0.
299
300 2006-06-19 Raphael Neider <rneider AT web.de>
301
302         * src/pic/glue.h,src/pic16/glue.h: added prototypes
303         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
304           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
305           (pic14printExterns,pic14printPublics,pic16printPublics,
306           pic16_printExterns): use new functions to emit symbols
307           (picglue,pic16glue): emit publics before emitting externs
308         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
309           locally defined functions to avoid bug #1443651
310         * support/regression/tests/bug-716242.c: removed pic16 workaround
311         * support/regression/ports/pic16/spec.mk: ignore errors during build
312
313 2006-06-19 Raphael Neider <rneider AT web.de>
314
315         * src/pic/glue.h: added pic14aopLiteral prototype
316         * src/pic/glue.c (pic14aopLiteral): return unsigned int
317         * src/pic/gen.c: removed stdint.h dependency
318           (aopGet): use Safe_strdup()
319           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
320           (genDataPointerSet): use pic14aopLiteral()
321         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
322           for pic16; thanks to Bernhard and Maarten
323
324 2006-06-18 Borut Razem <borut.razem AT siol.net>
325
326         * support/regression/tests/structflexarray.c: flexible array members
327           not supported by gcc < 3
328         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
329           GUI tool by default
330         * src/pic/gen.c: don't include [p]strdin.h on solaris
331         * support/Util/pstdint.h: addad svn attributes
332         * support/regression/tests/constantRange.c,
333           support/regression/tests/rotate.c: include inttypes.h instead
334           stdint.h on solaris, addad svn attributes
335
336 2006-06-18 Raphael Neider <rneider AT web.de>
337
338         * src/SDCCsymt.c (initCSupport): change return type of divschar to
339           int for PIC16
340         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
341           (pic16_genMinusBits): simplified sign-extension
342           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
343             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
344             adjusted to correctly handle mixed-signed operands, disabled
345             now unused multiplciation routines
346         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
347           (assignResultValue): added argument denoting the size of the result
348             as returned by the function (fixes upcasts in assigning from
349             function calls: char foo(); int i = foo();)
350           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
351             function result to assignResultValue
352           (genMult): disabled inlined multiplication code
353           (genDiv): augmented to also handle the modulus operator, fixed to
354             handle mixed-signed operands correctly
355           (genMod): simply call genDiv, disabled unused code
356           (genAssign): fixed missing (sign-)extension on result
357         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
358             valid char operands, allow signed operands for native code, added
359             division and modulo operator handling
360         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
361
362         As a consequence, onebyte.c (if split into two files) and muldiv.c
363         pass regression tests.
364
365 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
366
367         * doc/Makefile.in: two runs of makeindex seem needed to get
368         correct page references in the index of sdccman.pdf
369         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
370
371 2006-06-17 Borut Razem <borut.razem AT siol.net>
372
373         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
374
375 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
376
377         * doc/sdccman.lyx: updated, added (porting source code, debugging),
378         mentioned ec2drv and paulmon
379
380 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
381
382         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
383           consecutive abs areas
384           (find_empty_space, allocate_space): added map to handle codemap or
385            xdatamap,
386           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
387            absolute idata and xdata
388         * as/mcs51/lkmem.c (summary2): updated legend
389
390 2006-06-16 Raphael Neider <rneider AT web.de>
391
392         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
393
394 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
395
396         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
397           1208515
398         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
399
400 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
401
402         * src/port.h (struct PORT): added field gp_tags, to hold the tag
403         value of generic pointers,
404         * src/avr/main.c,
405           src/ds390/main.c,
406           src/hc08/main.c,
407           src/izt/i186.c,
408           src/izt/tlcs900h.c,
409           src/mcs51/main.c,
410           src/pic/main.c,
411           src/pic16/main.c,
412           src/xa51/main.c,
413           src/z80/main.c: PORT structure, added elements for gp_tags field,
414         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
415         fields in the PORT structure of each port,
416         * src/SDCCast.c (decorateType): allow processing of generic pointers
417         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
418         S_FIXED symbols
419
420 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
421
422         * link/z80/lkgb.c,
423         * link/z80/lkgg.c,
424         * src/pic16/gen.c,
425         * src/pic16/main.c,
426         * src/pic16/pcode.c,
427         * src/pic/main.c,
428         * src/pic/pcoderegs.c,
429         * src/SDCCicode.c,
430         * src/SDCCmain.c,
431         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
432           bug 1504689 on minGW
433
434 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
435
436         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
437
438 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
439
440         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
441
442 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
443
444         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
445           for optimization
446
447 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
448
449         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
450         to a char variable. Fixed bug #1504211
451         * device/include/pic16/adc.h,
452         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
453         and fixed bug #1364390
454
455 2006-06-10 Borut Razem <borut.razem AT siol.net>
456
457         * CVSROOT: removed the CVS left-over
458
459 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
460
461         * as/hc08/asmain.c (asexit),
462         * as/hc08/lkmain.c (lkexit),
463         * as/mcs51/asmain.c (asexit),
464         * as/mcs51/lkmain.c (lkexit),
465         * src/SDCCglue.c (DEFSETFUNC),
466         * src/SDCCmain.c (linkEdit, assemble),
467         * support/librarian/sdcclib.c (AddRel),
468           replaced unlink() by standard C remove()
469         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
470         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
471           gatherImplicitVariables): new, added to fix bug 608752,
472           (createFunction): added gatherImplicitVariables()
473         * src/SDCCast.h: added createRMW prototype
474         * src/SDCCsymt.h (struct symbol): added infertype
475         * support/regression/tests/bug608752.c: new, added
476
477 2006-06-10 Raphael Neider <rneider AT web.de>
478
479         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
480           multibyte dummy reads (fixes #1503234)
481
482 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
483
484         * device/include/mcs51/compiler.h: new, added header file to enable
485           creating common sfr definition header files for different compilers
486
487 2006-06-05 Raphael Neider <rneider AT web.de>
488
489         * src/pic16/{pcode.h,genarith.c}:
490           introduced pCodeOp combining any two pCodeOps (previously only
491           two register operands could be combined), removed pcop2 from
492           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
493         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
494         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
495           rewritten to use new PO_TWO_OPS
496         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
497         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
498           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
499           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
500           (pic16_get_op): embraced return arg to allow #define return(x),
501             added new case for combined opcodes
502           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
503           (pic16_pCode2str,pic16_getRegFrompCodeOp,
504            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
505
506 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
507
508         * src/SDCCval.c (checkConstantRange): added
509         * src/SDCCval.h: added checkConstantRange
510         * support/Util/SDCCerr.c,
511         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
512         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
513         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
514         * src/SDCCast.c (decorateType): added checkConstantRange,
515         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
516         can be emitted with the correct always true/false warning,
517         added optimization for double '!';
518         result of decorateType() must be assigned back to the tree, because
519         decorateType() can change the tree
520         * src/SDCCicode.c (geniCodeLogic),
521         (geniCodeAssign): replaced new checkConstantRange, added warnings,
522         (checkConstantRange): removed, it was only a fragment which never
523         emitted a warning
524         * src/SDCCsymt.c (computeType): fixed promotion for
525         "-1 < (unsigned bit) b"
526         * src/pic/ralloc.c (packRegsForAssign),
527         * src/pic16/ralloc.c (packRegsForAssign),
528         * src/hc08/ralloc.c (packRegsForAssign),
529         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
530         from mcs51
531         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
532         * support/regression/tests/constantRange.c: added
533         * support/valdiag/tests/constantRange.c: added
534         * support/valdiag/valdiag.py: added -DPORT_HOST=1
535
536 2006-06-02 Borut Razem <borut.razem AT siol.net>
537
538         * support/regression/ports/pic16/support.c: increase stack size
539           to 255 bytes
540         * support/regression/Makefile.in: sort tests by name so that the
541           resutlts can be compared on different machines / platforms
542
543 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
544
545         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
546         * src/ds390/gen.c (emitLabel): new, added,
547           (genDjnz): fixed stack overflow bug,
548           (throughout): cosmetic changes to sync with mcs51/gen.c,
549           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
550         * src/mcs51/gen.c (genEndFunction): small optimization,
551           (throughout): cosmetic changes to sync with ds390/gen.c
552
553 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
554
555         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
556           (_print_format): fixed printing pointers
557         * src/mcs51/gen.c (emitLabel, movb): new, added,
558           (genAssign): small optimization,
559           (genDjnz): fixed stack overflow bug,
560           (throughout): replaced sprintf with SNPRINTF,
561           replaced mcs51_regWithIdx with REG_WITH_INDEX,
562           replaced emitcode("mov", "b,...") with MOVB(...),
563           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
564           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
565         * src/mcs51/peeph.def: added rules 140 and 264
566         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
567           so they may get optimized into registers
568
569 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
570
571         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
572           immediately when encountered,
573           (printUsage): always use stderr even on windows
574
575 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
576
577         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
578         (processParms): fixed bug #1247551
579         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
580         parseCmdLine, main): print '--version' to stdout,
581         print 'help' to stdout if --help is given,
582         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
583         arguments are given; fixed --help
584
585 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
586
587         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
588         * support/regression/tests/bug-1493710.c: added
589
590 2006-05-27 Borut Razem <borut.razem AT siol.net>
591
592         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
593           static instead auto
594         * support/regression/ports/pic16/support.c: increase stack size
595           from default 64 bytes to 128 bytes
596         * support/regression/tests/staticinit.c,
597           support/regression/tests/float.c: regression tests fully enabled
598           for pic16 port by putting the initialized data arrays into the code
599           section
600         * support/regression/ports/pic16/spec.mk: don't link default libraries.
601           This was changed by mistake in the previous version.
602
603 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
604
605         * src/pic16/gen.c (genFunction, genEndFunction): some
606         beautifications, fixed bug with falsely restoring FSR2 in large
607         stack model, thanks to Beau E. Cox for reporting the bug
608
609 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
610
611         * debugger/mcs51/break.c,
612         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
613           use %p to print pointers, made address variables unsigned
614         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
615         * debugger/mcs51/symtab.c (parseSymbol): must return something
616         * src/mcs51/gen.c (aopForSym): small optimization,
617            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
618           (freeAsmop): added missing break,
619           (aopPut): removed parameter bvolatile, determine it inside the function,
620           (saveRegisters, unsaveRegisters): small optimization,
621           (genIpush): removed pointless check,
622           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
623           replaced sprintf with SNPRINTF,
624           replaced strcpy with strncpyz,
625           updated aopPut calls,
626           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
627         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
628
629 2006-05-24 Borut Razem <borut.razem AT siol.net>
630
631         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
632           modification of test for the pic16 port, put the array to the code
633           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
634
635 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
636
637         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
638         * support/Util/pstdint.h: added
639
640 2006-05-22 Borut Razem <borut.razem AT siol.net>
641
642         * src/regression/Makefile: removed bool2.c test, added -q linker option
643         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
644           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
645           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
646           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
647           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
648           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
649           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
650           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
651           define SUPPORT_BIT_TYPES 0, removed unused bit variables
652
653 2006-05-22 Raphael Neider <rneider AT web.de>
654
655         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
656           bug #1492360 (problematic due to generic pointers, see code)
657
658 2006-05-22 Borut Razem <borut.razem AT siol.net>
659
660         * support/regression/ports/pic16/specs.mk: removed stack size linker
661           directive
662         * support/regression/tests/array.c,
663           support/regression/tests/bitopcse.c,
664           support/regression/tests/bug-908454.c,
665           support/regression/tests/malloc.c: modified for pic16 regression test
666         * support/regression/tests/bitfields.c:
667           pic16 - excluded bitfileds of size > 8
668         * support/regression/tests/bp.c: pic16 - reduced data size
669         * support/regression/tests/bug-221100.c: pic16 - reduced data size
670         * support/regression/tests/bug-460010.c:
671           pic16 - used the absolute address the fits in memory
672         * support/regression/tests/bug-716242.c:
673           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
674         * support/regression/tests/float.c:
675           pic16 - excluded - data size too big
676         * support/regression/tests/onebyte.c:
677           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
678         * support/regression/tests/shifts.c:
679           pic16 - function names probably have to differ in first X characters
680           (gpasm limitation?)
681         * support/regression/tests/staticinit.c:
682           pic16 - excluded some tests due error: no target memory available for
683           section ".idata"
684
685 2006-05-22 Borut Razem <borut.razem AT siol.net>
686
687         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
688           second try. Thanks Stas Sergeev once more.
689
690 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
691
692         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
693           (genLeftShift, genRightShift): fixed bug 1491627
694         * src/hc08/peeph.def (rules 7, 8.x): added
695         * support/regression/tests/shifts.c (ShiftLeftByParam,
696           ShiftRightByParam, testShiftByParam): added to test variable shifting
697
698 2006-05-20 Raphael Neider <rneider AT web.de>
699
700         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
701         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
702           (allocReg): add only new registers to dynAllocRegs,
703           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
704             #1489055, #1445850, and probably #1483693
705
706 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
707
708         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
709         bug in for-loop that didn't emit the last of CONFIG and ID registers
710
711 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
712
713         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
714           with offset
715         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
716           1489016, 1434401 and 1490124
717         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
718           1489016, 1434401 and 1490124
719
720 2006-05-17 Borut Razem <borut.razem AT siol.net>
721
722         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
723           thanks Stas Sergeev
724
725 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
726
727         * device/include/mcs51/P89c51RD2.h,
728         * device/include/mcs51/P89LPC901.h,
729         * device/include/mcs51/P89LPC922.h,
730         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
731
732 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
733
734         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
735         to fix missing stack pragma in compiled binary object file,
736
737 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
738
739         * support/packihx/configure.in,
740         * support/packihx/configure: removed warning, autoconf >= 2.5x can
741         determine sizeof basic types even while cross compiling
742
743 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
744
745         * src/avr/gen.c (aopop),
746         * src/ds390/gen.c (aopOp),
747         * src/hc08/gen.c (aopOp),
748         * src/mcs51/gen.c (aopop),
749         * src/pic16/gen.c (pic16_aopOp),
750         * src/pic/gen.c (aopOp),
751         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
752         if size of operand is smaller than spill location
753
754 2006-05-12 Borut Razem <borut.razem AT siol.net>
755
756         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
757           have to have CR/LF line endings even if they are checked out on *nix
758           or on WIN32 in cygwin binmode
759
760 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
761
762         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
763         * device/include/ds80c390.h: added sfr16 definitions
764         * src/ds390/gen.c,
765         * src/ds390/gen.h,
766         * src/ds390/main.c,
767         * src/ds390/ralloc.c,
768         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
769           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
770           bit returning functions
771         * support/regression/tests/sfr16.c: enabled test on ds390
772
773 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
774
775         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
776         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
777
778 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
779
780         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
781         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
782           (cl_address_space constructor): removed expensive initialization,
783           (cl_address_space::get_cell): extended for late initialization,
784           (cl_address_space::*): use late initialization,
785           (cl_address_decoder::activate): removed expensive initialization,
786           This reduced regression test running time by 25%
787
788 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
789
790         * packihx/,
791         * configure.in,
792         * configure,
793         * sdcc.dsw,
794         * Makefile.bcc,
795         * Makefile.in,
796         * support/packihx/Makefile.in,
797         * support/packihx/clean.mk,
798         * support/packihx/Makefile.bcc,
799         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
800
801 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
802
803         * src/SDCCval.c (valNot): fix for regression test failure
804           of not.c on big endian hosts
805
806 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
807
808         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
809
810 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
811
812         * device/lib/mcs51/Makefile.in: changed string comparison operator
813           to = for POSIX compliance; == is bash extension
814
815 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
816
817         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
818           kosmonaut_pirx
819
820 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
821
822         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
823         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
824         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
825         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
826         bug report #1478657,
827
828 2006-05-05 Borut Razem <borut.razem AT siol.net>
829
830         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
831           making the html
832
833 2006-05-02 Borut Razem <borut.razem AT siol.net>
834
835         * doc/Makefile.in: removed *.ind dependency since there is no rule to
836           create *.ind, which made make to fail if invoked with -j 2
837
838 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
839
840         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
841           Hubert Sack for patch 1479782
842
843 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
844
845         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
846
847 2006-05-01 Raphael Neider <rneider AT web.de>
848
849         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
850           (create_pic): store only prefix-free device name,
851           (init_pic): check for device names with "16" prefix,
852           (list_valid_pics),
853         * src/pic/device.h (struct PIC_device),
854         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
855             stored device name,
856         * device/include/pic/pic12f{635,675,629,683}.h,
857         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
858         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
859         * device/include/pic/pic16f505.h,
860         * device/lib/pic/libdev/pic16f505.c: removed
861         * device/include/pic/pic14devices.txt: added support for pic12f
862             devices, removed unsupported non 16-bit devices
863             [above changes provided by patch from Zik Saleeba]
864         * src/pic/*, src/pic16/*, device/include/pic16/*,
865           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
866
867 2006-05-01 Borut Razem <borut.razem AT siol.net>
868
869         * configure.in, configure, doc/Makefile.in:
870           sync with nightly build makefile - latex, dvipdf and dvips
871           not needed any more
872
873 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
874
875         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
876         in the library source
877
878 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
879
880         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
881
882 2006-04-28 Raphael Neider <rneider AT web.de>
883
884         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
885         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
886           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
887         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
888
889 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
890
891         * device/lib/pic/libdev/Makefile.in,
892         * device/lib/hc08/Makefile.in,
893         * device/lib/gbz80/Makefile.in,
894         * device/lib/z80/Makefile.in,
895         * device/lib/ds390/Makefile.in,
896         * device/lib/ds400/Makefile.in: added srcdir to include search path,
897         thanks to Borut for the bug report
898         * configure.in,
899         * configure: always create doc/Makefile independent from --enable-doc
900         * Makefile.in: always install from directory doc independent from
901         --enable-doc
902         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
903         removed
904         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
905         * doc/Makefile.in: install *.txt if present
906         * device/include/Makefile.in (install): added installation of pic/*.inc
907         and pic/*.txt files again, they were erroneously removed
908
909 2006-04-28 Raphael Neider <rneider AT web.de>
910
911         * src/pic/{gen.c,main.h,pcode.c},
912         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
913             concerning signedness with casts
914
915 2006-04-28 Raphael Neider <rneider AT web.de>
916
917         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
918             definition of an interrupt handler,
919         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
920             interrupt handler stuff from picglue() to separate routine,
921           (picglue): enabled definition of intr handlers in files w/o main()
922
923 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
924
925         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
926           compilation with MSVC 2005 Express Edition (VC8)
927
928 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
929
930         * device/lib/Makefile: fixed build of gbz80 lib
931
932 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
933
934         * support/regression/tests/bug-460010.c,
935         * support/regression/tests/bug-524691.c,
936         * support/regression/tests/bug-716242.c: removed conditional defines
937           that are already in testfwk.h
938
939 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
940
941         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
942           (AccAXRsh1): added, shift right by 1,
943           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
944            AccAXLrl1
945         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
946
947 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
948
949         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
950         remove cast to same type
951         * src/SDCCast.c (decorateType): fix for RFE 1475742,
952         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
953         * as/z80/Makefile,
954         * link/z80/Makefile: removed, they have moved to
955         Makefile.in files
956         * configure,
957         * configure.in: replaced duplicate message about ucsim by missing sdcpp
958         * install-sh: fix bug #1204398 by setting umask 0022
959         * device/lib/Makefile: separate build of z80 and gbz80 lib
960
961 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
962
963         Enabled VPATH feature: changed nearly all Makefiles (149 files).
964         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
965
966         One basic decision: e.g. src/clean.mk includes further files. In order
967         to make this work there are two solutions:
968         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
969           run configure on them. This way they can use
970           'include $(srcdir)/port-clean.mk'
971         - always include clean.mk by the Makefile at the same level. To avoid
972           that `make clean` tries to include and build Makefile.dep the
973           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
974           implemented, because now even `make uninstall` doesn't create
975           Makefile.in. clean.mk could be eliminated by pasting it in
976           Makefile.in.
977
978         * debugger/mcs51/Makefile.in: build own objects from library sources
979         (SLIB, SDCC) in current directory
980
981         * configure, configure.in: renamed --disable-device-lib-build in
982         --disable-device-lib; added --enable-doc, the required tools are
983         searched by configure; added result message; the toolchain for the
984         belonging ports are now only built, if the port is enabled.
985
986         * support/regression/*: all output is written in directory gen, because
987         the fwk and ports directories don't livet in the build tree using vpath
988
989         * doc/sdccman.lyx: renamed --disable-device-lib-build to
990         --disable-device-lib, added --enable-doc, added section VPATH
991
992         * sim/ucsim/configure.in,
993         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
994         z80 are enabled by default
995
996 2006-04-24 Raphael Neider <rneider AT web.de>
997
998         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
999             to config word, "pic14_"-prefixed some extern functions
1000           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1001             config word has been found
1002         * src/pic/device.h: added prototypes
1003         * src/pic/pcode.c: added "pic14_"-prefix where needed
1004         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1005             fixup
1006         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1007             words,
1008           (pic14emitRegularMap): ignore config words,
1009           (pic14createInterruptVect): moved generating __config directives away
1010           (picglue): have __config directives emitted
1011
1012 2006-04-24 Borut Razem <borut.razem AT siol.net>
1013
1014         * doc/Makefile: sync with nightly build makefile
1015
1016 2006-04-24 Raphael Neider <rneider AT web.de>
1017
1018         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1019             registers that have not been assigned proper liveranges,
1020             fixes #1469504 and #1474602,
1021           (pCodeRegOptimizeRegUsage): fixed typo in comment
1022
1023 2006-04-24 Borut Razem <borut.razem AT siol.net>
1024
1025         * device/examples/main8051.c: deleted - it was removed from CVS
1026           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1027           after the transition to Subversion
1028         * src/SDCCalloc.h: deleted - it was removed  from CVS
1029           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1030           after the transition to Subversion
1031         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1032           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1033           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1034           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1035
1036 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1037
1038         * as/asx8051.dsp: added mcs51/strcmpi.h
1039         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1040         * as/hc08/aslink.h: updated lnksect prototype
1041         * as/hc08/asm.h,
1042         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1043         * as/hc08/asmain.c,
1044         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1045           (newdot): handle A_ABS
1046         * as/hc08/asout.c,
1047         * as/mcs51/asout.c (outarea): output address
1048         * as/hc08/lkaomf51.c,
1049         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1050         * as/hc08/m08pst.c,
1051         * as/mcs51/i51pst.c,
1052         * as/z80/z80pst.c: "ABS" is not A_OVR
1053         * as/hc08/lkarea.c (newarea): read a_addr,
1054           (lnkarea): added codemap array, sort absolute areas to the front,
1055            combine all GSINITx/GSFINAL,
1056           (find_empty_space, allocate_space): new functions,
1057           (lnksect): return next address, handle absolute sections
1058         * as/mcs51/lkarea.c (newarea): read a_addr,
1059           lnksect2 prototype changed,
1060           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1061           (find_empty_space, allocate_space): new, factored out of lnksect2,
1062           (lnksect2): return next address, handle absolute sections
1063         * as/hc08/lkhead.c,
1064         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1065         * as/hc08/lklibr.c (addfile, fndsym),
1066         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1067           index out of range and detect both '\' and '/'
1068         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1069         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1070           regression tests (ds390 cannot return bool yet)
1071         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1072           document critical interrupts on z80, document changed SDCC define
1073         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1074           (_a390_mapping): added .org directive
1075         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1076           (genMultOneByte): fixed warnings
1077         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1078           ones
1079         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1080         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1081           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1082         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1083         * src/pic16/main.c: removed newReg prototype
1084         * src/pic16/pcode.c,
1085         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1086           warnings
1087         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1088           ones
1089         * src/pic16/ralloc.c
1090         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1091           to fix warnings
1092         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1093           from short to PIC_OPTYPE
1094         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1095         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1096           optype from short to PIC_OPTYPE
1097         * src/port.h: made int_size unsigned to fix warnings
1098         * src/SDCC.y: fixed warning on MSVC
1099         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1100         * src/SDCCopt.c (convertToFcall): fixed warnings
1101         * src/SDCCsymt.h: removed double prototype for genSymName
1102         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1103           offset int to fix warnings
1104
1105 2006-04-22 Borut Razem <borut.razem AT siol.net>
1106
1107         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1108           references to CVS replaced with Subversion
1109
1110 2006-04-21 Borut Razem <borut.razem AT siol.net>
1111
1112         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1113           references to CVS replaced with Subversion
1114
1115 2006-04-19 Borut Razem <borut.razem AT siol.net>
1116
1117         * src/version.awk: adapted for svn
1118         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1119           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1120           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1121           /binutils-avr/etc/*.vi, *.jin: removed all properties
1122           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1123
1124 2006-04-19 Borut Razem <borut.razem AT siol.net>
1125
1126         * CVS to Subversion migration completed
1127
1128 2006-04-18 Borut Razem <borut.razem AT siol.net>
1129
1130         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1131           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1132
1133 2006-04-17 Borut Razem <borut.razem AT siol.net>
1134
1135         * device/include/Makefile.in: added pic/*.inc to the installation
1136
1137 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1138
1139         * support/regression/collate-results.py: fixed output in case of
1140         a valdiag error
1141         * support/regression/generate-cases.py: fixed splitting of pathnames
1142         with dots
1143         * as/hc08/lklibr.c (addfile),
1144         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1145
1146 2006-04-11 Raphael Neider <rneider AT web.de>
1147
1148         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1149         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1150         * src/pic16/pcode.c (assignValnums): fixed #1460578
1151
1152 2006-04-11 Raphael Neider <rneider AT web.de>
1153
1154         * device/lib/pic/libdev/*.c,
1155         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1156           fixes #1468739, enables compilation in --std-c99 mode
1157         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1158
1159 2006-04-11 Raphael Neider <rneider AT web.de>
1160
1161         * src/pic/device.c (find_device): removed debug output
1162           (list_valid_pics): enabled verbose listing of supported devices
1163         * device/include/stdbool.h: define bool as char for pic14/16 as well
1164
1165 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1166
1167         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1168
1169 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1170
1171         * .version: bumped version to 2.5.6
1172         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1173
1174 2006-04-06 Raphael Neider <rneider AT web.de>
1175
1176         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1177         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1178         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1179           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1180             pic14_constructAbsMap
1181           (pic14printPublics): declare absolute global symbols as global
1182           (pic14createInterruptVect),
1183         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1184           (newReg): assume new registers unused, use correct name in
1185             hashtable (reg->name instead of name), more debugLog output
1186         * src/pic/device.h (PIC_device): added fields for verbose output
1187         * src/pic/device.c: moved device definition to pic14devices.txt,
1188             added routines for runtime parsing of pic14devices.txt,
1189             added support for second config word
1190         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1191           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1192           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1193           (_pic14_parseOptions): moved pCodeInitRegisters here
1194           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1195         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1196           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1197             handling the pseudo stack
1198         * device/lib/Makefile.in: ignore failures in objects-pic16,
1199         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1200         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1201         * device/lib/pic/Makefile.subdir,
1202         * device/lib/pic16/Makefile.subdir: improved clean rules
1203         * device/lib/pic/libdev/: NEW, pic14 device libraries
1204         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1205         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1206         * device/include/Makefile.in: create subdir and install pic14 headers
1207         * device/include/pic/p16f_common.inc: removed unused declarations
1208         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1209             PICs from inc2h.pl v1.6,
1210             replaced BIT_AT macros with struct declarations
1211         * device/include/pic/pic14devices.txt: definition of supported devices,
1212             all above improvements contributed by Zik Saleeba, thanks
1213         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1214         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1215             headers
1216
1217 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1218
1219         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1220         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1221           thanks to Charles Olds
1222
1223 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1224
1225         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1226
1227 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1228
1229         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1230         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1231         * support/regression/bug1464657.c: added, new test
1232
1233 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1234
1235         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1236           version number
1237
1238 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1239
1240         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1241           --no-peep and --peep-file <file> are used don't use default rules but
1242           do use the <file>
1243
1244 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1245
1246         * src/mcs51/gen.c (genCall): fixed bug 1457608
1247
1248 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1249
1250         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1251         changes seem to cause (trigger?) problems with the build system.
1252
1253 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1254
1255         * src/SDCCpeeph.c (operandsLiteral): new, added,
1256           (callFuncByName): inserted operandsLiteral
1257         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1258
1259 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1260
1261         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1262         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1263
1264 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1265
1266         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1267           implemented patch 1120823 Thanks to Willy De la Court (normal
1268           interrupts need an interrupt number now if they are made critical),
1269           and enabled nesting of critical functions though not for gbz80
1270           (genCritical, genEndCritical): added functions
1271           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1272         * src/z80/mappings.i: added "ei" to all mappings
1273
1274 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1275
1276         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1277         submitted by the Debian SDCC maintainer Aurelien Jarno:
1278         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1279         archive with gcc 4.1 on mips and wrote the patch"
1280
1281 2006-03-16 Raphael Neider <rneider AT web.de>
1282
1283         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1284           the left operand is shorter than the result (c* = lit-c* + int),
1285           fixes bug #1450796
1286         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1287           OP_SYMBOL
1288
1289 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1290
1291         * src/.version: increased version number to 2.5.5
1292         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1293         linking is done manually in pic16 port's _linkEdit,
1294         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1295         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1296         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1297         allocate asmop as AOP_ACC,
1298         (aopForRemat): added parameter 'bool result' in function declaration,
1299         (pic16_aopGet): return AOP_ACC when accessing WREG,
1300         (pic16_popGetTempReg): minor modification,
1301         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1302         'pic16_allocWithIdx',
1303         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1304         calling function in absolute addresses,
1305         (genAssign): take into account AOP_ACC asmop,
1306         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1307         * src/pic16/pcoderegs.c: some debug functions and lines added,
1308         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1309         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1310         register too,
1311         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1312         call to allocReg, not by manually allocating a new one,
1313         (pic16_assignRegisters): now before going through the register
1314         allocating functions mark all registers as free. This eliminates some
1315         side effects resulting from peephole parser done earlier in the backbone
1316
1317 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1318
1319         * src/SDCCicode.c (geniCodeLogic),
1320         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1321
1322 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1323
1324         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1325           (genSend): bugfix, do not allocate and free twice,
1326           (shiftRLong): handle partially overlapping aops
1327         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1328
1329 2006-03-08 Borut Razem <borut.razem AT siol.net>
1330
1331         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1332           for pic16
1333
1334 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1335
1336         * support/regression/tests/bug1409955.c: new, added
1337         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1338         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1339           (aopForSym, aopOp): increment asmop.allocated if reused,
1340           (freeAsmop): decrement asmop.allocated and check for zero instead of
1341           using asmop.freed,
1342           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1343           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1344            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1345            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1346            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1347            genSignedRightShift, genRightShift, genDataPointerGet,
1348            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1349            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1350             in reverse order from allocation,
1351           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1352             added swappedLR to keep track
1353         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1354           pdata & code for GCC, z80, gbz80 & hc08
1355         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1356
1357 2006-03-08 Raphael Neider <rneider AT web.de>
1358
1359         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1360
1361 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1362
1363         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1364         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1365         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1366
1367 2006-03-06 Borut Razem <borut.razem AT siol.net>
1368
1369         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1370           made the linker quiet
1371
1372 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1373
1374         * src/pic16/gen.c (genPcall): fixed bug #1443644
1375         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1376         which dumps before the function entry point a data byte which represents
1377         the number of the local variables used by the specified function, added
1378         'xinst' for initial support for Extended Instruction Support,
1379         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1380         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1381         port->fun_prefix anymore (may change later),
1382         (genFunction, genEndFunction): do not store/restore local registers for
1383         _main (this should take care the --main-return command line option in
1384         the future),
1385         (genOr): removed some legacy pic-port instructions,
1386         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1387         performing operations with SFR's causes data to be written more than
1388         once to each SFR. Perhaps SFRs should be handled in special cases...
1389         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1390         pcode.h
1391         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1392         into account for stack starting position,
1393         (struct OPTIONS pic16_optionsTable): added command line argument
1394         --extended or -y for Extended Instruction Support,
1395         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1396         (deassignLRs): *** perhaps the most important change, old 'for' code
1397         (commented out for reference), didn't account for some registers which
1398         were left marked 'not free' after a pointer operation. The change
1399         reduces register usage a lot in some cases
1400
1401 2006-03-04 Borut Razem <borut.razem AT siol.net>
1402
1403         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1404           _clean
1405         * support/regression/tests/bug-524697.c: decreased array size for
1406           mcs51 to fit into the internal RAM
1407         * support/regression/Makefile.in: a little bit more verbose
1408
1409 2006-03-03 Borut Razem <borut.razem AT siol.net>
1410
1411         * support/regression/fwk/lib/testfwk.c,
1412           support/regression/fwk/include/testfwk.h: introduced function
1413           _prints(), nonrecursive _printn(), call _initEmu() from main()
1414         * support/regression/ports/gbz80/support.asm,
1415           support/regression/ports/ucz80/support.asm,
1416           support/regression/ports/z80/support.asm,
1417           support/regression/ports/ds390/support.c,
1418           support/regression/ports/hc08/support.c,
1419           support/regression/ports/host/support.c,
1420           support/regression/ports/mcs51/support.c,
1421           support/regression/ports/xa51/support.c: added empty _initEmu()
1422           function
1423         * support/regression/ports/pic16/gpsim.cmd,
1424           support/regression/ports/pic16/spec.mk,
1425           support/regression/ports/pic16/support.c,
1426           support/regression/Makefile.in: added pic16 regression test
1427
1428 2006-03-01 Raphael Neider <rneider AT web.de>
1429
1430         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1431           genConstPointerGet): use safe way of generating MOVFF to cover
1432             literals as well as registers, fixes bug #1440527
1433         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1434             dereference
1435           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1436             more correctly, fixes bug #1232186
1437           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1438         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1439             gplink guess the correct processor in more cases, applied patch
1440             from Till Riedel attached to and fixing bug #1436552
1441
1442 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1443
1444         * support/regression/tests/array.c: added, contains check for #1434401
1445         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1446
1447 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1448
1449         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1450         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1451         * device/include/mcs51/c8051f326.h,
1452         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1453         * device/include/mcs51/c8051f000.h,
1454         * device/include/mcs51/c8051f018.h,
1455         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1456           PCON_IDLE,PCON_STOP and added sfr16 definitions
1457
1458 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1459
1460         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1461           genGetWord): fixed bug 1409955
1462
1463 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1464
1465         * device/include/hc08/mc68hc908gp32.h,
1466         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1467
1468 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1469
1470         * src/SDCCast.c (constExprValue): return NULL if not a value
1471         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1472         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1473         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1474
1475 2006-02-13 Borut Razem <borut.razem AT siol.net>
1476
1477         * src/regression/ptrarg.c: added, fails due to bug #1430967
1478         * src/regression/Makefile: ptrarg.c added, ...
1479
1480 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1481
1482         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1483         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1484
1485 2006-02-11 Borut Razem <borut.razem AT siol.net>
1486
1487         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1488           print "Processor: xxx" message to stdout only if --verbose
1489
1490 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1491
1492         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1493         * support/regression/tests/bug1426356.c: added
1494         * support/regression/tests/bitfields.c: removed 2 tests
1495
1496 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1497
1498         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1499         * device/include/mcs51/c8051f330.h,
1500         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1501           PCON_IDLE,PCON_STOP and added sfr16 definitions
1502         * device/lib/_divsint.c,
1503         * device/lib/_divuint.c,
1504         * device/lib/_divulong.c,
1505         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1506           register bank bug for small stackauto
1507
1508 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1509
1510         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1511
1512 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1513
1514         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1515         * all.dsp: corrected several bin paths
1516         * device/include/mcs51/c8051f120.h,
1517         * device/include/mcs51/c8051f300.h,
1518         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1519           to PCON_IDLE,PCON_STOP
1520         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1521         * device/lib/printf_large.c (output_float): fixed bug 1388703
1522         * support/regression/tests/bug1057979.c: added test for bug 1388703
1523
1524 2006-02-08 Raphael Neider <rneider AT web.de>
1525
1526         * src/pic/pcode.c (pciTRIS): fixed typo,
1527           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1528           (LinkFlow): fixed handling of flows that end in a call,
1529           (ReuseReg): perform safety check earlier
1530         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1531             to work with flows at the beginning of a pBlock,
1532             fixes #1426557 (Symbol not previously defined),
1533           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1534             usage information
1535           (RemoveUnusedRegisters): update register usage info
1536         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1537             created, reuse existing ones instead
1538         * src/pic/gen.c (genPcall): fixed #1424719
1539
1540 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1541
1542         * link/z80/lkmain.c,
1543         * link/z80/lklex.c,
1544         * link/z80/lkdata.c,
1545         * link/z80/aslink.h: fixed build on current cygwin:
1546         replaced getline() by lk_getline()
1547
1548 2006-02-01 Borut Razem <borut.razem AT siol.net>
1549
1550         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1551           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1552           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1553           src/regression/bool1.c, src/regression/bool2.c,
1554           src/regression/bool3.c, src/regression/call1.c,
1555           src/regression/compare.c, src/regression/compare10.c,
1556           src/regression/compare2.c, src/regression/compare3.c,
1557           src/regression/compare4.c, src/regression/compare5.c,
1558           src/regression/compare6.c, src/regression/compare7.c,
1559           src/regression/compare8.c, src/regression/compare9.c,
1560           src/regression/configword.c, src/regression/for.c,
1561           src/regression/inline.c, src/regression/mult1.c,
1562           src/regression/nestfor.c, src/regression/or1.c,
1563           src/regression/pointer1.c, src/regression/ptrfunc.c,
1564           src/regression/rotate1.c, src/regression/rotate2.c,
1565           src/regression/rotate3.c, src/regression/rotate4.c,
1566           src/regression/rotate5.c, src/regression/rotate6.c,
1567           src/regression/rotate7.c, src/regression/string1.c,
1568           src/regression/struct1.c, src/regression/sub.c,
1569           src/regression/sub2.c, src/regression/switch1.c,
1570           src/regression/while.c, src/regression/xor.c,
1571           src/regression/create_stc, src/regression/simulate,
1572           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1573           regression tests
1574         * src/regression/gpsim_assert.h: added
1575
1576 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1577
1578         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1579         ((void (code *) (void)) 0) ();
1580         * as/hc08/aslex.c,
1581         * as/hc08/aslink.h,
1582         * as/hc08/asm.h,
1583         * as/hc08/asmain.c,
1584         * as/hc08/lkdata.c,
1585         * as/hc08/lklex.c,
1586         * as/hc08/lkmain.c,
1587         * as/mcs51/aslex.c,
1588         * as/mcs51/aslink.h,
1589         * as/mcs51/asm.h,
1590         * as/mcs51/asmain.c,
1591         * as/mcs51/lkdata.c,
1592         * as/mcs51/lklex.c,
1593         * as/mcs51/lkmain.c,
1594         * as/z80/aslex.c,
1595         * as/z80/asm.h,
1596         * as/z80/asmain.c: fixed build on current cygwin:
1597         replaced getline() by as_getline()
1598
1599 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1600
1601         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1602         declarator in the symbol chain
1603         * src/SDCCsymt.h,
1604         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1605         parameter list for function pointers
1606         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1607         * support/regression/tests/bug-716242.c: added
1608
1609 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1610
1611         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1612         offset if possible
1613         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1614
1615 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1616
1617         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1618         inifinitely recurseable, added static
1619         * support/regression/tests/bug-1408066.c: added
1620
1621 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1622
1623         * src/SDCCicode.h,
1624         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1625         renamed, added possibility to create "postLoopLbl"-labels
1626         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1627         newiTempLoopHeaderLabel
1628         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1629         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1630         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1631         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1632         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1633         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1634         (basicInduction): fixed bug #136564, made static,
1635         (loopInduction): changed parameter of basicInduction, made static,
1636         (addPostLoopBlock): added
1637         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1638         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1639         findLoopEndSeq
1640         * support/regression/tests/bug-136564.c: added
1641         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1642         --std-sdcc99 to LIBSDCCFLAGS
1643
1644 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1645
1646         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1647         while loop
1648         * support/regression/tests/bug-1406131.c: added
1649
1650 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1651
1652         * src/SDCCast.c (decorateType): fix promotion of unary minus
1653         * src/SDCCsymt.c (computeType): beautified
1654         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1655         (valUnaryPM, valComplement): fix sign and promotion,
1656         (valNot): ANSI: result type is int (SDCC: unsigned char)
1657         * support/regression/tests/uminus.c: speedup by removing superflous
1658         test case 'int'
1659         * support/regression/tests/onebyte.c: added promotion and signedness
1660         tests for unary minus
1661         * support/regressions/tests/bug-477927.c: disable warning about
1662         uninitialized variables
1663         * support/regression/tests/not.c: added
1664
1665 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1666
1667         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1668         * src/mcs51/gen.c (gen51Code): show final register usage after
1669         fillGaps in asm with --i-code-in-asm
1670         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1671         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1672         incUsed, rliveClear, adjustIChain): made static,
1673         (setFromRange): excluded because it's unused,
1674         (findPrevUseSym, markWholeLoop): added,
1675         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1676         through all branches of predecessors enables sdcc to emit the warning
1677         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1678         (rlivePoint): made static, added parameter emitWarnings which is only
1679         true during the first run out of two,
1680         (findRecursiveSucc, findRecursivePred): removed,
1681         (computeLiveRanges): made static, added parameter emitWarnings,
1682         (dumpIcRlive): added for debugging only
1683         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1684         removed prototype of setFromRange()
1685         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1686         in call of computeLiveRanges()
1687         * support/regression/tests/bug-895992.c: added
1688         * support/regression/tests/bug-971834.c: added
1689         * support/valdiag/tests/bug-895992.c: added
1690         * support/valdiag/tests/bug-971834.c: added
1691
1692 2005-12-18 Raphael Neider <rneider AT web.de>
1693
1694         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1695           (genUnpackBits): improved code for direct operands,
1696           (genPackBits): improved code for literal assignment to bitfields
1697             and for direct destination operands (no FSR indirection),
1698             prevented redundant AND, fixes #1362800,
1699           (AccLsh): added parameter to disable masking of the result
1700         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1701           skip instructions with side-effects (like incfsz),
1702           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1703         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1704         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1705           fixes #1375263
1706
1707 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1708
1709         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1710         volatile variables as spill location
1711
1712 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1713
1714         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1715         replacing literals
1716         * support/regression/tests/bug-1376320.c: added
1717
1718 2005-12-08 Raphael Neider <rneider AT web.de>
1719
1720         * src/pic/device.c: renamed is_shared to pic14_is_shared
1721         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1722         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1723           (is_valid_identifier): added for above workaround
1724
1725 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1726
1727         * device/lib/Makefile.in: fixed to enable port-specific-objects
1728         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1729           char, thanks Hubert Sack
1730         * doc/sdccman.lyx: documented --xstack-loc,
1731           elaborated a bit more on interrupts and pitfalls,
1732           removed "setjmp/longjmp unsupported",
1733           documented some unsupported C99 features
1734         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1735         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1736           if, thanks Hubert Sack
1737         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1738         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1739           make make_library
1740         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1741           regression tests can report resource usage (rfe 700441)
1742         * support/regression/collate-results.py: report resource usage
1743         * support/regression/ports/ds390/spec.mk,
1744         * support/regression/ports/hc08/spec.mk,
1745         * support/regression/ports/mcs51/spec.mk,
1746         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1747         * support/regression/ports/ds390/uCsim.cmd,
1748         * support/regression/ports/hc08/uCsim.cmd,
1749         * support/regression/ports/mcs51/uCsim.cmd,
1750         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1751         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1752           library, use the default one
1753         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1754           building the library
1755
1756 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1757
1758         * config.dsp: added dependency on .version and configure_vc.awk
1759         * device/include/setjmp.h: updated for --stack-auto and --xstack
1760         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1761         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1762         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1763         * device/lib/libsdcc.lib: added _setjmp
1764         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1765           (decorateType): fixed bug 1372851,
1766           (optimizeGetHbit): fixed warning
1767         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1768           array initialisation
1769         * support/regression/tests/bug1057979.c: added test for bug 1358192
1770         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1771
1772 2005-12-03 Borut Razem <borut.razem AT siol.net>
1773
1774         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1775           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1776
1777 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1778
1779         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1780         createIval): implement symbol independant "flexible array member",
1781         (createIvalCharPtr): implemented flexible array initialisation with a
1782         string
1783         * src/SDCCsymt.c (copyStruct): removed,
1784         (getSize): fixed misleading comment,
1785         (getAllocSize): removed, the additional allocation size is now in
1786         sym->flexArrayLength,
1787         (checkStructFlexArray): new, syntax checks for flexible array members,
1788         (compStructSize): added syntax checks for "flexible array members"
1789         (copyStruct): removed,
1790         (copyLinkChain): removed inefficient fix for bug 770487
1791         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1792         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1793         symbol->flexArrayLength
1794         * src/SDCCerr.c,
1795         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1796         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1797         * support/regression/tests/structflexarray.c: added
1798         * support/valdiag/tests/structflexiblearray.c: added
1799
1800 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1801
1802         * src/SDCCast.c (decorateType): fixed bug 1368489
1803         * support/Util/SDCCerr.c,
1804         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1805
1806 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1807
1808         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1809           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1810
1811 2005-11-27 Borut Razem <borut.razem AT siol.net>
1812
1813         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1814           support/cpp2/mkdeps.h: added command line option
1815           -obj-ext=<extension> to SDCPP to define object file externion, used
1816           for generation of make dependencies (-M)
1817         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1818
1819 2005-11-26 Borut Razem <borut.razem AT siol.net>
1820
1821         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1822           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1823           added pic and pic16 libraries
1824
1825 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1826
1827         * device/include/float.h: Corrected typo in prototype of __fsgt
1828
1829 2005-11-25 Borut Razem <borut.razem AT siol.net>
1830
1831         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1832           added creation of model-mcs51-stack-auto libraries
1833
1834 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1835
1836         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1837         and fields-list too
1838         * src/SDCCast.c (createIvalArray): removed obsolete comment
1839
1840 2005-11-24 Borut Razem <borut.razem AT siol.net>
1841
1842         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1843           added missing device/lib/mcs51/crt*.asm sources
1844
1845 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1846
1847         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1848
1849 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1850
1851         * device/lib/_fs2schar.c,
1852         * device/lib/_fs2sint.c,
1853         * device/lib/_fs2slong.c: optimized inline asm
1854
1855 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1856
1857         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1858           Better handling of floats between -1.0 and 0.0.
1859
1860 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1861
1862         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1863           (the missing "if"s prohibited removal of redundant labels)
1864
1865 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1866
1867         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1868           Properly convert floats between -1.0 and 0.0 to long, int, and char
1869           types (max integer value of negative floats tends to zero).
1870         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1871           Removed changes made so to work properly with floats between
1872           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1873           and _fs2char.c
1874
1875 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1876
1877         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1878         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1879         (genCast) cosmetic change
1880         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1881         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1882         from mcs51
1883         * support/regression/tests/bitfields (testSignedBitfields): added
1884
1885 2005-11-18 Borut Razem <borut.razem AT siol.net>
1886
1887         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1888         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1889           introduced SILENT option to make building of pic16 libraries less
1890
1891 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1892
1893         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1894           Now they work properly with floats between -1.0 and 0.0
1895         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1896
1897 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1898
1899         * src/SDCCicode.c (printOperand): added missing else
1900
1901 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1902
1903         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1904         reformatted for better readability
1905         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1906         signed bitfields
1907
1908 2005-11-17 Borut Razem <borut.razem AT siol.net>
1909
1910         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1911           introduced SILENT option to make building of pic16 libraries less
1912           verbose - used for nightly snapshot build
1913         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1914           available on Win32 platforms.
1915         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1916           medium, large, pic and pic16
1917
1918 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1919
1920         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1921           printf("%f"...) sets fraction to zero.
1922
1923 2005-11-16 Raphael Neider <rneider AT web.de>
1924
1925         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1926           fixes #1357221
1927         * src/pic/gen.c (genIfx): implemented for CARRY bit
1928         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1929           to generic pointers, fixes #1357332,
1930           (pic16_movLit2f): NEW,
1931           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1932
1933 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1934
1935         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1936
1937 2005-11-11 Raphael Neider <rneider AT web.de>
1938
1939         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1940         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1941           compute pointer's type from operand,
1942           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1943           improved single bit reads, fixes bug #1353379
1944
1945 2005-11-09 Borut Razem <borut.razem AT siol.net>
1946
1947         * support/scripts/sdcc.nsi: added lib/pic to the package
1948
1949 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1950
1951         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1952
1953 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1954
1955         * support/regression/tests/bug1348008.c: added
1956         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1957         * support/regression/tests/bug1337835.c: updated comment
1958
1959 2005-11-06 Borut Razem <borut.razem AT siol.net>
1960
1961         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1962           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1963           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1964           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1965           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1966           dynamic construction of cl_error_class and derivates - 2.nd try
1967
1968 2005-11-05 Borut Razem <borut.razem AT siol.net>
1969
1970         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1971           bug, which caused Bus Errors on sparc solaris
1972
1973 2005-11-04 Borut Razem <borut.razem AT siol.net>
1974
1975         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1976           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1977           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1978           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1979           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1980           and derivates to resolve the initialization problem on OSX
1981
1982 2005-11-02 Borut Razem <borut.razem AT siol.net>
1983
1984         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1985           corrected typo - #include <winsock2.h>
1986
1987 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1988
1989         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1990           (_asxxxx_mapping): added org directive for future enhancements
1991
1992 2005-11-01 Borut Razem <borut.razem AT siol.net>
1993
1994         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1995           enabled sockets on WIN32
1996         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1997
1998 2005-10-31 Borut Razem <borut.razem AT siol.net>
1999
2000         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2001           WIN32 backslash path delimiters should be escaped when used in C strings
2002         * support/regression/tests/bitfields.c: exclude failing assertions for
2003           __CYGWIN32__ and __MINGW32__ hosts
2004
2005 2005-10-30 Borut Razem <borut.razem AT siol.net>
2006
2007         * src/SDCCutil.c: corrected double comparison typo
2008
2009 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2010
2011         * device/lib/medium/Makefile: added for new memory model medium
2012         * device/include/asm/mcs51/features.h: updated for medium/pdata
2013         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2014           added Multiply & Accumulate sbit's and MAC0_PAGE define
2015         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2016         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2017         * device/lib/_mullong.c: update for medium model
2018         * device/lib/incl.mk: added medium model
2019         * doc/sdccman.lyx: documented medium model
2020         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2021         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2022         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2023         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2024           (allocParms): set SCLS and OCLS to pdata for medium model
2025         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2026           for pdata,
2027           (powof2): return <0 if not power of 2
2028         * src/avr/gen.c (genBitWise): use updated powof2
2029         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2030           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2031           (shiftLLeftOrResult): use B if necessary
2032         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2033         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2034         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2035         * support/regression/Makefile.in: added test-mcs51-medium
2036         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2037
2038 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2039
2040         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2041         specifier unsigned
2042         * device/lib/time.c (mktime): fixed bug 1334315
2043
2044 2005-10-28 Raphael Neider <rneider AT web.de>
2045
2046         * device/include/pic/p16f_common.inc: added common declarations
2047         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2048
2049 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2050
2051         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2052           (aopPutUsesAcc): added to predict accumulator use,
2053           (assignResultValue): save acc if necessary,
2054           (genMinusDec): store result if indirectly addressed,
2055           (genDivOneByte):  save acc if necessary,
2056           (movLeft2Result): bugfix if left already in acc,
2057           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2058             attention to accumulator use (esp. pdata),
2059           (genReceive): receive pdata correctly
2060         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2061         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2062
2063 2005-10-27 Raphael Neider <rneider AT web.de>
2064
2065         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2066
2067 2005-10-27 Raphael Neider <rneider AT web.de>
2068
2069         * .version: changed version to 2.5.4
2070         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2071         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2072           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2073             arithmetics support routines
2074         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2075         * device/lib/Makefile.in: also create installdir for pic
2076
2077         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2078           pic14 port as well
2079         * src/pic/device.c (dump_sfr): rewritten to delegate register
2080           placement to the linker (use `extern sym' rather than sym EQU addr),
2081           (validAddress): fixed to check last specified address
2082         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2083           (popGetLit): truncate literal value to 8 bit,
2084           (popGet): moved assert to more appropriate place
2085           (popGetExternal): create pCode operand from and mark the according
2086             symbol as being `extern'
2087           (popGetAddr): added sanity check on immediate's offset, provide
2088             GPOINTER tag on demand
2089           (aopPut): fixed for immediates,
2090           (mov2w_op): move operand's address or contents to WREG (depending on
2091             operand type), safer variant of mov2w,
2092           (movwf,call_libraryfunc): NEW, handy abbreviations,
2093           (get_argument_pcop,get_return_val_pcop,pass_argument,
2094           get_returnvalue): interface for accessing function parameters and
2095             return values,
2096           (assignResultValuei,genRet): use new parameter/return value interface
2097           (pic14_getDataSize): back to old version handling generic pointers,
2098           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2099             provided implementation and/or fixed old one,
2100           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2101             calls, removed legacy 8051 reference code
2102           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2103           (loadSignToC): NEW, move the operands sign bit to CARRY,
2104           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2105             genRightShiftSigned, accepts negative shift counts,
2106           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2107           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2108             generic pointers, __data pointers and __code pointers,
2109           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2110             and signed bitfields, limit bitfields to 8 bit,
2111           (genDataPointerGet): fixed number of bytes read,
2112           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2113           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2114             pointers to constant data are no longer assumed to point to __code
2115             space, removed invalid pointer types,
2116           (bitpatternFromVal): retrieve the PICs representation of an integer
2117             or float literal,
2118           (genDataPointerSet): fixed assigning to po_immediate operands,
2119           (genGenPointerSet): implemented as library call,
2120           (genIfx): fixed incorrect condition,
2121           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2122             provide GPOINTER tag according to destination's storage class,
2123           (genCast): added code to handle casting to generic pointers, added
2124             sign-/zero extension of the result
2125           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2126         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2127         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2128           extend the result
2129         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2130           address/register resides in the shared banks
2131           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2132             put all variables into separate sections (have the linker arrange
2133             them)
2134           (picglue): put init code and interrupt handlers in separate sections
2135         * src/pic/main.c: added port specific options table, modified to PORT
2136           structure to make GPOINTERs 3 byte, added pic14_options
2137           (_pic14_do_link): private linking routine (update paths to libraries,
2138             add libsdcc.lib by default)
2139         * src/pic/main.h: declare pic14_options
2140         * src/pic/pcode.c: fixed instructions i/o relations,
2141           (RegCond): reverted to correct version,
2142           (newpCodeOpLit): truncate literals to 8 bit,
2143           (genericPrint): added debug output,
2144           (getRegFromInstruction): fixed for various operand types, simplified
2145           (BuildFlow): fixed broken handling of isntructions with labels
2146           (LinkFlow): start at last instruction in flow (skip trailing comments),
2147             pass the flow on to the next instruction after CALL
2148           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2149           (insertPCodeInstruction): fixed inserting after a skip instruction,
2150           (DoBankSelect): fixed for labeled instructions
2151           (OptimizepBlock): honor --nopeep switch
2152           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2153         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2154         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2155           (pCodeOptime2pCodes): allow disabling this optimization via
2156             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2157             but is still buggy), started implementation of a dataflow based
2158             pCode optimization (CSE + dead code elimination)
2159           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2160         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2161           names are independant of the stack location and therefore portable across
2162           devices
2163
2164 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2165
2166         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2167           (selectSpil): fixed bug 1337835 by not spilling bit variables
2168         * support/regression/tests/bug1337835.c: added test for this bug
2169         * src/mcs51/peeph.def: restart after rule 3.c,
2170           addded rules 263.x to optimize loading constants
2171
2172 2005-10-26 Raphael Neider <rneider AT web.de>
2173
2174         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2175         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2176           (genAssign): emit warning when casting literals to generic pointer
2177             type, also applies when taking the address of a fixed variable,
2178           (genCast): improved casting to generic pointers
2179         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2180           extern variables, added verbose error message
2181         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2182
2183 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2184
2185         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2186         carry must be complemented too
2187         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2188         could be emitted by genMinus
2189         * src/SDCCval.c (constVal): fixed bug 1305065
2190
2191 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2192
2193         * src/SDCCast.c (addCast): added promotion for bit variables
2194         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2195         promotion casts + optimisation
2196         (optimizeGetWord): fix warning 'i' might be used uninitialized
2197         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2198         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2199
2200 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2201
2202         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2203         all chars are promoted to int; promotion should be handled in SDCCast.c
2204
2205 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2206
2207         * device/lib/_strcmp.c: Fixed bug 1326457
2208
2209 2005-10-11 Raphael Neider <rneider AT web.de>
2210
2211         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2212         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2213
2214 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2215
2216         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2217         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2218
2219 2005-10-04 Raphael Neider <rneider AT web.de>
2220
2221         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2222           device/lib/pic16/pics.all: added pic18f1320
2223         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2224
2225 2005-09-30 Raphael Neider <rneider AT web.de>
2226
2227         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2228         * src/pic16/devices.inc: NEW, provides device descriptions
2229         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2230
2231 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2232
2233         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2234           GETHBIT
2235
2236 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2237
2238         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2239           documented Any Order Bit, Higher Order Byte and Higher Order Word
2240         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2241         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2242           (optimizeGetAbit): new, to get any bit, not only the high bit,
2243           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2244           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2245           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2246           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2247             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2248             GETABIT, GETBYTE, GETWORD: decorate them,
2249           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2250           (ast_print): added GETABIT, GETBYTE, GETWORD
2251         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2252         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2253           (geniCodeBinary): new generic binary icode,
2254           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2255         * src/port.h: updated comment for PORT.hasExtBitOp
2256         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2257           (genGetByte): new, to get a single byte,
2258           (genGetWord): new, to get a word from a long,
2259           (gen51Code): added GETABIT, GETBYTE, GETWORD
2260         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2261
2262 2005-09-23 Raphael Neider <rneider AT web.de>
2263
2264         * configure.in, configure: have device/lib/pic configured
2265         * device/lib/Makefile.in: added model-pic14
2266         * device/lib/clean.mk: added pic/ to clean rule
2267         * device/lib/pic: added rudimentary pic14 library providing support
2268           functions for multiplication/division/generic pointer access
2269         * src/SDCCopt.c (convilong): mark support functions as extern
2270           for pic14 port as well
2271         * src/pic/gen.c (genMult): added assertions,
2272           (genpic14Code): emit warning on unhandled iCodes
2273         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2274         * src/pic/pcode.c (pCodeOpCopy),
2275         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2276           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2277           SFR_REGISTER}), made safe for future extensions
2278         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2279           instructions even if preceeded by SKIP instructions (also remove
2280           them); removed unused code
2281         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2282           prevents leaving parts of the structure uninitialized after copying
2283
2284 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2285
2286         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2287           ago by me
2288         * support/regression/tests/addsub.c: added test for the bug
2289
2290 2005-09-21 Raphael Neider <rneider AT web.de>
2291
2292         * device/include/pic16/pic18f1220.h,
2293           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2294         * device/lib/pic16/Makefile.rules: added missing opening paren
2295         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2296           are provided in genutils.c,
2297           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2298           operand/result sizes,
2299           (genCmp): assert on NULL pointers first, then check deref'ed values
2300         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2301           result size
2302
2303 2005-09-18 Raphael Neider <rneider AT web.de>
2304
2305         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2306           as these are now unused,
2307           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2308         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2309           local, avoids uninitialized pointer dereference on r->name
2310         * src/pic16/ralloc.c (newReg): fixed indentation
2311
2312 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2313
2314         * src/SDCCval.c (constVal): fixed bug 730366
2315         * support/Util/SDCCerr.c,
2316         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2317
2318 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2319
2320         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2321
2322 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2323
2324         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2325
2326 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2327
2328         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2329           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2330         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2331           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2332         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2333         * packihx/packihx.c (hexDigit): made c unsigned char
2334         * as/mcs51/lklibr.c (fndsym),
2335         * link/z80/lkgb.c (gb),
2336         * link/z80/lklibr.c (fndsym),
2337         * link/z80/lkrloc.c (relr),
2338         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2339         * src/SDCC.lex (checkCurrFile, process_pragma),
2340         * src/SDCCglue.c (spacesToUnderscores),
2341         * src/SDCCmain.c (setParseWithComma, processFile),
2342         * src/asm.c (tvsprintf, printCLine),
2343         * src/avr/gen.c (emitcode, aopPut),
2344         * src/ds390/gen.c (emitcode),
2345         * src/hc08/gen.c (emitcode, emitinline),
2346         * src/mcs51/gen.c (emitcode, genInline),
2347         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2348           tokenizeLineNode),
2349         * src/pic/ralloc.c (debugLog),
2350         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2351           tokenizeLineNode),
2352         * src/pic16/ralloc.c (debugLog),
2353         * src/z80/main.c (_process_pragma):
2354            made all ctype.h function calls safe
2355         * src/SDCCopt.c: include math.h for fabs
2356         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2357           and used them throughout the code to make ctype.h function calls safe
2358         * src/ds390/main.c (asmLineNodeFromLineNode),
2359         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2360         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2361            unsigned char*
2362         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2363           (newpCodeAsmDir): made ctype.h function calls safe
2364         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2365           pic16_emitcode):  made lbp unsigned char*
2366         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2367           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2368         * src/xa51/gen.c (emitcode),
2369         * src/z80/gen.c (_emit2): made lbp unsigned char*
2370         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2371            char*
2372
2373 2005-09-05 Raphael Neider <rneider AT web.de>
2374
2375         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2376           access bank splitpoint
2377
2378 2005-09-05 Raphael Neider <rneider AT web.de>
2379
2380         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2381
2382 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2383
2384         * .version: changed to version 2.5.3
2385         * doc/sdccman.lyx: changed version to 2.5.3,
2386           documented --codeseg and --constseg and pragma codeseg and constseg,
2387           documented bit parameters (reentrant) and bit returning
2388         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2389            currFunc->recvSize, but is this ok for all ports?
2390           (ast2iCode): result of ~ on unsigned char must be cast to int for
2391            bool to work
2392         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2393           function pointers in bit space
2394         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2395           (processFuncArgs): call port.reg_parm() with reentrancy info
2396         * src/port.h,
2397         * src/avr/main.c,
2398         * src/ds390/main.c,
2399         * src/hc08/main.c,
2400         * src/pic/main.c,
2401         * src/pic16/main.c,
2402         * src/xa51/main.c,
2403         * src/z80/main.c: port.reg_parm prototype extended with
2404           "bool reentrant" parameter
2405         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2406           options.stackAuto for allocating bit register parameters
2407         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2408           (genSend): set BitBankUsed if it is,
2409           (selectRegBank): factored out of genCall for use in genPcall,
2410           (genCall): removed redundant dtype assignmen, use selectRegBank,
2411           (genPcall): handle returning in Carry properly, save in F0 if needed,
2412           (genReceive): handle bit register parameters
2413         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2414           (mcs51_assignRegisters): enable bit registers for all reentrant
2415            functions and don't set BitBankUsed unconditionally
2416         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2417         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2418         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2419
2420 2005-08-27 Borut Razem <borut.razem AT siol.net>
2421
2422         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2423         ppc-osx (Darwin) does not support -u option. It seems that it is
2424         supported only on Linux - GNU cp
2425
2426 2005-08-25 Borut Razem <borut.razem AT siol.net>
2427
2428         * sim/ucsim/gui.src/serio.src/Makefile.in,
2429           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2430           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2431           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2432           install and strip, since the strip at /usr/ccs/bin should be used
2433           on solaris
2434
2435 2005-08-24 Borut Razem <borut.razem AT siol.net>
2436
2437         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2438
2439 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2440
2441         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2442         ffffffffu
2443
2444 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2445
2446         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2447         * as/mcs51/lkmain.c (link_main): fixed warning
2448         * device/include/stdbool.h: ds390 has no advanced bit support yet
2449         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2450         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2451         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2452           and updated their macros
2453         * src/SDCCval.c (constVal): updated comment for renamed b_long
2454
2455 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2456
2457         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2458         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2459           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2460           (oprio): set priority for '['
2461         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2462            and adb_24_bit
2463         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2464         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2465         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2466         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2467           added overlayable BIT_BANK area
2468         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2469           (summary2): explain 'T' in legenda
2470         * as/mcs51/lkrloc.c: replaced old K&R style,
2471           (relr): added R_BIT processing,
2472           (errmsg): added "Bit-addressable relocation error",
2473           (adb_bit): added for converting from byte- to bit-addressable space,
2474           (adb_24_bit): added for converting from byte- to bit-addressable space
2475         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2476            used in reentrant functions now even as return value
2477         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2478         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2479           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2480         * src/SDCCglobl.h: added indicator BitBankUsed
2481         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2482            the bit registers b0-b7
2483         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2484           (geniCodeCast): fixed bug 1263853,
2485           (geniCodeLogicAndOr): put result in bool or char,
2486           (geniCodeReceive): added parameter func for accessing the return type,
2487           (geniCodeFunctionBody): pass func to geniCodeReceive
2488         * src/SDCCmain.c: added indicator BitBankUsed
2489         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2490         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2491           (checkSClass): don't put automatic bool/bit on stack,
2492           (checkFunction): removed check on function cannot return bit
2493         * src/SDCCsymt.h: added newBoolLink prototype
2494         * src/mcs51/gen.c (rb1regs): added bit registers,
2495           (movc): created for assigning to carry,
2496           (pushReg, popReg): created for pushing registers,
2497           (sameRegs): check both AOP_REG and AOP_CRY types,
2498           (aopOp): handle bit registers,
2499           (aopPut): optimization no self-assign,
2500           (saveRegisters): push reg->base (bits) only once for bit registers,
2501            and use pushReg,
2502           (unsaveRegisters): pop reg->base only once and use popReg,
2503           (assignResultValue): added parameter func and return in carry for bits,
2504           (genIpush): optimization no reload in A if not changed,
2505           (genSend): bit parameters in reentrant functions are passed in bit
2506            registers by first assigning to bits in B, then save registers and
2507            copy B to bits,
2508           (genCall): handle returning in Carry properly, save it in F0 if needed,
2509           (genPcall): updated assignResultValue call, this is not safe yet for bit
2510            returning function !!!
2511           (genFunction): don't generate equ's for bit registers and use pushReg,
2512           (genEndFunction): take care of bit returning functions and use popReg,
2513           (genRet): return bit in Carry,
2514           (genIfx): optimize bit registers and other directly addressable bits,
2515           (genReceive): updated assignResultValue call
2516         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2517           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2518            registers when using stack-auto
2519         * src/mcs51/ralloc.c (_G): added allBitregs,
2520           (regs8051): added the bit registers,
2521           (createStackSpil): use macro IS_BIT,
2522           (getRegBit): added to allocate a bit register, else spill,
2523           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2524           (updateRegUsage): factored out to ease stepping while debugging,
2525           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2526            also allocate bit registers,
2527           (fillGaps): handle bit registers,
2528           (findAllBitregs): added to create bit vector with all bit registers,
2529           (mcs51_allBitregs): returns this bit vector,
2530           (mcs51_assignRegisters): when using stack-auto use bit registers for
2531            passing parameters and creating local variables
2532         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2533
2534 2005-08-22 Borut Razem <borut.razem AT siol.net>
2535
2536         * device/lib/Makefile.in: replaced find option -or with -o
2537           to make it run on solaris
2538
2539 2005-08-22 Raphael Neider <rneider AT web.de>
2540
2541         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2542           fixes #1265442 (crash on Solaris)
2543
2544 2005-08-20 Borut Razem <borut.razem AT siol.net>
2545
2546         * configure, configure.in: added tests for libsocket and libnsl libraries,
2547           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2548           from support/regression/Makefile.in
2549         * support/regression/Makefile.in: added
2550         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2551         * sim/ucsim/libtool: regenerated on sparc-solaris
2552         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2553           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2554           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2555           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2556           sparc-solaris, which doesn't use GNU ld linker
2557         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2558         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2559
2560 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2561
2562         * src/mcs51/peeph.def: updated comments
2563
2564 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2565
2566         * device/lib/_gptrget.c,
2567         * device/lib/_gptrput.c: slightly shorter
2568         * doc/sdccman.lyx: incremented version
2569         * src/mcs51/peeph.def: moved peephole comments to the line of first
2570           change to better keep line correlation, reanimated 186.e
2571         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2572
2573 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2574
2575         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2576           David Saxton with quotes around file name.
2577
2578 2005-08-15 Borut Razem <borut.razem AT siol.net>
2579
2580         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2581           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2582           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2583           make tests run on x86_64 platform
2584
2585 2005-08-13 Raphael Neider <rneider AT web.de>
2586
2587         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2588           as it might be executed DURING a build (parallel make is wonderful)
2589
2590 2005-08-13 Raphael Neider <rneider AT web.de>
2591
2592         * device/lib/Makefile.in (port-specific-objects-pic16):
2593           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2594         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2595           dependency
2596         * device/lib/pic16/Makefile.rules: build subdirs before creating
2597           the library, removed builddir rule, create $(builddir) early in
2598           recurse rule, use empty recurse rule for leaf directories
2599         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2600           mkdir errors (race condition), removed duplicate suffix "hex"
2601           from clean rules
2602         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2603         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2604           prevents mkdir -p from aborting on Alpha
2605
2606 2005-08-12 Raphael Neider <rneider AT web.de>
2607
2608         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2609           db-statements in order to allow for arrays of pointers in code
2610           sections to be placed without interspersed 0-padding, fixes
2611           bug #1256215
2612         * (emitStatistics): fixed division by zero for pic18f1220
2613         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2614           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2615         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2616         * (pic16_pCodeConstString): keep track of already emitted string
2617           literals to prevent "duplicate definitions of symbol _str_NR"
2618         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2619           debug message
2620         * device/lib/Makefile.in: ignore failing PIC16 library builds
2621         * device/lib/pic16/Makefile: do not build if gputils are missing
2622         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2623
2624 2005-08-10 Raphael Neider <rneider AT web.de>
2625
2626         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2627           my last commit)
2628
2629 2005-08-10 Raphael Neider <rneider AT web.de>
2630
2631         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2632           Rokas' patch to add the new fixed point type "__fixed16x16"
2633         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2634           functions for __fixed16x16 arithmetics
2635         * device/lib/pic16: reimplemented the build system to support
2636           a separate build directory, better handling of libio (create
2637           the library in a separate subdir for each architecture) and
2638           easier configuration (centralized in Makefile.common)
2639
2640 2005-08-07 Raphael Neider <rneider AT web.de>
2641
2642         * src/pic16/gen.c (genrshTwo): fixed sign extension
2643         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2644         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2645           added T0CONbits
2646         * device/include/pic16/pic18f4220.h: NEW, header for
2647           pic18f4220 and pic18f4320
2648         * device/include/pic16/pic18fregs.h: added new devices,
2649           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2650         * device/include/pic16/signal.h: resolved name clashes
2651           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2652           to also allow testing for interrupt enable bits, added
2653           comments on how to use the macros
2654         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2655         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2656           register definitions for the devices
2657         * device/lib/pic16/pics.all: added new devices
2658         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2659           allocated memory
2660         * device/lib/pic16/libc/stdlib/memfree: do not count
2661           the block header as free memory
2662         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2663           simplified and added missing end-of-blocklist-marker
2664           (reported by Peter Onion, fixes #1252814)
2665         * (_mergeHeapBlock): fixed loop condition
2666         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2667           len==0, restructured code
2668         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2669           up a bit, reduced bitfield accesses, prevent endless loops
2670           in case of heap corruption
2671         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2672           "unreferenced arguments/must return a value" warnings
2673         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2674           replaced BAUDREG with SPBRG
2675         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2676           device/lib/pic16/debug/gstack/gstack.c: replaced
2677           _naked, _asm, _endasm with __naked, __asm, __endasm
2678
2679 2005-08-05 Raphael Neider <rneider AT web.de>
2680
2681         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2682           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2683
2684 2005-08-05 Borut Razem <borut.razem AT siol.net>
2685
2686         * device/lib/Makefile.in: added missing ';'
2687         * configure: removed ^M characters
2688
2689 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2690
2691         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2692           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2693           License
2694
2695 2005-08-04 Borut Razem <borut.razem AT siol.net>
2696
2697         * configure.in: pic16 libraries build 2nd try - enable running
2698           configure in device/lib/pic16
2699         * configure: regenerated from configure.in
2700         * device/lib/Makefile.in: create $(PORT)/bin directory
2701
2702 2005-08-03 Raphael Neider <rneider AT web.de>
2703
2704         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2705           to get/set values via pointers
2706         * (genUnpackBits,genPackBits): changed detection of
2707           ptr->bitfield vs. sym.bitfield, fixed access via generic
2708           pointers, removed dead (wrong) code for multibyte bitfields
2709         * (genNearPointerGet, genGenPointerGet): removed useless code,
2710           fixed bitfield detection, fixes #1250594
2711         * (genNearPointerSet): removed useless code
2712         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2713           and introduced macro pic16_emitpcode that conditionally emits
2714           the origin of the following pCode (useful for debugging SDCC)
2715         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2716         * (createDefmap): fixed handling of LFSR for --optimize-df
2717
2718 2005-08-02 Borut Razem <borut.razem AT siol.net>
2719
2720         * device/lib/Makefile.in: pic16 libraries build enabled since
2721           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2722
2723 2005-08-02 Raphael Neider <rneider AT web.de>
2724
2725         * src/pic16/gen.c (genPackBits): removed deprecated warning
2726         * (genGenPointerSet): fixed bitfield detection
2727
2728 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2729
2730         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2731
2732 2005-07-31 Raphael Neider <rneider AT web.de>
2733
2734         * device/lib/pic16/libdev/pic18f458.c,
2735           device/include/pic16/pic18f458.h: added missing T0CONbits
2736
2737 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2738
2739         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2740
2741 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2742
2743         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2744
2745 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2746
2747         * device/include/mcs51/at89c51ed2.h: added.
2748
2749 2005-07-23 Raphael Neider <rneider AT web.de>
2750
2751         * src/pic/gen.h: added emitpcode macro for debugging
2752         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2753           and replace by macro adding debug information on demand
2754         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2755         * (gencjne): tried to fix; replaced with correct (slower) code
2756         * (gen{Unp,P}ackBits): fixed single bit access
2757         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2758         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2759           previous instruction
2760         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2761           register has to be handled with care (forbidding movement
2762           of assignments/uses, removing assignments completely, ...)
2763         * (pCodeOptime2pCodes): make use of regIsSpecial
2764         * added lots of debugging output (commented out)
2765         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2766           from being reused as result UNLESS it is known to work
2767
2768 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2769
2770         * support/Util/dbuf.h: include <stddef.h> for size_t
2771         * .version: changed to version 2.5.2
2772
2773 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2774
2775         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2776
2777 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2778
2779         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2780           (genModOneByte): removed needless psha/pula
2781
2782 2005-07-22 Raphael Neider <rneider AT web.de>
2783
2784         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2785           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2786         * src/pic/gen.c (resolveIfx): do not "invent" labels
2787         * (genSkipc): changed to positive logic
2788         * (genSkipCond): removed as no longer needed
2789         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2790           backport from PIC16
2791         * (genLeftShift): check operands are in different registers
2792         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2793           INCF does not update CARRY...
2794         * src/pic/main.c: fixed _linkCmd
2795         * src/pic/pcode.c (unlinkpCode): added inactive code
2796         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2797           alive (do not assign result and operand overlapping registers)
2798
2799 2005-07-22 Raphael Neider <rneider AT web.de>
2800
2801         * src/pic/device.c (dump_sfr): replaced register declaration with
2802           call to emitSymbolToFile() to avoid duplicate symbols
2803         * (assignRelocatableRegisters): do not declare external symbols
2804         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2805           right (take size of type, not etype)
2806         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2807         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2808         * (packRegsForAccUse): disabled assignment of WREG as
2809           the result reg to prevent occurence of just fixed #1235003,
2810           fixes #1242954
2811         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2812           symbols (avoids duplicate symbols in .asm file)
2813         * (pic14emitRegularMap): use emitSymbolToFile()
2814         * src/pic/gen.c (aopOp): fixed spillLocation handling
2815         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2816         * (genDataPointerSet): removed unneccessary variables/output
2817
2818 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2819
2820         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2821         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2822
2823 2005-07-21 Raphael Neider <rneider AT web.de>
2824
2825         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2826           architecture cannot handle them efficiently, fixes bug #1235003
2827         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2828           check for empty sets before using them (fixes bug #1232190)
2829
2830 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2831
2832         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2833           (lnksect2): generate warnings for memory overlap
2834         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2835           constseg to set the name of these segments so you can instruct the linker
2836           to place them in banks
2837         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2838         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2839           added code_seg and const_seg to options
2840         * src/SDCCglue.c (emitMaps): use options.const_seg,
2841           (createInterruptVect): put interrupt vectors in segment HOME,
2842           (glue): put HOME before static segment and put the main glue in HOME,
2843           (glue): use options.code_seg
2844         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2845         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2846           these segments so you can instruct the linker to place them in banks
2847           (linkEdit): use code_loc for HOME segment which should be the first
2848           segment in code memory now
2849         * src/SDCCmem.c: fixed more stuff like bug 1238386
2850         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2851           (changePointer): don't change function pointers to code pointers for
2852           banked functions,
2853           (compareType): added exceptional check for banked function pointers
2854         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2855         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2856           after static in code memory
2857         * src/mcs51/gen.c: added aopLiteralLong prototype,
2858           (aopForSym): use getSize for functions,
2859           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2860           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2861           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2862           the segment,
2863           (genPcall): use call for literal function pointers and generate banked
2864           calls over the one trampoline so there's only one place for the user to
2865           modify according to his/hers hardware,
2866           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2867           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2868         * src/mcs51/main.c: added keyword banked,
2869           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2870         * support/Util/SDCCerr.c,
2871         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2872           needed for passing the bank and address to the trampoline
2873         * device/lib/mcs51/crtbank.asm: added for bankswitching
2874         * device/lib/mcs51/Makefile: added crtbank
2875
2876 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2877
2878         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2879           for fields at offset 0 of a struct or union as reported
2880           on 2005-07-07 in the developer mailing list.
2881
2882 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2883
2884         * src/SDCCmem.c: fixed bug 1238386
2885
2886 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2887
2888         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2889           (patch #1144962), added peephole 300, enabled 259.x
2890         * doc/sdccman.lyx: removed screenshot and provided link instead
2891
2892 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2893
2894         * doc/sdccman.lyx: added section about debugging with ddd
2895         * doc/figures/ddd_example.eps: screenshot of debugging session
2896
2897 2005-07-04 Raphael Neider <rneider AT web.de>
2898
2899         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2900           like CODE pointers, fixes #1115683
2901         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2902           call, fixes bugs #1232211, #1228110,
2903           fixed wrong casts to pCodeFlow from pCodeInstructions
2904
2905 2005-07-04 Raphael Neider <rneider AT web.de>
2906
2907         * src/pic/gen.c (popGet): changed assert to allow for
2908           bit operands
2909         * (popGetAddr): changed signature to provide
2910           an additional index, patched all call sites
2911         * (genCmpEq): handle literal-like operands correctly
2912         * (genAddrOf): added sanity checks on __code/__data pointers
2913         * (genAssign): added handling of symbols from __code section
2914         * (gencjne): do not generate code for comparisons whose result
2915           is neither stored nor used, fixes bug #1171114
2916         * (AccLsh, AccRsh): operate on operand instead of WREG
2917         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2918           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2919           by known count
2920         * rewrote complete shift-by-literal logic, commented unused
2921           functions out
2922         * (genConstPointerGet): get multiple bytes (if result size > 1),
2923           fixed handling of non-immediate addresses
2924         * (genPointerGet): handle CODE pointers like CONST pointers
2925         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2926         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2927           operand is to be treated as a literal or not
2928         * (mov2w,genPcall,genCmpEq),
2929           src/pic/genarith.c: use aop_isLitLike() to decide between
2930           literal/register contents
2931         * (addSign): added missing offset
2932         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2933           only emit comment in debug-mode,
2934           use {aop,op}_isLitLike throughout the file
2935         * src/pic/glue.c: fix initializers for pointers (work in progress)
2936         * src/pic/pcode.c (get_op): honor index on _const symbols
2937         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2938         * (dumppBlock): added pCode size estimation
2939         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2940           check for IS_SYMOP before OP_SYMBOL'ing
2941         * fixed indentation, compacted switch-statements
2942         * (allocReg): find free register and allocate it instead of
2943           allocating new registers all the time
2944         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2945           registers as its operands (necessary only for multibyte GETs)
2946
2947 2005-07-01 Raphael Neider <rneider AT web.de>
2948
2949         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2950           debugging .asm-output macros FENTRY + FEXIT
2951         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2952           way... I wonder...
2953         * (emitpComment): NEW, printf to pCode
2954         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2955           offset handling
2956         * (popGetAddr): NEW, variant of popGet to access an immediates
2957           high(er) bytes instead of the n'th byte of memory they reference,
2958           replaced popGet with popGetAddr where neccessary
2959         * (genDataPointerGet): reactivated and fixed implementation
2960         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2961           accesses
2962         * (genDataPointerSet): fixed multibyte assignments
2963         * (genpic14Code): fixed --i-code-in-asm handling
2964         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2965         * (genPlus): fixed index-out-of-bounds error
2966         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2967         * src/pic/ralloc.c: added debugging output macro FENTRY2
2968         * (spillThis): fixed indentation, enbraced for-body for clarity
2969         * (rematStr): commented out as now unused
2970         * (regTypeNum): commented out special spill case (overwrites
2971           arbitrary values)
2972         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2973
2974 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2975
2976         * doc/sdccman.lyx: documented sfr16/sfr32,
2977           added example for using storage class with function pointers
2978         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2979
2980 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2981
2982         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2983         * device/lib/_itoa.c,
2984         * device/lib/_ltoa.c: optimized codesize
2985         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2986           but don't know how to suppress the double warning.
2987         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2988         * support/Util/SDCCerr.c,
2989         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2990
2991 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2992
2993         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2994           fixed old K&R prototypes
2995         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2996         * device/lib/_gptrget.c,
2997         * device/lib/_gptrgetc.c,
2998         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2999           also new versions for small generic pointers and banked generic pointers
3000         * src/port.h: added const_name
3001         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3002         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3003         * src/SDCCcse.c (findPrevIc): check all associative operators
3004         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3005         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3006         * src/SDCCmem.c: updated comments,
3007           set far-space to 0 for pdata, results in optimized code
3008         * src/SDCCmem.h: added macro CONST_NAME
3009         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3010           moving the info into the highest bits, see also gptrget/gptrput
3011         * src/src.dsp: added sdcc.ico to project files
3012         * src/avr/gen.c (genCast): fixed bug 0x%d
3013         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3014         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3015           relation between ptr_type and DCL_TYPE,
3016           (genCast): fixed bug 0x%d
3017         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3018           (CODE)" for const_name
3019         * src/hc08/gen.c (genCast): fixed bug 0x%d
3020         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3021           (hc08_port): added "CONST (CODE)" for const_name
3022         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3023           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3024           between ptr_type and DCL_TYPE,
3025           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3026           operand* and took AOP() inside function so sfr-ness can be checked,
3027           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3028           new prototype,
3029           (genFunction, genEndFunction): optimized stack setup,
3030           (genMinus): optimized for literals with ending zeroes (in bytes),
3031           (genCast): fixed bug 0x%d
3032         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3033           (mcs51_port): added "CONST (CODE)" for const_name
3034         * src/mcs51/peeph.def: made rule 226 more generic
3035         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3036         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3037         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3038         * src/z80/main.c (z80_port): added NULL for const_name,
3039           (gbz80_port): added NULL for const_name
3040         * support/regression/tests/bug663539.c,
3041         * support/regression/tests/sfr16.c: new tests
3042
3043 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3044
3045         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3046
3047 2005-06-24 Raphael Neider <rneider AT web.de>
3048
3049         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3050           corrected typos...
3051         * device/include/pic16/signal.h: added USBIF
3052           and SIG_USB
3053
3054 2005-06-24 Raphael Neider <rneider AT web.de>
3055
3056         * device/lib/pic16/libdev/pic18f2455.c,
3057           device/include/pic16/pic18f2455.h: NEW
3058         * device/include/pic16/pic18fregs.h,
3059           device/lib/pic16/pics.all,
3060           src/pic16/device.c: added 18f2455
3061         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3062           device/include/pic16/{pic18f[68][567].h,usart.h}:
3063           replaced MULTIPLE_USARTS define with more relaible
3064           compatibility sfrs (for USART access)
3065
3066 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3067
3068         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3069           and the output asm file line is printed on two lines.
3070
3071 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3072
3073         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3074           BGT, BLE, BHI, and BLS instructions
3075         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3076           genCmpEq): removed
3077         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3078           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3079           fixes bug #1216342
3080         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3081
3082 2005-06-15 Raphael Neider <rneider AT web.de>
3083
3084         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3085         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3086         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3087           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3088           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3089
3090 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3091
3092         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3093           Marcel Telka in bug #1215704
3094
3095 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3096
3097         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3098           located in shared memory bank.
3099
3100 2005-05-31 Raphael Neider <rneider AT web.de>
3101
3102         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3103           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3104           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3105
3106 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3107
3108         * device/lib/_strncpy.c: fixed the fix
3109
3110 2005-05-26 Raphael Neider <rneider AT web.de>
3111
3112         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3113           initializers with \0, bug #1208187
3114         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3115           intializers with \0, bug #1208187
3116
3117 2005-05-26 Raphael Neider <rneider AT web.de>
3118
3119         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3120           initializers with \0, bug #1208187
3121         * src/pic16/main.c (_process_pragma): added sanity checks
3122           for stack position and size, emit warnings when appropriate
3123
3124 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3125
3126         * device/lib/_strncpy.c: fixed not filling with \0
3127
3128 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3129
3130         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3131           createFunction),
3132         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3133           compound_statement),
3134         * src/SDCCsymt.h,
3135         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3136
3137 2005-05-24 Raphael Neider <rneider AT web.de>
3138
3139         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3140
3141 2005-05-24 Raphael Neider <rneider AT web.de>
3142
3143         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3144           TRISE definitions, closes bug #1162453
3145
3146 2005-05-22 Raphael Neider <rneider AT web.de>
3147
3148         * src/pic16/main.c (_process_pragma): check for missing
3149           arguments to pragmas code and udata
3150         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3151           consistency fixes to match other headers (thanks to Jim Paris)
3152         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3153
3154 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3155
3156         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3157
3158 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3159
3160         * support/regression/tests/bug1198642.c: new test
3161         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3162         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3163         * support/scripts/resource.h,
3164         * support/scripts/resource.rc,
3165         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3166         * support/scripts/sdcc.ico: added 32x32 icon
3167
3168 2005-05-18 Raphael Neider <rneider AT web.de>
3169
3170         * device/lib/pic16/libdev/pic18f*.c,
3171         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3172           keywords to "__sfr" and "__at (X)"
3173         * device/include/pic16/pic18fregs.h: added pic18f4520
3174         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3175           #1203088 (MPLAB compatibility)
3176
3177 2005-05-17 Raphael Neider <rneider AT web.de>
3178
3179         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3180         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3181         * device/lib/pic16/pics.all: added new devices
3182         * src/pic16/device.c: added support for pic18f4520
3183
3184 2005-05-16 Raphael Neider <rneider AT web.de>
3185         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3186         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3187         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3188           convenience function for bit access
3189
3190 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3191
3192         * device/lib/printf_large.c: fixed bug 1193299
3193         * support/regression/tests/bug1057979.c: added test %3.3s
3194
3195 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3196
3197         * device/include/mcs51/8051.h,
3198         * device/include/mcs51/8052.h: made parseable with lint
3199         * device/include/mcs51/lint.h: added include file for (sp)lint
3200         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3201         * doc/cdbfileformat.lyx,
3202         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3203
3204 2005-05-14 Raphael Neider <rneider AT web.de>
3205
3206         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3207         * device/lib/pic16/libc/stdlib/itoa.c (new)
3208         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3209         * device/lib/pic16/libio/Makefile: exclude subdir according to
3210           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3211         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3212         * src/pic16/gen.c (genFunction): prevent annoying warning
3213         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3214           nameclashes on BeOS
3215         * support/cpp2/cppmain.c (cpp_output_string): new
3216         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3217           fixes bug 1116802
3218
3219 2005-05-13 Borut Razem <borut.razem AT siol.net>
3220
3221         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3222
3223 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3224
3225         * .version: changed to version 2.5.1; back to bleeding edge development
3226
3227 2005-05-11 Borut Razem <borut.razem AT siol.net>
3228
3229         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3230           generate PDF version 1.3 documents
3231
3232 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3233
3234         * .version: changed to version 2.5.0
3235
3236 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3237
3238         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3239
3240 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3241
3242         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3243         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3244         well as many smaller updates.
3245         * .version: changed to version 2.5.0-pre1
3246
3247 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3248
3249         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3250
3251 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3252
3253         * support/regression/tests/bug1185672.c: added
3254         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3255           bug 1185672
3256         * src/mcs51/gen.c (genCall): added comments, made it look safer
3257         * src/mcs51/gen.c (genEndFunction): simplified
3258
3259 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3260
3261         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3262
3263 2005-04-14 Borut Razem <borut.razem AT siol.net>
3264
3265         * fixed bug 1045046 - SIGSEGV with really simple code?:
3266           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3267           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3268
3269 2005-04-14 Borut Razem <borut.razem AT siol.net>
3270
3271         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3272           src/pic16/device.h: temporarily disabled experimental #inline pragma
3273           for 2.5.0 release
3274
3275 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3276
3277         * device/include/z80/stdio.h,
3278         * device/include/z80/string.h: removed these highly incomplete files so
3279           SDCC can use the default ones in device/include/
3280
3281 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3282
3283         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3284         gcc warning.
3285         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3286         fix sdcpp warnings.
3287
3288 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3289
3290         * device/include/malloc.h: removed redundant __reentrant prototypes
3291         * device/lib/_mullong.c: added working xstack variant in asm (C version
3292           doesn't pass regression tests)
3293         * device/lib/bpx.c: used __data and made bpx char for mcs51
3294         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3295           (createFunction): fixed bug with xstackPtr
3296         * src/SDCCcse.c: corrected comments
3297         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3298           (killDeadCode, eBBlockFromiCode): removed unused code
3299         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3300           corrected comments
3301         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3302           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3303           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3304           (genModOneByte): fixed warning in MSVC
3305         * src/mcs51/main.c (): added comments
3306         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3307
3308 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3309
3310         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3311
3312 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3313
3314         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3315
3316 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3317
3318         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3319         characters arrays of larger size than the declared one.
3320
3321 2005-04-10 Borut Razem <borut.razem AT siol.net>
3322
3323         * src/pic/gen.c (genInline),
3324           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3325           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3326           (findNextInstruction), (findPrevInstruction),
3327           (findInstructionUsingLabel),
3328           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3329         * src/pic/pcode.c (findLabel): added missing '\n'
3330         * src/src.dsp: added SDCCdwarf2.c to the project
3331
3332 2005-04-09 Borut Razem <borut.razem AT siol.net>
3333
3334         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3335
3336 2005-04-08 Raphael Neider <rneider AT web.de>
3337
3338         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3339           into the chain after a given one) and mergeDefmapSymbols (combine
3340           defmap entries for each symbol per pcode)
3341         * (createDefmap): have defmap entries merged in the end
3342         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3343           a symbol before replacing one access type's symbol, merge symbols in
3344           the end (replacement symbol might already have an entry)
3345         * (assignValnums): keep reference to written WREG intact
3346
3347 2005-04-08 Raphael Neider <rneider AT web.de>
3348
3349         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3350           Alpha)
3351
3352 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3353
3354         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3355         bytes
3356
3357 2005-04-07 Raphael Neider <rneider AT web.de>
3358
3359         * device/include/pic16/usart.h: added compatibility defines for
3360           devices with more than one USART
3361         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3362
3363 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3364
3365         * device/lib/Makefile.in: updated for port specific include
3366
3367 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3368
3369         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3370
3371 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3372
3373         * device/include/8051.h,
3374         * device/include/8052.h,
3375         * device/include/at89S8252.h,
3376         * device/include/at89c55.h,
3377         * device/include/at89x051.h,
3378         * device/include/at89x51.h,
3379         * device/include/at89x52.h,
3380         * device/include/mcs51reg.h,
3381         * device/include/reg51.h,
3382         * device/include/reg764.h,
3383         * device/include/regc515c.h,
3384         * device/include/sab80515.h: (re)moved these 12 files
3385         * device/include/mcs51/8051.h,
3386         * device/include/mcs51/8052.h,
3387         * device/include/mcs51/at89S8252.h,
3388         * device/include/mcs51/at89c55.h,
3389         * device/include/mcs51/at89x051.h,
3390         * device/include/mcs51/at89x51.h,
3391         * device/include/mcs51/at89x52.h,
3392         * device/include/mcs51/mcs51reg.h,
3393         * device/include/mcs51/reg51.h,
3394         * device/include/mcs51/reg764.h,
3395         * device/include/mcs51/regc515c.h,
3396         * device/include/mcs51/sab80515.h: and added them here
3397
3398 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3399
3400         * device/include/stdarg.h: changed SDCC specific keywords to double
3401           underlined form.
3402         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3403           mcs51 and ds390.
3404         * device/include/hc08/mc68hc908gp32.h,
3405         * device/include/hc08/mc68hc908jb8.h,
3406         * device/include/hc08/mc68hc908jkjl.h,
3407         * device/include/hc08/mc68hc908qy.h: fixed comments
3408         * device/include/mcs51/README: updated
3409         * device/include/mcs51/c8051f120.h: added PINRSF
3410         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3411         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3412           amidst code. Also inline is not supported.
3413
3414 2005-04-06 Raphael Neider <rneider AT web.de>
3415
3416         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3417         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3418           callers stack/frame pointers
3419
3420 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3421
3422         * device/include/pic16/usart.h: added, missing in previous commit,
3423         * device/include/pic16/adc.h: fixed typo,
3424         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3425         commit,
3426         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3427         <p18fxxx.inc>
3428         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3429         uninitialized because a bug appears with gplink
3430         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3431         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3432         complains for unrecognised option
3433
3434 2005-04-05 Raphael Neider <rneider AT web.de>
3435
3436         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3437           structs as well (using memcpy)
3438         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3439           on ISRs (GOTO has no label)
3440         * src/pic16/device.h: added OF_OPTIMIZE_DF
3441         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3442           new data flow analysis/optimization
3443         * src/pic16/pcode.c: added (prototypes for and implementation of)
3444           dataflow analysis functions, fixed pCodeInstructions' inCond and
3445           outCond values, made RCALL a branch instruction
3446         * (pic16_unlinkpCode): keep C line if possible
3447         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3448           C line moved if possible
3449         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3450         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3451           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3452         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3453           new flow)
3454         * (pic16_getJumptabpCode): NEW, needed in...
3455         * (LinkFlow): fixed handling of jumptables, calls and conditional
3456           branches
3457         * (pic16_InsertCommentAfter): NEW
3458         * (pic16_pCodeReplace): made verbose and flow preserving
3459         * (AnalyzeFlow): added call to data flow analysis
3460         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3461         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3462         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3463
3464 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3465
3466         * src/SDCCast.c (decorateType): fixed bug #1105626
3467
3468 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3469
3470         * device/include/asm/pic16/features.h,
3471         * pic18f*.h headers,
3472         * device/include/pic16/adc.h,
3473         * device/include/pic16/delay.h,
3474         * device/include/pic16/i2c.h,
3475         * device/include/pic16/malloc.h,
3476         * device/include/pic16/stdio.h,
3477         * device/include/pic16/stdlib.h,
3478         * device/include/pic16/string.h,
3479         * device/lib/pic16/libc/stdio/printf_tiny.c,
3480         * device/lib/pic16/libc/stdio/printf_small.c,
3481         * device/lib/pic16/libc/stdio/strmgpsim.c,
3482         * device/lib/pic16/libc/stdio/strmmssp.c,
3483         * device/lib/pic16/libc/stdio/strmusart.c,
3484         * device/lib/pic16/libc/stdio/vfprintf.c,
3485         * device/lib/pic16/libc/stdlib/ltoa.c,
3486         * device/lib/pic16/libc/stdlib/putchar.c,
3487         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3488         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3489         * device/lib/pic16/libc/stdlib/memchrram.c,
3490         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3491         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3492         * device/lib/pic16/libio/adc/adcbusy.c,
3493         * device/lib/pic16/libio/adc/adcread.c,
3494         * device/lib/pic16/libio/adc/adcsetch.c,
3495         * device/lib/pic16/libio/usart/ubaud.c,
3496         * device/lib/pic16/libio/usart/ubusy.c,
3497         * device/lib/pic16/libio/usart/udrdy.c,
3498         * device/lib/pic16/libio/usart/uopen.c,
3499         * device/lib/pic16/libio/usart/uputc.c,
3500         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3501         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3502         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3503         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3504         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3505         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3506         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3507         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3508         specific keywords to double underlined form,
3509         * device/lib/pic16/libc/Makefile.rules,
3510         * device/lib/pic16/libsdcc/Makefile.rules,
3511         * device/lib/pic16/libm/Makefile,
3512         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3513         to compile with C standard set in Makefile.common
3514         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3515         rand.c and crc.c in compilation process,
3516         * device/lib/pic16/libsdcc/int/divuint.c,
3517         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3518         `c' from signed to unsigned,
3519         * device/lib/pic16/startup/crt0.c,
3520         * device/lib/pic16/startup/crt0i.c,
3521         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3522         keywords to double underlined form, bug fixes in _do_cinit function
3523         which prevented the correct initialization of the .idata segment,
3524         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3525         core to enter a infinite loop
3526         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3527
3528 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3529
3530         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3531
3532 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3533
3534         * device/include/Makefile.in: add support for hc08 subdirectory
3535         * device/include/hc08/: new subdirectory
3536         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3537         Lucas Loizaga, thanks!
3538         * device/include/hc08/mc68hc908qy.h,
3539         * device/include/hc08/mc68hc908gp32.h,
3540         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3541         their own directory. Changed internal macro names to use the compiler
3542         reserved namespace. Changed SDCC specific keywords to double
3543         underlined form.
3544         * device/include/math.h,
3545         * device/include/malloc.h,
3546         * device/include/stdarg.h,
3547         * device/include/stdbool.h
3548         * device/include/string.h,
3549         * device/include/tinibios.h,
3550         * device/include/ds400rom.h,
3551         * device/include/8051.h,
3552         * device/include/8052.h,
3553         * device/include/80c51xa.h,
3554         * device/include/at89c55.h,
3555         * device/include/at89S8252.h,
3556         * device/include/at89x51.h,
3557         * device/include/at89x52.h,
3558         * device/include/ds80c390.h,
3559         * device/include/reg764.h,
3560         * device/include/regc515c.h,
3561         * device/include/sab80515.h,
3562         * device/include/mcs51/c8051f000.h,
3563         * device/include/mcs51/c8051f018.h,
3564         * device/include/mcs51/c8051f020.h,
3565         * device/include/mcs51/c8051f040.h,
3566         * device/include/mcs51/c8051f060.h,
3567         * device/include/mcs51/c8051f120.h,
3568         * device/include/mcs51/c8051f300.h,
3569         * device/include/mcs51/c8051f310.h,
3570         * device/include/mcs51/c8051f320.h,
3571         * device/include/mcs51/c8051f330.h,
3572         * device/include/mcs51/c8051f350.h,
3573         * device/include/z180.h: Changed SDCC specific keywords to double
3574         underlined form.
3575
3576 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3577
3578         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3579         18F4455,
3580         * (pic16_assignConfigWordValue): disable testing of configuration
3581         register value with config mask,
3582         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3583         function with port->fun_prefix,
3584         * (genFunction): when generating a naked interrupt function never
3585         create an absolute segment placed in interrupt vector address, place
3586         the actual interrupt function at IVA instead, when an interrupt
3587         function is generated with unspecified interrupt then do not create
3588         the absolute section,
3589         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3590         code for generating a call to generic pointer get/put function with
3591         a call to function pic16_callGenericPointer(),
3592         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3593         the call to the generic pointer get/put functions with prefixing the
3594         function name with port->fun_prefix,
3595         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3596         * src/pic16/main.c (_process_pragma): prefix function with
3597         port->fun_prefix,
3598         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3599         calling assembler, old 18Fxxxx macro is deprecated,
3600         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3601         PC_ASMDIR in while condition,
3602         * (findInstruction): add PC_ASMDIR in while condition,
3603         * (buildCallTree): prefix main with port->fun_prefix,
3604         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3605         identifier for variable with banked access in instructions BTFSS,
3606         BTFSC, BCF, BSF, BTG
3607         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3608         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3609         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3610         perform optimization when enviroment variable NO_REG_OPT is set,
3611         * (insideLRBlock): NEW, return 1 if register is inside an
3612         INF_LOCALREGS block,
3613         * (RemoveRegFromLRBlock): remove a register that is completely
3614         eliminated by register optimization, but it is still left in local
3615         register store/restore in/from stack block,
3616         * (Remove2pcodes): after removing register, check to see if it
3617         should be removed from local register store/restore in/from stack
3618         block,
3619         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3620         DUMMY_READ_VOLATILE,
3621
3622         * device/include/pic16/adc.h: minor prototype modifications and
3623         update,
3624         * device/include/pic16/malloc.h: added GPL notice various
3625         modifications,
3626         * device/include/pic16/stdint.h: NEW, standard header for ints
3627         * device/include/pic16/delay.h: NEW, header for delay functions,
3628         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3629         delay1mtcy,
3630         * device/include/pic16/signal.h: NEW, header providing helper macros
3631         for implementing signal handlers,
3632         * device/include/pic16/stdio.h: added prototypes for functions,
3633         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3634         prototypes for stdin and stdout, added macro PUTCHAR to
3635         automatically implement putchar function prototype,
3636         * device/include/pic16/usart.h: modified and updated USART library,
3637         * device/lib/pic16/libio/adc/,
3638         * device/lib/pic16/libio/i2c: some modifications to improve library
3639         performance,
3640         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3641         family of functions,
3642         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3643         family of functions and other sources,
3644         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3645         of the PIC18Fxx[28] devices,
3646         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3647         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3648         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3649         _do_cinit function, because the previous failed when local variables
3650         where not placed in the same memory bank,
3651         * device/lib/pic16/libsdcc/char/: various modifications to improve
3652         library performance,
3653         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3654         information on the new functions of the c library and more...
3655
3656 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3657
3658         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3659
3660 2005-03-26 Raphael Neider <rneider AT web.de>
3661
3662         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3663           if condition == CARRY)
3664         * (genCmp): adapted to new genSkipc semantics
3665         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3666           on rIfx (genCmp was broken)
3667
3668 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3669
3670         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3671         * src/z80/main.c (_keywords[]),
3672         * src/SDCCglobal.h (struct options),
3673         * src/SDCC.y,
3674         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3675         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3676         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3677         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3678         always available in leading double underscore form. The C99 support is
3679         mostly missing, but it's a start.
3680         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3681         reserved identifier "__data".
3682
3683 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3684
3685         * src/mcs51/peeph.def: fixed bug 1170013
3686
3687 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3688
3689         * device/include/mcs51reg.h: fixed bug 842007
3690
3691 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3692
3693         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3694         last time.
3695
3696 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3697
3698         * src/port.h (struct PORT),
3699         * src/avr/ralloc.c (avr_assignRegisters),
3700         * src/avr/main.c,
3701         * src/ds390/ralloc.c (ds390_assignRegisters),
3702         * src/ds390/main.c,
3703         * src/hc08/ralloc.c (hc08_assignRegisters),
3704         * src/hc08/main.c,
3705         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3706         * src/mcs51/main.c,
3707         * src/pic/ralloc.c (pic14_assignRegisters),
3708         * src/pic/main.c,
3709         * src/pic16/ralloc.c (pic16_assignRegisters),
3710         * src/pic16/main.c,
3711         * src/xa51/ralloc.c (xa51_assignRegisters),
3712         * src/xa51/main.c,
3713         * src/z80/ralloc.c (z80_assignRegisters),
3714         * src/z80/ralloc.h,
3715         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3716         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3717         * src/SDCCcse.h,
3718         * src/SDCCdflow.c (computeDataFlow),
3719         * src/SDCCdflow.h,
3720         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3721         * src/SDCCloop.h,
3722         * src/SDCCcflow.c (*),
3723         * src/SDCCcflow.h,
3724         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3725         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3726         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3727         immedDom() returning wrong block; probably fixes bug #1160833)
3728
3729 2005-03-20 Borut Razem <borut.razem AT siol.net>
3730
3731         * support/scripts/inc2h.pl: WIN32 port
3732
3733 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3734
3735         * device/lib/makefile.in: added abs.c and labs.c
3736
3737 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3738
3739         * device/include/stdint.h: added
3740         * device/lib/abs.c: added
3741         * device/lib/labs.c: added
3742         * device/include/stdlib.h: added abs() and labs() prototypes
3743         * device/lib/libsdcc.lib: added abs and labs
3744         * device/include/float.h,
3745         * device/lib/_fsmul.c,
3746         * device/lib/printf_fast.c,
3747         * device/lib/printf_tiny.c: updated comments
3748
3749 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3750
3751         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3752         bug #1164313
3753
3754 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3755
3756         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3757         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3758
3759 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3760
3761         * device/lib/printf_large.c: removed inline assembly for portability and
3762           readability. Use printf_fast if speed or size are more important.
3763         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3764         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3765
3766 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3767
3768         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3769         prevent compiler warning
3770
3771 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3772
3773         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3774         moved to level 0 and declared as static. Also they are explicit
3775         placed in access bank. This was necessery because some times they
3776         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3777         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3778         optimizations. Currently only compare to unsigned char is implemented,
3779         * src/pic16/gen.c: added fReturnIdx array,
3780         * (struct resolvedIfx) is moved to gen.h and made public,
3781         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3782         * (aopForSym): added an optimization to directly store in stack of
3783         the operand of a SEND iCode,
3784         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3785         but as registers instead (AOP_REG) using the fReturnIdx array,
3786         * (pic16_freeAsmop): remove the freed register from the
3787         _G.sregsAlloc field,
3788         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3789         a compare of 'WREG',
3790         * (pic16_popGetTempRegCond): changed function prototype, now
3791         function takes also a bitVector argument v which holds the current
3792         set of registers that are allocated for stack access by aopForSym,
3793         registers allocated in aopForSym for accessing stack symbols are not
3794         any more part of the functions usedRegs field,
3795         * (genCall): some times aopOp is called for a stack variable to be
3796         send, aopForSym might perform the push, if this is true make sure
3797         that genCall doesn't push the variable twice by testing _G.resDirect,
3798         * (genFunction): changed testing for unspecified interrupt number
3799         from 256 to INTNO_UNSPEC,
3800         * modified selection scheme of frame pointer generation. Previously
3801         if function did use local registers a frame pointer was generated,
3802         now a frame pointer is generated only if function has arguments
3803         (that need PLUSW2 register access), or has stack arguments, or the
3804         compiler is not instructed to omit the frame pointer,
3805         * (genEndFunction): before restoring local registers that were saved
3806         in the function preamble, also restore the registers that *might*
3807         have been allocated for stack access,
3808         * (genRet): removed some old comments,
3809         * (genCmp, the active (RN's) version): added a call to the
3810         pic16_genCmp_special function to perform the compare with a more
3811         robust and optimized way,
3812         * (genInline): a feature has been added in inline code generation,
3813         which allows a wildcard variable substitution when writing inline
3814         assembly. Code is incomplete and experimental therefore undocumented,
3815         * (genCast): changed order of aopOp for result and right to allow
3816         aopForSym to directly load the result if possible,
3817         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3818         perform an optimized compare on some selected special occasions,
3819         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3820         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3821         generate an IVT any more,
3822         * src/pic16/main.c (pic16_optionsTable): added command line option
3823         --optimize-cmp,
3824         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3825         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3826         macros,
3827         * src/pic16/NOTES: Raphael Neider added in list of active developers
3828         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3829         jumptable_end to prevent bug #,
3830         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3831         inCond and outCond fields,
3832         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3833         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3834         turn off register spilling,
3835         * (packRegsForOneUse): synced with other ports' versions although it
3836         is not used currently,
3837         * (pic16_packRegisters): added an optimization while reading
3838         structure bitfields, some registers may be saved (malloc code is
3839         decreased by 80 bytes)
3840
3841 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3842
3843         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3844         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3845         this can be optimized more?
3846
3847 2005-03-10 Raphael Neider <rneider AT web.de>
3848
3849         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3850           genNearPointerGet): (hopefully) fixed access to bitfields via
3851           pointers (p->bitN = x; and x = p->bitN; failed)
3852
3853 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3854
3855         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3856
3857 2005-03-09 Raphael Neider <rneider AT web.de>
3858
3859         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3860
3861 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3862
3863         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3864         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3865           (regTypeNum): set REG_BIT type if necessary
3866         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3867         * support/regression/tests/critical.c: check bug 1144613
3868
3869 2005-03-02 Raphael Neider <rneider AT web.de>
3870
3871         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3872
3873 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3874
3875         * src/avr/ralloc.c (serialRegAssign),
3876         * src/ds390/ralloc.c (serialRegAssign),
3877         * src/hc08/ralloc.c (serialRegAssign),
3878         * src/mcs51/ralloc.c (serialRegAssign),
3879         * src/pic/ralloc.c (serialRegAssign),
3880         * src/pic16/ralloc.c (serialRegAssign),
3881         * src/xa51/ralloc.c (serialRegAssign),
3882         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3883
3884 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3885
3886         * src/SDCCast.c (decorateType): fixed bug 1124787
3887
3888 2005-02-20 Hubert Sack <sack AT digiplan.de>
3889         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3890
3891         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3892         patch #1121755
3893
3894 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3895
3896         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3897         to keep the correct label reference count when adding/removing references
3898         to labels. A peephole file using this is appended to patch #1144962.
3899
3900 2005-02-14 Raphael Neider <rneider AT web.de>
3901
3902         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3903         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3904         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3905           retrievals of result operand's value on assignment
3906
3907 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3908
3909         * device/include/pic16/string.h: modified prototype for memccpy()
3910         to memccpy(void *, void *, char, size_t)
3911         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3912         check whether to omit frame pointer or not,
3913         * (genInline): convert all occurences of "\n" to LF in inline
3914         assembler blocks, this helps formatting the inline text,
3915         * (pic16_loadFSR0): modified prototype,
3916         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3917         removed some 8051 legacy code,
3918         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3919         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3920         before allocating temporary registers in functions,
3921
3922 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3923
3924         * support/regression/tests/bitvars.c: corrected the "fix"
3925
3926 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3927
3928         * support/regression/tests/bitvars.c,
3929         * support/regression/tests/bitwise.c,
3930         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3931
3932 2005-02-10 Raphael Neider <rneider AT web.de>
3933
3934         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3935           different size for Alpha
3936         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3937
3938 2005-02-09 Raphael Neider <rneider AT web.de>
3939
3940         * src/SDCC.lex(doPragma) : save and restore warning options as well
3941           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3942         * have #pragma less_pedantic set the errorlevel to WARNING
3943           (fixes #1117001)
3944         * (cloneOptimize) : fixed wrong malloc's size
3945         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3946           facilitate correct handling of #pragma (save|restore)
3947
3948 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3949
3950         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3951
3952 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3953
3954         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3955
3956 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3957
3958         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3959
3960 2005-02-02 Raphael Neider <rneider AT web.de>
3961
3962         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3963         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3964         * (pic16_storeForReturn): fixed to allow returning function pointers
3965         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3966         * device/include/pic16/{stddef.h,stdbool.h}: added
3967
3968 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3969
3970         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3971
3972 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3973
3974         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3975         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3976          appeared to be required
3977
3978 2005-01-31 Borut Razem <borut.razem AT siol.net>
3979
3980         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3981           include/mcs51 and include/z80 directories to the package
3982
3983 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3984
3985         * src/hc08/gen.c (genFunction): fixed bug #1112752
3986
3987 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3988
3989         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3990
3991 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3992
3993         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3994
3995 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3996
3997         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3998
3999 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4000
4001         * device/include/c8051fxxx.h: removed these 6 files
4002         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4003
4004 2005-01-26 Raphael Neider <rneider AT web.de>
4005
4006         * src/pic16/gen.c (genAssign): fixed assignment from longs
4007           in codespace (were cut to three bytes)
4008         * (genDummyRead): implemented (except for CODESPACE...),
4009           fixed bug #1108575
4010         * src/pic16/glue.c (emitStatistics): beautified
4011         * device/lib/pic16/libm/Makefile: added include path
4012
4013 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4014
4015         * src/z80/gen.c (aopPut): fixed bug #1103902
4016
4017 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4018
4019         * device/lib/expf.c: fixed bug #1095792
4020
4021 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4022
4023         * device/lib/pic16/libm: added Math library sources
4024
4025 2005-01-24 Raphael Neider <rneider AT web.de>
4026
4027         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4028           to enable upcast to pCodeOpReg2 (there is no type tag to
4029           differenciate the two and pic16_popGet2p cast into PCOR2)
4030         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4031           (sizeof(sectNames) changed to sizeof(sectName))
4032           Both patches fix segfaults under MinGW.
4033
4034 2005-01-23 Raphael Neider <rneider AT web.de>
4035
4036         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4037           Safe_[mc]?alloc()'ed variables
4038         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4039           of (byte sized) temporaries (assign them to WREG for now)
4040         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4041           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4042           this might fix SIGSEGVs on MinGW...
4043         * src/SDCCopt.c (killDeadCode): restored original behaviour
4044           (volatile operands might get thrown away though)
4045
4046 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4047
4048         * src/pic16/gen.c: fixed bug #1106975,
4049         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4050         pointer update, INTCON is saved, global interrupts are disabled and
4051         restored after updateing TOS.
4052         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4053         * added function attribute 'shadowregs' to take advantage of shadow
4054         registers,
4055         * added function attribute 'wparam' as an alternative to the wparam
4056         pragma,
4057         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4058         user declares a non-ISR function as 'shadowregs',
4059         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4060
4061 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4062
4063         * .version: bumped version number to 2.4.8
4064         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4065         pic16 port,
4066         * device/lib/pic16/libio/i2c/: I2C module support library,
4067         * device/include/pic16/i2c.h: I2C support library header,
4068         * device/lib/pic16/libc/stdio/: standard IO support sources,
4069         * (printf_small.c): printf_small() source, supports float print,
4070         * (printf_tiny.c): printf_tiny() source, does not support floats,
4071         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4072         enable global optimizations for entire library source, other
4073         Makefiles in the source tree are also modified to reflect this,
4074         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4075         function,
4076         * doc/sdccman.lyx: updated to reflect new changes,
4077         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4078         sym->onStack if-case,
4079         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4080         sbit, idata, _idata, xdata, _xdata,
4081         * added pragma library, to link an external library, (see doc),
4082         * removed command line options, --pomit-config-words, --pomit-ivt,
4083         --pleave-reset-vector,
4084         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4085         when calling assembler to reflect memory model used, also define
4086         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4087         reflect stack model used,
4088         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4089         on stack return NULL,
4090
4091 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4092
4093         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4094           of the operands is volatile. Fixes #1020220
4095
4096 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4097
4098         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4099         * (OptimizeRegUsage): make sure that there is really no other flow where
4100           the first pCode is used
4101
4102 2005-01-22 Raphael Neider <rneider AT web.de>
4103
4104         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4105           to fix #1106967 (pCode->seq are not set up correctly)
4106
4107 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4108
4109         * src/SDCCglue.c (glue): make sure code area is declared before the
4110         static initialization area.
4111
4112 2005-01-21 Raphael Neider <rneider AT web.de>
4113
4114         * device/lib/Makefile.in: fixed test for pic16 install dir
4115         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4116           optimizations
4117         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4118           added --optimize-goto compiler switch and pragma wparam documentation
4119         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4120         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4121           and PRODH closing bug #1071770 (peephole optimizer)
4122
4123 2005-01-19 Raphael Neider <rneider AT web.de>
4124
4125         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4126           cmdLine buffers (used when calling sdcpp...) are large enough
4127           (MAX_PATH=256 truncates arguments leading to system halts when
4128           used in MinGW...)
4129         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4130         * (genUminus): rewritten to for efficiency
4131         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4132           used uninitialized in some cases)
4133         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4134           copy the third byte from the int -- now assumes 0x80 (data memory)
4135         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4136           operands (genAddLit expects the iCode's operands to swapped as
4137           well), fixed leftover bytes (crashed for short left operands)
4138         * (pic16_genMinusDec): performance improvements, removed false
4139           PIC14 emitSKPNCs
4140         * (pic16_genMinus): fixed to cope with differently sized operands
4141         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4142           for --obanksel > 1
4143         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4144         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4145           new banksel optimization
4146         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4147           analysis for temporary registers (segfaults...)
4148         * src/pic16/peeph.def: added rule
4149
4150 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4151
4152         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4153         which converts a float number to its ASCII representation
4154         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4155         functions to convert the fractional and integer part of a float to ASCII,
4156         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4157         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4158         ram
4159         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4160         _STATMEM macros,
4161         * device/include/pic16/adc.h: added GPL info,
4162         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4163         a pCodeOp as tested operand,
4164         * (genNearPointerGet): optimized bit testing, does not use
4165         intermediate register for bit value, test directly instead with
4166         BTFSS, BTFSC, works only for single bits,
4167         * (genpic16Code): dump the name of the iCode in the asm,
4168         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4169         renamed to pic16_decodeOp,
4170         * (serialRegAssign): do not allocate a temporary register for iCode
4171         sequences that test a single bit for 1/0
4172
4173 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4174
4175         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4176         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4177         access stack and frame pointers. They are initially assigned to
4178         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4179         accessing SFRs. Updated all occurences of modification of stack or
4180         frame pointer in gen.c and pcode.c,
4181         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4182         assigning of a literal value to pointers,
4183         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4184         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4185         selected
4186
4187 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4188
4189         * doc/sdccman.lyx: update documentation about stack pragma, added
4190         some info for stack memory models
4191
4192 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4193
4194         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4195
4196 2005-01-08 Raphael Neider <rneider AT web.de>
4197
4198         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4199           udata sections to fix bug #1097823
4200
4201 2005-01-05 Raphael Neider <rneider AT web.de>
4202
4203         * src/pic16/gen.c (genGenericShift): added handling of differently
4204           sized left operand and result
4205
4206 2005-01-04 Raphael Neider <rneider AT web.de>
4207
4208         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4209         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4210           to hold the condition bit)
4211         * added new version of genCmp (old code available via #define)
4212         * added new version of genShiftLeft/genShiftRight in a generic
4213           way, now supports shifting by negative values
4214         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4215           shiftCount (expected by genGenericShift)
4216         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4217         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4218           dump
4219         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4220           is an invalid literal too...)
4221
4222 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4223
4224         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4225         from Raphael Neider,
4226         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4227         for 8-bit literals. This fixes some literal operands which are sign
4228         extended to 16-bits ints when instruction needs only 8-bits.
4229
4230 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4231
4232         * device/lib/logf.c: added mcs51 assembly version
4233         * device/lib/expf.c: added mcs51 assembly version
4234         * device/lib/_logexpf.c: new shared asm code for expf and logf
4235         * device/include/math.h: add defines for assembly math library
4236         * device/lib/Makefile.in: build new _logexpf.c
4237         * device/lib/libfloat.lib: use new _logexpf.c
4238
4239 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4240
4241         * src/pic/device.c
4242         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4243           device types which have less than 0x7f registers.
4244
4245 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4246
4247         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4248
4249 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4250
4251         * device/lib/printf_fast.c: only build on supported arch.
4252         * device/lib/printf_tiny.c: only build on supported arch.
4253         * device/lib/printf_fast_f.c: only build if asm float lib
4254         * device/lib/_fsget1arg.c: only build if asm float lib
4255         * device/lib/_fsget2args.c: only build if asm float lib
4256         * device/lib/_fsnormalize.c: only build if asm float lib
4257         * device/lib/_fsreturnval.c: only build if asm float lib
4258         * device/lib/_fsrshift.c: only build if asm float lib
4259         * device/lib/_fsswapargs.c: only build if asm float lib
4260         * device/include/stdio.h: don't provide print_fast,
4261           print_fast_f, print_tiny prototypes if --xstack used
4262
4263 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4264
4265         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4266         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4267           to the SOURCES
4268
4269 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4270
4271         * device/lib/printf_fast_f.c: same as printf_fast, but
4272           with floating point enabled
4273         * device/lib/printf_fast.c: minor tweaks
4274         * device/include/stdio.h: add printf_fast_f
4275
4276 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4277
4278         * src/SDCCmain.c: make --float-reent default for mcs51
4279         * device/lib/_fsadd.c: added mcs51 assembly version
4280         * device/lib/_fssub.c: added mcs51 assembly version
4281         * device/lib/_fsmul.c: added mcs51 assembly version
4282         * device/lib/_fsdiv.c: added mcs51 assembly version
4283         * device/lib/_fseq.c: added mcs51 assembly version
4284         * device/lib/_fsneq.c: added mcs51 assembly version
4285         * device/lib/_fsgt.c: added mcs51 assembly version
4286         * device/lib/_fslt.c: added mcs51 assembly version
4287         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4288         * device/lib/Makefile.in: add _fscmp to build
4289         * device/lib/libfloat.lib: add _fscmp to build
4290
4291 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4292
4293         * device/lib/_fs2slong.c: added mcs51 assembly version
4294         * device/lib/_fs2sint.c: added mcs51 assembly version
4295         * device/lib/_fs2schar.c: added mcs51 assembly version
4296         * device/lib/_fs2ulong.c: added mcs51 assembly version
4297         * device/lib/_fs2uint.c: added mcs51 assembly version
4298         * device/lib/_fs2uchar.c: added mcs51 assembly version
4299         * device/lib/_slong2fs.c: added mcs51 assembly version
4300         * device/lib/_sint2fs.c: added mcs51 assembly version
4301         * device/lib/_schar2fs.c: added mcs51 assembly version
4302         * device/lib/_ulong2fs.c: added mcs51 assembly version
4303         * device/lib/_uint2fs.c: added mcs51 assembly version
4304         * device/lib/_uchar2fs.c: added mcs51 assembly version
4305         * device/include/float.h: added #define to select asm vs c
4306
4307 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4308
4309         * device/lib/printf_fast.c: improvements to float output
4310         * device/include/float.h: add defines for assembly float library
4311         * device/lib/_fsget1arg.c: receive 1 float arg
4312         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4313         * device/lib/_fsnormalize.c: normalize a float
4314         * device/lib/_fsreturnval.c: return float, various helper routines
4315         * device/lib/_fsrshift.c: right shift a float's mantissa
4316         * device/lib/_fsswapargs.c: swap 2 floats
4317         * device/lib/Makefile.in: build these 6 new files for mcs51
4318         * device/lib/libfloat.lib: add these 6 files to the library
4319
4320 2004-12-26 Borut Razem <borut.razem AT siol.net>
4321
4322         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4323           built by gcc 3.4.2
4324
4325 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4326
4327         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4328           and fully reentrant and register bank neutral.
4329         * device/lib/printf_fast.c: added float (not enabled by default),
4330           added compact/slower integer (also not enabled by default),
4331           improved size/speed of fast integer code, other minor changes
4332         * device/include/stdio.h, device/lib/Makefile.in,
4333           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4334
4335 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4336
4337         * src/pic16/pcode.c: declaring variables other than at the start of a
4338           block is not supported in C by VC6.
4339
4340 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4341
4342         * applied a previous patch from Raphael Neider that wasn't included
4343         in the previous commits, which fixes infinite loops within jumptable
4344         improvements,
4345         * made some fixes that previous patches introduced
4346
4347 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4348
4349         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4350         that fixes an issue with AOP_PCODE asmop's offset,
4351         * (pic16_popCopyReg): update instance field too,
4352         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4353         function of pic port,
4354         * (genCmp, genAnd, genAssign),
4355         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4356
4357 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4358
4359         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4360         variables initial values to idata section,
4361         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4362         variables in some functions. This utilizes parmBytes field of iCode
4363         structure to hold the offset of the variable in stack. (might be
4364         able to use the stack field too?)
4365         * applied patch from Raphael Neider # ### , # ###
4366         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4367         variable initial values in idata section,
4368         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4369         for static variables with initial value
4370         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4371         applied fix in while loop from Raphael Neider.
4372
4373 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4374
4375         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4376         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4377         * src/ds390/ralloc.c (serialRegAssign): spill bits
4378         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4379         * support/Util/SDCCerr.c,
4380         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4381         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4382         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4383
4384 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4385
4386         * device/include/sdcc-lib.h: inserted LGPL, added includes
4387           asm/ds390/features.h and asm/mcs51/features.h
4388         * device/include/asm/default/features.h,
4389         * device/include/asm/gbz80/features.h,
4390         * device/include/asm/z80/features.h: added empty _AUTOMEM
4391           and _STATMEM
4392         * device/include/asm/ds390/features.h,
4393         * device/include/asm/mcs51/features.h: added files with defines for
4394           _AUTOMEM and _STATMEM indicating automatic and static storage class
4395         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4396         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4397         * src/SDCCicode.c (geniCodeCast),
4398         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4399         * src/SDCCloop.c (loopInduction): removed unused variable lr
4400         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4401           to convertToFcall to include char modulo (RFE 1065037), added check
4402           if left operand is unsigned and use abs of literal value
4403         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4404           as it doesn't work after conversion from peephole.def to peephole.rul
4405         * src/mcs51/gen.c (toBoolean): added check for size,
4406           (genModOneByte): optimized code for signed char modulo a literal
4407           power of 2 (thanks to Hubert Sack),
4408           (genRRC): removed unnecessary "clr c",
4409           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4410         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4411           jump optimization,
4412           swapped rules 256.c and 256.d,
4413           extended 256.d by using new multiple checks (thanks Erik),
4414           added rules 256.e and 256.f,
4415           updated rule 261.a and 261.b to new generated code
4416         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4417
4418 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4419
4420         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4421           induction related bugs, including first part of bug #1074377
4422
4423 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4424
4425         * applied patch from bug-report #1076292,
4426         * applied patches for genAnd and Goto-optimizations for Raphael
4427         Neider,
4428         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4429         dump a less iCode information,
4430         * src/pic16/device.h (pic16_options_t): added field debgen,
4431         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4432         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4433         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4434         puclic,
4435         * (various functions): added macros FENTRY and FENTRY2 to functions,
4436         to emit function prologue,
4437         * (various functions): fixed indentation,
4438         * (genNearPointerGet): fixed loading of FSR0,
4439         * (genPackBits): applied patch from Raphael Neider to fix updating
4440         of FSR0 and touching only the modified bits,
4441         * src/pic16/genarith.c (various functions): added macros FENTRY to
4442         emit function prologue in comments,
4443         * src/pic16/pcode.h: added functions debugf2, debugf3,
4444         * src/pic16/ralloc.c: partial fix for packForPush caused
4445         segmentation fault,
4446
4447 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4448
4449         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4450           <stsp AT users.sourceforge.net> with reversed byte order
4451         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4452
4453 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4454
4455         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4456           bug #1074377
4457         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4458         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4459
4460 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4461
4462         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4463
4464 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4465
4466         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4467           conditions,
4468           (setFromConditionArgs): friendly operand parser for peephole rules,
4469           (operandBaseName, operandsNotRelated): new peephole condition
4470           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4471           architecture specific register naming into account, handles n-way
4472           comparisons, and supports quoted literals
4473         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4474
4475 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4476
4477         * src/mcs51/peeph.def: fixed bug #1076940
4478
4479 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4480
4481         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4482
4483 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4484
4485         Adding support for replacing ljmps with sjmps in jumptables
4486         generated for switch statements. For now you need to set the
4487         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4488         Now 4 algorithms for mcs51 jumptable generation are used:
4489         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4490         addresses loaded pc-relative for up to 112 cases and stack-pushing
4491         target addresses loaded with offset from dptr for up to 256 cases.
4492
4493         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4494         * src/mcs51/main.c: adapted constants for switch table generation
4495         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4496
4497 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4498
4499         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4500         * support/regression/tests/bug1057979.c: added test for bug 1073386
4501
4502 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4503
4504         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4505         compilers
4506
4507 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4508
4509         * src/pic16/device.h,
4510         * src/pic16/genarith.c,
4511         * src/pic16/glue.c,
4512         * src/pic16/main.c,
4513         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4514
4515 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4516
4517         Large cummulative patch for pic16 port.
4518         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4519         to call when a stack overflow occurs,
4520         * (malloc.h): added CVS Id tag,
4521         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4522         variable,
4523         * added libc directory. The current version of LibC contains string
4524         functions, ctype functions and macros and some functions of the
4525         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4526         be extensively tested in the future. Standard disclaimer here.
4527         Library is not automatically build yet. But one can build it by
4528         invoking 'make' inside the libc directory.
4529         * added ADC library under libio. Preliminary version yet.
4530
4531         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4532         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4533         aopForRemat() now and not by pic16_aopOp(),
4534         * (pic16_popGetTempReg): removed warning messgae when allocating
4535         temporary registers, its a buggy feature and will be removed,
4536         * (pic16_popGet): set register instance field in AOP_CRY,
4537         * (pic16_outBitC): fixed for results in size greater than 1,
4538         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4539         * (pic16_storeForReturn): optimized return of 0,
4540         * (genCmp): experimental code for new genCmp which uses PIC18's
4541         special compare&skip instructions. Initial tests fail some times
4542         with variables grater than 1 byte in size, so new code is disabled,
4543         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4544         a single bit,
4545         * (genCast): began a fix to optimize the casting of a bit to another
4546         bit, now assigning a bitfield to another bitfield will fail, sorry,
4547         * src/pic16/main.c: disabled the use of lr-support feature,
4548         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4549         * added some function prototypes, added function _debugf prototype,
4550         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4551         bits with offset (case PO_GPR_BIT),
4552         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4553         command line,
4554         * (isBankInstruction): modified to return 0 for no banking instruction,
4555         and 1 for banking instruction,
4556         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4557         caused stop processing pCodes after a inline assembly block,
4558         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4559         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4560         registers when it shouldn't,
4561         * src/pic16/ralloc.c (allocReg): add preliminary support for
4562         supporting a limited set of temporary registers,
4563
4564 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4565
4566         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4567           genDataPointerSet): ensure assignments always copy in MSB to LSB
4568           order,
4569           (loadRegFromAop): recognize CLRH optimization,
4570           (genFunction): optimize RECEIVE iCodes in reentrant functions
4571
4572 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4573
4574         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4575           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4576           selected.
4577         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4578         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4579           contiguous with data
4580
4581 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4582
4583         * device/lib/_gptrget.c (_gptrget),
4584         * device/lib/_gptrgetc.c (_gptrgetc),
4585         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4586           instead of sjmp to ret
4587         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4588           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4589
4590 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4591
4592         * .version: bumped version to 2.4.7
4593         * device/lib/_gptrget.c (_gptrget): is now _naked
4594         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4595         * device/lib/_gptrput.c (_gptrput): is now _naked
4596         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4597           (createFunction): fixed xstack
4598         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4599         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4600           or bit either,
4601           (geniCodeCritical): store original interrupt state in an iTemp bit
4602           var unless stack-auto
4603         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4604         * src/SDCCmain.c (setIncludePath): added include/target to search path
4605         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4606         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4607           prototype,
4608           (processFuncArgs): put bit vars in bit area
4609         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4610           unsaveRBank): fixed xstack,
4611           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4612           (genFunction, genEndFunction): fixed xstack,
4613           (genAssign): optimization don't walk backwards through mem
4614         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4615         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4616         * support/regression/Makefile: also make library (for stack-auto) when
4617           making "all" and added "test-mcs51-xstack-auto"
4618         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4619         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4620         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4621         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4622         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4623           make-library by MAKE_LIBRARY
4624         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4625           regression tests for xstack
4626         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4627         * support/regression/tests/critical.c: test for critical on mcs51
4628
4629 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4630
4631         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4632           built version of sdcc instead of installed version
4633
4634 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4635
4636         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4637         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4638           vprintf.c now
4639         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4640         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4641           WARNING: remove device/lib/build/z80/printf.o by hand when
4642           updating from previous build!
4643         * device/lib/z80/printf.c: updated comment
4644         * support/regression/tests/bug1057979.c: test all ports now
4645         * support/regression/tests/bug1065458.c: file added
4646
4647 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4648
4649         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4650           *_start and *_end symbols for static functions
4651
4652 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4653
4654         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4655           and search crt0.o in all library paths,
4656           (setIncludePath): proper handling of --nostdinc,
4657           (setLibPath): proper handling of --nostdlib
4658         * support/regression/Makefile,
4659         * support/regression/ports/ds390/spec.mk,
4660         * support/regression/ports/gbz80/spec.mk,
4661         * support/regression/ports/hc08/spec.mk,
4662         * support/regression/ports/mcs51/spec.mk,
4663         * support/regression/ports/mcs51-large/spec.mk,
4664         * support/regression/ports/mcs51-stack-auto/spec.mk,
4665         * support/regression/ports/z80/spec.mk: use include and lib files from
4666           built version of sdcc instead of installed version
4667         * doc/sdccman.lyx: fixed typo in --nostdinc
4668
4669 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4670
4671         * src/pic/pcode.c,
4672         * src/pic/device.c,
4673         * src/pic/ralloc.c,
4674         * src/pic/gen.c : added support to generate code for struct bit fields.
4675
4676 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4677
4678         * as/xa51/xa_version.h,
4679         * device/include/errno.h,
4680         * device/include/regc515c.h,
4681         * device/lib/_itoa.c,
4682         * device/lib/_ltoa.c,
4683         * device/lib/ser_ir_cts_rts.c,
4684         * sim/ucsim/xa.src/glob.cc,
4685         * sim/ucsim/xa.src/inst_gen.cc,
4686         * sim/ucsim/xa.src/xa_bit.cc,
4687         * sim/ucsim/xa.src/xa_sfr.cc,
4688         * sim/ucsim/z80.src/inst_dd.cc,
4689         * sim/ucsim/z80.src/inst_fdcb.cc,
4690         * support/scripts/keil2sdcc.pl,
4691         * src/pic16/pic16.dsp,
4692         * src/pic16/pic16a.dsp: corrected cvs line endings
4693         * device/lib/printf_large.c: fixed bug 1057979
4694         * src/pic16/gen.c: fixed non-C standard code
4695         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4696         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4697         * support/regression/ports/mcs51/support.c: reload T1 asap
4698         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4699           pdata use and clear idata startup behaviour
4700         * support/regression/tests/bug1057979.c: added
4701
4702 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4703
4704         * device/examples/ds390/ow390/ad26.h,
4705         * device/examples/ds390/ow390/cnt1d.h,
4706         * device/examples/ds390/ow390/crcutil.c,
4707         * device/examples/ds390/ow390/ownet.h,
4708         * device/examples/ds390/ow390/owsesu.c,
4709         * device/examples/ds390/ow390/swt12.h,
4710         * device/examples/ds390/ow390/swtoper.c,
4711         * device/examples/ds390/ow390/temp10.h,
4712         * device/examples/ds390/ow390/thermodl.c,
4713         * device/examples/ds390/tinitalk/tinitalk.dsp,
4714         * device/examples/ds390/tinitalk/tinitalk.dsw,
4715         * device/examples/mcs51/clock/hw.h,
4716         * device/examples/mcs51/simple2/go.bat,
4717         * device/examples/serialcomm/windows/serial.h,
4718         * device/examples/xa51/dummy.c,
4719         * device/examples/xa51/hello.c,
4720         * device/include/80c51xa.h,
4721         * device/include/at89x051.h: corrected cvs line endings
4722
4723 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4724
4725         * src/pic16/main.c (options): added command line --gstack, to trace
4726         stack over/under flows,
4727         * added pragma 'wparam' to allow passing first byte of function
4728         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4729         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4730         call to __gstack_test function and sets up the symbol as extern,
4731         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4732         * popaop): added call to pic16_testStackOverflow,
4733         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4734         wparamList list,
4735         * (genCall, genPcall): now all parameters are passed via stack
4736         except in functions that are pass to wparam pragma in which WREG is
4737         used too,
4738         * (genPcall): REENTRANT flag is checked to see if variable prototype
4739         contains reentrant keyword, don't call a non-reentrant function, via
4740         a reentrant function pointer or vice versa, functions are never
4741         passed via WREG,
4742         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4743         D.Winkler,
4744         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4745         SIGSEGV when accessing a NULL register stucture,
4746         * (pic16_printGPointerType): modified to handle UPPER modifier for
4747         function initializers, changed prototype of function to simpler one,
4748         * (pic16_printIvalFuncPtr): check to see if function is already
4749         added in externs list,
4750         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4751         optimized a move from W to SFR with a move to the same register
4752         later after a CALL,
4753         * device/lib/pic16/debug: NEW directory, contains debug features
4754         which are enabled when linking with libdebug.lib, currently command
4755         line option --gstack enables stack pointer tracing for over/under
4756         flow, corresponding sources are in debug/gstack
4757
4758 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4759
4760         * doc/sdccman.lyx: updated SDCC version,
4761         * (PIC16 port): update list of command line options,
4762         * src/pic16/device.h (structure pic16_options_t): added field gstack
4763         to enable stack overflow tracing on push/pops,
4764         * src/pic16/device.c (statistics structure): added statistics
4765         structure,
4766         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4767         pic16_dump_int_registers): increase statistics counters for each
4768         * variable which is encountered
4769         * (pic16_dump_usection): emit each .udata variable to its own udata
4770         section,
4771         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4772         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4773         parameters via stack, otherwise use old scheme,
4774         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4775         assembler output file,
4776         * src/pic16/main.c: added command line options --gstack to enable
4777         push/pop tracing for stack overflow,
4778         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4779         instructions): added size of each instruction,
4780         * (pic16_countInstruction): estimate size of instructions in
4781         the_pFile list, inline assembly blocks are not counted,
4782         * (pic16_FixRegisterBanking): trace previous register usage, when
4783         banksel optimizations is greater than 0, don't emit a redudant
4784         banksel directive,
4785
4786 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4787
4788         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4789         * src/pic16/ralloc.c : applied same fix for pic16.
4790         * src/pic/gen.c : tidied it up a little.
4791
4792 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4793
4794         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4795         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4796
4797 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4798
4799         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4800
4801 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4802
4803         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4804         non-reentrant function __modsint in the interrupt function (thus
4805         corrupting math operations during serial I/O)
4806         * device/lib/ser_ir.c: as above, changed buffersize
4807         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4808         256.c,d for zeroing
4809         * doc/Makefile: added option -t for rsync
4810
4811 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4812
4813         * src/SDCCast.h (struct ast),
4814         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4815
4816 2004-10-20 Borut Razem <borut.razem AT siol.net>
4817
4818         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4819         package
4820
4821 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4822
4823         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4824         makefile targets,
4825         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4826         support functions to replace long sequences of MOVFF's from access
4827         bank registers to stack and vice versa,
4828         * src/pic16/device.h: added new field opt_flags, where optimization
4829         flags can be set to enable certain features,
4830         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4831         * pBlock, (genFunction, genEndFunction): surroung loop for
4832         saving/loading used registers in stack with PC_INFO pCodes,
4833         INF_LREGS. Code in between can then be optimized by pCode optimizer
4834         to support function calls,
4835         * (genDataPointerSet): fixed bug which loaded float fields in
4836         structures with corrupt data,
4837         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4838         in a standard way debug info on stderr. Feature used for developing
4839         and debugging only,
4840         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4841         obsolete chunks of code,
4842         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4843         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4844         * pic16/src/pcode.c (pic16_newpCodeInfo,
4845         * (pic16_newpCodeOpLocalRegs),
4846         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4847         feature,
4848         * (pic16_pCodeConstString): printing of the initial value of a
4849         symbol as a comment is inhibited since parsing was already done by
4850         copyStr and output is corrupt,
4851         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4852
4853 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4854
4855         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4856
4857 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4858
4859         * as/mcs51/lkarea.c: removed old K&R style,
4860           (lnksect): changed check on boundary error,
4861           (lnksect2): changed check on boundary error,
4862           (lnksect2): extend XSTK to end of page if size = 1
4863         * as/mcs51/lkmain.c: removed old K&R style,
4864           (Areas51): create l_IRAM symbol
4865         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4866         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4867           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4868         * device/lib/_mullong.c: added version to be compiled with xstack
4869         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4870         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4871         * device/lib/mcs51/crtxstack.asm: fixed comment
4872         * src/SDCCglue.c: maxInterrupts defaults to 0,
4873           (emitMaps): added pdata,
4874           (createInterruptVect): (re)moved default,
4875           (glue): added pdata,
4876           (glue): moved __start__xstack to XSTK with default size 1
4877         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4878           and options.float_rent when options.stackAuto is set,
4879           (linkEdit): only write XDATA_NAME if provided on command line
4880         * src/SDCCmem.h,
4881         * src/SDCCmem.c: added pdata
4882         * src/port.h: added pdata_name to PORT
4883         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4884           (saveRegisters, unsaveRegisters): removed usage of B,
4885           (genMinus): fixed accumulator clash,
4886           (genJumpTab): added comment, this needs another look
4887         * src/mcs51/gen.c: added check for "B in use" paranoia,
4888           added pushB() and popB()
4889         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4890           chance
4891         * src/avr/main.c,
4892         * src/ds390/main.c,
4893         * src/hc08/main.c,
4894         * src/mcs51/main.c,
4895         * src/pic/main.c,
4896         * src/pic16/main.c,
4897         * src/xa51/main.c,
4898         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4899           added PSEG (PAG,XDATA) or NULL to port specifier
4900         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4901         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4902           (_mcs51_genInitStartup): removed __start__xstack equ,
4903           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4904         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4905         * src/z80/gen.c (_rleAppend): fixed warnings
4906         * support/regression/tests/zeropad.c: added pdata test
4907         * .version: bumped to 2.4.6
4908
4909 2004-10-17 Borut Razem <borut.razem AT siol.net>
4910
4911         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4912         as a part of nightly build
4913
4914 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4915
4916         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4917         WREG holds the first byte function parameters,
4918         * (aopForSym): take special case for symbols which are in FARSPACE
4919         but in CODESPACE too,
4920         * (assignResultValue): modified to take into account _G.useWreg,
4921         * (genCall): don't use wreg for parameter passing when function is
4922         declared as reentrant, too, added optimization INCF to stack
4923         pointer when stack parameter count is 1,
4924         * (genFunction, genEndFunction): refurnished and fixed to not using
4925         wreg for passing parameters when function has varargs or is
4926         reentrant, fixed bug with symbol name compare for generating
4927         functions in absolute address,
4928         * (pic16_storeForReturn): refurnished,
4929         * (genCmp): began writing a new version of the function, not ready
4930         yet, therefore it is disabled,
4931         * (genAssign): do not read code memory when assigning a function to
4932         a pointer function,
4933         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4934         array of characters, not pointer,
4935         * (pic16initialComments): in debug mode emit an .ident directive for
4936         the assembler,
4937         * (_process_pragma): emit a new warning type (internal to pic16)
4938         when setting stack to default length, emit a similar warning when
4939         placing a function at absolute address and address is not word aligned
4940         * (_pic16_parseOptions): added 'return TRUE' statement,
4941         * (_pic16_linkEdit): if compiling a source, then add the source's
4942         file object, first in the list of objects to link,
4943
4944 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4945
4946         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4947         * src/pic/main.c : removed VC warning.
4948         * src/pic/gen.c : changed comment.
4949
4950 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4951
4952         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4953         reference to a deprecated symbol _GPTRREG was causing failure to
4954         link. Thanks G. M. Gallant for the info.
4955
4956 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4957
4958         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4959         comments for Bugs item #954788.
4960
4961 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4962
4963         * src/pic16/device.c (pic16_dump_gsection,
4964         * pic16_groupRegistersInSection): handle symbols declared to be in
4965         access bank differently,
4966         * src/pic16/gen.c (struct _G): added field resDirect,
4967         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4968         send values read from stack directly to result and don't allocate
4969         temporary values,
4970         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4971         same registers,
4972         * (pic16_sameRegsOfs): NEW,
4973         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4974         free because they were not allocated from temporary pool,
4975         * pic16_popRegFromString): workaround to fix a problem with
4976         allocating variables twice or never,
4977         * (genGenPointerGet): using PRODL instead of FSR0H,
4978         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4979         instead of FSR0H,
4980         * (genAssign): take advantage of the _G.resDirect flag,
4981         * (genCast): around line 11844, use mov2f instead of directly
4982         MOVFF'ing between operands to account for literal values,
4983         * src/pic16/genutils.c: some new debug functions for gpsim have been
4984         added,
4985         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4986         float with integer part only,
4987         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4988         place variables in access bank
4989         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4990         updated sources to reflect recent changes in gen.c
4991
4992 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4993
4994         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4995         sources that searched for headers in installation path, now the
4996         device/include/pic16 is used,
4997         * src/pic16/glue.c (pic16glue),
4998         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4999         .line directives if not in debug mode, this suppresses assembler's
5000         warnings for ignored directives
5001
5002 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5003
5004         * src/port.h: made reset_regparms prototype void parameter explicit.
5005         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5006         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5007         * doc/sdccman.lyx: documented warning disabling and how to use
5008           printf_large to make it print floats.
5009         * device/include/stdbool.h: NEW
5010         * device/lib/_atof.c,
5011         * device/lib/_divuint.c,
5012         * device/lib/_divulong.c,
5013         * device/lib/expf.c,
5014         * device/lib/printf_large.c,
5015         * device/lib/sincosf.c,
5016         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5017         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5018           a completely reentrant lib.
5019
5020 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5021
5022         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5023         * device/include/pic16/stdio.h: fixed bug with colon
5024
5025 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5026
5027         * device/include/pic16/stdio.h,
5028         * device/include/pic16/stdlib.h,
5029         * device/include/pic16/math.h: NEW
5030         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5031         declared as _naked to reduce overhead
5032         * device/lib/Makefile.in (target port-specific-objects-pic16):
5033         changed * to *.* so to ignore the CVS directory,
5034         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5035         stacked variables back in stack,
5036         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5037         corruption
5038
5039 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5040
5041         * .version: bumped version number to 2.4.5
5042         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5043         * support/Util/SDCCerr.c (messages structure): added entry for
5044         W_POSSBUG2
5045
5046         Large cumulative patch for pic16 port and libraries.
5047         * device/include/pic16/sdcc-lib.h,
5048         * device/include/pic16/stdarg.h,
5049         * device/include/asm/pic16/features.h,
5050         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5051         * device/include/pic16/float.h: changes reentrant keyword with
5052         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5053         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5054         updated target build-libraries to include objects from gptr,
5055         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5056         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5057         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5058         all function headings,
5059         * src/SDCCmain.c: added global parameter userIncDirsSet,
5060         * (parseCmdLine): when option -I is encountered add directory to
5061         userIncDirsSet too,
5062         * src/version.awk: added space between control and long,
5063         * src/pic16/NOTES: added some notes for the port,
5064         * src/pic16/gen.c: added prototype for mov2fp function,
5065         * (fReturnpic16[]): properly named return value registers,
5066         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5067         * (aopForSym): added code to handle symbols with onStack flag set,
5068         symbols onStack are allocated PTRSIZE bytes,
5069         * (aopFreeAsmop): handles special case where asmops are stack objects,
5070         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5071         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5072         added argument lock to trace flaws in allocating temporary registers
5073         when developing port,
5074         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5075         * (pic16_popRegFromString): reenabled allocating a direct register
5076         from string,
5077         * (assignResultValue): various beautifications,
5078         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5079         referenced function argument,
5080         * (genIpush): reenabled to allow stacked arguments, handles only
5081         ic->parmPush iCodes,
5082         * (genCall, genPcall): major changes to allow for variable argument
5083         functions, fixed a bug with falsely restoring stack pointer after
5084         returning from call,
5085         * (genFunction): pending code for critical function,
5086         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5087         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5088         * (genNearPointerGet): fixed bug with indirect reading, was always
5089         reading from INDF0
5090         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5091         pointers,
5092         * (genAddrOf): rewrote code to take address of a stacked function parameter
5093         * (genCast): fixed casting to generic pointer type,
5094         * src/pic16/gen.h: added AOP_STA,
5095         * (struct asmop): added field stk,
5096         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5097         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5098         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5099         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5100         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5101         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5102         generic pointers,
5103         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5104         and library paths,
5105         * (pic16_port structure): generic pointer size is set to 3,
5106         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5107         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5108         compiler warning,
5109         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5110         operand is an iTemp,
5111
5112 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5113
5114         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5115         * debugger/mcs51/simi.c: addapt new syntax of s51
5116
5117 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5118
5119         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5120         * src/pic16/pcode.c: commented out some calls to free() in order to
5121         fix bug #989576,
5122
5123 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5124
5125         * src/SDCCicode.h,
5126         * src/SDCCicode.c (isiCodeInFunctionCall),
5127         * src/avr/ralloc.c (selectSpil),
5128         * src/pic/ralloc.c (selectSpil),
5129         * src/pic16/ralloc.c (selectSpil),
5130         * src/ds390/ralloc.c (selectSpil),
5131         * src/hc08/ralloc.c (selectSpil),
5132         * src/xa51/ralloc.c (selectSpil),
5133         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5134         stack in the middle of a function call sequence (fixes bug #1020268)
5135         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5136         costs associated with the minimum switch case.
5137
5138 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5139
5140         * src/SDCC.lex: fixed bug #1030549
5141
5142 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5143
5144         * src/SDCCcse.h (struct cseDef),
5145         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5146         over a function call if the CSE is derived from a symbol whose
5147         address has been taken (fixes bug #1029883)
5148         * support/regression/tests/bug-1029883: a new regression test for
5149         this bug
5150
5151 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5152
5153         * src/hc08/gen.c (emitinline): fixed bug #1029778
5154         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5155         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5156         and starts toward RFE #905167)
5157
5158 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5159
5160         * src/pic16/gen.c (mov2f): New function to move an operand to
5161         another without considering if it is a literal or a register,
5162         * (pic16_sameRegs): don't check if they are both AOP_REG,
5163         * (AccRsh): removed andmask=0 lines,
5164         * (genLeftShift): duplicated to be improved in future versions,
5165         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5166         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5167         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5168         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5169         * (insertBankSwitch): fixed inserting banksel directives algorithm
5170         for instructions that follow a skip instruction, this fixes a report
5171         for broken subtraction code generation,
5172         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5173         iCode is a left op, just in case result and right share the same
5174         registers
5175
5176 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5177
5178         * src/hc08/main.c,
5179         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5180         preservation of HX
5181         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5182         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5183         on 2004-09-12; it was buggy
5184
5185 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5186
5187         * src/SDCCsymt.h: removed RESULT_CHECK
5188         * src/SDCCast.c,
5189         * src/SDCCglue.c,
5190         * src/SDCCval.c,
5191         * src/pic/glue.c,
5192         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5193
5194 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5195
5196         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5197         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5198         configuration values no more rejected by compiler, they are assigned
5199         to configuration registers with a warning message instead,
5200         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5201         the for-loop so last conf register is emitted too,
5202         * (_pic16_initPaths): link library libsdcc.lib by default,
5203         * (_hasNativeMulFor): modified test for multiplication according to
5204         Raphael Neider's remarks. Integer multiplication is also done with
5205         support functions,
5206         * device/include/pic16/pic18fregs.h: corrected type error in while
5207         testing and including 18f6720 header file
5208
5209 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5210
5211         * src/pic16/device.h (pic16_options): removed field use_crt,
5212         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5213         until an optimization to handle single bits is added,
5214         * (pic16_loadFSR0): moved before genUnpackBits,
5215         * (genAnd): some white lines removed,
5216         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5217         leave_reset flags in pic16_options when using crt modules,
5218
5219 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5220
5221         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5222           for bugs 898889 & 979599. Also used some safer print instructions.
5223
5224 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5225
5226         * src/pic16/device.h (pic16_options_t): added field use_crt,
5227         crt_name, no_crt,
5228         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5229         catch a probable future bug,
5230         * src/pic16/gen.c: aopIdx function commented out,
5231         * (genAssign): commented out old code which used aopIdx,
5232         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5233         code, added if conditionals to take into account the --use-crt
5234         command line options,
5235         * src/pic16/main.c (pic16_optionsTable): added new command line
5236         options, --use-crt= and --no-crt,
5237         * (_pic16_linkEdit): now the proper crt object is added in the
5238         linker command line except than when --no-crt is specified,
5239         * src/pic16/pcode.c,
5240         * src/pic16/pcode.h: added some structures and functions for a new
5241         optimization scheme to compansate for instruction overhead between
5242         same iCodes, this scheme is currently under development and is not
5243         working in any way,
5244         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5245         to && operator,
5246         * device/lib/pic16/startup/crt0i.c,
5247         * device/lib/pic16/startup/crt0iz.c: added global char variable
5248         __uflags to force the generation of an idata section
5249
5250 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5251
5252         * doc/Makefile,
5253         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5254         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5255
5256 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5257
5258         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5259         Frieder) and clarified the default code optimization mode
5260
5261 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5262
5263         * src/SDCC.lex (doPragma, process_pragma),
5264         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5265         "opt_code_size", and "opt_code_balanced"
5266         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5267         regrouped options by category, added support for category headers
5268         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5269         and "--opt-code-size"
5270         * doc/sdccman.lyx: documented these new options and pragmas
5271         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5272         preference into account
5273
5274 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5275
5276         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5277           geniCodePreDec): Fixed bug 904237 by generating a warning
5278         * src/SDCCerr.h,
5279         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5280
5281 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5282
5283         * src/pic/device.c : When no max ram set validate full memory range.
5284         * src/pic/pcode.c,
5285         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5286
5287 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5288
5289         * device/lib/_gptrget.c,
5290         * device/lib/_gptrput.c: updated comment
5291         * device/lib/calloc.c,
5292         * device/lib/free.c,
5293         * device/lib/malloc.c,
5294         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5295         * src/SDCCcse.c (cseBBlock),
5296         * src/SDCCicode.c (printOperand, geniCodeArray),
5297         * src/SDCCicode.h (struct operand): fixed bug 868103
5298         * support/regression/tests/bug-868103.c: added
5299         * src/SDCCast.c (searchLitOp),
5300         * src/SDCCcse.h (struct cseDef),
5301         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5302         * src/SDCCicode.h (struct operand),
5303         * src/SDCCsymt.h (struct sym_link),
5304         * src/avr/gen.c (hasInc),
5305         * src/ds390/gen.c (hasInc),
5306         * src/hc08/gen.c (genPlusIncr, hasInc),
5307         * src/mcs51/gen.c (hasInc),
5308         * src/pic16/glue.c (pic16_printIvalChar),
5309         * src/pic16/ralloc.c (regWithIdx),
5310         * src/xa51/gen.c (hasInc) : removed warnings
5311         * src/SDCCast.c (createBlock): added comment ???
5312         * src/hc08/ralloc.c: updated comments
5313
5314 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5315
5316         * doc/sdccman.lyx: updated section on switch statements, added
5317         section about semaphore locking
5318         * doc/Makefile: added option -info for latex2html
5319         * device/lib/_gptrget.c,
5320         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5321
5322 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5323
5324         * src/pic/device.h,
5325         * src/pic/device.c,
5326         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5327          maxram is less than 0x100.
5328
5329 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5330
5331         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5332
5333 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5334
5335         * src/port.h,
5336         * src/mcs51/main.c,
5337         * src/ds390/main.c,
5338         * src/z80/main.c,
5339         * src/hc08/main.c,
5340         * src/pic/main.c,
5341         * src/pic16/main.c,
5342         * src/avr/main.c,
5343         * src/xa51/main.c
5344         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5345         a jump table is the best form for a switch statement, including
5346         automatic insertion of missing cases to make the case range
5347         continuous. Developed in collaboration with Frieder Ferlemann.
5348
5349 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5350
5351         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5352         accumulator result if it needs sign extension
5353
5354 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5355
5356         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5357
5358 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5359
5360         * device/lib/gbz80/printf.c,
5361         * device/lib/z80/printf.c: removed define for NULL
5362
5363 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5364
5365         * as/xa51/xa_link.c,
5366         * device/examples/ds390/ow390/ad26.c,
5367         * device/examples/ds390/ow390/cnt1d.c,
5368         * device/examples/ds390/ow390/counter.c,
5369         * device/examples/ds390/ow390/ds2480.h,
5370         * device/examples/ds390/ow390/ds2480ut.c,
5371         * device/examples/ds390/ow390/findtype.c,
5372         * device/examples/ds390/ow390/gethumd.c,
5373         * device/examples/ds390/ow390/owllu.c,
5374         * device/examples/ds390/ow390/ownetu.c,
5375         * device/examples/ds390/ow390/swt12.c,
5376         * device/examples/ds390/ow390/swtloop.c,
5377         * device/examples/ds390/ow390/temp.c,
5378         * device/examples/ds390/ow390/temp10.c,
5379         * device/examples/ds390/ow390/thermo21.c,
5380         * device/examples/ds390/ow390/tinilnk.c,
5381         * device/examples/ds390/ow390/tstfind.c,
5382         * device/examples/serialcomm/windows/serial.cpp,
5383         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5384         * device/include/reg51.h: fixed line endings for cvs
5385
5386 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5387
5388         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5389         packRegsForAccUse, packRegisters): new accumulator register
5390         packing algorithm
5391         * support/regression/ports/hc08/support.c (_putchar): suppress
5392         warning of unused variable
5393         * src/SDCCicode.c: added SWAP entry to codeTable
5394
5395 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5396
5397         * device/lib/sprintf.c: forgot to add this file before previous commit
5398
5399 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5400
5401         * src/pic16/gen.c (genPackBits): added operand right in function
5402         parameters, load result directly if p_type is POINTER (that is
5403         called by genNearPointerSet)
5404         * (genUnPackBits): added operand left in function parameters,
5405         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5406         FSR0 if accessing bitfields,
5407
5408 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5409
5410         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5411           _print_format; updated printf, sprintf, vsprintf
5412         * device/include/asm/default/features.h: corrected comment/define
5413         * device/lib/Makefile.in: added sprintf.c
5414         * device/lib/libsdcc.lib: added sprintf module
5415         * device/lib/printf_large.c,
5416         * device/lib/vprintf.c,
5417         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5418           into these 3 files
5419         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5420         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5421         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5422           hc08 test
5423         * support/regression/tests/zeropad.c: define idata as data for hc08
5424
5425 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5426
5427         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5428         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5429         labels are referenced at least once (even if a reference is not found)
5430         * src/hc08/gen.c (emitcode): set isComment flag for comments
5431         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5432         loads), rules 6a..6b (optimize jumps to return)
5433
5434 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5435
5436         * device/lib/acosf.c (acosf),
5437         * device/lib/asinf.c (asinf),
5438         * device/lib/atanf.c (atanf),
5439         * device/lib/ceilf.c (ceilf),
5440         * device/lib/cosf.c (cosf),
5441         * device/lib/coshf.c (coshf),
5442         * device/lib/cotf.c (cotf),
5443         * device/lib/fabsf.c (fabsf),
5444         * device/lib/floorf.c (floorf),
5445         * device/lib/log10f.c (log10f),
5446         * device/lib/logf.c (logf),
5447         * device/lib/sinf.c (sinf),
5448         * device/lib/sinhf.c (sinhf),
5449         * device/lib/sqrtf.c (sqrtf),
5450         * device/lib/tanf.c (tanf),
5451         * device/lib/tanhf.c (tanhf),
5452         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5453         replaced all instances of "reentrant" in the library functions
5454         defined in math.h with this macro.
5455         * support/regression/tests/float_trans.c: reenabled test for hc08
5456
5457 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5458
5459         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5460         erroneously deleted
5461
5462 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5463
5464         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5465         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5466         multi-byte volatile operands are used
5467         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5468         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5469         initialization to area GSINIT0 so that it would always precede
5470         any static initializers in GSINIT
5471         * support/regression/tests/zeropad.c: fixed idata define for hc08
5472         * support/regression/tests/bug-927659.c,
5473         * support/regression/tests/float_trans.c: disabled tests for hc08
5474         pending missing library routines
5475         * .version: increased version number to 2.4.4 - hc08 port now passes
5476         regression tests
5477
5478
5479 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5480
5481         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5482         * Makefile.common.in,
5483         * as/Makefile,
5484         * as/hc08/Makefile.in,
5485         * as/mcs51/Makefile.in,
5486         * as/z80/Makefile.in,
5487         * debugger/mcs51/Makefile.in,
5488         * device/include/Makefile.in,
5489         * device/lib/Makefile.in,
5490         * doc/Makefile,
5491         * link/Makefile,
5492         * link/z80/Makefile.in,
5493         * packihx/Makefile.in,
5494         * sim/ucsim/main_in.mk,
5495         * sim/ucsim/avr.src/Makefile.in,
5496         * sim/ucsim/doc/Makefile.in,
5497         * sim/ucsim/gui.src/serio.src/Makefile.in,
5498         * sim/ucsim/hc08.src/Makefile.in,
5499         * sim/ucsim/s51.src/Makefile.in,
5500         * sim/ucsim/xa.src/Makefile.in,
5501         * sim/ucsim/z80.src/Makefile.in,
5502         * src/Makefile.in,
5503         * support/cpp2/Makefile.in,
5504         * support/librarian/Makefile,
5505         * support/makebin/Makefile: added DESTDIR to the install path proposed
5506         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5507         * doc/sdccman.lyx: added DESTDIR documentation
5508
5509 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5510
5511         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5512         instruction for interrupt handlers, use fast returns when returning
5513         from high priority interrupts
5514
5515 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5516
5517         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5518         code generation
5519         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5520         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5521         bugs, ported much of Bernhard's code from mcs51
5522         * src/mcs51/gen.c (genSend),
5523         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5524         than one when calling a reentrant function
5525         * device/lib/_mullong.c: defined an alternate struct layout for big
5526         endian ports (hc08)
5527
5528 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5529
5530         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5531         test
5532
5533 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5534
5535         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5536         are sane and complete before asking the port its prefered parameter
5537         passing method (fixes bug #1017633)
5538         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5539         and _ret3
5540
5541 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5542
5543         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5544         problem in bitfields >= 8 bits.
5545
5546 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5547
5548         * src/SDCCsymt.c: undid changes that were not meant to be committed
5549
5550 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5551
5552         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5553
5554 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5555
5556         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5557           copied and wrong bit got inverted
5558
5559 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5560
5561         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5562         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5563         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5564         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5565         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5566         assignments to bitfields at known addresses
5567         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5568         reads from bitfields at known addresses
5569         * src/hc08/ralloc.c (packRegisters),
5570         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5571         genhc08Code): optimize pointer get values used as conditionals
5572         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5573         and branch
5574
5575 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5576
5577         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5578         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5579         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5580         as conditionals
5581
5582 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5583
5584         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5585
5586 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5587
5588         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5589         related problems
5590
5591 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5592
5593         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5594
5595 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5596
5597         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5598         mcs51 port
5599
5600 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5601
5602         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5603
5604 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5605
5606         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5607         cases use more compact code.
5608
5609 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5610
5611         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5612
5613 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5614
5615         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5616
5617 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5618
5619         * src/SDCCsymt.h,
5620         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5621         parameter of changePointer() from symbol* to sym_link*
5622         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5623         * src/SDCCsymt.c (compareType): void* type is castable to other
5624         pointers, but not necesarily an exact match.
5625         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5626         is no longer blindly treated as an exact match.
5627         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5628
5629 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5630
5631         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5632
5633 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5634
5635         * src/pic/gen.c,
5636         * src/pic/pcode.c,
5637         * src/pic/ralloc.h,
5638         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5639
5640 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5641
5642         * src/pic/device.c,
5643         * src/pic/device.h,
5644         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5645
5646 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5647
5648         * src/mcs51/gen.c (emitcode): fixed bug #992819
5649
5650 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5651
5652         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5653           there's no need to make it worse
5654
5655 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5656
5657         * src/mcs51/ralloc.c (deassignLR),
5658         * src/ds390/ralloc.c (deassignLR),
5659         * src/hc08/ralloc.c (deassignLR),
5660         * src/z80/ralloc.c (deassignLR),
5661         * src/pic/ralloc.c (deassignLR),
5662         * src/pic16/ralloc.c (deassignLR),
5663         * src/avr/ralloc.c (deassignLR),
5664         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5665         rlivePoint): fixed another part of bug #971834
5666
5667 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5668
5669         * src/z80/main.c: enabled "critical" keyword
5670         * src/z80/mappings.i,
5671         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5672         functions (fixes bug #979646)
5673         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5674
5675 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5676
5677         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5678           such as c:\mydir.
5679
5680 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5681
5682         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5683           doesn't disable too much optimizations
5684
5685 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5686
5687         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5688
5689 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5690
5691         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5692
5693 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5694
5695         * src/pic/gen.c tidied up tabs
5696         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5697         * src/pic/main.c tidied up tabs
5698         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5699         * src/pic/pcoderegs.c tidied up tabs
5700         * src/pic/ralloc.c tidied up tabs
5701
5702 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5703
5704         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5705         to S_FIXED for pic16 port and when symbol is not in level 0,
5706         allocate for S_REGISTER storage class and pic16 port, too,
5707         * src/pic16/device.h: prototype for checkSym,
5708         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5709         * (pic16_assignConfigWordValue): test the value and the mask to
5710         validate that the value is suitable for the configuration word,
5711         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5712         collect extern declared symbols, don't emit symbol twice, check
5713         first if symbol is in publics set first,
5714         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5715         * added command line '--fstack' which enables an experimental
5716         feature for stack access, too buggy to be used yet...
5717         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5718         * (pic16_allocDirReg): when register has storage class S_REGISTER
5719         allocate in pic16_dynAccessRegs,
5720         * device/include/pic16/pic18f????.h: modified configuration word
5721         naming convention, words started as CONFIG0H but should be CONFIG1H
5722
5723 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5724
5725         * device/include/mcs51reg.h: fixed bug 970993
5726
5727 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5728
5729         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5730         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5731         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5732         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5733         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5734         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5735           error/warning numbers,
5736           added function setWarningDisabled()
5737         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5738         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5739           _memcmp.c _memmove.c calloc.c realloc.c free.c
5740         * support/regression/tests/malloc.c: added tests for new functionality
5741         * support/regression/tests/zeropad.c: added tests for truncated initializers
5742           and initialized char arrays starting with '\x0'
5743         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5744
5745 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5746
5747         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5748
5749 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5750
5751         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5752         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5753         peephole 177.e. Thanks to anonymous
5754
5755 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5756
5757         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5758         function isn't used in the source but referenced as a
5759         variable initializer then declare it as extern in .asm file
5760
5761 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5762
5763         * .version: increased version number to 2.4.3
5764
5765         Adding version extension according to ChangeLog CVS revision
5766         * src/Makefile.in (target all): added dependency 'version.h'
5767         * (rule version.h): added rule to create version.h from ChangeLog,
5768         * (rule dep): added dependency version.h,
5769         * src/version.awk: AWK script to create version.h
5770         * src/SDCCdwarf2.c (dwWriteModule),
5771         * src/SDCCglue.c (initialComments),
5772         * src/SDCCmain.c (printVersionInfo): modified to write after
5773         version string the version extension number,
5774         * src/SDCCutil.c: included "version.h"
5775         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5776         number,
5777         * src/SDCCutil.h: added prototype for getBuildNumber
5778
5779         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5780         includeDirsSet, too,
5781         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5782         const char [] is found in function prototype...
5783
5784         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5785         moving to WREG with source is already in WREG,
5786         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5787         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5788         * (aopForSym): stack'ed symbols are partially supported, added
5789         if-clause to support symbols in FARSPACE,
5790         * (sameRegs): added test for AOP_ACC to see if registers are same,
5791         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5792         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5793         * (pic16_popRegFromString): will not allocate a new register if it
5794         doesn't find one by name, bug may have introduced...
5795         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5796         * (genIpush): revived to use pic16 port's stack,
5797         * (genAddrOf): added incomplete case for stack'ed operand,
5798         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5799         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5800         can handle multibyte operands,
5801         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5802         * (pic16initialComments): added message for MPLAB compatibility
5803         mode enabled,
5804         * src/pic16/main.h: prototype for pic16_mplab_comp,
5805         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5806         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5807         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5808         because of increased complexity of procedure,
5809         * (_process_pragma): stack pragma changed to format 'stack pos len',
5810         emit symbol '_stack_end' to conform with gplink,
5811         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5812         to search for register,
5813         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5814         PO_GPR_REGISTER,
5815         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5816         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5817         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5818         case for PO_GPR_REGISTER,
5819         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5820         dies, the new era is ahead !...
5821         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5822         pic16_dynInternalRegs,
5823         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5824         * (pic16_allocDirReg): minor optimizations and bug fixes,
5825         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5826
5827         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5828         load stack and frame pointer with address of 'stack_end' symbol
5829
5830 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5831
5832         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5833         without source code but only variable initializers
5834
5835 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5836
5837         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5838         external are not declared as extern to reduce overhead while linking
5839
5840 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5841
5842         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5843
5844 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5845
5846         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5847           Yee Keat for the patch
5848         * src/SDCCast.c (decorateType): fixed bug #979599
5849         * src/ds390/gen.h: removed local fReturnSizeDS390
5850         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5851         * src/ds390/gen.c (genAnd, genOr, genXor),
5852         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5853
5854 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5855
5856         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5857         add relFilesSet to $3, manipulate $2 to handle linking of object
5858         files without source files in command line,
5859         * device/include/pic16 (all headers): added ID location macros,
5860         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5861         entries for ID location bytes,
5862         * (pic16_assignIdByteValue): NEW,
5863         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5864         added field dumpcalltree to pic16_options_t,
5865         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5866         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5867         emitting rFalseIfx label after check_carry label,
5868         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5869         pic16_emitDIRegs), NEW
5870         * (pic16glue): dump .calltree file when option --calltree found,
5871         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5872         * (_pic16_genAssemblerPreamble): emit ID locations after
5873         configuration registers,
5874         * (pic16_linkCmd): modifications of the link command,
5875         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5876         * (pic16_pCodeInitRegisters): don't init stack registers,
5877         * (pic16_findPrevInstruction): fixed bug,
5878         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5879         bug with immediate registers,
5880         * (buildCallTree): traces stack push and pop,
5881         * (pct2): dump also stack usage for each function,
5882         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5883         * (pic16_allocDirReg): various modifications,
5884         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5885         fixed to 1,
5886
5887 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5888
5889         * src/pic16/pcode.c: removed buggy double colon
5890
5891 2004-07-01 Borut Razem <borut.razem AT siol.net>
5892
5893         * support/scripts/sdcc.nsi: added include/pic16 to setup
5894
5895 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5896
5897         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5898         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5899         target 'clean',
5900         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5901         specific command line arguments. Also added sample lkr script
5902         for placing a variable at a specific memory bank.
5903         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5904         at a specific memory bank,
5905         * (pic16_dump_isection): fixed bug which caused string literals to
5906         be omitted when dumping idata section,
5907         * (pic16_groupRegistersInSection): added code to handle registers
5908         in specific memory banks,
5909         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5910         public, all references are renamed too,
5911         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5912         AOP_DPTR2,
5913         * (pic16_storeForReturn): added case to handle when dest is WREG,
5914         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5915         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5916         pic16_rel_udata, check to see if that register is marked as being
5917         a member of a specific memory bank,
5918         * (pic16_printIvalCharPtr): added code to add string literals either
5919         to code or the idata sections,
5920         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5921         also accept the 'udata' pragma,
5922         * src/pic16/main.h: new structure types sectName and sectSym
5923         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5924         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5925         * (pic16_findPrevInstruction): fixed, it returned nothing,
5926         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5927         instruction combinations,
5928         * (pic16_FixRegisterBanking): heavily reorganised,
5929         * (pic16_AnalyzeBanking): if generating banksel directives is
5930         disabled, then don't call FixRegisterBanking at all,
5931         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5932         completely removed,
5933         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5934
5935 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5936
5937         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5938         Phuah Yee Keat <yk.phuah AT nestac.com>
5939
5940 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5941
5942         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5943         correctly the IVT even if it is relocated to some other location
5944
5945 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5946
5947         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5948         * device/include/pic16/pic18f2220.h: NEW,
5949         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5950         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5951         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5952         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5953         nodefaultlibs, ivt_loc is the location of the interrupt vector
5954         table, and nodefaultlibs signs that default libraries should not be
5955         linked in link stage,
5956         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5957         according to --ivt-loc argument,
5958         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5959         when pragma stack is found,
5960
5961 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5962
5963         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5964         256 (range check), 257 (do while), 258.a-f (bit banging
5965         f.e. on 3-wire SPI bus)
5966
5967 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5968
5969         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5970         variables used exclusively within a loop
5971
5972 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5973
5974         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5975
5976 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5977
5978         * src/SDCClrange.c (computeClash): fixed bug #971834
5979
5980 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5981
5982         * src/mcs51/gen.c (genCmp): fixed bug #975903
5983         * src/hc08/gen.c (operandsEqu),
5984         * src/ds390/gen.c (operandsEqu),
5985         * src/z80/gen.c (operandsEqu),
5986         * src/pic/gen.c (operandsEqu),
5987         * src/pic16/gen.c (operandsEqu),
5988         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5989         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5990
5991 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5992
5993         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5994
5995 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5996
5997         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5998         default case in switch statement,
5999         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6000         to eliminate problem with initialisation of pointers, but problem
6001         still exists,
6002         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6003         * (emitStaticSegment): removed various lines emitting debug info,
6004         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6005         added processor registers for utilizing EEPROM,
6006         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6007         configurable and set 8
6008
6009 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6010
6011         * .version: increased version number to 2.4.2,
6012
6013         Cumulative patch for pic16 port
6014         * src/pic16/device.c: changed scheme to dump initial values for
6015         variables in idata segment, all print_idata* functions were removed,
6016         now the pic16_printIval* will be called,
6017         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6018         * _pic16_printPointerType, pic16_printPointerType,
6019         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6020         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6021         NEW, similar to the respective functions in SDCCglue.c,
6022         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6023         way, emitting hex bytes,
6024         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6025
6026 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6027
6028         * src/avr/ralloc.c (serialRegAssign),
6029         * src/xa51/ralloc.c (serialRegAssign),
6030         * src/pic/ralloc.c (serialRegAssign),
6031         * src/pic16/ralloc.c (serialRegAssign),
6032         * src/hc08/ralloc.c (serialRegAssign),
6033         * src/z80/ralloc.c (serialRegAssign),
6034         * src/ds390/ralloc.c (serialRegAssign),
6035         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6036
6037 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6038
6039         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6040         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6041
6042 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6043
6044         Cumulative patch for pic16 port:
6045         * src/pic16/device.h (typedef PIC16_device) modified fields for
6046         defining microcontrollers,
6047         * src/pic16/device.c: added new info for all devices in Pics16 array,
6048         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6049         to be optimised out by the pCode optimiser,
6050         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6051         specially, bug reported by G.M. Gallant,
6052         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6053         as force'd so that cannot be optimised out by pCode optimiser,
6054         * src/pic16/pcode.c,
6055         * src/pic16/pcodepeeph.c,
6056         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6057         they are disabled by default, but can be enabled explicit with
6058         command argument --denable-peeps, for testing,
6059         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6060         --pomit-ivt in COMPILE_FLAGS
6061
6062 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6063
6064         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6065           compilation on MSVC
6066
6067 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6068
6069         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6070
6071 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6072
6073         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6074         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6075
6076 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6077
6078         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6079         would only assign 0x300001 register.
6080
6081 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6082
6083         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6084         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6085
6086 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6087
6088         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6089         for ds80c400
6090         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6091         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6092         added peephole 254 (left shift), 255 (jump table)
6093
6094 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6095
6096         * device/lib/Makefile.in: removed comment line with model-pic16,
6097         * (target port-specific-objects-pic16): the libraries and objects
6098         are copied to the build directory form the device/lib/pic16/bin
6099         directory
6100
6101         Cumulative patch concerning pic16 port:
6102         * library directory has been re-organized,
6103         * added support for PIC18F1220,
6104         * added headers and library sources for chips 18f1220,18f6520,
6105         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6106
6107         * configuration registers setting has changed, now each supported
6108         device has a complete description of the registers it uses,
6109         * all initialisations are moved to idata sections, these section
6110         can be absolute or relocatable,
6111         * fixed initialisation of codespace variables,
6112         * fixed warning about PCLATU and gpsim,
6113         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6114         * (genAssign): use table reads when assigning from variables in codespace,
6115         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6116         char/int variables placed in codespace,
6117         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6118         registers set in .asm file, no need for --pomit-config-words anymore,
6119         * (pic16glue): some 8051 legacy segments are commented out
6120         (to be removed completely),
6121         * added support for alternative assembler and linker with --asm=
6122         and --link= command line arguments,
6123         * peepholes are disabled automatically in the port, no need to
6124         specify on command line,
6125         * port supports natively char/int/long multiplication, but converts
6126         all divisions to support functions,
6127         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6128         to the file set in variable $2,
6129         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6130         strings in ASCII format and not in hex,
6131         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6132         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6133         allocate proper register if iCodes aren't temporary,
6134
6135 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6136
6137         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6138
6139 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6140
6141         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6142         is commented out
6143
6144 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6145
6146         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6147         computed address is reused
6148         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6149         multi-byte bitfields
6150
6151 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6152
6153         * src/z80/gen.c: (genArrayInit): must check for pointers too
6154
6155 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6156
6157         * support/regression/tests/zeropad.c: never meant to commit the
6158           nestedstruct test: removed, added check for GCC version
6159
6160 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6161
6162         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6163         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6164         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6165           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6166           bugs 928906 and 954082 half-empty initializers
6167         * src/SDCCsymt.h,
6168         * src/SDCCsymt.c (getAllocSize): added for above fix
6169         * src/z80/gen.c (genArrayInit): fixed bug 741044
6170         * support/regression/tests/zeropad.c: added tests
6171
6172 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6173
6174         * src/pic16/device.c (pic16_dump_section): corrected bug which
6175         caused some symbols of the libraries to be misplaced
6176
6177 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6178
6179         * src/pic16/glue.c,
6180         * src/pic16/ralloc.h,
6181         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6182         to fix conflict with pic port
6183
6184 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6185
6186         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6187         externs configuration variables,
6188         * src/pic16/ralloc.h,
6189         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6190         prototype in header, commented out some debug messages
6191
6192 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6193
6194         * src/pic16/glue.c,
6195         * src/pic16/main.c,
6196         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6197         for gpasm COFF object generation. Thanks to D. Hawkins for
6198         his patch info
6199
6200 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6201
6202         * src/ds390/main.c,
6203         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6204         Brock for spotting this)
6205         * src/ds390/gen.c (genEndFunction),
6206         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6207         interrupt handler and critical. Disable push/pop optimizations when
6208         peephole optimizations disabled.
6209
6210 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6211
6212         Updated pic16 library sources and headers.
6213         * device/lib/pic16/pic18f*/ ,
6214         * device/include/pic16/*.h: modified to handle structured SFR
6215         definitions
6216
6217 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6218
6219         * src/port.h (PORT structure): added hook initPaths, now each
6220         port can declare its own default search paths,
6221         which can been seen with the --print-search-dirs option,
6222         see pic16 port for example,
6223         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6224         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6225         * (doPrintSearchDirs): NEW, replaces in a central manner the
6226         printing of search dirs which was split in set*Paths functions,
6227         * (main): added call to port->initPaths and doPrintSearchDirs,
6228         * src/avr/main.c,
6229         * src/ds390/main.c,
6230         * src/hc08/main.c,
6231         * src/izt/i186.c,
6232         * src/izt/tlcs900h.c,
6233         * src/mcs51/main.c,
6234         * src/pic/main.c,
6235         * src/pic16/main.c: modified port structures to reflect addition of
6236         initPaths hook,
6237
6238         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6239         * (pic16_dump_section): for registers in same address reserve memory once,
6240         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6241         to no_banksel,
6242         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6243         result is greater in size than right or left,
6244         * (pic16_genUMult8X8_8): there are some cases where the result can
6245         be 16 bits size, so handle these,
6246         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6247         * (pic16_outBitC): modified to emit pcodes,
6248         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6249         or not,
6250         * (genDivOneByte): implemented algorithm to divide 8-bits,
6251         * (genCmp): uncommented goto, but issues still exist,
6252         * (genAnd): fixed a bug with variables >8bits,
6253         * (genPackBits): optimization added that uses BCF/BSF to change a
6254         single bit,
6255         * (genAssign): fixed bug when assigning floating point literals,
6256         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6257         __sdcc_gsinit_startup label,
6258         * src/pic16/main.c (_pic16_init): removed search directory
6259         initialisations,
6260         * (_pic16_initPaths): NEW, used to initialise search directories,
6261         * (_hasNativeMulFor): support functions for all except char/int
6262         multiplication, and char division,
6263         * (PIC16_port struct): modified entry for native mul support,
6264         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6265         no_banksel option,
6266         * (buildCallTree): call to register_usage is ifdef'ed out,
6267
6268 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6269
6270         * device/include/string.h: applied Stas Sergeev's patch to make this
6271         header file compatible with the preprocessor -Wundef option
6272         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6273         failure (fixes bug #941458)
6274
6275 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6276
6277         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6278         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6279         that the variable, not the function, should be static
6280         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6281         to be consistent with non-literal case
6282
6283 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6284
6285         * src/SDCCast.c (isConformingBody): fixed bug #949967
6286         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6287         convilong): fixed bug #952086
6288
6289 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6290
6291         * src/SDCCmem.c (allocVariables): fixed bug #955321
6292
6293 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6294
6295         * src/hc08/main.c (_hc08_genAssemblerEnd),
6296         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6297         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6298         completely eliminated the use of a temporary file
6299         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6300         when more than one file linked
6301         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6302
6303 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6304
6305         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6306         which fixes bug #543481
6307         * support/regression/tests/bug-751703.c: fixed comments left from a
6308         cut and paste error
6309         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6310         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6311         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6312         scopes
6313         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6314         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6315         are now changed to underscores in moduleName
6316
6317 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6318
6319         * as/mcs51/lkmem.c: better fix for bug #954173
6320
6321 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6322         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6323
6324         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6325         * device/include/c8051f000.h,
6326         * device/include/c8051f120.h,
6327         * device/include/c8051f300.h,
6328         * device/include/c8051f310.h,
6329         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6330         PWM16) and detab'ed
6331
6332 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6333
6334         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6335         and mailing lists, doc'ed --no-peep-comments, removed reference
6336         to knoppix (newest version has no LyX/LaTeX), other minor changes
6337         * src/SDCCglue.c (glue): save 2 bytes stack space with
6338         option --main-return. The ljmp could probably be avoided too
6339
6340 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6341
6342         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6343
6344 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6345
6346         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6347         * src/SDCCopt.c (isLocalWithoutDef),
6348         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6349         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6350         (credit to Maarten Brock for patch #949363, on which this is based)
6351         * support/regression/tests/bug-751703.c: some test cases of extern used
6352         within inner scopes.
6353
6354 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6355
6356         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6357         SPEC_STRUCT
6358         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6359         struct definitions
6360         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6361         dwWriteLabel): fix to create valid debugger symbols even when
6362         the module name has non-alphanumeric symbols in it
6363         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6364         when a variable's allocation has been optimized away
6365
6366
6367 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6368
6369         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6370         * src/hc08/main.c,
6371         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6372         * src/mcs51/main.c,
6373         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6374         * src/ds390/main.c,
6375         * src/z80/gen.c (z80_emitDebuggerSymbol),
6376         * src/z80/main.c,
6377         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6378         * src/pic/main.c,
6379         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6380         * src/pic16/main.c,
6381         * src/avr/gen.c (avr_emitDebuggerSymbol),
6382         * src/avr/main.c,
6383         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6384         * src/xa51/main.c,
6385         * src/SDCCdebug.c (emitDebuggerSymbol),
6386         * src/SDCCdebug.h,
6387         * src/port.h: added a debugger struct to the port struct. Added a
6388         callback for defining debugger symbols
6389
6390         * src/SDCCast.c (createLabel),
6391         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6392         with isitmp = 1
6393         * src/SDCCicode.h,
6394         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6395         iCode back to the ast for the function
6396
6397         * src/hc08/ralloc.c (hc08_assignRegisters),
6398         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6399         unneeded fields from the regs struct.
6400         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6401         pushReg() & pullReg() functions instead of emitcode()
6402
6403         * src/hc08/gen.c (genLabel, genhc08Code),
6404         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6405
6406         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6407         debugger hooks
6408
6409         * src/hc08/gen.c (genEndFunction, genhc08Code),
6410         * src/hc08/gen.h,
6411         * src/mcs51/gen.c (genEndFunction, gen51Code),
6412         * src/mcs51/gen.h,
6413         * src/ds390/gen.c (genEndFunction, gen390Code),
6414         * src/ds390/gen.h,
6415         * src/z80/gen.c (genEndFunction, genZ80Code),
6416         * src/z80/gen.h,
6417         * src/z80/z80.h,
6418         * src/pic/gen.c (genEndFunction, genpic14Code),
6419         * src/pic/gen.h,
6420         * src/pic16/gen.c (genEndFunction, genpic16Code),
6421         * src/pic16/gen.h,
6422         * src/avr/gen.c (genEndFunction, genAVRCode),
6423         * src/avr/gen.h,
6424         * src/xa51/gen.c (genEndFunction, genXA51Code),
6425         * src/xa51/gen.h,
6426         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6427         specific code to cdbFile.c and out of the backend code generators
6428
6429         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6430         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6431         starting address is now 0
6432
6433         * as/hc08/asm.h,
6434         * as/hc08/m08pst.c,
6435         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6436         assembler directive for DWARF support
6437         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6438
6439         * src/src.dsp,
6440         * src/Makefile.in,
6441         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6442
6443 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6444
6445         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6446         and inappropriate peephole optimization in jump tables
6447
6448 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6449
6450         * as/hc08/m08pst.c,
6451         * src/SDCCglue.c: sdccopt works for the hc08 port now
6452
6453 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6454
6455         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6456
6457 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6458
6459         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6460
6461 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6462
6463         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6464         rules
6465         * src/SDCCmain.c,
6466         * src/SDCCglobl.h,
6467         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6468         comments from the peephole optimizer replacement rules
6469         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6470         symbols
6471         * src/SDCCcse.c (updateSpillLocation),
6472         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6473         equivalents
6474         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6475         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6476         objects far pointers
6477
6478 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6479
6480         * src/SDCCsymt.h: a missing part of my last change
6481         * src/pic/ralloc.c (regTypeNum),
6482         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6483
6484 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6485
6486         * src/SDCCicode.h,
6487         * src/SDCCicode.c (aggrToPtrDclType),
6488         * src/SDCCptropt.h,
6489         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6490         ptrPseudoSymConvert),
6491         * src/pic/ralloc.c (regTypeNum),
6492         * src/pic16/ralloc.c (regTypeNum),
6493         * src/hc08/ralloc.c (regTypeNum),
6494         * src/ds390/ralloc.c (regTypeNum),
6495         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6496         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6497
6498 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6499
6500         * link/z80/lkmain.c (afile),
6501         * as/hc08/lkmain.c (afile),
6502         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6503         prevent a pointer problem when a filename has no directory and
6504         no extension specified.
6505
6506 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6507
6508         * link/z80/lkmain.c (afile): allow periods in directory names
6509         * link/z80/lkmain.c (afile),
6510         * as/mcs51/lkmain.c (afile),
6511         * as/hc08/lkmain.c (afile): allow linker script file to have an
6512         extension other than ".lnk"
6513         * link/z80/lklex.c (getfid),
6514         * link/z80/lkmain.c (parse),
6515         * as/mcs51/lklex.c (getfid),
6516         * as/mcs51/lkmain.c (parse),
6517         * as/hc08/lklex.c (getfid),
6518         * as/hc08/lkmain.c (parse): Support comments in the linker script
6519         file on lines by themselves and after filenames
6520
6521 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6522
6523         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6524
6525 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6526
6527         * src/z80/peeph-z80.def: removed some peephole rules that don't
6528         work with multibyte arithmetic (fixed bug #937126)
6529         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6530         to registers and not global variables
6531         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6532         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6533         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6534         checking for assignments not internally generated (fixed bug #931895)
6535         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6536         structure member (fixed bug #930072)
6537
6538 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6539
6540         * src/SDCCmain.c (linkEdit),
6541         * src/hc08/main.c (_hc08_parseOptions),
6542         * as/hc08/Makefile.in,
6543         * as/hc08/aslink.h,
6544         * as/hc08/asm.h,
6545         * as/hc08/m08pst.c,
6546         * as/hc08/lkrloc.c (relr, rele),
6547         * as/hc08/lkarea.c (lnkarea)
6548         * as/hc08/lkmain.c (afile, parse),
6549         * as/hc08/lkelf.c: support for ELF output
6550         * as/hc08/lks19.c (s19),
6551         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6552
6553 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6554
6555         * as/mcs51/lkihx.c: Fixed bug #899105.
6556
6557 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6558
6559         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6560         .dsp files from Unix to DOS.
6561
6562 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6563
6564         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6565         function pointers; we have been compliant for several months now.
6566         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6567         change that was accidently commented out
6568         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6569         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6570         bug #922319
6571
6572 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6573
6574         * src/hc08/gen.c: output of all of the internal debugging information
6575         is now controlled by the D() macro; it is disabled by default
6576
6577 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6578
6579         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6580         harder to keep the same registers during a CAST iCode
6581         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6582         long via int can be done in a single cast, if the signedness is
6583         correct.
6584         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6585         putchar() in tinibios.c in ds390's library
6586
6587 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6588
6589         * src/SDCCast.c (decorateType): fixed bug #898889,
6590         cast result of a literal complement too
6591         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6592         fixed check for bitfields
6593
6594 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6595
6596         * src/SDCCicode.c (geniCodeLogic): made it static,
6597         (geniCodeLogicAndOr): added in order to fix bug #905492,
6598         (ast2iCode): fixed bug #905492
6599         * support/regression/tests/bug-905492.c: added
6600         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6601         (processParms): fixed bug #927659: don't copy parms, this will clear
6602         decorated flag
6603         * support/regression/tests/bug-927659.c: added
6604
6605 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6606
6607         * src/SDCCast.c (addCast): don't cast float to char
6608         * device/lib/libsdcc.lib: added _memmove
6609
6610 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6611
6612         * device/lib/large/Makefile: fixed parallel execution by
6613         replacing `make` by `$(MAKE)`
6614
6615 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6616
6617         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6618         offsets (fixes bug #923936)
6619
6620 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6621
6622         * device/lib/small/Makefile: fixed parallel execution by
6623         replacing `make` by `$(MAKE)`
6624
6625 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6626
6627         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6628
6629 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6630
6631         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6632         * src/regression/Makefile: Regression test was not running.
6633
6634 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6635
6636         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6637         complement if possible
6638         * src/SDCCval.c (valComplement),
6639         * src/SDCCicode.c (operandOperation): fixed complement of literal
6640         * support/regression/tests/onebyte.c (testComplement): added
6641
6642 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6643
6644         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6645         return an optimized tree; actually replace actParm with the new tree
6646         * src/SDCCast.h: added some parantheses to remove side effects
6647         * support/regression/tests/bug-920866.c
6648
6649 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6650         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6651         Bit operands were not being handled properly in the pic14 port.
6652         (now src/regression/add.c passes again).
6653
6654 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6655
6656         * src/SDCC.y (labeled_statement): case and default no longer require
6657         a following statement (RFE #893037)
6658
6659 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6660
6661         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6662         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6663         disabled (fixes bug #916294)
6664         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6665         "mov a,acc"; patch provided by Lenny Story
6666         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6667
6668 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6669
6670         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6671         functions
6672         * src/ds390/gen.c (genFunction, genEndFunction),
6673         * src/ds390/ralloc.c (ds390_assignRegisters),
6674         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6675         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6676         pushed if there are parameters passed on the stack. Also, a cleaner
6677         way to decide if r0/r1 should be pushed/popped. (Together they fix
6678         bug #918693)
6679
6680 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6681
6682         * doc/sdccman.lyx,
6683         * device/lib/mcs51/crtpagesfr.asm,
6684         * device/lib/mcs51/crtxinit.asm,
6685         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6686         to avoid confusion with Si Lab's SFRPAGE register.
6687
6688 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6689
6690         * src/SDCCglue.c (emitMaps): allow public sfr variables
6691         * src/SDCCglue.c (initialComments): include compiler build date
6692         with compiler version and put the timestamp of the generated
6693         assembly file on a serperate line to be less confusing.
6694         * src/port.h: added genInitStartup hook
6695         * src/avr/main.c,
6696         * src/ds390/main.c,
6697         * src/hc08/main.c,
6698         * src/pic/main.c,
6699         * src/pic16/main.c,
6700         * src/xa51/main.c,
6701         * src/z80/main.c: genInitStartup initialize as NULL (default to
6702         historical behaviour)
6703         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6704         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6705         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6706         library instead of hard coding it into the compiler.
6707         * support/regression/ports/mcs51-stack-auto/spec.mk,
6708         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6709         * device/lib/mcs51/Makefile,
6710         * device/lib/small/Makefile,
6711         * device/lib/large/Makefile,
6712         * device/lib/mcs51/crtpagesfr.asm,
6713         * device/lib/mcs51/crtstart.asm,
6714         * device/lib/mcs51/crtxclear.asm,
6715         * device/lib/mcs51/crtxinit.asm,
6716         * device/lib/mcs51/crtclear.asm,
6717         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6718         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6719         and into user configurable files.
6720         * device/lib/clean.mk: clean mcs51 directory too
6721         * support/regression/tests/longlit.c: added static to T1 declaration
6722         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6723         accesses in the initialization code
6724
6725 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6726
6727         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6728         OSCTRIMVAL as noted in bug #916008
6729
6730 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6731
6732         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6733         in loops with multiple exits (reported as incorrect registers
6734         used by Martin Helmling in Sdcc-user list)
6735
6736 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6737
6738         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6739         made ds390 register extensions look less like error messages
6740
6741 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6742
6743         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6744         reported by Adam Wozniak in Sdcc-user list
6745
6746 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6747
6748         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6749         arithmetic optimizations, added debug output
6750
6751 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6752
6753         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6754         * sdcc.spec: updated and split sdcc into 3 rpms
6755         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6756         needed for literals of LEFT_OP and '+'
6757         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6758         introduced RESULT_TYPE_NOPROM
6759         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6760         left shift
6761         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6762         limited promotion to int only for '*'
6763         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6764
6765 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6766
6767         * src/pic16/gen.c (genSkip),
6768         (genc16bit2lit), (gencjneshort): commented out
6769         (is_LitOp): new helper function, checks operand type
6770         (genCmpEq): rewritten
6771
6772 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6773
6774         * support/regression/tests/bug-908454.c: added
6775
6776 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6777
6778         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6779         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6780         (geniCodeCast): cosmetic, don't preserve bit storage class
6781         (geniCodeLeftShift): added promotion
6782         (geniCodeLogic): fixed regression
6783         * src/SDCCsymt.c (computeTypeOr): accept bits too
6784         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6785
6786 2004-03-07  Borut Razem <borut.razem AT siol.net>
6787
6788         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6789
6790 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6791
6792         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6793         version of pic16_genPackRegisters which does not check if ic is a
6794         CAST operator,
6795         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6796         function cause string1.c regression test fails
6797
6798 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6799
6800         * sim/ucsim/configure.in,
6801         * sim/ucsim/configure,
6802         * sim/ucsim/doc/Makefile.in: use docdir
6803         * src/SDCC.y: fixed sbit atrributes
6804         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6805         * src/SDCCast.c (decorateType): |^& need special promotion handling
6806         * src/SDCCast.h,
6807         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6808         * src/SDCCsymt.h (computeType),
6809         * src/SDCCicode.c: computeType() needs op
6810         * src/SDCCsymt.c (checkTypeSanity),
6811         * doc/sddman.lyx: "plain" bitfields are unsigned
6812         * src/SDCCsymt.c (computeTypeOr): added
6813         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6814         |^& ops
6815         * src/SDCCval.c (val*): computeType() needs op
6816         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6817         * support/regression/tests/onebyte.c: added tests for |^&
6818
6819 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6820
6821         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6822         for writing icode into asm output.
6823
6824 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6825
6826         * src/pic16/device.c: added some debug lines enabled
6827         with macro DEBUG_CHECK,
6828         * src/pic16/genarith.c: more debug in genPlus,
6829         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6830         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6831         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6832         * (aopForSym): onStack symbols are re-placed in data memspace,
6833         and onStack flag is cleared,
6834         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6835         copy temporary pcodeop,
6836         * (genPcall): added warning for not updating PCLATU,
6837         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6838         always true for pic16 port,
6839         * (genMultOneWord): NEW, supports integer multiplication,
6840         * (genMult): modified to call genMultOneWord,
6841         * (ifxForOp): added warning when return NULL,
6842         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6843         flag is set before call to operandFromSymbol for implicit
6844         added structures,
6845         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6846         options.intlong_rent are set by default,
6847         * (_hasNativeMulFor): modified to allow port generation of integer
6848         multiplication,
6849         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6850         set regtype to REG_SFR for all registers, restricting seting the
6851         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6852
6853 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6854
6855         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6856         more than 500 times in the regression tests
6857
6858 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6859
6860         * support/Util/SDCCerr.h,
6861         * support/Util/SDCCerr.c,
6862         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6863         enumerator_list),
6864         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6865         for symbol conflicts.
6866         * support/valdiags/tests/enum.c,
6867         * support/valdiags/tests/tentdecl.c,
6868         * support/valdiags/tests/struct.c: expect possible error messages
6869         referring to original symbol definitions.
6870         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6871         * src/SDCCsymt.h,
6872         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6873
6874 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6875
6876         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6877
6878 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6879
6880         * src/pic16/ralloc.c (newReg): fixed bug #908929
6881
6882 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6883
6884         * src/ds390/gen.c: added missing #include "main.h"
6885
6886 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6887
6888         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6889         checking if symbol is already in set,
6890         * src/pic16/device.h: prototype for checkAddSym,
6891         * src/pic16/gen.c: (_G): added entry interruptvector,
6892         * (assignResultValue): removed some commented out lines,
6893         * (genFunction): check for ISR via sym->type, absolute section for
6894         interrupt code is created via a new pBlock, the goto instruction is
6895         placed now correctly at the interrupt vector position, changed all
6896         references from ivec to _G.interruptvector,
6897         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6898         is the interrupt is a high priority one, same for return from ISR,
6899         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6900         externs to calls of checkAddSym,
6901         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6902         pic16_pcode_verbose flag is set,
6903         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6904         * src/pic16/pcoderegs.c: message about how many registers are saved
6905         will only be emitted if pic16_pcode_verbose flag is set,
6906
6907 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6908
6909         * src/ds390/ralloc.h,
6910         * src/ds390/ralloc.c (ds390_regWithIdx),
6911         * src/ds390/gen.c (emitcode),
6912         * src/ds390/main.h,
6913         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6914         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6915         ds390operandCompare, getRegsRead, getRegsWritten,
6916         initializeAsmLineNode): customized instruction size calculation for
6917         ds390, started basis for some register optimizations
6918         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6919         corresponding assembly output
6920         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6921         missing push/pop of r0/r1. Optimized push/pops
6922
6923 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6924
6925         * src/mcs51/main.c (instructionSize): fixed ACALL size
6926         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6927
6928 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6929
6930         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6931         the sorting of rlist with NULL elements
6932         * (print_idataType, print_idata): NEW to create idata sections
6933         * src/pic16/device.h: idataSymSet new variable
6934         * src/pic16/gen.c (genFunction): fixed some bugs in string
6935         comparing, improved the absolute section creation for ISRs,
6936         added FSR0L/FSR0H in registers that are saved in an ISR,
6937         * (genInline): fixed the processing of inline snippets,
6938         now they undergo no process by the peephole optimizer
6939         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6940         are placed in idataSymSet,
6941         * (pic16emitStaticSeg): extern symbols are added in externs,
6942         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6943         switching when aboslute variables are placed in access bank memory
6944         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6945         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6946         commented out with #if,
6947         * (pic16_packRegisters): reintroduce the check for CAST because some
6948         symbols are not correctly handled,
6949         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6950         pCodeInstruction instead of pCode,
6951         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6952         pCodeAsmDir definition,
6953         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6954         directive, then the argument directive is emitted without the leading
6955         tab, hack for inline labels which must be in the first column,
6956         * (compareLabel,pic16_findNextInstruction),
6957         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6958         * (insertBankSwitch): modified for the new pCodeAsmDir,
6959
6960 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6961         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6962
6963         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6964         instance,
6965         * (pushSide): commented out with #if,
6966         * (assignResultValue): fixed some typos in saving
6967         registers,
6968         * (genPcall): FIXED and sync'ed with genCall,
6969         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6970         * (genNearPointerGet): fixed to handle some more cases,
6971         implementation scheme via table reads,
6972         * (genConstPointerGet): modified to access code memory correct,
6973         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6974         and improved to handle some cases
6975         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6976         instead of "RETLW" for init data
6977         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6978         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6979         variables are placed in access bank memory (<0x80 and >=0xf80),
6980         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6981         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6982         TBLWT_POSTDEC,TBLWT_PREINC
6983         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6984         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6985         directives
6986         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6987         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6988         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6989         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6990
6991 2004-02-29  Borut Razem <borut.razem AT siol.net>
6992
6993         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6994         support/Util/findme.h, support/Util/system.h: enhance binary relative
6995         search for lib and include by using findProgramPath()
6996
6997 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6998
6999         * src/SDCCpeeph.h,
7000         * src/SDCCpeeph.c (pcDistance),
7001         * src/port.h,
7002         * src/mcs51/ralloc.h,
7003         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7004         * src/mcs51/main.h,
7005         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7006         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7007         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7008         size calculation port specific, started basis for some register
7009         optimizations
7010         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7011         missing push/pop of r0/r1. Optimized push/pops
7012         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7013         * device/lib/_modsint.c (_modsint),
7014         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7015         and stack version so regression tests pass
7016
7017 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7018
7019         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7020         * src/SDCCast.c (decorateType): catch another small optimization
7021         with '?' operator
7022         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7023         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7024         modified to finally use computeType() all over SDCC,
7025         see Feature Request #877103
7026         * src/SDCCval.h: cosmetic
7027         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7028         valCompare(); regression tested in muldiv.c
7029         * support/regression/tests/muldiv.c (testMod): mod sign follows
7030         dividend only
7031
7032 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7033
7034         * src/SDCCast.c (decorateType): fixed bug #902362
7035         * doc/INSTALL.txt: fixed install instructions for win32
7036
7037 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7038
7039         * device/include/Makefile.in (install): fixed by replacing spaces
7040         by tabs
7041         * doc/README.txt,
7042         * doc/INSTALL.txt: updated for release
7043         * doc/sdccman.lyx: added warning for --xstack being buggy
7044
7045 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7046
7047         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7048         to eliminate build warnings.
7049         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7050
7051 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7052            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7053
7054         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7055         removed -penable-stack, added comment for stack pragma, added
7056         warning for not initializing the stack/frame registers, removed
7057         comment at interrupts section
7058
7059         Stack is made permanent, there is no ability to disable stack usage.
7060         * src/pic16/device.h,
7061         * src/pic16/device.c: removed all references to USE_STACK macro,
7062         * src/pic16/device.c (pic16_dump_section): when no elements in
7063         rlist, free rlist before return,
7064         * (pic16_dump_int_registers): NEW, internal registers are a new set
7065         of general purpose registers reused by each function,
7066         * (checkAddReg): returns 1 if registers is added to set,
7067         * (pic16_groupRegistersInSection): when a registers is of type
7068         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7069         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7070         SRCASECMP macro is moved here from device.c
7071         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7072         PO_PCLATU, PO_PRODL, PO_PRODH,
7073         * (pic16_pCodeOpType, genMinus,
7074         changed compares to "a" register, with AOP_ACC,
7075         * (pic16_genPlus): fixed some bugs and indented properly,
7076         * (pic16_addSign): changed size to size+offset in the MOVWF
7077         instruction,
7078         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7079         multiply 8-bit operand by literal, result is 8-bit,
7080         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7081         multiply 2 8-bit operand, result is 8-bit,
7082         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7083         genUMult8X*_16,
7084         * src/pic16/gen.c: changed accUse to contain WREG only,
7085         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7086         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7087         true, do not use immediate addressing any more unless sym is a
7088         pointer in codespace,
7089         * (aopForRemat): do not use immediate addressing when symbol not in
7090         codespace and when symbol's address is requested,
7091         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7092         accUse size (= 1),
7093         * (aopGet): added case for AOP_ACC and don't return "accumulator
7094         bug" but WREG instead,
7095         * (popGetTempReg): pushes contents of temporary register in stack,
7096         * (popReleaseTempReg): pops contents of temporary register from
7097         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7098         * (pic16_popGet): separated case AOP_ACC to return register WREG
7099         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7100         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7101         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7102         the use of immediate pointers to certain cases only.
7103
7104         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7105         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7106         * (assignResultValue, genCall, genRet): modified to use the new
7107         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7108         genPcall is still broken,
7109         * (genFunction): added code to create 'A' type pBlocks when
7110         interrupt functions are generated, code not extensively tested yet,
7111         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7112         * (genEndFunction): modified so ISRs pop stored registers from stack,
7113         * (genMultOneByte): cleanup,
7114         * (AccRsh): added flag andmask, to and result with appropriate mask,
7115         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7116         * (genDataPointerGet): fixed and reenabled its use,
7117         * (genNearDataPointerGet): bugs fixed,
7118         * (genDataPointerSet): bugs fixed,
7119         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7120         pic16_DumpSymbol, pic16_DumpOp,
7121         * src/pic16/genutils.h: function prototypes for the above functions,
7122         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7123         pointers,
7124         * (pic16emitRegularMap): many many many improvements, but needs a
7125         major cleanup,
7126         * src/pic16/main.c: enable_stack in pic16_options is removed,
7127         * (_pic16_parseOptions): removed command line options -penable-stack,
7128         * (_process_pragma): emit stack symbol only when stack pragma is
7129         processed,
7130         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7131         redirected to FSR0L/FSR0H pair,
7132         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7133         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7134         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7135         for immediates,
7136         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7137         * (dumpPicOptype): NEW,
7138         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7139         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7140         with movff instruction,
7141         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7142         added pic16_int_regs, some packRegsFor* functions are commented out,
7143         because produce errors,
7144         * src/pic16/NOTES: minor modifications
7145
7146 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7147
7148         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7149         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7150         --pack-iram.
7151         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7152         * as/mcs51/lkaomf51.c: fixed bug #895763
7153
7154 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7155
7156         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7157
7158 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7159
7160         * doc/sdccman.lyx: added details about the HC08 storage classes and
7161         interrupts, fixed the register usage info for z80 & gbz80
7162
7163 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7164
7165         * doc/sdccman.lyx: added more pic16 port documentation
7166         * device/include/pic16/: added header pic18fregs.h
7167
7168 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7169
7170         * doc/sdccman.lyx: added Vangelis' contribution
7171
7172 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7173
7174         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7175         extend to the next CALL or PCALL, not just to the next CALL.
7176
7177 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7178
7179         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7180
7181 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7182
7183         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7184         bug #895752 and a better fix for bug #716790
7185
7186 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7187
7188         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7189
7190 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7191
7192         * doc/sdccman.lyx: minor changes, minor changed
7193
7194 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7195
7196         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7197         which can't handle SDCC_NEWONEBYTEOPS,
7198         (geniCodeMultiply): removed conversion from mult to shift for pic14
7199         and pic16
7200
7201 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7202
7203         * src/hc08/gen.h,
7204         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7205         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7206         thus fixing bug #895406
7207
7208 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7209
7210         * device/lib/_modsint.c,
7211         * device/lib/_modslong.c: sign follows divisor only
7212         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7213         signs or signedness can be ignored
7214         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7215         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7216         added optimization for IFX,
7217         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7218         arguments;
7219         reenabled optimization for IFX, which was removed on 2004-01-11
7220         * src/SDCCast.h: added return type IFX
7221         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7222         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7223         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7224         SDCC_OLDONEBYTEOPS selects the old behaviour
7225         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7226         changed again and commented promotion rule
7227         * src/SDCCval.c (valDiv): promotion no longer necessary
7228         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7229         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7230         rewritten
7231         * support/regression/tests/onebyte.c: added
7232
7233 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7234
7235         * gen.c (genInline): reverted to old code for assemnling inline
7236         code because of bug reported James Chadd
7237
7238 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7239
7240         * ralloc.h: missing declarations from previous patch,
7241         seems that patch for ralloc.h was never applied, fixed
7242
7243 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7244            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7245
7246         * pcode.c,
7247         * pcode.h,
7248         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7249         indirect addressing. Marked FSR0 as deprecated
7250         * gen.c (pointerCode): commented out, not needed now
7251         (pic16_popGet2p): new MOVFF helper function
7252         (genGenPointerGet),
7253         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7254         (shiftRLong): removed duplicate debugging info
7255
7256 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7257
7258         * src/ds390/gen.c (genNearPointerGet),
7259         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7260         optimization with bits, but not bitfields.
7261         * src/ds390/ralloc.c (packRegisters),
7262         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7263
7264 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7265
7266         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7267
7268 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7269
7270         * src/SDCCsymt.h,
7271         * src/SDCCicode.c (operandFromSymbol),
7272         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7273         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7274         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7275         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7276         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7277         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7278         bug #892038
7279         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7280         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7281         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7282         * src/SDCCsymt.c (newSymbol),
7283         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7284         enumerator_list),
7285         * src/SDCCval.h,
7286         * src/SDCCval.c (newiList): fixed bug #885705
7287
7288 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7289
7290         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7291         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7292
7293 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7294
7295         * device/include/c8051f120.h,
7296         * device/include/c8051f300.h,
7297         * device/include/c8051f310.h: added/updated header files for Silicon
7298         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7299         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7300         in new section Submitting patches
7301
7302 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7303
7304         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7305         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7306         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7307         genGenPointerSet),
7308         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7309         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7310         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7311         genGenPointerSet),
7312         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7313         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7314         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7315         genGenPointerSet),
7316         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7317         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7318         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7319         genGenPointerSet): fixed bug #892400
7320         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7321         to eliminate build warnings.
7322         * src/SDCCast.c (processParms),
7323         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7324         fixed bug 751859
7325         * support/valdiag/valdiag.py: added GCC to the list of defines active
7326         when compiling with gcc
7327
7328 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7329
7330         * support/Util/SDCCerr.h,
7331         * support/Util/SDCCerr.c,
7332         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7333         with an incomplete type (fixed bug #883734)
7334         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7335
7336 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7337
7338         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7339
7340 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7341
7342         * src/SDCCast.c (decorateType),
7343         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7344         function pointer implementation
7345         * support/regression/tests/funptrs.c: added tests to verify both forms
7346         of function pointers work correctly. Added tests to verify parameters
7347         are passed in the correct order.
7348
7349 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7350
7351         * device.c (regCompare): registers are sorted by ascending
7352         address and increasing size,
7353         * main.c (_pic16_finaliseOptions): removed the declaration
7354         of compiler macro MCU. Now a macro of the format pic18fxxxx
7355         will be defined from the command line
7356
7357 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7358             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7359
7360         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7361         PCOP_RLCF was overwritten!
7362         * gen.c (genSkip): commented out calls to pic16_emitcode,
7363         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7364         * (genlshTwo),
7365         * (genRRC): added debugging info,
7366         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7367         overwritten while shifting,
7368         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7369         overwritten while shifting,
7370         * (AccLsh),
7371         * (AccRsh),
7372         * (shiftLLeftOrResult),
7373         * (shiftRLeftOrResult),
7374         * (shiftRLong),
7375         * (shiftLLong): Implemented with pic16_emitpcode
7376         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7377         * (genLeftShift): Fixed bug, operand for shift by variable always
7378         was "and"ed with 0x0f,
7379         * (genLeftShiftLiteral),
7380         * (genrshTwo),
7381         * (genRightShiftLiteral): added debugging info,
7382         * (genrshFour): added comment,
7383         * (genRightShift): determined signedness from operand "left"
7384         instead of "result"
7385
7386 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7387
7388         * src/SDCCicode.c (geniCodeParms),
7389         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7390         function pointers, fixed function pointer bugs #861242 and #861896
7391
7392 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7393
7394         * device/include/c8051f000.h,
7395         * device/include/c8051f120.h,
7396         * device/include/c8051f300.h: added header files for Silicon
7397         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7398
7399 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7400
7401         * src/SDCCast.c (processParams): added new type flow and restructured
7402         (gatherAutoInit): added new type flow
7403         (addCast): cosmetic changes
7404         (getLeftResultType): added new type flow for array indices, patch
7405         provided by Stas, see FR #877103
7406         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7407         array index patch by Stas
7408         * src/SDCCast.h: added prototype getResultTypeFromType()
7409         * src/SDCCval.h,
7410         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7411         * src/pic/glue.c (pic14emitStaticSeg),
7412         * src/pic16/glue.c (pic16emitStaticSeg),
7413         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7414         for initialization of symbols
7415         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7416         * support/Util/SDCCerr.h:
7417         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7418         * .version: bumped version number to 2.3.8
7419         * device/include/Makefile.in (install),
7420         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7421         avoid warnings
7422
7423 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7424
7425         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7426         Slade Rich fixed an optimization bug
7427         * src/pic/pcodepeep.c,
7428         * src/pic/pcoderegs.c
7429         * doc/Makefile (install): added test for directory
7430
7431 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7432
7433         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7434         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7435         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7436         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7437         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7438         * as/mcs51/asexpr.c (term),
7439         * as/hc08/asexpr.c (term): fixed bug #887146
7440
7441 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7442
7443         * src/z80/gen.c (genMult): handle single byte result product
7444         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7445         DUMMY_READ_VOLATILE (fixed bug #886367)
7446
7447 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7448
7449         * support/regression/tests/libmullong.c: fixed logic, on little endian
7450         hosts we ended without a mullong_wrapper()
7451
7452 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7453
7454         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7455         virus/worm forged address usage.
7456
7457 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7458
7459         Fixed promotion, it should be done on AST level:
7460         * src/SDCCast.c (addCast): added promotion to int
7461         (decorateType): updated call to upCast()
7462         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7463         usualUnaryConversions()
7464
7465 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7466
7467         * support/regression/tests/literalop.c (mulWrapper): Added a
7468         wrapper to remove integer overflow warnings.
7469
7470         * support/regression/tests/float_trans.c: Made work on host.
7471
7472         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7473         location of sz80.
7474
7475         * support/regression/generate-cases.py (main): Changed from inline
7476         to a main method.
7477
7478         * doc/Makefile (install): Changed to depth first to get rid of
7479         missing directory install warning.
7480
7481         * as/Makefile (install-doc): Made work on Mac.
7482
7483 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7484
7485         * src/SDCCast.c: added an additional type flow in decorateType() of
7486         opposite direction, see feature request #860006; it's enabled at runtime
7487         by setting the environment variable SDCC_NEWTYPEFLOW
7488         * src/SDCCast.h: changed prototype of decorateType()
7489         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7490         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7491         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7492         see feature request #877103
7493         * src/SDCCval.c: updated call of decorateType()
7494         (valBitwise): fixed bug #882876
7495         (valMinus): added promotion
7496         (valLogicAndOr): result is unsigned
7497         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7498         * src/SDCCsymt.c (computeType),
7499         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7500         must not cause an unsigned operation
7501         * src/pic/glue (pic14emitRegularMap),
7502         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7503
7504 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7505
7506         * src/pic/pcode.c (PCodeID): commented out left over debug code
7507
7508 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7509
7510         * support/valdiag/tests/overflow.c: added shift tests
7511         * src/pic/device.c,
7512         * src/pic/gen.c,
7513         * src/pic/gen.h,
7514         * src/pic/glue.c,
7515         * src/pic/main.c,
7516         * src/pic/pcode.c,
7517         * src/pic/pcode.h,
7518         * src/pic/pcodepeep.c,
7519         * src/pic/pcoderegs.c,
7520         * src/pic/ralloc.c,
7521         * src/pic/ralloc.h: applied patch from Slade Rich;
7522         added support for multiple code pages and multiple RAM banks on the
7523         PIC 14 port. The ASM files now no longer simply assume all the
7524         code / RAM are in the same page / bank. This means the linker can
7525         safely allocate code/RAM of separate ASM files to different pages/banks.
7526         * doc/sdccman.lyx: added Slade's tips
7527         * src/mcs51/peeph.def: fixed bug #880768
7528
7529 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7530
7531         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7532         * src/SDCCast.c (decorateType): fixed bug #880197
7533
7534 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7535
7536         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7537         getopt.h.
7538
7539         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7540         strtof is not part of C89 and isn't included with Mac OS X.
7541
7542 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7543
7544         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7545         shiftL2Left2Result): fixed bug #879326
7546         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7547         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7548         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7549         address fetch for clr instruction
7550         * device/lib/hc08/_mulint.c: created optimized assembly version
7551         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7552
7553 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7554
7555         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7556         proposed in FR #877103
7557
7558 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7559
7560         * src/SDCCval.c (cheapestVal): added missing checks
7561         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7562         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7563
7564 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7565
7566         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7567         equal operands
7568
7569 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7570
7571         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7572         loaded with the linker search paths (-L arguments) and the libraries
7573         to be linked with the current source (-l arguments). Changes
7574         currently will affect only the pic16 port.
7575         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7576         include path the port specific paths and port specific libraries,
7577         * gplink command now contains the $3 argument,
7578         * src/pic16/device.h,
7579         * src/pic16/device.c,: structure PIC_device is made public and
7580         renamed to PIC16_device, the same for variable Pics which is renamed
7581         to Pics16. Updated all references to them.
7582         * src/pic16/glue.c (pic16glue): corrected bug with code
7583         initialization which bypassed the variable initializations block.
7584
7585         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7586         COMPILE_FLAGS and added the --nostdinc option
7587
7588 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7589
7590         * device/include/mc68hc908jb8.h: Register defs for another member
7591         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7592
7593 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7594
7595         Documenting changes from previous commits.
7596         * configure.in (version 1.56),
7597         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7598         when generating output files to configure the pic16 library,
7599         but now I've commented it out, since gputils aren't installed in the
7600         SF compile farm, so library won't compile
7601
7602         * device/lib/Makefile.in (version 1.56): initially I've added in
7603         target 'all' the prerequestive 'model-pic16' so it compiled the
7604         pic16 library, but now I've commented it out for the same reasons
7605         above,
7606         * added targets 'model-pic16' and 'objects-pic16' to compile the
7607         library
7608         * added target 'port-specific-objects-pic16' to handle the
7609         generated libraries and copy them into the build/ directory
7610         * added target 'clean-intermediate-pic16' to clean intermediate
7611         files into pic16 directory
7612         * in target 'installdirs' added line to create directory pic16 in
7613         the installation path
7614
7615         * device/include/Makefile.in (version 1.11): in target 'install'
7616         added lines to copy all header files to installation path,
7617         * in target 'installdirs' added line create directory for pic16
7618         headers in the installation path
7619
7620 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7621
7622         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7623          a function call
7624
7625 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7626
7627         * configure,
7628         * device/lib/configure.in,
7629         * device/lib/configure: fixed for autoconf 2.57
7630
7631 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7632
7633         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7634         option so that it actually works. Made it specific to the z80, since
7635         the gbz80 doesn't have these kinds of I/O ports.
7636
7637 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7638
7639         * device/include/z180.h,
7640         * device/lib/_memcpy.c,
7641         * device/lib/_memmove.c,
7642         * device/lib/_mulint.c,
7643         * device/lib/ser_ir.c,
7644         * device/lib/ser_ir_cts_rts.c,
7645         * device/lib/_strcmp.c,
7646         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7647         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7648         portmode; added deprecation warning for bank= and protmode= forms.
7649         Also, guard against buffer overflow.
7650         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7651
7652 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7653
7654         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7655         changed interrupt vector table generation to only emit declared vectors.
7656         * device/include/Makefile.in: added missing backslash
7657         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7658
7659 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7660
7661         Mainly changes to support compilation of the device libraries
7662         * src/pic16/device.c: stack is allocated via symbol and not
7663         via literal number. The symbol is placed in the corresponding
7664         position of the data ram
7665         * (pic16_dump_section): relocatable and absolute uninitialized
7666         data are now emitted in sorted order to reduce section naming,
7667         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7668         weren't marked as being in the access bank,
7669
7670 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7671
7672         Added portion of GNU PIC Library under the directory
7673         device/include/pic16 and device/lib/pic16. These files
7674         contain the declarations of SFRs for the PIC18Fxx2 devices.
7675         The directory is initialized via configure from toplevel.
7676
7677 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7678
7679         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7680         the spilllocations to be compared correctly
7681
7682 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7683
7684         * src/SDCCast.c (decorateType): fixed bug introduced today
7685
7686 2004-01-12  Borut Razem <borut.razem AT siol.net>
7687
7688         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7689         doc/sdccman.lyx: upper case pragmas are deprecated
7690
7691 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7692
7693         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7694         in simpler and even better code
7695
7696 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7697
7698         * src/SDCCicode.c (operandOperation): fixed bug #874819
7699         * src/SDCCast.c (decorateType): fixed
7700         char foo (unsigned long ul) { return ul > 0; }
7701
7702 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7703
7704         * doc/sdccman.lyx: Moved and added some sections, small changes
7705         all over. Telling LaTeX to be less strict with word spacing
7706         to better keep the right margin. Changed some notes about
7707         maintainance of the ports in section 3.2.1 - is it OK like this?
7708
7709 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7710
7711         SDCC source changes:
7712         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7713         convilong): modified to inform the pic16 port that builtin functions
7714         are external
7715
7716         PIC16 PORT specific changes:
7717         * src/pic16/device.c pic16_dump_equates() added,
7718         processor registers declared internally by the port are emitted in
7719         the translation as equates,
7720         * src/pic16/gen.c: inline code is passed unprocessed to the
7721         translation,
7722         * (pic16_popGetLit2): fnuction modified to take second operand as
7723         pCodeOp pointer and not as literal,
7724         * (popRegFromIdx): prefixed with pic16_,
7725         * (pic16_popCombine2): modified to receive already allocated pCode
7726         operands,
7727         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7728         * (genFunction): initializes local stack frame and pushes on stack
7729         all the registers used by this function,
7730         * (genEndFunction): restores all registers from stack and restores
7731         stack frame,
7732         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7733         improvements,
7734         * (pic16glue): changed the program startup sequence,
7735         * added new dbName code 'A' for functions placed in absolute section
7736         * src/pic16/main.c: added function attribute _naked,
7737         * added pragma 'code' to place a fnuction at an absolute address,
7738         * added command line arguments --debug-ralloc and --pcode-verbose,
7739         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7740         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7741         * (pic16_newpCodeOpLit2): modified to take the second operand as
7742         pCodeOp pointer,
7743         * (pic16_printpBlock): modified to emit each function in a separate
7744         section,
7745         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7746         UPPER for immediate operands,
7747         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7748         instruction,
7749         * src/pic16/peeph.def: all peepholes with movff are commented out,
7750         because there is a problem in the pcode peep optimizer,
7751         * src/pic16/ralloc.c: the register allocator can now reuse local
7752         function symbols for another function. This saves register usage.
7753         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7754
7755         Added file src/pic16/NOTES with information about program writing on
7756         the current port version.
7757
7758 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7759
7760         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7761         and peephole 252 (array access)
7762
7763 2004-01-09  Borut Razem <borut.razem AT siol.net>
7764
7765         * src/SDCCmain.c : fixed #872250: -l command line defined library
7766           files are scanned before standard library files
7767
7768 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7769
7770         * src/SDCCast.c (decorateType): fixed bug #874046
7771
7772 2004-01-09  Borut Razem <borut.razem AT siol.net>
7773
7774         * support/scripts/sdcc.nsi: remove previous installation
7775
7776 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7777
7778         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7779         bytes for last interrupt vector (mcs51)
7780         * sdcc.spec: fixed typo
7781
7782 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7783
7784         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7785         gen51Code): more efficient parameter receive for --model-large
7786         ("bug" #845294)
7787
7788 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7789
7790         * src/ds390/main.c,
7791         * src/z80/main.c: added missed needLinkerScript flags (more than
7792         one port structure defined in these file)
7793         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7794         bug #795325
7795
7796 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7797
7798         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7799         * src/port.h: added flag needLinkerScript in port->linker
7800         structure to inform whether to create a .lnk file or not,
7801         * src/avr/main.c,
7802         * src/ds390/main.c,
7803         * src/hc08/main.c,
7804         * src/mcs51/main.c,
7805         * src/pic/main.c,
7806         * src/pic16/main.c,
7807         * src/xa51/main.c,
7808         * src/z80/main.c: changed appropriately to configure
7809         needLinkerScript flag
7810         * src/pic/gen.c,
7811         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7812         * src/pic/glue.c: added variable udata_section_name to
7813         override default uninitialized data segment definition for
7814         devices only with SHAREBANK memory (reported from Erik Epetrich)
7815         * (pic14emitOverlay): modified to emit a commented overlay segment
7816         directive when no overlay data exist
7817         * (picglue): modified to emit uninitialized data segment
7818         according to udata_section_name
7819         * src/pic/main.c (_pic14_parseOptions): added command line
7820         options --udata-section-name=[name] to override default
7821         udata definition name
7822         * modified _linkCmd and _asmCmd to include compiler passed
7823         arguments via -W option
7824         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7825         object file from '.rel' to '.o' in port->linker structure,
7826         changed size of fptr from 2 to 3 in port structure
7827
7828 2004-01-07  Borut Razem <borut.razem AT siol.net>
7829
7830         * support/scripts/sdcc.nsi: update PATH
7831         * support/scripts/sdcc.ico: craeted
7832
7833 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7834
7835         * device/include/Makefile.in: fix install
7836         * doc/Makefile: fix install
7837
7838 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7839
7840         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7841         in bug #860505
7842         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7843         how the function variable allocation summary is displayed; also
7844         include information about variables allocated to the overlay
7845         segment
7846
7847 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7848
7849         * as/mcs51/lkmain.c: Help about -Y option
7850         * as/mcs51/lkarea.c: Fixed gcc warnings
7851
7852 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7853
7854         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7855         fixed warning
7856         * support/valdiag/tests/overflow.c: added
7857         * src/SDCCast.c (decorateType),
7858         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7859         LEFT_OP (left shift)
7860
7861 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7862
7863         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7864         (default behaviour).
7865
7866 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7867
7868         A python script to validate compiler diagnostic messages. It can be
7869         used to verify that sdcc complains about bad c source code and
7870         gives a good location of the error.
7871         * support/valdiag/Makefile,
7872         * support/valdiag/valdiag.py,
7873         * support/valdiag/tests/*
7874
7875 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7876
7877         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7878         * src/SDCCsymt.c (newEnumType),
7879         * src/SDCCsymt.h
7880         * support/Util/SDCCerr.c,
7881         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7882         enum related bugs.
7883         * support/regression/tests/enum.c: added test for enum values that
7884         require at least 2 bytes of storage.
7885
7886 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7887
7888         * src/common.h: added ifndef/define/endif macros
7889         around the header file.
7890         Bug reported from Jesus Calvino-Fraga
7891
7892 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7893
7894         * sdcc.spec: updated
7895         * device/include/Makefile.in: don't install CVS directories
7896         * device/lib/Makefile.in: added removal of CVS directories after install
7897         * doc/Makefile: fixed install, added local_icons
7898         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7899         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7900         * src/ds390/gen.c (genRightShift): fixed bug #870788
7901         * src/SDCCast.c (decorateType): fixed bug #870781
7902
7903 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7904
7905         PIC16 port related changes:
7906         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7907         added variable stackPos,
7908
7909         * gen.c: genCall, assignResultValue: added support for
7910         pushing/retrieving function parameters to/from stack,
7911         genFunction,genEndFunction: setup stack frame for the
7912         generated function,
7913         genAddrOf: will be changed according to bug 863624
7914
7915         * added files genutils.c and genutils.h which contain gen*
7916         debugged and optimised functions extracted from gen.c
7917
7918         * glue.c: added variable 'externs' which holds extern symbols,
7919         pic16emitRegularMap: is modified to properly handle relocatable
7920          symbols under the new scheme,
7921         pic16createInterruptVect: is modified
7922         pic16printPublics: is modified to emit 'global' assembler directives,
7923         added pic16_printExterns to print extern symbols,
7924         pic16glue: initializes stack/frame pointer in the beginning of
7925         the assembly output. Temporary hack, will be corrected later,
7926         because gplink yet does not support stack and SDCC does not
7927         yet support a type of crt0.o object to create the final binary.
7928
7929         * Removed many lines that contain 8051 legacy code.
7930         * The code is finally placed under a 'code' directive.
7931         * Added port specific options.
7932
7933         * _process_pragma: simplified since now we do not need *special*
7934         include file to define SFR registers. But a separate header
7935         will be needed. This will be developed later.
7936         * _pic16_parseOptions: added, parses port specific options:
7937         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7938         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7939         --preplace-udata-with=
7940
7941         * _pic16_setDefaultOptions: modified to initialize section names,
7942         but hack is temporarly out of order since it needs improvement.
7943         * _pic16_genAssemblerPreamble: configuration words are emitted by
7944         their address instead of their name. This part is incomplete and
7945         supports only the 18Fxx2 devices. Other devices will emit an error
7946         during assembly since they do not contain the same set of config
7947         registers
7948         * _pic16_genIVT: is modified,
7949
7950         * pcode.c: added definitions for some hardware registers that are needed
7951         for stack support
7952         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7953         All PCI entries are updated. Now LFSR is supported.
7954         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7955         * added pic16_newpCodeOpLit2 to support instructions with
7956         two literal arguments
7957         * pic16_pCode2str: corrected code that emits assembler instructions
7958         with two literal operands and those that have an access bit modifier
7959         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7960         this fixes a bug which caused some labels to be lost, when an
7961         assembler directive was added, i.e. banksel,
7962         * pic16_FixRegisterBanking: improved logic that causes the insertion
7963         of bank switching,
7964         * InlineFunction: functions that are called once, are not any more
7965         inlined. This can be a port option in the future,
7966
7967         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7968
7969         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7970         hold the corresponding uninitialized symbols,
7971         * pic16_allocProcessorRegister: registers have explicit marked the
7972         accessBank field,
7973         * pic16_allocInternalRegister: registers are explicit marked as
7974         not used,
7975         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7976         processing list, so bit registers were lost,
7977         *
7978
7979         * ralloc.h: added field 'accessBank' and original symbol operand
7980         in register definition,
7981         * removed the field isMapped from register definition,
7982
7983         ** Several functions have been removed from various sources:
7984         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7985         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7986         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7987         pic16_assignRelocatableRegisters
7988
7989         ** others have been introduced:
7990         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7991         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7992
7993 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7994
7995         * support/scripts/inc2h.pl: changed definition of BIT_AT
7996         to emit 'sbit at' instead of 'bit at'. This was a request.
7997
7998         PIC16 port related preliminary changes:
7999         * gen.c: prefixed function popRegFromString with
8000         pic16_ and all references to it corrected
8001         * pcode.c: all pic16_pc_* hardware registers prefixed
8002         with underscore (_),
8003         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8004         * ralloc.c: newReg(): when register is REG_SFR then
8005         set address to rIdx,
8006         pic16_allocProcessorRegister(): marks register wasUsed=0
8007         pic16_writeUsedRegs(): added a call to assign processor
8008         registers via pic16_assignFixedRegisters
8009
8010 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8011
8012         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8013         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8014         variables in unused register banks.  Also the SSEG is placed
8015         wherever there is enough space for it, and IDATA can be anywhere
8016         in internal RAM.  For now compile using -Wl-Y[stack_size].
8017         The mem file is different for this option as well, since it
8018         makes no sense of talking about DSEG lenght.
8019
8020 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8021
8022         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8023         in certain cases, e.g. when ROM assignment, patch provided
8024         from Albert den Haan.
8025
8026 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8027
8028         Many signedness and type propagation fixes:
8029         * src/SDCCicode.c: made geniCodeCast() static
8030         replaced SPEC_ by IS_ (cosmetic)
8031         (operandOperation): fixed div and mod operation
8032         (usualBinaryConversions): added support for promotion of char
8033         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8034         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8035         (geniCodeAdd): an array index will stay unsigned, even if promoted
8036         from char to int
8037         (geniCodeArray): ditto
8038         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8039         * src/SDCCsymt.c (computeType): added more support for char;
8040         promotion of char is selectable by promoteCharToInt, fixed signedness
8041         for all cases
8042         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8043         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8044         * src/SDCCval (val*): replaced signedness calculation by
8045         computeType()
8046         rearranged if-branches (cosmetic)
8047         (valShift): added warning W_SHIFT_CHANGED
8048         (valCompare): fixed problem with different types
8049         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8050         * support/regression/tests/literalop.c: added many cases
8051         * support/regression/tests/ast_constant_folding.c: changed finally to
8052         'unsigned int'
8053         * .version: new year, new version: 2.3.7
8054         * src/SDCCmain.c (main): applied patch #866468
8055         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8056         provided by Scott Bronson
8057         * doc/sdccman.lyx: updated documentation for sdcdb
8058         updated and added chapter tips
8059
8060 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8061
8062         * src/SDCCsymt.h: missing from yesterday's commits
8063
8064 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8065
8066         * src/SDCC.y (struct_or_union_specifier),
8067         * support/Util/SDCCerr.c,
8068         * support/Util/SDCCerr.h: verify that struct & union tags are used
8069         as declared.
8070
8071 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8072
8073         * src/SDCCglobl.h: missing from yesterday's commits
8074
8075 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8076
8077         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8078         sft_attributes, struct_declaration, parameter_declaration,
8079         type_name, start_block, declaration_list),
8080         * src/SDCC.lex (check_type): support redefinition of typedef names
8081
8082 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8083
8084         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8085         aligned xdata arrays. Erik helped me with the if clause.
8086
8087 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8088
8089         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8090         warning
8091
8092 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8093
8094         * src/SDCCast.h,
8095         * src/SDCCast.c (newAst_),
8096         * src/SDCCicode.h,
8097         * src/SDCCicode.c (ast2iCode, newiCode),
8098         * src/SDCCglobl.h,
8099         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8100         expr, statement, expression_statement, selection_statement,
8101         iteration_statement, expr_opt, jump_statement): foundation for tracking
8102         sequence points
8103         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8104         point code too)
8105
8106 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8107
8108         * support/Util/SDCCerr.c,
8109         * src/SDCCast.h,
8110         * src/SDCCast.c (createCase, createDefault, decorateType),
8111         * src/SDCClabel.c (labelUnreach),
8112         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8113         to error messages.
8114         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8115         (with thanks to Stas Sergeev)
8116         * device/include/time.h,
8117         * device/lib/time.c (CheckTime): suppress unreachable code warning
8118
8119 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8120
8121         * src/SDCCast.c (createIvalCharPtr),
8122         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8123         bug #753752)
8124         * support/regression/tests/nullstring.c: tests for these two bugs
8125
8126 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8127
8128         * support/Util/SDCCerr.h,
8129         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8130         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8131         about storage class and 'at' used inside struct or union
8132         * src/SDCCBBlock.c (iCodeFromeBBlock),
8133         * src/SDCCcse.c (ifxOptimize),
8134         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8135         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8136         printIval, emitStaticSeg, emitOverlay),
8137         * src/SDCClabel.c (deleteIfx),
8138         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8139         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8140         gatherAutoInit, processParms),
8141         * support/Util/SDCCerr.h,
8142         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8143         reporting for post-parse errors.
8144
8145 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8146
8147         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8148         implicit casts via union; they don't work on big endian systems
8149         (possible fix for bug #861138)
8150
8151 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8152
8153         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8154         * src/mcs51/main.c: fixed the fix for bug #737001
8155
8156 2003-12-15  Borut Razem <borut.razem AT siol.net>
8157
8158         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8159
8160 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8161
8162         * support/makebin/makebin.c: put output in binary mode
8163
8164 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8165
8166         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8167         xdata and data memory on startup. Set the environment variable
8168         SDCC_NOGENRAMCLEAR to disable this.
8169         * src/mcs51/peephole.def,
8170         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8171         (allows non-interrupt and interrupt code to safely compete for a resource
8172         without the non-interrupt code having to disable interrupts)
8173
8174 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8175
8176         * src/SDCCicode.c (geniCodeAdd),
8177         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8178         with valFromType if type might be a pointer and host is big endian).
8179         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8180         types, not just integer types.
8181         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8182         multiply defined with mismatching "at" address.
8183
8184 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8185
8186         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8187         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8188         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8189         with embedded nulls (fixed bug #753752)
8190
8191 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8192
8193         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8194         Apparently this did not see much testing (endless loop)
8195
8196 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8197
8198         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8199
8200 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8201
8202         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8203         gracefully handle NULL memmap pointers
8204
8205 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8206
8207         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8208         instead of deleting the iCode when an operand is volatile
8209         * src/z80/gen.c (genDummyRead),
8210         * src/mcs51/gen.c (genDummyRead),
8211         * src/ds390/gen.c (genDummyRead),
8212         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8213         not just IC_RIGHT
8214         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8215         * src/SDCC.y: fixed bug #850420
8216
8217 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8218
8219         Applied z80 i/o port patch from Peter Townson and fixed some operators
8220         to better handle operands in A register.
8221         * device/include/z180.h
8222         * src/SDCC.y
8223         * src/SDCCglue.c
8224         * src/z80/gen.c
8225         * src/z80/gen.h
8226         * src/z80/main.c
8227         * src/z80/peeph-z80.def
8228         * src/z80/peeph.def
8229         * src/z80/z80.h
8230
8231 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8232
8233         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8234
8235 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8236
8237         * device/lib/hc08/_mullong.c: Removed extra #endif
8238
8239 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8240
8241         * sim/ucsim/hc08.src/inst.cc,
8242         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8243         carries from x to h
8244         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8245         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8246         * device/include/stdarg.h: fixed varargs for hc08
8247         * device/lib/Makefile.in,
8248         * device/lib/hc08/Makefile,
8249         * device/lib/hc08/_mulint.c,
8250         * device/lib/hc08/_mullong.c: fixed some endian problems
8251
8252 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8253
8254         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8255         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8256         * device/lib/_gptrget.c,
8257         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8258
8259 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8260
8261         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8262         * src/SDCCast.c (astErrors): fixed bug #846007
8263         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8264
8265 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8266
8267         * src/SDCCast.c (decorateType): disabled a transformation I added in
8268         revision 1.188 (access to fields of a structure at an absolute address);
8269         it breaks with bitfields, extern declarations, and gcse analysis.
8270         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8271         could be assigned through a pointer, so don't complain.
8272         * src/SDCCast.c (astErrors),
8273         * src/SDCCast.h,
8274         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8275
8276 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8277
8278         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8279         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8280         output of __config directives, since gpasm now supports them
8281         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8282         pre-processor macro, i.e. -DMCU=p18f452
8283         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8284         and modified to handle 'cast' icode similarly to '=' icode
8285         * src/pic16/device.h (typedef struct PIC_device): added field
8286         'extMIface' to indicate that chip has external memory interface
8287         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8288         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8289         18F8720
8290
8291 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8292
8293         * src/SDCC.y (pointer): fixed bug #846006
8294         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8295         * src/SDCCast.c (decorateType): fixed bug #846009
8296         * src/ds390/peeph.def,
8297         * src/ds390/gen.c (genAnd, genOr),
8298         * src/mcs51/peeph.def,
8299         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8300
8301 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8302
8303         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8304         * src/SDCCdflow.c
8305         * src/SDCCcse.c
8306         * src/SDCCcse.h
8307         * src/SDCCBBlock.h
8308         * src/SDCCBBlock.c
8309
8310 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8311
8312         fixed bug #845089
8313         * src/SDCCbitv.h,
8314         * src/SDCCbitv.c: added function to free a bitvector
8315         * src/SDCClrange.h,
8316         * src/SDCClrange.c: added function to recompute the liveranges
8317         * src/avr/ralloc.c,
8318         * src/ds390/ralloc.c,
8319         * src/hc08/ralloc.c,
8320         * src/mcs51/ralloc.c,
8321         * src/pic/ralloc.c,
8322         * src/pic16/ralloc.c,
8323         * src/xa51/ralloc.c,
8324         * src/z80/ralloc.c: recompute the liveranges after register packing
8325
8326 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8327
8328         * src/SDCCloop.c (newInduction): fixed bug #845630
8329
8330 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8331
8332         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8333         inadvertantly left behind from my 2003-11-12 change
8334
8335 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8336
8337         Updated headers I neglected to commit yesterday.
8338         * src/SDCClrange.h,
8339         * src/SDCCicode.h
8340
8341 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8342
8343         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8344         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8345         * src/SDCCopt.c (eBBlockFromiCode),
8346         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8347         the creation of the key hash table from the sequencing so it can be used
8348         earlier (for some GCSE bug fixes still pending)
8349
8350 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8351
8352         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8353         * support/regression/tests/addsub.c: testing genPlus shortcut
8354
8355 2003-11-15  Borut Razem <borut.razem AT siol.net>
8356
8357         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8358
8359 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8360
8361         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8362         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8363         ordering is immaterial.
8364         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8365
8366 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8367
8368         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8369         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8370         (SIGSEV) of bug #840381
8371         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8372         unlink new file before rename if new and old filenames are the same)
8373
8374 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8375
8376         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8377         uninitialized variables) for the mcs51. Set environment variable
8378         SDCC_GENRAMCLEAR to test.
8379         xdata initialization slightly shorter
8380
8381 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8382
8383         * src/SDCCsymt.h,
8384         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8385         #838241 & 780691 (basicly the same bug)
8386         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8387         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8388
8389 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8390
8391         * src/SDCCmain.c (linkEdit): "fix" #834252
8392
8393 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8394
8395         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8396         * src/SDCCast.h,
8397         * src/SDCC.y: fixed bug #819403
8398
8399 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8400
8401         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8402         the reentrant attribute.
8403         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8404         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8405         simulation
8406         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8407         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8408         erroneously reduced to a literal.
8409         * src/hc08/ralloc.c (packRegisters, rematStr),
8410         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8411         some cases
8412
8413 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8414
8415         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8416         * doc/sdccman.lyx: changed from 'article' to 'book'
8417         * doc/Makefile: readded test_suite_spec and cdbfileformat
8418
8419 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8420
8421         * device/include/stdlib.h: include malloc.h to comply with ANSI
8422         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8423
8424 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8425
8426         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8427         * doc/clean.mk: also remove *.out files
8428         * doc/sdccman.lyx: some additions, larger top/bottom margins
8429
8430 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8431
8432         * src/SDCC.y: fixed bug #837365
8433         * support/regression/tests/bitopcse.c
8434         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8435         a symbol (might be valop instead)
8436         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8437         * device/lib/clean.mk: added hc08 to the cleaning list
8438
8439 2003-11-04  Borut Razem <borut.razem AT siol.net>
8440
8441         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8442           made 2003-11-04
8443         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8444           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8445           malloc is declared in standard stdlib.h
8446
8447 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8448
8449         * device/lib/hc08/Makefile: need to clean .rel not .o files
8450         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8451
8452 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8453
8454         * src/port.h,
8455         * src/hc08/main.c,
8456         * src/mcs51/main.c,
8457         * src/ds390/main.c,
8458         * src/z80/main.c,
8459         * src/avr/main.c,
8460         * src/pic/main.c,
8461         * src/pic16/main.c,
8462         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8463         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8464         tests (which uses the port's oclsExpense function)
8465         * src/SDCC.y,
8466         * src/SDCCast.c,
8467         * src/SDCCicode.c,
8468         * src/hc08/gen.c,
8469         * src/ds390/gen.c,
8470         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8471
8472 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8473
8474         * src/SDCCcse.c (ifxOptimize),
8475         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8476         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8477         deleting the IFX iCode.
8478         * src/hc08/ralloc.c: reduced unneeded slocs
8479         * src/hc08/gen.c: fixed bug in asmopToBoolean
8480
8481 2003-11-04  Borut Razem <borut.razem AT siol.net>
8482
8483         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8484           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8485           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8486           transferred to configure
8487
8488 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8489
8490         Use headers defined in the C[++] standards:
8491         * sim/ucsim/gui.src/serio.src/fileio.cc
8492         * sim/ucsim/gui.src/serio.src/frontend.cc
8493         * sim/ucsim/gui.src/serio.src/main.cc
8494         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8495         * support/Util/NewAlloc.c
8496         * as/hc08/lklibr.c
8497         * as/mcs51/lklibr.c
8498         * as/z80/aslist.c
8499         * as/z80/assym.c
8500
8501 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8502
8503         * Added MSVC projects for hc08 assembler and linker:
8504         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8505         /as/hc08/link_hc08.dsp
8506
8507 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8508
8509         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8510
8511 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8512
8513         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8514
8515 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8516
8517         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8518
8519 2003-10-31  Borut Razem <borut.razem AT siol.net>
8520
8521         * support/cpp2/cpplib.h,
8522           support/cpp2/cpplib.c,
8523           support/cpp2/cpplex.c,
8524           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8525           to switch _asm block preprocessing on / off. Default is
8526           #pragma preproc_asm +
8527
8528 2003-10-31  Borut Razem <borut.razem AT siol.net>
8529
8530         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8531           when outputting comment blocks (when executed with -C option) and
8532           _asm (SDCPP specific) blocks
8533
8534 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8535
8536         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8537
8538 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8539
8540         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8541
8542 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8543
8544         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8545         * src/SDCCast.c (decorateType): fixed bug #832664
8546
8547 2003-10-31  Borut Razem <borut.razem AT siol.net>
8548
8549         * support/cpp2/cpplex.c: fixed for SDCPP:
8550           comments(when executed with -C option) and _asm blocks
8551           were included even if they where in skipped #if block.
8552           Applied solution from GCC cpp 3.3.2
8553
8554 2003-10-31  Borut Razem <borut.razem AT siol.net>
8555
8556         * src/SDCC.lex: sdcc now understands both formats:
8557           '# <line_number> <file_name>' and
8558           '#line <line_number> <file_name>'
8559         * support/cpp2/cppmain.c: sdcpp now generates the standard
8560           '# <line_number> <file_name>' instead of former
8561           '#line <line_number> <file_name>'
8562
8563 2003-10-30  Borut Razem <borut.razem AT siol.net>
8564
8565         * support/cpp2/cpphash.h,
8566         * support/cpp2/cpplib.h
8567         * support/cpp2/cpplex.c,
8568         * support/cpp2/cppmain.c,
8569         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8570
8571 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8572
8573         Fixed a number of problems revealed by bug #827883.
8574         * src/SDCCloop.c (loopInvariants): Spill location of the
8575         result operand should be recomputed if extracted from
8576         a loop. Also, don't extract assignments of an iTemp
8577         from a literal.
8578         * src/SDCCast.c (isConformingBody): loop reversal should
8579         not occur if the control variable is involved with a
8580         relational operator.
8581
8582 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8583
8584         * .version: bumped to 2.3.6 to reflect the big improvements
8585         made by Erik and Klaus. Thanks!
8586
8587 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8588
8589         Replaced the livrange code.
8590         * src/SDCClrange.c: added new LR code
8591         * src/SDCCloop.c,
8592         * src/SDCCBBlock.h: removed remainig parts from old LR code
8593         * src/ds390/ralloc.c,
8594         * src/ds390/gen.c: minor fixes to make it work with new code
8595
8596 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8597
8598         * as/hc08/asm.h,
8599         * as/hc08/lkrloc.c,
8600         * src/hc08/gen.c,
8601         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8602         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8603         (tweaked fix for bug #818696)
8604
8605 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8606
8607         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8608
8609 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8610
8611         * src/SDCCmain.c,
8612         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8613         * src/mcs51/gen.c (gencjneshort),
8614         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8615         more efficient (per Scott Bronson's suggestion)
8616
8617 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8618
8619         Extended the semantics of the critical keyword to include
8620         individual statements. See RFE #827755 and #799831
8621         * src/SDCC.y
8622         * src/SDCCicode.c
8623         * src/SDCCopt.c
8624         * src/SDCCast.c
8625         * support/Util/SDCCerr.c
8626         * support/Util/SDCCerr.h
8627         * src/mcs51/gen.c
8628         * src/ds390/gen.c
8629         * src/hc08/gen.c
8630
8631 2003-10-19  Borut Razem <borut.razem AT siol.net>
8632
8633         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8634
8635 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8636
8637         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8638         Fixed bug #818696
8639         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8640         and predecrement operand is displayed
8641
8642 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8643
8644         * src/SDCCval.c (valMinus): fixed bug #826041
8645
8646 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8647
8648         Some hc08 related updates that I missed earlier
8649         * sim/ucsim/stypes.h
8650         * support/regression/ports/hc08/spec.mk
8651
8652 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8653
8654         New target "hc08" for the Motorola 68hc08 family of micros
8655
8656         * configure
8657         * configure.in
8658         * Makefile
8659         * src/hc08/*
8660         * src/SDCCmain.c
8661         * src/port.h
8662         * sim/ucsim/hc08.src/*
8663         * sim/ucsim/configure.in
8664         * src/ucsim/configure
8665         * sim/ucsim/packages_in.mk
8666         * as/hc08/*
8667         * as/Makefile
8668         * device/include/mc68hc908qy.h
8669         * device/lib/hc08/*
8670         * device/lib/Makefile.in
8671         * support/regression/ports/hc08/*
8672         * support/regression/Makefile
8673
8674 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8675
8676         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8677         regression test
8678         * src/ds390/gen.c (genCast): fixed bug #821957
8679
8680 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8681
8682         * device/lib/logf.c: "fixed" overlay bug
8683         * support/regression/ports/host/spec.mk: added m library
8684         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8685         * support/regression/tests/float_trans: added (for Eric)
8686
8687 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8688
8689         * src/mcs51/gen.c (genCpl): fixed bug
8690         http://sf.net/mailarchive/message.php?msg_id=6263915
8691
8692 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8693
8694         * src/SDCCast.c (decorateType): added extended constant folding
8695         * src/SDCCsymt.c (computeType): cleanup
8696         * src/SDCCval.c (valShift): minor optimization
8697         * support/regression/tests/ast_constant_folding.c: added
8698
8699 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8700
8701         * src/SDCCmain.c: removed some unintended changes
8702
8703 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8704
8705         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8706         * src/z80/gen.c: fixed part of bug #817589
8707         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8708
8709 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8710
8711         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8712         * src/SDCCcflow.c
8713         * src/SDCCcse.c
8714         * src/SDCCdflow.c
8715         * src/SDCClabel.c
8716         * src/SDCClrange.c
8717         * src/SDCCmem.c
8718         * src/SDCCopt.c
8719         * src/SDCCpeeph.c
8720         * src/SDCCset.c
8721         * src/avr/ralloc.c
8722         * src/ds390/ralloc.c
8723         * src/izt/ralloc.c
8724         * src/mcs51/ralloc.c
8725         * src/pic/ralloc.c
8726         * src/pic16/ralloc.c
8727         * src/xa51/ralloc.c
8728         * src/z80/ralloc.c
8729         * src/z80/gen.c: removed unused label "release:"
8730
8731 2003-10-06  Borut Razem <borut.razem AT siol.net>
8732
8733         * src/SDCC.lex: removed definition of unused variables
8734           save_optimize and save_options
8735
8736 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8737
8738         * clean.mk: removed '=' in "-maxdepth=1"
8739         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8740         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8741
8742 2003-10-06  Borut Razem <borut.razem AT siol.net>
8743
8744         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8745           my_unput() replaced by unput()
8746
8747 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8748
8749         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8750         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8751         type-punned pointer will break strict-aliasing rules"
8752         Old LR behaviour is again default; Klaus' LR can be choosen by
8753         defining the environment variable LRKLAUS
8754         * src/SDCCBBlock.h
8755         * src/SDCCloop.c
8756         * src/SDCClrange.c
8757         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8758         * clean.mk: fixed removal of files in bin/CVS/
8759         * device/lib/clean.mk: fixed removal of directories small and large
8760         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8761         * src/SDCCicode.c,
8762         * src/SDCCval.c: removed superflous test for pedantic
8763
8764 2003-10-05  Borut Razem <borut.razem AT siol.net>
8765
8766         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8767           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8768           message "unmatched #pragma SAVE and #pragma RESTORE"
8769
8770 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8771
8772         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8773           assembly, critical functions, atomic, nojtbound)
8774
8775 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8776
8777         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8778         * src/SDCCBBlock.h
8779         * src/SDCCloop.c
8780         * src/SDCCloop.h
8781         * src/SDCClrange.c
8782
8783 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8784
8785         * src/z80/gen.h,
8786         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8787         * src/mcs51/gen.h
8788         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8789         * src/ds390/gen.h
8790         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8791         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8792         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8793
8794 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8795
8796         * src/z80/gen.c (genRet): fixed bug #524753
8797         * src/z80/gen.c (genCast): fixed internal error on cast from
8798         pointer to long
8799         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8800         fix for bug #477835 to the z80
8801         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8802         for tracking iCodes in the peephole optimizer for z80
8803
8804 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8805
8806         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8807         the other part of bug #814548
8808         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8809
8810 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8811
8812         * src/SDCCcse.c: fixed part of bug #814548
8813
8814 2003-09-28  Borut Razem <borut.razem AT siol.net>
8815
8816         * src/asm.c: rewrite of printILine() to use temporary file instead
8817           a pipe
8818         * src/xa51/main.c: commented out declaration of int rewinds
8819
8820 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8821
8822         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8823
8824 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8825
8826         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8827         * src/asm.c (printILine): Fixed bug #811015
8828
8829 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8830
8831         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8832         freeing.
8833
8834 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8835
8836         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8837         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8838         to correctly handle general case of AOP_PAIRPTR
8839         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8840
8841 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8842
8843         * src/mcs51/ralloc.c (fillGaps),
8844         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8845         register positioning bug)
8846
8847 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8848
8849         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8850
8851 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8852
8853         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8854         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8855         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8856         (ralloc doesn't intentionally do this now, but perhaps later)
8857         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8858         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8859         register positioning bugs (Fixed bug #762602 and #795325)
8860         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8861         (Fixed bug #808779)
8862         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8863         lines that --i-code-in-asm generates
8864
8865 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8866
8867         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8868         trying to fclose a FILE* that was already closed.
8869
8870 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8871
8872         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8873         of const struct should be treated as if const themselves)
8874
8875 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8876
8877         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8878
8879 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8880
8881         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8882         Unix (/n) and DOS (/r/n) line terminations.
8883
8884 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8885
8886         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8887         bug #613775
8888
8889 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8890
8891         * src/mcs51/gen.c (genFunction, genEndFunction),
8892         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8893         and restore of EA so that stack offsets to parameters are
8894         correct when using both critical and reentrant/stack-auto.
8895         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8896         size (can be triggered in error if sloc is shared between
8897         different sized objects)
8898         * device/include/float.h: fixed macros to explicitly use
8899         unsigned long where needed
8900
8901 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8902
8903         Feature req. 799831: added code to allow nesting of critical functions
8904         * src/mcs51/gen.c (genFunction, genEndFunction)
8905         * src/ds390/gen.c (genFunction, genEndFunction)
8906
8907 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8908
8909         * src/SDCCsymt.c (sclsFromPtr),
8910         * src/SDCCsymt.h,
8911         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8912         support for standard C idiom of memory mapped variables; for
8913         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8914         to xdata int at 0x1234 tempvar = 1.
8915         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8916         provided by Akiya ISHIDA
8917
8918 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8919
8920         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8921         * src/SDCCval.c (constVal): added reduction from int to char
8922         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8923         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8924         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8925         to ignore the sign
8926         * support/regression/tests/shifts.c: fixed
8927
8928 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8929
8930         * src/z80/gen.c (genXor): Fixed bug #805445
8931
8932 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8933
8934         Fixed bug #621531 (const & volatile confusion in the type chain).
8935         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8936         refer to the const or volatile state of the pointer itself.
8937
8938         * src/SDCCast.c
8939         * src/SDCCglue.c
8940         * src/SDCCicode.c
8941         * src/SDCCsymt.c
8942         * src/SDCCval.c
8943         * src/SDCC.y
8944         * src/SDCCsymt.h
8945         * src/pic/gen.c
8946         * src/pic/ralloc.c
8947         * src/pic16/gen.c
8948         * src/pic16/ralloc.c
8949         * support/regression/tests/const.c
8950
8951 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8952
8953         When checking for duplicated modules, use absolute paths
8954         instead of relative paths.  Files changed:
8955
8956         * as/mcs51/lklib.c
8957         * link/z80/lklib.c
8958
8959 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8960
8961         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8962
8963 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8964
8965         * device/include/string.h: added size_t typedef, changed
8966         prototypes to use size_t, eliminated separate reentrant and
8967         non-reentrant declarations, added _memmove declaration
8968         * device/lib/_memcpy.c: changed to use size_t instead of int,
8969         changed /4 to >>2 to avoid division library call
8970         * device/lib/_memcmp.c,
8971         * device/lib/_memset.c,
8972         * device/lib/_strncat.c,
8973         * device/lib/_strncpy.c,
8974         * device/lib/_strncmp.c: changed to use size_t instead of int
8975         * device/lib/_memmove.c: new file (fixed bug #772294)
8976         * device/lib/Makefile.in: added _memmove.c
8977         * device/lib/z80/asm_strings.s: fixed bug #772290
8978         * support/regression/tests/bitfields.c: attempt to fix host assertion
8979         failure on amd64-unknown-linux2.2
8980
8981 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8982
8983         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8984         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8985         * as/z80/asmain.c (main): fixed bug #801766
8986
8987 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8988
8989         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8990         compilers
8991
8992 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8993
8994         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8995         reported in bug #800609
8996
8997 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8998
8999         * Top header beautifications in src/pic16 directory:
9000           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9001           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9002           pcoderegs.h, ralloc.c, ralloc.h
9003         * main.c: added top header and GPL license notice
9004         * pcode.c: fixed the if-conditional warning
9005
9006 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9007
9008         * device/lib/_mullong.c: replaced int by short for gcc
9009
9010 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9011
9012         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9013         and JUMPTABLE iCodes properly now (worked by accident before)
9014         * src/mcs51/gen.c (leftRightUseAcc),
9015         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9016         iCode properly now. Use getSize instead of nRegs since a & b
9017         aren't part of the nRegs tally.
9018
9019 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9020
9021         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9022         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9023           before instructions that use the _STATUS register
9024
9025 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9026
9027         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9028         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9029         fetching of the pointer
9030         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9031         copied from genNearPointerSet()
9032         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9033         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9034         If they pop r0/r1 they must be called in the opposite order than aopOp().
9035         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9036         (resp. --stack-auto), prepared for --xstack
9037
9038 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9039
9040         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9041
9042 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9043
9044         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9045         these ports have their own __sdcc_external_start()
9046
9047 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9048
9049         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9050         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9051         type for bits was changed. It resulted in bit variables becoming
9052         global, which is not permitted in PIC 14 assembly output.
9053
9054 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9055
9056         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9057
9058 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9059
9060         Z80 and MCS51 linkers complaint if a public symbol is defined
9061         in more than one library module:
9062
9063         * as/mcs51/lklib.c
9064         * link/z80/lklib.c
9065         * as/mcs51/Makefile.in
9066
9067 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9068
9069         A few small changes that speed up the peephole optimizer.
9070
9071         * src/SDCCpeeph.c
9072
9073 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9074
9075         Try to make the peephole optimizer smarter by maintaining
9076         an association between the assembly source code and the
9077         iCodes that originated them. Put this information to use
9078         with a new peephole rule condition "notVolatile" so that
9079         the rules can be aggressive yet still safe.
9080
9081         * src/SDCCpeeph.c
9082         * src/SDCCpeeph.h
9083         * src/mcs51/gen.c
9084         * src/mcs51/peeph.def
9085
9086 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9087
9088         Fixed bug #741761
9089
9090         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9091         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9092         if the left or right operand symbols have the accuse flag set.
9093
9094 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9095
9096         Changed the type of the result of the ! (NOT) operator to char;
9097         previously it returned the same type as the source. This allows
9098         us to eliminate all the genFloatNot functions (all of its target
9099         implementations were very buggy) since !float can use the same
9100         code as !long now.
9101
9102         * src/SDCCicode.c (ast2iCode): ! returns char
9103         * src/mcs51/gen.c (genNot, genNotFloat),
9104         * src/ds390/gen.c (genNot, genNotFloat),
9105         * src/z80/gen.c (genNot, genNotFloat),
9106         * src/pic/gen.c (genNot, genNotFloat),
9107         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9108
9109 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9110
9111         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9112         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9113            during interrupts. Ensure WSAVE is located at a shared bank address.
9114         2. Fixed page selection in some places
9115         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9116            the registers name strings.
9117         4. Fixed "signed / unsigned compare" compiler warnings.
9118         5. The PIC port manages its own allocation of the general purpose
9119            registers, but makes no attempt to reuse them. As a result when
9120            compiling it soon runs out of general purpose registers. Some
9121            additional code was added to the files pcode.c and device.c to walk
9122            through the function call tree and rename the registers so that they
9123            get reused.
9124
9125         * src/pic/device.c
9126         * src/pic/gen.c
9127         * src/pic/glue.c
9128         * src/pic/pcode.c
9129         * src/pic/pcode.h
9130         * src/pic/ralloc.c
9131         * src/pic/ralloc.h
9132         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9133         genPlus() & genMinus() when the result is the same as left or right
9134
9135 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9136
9137         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9138
9139 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9140
9141         Made bitfield a distinct type from bit so that bitfields
9142         convert as per ANSI C and bits retain their traditional
9143         boolean style behaviour. Implemented bitfield support in
9144         the z80 port.
9145
9146         * src/SDCCsymt.h,
9147         * src/SDCCsymt.c,
9148         * src/SDCCast.c,
9149         * src/cdbFile.c,
9150         * src/mcs51/gen.c,
9151         * src/ds390/gen.c: bit v bitfield split
9152         * src/z80/gen.c: New support for bitfields
9153         * support/regression/tests/bitfields.c: reenabled z80,
9154         added more tests
9155
9156 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9157
9158         Rules 246.x, 247.x relate to bitfields, the others speed up
9159         access to xdata mapped I/O devices.
9160
9161         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9162
9163 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9164
9165         Cleaned up genPackBits and genUnpackBits and added two helper
9166         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9167         for literal assignments in genPackBits (thanks to Frieder for
9168         reminding me).
9169
9170         * src/mcs51/gen.c
9171         * src/ds390/gen.c
9172
9173 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9174
9175         Fixed bug #748310 (pointer to function type mishandled when the
9176         function name is omitted). Also fixed a SIGSEGV when a function
9177         attribute (reentrant, etc) is used on a non-function or on a
9178         function but misplaced before the parameter list.
9179
9180         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9181         bug #748310
9182         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9183         * support/Util/SDCCerr.h,
9184         * support/Util/SDCCerr.c: Added func attr misuse error msg
9185
9186 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9187
9188         Fixed bug #787649 by anonymous
9189         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9190         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9191
9192 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9193
9194         Fixed numerous bitfield problems.
9195
9196         * src/SDCC.y: More bitfield related error checking
9197         * src/SDCCsymt.h,
9198         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9199         * support/Util/SDCCerr.h,
9200         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9201         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9202         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9203         * support/regression/tests/bitfields.c: tests added
9204
9205 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9206
9207         Made the constant following the "interrupt" keyword optional. If
9208         omitted, the function will not automatically be given an entry
9209         in the interrupt vector table (similar to #pragma NOIV, but
9210         less syntacticly kludgy). The interrupt number is also now
9211         range checked. Also fixed a bug in the high order bit example
9212         in the manual.
9213
9214         * src/SDCC.y
9215         * src/SDCCmem.c
9216         * src/SDCCglue.c
9217         * src/SDCCsymt.h
9218         * support/Util/SDCCerr.c
9219         * support/Util/SDCCerr.h
9220         * doc/sdccman.lyx
9221
9222 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9223
9224         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9225         * src/SDCCicode.c (operandOperation): rewritten some ops
9226         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9227         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9228         other type
9229         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9230         be re-activated by defining REDUCE_LITERALS)
9231         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9232         unsigned, but are signed by default
9233         * src/SDCCval.c (constVal): rearranged
9234         * src/SDCCval.c (valMod): preliminary fix
9235         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9236         * support/regression/literalop.c: added, work in progress
9237
9238 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9239
9240         Generate warnings for useless declarations like "char data;"
9241         that don't do what new users expect.
9242
9243         * src/SDCC.y
9244         * support/Util/SDCCerr.h
9245         * support/Util/SDCCerr.c
9246
9247 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9248
9249         * src/SDCCval.c (valMult): fix overflow detection of negative int
9250
9251 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9252
9253         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9254
9255         Changes to support big endian targets:
9256
9257         * src/ports.h
9258         * src/SDCCglue.c
9259         * src/avr/main.c
9260         * src/ds390/main.c
9261         * src/izt/i186.c
9262         * src/mcs51/main.c
9263         * src/pic/main.c
9264         * src/pic16/main.c
9265         * src/xa51/main.c
9266         * src/z80/main.c
9267
9268 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9269
9270         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9271         * device/lib/time.c: fixed warning "integer overflow in expression"
9272
9273 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9274
9275         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9276         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9277         constants are unsigned; added recognition of "u" flag for unsigned
9278         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9279         * src/SDCCval.c (valDiv, valMod): fixed signdness
9280         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9281         signedness of modulo, left and right shift
9282         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9283         * support/Util/SDCCerr.h: added warning W_INT_OVL
9284         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9285         * src/SDCCast.c (ast_print): improved output of constants
9286
9287 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9288
9289         Fixed some warnings when building with MSVC:
9290
9291         * as/mcs51/asdata.c
9292         * as/z80/asdata.c
9293         * as/mcs51/asm.h
9294         * as/z80/asm.h
9295         * link/z80/aslink.h
9296         * link/z80/lkdata.c
9297         * link/z80/lkeval.c
9298         * link/z80/lkgb.c
9299         * link/z80/lkihx.c
9300         * link/z80/lks19.c
9301         * link/z80/lksym.c
9302         * support/cpp2/cpplib.c
9303         * src/ds390/gen.c
9304         * src/mcs51/gen.c
9305
9306 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9307
9308         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9309
9310 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9311
9312         * support/librarian/clean.mk: Do not remove Makefile.
9313         * support/librarian/Makefile: added.
9314
9315 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9316
9317         Added librarian to MSVC build:
9318         * all.dsp
9319         * sdcc.dsw
9320         * support/librarian/librarian.dsp
9321
9322         'configure' not needed for librarian, removed:
9323         * support/librarian/configure
9324         * support/librarian/configure.in
9325         * support/librarian/config_in.h
9326         * support/librarian/Makefile.in
9327
9328         Hopefully these ones built the librarian and the rest of sdcc properly:
9329         * Makefile
9330         * Makefile.common.in
9331
9332         Messed up 'configure', so revert to previous version:
9333         * configure
9334         * configure.in
9335
9336 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9337
9338         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9339         there, while the mantissa of a double is "only" 53 bits wide.
9340
9341 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9342
9343         Adding sdcclib to the build.  MSVC project coming soon.
9344         Files added/changed:
9345
9346         * support/librarian/clean.mk
9347         * support/librarian/configure
9348         * support/librarian/configure.in
9349         * support/librarian/config_in.h
9350         * support/librarian/Makefile.bcc
9351         * support/librarian/Makefile.in
9352         * support/librarian/sdcclib.c
9353         * Makefile.bcc
9354         * Makefile
9355         * Makefile.common.in
9356         * configure
9357         * configure.in
9358
9359 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9360
9361         Linker now complaints if linked modules have conflicting options, for
9362         example, one compiled using --model-large and another one compiled with
9363         --model-small.  The following files were modified:
9364
9365         * as/mcs51/asdata.c
9366         * as/mcs51/aslink.h
9367         * as/mcs51/asm.h
9368         * as/mcs51/asmain.c
9369         * as/mcs51/asout.c
9370         * as/mcs51/i51pst.c
9371         * as/mcs51/lkdata.c
9372         * as/mcs51/lklibr.c
9373         * as/mcs51/lkmain.c
9374         * as/z80/asdata.c
9375         * as/z80/asm.h
9376         * as/z80/asmain.c
9377         * as/z80/asout.c
9378         * as/z80/z80pst.c
9379         * link/z80/aslink.h
9380         * link/z80/lkdata.c
9381         * link/z80/lklibr.c
9382         * link/z80/lkmain.c
9383         * src/SDCCglue.c
9384
9385 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9386
9387         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9388         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9389
9390 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9391
9392         * src/z80/mappings.i: fix _mul[us][int,long] entries
9393
9394 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9395
9396         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9397
9398 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9399
9400         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9401         * support/regression/tests/bitopcse.c: added
9402         fixed warning:
9403         * src/avr/gen.c:
9404         * src/pic/gen.c:
9405         * src/pic16/gen.c:
9406         * src/z80/gen.c:
9407         * src/xa51/gen.c:
9408
9409 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9410
9411         added support for new library format to z80, gbz80 linkers:
9412         *link/z80/aslink.h
9413         *link/z80/lklex.c
9414         *link/z80/lklib.c
9415         *link/z80/lklist.c
9416
9417 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9418
9419         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9420         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9421
9422 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9423
9424         added DUMMY_READ_VOLATILE:
9425         * src/SDCC.y:
9426         * src/avr/gen.c:
9427         * src/xa51/gen.c:
9428         * src/z80/gen.c:
9429         * src/pic/gen.c:
9430         * src/pic16/gen.c:
9431         * src/mcs51/gen.c:
9432         * src/ds390/gen.c:
9433         * src/SDCCcse.c (algebraicOpts): many improvements
9434         * src/SDCCcse.h: removed algebraicOpts()
9435         * src/SDCCicode.c (picDummyRead): added
9436
9437 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9438
9439         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9440         "Insufficient space in data memory".
9441
9442 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9443
9444         * src/mcs51/gen.c: fixed bug #771358
9445         * src/z80/gen.c: fixed bug #759087
9446
9447 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9448
9449         * src/pic16/glue.c: minor cleanup by Vangelis
9450
9451 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9452
9453         * device/include/regc515c.h: fixed #758477
9454         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9455         * device/lib/_gptrput.c: saved a few bytes
9456         * my tab spacing is 8, yours too?)
9457         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9458         * device/lib/serial.c: process RX bytes earlier than TX bytes
9459         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9460
9461 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9462
9463         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9464
9465 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9466
9467     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9468
9469 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9470
9471         * device/lib/Makefile.in: bad fix, reverted to 1.43
9472
9473 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9474
9475         * device/lib/Makefile.in: added missing z80 object files
9476
9477 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9478
9479         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9480         pic16 progress by Vangelis:
9481         * src/SDCCglobl.h:
9482         * src/SDCCmain.c:
9483         * src/pic/Makefile:
9484         * src/pic:
9485         * pic/Makefile:
9486         * pic16/device.c:
9487         * pic16/device.h:
9488         * pic16/gen.c:
9489         * pic16/gen.h:
9490         * pic16/genarith.c:
9491         * pic16/glue.c:
9492         * pic16/main.c:
9493         * pic16/pcode.c:
9494         * pic16/pcode.h:
9495         * pic16/pcodepeep.c:
9496         * pic16/peeph.def:
9497
9498 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9499
9500     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9501
9502 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9503
9504     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9505     added gbz80 build to MSVC project.
9506     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9507     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9508     from 8051 stuff and setup so it links using a .lnk file.
9509
9510 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9511
9512     * support/librarian/sdcclib.c: sdcc librarian.
9513     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9514     with sdcclib.
9515
9516 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9517
9518     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9519
9520 2003-07-02  Borut Razem <borut.razem AT siol.net>
9521
9522         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9523         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9524         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9525         src/xa51/main.c, src/z80/main.c:
9526         virtualization of glue() function: each port has it's own glue function,
9527         which is accessed by do_glue function pointer in PORT.general structure
9528
9529 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9530
9531         * DS800C400 fun, improved ROM interface and tinibios.
9532
9533 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9534
9535         * More support for DS80C400. Now includes beginning of interface to ROM.
9536
9537 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9538
9539         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9540
9541 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9542
9543         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9544
9545 2003-06-19  Borut Razem <borut.razem AT siol.net>
9546
9547         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9548
9549 2003-06-19  Borut Razem <borut.razem AT siol.net>
9550
9551         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9552         fixed Z80 port - crt0.o: cannot open.
9553
9554 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9555
9556         * support/Util/MySystem.c (merge_command): revert bad fix
9557
9558 2003-06-18  Borut Razem <borut.razem AT siol.net>
9559
9560         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9561
9562 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9563
9564         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9565         option --use-stdout sends errors to stdout instead of stderr.
9566
9567 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9568
9569         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9570
9571 2003-06-15  Borut Razem <borut.razem AT siol.net>
9572
9573         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9574         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9575         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9576         fixed width array of pointers replaced with sets;
9577         multiple include and lib paths ared transferred to preprocessor and linker
9578         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9579         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9580         fixed width array of pointers
9581         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9582         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9583         fixupPath(), getPathDifference()
9584         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9585         fixed width array of pointers
9586
9587 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9588
9589         * src/pic16/ralloc.c: fix warnings
9590         * src/pic16/pcode.c: fix warning
9591
9592 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9593
9594          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9595         know all the details, but essentially this set of changes enable
9596         the pic16 port to generate movff instructions and generate assembler
9597         directives,
9598         * src/SDCCmain.c:
9599         * src/pic16/gen.c:
9600         * src/pic16/glue.c:
9601         * src/pic16/pcode.c:
9602         * src/pic16/device.c:
9603         * src/pic16/main.c:
9604         * src/pic16/pcode.h:
9605         * src/pic16/pcoderegs.c:
9606         * src/pic16/ralloc.c:
9607         * src/pic16/ralloc.h:
9608
9609 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9610
9611         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9612         added option --vc, so sdcc errors and warnings are compatible with
9613         Microsoft Visual Studio.
9614
9615 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9616
9617         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9618           device/lib/libfloat.lib: added atof function.
9619
9620 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9621
9622         * doc/sdccman.lyx: updated to Lyx 1.3
9623         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9624         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9625         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9626
9627 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9628
9629         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9630
9631 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9632
9633         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9634           additions to the "related tools/documentation" section
9635
9636 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9637
9638         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9639
9640 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9641
9642         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9643         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9644
9645 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9646
9647         * doc/sdccman.lyx: fix double dash and other minor things
9648         * doc/Makefile: fix double dash
9649
9650 2003-05-28  Karl Bongers(patches from Martin Helmling)
9651         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9652           condition and ignore commands.
9653
9654 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9655
9656         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9657           is in parts still quite out of date, I did changes as far as I felt makes sense
9658           for a non-native english speaker.
9659           Please feel free to add to the manual or to correct my changes.
9660         * doc/Makefile: undid touching the date of intermediate tex files.
9661
9662 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9663
9664         * doc/sdccman.lyx: Manual has an index now
9665
9666 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9667
9668         Finalize muluint/mulsint and mululong/mulslong merging:
9669         * device/lib/_mulint.c
9670         * device/lib/_mullong.c
9671         * device/lib/gbz80/mul.s
9672         * device/lib/gbz80/stubs.s
9673         * device/lib/z80/mul.s
9674         * device/lib/z80/stubs.s
9675         * src/SDCCsymt.c (initCSupport)
9676
9677 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9678
9679         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9680         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9681           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9682           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9683           instead of /Zm500.
9684
9685 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9686
9687         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9688           the regression tests I'm not brave enough to enable 245.b, 245.c
9689         * doc/sdccman.lyx: added latex preamble for hyperref package.
9690           Using pdflatex this will give you a hyperlinked pdf file with
9691           bookmarks. (prepend '%' before /usepackage if this breaks something)
9692
9693 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9694
9695          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9696
9697 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9698
9699         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9700
9701 2003-05-21    <johan AT balder>
9702
9703         * src/SDCCglue.c (printIval): fixed bug #739934
9704
9705 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9706
9707         Applied patch from bug 737905 (renamed yylineo to mylineno):
9708         * src/altlex.c
9709         * src/SDCCast.c
9710         * src/SDCglobl.h
9711         * src/SDCC.lex
9712         * src/SDCCsymt.c
9713         * src/SDCCval.c
9714         * src/pic16/pcode.c: Cleaned warnings
9715         * src/pic16/pcodeflow.c: Cleaned warnings
9716         * src/pic16/pcoderegs.c: Cleaned warnings
9717
9718 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9719
9720         * src/pic16/pcode.c: Cleaned warnings
9721         * src/pic16/pcodepeep.c: Cleaned warnings
9722         * src/pic16/ralloc.c: Cleaned warnings
9723
9724 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9725
9726         * doc/sdccman.lyx: fixed bug 739745
9727         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9728
9729 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9730
9731         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9732         it can be defined with CFLAGS when running configure
9733         * src/SDCCmain.c: fixed compiling + linking with object files
9734
9735 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9736
9737         * configure.in: configure for pic16 port,
9738             added --disable-pic16-port
9739         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9740         * src/SDCCmain.c: linkOptions is changed to set *,
9741             added if/endif conditional macros to remove options help
9742             messages from optionsTable when a port is not configured, added
9743             support for the PIc16 port in the ports table, when executing
9744             the compiler with no port specified on command line, a default
9745             port is selected with the new macro DEFAULT_PORT which is
9746             defined in port.h, in setDefaultOptions() linkOptions is removed
9747             from initialization assignment, since now it is a set,
9748             parseCmdLine uses setParseWithComma for linkOptions, in
9749             linkEdit() linkOptions are accessed with new function indexSet()
9750             which returns the i'th item of a set variable. See SDCCset.c, in
9751             linkEdit() when calling buildCmdLine(), added linkOptions as
9752             last argument. Now users can pass arguments to gplink via the
9753             -Wl option, main() uses pic16glue() to glue up pic16 programs
9754         * src/SDCCpeeph.c: various changes to support pic16
9755         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9756             return the i'th item of the set
9757         * src/SDCCset.h: added function prototype for indexSet()
9758         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9759         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9760         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9761             added macro DEFAULT_PORT
9762         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9763         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9764             generated
9765         * src/pic16/glue.c: commented out some error producing lines
9766         * src/pic16/main.c: __config directives are commented out to stop
9767             gpasm complaining and test the linkage with gplink, _linkCmd and
9768             _asmCmd changed to be more gplink and gpasm friendly
9769         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9770             produced an error when parsed, peep rule 12 is added to utilize
9771             movff, but it is commented out since the pCode does not support
9772             yet a command with 2 address arguments
9773
9774 2003-05-18    <johan AT balder>
9775
9776         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9777         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9778 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9779
9780         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9781   Added feature to script commands from file.
9782
9783 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9784
9785         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9786         * src/SDCCutil.c: include ctype.h for win32
9787
9788 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9789
9790         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9791
9792 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9793
9794         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9795   Fixed so you can set breakpoints prior to run, run does not stop
9796   on entry now.  Add tbreak.  Other enhancements and fixes for use
9797   with ddd.
9798
9799 2003-05-12  Borut Razem <borut.razem AT siol.net>
9800
9801         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9802
9803 2003-05-11  Borut Razem <borut.razem AT siol.net>
9804
9805         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9806         the path of bin directory, so that PATH is the only env. variable, which has to be set
9807         in case of standard installation.
9808         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9809         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9810         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9811
9812 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9813
9814         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9815         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9816         temp files are in the port dir; clean the gen/test directory when
9817         generating new test.c
9818         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9819         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9820         * support/regression/tests/zeropad.c: added
9821
9822 2003-05-09    <johan AT balder>
9823
9824         * src/SDCCglue.c: fixed bug #597940
9825
9826 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9827
9828         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9829   cache sfr, optimize next,step, fix off by one sourceline,
9830   support ddd list function.
9831         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9832
9833 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9834
9835         * support/regression/HTMLgen.py: added compare_s2f()
9836         * support/regression/Makefile: redo 1.27
9837         * support/regression/generate-cases.py: redo 1.5
9838
9839 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9840
9841         * support/regression/tests/float.c: workaround 33 bit hex constant
9842         * support/regression/tests/simplefloat.c: fix division for host
9843
9844 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9845
9846         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9847         that tame's the PIC's over-aggressive optimizer.
9848
9849 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9850
9851          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9852          support for MSVC.
9853
9854 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9855
9856         Initial support for DS80C400. "Hello world" runs on TINIm400
9857         (with polled I/O).
9858
9859 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9860
9861          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9862          * Some notes on ddd usage added in debugger/README
9863          Martin Helmling adding more features and fixes for ddd GUI debugger.
9864          Code added for nexti, stepi, up, down, and other adjustments.
9865
9866 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9867
9868         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9869         * src/pic/peeph.def Added two rules to optimize carry manipulation
9870         * src/pic/* removed debug printfs
9871
9872 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9873
9874         * debugger/mcs51/cmd.c: added header newalloc.h
9875
9876 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9877
9878         * as/Makefile: new EXEEXT
9879         * as/z80/Makefile: remove trailing slash of BUILDIR
9880         * as/z80/clean.mk: new EXEEXT
9881         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9882         * support/cpp2/Makefile.in: new EXEEXT
9883         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9884
9885 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9886
9887         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9888         EXEEXT was introduced to fix all related problems with targets
9889         "clean", "install" and "uninstall"; a couple of further flaws
9890         especially with "clean" have been fixed too
9891         * as/mcs51/Makefile.in
9892         * as/mcs51/clean.mk
9893         * as/z80/Makefile
9894         * Makefile
9895         * clean.mk
9896         * debugger/mcs51/Makefile.in
9897         * debugger/mcs51/clean.mk
9898         * link/z80/Makefile
9899         * link/z80/Makefile.in
9900         * link/z80/clean.mk
9901         * link/Makefile
9902         * packihx/Makefile.in
9903         * packihx/clean.mk
9904         * sim/ucsim/Makefile
9905         * sim/ucsim/clean.mk
9906         * sim/ucsim/avr.src/Makefile.in
9907         * sim/ucsim/avr.src/clean.mk
9908         * sim/ucsim/s51.src/Makefile.in
9909         * sim/ucsim/s51.src/clean.mk
9910         * sim/ucsim/xa.src/Makefile.in
9911         * sim/ucsim/xa.src/clean.mk
9912         * sim/ucsim/z80.src/Makefile.in
9913         * sim/ucsim/z80.src/clean.mk
9914         * sim/ucsim/main_in.mk
9915         * sim/ucsim/packages_in.mk
9916         * sim/ucsim/gui.src/Makefile.in
9917         * sim/ucsim/gui.src/serio.src/Makefile.in
9918         * sim/ucsim/gui.src/serio.src/clean.mk
9919         * src/Makefile.in
9920         * src/clean.mk
9921         * support/cpp2/Makefile.in
9922         * support/cpp2/clean.mk
9923         * support/makebin/Makefile
9924         * support/makebin/clean.mk
9925         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9926         * doc/sdccman.lyx: --program-suffix no longer needed
9927
9928 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9929
9930          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9931          Martin Helmling added support for ddd GUI debugger.
9932          Code added to display assembly, set variables, and other commands
9933          to interface to ddd.
9934
9935 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9936
9937         * as/Makefile: fix target clean
9938         * as/clean.mk: fix target clean
9939         * as/z80/clean.mk: fix target clean
9940
9941 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9942
9943         * Makefile.common.in: added  AT EXEEXT AT
9944         * configure.in: removed all mingw32 stuff
9945         * configure: rebuilt from configure.in
9946         * doc/sdccman.lyx: updated section "installation"
9947         * support/scripts/sdcc_mingw32: adapted to configure
9948         * support/scripts/sdcc_cygwin_mingw32: added
9949
9950 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9951
9952         * src/pic Added object file support for the PIC port
9953         * src/pic Applied patch from Craig Franklin (this started the object file support)
9954         * src/regression Updated the PIC regression tests for object files
9955
9956 2003-04-20  Borut Razem <borut.razem AT siol.net>
9957
9958         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9959           lklex.c: In function `getfid':
9960           lklex.c:203: warning: array subscript has type `char'
9961         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9962           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9963         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9964           stack handling macros
9965
9966 2003-04-19  Borut Razem <borut.razem AT siol.net>
9967
9968         * "handling space characters in file path" task:
9969         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9970         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9971         * support/Util/MySystem.h: make it self-sufficient
9972         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9973           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9974           handling space characters in file path
9975         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9976           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9977         * support/Util/MySystem.c: handling space characters in executable's path
9978
9979 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9980
9981         * as/z80/Makefile: fix permanent rebuild of z80
9982         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9983         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9984
9985 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9986
9987         * src/SDCCopt.c: add special case optimization to replace modulo by
9988           a power of two with a bitwise AND.
9989
9990 2003-04-18    <johan AT balder>
9991
9992         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9993
9994 2003-04-17    <johan AT balder>
9995
9996         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9997         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9998
9999 2003-04-13  Borut Razem <borut.razem AT siol.net>
10000
10001         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10002         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10003           fixed mingw problem in adl_NORMALIZE_PATH
10004
10005 2003-04-12  Borut Razem <borut.razem AT siol.net>
10006
10007         * fixed "#pragma SAVE/RESTORE can not be nested":
10008         * src/SDCC.lex: reworked pragma handling functions
10009         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10010         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10011
10012 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10013
10014         * src/SDCCutil.c (pathEquivalent): defined but not used
10015         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10016         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10017         * configure: rebuilt from configure.in
10018         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10019         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10020         * device/include/Makefile.in: replace sdcc_datadir
10021         * device/lib/Makefile.in: replace sdcc_datadir
10022         * Makefile.common.in: add LDFLAGS from configure
10023         * packihx/Makefile.in: use LDFLAGS
10024         * src/Makefile.in: use LDFLAGS
10025         * support/cpp2/Makefile.in: add LDFLAGS from configure
10026         * support/makebin/Makefile: use LDFLAGS
10027         * .version: bumped version number to 2.3.5
10028
10029 2003-04-12  Borut Razem <borut.razem AT siol.net>
10030
10031         * completed "different paths" task:
10032         * src/SDCCmacro.c: fixed bug in handling quotes
10033         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10034         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10035
10036 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10037
10038         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10039
10040 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10041
10042         * ds390/gen.c ds390/peeph.def: fix bug 706781
10043
10044 2003-04-11  Borut Razem <borut.razem AT siol.net>
10045
10046         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10047
10048 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10049
10050         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10051         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10052          set - this bit used to not be set...).
10053         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10054           bad code in PIC Port
10055         * src/regression/and2.c added to test bug 609268
10056         * src/regression/Makefile added and2.c to regression test
10057
10058
10059 2003-04-08    <johan AT CP255758-A>
10060
10061         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10062         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10063         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10064
10065 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10066
10067         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10068         fix bug #487815
10069         * support/cpp2/Makefile.in: fix bug #487815
10070         * configure: rebuilt from configure.in
10071         * Makefile.common.in: docdir changed, new path suffixes
10072         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10073         * sdcc_vc_in.h: reflect changes from sdccconf.h
10074         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10075         * src/SDCCutil.h: remove BINDIR hack
10076         * doc/sdccman.lyx: update new path hierarchy
10077
10078 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10079
10080         * src/SDCCpeeph.c: added okToRemoveSLOC test
10081
10082 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10083
10084         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10085
10086 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10087
10088         * src/SDCCpeeph.c: added labelIsReturnOnly test
10089         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10090
10091 2003-04-05    <johan AT balder>
10092
10093         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10094         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10095         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10096         * src/SDCCast.c: fixed a warning
10097         * src/SDCCast.h: fixed a warning
10098         * src/SDCCicode.c (operandFromAst): fixed a warning
10099
10100 2003-04-04    <johan AT balder>
10101
10102         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10103         * src/SDCCast.c (decorateType): fixed bug #715076
10104         * src/SDCC.y: fixed bug #702907
10105
10106 2003-04-03    <johan AT balder>
10107
10108         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10109         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10110         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10111         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10112         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10113
10114 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10115
10116         * _decdptr.c: fix return values
10117         * _gptrget.c: fix return values
10118         * _gptrgetc.c: fix return values
10119         * _gptrput.c: fix return values
10120         * _mulint.c: fix return values
10121         * as/z80/Makefile: fix 'make -j' problem
10122
10123 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10124
10125         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10126         * configure.in: big cleanup, updated to autoconf 2.5x
10127         * configure: rebuilt from configure.in
10128         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10129         * sdcc_vc_in.h: reflect changes from sdccconf.h
10130         * doc/Makefile: fixed a flaw in "make install"
10131
10132 2003-04-02    <johan AT balder>
10133
10134         * src/ds390/gen.c (genCmp): no comments
10135         * src/mcs51/gen.c (genCmp): no comments
10136         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10137         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10138
10139 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10140
10141         * support/regression/generate-cases.py: place generated file in given sub directory
10142         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10143         * support/regression/Makefile: improvements for 'make -j';
10144         side effect: it's simpler and faster now
10145
10146 2003-03-31  Borut Razem <borut.razem AT siol.net>
10147
10148         * src/z80/main.c: link-{port} and as-{port} defined without path
10149         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10150
10151 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10152
10153         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10154
10155 2003-03-30  Borut Razem <borut.razem AT siol.net>
10156
10157         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10158           changed type of list parameter to set
10159         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10160         * src/port.h: changed type of do_assemble() parameter to set
10161         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10162           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10163           definition of "cppoutfilename" macro with NULL value in preProcess()
10164         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10165         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10166         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10167           replaced with set *binPathSet
10168         * shash_add() deallocates the item, if allready exsists, before adding the new one
10169         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10170
10171 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10172
10173         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10174           a nested for loop bug in the PIC port
10175         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10176           for loops
10177
10178 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10179
10180         * support/Util/dbuf.h: remove C++ stuff to make it portable
10181
10182 2003-03-28  Borut Razem <borut.razem AT siol.net>
10183
10184         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10185           literal strings in stringLiteral()
10186         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10187         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10188           to the project
10189
10190 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10191
10192         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10193
10194 2003-03-26    <johan AT balder>
10195
10196         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10197         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10198         * src/SDCCast.c (decorateType): fixed " -v < 3"
10199
10200 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10201
10202         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10203         Added Lenny Story's debug infrastructure changes:
10204         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10205         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10206         * src/cdbFile.c: added
10207         * src/SDCCdebug.c: added
10208         * src/SDCCdebug.h: added
10209         * src/SDCCast.c (createFunction)
10210         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10211         * src/SDCCmain.c (parseCmdLine, main)
10212         * src/SDCCmem.c (redoStackOffsets)
10213         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10214         * src/SDCCsymt.h
10215         * src/common.h
10216         * src/avr/gen.c (genAVRCode)
10217         * src/ds390/gen.c (gen390Code)
10218         * src/mcs51/gen.c (gen51Code)
10219         * src/pic/gen.c (genpic14Code)
10220         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10221         * src/xa51/gen.c (genXA51Code)
10222         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10223
10224 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10225
10226         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10227         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10228
10229 2003-03-22    <johan AT balder>
10230
10231         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10232
10233 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10234
10235         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10236         * doc/cdbfileformat.lyx: added, written by Lenny Story
10237         * doc/Makefile: added cdbfileformat.lyx
10238         * doc/clean.mk: added cdbfileformat.lyx
10239
10240 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10241
10242         * src/mcs51/peeph.def: fix bug #705773
10243
10244 2003-03-20    <johan AT balder>
10245
10246         An sfr/sbit can have an "at #" AND an initializer
10247         * src/SDCCsymt.c (checkSClass):
10248         * src/SDCCmem.c (allocGlobal):
10249         * src/SDCCmem.c (allocLocal):
10250         * src/SDCCast.c (createBlock):
10251
10252 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10253
10254         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10255
10256 2003-03-16    <johan AT balder>
10257
10258         Undid the hackup of const and volatile, the problem is much bigger
10259         * src/SDCC.y:1.65
10260         * src/SDCCast.c:1.171
10261         * src/SDCCglue.c:1.138
10262         * src/SDCCicode.c:1.146
10263         * src/SDCCsymt.c:1.150
10264         * src/SDCCval.c:1.65
10265
10266 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10267
10268         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10269         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10270
10271 2003-03-13    <johan AT balder>
10272
10273         Hackup const and volatile modifiers in type chains a bit:
10274         * src/SDCC.y:1.63
10275         * src/SDCCast.c:1.169
10276         * src/SDCCglue.c:1.136
10277         * src/SDCCicode.c:1.143
10278         * src/SDCCsymt.c1.146
10279         * src/SDCCsymt.h1.59
10280         * src/SDCCval.c:1.63
10281
10282 2003-03-12    <johan AT balder>
10283
10284         * src/SDCCBBlock.h: more LRH debugging junk
10285         * src/SDCCcflow.h: more LRH debugging junk
10286         * src/SDCCloop.c: more LRH debugging junk
10287         * src/SDCC.y (struct_declaration): fixed bug #697590
10288         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10289         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10290         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10291
10292 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10293         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10294         test function names must now match exactly).
10295         * src/SDCCcse.c: added special case in findCheaperOp to allow
10296         extending a short integer. Makes less awful code for bug 700121 test case.
10297
10298 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10299
10300         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10301         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10302
10303 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10304
10305         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10306         actually called (operandsNotEqual() was called for all
10307         operandsNotEqualX tests).
10308
10309 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10310
10311         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10312         with shorter literals. Fixes bug 700121.
10313
10314 2003-03-11    <johan AT balder>
10315
10316         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10317
10318 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10319
10320         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10321         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10322
10323 2003-03-10  Borut Razem <borut.razem AT siol.net>
10324
10325         * src/SDCCmain.c: pipe preprocessor's output
10326         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10327         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10328         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10329         which closes all pipes in pipeSet set
10330         * src/SDCCset.c: free deleted item in function deleteSetItem()
10331         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10332         moved from z80 to src subproject
10333         * .version: increased version number to 2.3.4
10334
10335 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10336
10337         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10338         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10339         * support/regression/ports/xa51/spec.mk: fix typo
10340
10341 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10342
10343         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10344
10345 2003-03-09  Borut Razem <borut.razem AT siol.net>
10346
10347         * src/SDCCmain.c: pipe preprocessor's output
10348         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10349         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10350         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10351         which closes all pipes in pipeSet set
10352         * src/SDCCset.c: free deleted item in function deleteSetItem()
10353         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10354         moved from z80 to src subproject
10355
10356 2003-03-09  Borut Razem <borut.razem AT siol.net>
10357
10358         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10359         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10360         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10361         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10362         * src/SDCCglobl.h: unification of WIN32 native definitions
10363
10364 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10365
10366         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10367
10368 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10369
10370         * src/configure.in:   check for endianess (even while cross-compiling)
10371         * src/configure:      check for endianess (even while cross-compiling)
10372         * src/configure_in.h: check for endianess (even while cross-compiling)
10373         * src/avr/gen.c:        remove old endianess stuff
10374         * src/mcs51/gen.c:      remove old endianess stuff
10375         * src/ds390/gen.c:      remove old endianess stuff
10376         * src/pic/gen.c:        remove old endianess stuff
10377         * src/pic/genarith.c:   remove old endianess stuff
10378         * src/pic/glue.c:       fix endianess check
10379         * src/pic16/gen.c:      remove old endianess stuff
10380         * src/pic16/genarith.c: remove old endianess stuff
10381         * src/pic16/glue.c:     fix endianess check
10382         * src/xa51/gen.c:       remove old endianess stuff
10383         * src/z80/gen.c:        fix endianess check
10384         * src/SDCCglue.c:       fix endianess check
10385         * src/ds390/peeph.def: fix bug 700036
10386
10387 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10388
10389         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10390         * src/configure: find appropriate data-types on host for SDCC's int and long
10391         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10392         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10393         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10394
10395 2003-03-07    <johan AT balder>
10396
10397         Just a big NOOP:
10398                 some minor cleanups before the big shot
10399                 OP_DEFS and OP_USES now use Kevin's protection
10400                 new option --nolabelopt
10401
10402         * src/SDCCBBlock.c:
10403         * src/SDCCast.c,:
10404         * src/SDCCcflow.c:
10405         * src/SDCCcse.c:
10406         * src/SDCCicode.c:
10407         * src/SDCCicode.h:
10408         * src/SDCClabel.c:
10409         * src/SDCCloop.c:
10410         * src/SDCCmain.c:
10411         * src/ds390/ralloc.c:
10412         * src/mcs51/ralloc.c:
10413         * src/pic/ralloc.c:
10414         * src/xa51/ralloc.c:
10415         * src/z80/ralloc.c:
10416
10417 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10418
10419         * src/pic/pcode.c (get_op): fix 64 bit warnings
10420         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10421         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10422         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10423         * support/regression/tests/malloc.c: fix 64 bit warnings
10424
10425 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10426
10427         * src/mcs51/gen.c (genMinus): fixed bug 696436
10428
10429 2003-03-02  Borut Razem <borut.razem AT siol.net>
10430
10431         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10432
10433 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10434
10435         * configure.in: test for mkstemp
10436         * sdccconf_in.h: add HAVE_MKSTEMP
10437
10438 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10439
10440         * device/include/ctype.h: removed warning while using --stack-auto
10441         * device/include/malloc.h: removed warning while using --stack-auto
10442         * device/include/string.h: removed warning while using --stack-auto
10443
10444 2003-02-23  Borut Razem <borut.razem AT siol.net>
10445
10446         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10447         because NDEBUG is defined (see man assert)
10448         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10449
10450 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10451
10452         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10453         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10454
10455 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10456
10457         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10458         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10459
10460 2003-02-18    <johan AT balder>
10461
10462         * as/mcs51/asmain.c (asmbl): module can start with a digit
10463         * as/z80/asmain.c (asmbl): module can start with a digit
10464
10465 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10466
10467         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10468         * src/asm.c: fix pipe() for Mingw32
10469
10470 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10471
10472         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10473         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10474         make -V work again; --c1mode reads now from stdin
10475         * doc/sdccman.lyx: added --c1mode
10476         * support/Util/SDCCerr.c: new messages for c1 mode
10477         * support/Util/SDCCerr.h: new messages for c1 mode
10478         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10479
10480 2003-02-15    <johan AT balder>
10481
10482         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10483
10484 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10485
10486         * doc/sdccman.lyx: Environment variables, -o and other minor things
10487
10488 2003-02-14    <johan AT balder>
10489
10490         * src/xa51/main.c: before anyone really tries to use it :)
10491
10492         * Install doc's in share/sdcc/doc
10493         * removed some obsolete files
10494         * Do a proper make distclean and uninstall
10495         M Makefile.common.in
10496         R sdccbuild.sh
10497         M as/Makefile
10498         M device/include/Makefile.in
10499         M device/lib/Makefile.in
10500         M doc/sdccman.lyx
10501         M link/Makefile
10502         M sim/ucsim/doc/Makefile.in
10503         M src/clean.mk
10504         R src/avr/peeph.rul
10505         R src/xa51/peeph.rul
10506         M support/cpp2/Makefile.in
10507         M support/makebin/Makefile
10508
10509
10510 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10511
10512         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10513
10514 2003-02-10  Borut Razem <borut.razem AT siol.net>
10515
10516         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10517         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10518         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10519         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10520         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10521         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10522         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10523         src/z80/Makefile.bcc: Borland Makefile cleanup
10524         * as/z80/Makefile.bcc: Added Borland Makefile
10525         * support/cpp2/borland.h: Removed
10526
10527 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10528
10529         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10530         * src/SDCC.lex: new pragma NOIV
10531         * src/SDCCglobl.h: new pragma NOIV
10532         * src/SDCCmem.c: new pragma NOIV
10533
10534 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10535
10536         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10537
10538 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10539
10540         * src/SDCCmain.c: signal handling is switched off by --debug
10541         * doc/Makefile: small fix for install; use clean.mk again
10542         * doc/clean.mk: clean *.pdf and *.html too
10543
10544 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10545
10546         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10547         * device/lib/printfl.c: fix a ds390 bug by making it portable
10548         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10549         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10550         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10551         * debugger/mcs51/cmd.c: converted multi-line string literals
10552         * sim/ucsim/globals.cc: converted multi-line string literals
10553         * src/SDCCmain.c: introduced signal handler to remove temp files
10554         * doc/Makefile: small tweaks, implement clean
10555         * doc: removed generated files
10556
10557 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10558
10559         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10560         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10561         Address Record is not correctly generated for DS390."
10562
10563 2003-02-02  Borut Razem <borut.razem AT siol.net>
10564
10565         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10566         * as/mcs51/asm.h: fixed compilation with Borland C
10567         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10568         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10569         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10570         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10571         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10572         src/z80/Makefile.bcc: delete $(LIB) only if exist
10573         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10574
10575 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10576
10577         * device/include/malloc.h: introduced NULL
10578         * device/include/string.h: introduced NULL
10579         * device/include/stdlib.h: introduced NULL
10580         * device/lib/_memcpy.c: removed NULL
10581         * device/lib/_strcat.c: removed NULL
10582         * device/lib/_strchr.c: removed NULL
10583         * device/lib/_strcmp.c: removed NULL
10584         * device/lib/_strcpy.c: removed NULL
10585         * device/lib/_strcspn.c: removed NULL
10586         * device/lib/_strlen.c: removed NULL
10587         * device/lib/_strncat.c: removed NULL
10588         * device/lib/_strncmp.c: removed NULL
10589         * device/lib/_strncpy.c: removed NULL
10590         * device/lib/_strpbrk.c: removed NULL
10591         * device/lib/_strrchr.c: removed NULL
10592         * device/lib/_strspn.c: removed NULL
10593         * device/lib/_strstr.c: removed NULL
10594         * device/lib/_strtok.c: removed NULL
10595         * device/lib/malloc.c: removed NULL, include own header
10596
10597 2003-02-02    <johan AT balder>
10598
10599         * 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
10600         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10601         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10602         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10603         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10604         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10605
10606 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10607
10608         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10609         area 'DATA'"
10610
10611 2003-02-01    <johan AT balder>
10612
10613         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10614
10615 2003-01-31    <johan AT CP255758-A>
10616
10617         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10618
10619 2003-01-30    <johan AT balder>
10620
10621         * src/SDCCBBlock.c: automatic bug detection
10622         * src/SDCCicode.c: automatic bug detection
10623
10624 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10625
10626         * src/SDCCglobl.h:   now --xram-size 0 works
10627         * src/SDCCmain.c:    now --xram-size 0 works
10628
10629 2003-01-29    <johan AT balder>
10630
10631         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10632
10633 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10634
10635         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10636         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10637         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10638         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10639         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10640         * src/SDCCmain.c:    Added options --xram-size and --code-size
10641
10642 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10643
10644         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10645         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10646
10647 2003-01-27    <johan AT balder>
10648
10649         * src/SDCC.y: fixed bug #613764
10650
10651 2003-01-26    <johan AT balder>
10652
10653         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10654         * src/SDCCsymt.h: fixed bug #673374
10655         * src/SDCCglue.c: fixed bug #661910
10656         * src/SDCCast.c: fixed bug #458099 and 673374
10657
10658 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10659
10660         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10661         * as/mcs51/strcmpi.h: added
10662         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10663         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10664         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10665         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10666         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10667         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10668         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10669         * as/mcs51/Makefile.aslink: new module strcmpi
10670         * as/mcs51/Makefile.asx8051: new module strcmpi
10671         * as/mcs51/Makefil.bcc: new module strcmpi
10672         * as/mcs51/Makefile.in: new module strcmpi
10673         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10674
10675 2003-01-26    <johan AT balder>
10676
10677         * src/SDCCglue.c: reverted back to 1.124
10678         * src/SDCCast.c: reverted back to 1.156
10679         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10680
10681 2003-01-25    <johan AT balder>
10682
10683         * src/SDCCglue.c: A better fix for bug #661910
10684         * src/SDCCast.c: A better fix for bug #661910
10685         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10686
10687 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10688
10689         * src/Makefile.in: remove spawn.o
10690         * src/SDCCmain.c: remove spawn.h
10691         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10692         * src/spawn.c: removed
10693         * src/spawn.h: removed
10694         * support/regression/ports/ds390/spec.mk: link with -r
10695
10696 2003-01-24    <johan AT CP255758-A>
10697
10698         * src/ds390/gen.c (aopOp): fixed bug #667458
10699         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10700         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10701         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10702
10703 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10704
10705         * src/mcs51/peeph.def: better assembler identation by Frieder
10706         * src/mcs51/gen.c: better assembler identation by Frieder
10707
10708 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10709
10710         * as/z80/string.h: removed for gcc 3.2
10711         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10712         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10713
10714 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10715
10716         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10717         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10718         * support/regression/Makefile: separate temp files for ports
10719         * support/regression/generate-cases.py: separate temp files for ports
10720         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10721         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10722
10723 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10724
10725         * moved tinitalk to device/examples/ds390
10726
10727 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10728
10729         * as/mcs51/lkmem.c: rflag is for DS390
10730         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10731         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10732                          (linkEdit): move mem- and map-files the same way as ihx-files
10733         * src/z80/main.c (_setDefaultOptions): removed --generic
10734         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10735         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10736         * src/pic/glue.c (picglue): --c1mode works again
10737         * src/pic16/glue.c (pic16glue): --c1mode works again
10738         * src/asm.c (printCLine): fix #660034
10739
10740 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10741
10742         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10743         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10744         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10745         * as/mcs51/lkmem (summary): better fix for sp problem
10746         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10747         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10748         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10749                                               remove --stack-after-data
10750
10751 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10752
10753         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10754         * src/SDCCutil.c (join): ugly bug: missing '\0'
10755         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10756
10757 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10758
10759         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10760         * src/port.h: typo
10761         * src/pic/main.c (_asmCmd): gpasm supports -o
10762         * src/z80/main.c: more general macros
10763         * device/lib/Makefile.in: remove intermediate files
10764
10765 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10766
10767         * .version: Bumped version number to 2.3.3
10768         * src/SDCCBBlock.c: new option -o
10769         * src/SDCCglobl.h: new option -o
10770         * src/SDCCglue.c: new option -o
10771         * src/SDCCmain.c: new option -o
10772         * src/asm.c: new option -o
10773         * src/ds390/main.c: new option -o
10774         * src/pic/glue.c: new option -o
10775         * src/pic/pcode.c: new option -o
10776         * src/pic/ralloc.c: new option -o
10777         * src/pic16/glue.c: new option -o
10778         * src/pic16/pcode.c: new option -o
10779         * src/pic16/ralloc.c: new option -o
10780         * src/z80/main.c: new option -o
10781         * device/lib/Makefile.in: use -o
10782         * support/regression/ports/ds390/spec.mk: use -o
10783         * support/regression/ports/gbz80/spec.mk: use -o
10784         * support/regression/ports/mcs51/spec.mk: use -o
10785         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10786         * support/regression/ports/z80/spec.mk: use -o
10787         * support/regression/ports/ucz80/spec.mk: use -o
10788         * support/regression/ports/xa51/spec.mk: use -o
10789         * support/regression/fwk/lib/timeout.c: fix usage string
10790
10791 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10792         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10793
10794 2003-01-07    <johan AT balder>
10795
10796         * src/SDCCast.c (decorateType): fixed bug #600035
10797
10798 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10799         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10800         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10801         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10802         * src/pic/pcode.c: outcommented unused variable to remove warnings
10803         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10804
10805 2003-01-06    <karl AT turbobit.com>
10806         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10807    regression tests.
10808
10809 2003-01-06    <johan AT balder>
10810
10811         * src/SDCCicode.c: fixed array add
10812
10813 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10814         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10815         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10816
10817 2003-01-04    <johan AT balder>
10818
10819         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10820
10821 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10822         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10823
10824 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10825         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10826         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10827
10828 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10829         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10830
10831 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10832         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10833
10834 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10835         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10836
10837 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10838
10839     * in /sdcc/as/mcs51/ changed these files in order to create an
10840     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10841     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10842     following files to include the previous two files: aslink.dsp,
10843     Makefile.aslink, Makefile.bcc, and Makefile.in.
10844
10845     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
10846     .adb instead of .cdb
10847
10848 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10849
10850         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
10851         value from option --iram-size.
10852
10853 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10854
10855         * /sdcc/as/mcs51/lklist.c: added boundary check before using
10856         dram[] array.
10857
10858 2002-09-18    <wiml AT hhhh.org>
10859
10860         * SDCClrange.h: exposed setFromRange() and setToRange()
10861         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10862           packRegsForAccUse() (bug 542397)
10863         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10864           multiple times and emitting the fetch operations more than once
10865           added aopGetUsesAcc() function to allow binary operators to
10866           fetch their operands in the correct order; made genMinus() emit
10867           compact code for X = LITERAL - Y
10868
10869 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10870         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
10871         sprintf() in line 1267.
10872
10873 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10874         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10875         like ports.
10876
10877 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10878         Changes to aslink (All the changes are marked with 'JCF'):
10879
10880         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
10881         summary().
10882
10883         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
10884         area BSEG.  Also moves, if possible, the DATA area down into the internal
10885         ram so more space is available.
10886
10887         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
10888         sflag.
10889
10890         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
10891         not bytes.  Function summary() which creates a memory usage summary
10892         file with extension .mem.  Reports of overlaping stack and small stack
10893         size.  If the space for the stack is less than 16 bytes aslink trows a
10894         warning.
10895
10896         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
10897         the 8051.  Option 'y' for memory summary output file.
10898
10899         Changes to sdcc (All the changes are marked with 'JCF'):
10900
10901         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
10902
10903         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
10904         overlaying area for it (uses RegBankUsed[4]).
10905
10906         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
10907         bank zero as used by default.  By default aslink locates the stack
10908         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10909         the creation of the .mem file.  Delegates the allocation of data area
10910         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10911         the begining of the stack area to aslink.
10912
10913         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
10914         glue() in SDCCglue.c creates an area for it.
10915
10916 2002-09-03  Borut Razem <borut.razem AT siol.net>
10917         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10918         sdcc/src/pic/glue.c:
10919         introduced atexit() handler for teporay files removal in case of
10920         errors, assertions, ...
10921
10922 2002-08-29  Borut Razem <borut.razem AT siol.net>
10923         * sdcc/support/cpp2/auto-host_vc_in.h:
10924         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10925         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10926         Maybe there is a similar problem with BORLANDC? It should be checked!
10927
10928         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10929         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10930         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10931         was not executed, and the compiler (cl) launched a warning:
10932         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10933
10934 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10935         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10936
10937 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10938         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10939
10940         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10941           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10942           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10943           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10944           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10945           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10946           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10947         - added Release configuration in VS projects
10948         - review of compiler an linker options
10949         - VC .exe files are generated in bin_vc directory, not to interfere
10950           with binaries generated from other projects (cygwin, mingw, bcc ...)
10951
10952         * sdcc/src/yacc.dsp: added
10953
10954         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10955         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10956         and insert the version number definitions from .version
10957
10958         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10959
10960         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10961         added - genarate auto-host.h using auto-host_vc_in.h as template
10962
10963         * sdcc/sdcc_vc.h,
10964         removed from CVS, generated automatically
10965
10966 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10967         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10968
10969 2002-08-11  Borut Razem <borut.razem AT siol.net>
10970         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10971
10972 2002-08-10  Borut Razem <borut.razem AT siol.net>
10973         * src/SDCCmain.c (main):
10974         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10975         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10976         The consequence was that some temporary files were not removed.
10977
10978         * src/SDCCglue.c:
10979         unification of code in functions tempfilename() and tempfile():
10980         function tempnam() is defined in Visual Studio 6.0 and .NET
10981
10982         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10983
10984         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10985           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10986         - removed compiler command line option /WX: Treats all warnings as errors
10987         - update a list of source files, included into the project
10988
10989         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10990           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10991         changed project type to Generic Project so that can be correcly converted to VS.NET project
10992
10993         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10994
10995         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10996
10997         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10998
10999         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11000         added return 0 statements after assert() to make compiler happy
11001
11002         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11003         added newline in the def file to keep MSC compiler satisfied
11004
11005         * sdcc/src/z80/gen.c:
11006         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11007           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11008         - solved MSC error in function aopDump()
11009
11010         * sdcc_vc.h: define PREFIX as "\\sdcc"
11011
11012 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11013         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11014
11015 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11016         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11017         - Rewrote the register banking algorithm.
11018         - Added pCode live-range analysis to registers (for now, only non-used and
11019         singly-used registers optimized away)
11020
11021         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11022
11023         * 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.
11024
11025 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11026         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11027
11028 2002-04-22  Michael Hope  <michaelh AT vroom>
11029
11030         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11031
11032         * configure.in (DD_COPT): Added include support required for gbdk.
11033
11034         * .version: Bumped version number just to increase it.
11035
11036         * src/SDCCmain.c: Added -nostdinc to the default options.
11037
11038 2002-04-15  Michael Hope  <michaelh AT vroom>
11039
11040         * device/lib/z80/printf.c (sprintf): Added.
11041
11042         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11043
11044         * src/z80/peeph.def: Added transpose redundent load rule.
11045
11046         * src/z80/main.c: Added force callee saves for jaune.
11047
11048         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11049
11050         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11051
11052 2002-03-28  Johan Knol  <johan AT balder>
11053
11054         * src/SDCCval.c: fixed bug #532436
11055
11056 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11057         * /src/port.h:
11058         Added "char *Processor" field to the port structure.
11059
11060         * /src/SDCCmain.c:
11061         Added -p option. Allows port dependent processor to be specified.
11062
11063         * all ports:
11064         Initialized the new field char *Processor field to NULL in all ports
11065
11066         * /src/pic/*:
11067         Compiler generated registers for interrupt context saving
11068         were not getting allocated.
11069
11070 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11071
11072         * /src/SDCCast.c:
11073         Fixed left shift. Will promote the left side of a left shift
11074         if a) left shifting more than size of operand or b) when assigned
11075         to something size > size of left side
11076
11077 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11078         * src/pic/*
11079         tons of changes. Register allocation has been
11080         rewritten. Added customization for the various PICs. Flow
11081         analysis is restructured. ...
11082
11083         * src/pic/device.h:
11084         Added
11085
11086         * src/pic/device.c:
11087         Added. device.c is a PIC port hack to accomodate variations
11088         in PIC devices.
11089
11090 2002-03-13  Michael Hope  <michaelh AT vroom>
11091
11092         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11093
11094 2002-03-04  johanknol  <johanknol AT manik>
11095
11096         * /src/SDCCval.c: fixed
11097
11098         const unsigned char arr[][2] = { { 0, 1 } };
11099         t18.c:1: error: Initializer element is not constant
11100
11101 2002-03-04  bela  <bela AT manik>
11102
11103         * /device/include/mcs51reg.h:
11104         ds89c420 register definition update
11105
11106 2002-03-03    <johan AT FRIJA>
11107
11108         * support/Util/SDCCerr.c: did something, but don't no why anymore
11109
11110         * support/regression/tests/bug-524691.c: made it a little less shy
11111
11112         * src/SDCCast.c (decorateType): fixed bug #524697
11113
11114         * src/SDCCast.c: made some lineno improvements
11115
11116         * src/SDCCval.c (getNelements): changed warning to error
11117
11118         * src/SDCCglue.c (printIvalArray): changed warning to error
11119
11120         * src/SDCCicode.c: fixed a warning for mingw
11121
11122         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11123
11124         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11125
11126 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11127
11128         * src/ds390/peeph.def:
11129         Added some more peephole rules
11130
11131         * src/ds390/gen.c: Various fixes & enhancements
11132
11133         * src/SDCClrange.c, src/SDCClrange.h:
11134         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11135
11136         * src/ds390/ralloc.c:
11137         various fixes & enhancements (ds390) specific
11138
11139         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11140         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11141         from rallocs.
11142
11143         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11144
11145 2002-03-02    <johan AT FRIJA>
11146
11147         * src/SDCCast.c (decorateType): fixed bug #524708
11148
11149         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11150
11151         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11152
11153 2002-03-01  Michael Hope  <michaelh AT vroom>
11154
11155         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11156
11157         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11158
11159 2002-03-01    <johan AT FRIJA>
11160
11161         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11162
11163         * src/SDCCast.c (decorateType): fixed bug #524209
11164
11165         * src/SDCCval.c (valNot): fixed bug #524195
11166
11167 2002-02-26    <johan AT balder>
11168
11169         * src/xa51/gen.c: fixed a warning
11170
11171         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11172
11173         * src/SDCCast.c (decorateType): fixed bug #522534
11174
11175 2002-02-23    <johan AT balder>
11176
11177         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11178
11179 2002-02-22    <johan AT balder>
11180
11181         * src/SDCCast.c: fixed bug #514865
11182
11183         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11184
11185 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11186
11187         * sdcc/src/SDCCloop.c:
11188         Previous fix was not good. basic blocks that have "break" or "return" are
11189         not really partof a loop , but live ranges used in these blocks should
11190         be live thru the entire loop, so set partOfLoop but don't add them to
11191         loop region
11192
11193 2002-02-21    <johan AT FRIJA>
11194
11195         * src/SDCCcse.c: fixed bug #514308
11196
11197 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11198
11199         * src/SDCCloop.c:
11200         Fixed BUG #519583. If a conditional block ended in a return/break
11201         statement inside a loop, it was not being considered part of the loop.
11202
11203         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11204
11205 2002-02-10  Karl Bongers <karl AT turbobit.com>
11206
11207         * debugger/*:
11208         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11209         with lots of comments and notes.
11210
11211         * device/examples/test2.c:
11212         Fix bug, "red" variable not being initialized(compiler complained).
11213
11214         * device/examples/Makefile, examples/test3.c:
11215         Add Makefile in device/examples folder, compiles test3.c
11216         for use as a multiple module SDCDB test case.
11217
11218         * sim/ucsim/cmd.src/cmdset.cc:
11219         Took out debug printfs in ucsim "next" command.
11220
11221         * sim/ucsim/xa.src:
11222         Karl and Johan start ucsim XA support.  Most dissassembly working,
11223         about 75% emulation done(plenty of work remaining).
11224
11225         * sim/ucsim/z80.src:
11226         Add Z80 support to ucsim, add test-ucz80 regression test,
11227         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11228         Notice z80 compiler fails on examples/test3.c/crc code.
11229
11230 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11231
11232         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11233         Added support for --parms-in-bank1
11234
11235         * src/ds390/peeph.def:
11236         added a few more peephole optimzations
11237
11238         * src/ds390/main.c:
11239         1) added __builtin_inp & __builtin_outp used to read in data of given length
11240            from a memory mapped port
11241         2) added __builtin_memcmp
11242         3) added __builtin_swapw swap bytes of a short
11243
11244         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11245         1) handle multiple send & receives from register bank1
11246         2) ralloc can now allocate DPTR1 to some liveRanges
11247
11248         * src/SDCCsymt.c, src/SDCCsymt.h:
11249         changes to handle multiple sends & receives
11250
11251         * src/SDCCptropt.h:
11252         added some pointer arithmetic optimization
11253
11254         * src/SDCCptropt.c:
11255         added some pointer arithmetic optimizations but not stable yet so not
11256         called from anywhere (will get this working shortly)
11257
11258         * src/SDCCopt.c: fixed for multiple sends & receives
11259
11260         * src/SDCCmain.c:
11261         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11262         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11263            set preprocessor defines (depending on options)
11264
11265         * src/SDCCicode.c, src/SDCCicode.h:
11266         changes made to handle multiple sends & receives
11267
11268         * src/SDCCglobl.h:
11269         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11270
11271         * src/SDCCcse.c, src/SDCCcse.h:
11272         added function findbackward def (to be used in upcoming optimization)
11273
11274         * src/SDCCcflow.c, src/SDCCcflow.h:
11275         added function returnAtEnd - to determine if a basic block terminates with
11276         a RETURN iCode
11277
11278         * src/SDCCast.c, src/SDCCast.h:
11279         added option parms-in-bank1
11280
11281         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11282         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11283         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11284         adjusted for --parms-in-bank1 option
11285
11286         * device/include/string.h:
11287         donot redefine "reentrant" keyword
11288
11289         * device/include/ds80c390.h: Added some more SFRs
11290
11291 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11292
11293         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11294
11295 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11296
11297         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11298
11299 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11300
11301         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11302
11303 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11304
11305         * Added --xram-movc option
11306
11307 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11308
11309         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11310
11311 2002-01-11  Johan Knol
11312
11313         * Added math lib of Jesus Calvino-Fraga
11314
11315 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11316
11317         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11318         * support/regression/Makefile: new target test-mcs51-stack-auto
11319         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11320
11321 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11322
11323         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11324
11325 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11326
11327         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11328
11329 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11330
11331         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11332
11333         * src/SDCCglue.h: add definition for printIvalChar()
11334
11335 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11336
11337         * src/SDCCast.c: fix #498138 by Johan
11338
11339         * src/SDCCglue.c: fix #498138 by Johan
11340
11341 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11342
11343         * support/regression/Makefile: fix clean
11344
11345         * support/regression/ports/ds390/support.c: fix transmission of last character
11346
11347 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11348
11349         * /sdcc/src/ds390/gen.c:
11350         a) improved computing address of stack variable
11351         b) took out some #if 0 code
11352         c) improved parmBytes adjustment
11353         d) improved genPlusIncr & genMinusIncr
11354         e) genCmp could generate bad code (when left assigned to DPTR)
11355         f) Fixed bug in hasInc
11356
11357         * /sdcc/src/ds390/ralloc.c:
11358         a) packRegsForSupport could mess up live information (Fixed)
11359         b) packRegsDPTRuse could be incorrect for left & right shift
11360
11361         * /sdcc/src/mcs51/ralloc.c:
11362         packRegsForSupport could mess up the live information (Fixed)
11363
11364         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11365
11366         * /sdcc/src/SDCCast.c:
11367         can reverse a loop even if function call is present as long
11368         as the loop control variable is local & is not passed as parameter
11369
11370 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11371
11372         * /sdcc/ChangeLog: *** empty log message ***
11373
11374         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11375         More builtin function additions for TININative
11376
11377         * /sdcc/src/ds390/ralloc.c:
11378         Had broken the regression testsuite
11379
11380         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11381
11382         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11383         Added funcattr hasStackParms will be set for reentrant functions when there
11384         are paramteres on the stack, this helps in minimizing frame pointer generation
11385         typeFromStr can handle function pointers now
11386
11387         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11388         *** empty log message ***
11389
11390 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11391
11392         * /src/ds390/gen.c, /src/ds390/main.c:
11393         More builtin function additions for TININative
11394
11395         * /src/ds390/ralloc.c:
11396         Had broken the regression testsuite
11397
11398         * /src/SDCCast.c: Fixed a bug in dumptree
11399
11400         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11401         Added funcattr hasStackParms will be set for reentrant functions when there
11402         are paramteres on the stack, this helps in minimizing frame pointer generation
11403         typeFromStr can handle function pointers now
11404
11405         * /doc/builtins.txt, /doc/TININative.txt:
11406         *** empty log message ***
11407
11408
11409 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11410
11411         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11412         ALPHA version for -mTININative
11413
11414         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11415         updated to reflect changes in the port structure
11416
11417         * /src/port.h:
11418         added function do_assemble (similar to do_link) if non-null this function
11419         will be called to do assembly (-mTININative) requires a multi command
11420         assembly
11421         added function genAssemblerEnd will be called to generate assembler Epilogue
11422
11423         * /src/SDCCsymt.c:
11424         added _JavaNative to debug info printing
11425
11426         * /src/SDCCmain.c: added option --tini-libid
11427         added port->do_assemble function (-mTININative) has a multi command assemble
11428
11429         * /src/SDCCglue.c: Disabled "constExpr" check
11430         added port->genAssemblerEnd function
11431
11432         * /src/SDCCglobl.h: Added option --tini-libid value
11433
11434         * /src/SDCCast.h:
11435         tookout optimizeCompare from the header (has no external references)
11436
11437         * /src/SDCCast.c: made one more function "static"
11438
11439 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11440
11441         * src/z80/mappings.i: Added z80asm support.
11442
11443         * src/z80/main.c: Added z80asm support on --asm=z80asm
11444
11445         * src/z80/gen.c: Fixed asm portability issues.
11446
11447         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11448
11449         * src/SDCCglue.c (printExterns): Added global/extern split.
11450
11451 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11452
11453         * support/regression/Makefile: added test for mcs51 model large
11454
11455         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11456
11457         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11458
11459 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11460
11461         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11462
11463 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11464
11465         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11466
11467         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11468
11469 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11470
11471         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11472
11473         * support/regression/tests/simplefloat.c: Port to mcs51.
11474
11475 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11476         * support/regression/tests/bug-485362.c: Added.
11477
11478         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11479
11480         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11481
11482         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11483
11484         * src/z80/gen.c (aopDump): Added a dump function.
11485
11486 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11487         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11488
11489         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11490
11491         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11492
11493         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11494
11495         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11496
11497         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11498
11499         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11500
11501         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11502
11503         * support/regression/ports/ds390/support.c: Use tinibios.
11504
11505         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11506
11507 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11508
11509         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11510         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11511
11512         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11513
11514         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11515
11516 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11517
11518         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11519
11520         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11521         (packRegsForIYUse): Created and optimised.
11522
11523 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11524
11525         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11526 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11527
11528         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11529
11530         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11531
11532         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11533
11534 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11535
11536         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11537
11538         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11539
11540 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11541
11542         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11543
11544         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11545
11546         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11547
11548 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11549
11550         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11551         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11552         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11553
11554         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11555
11556         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11557         (genNotFloat): Added.
11558         (genUminusFloat): Added.
11559
11560         * device/lib/z80/Makefile: Added floating pt stubs.
11561
11562         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11563
11564         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11565
11566         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11567
11568 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11569
11570         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11571
11572         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11573
11574         * sdcc/support/regression/Makefile: Add port ds390.
11575
11576         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11577
11578         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11579
11580         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11581
11582         * sdcc/support/regression/ports/ds390/support.c: Added.
11583
11584         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11585
11586         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11587
11588         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11589
11590 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11591
11592         * device/include/malloc.h: Added z80 and gbz80 support.
11593
11594         * device/lib/gbz80/heap.s: Added.
11595
11596         * device/lib/z80/heap.s: Added.
11597
11598         * device/lib/malloc.c: Added z80 and gbz80 support.
11599
11600         * support/regression/tests/malloc.c (testMalloc): Added.
11601
11602         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11603
11604         * support/regression/tests/bug-478094.c: Added.
11605
11606         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11607
11608 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11609
11610         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11611
11612         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11613
11614         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11615
11616         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11617
11618         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11619
11620 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11621
11622         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11623
11624 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11625
11626         * support/regression/tests/bug-477927.c: Added.
11627
11628         * src/z80/peeph.def: Added minor rules.
11629
11630         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11631
11632         * src/z80/peeph.def: Added jump optimisation modification.
11633
11634 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11635
11636         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11637
11638 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11639
11640         * support/regression/tests/funptrs.c: Added.
11641
11642 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11643
11644         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11645
11646 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11647
11648         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11649
11650         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11651
11652         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11653         (movLeft2ResultLong): Created.
11654
11655         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11656         (joinPushes): Added.  Joins two char pushes into a word push.
11657
11658 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11659
11660         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11661
11662         * support/makebin/Makefile (install): Added creation of dest dir.
11663
11664 2001-10-24 Karl Bongers <karl AT turbobit.com>
11665
11666         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11667
11668 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11669
11670         * src/z80/ralloc.c: Turned off faulty pack for one use.
11671
11672         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11673
11674         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11675
11676 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11677
11678         * support/regression/Makefile: Improved clean
11679
11680         * support/regression/ports/gbz80/spec.mk: Added clean
11681
11682         * support/regression/ports/host/spec.mk: Added clean
11683
11684         * support/regression/ports/z80/spec.mk: Added clean
11685
11686         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11687
11688         * support/regression/ports/mcs51/timeout.c: little improvements
11689
11690 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11691
11692         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11693
11694         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11695
11696         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11697
11698 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11699
11700         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11701
11702         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11703
11704 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11705         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11706
11707         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11708
11709         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11710
11711         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11712
11713         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11714
11715         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11716
11717         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11718
11719         * support/regression/tests/longor.c: Added.
11720
11721 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11722
11723         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11724
11725         * as/mcs51/aslink.h: define PATH_MAX
11726
11727         * as/mcs51/asm.h: define PATH_MAX
11728
11729         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11730
11731         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11732
11733         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11734
11735         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11736
11737         * src/SDCCglobl.h: define PATH_MAX
11738
11739         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11740
11741         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11742
11743 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11744
11745         * src/z80/gen.c (gencjneshort): Fixed
11746
11747         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11748
11749 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11750
11751         * support/regression/tests/bug-469671.c: Added.
11752
11753         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11754
11755 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11756
11757         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11758
11759         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11760
11761 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11762
11763         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11764
11765         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11766
11767         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11768
11769         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11770
11771         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11772
11773         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11774
11775         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11776
11777 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11778
11779         * 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.
11780
11781         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11782
11783         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11784
11785 2001-10-07    <johan AT FRIJA>
11786
11787         * device/lib/gets.c (gets): fixed the return value.
11788
11789 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11790         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11791
11792         * 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.
11793
11794         * 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.
11795
11796         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11797
11798         * src/pic/gen.c: Removed Safe_strdup.
11799
11800         * configure.in: Added option to enable libgc support.
11801
11802         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11803         (bitVectUnion): Optimised.
11804         (bitVectIntersect): Optimised.
11805         (bitVectBitsInCommon): Optimised.
11806         (bitVectCplAnd): Optimised.
11807
11808         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11809
11810 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11811
11812         * src/SDCCmain.c: distinguish between assembler debug and plain options
11813
11814         * src/avr/main.c:   remove standard assembler options
11815
11816         * src/ds390/main.c: remove standard assembler options
11817
11818         * src/mcs51/main.c: remove standard assembler options
11819
11820         * src/port.h: removed "PENDING" comment
11821
11822 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11823
11824         * src/device/lib/_mulint.c  : new, with assember functions
11825
11826         * src/device/lib/_mullong.c : new, with assember functions
11827
11828         * src/device/lib/_divuint.c : with assember functions
11829
11830         * src/device/lib/_divsint.c : with assember functions
11831
11832         * src/device/lib/_divulong.c: with assember functions
11833
11834         * src/device/lib/_divslong.c: with assember functions
11835
11836         * src/device/lib/_moduint.c : with assember functions
11837
11838         * src/device/lib/_modsint.c : with assember functions
11839
11840         * src/device/lib/_modulong.c: with assember functions
11841
11842         * src/device/lib/_modslong.c: with assember functions
11843
11844         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11845
11846         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11847
11848         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11849                                       replaced _mululong.c and _mulslong.c by _mullong.c
11850
11851 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11852
11853         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11854
11855 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11856
11857         * src/SDCCglue.c: test, if win32api is available for MINGW
11858
11859 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11860
11861         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11862         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11863         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11864         * support/regression/ports/host/spec.mk: removed GENERIC
11865         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11866         * support/regression/ports/z80/spec.mk: removed GENERIC
11867
11868 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11869
11870         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11871
11872         * support/regression/tests/bug-467035.c: Created.
11873
11874 2001-10-01    <johan AT FRIJA>
11875
11876         * src/SDCC.y: fixed bug #466586 part 1
11877
11878 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11879
11880         * SDCCicode.c: z80 has no generic pointers
11881         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11882
11883 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11884
11885         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11886
11887 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11888
11889         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11890
11891         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11892
11893 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11894
11895         * configure.in: Fixed up so that ucsim is only configured once.
11896
11897         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11898
11899         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11900         (getPathDifference): As above.
11901
11902         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11903
11904         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11905
11906 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11907         * .version: Updated to 2.3.1
11908
11909         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11910         Added copyright header.
11911
11912         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11913         (assemble): Added support for macro based assembler commands.
11914         (linkEdit): Added support for macro based linker commands.
11915         (preProcess): Changed the pre-processor to use macros.
11916         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11917         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11918
11919         * device/lib/z80/crt0.s: Added module name for debugging.
11920
11921 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11922
11923         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11924
11925         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11926
11927         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11928
11929         * src/Makefile.in: Added SDCCmacro and SDCCutil
11930
11931 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11932
11933         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11934
11935 2001-09-16    <johan AT FRIJA>
11936
11937         * 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.
11938
11939 2001-09-15    <johan AT FRIJA>
11940
11941         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11942         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11943
11944 2001-09-11    <johan AT FRIJA>
11945
11946         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11947
11948 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11949
11950         * support/regression/tests/bug-460444.c: Added test case.
11951
11952         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11953         (genCast): Added justification for all of the asserts.
11954
11955 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11956
11957         * support/regression/support.c: _xdata replaced by xdata
11958
11959         * support/regression/spec.mk: removed _generic
11960
11961 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11962
11963         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11964
11965         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11966         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11967
11968         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11969
11970         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11971
11972         * support/regression/tests/bug-460010.c: Added test case.
11973
11974         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11975
11976 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11977
11978         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11979
11980         * support/regression/testfwk.c: removed workaround for bug #436344
11981
11982         * support/regression/tests/bp.c: use less memory with mcs51
11983
11984         * support/regression/tests/bug-441448.c: use less memory
11985
11986         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11987
11988         * support/regression/collate-results.py: typo
11989
11990 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11991
11992         * support/regression/tests/fetchoverlap.c: Added new test case.
11993
11994         * support/regression/tests/bp.c: Added new test case.
11995
11996         * support/regression/tests/bug-448984.c: Added new test case.
11997
11998         * support/regression/tests/pow2shifts.c: Added new test case.
11999
12000         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12001         (genlshTwo): Fixed right shift for count > 8.
12002
12003         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12004
12005 2001-09-08    <johan AT FRIJA>
12006
12007         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12008
12009 2001-09-07    <johan AT FRIJA>
12010
12011         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12012
12013         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12014
12015 2001-09-06    <johan AT FRIJA>
12016
12017         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12018         * bernhard noted me at this: "() equals to (void)" (1.38)
12019
12020 2001-09-05    <johan AT FRIJA>
12021
12022         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12023
12024 2001-09-04    <johan AT FRIJA>
12025
12026         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12027
12028
12029 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12030
12031         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12032
12033 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12034
12035         * link/z80/aslink.h: Fixed path for PATH_MAX
12036
12037 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12038
12039         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12040
12041         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12042
12043         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12044
12045         * 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.
12046
12047 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12048
12049         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12050         (genCmp): Fixed up genCmp for the GB with longs.
12051
12052         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12053
12054         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12055
12056         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12057
12058         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12059
12060 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12061
12062         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12063
12064 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12065
12066         * 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.
12067
12068         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12069
12070 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12071
12072         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12073
12074         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12075
12076 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12077
12078   * sim/ucsim/configure:    little improvement of Cygwin-detection
12079   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12080   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12081   * support/regression/tests/bug-221100.c: small changes for mcs51
12082   * support/regression/tests/bug-221168.c: small changes for mcs51
12083   * support/regression/tests/bug-227710.c: small changes for mcs51
12084   * support/regression/tests/staticinit.c: small changes for mcs51
12085   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12086   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12087   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12088
12089 $Revision$