* src/SDCCast.c (decorateType): fix for RFE 1475742, optimize 'ifx (op == 0)' resp...
[fw/sdcc] / ChangeLog
1 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
4         remove cast to same type
5         * src/SDCCast.c (decorateType): fix for RFE 1475742,
6         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
7
8 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
9
10         Enabled VPATH feature: changed nearly all Makefiles (149 files).
11         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
12
13         One basic decision: e.g. src/clean.mk includes further files. In order
14         to make this work there are two solutions:
15         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
16           run configure on them. This way they can use
17           'include $(srcdir)/port-clean.mk'
18         - always include clean.mk by the Makefile at the same level. To avoid
19           that `make clean` tries to include and build Makefile.dep the
20           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
21           implemented, because now even `make uninstall` doesn't create
22           Makefile.in. clean.mk could be eliminated by pasting it in
23           Makefile.in.
24
25         * debugger/mcs51/Makefile.in: build own objects from library sources
26         (SLIB, SDCC) in current directory
27
28         * configure, configure.in: renamed --disable-device-lib-build in 
29         --disable-device-lib; added --enable-doc, the required tools are
30         searched by configure; added result message; the toolchain for the
31         belonging ports are now only built, if the port is enabled.
32
33         * support/regression/*: all output is written in directory gen, because
34         the fwk and ports directories don't livet in the build tree using vpath
35
36         * doc/sdccman.lyx: renamed --disable-device-lib-build to
37         --disable-device-lib, added --enable-doc, added section VPATH
38
39         * sim/ucsim/configure.in,
40         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
41         z80 are enabled by default
42
43 2006-04-24 Raphael Neider <rneider AT web.de>
44
45         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments to
46             config word, "pic14_"-prefixed some extern functions
47           (pic14_emitConfigWord): emit __config directive(s) if assignment to
48             config word has been found
49         * src/pic/device.h: added prototypes
50         * src/pic/pcode.c: added "pic14_"-prefix where needed
51         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic fixup
52         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config words,
53           (pic14emitRegularMap): ignore config words,
54           (pic14createInterruptVect): moved generating __config directives away
55           (picglue): have __config directives emitted
56
57 2006-04-24 Borut Razem <borut.razem AT siol.net>
58
59         * doc/Makefile: sync with nightly build makefile
60
61 2006-04-24 Raphael Neider <rneider AT web.de>
62
63         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
64             registers that have not been assigned proper liveranges,
65             fixes #1469504 and #1474602,
66           (pCodeRegOptimizeRegUsage): fixed typo in comment
67
68 2006-04-24 Borut Razem <borut.razem AT siol.net>
69
70         * device/examples/main8051.c: deleted - it was removed from CVS
71           24.mar.2000 and after that modified 18.feb.2001, so it reappered
72           after the transition to Subversion 
73         * src/SDCCalloc.h: deleted - it was removed  from CVS
74           3.feb.2001 and after that modified 18.feb.2001, so it reappered
75           after the transition to Subversion 
76         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif, 
77           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
78           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
79           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
80
81 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
82
83         * as/asx8051.dsp: added mcs51/strcmpi.h
84         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
85         * as/hc08/aslink.h: updated lnksect prototype
86         * as/hc08/asm.h,
87         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
88         * as/hc08/asmain.c,
89         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
90           (newdot): handle A_ABS
91         * as/hc08/asout.c,
92         * as/mcs51/asout.c (outarea): output address
93         * as/hc08/lkaomf51.c,
94         * as/mcs51/lkaomf51.c: disabled unused array UsageType
95         * as/hc08/m08pst.c,
96         * as/mcs51/i51pst.c,
97         * as/z80/z80pst.c: "ABS" is not A_OVR
98         * as/hc08/lkarea.c (newarea): read a_addr,
99           (lnkarea): added codemap array, sort absolute areas to the front,
100            combine all GSINITx/GSFINAL,
101           (find_empty_space, allocate_space): new functions,
102           (lnksect): return next address, handle absolute sections
103         * as/mcs51/lkarea.c (newarea): read a_addr,
104           lnksect2 prototype changed,
105           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
106           (find_empty_space, allocate_space): new, factored out of lnksect2,
107           (lnksect2): return next address, handle absolute sections
108         * as/hc08/lkhead.c,
109         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
110         * as/hc08/lklibr.c (addfile, fndsym),
111         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
112           index out of range and detect both '\' and '/'
113         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
114         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
115           regression tests (ds390 cannot return bool yet)
116         * doc/sdccman.lyx: changed version number, document changed --no-peep,
117           document critical interrupts on z80, document changed SDCC define
118         * src/asm.c (_asxxxx_mapping): fixed .org directive,
119           (_a390_mapping): added .org directive
120         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
121           (genMultOneByte): fixed warnings
122         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
123           ones
124         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
125         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
126           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
127         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
128         * src/pic16/main.c: removed newReg prototype
129         * src/pic16/pcode.c,
130         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
131           warnings
132         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
133           ones
134         * src/pic16/ralloc.c
135         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
136           to fix warnings
137         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
138           from short to PIC_OPTYPE
139         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
140         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
141           optype from short to PIC_OPTYPE
142         * src/port.h: made int_size unsigned to fix warnings
143         * src/SDCC.y: fixed warning on MSVC
144         * src/SDCCicode.c (getArraySizePtr): return unsigned int
145         * src/SDCCopt.c (convertToFcall): fixed warnings
146         * src/SDCCsymt.h: removed double prototype for genSymName
147         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
148           offset int to fix warnings
149
150 2006-04-22 Borut Razem <borut.razem AT siol.net>
151
152         * doc/sdccman.lyx, */Makefile, */Makefile.in:
153           references to CVS replaced with Subversion
154
155 2006-04-21 Borut Razem <borut.razem AT siol.net>
156
157         * doc/sdccman.lyx, */Makefile, */Makefile.in:
158           references to CVS replaced with Subversion
159
160 2006-04-19 Borut Razem <borut.razem AT siol.net>
161
162         * src/version.awk: adapted for svn
163         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
164           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
165           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
166           /binutils-avr/etc/*.vi, *.jin: removed all properties
167           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
168
169 2006-04-19 Borut Razem <borut.razem AT siol.net>
170
171         * CVS to Subversion migration completed
172
173 2006-04-18 Borut Razem <borut.razem AT siol.net>
174
175         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
176           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
177
178 2006-04-17 Borut Razem <borut.razem AT siol.net>
179
180         * device/include/Makefile.in: added pic/*.inc to the installation
181
182 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
183
184         * support/regression/collate-results.py: fixed output in case of
185         a valdiag error
186         * support/regression/generate-cases.py: fixed splitting of pathnames
187         with dots
188         * as/hc08/lklibr.c (addfile),
189         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
190
191 2006-04-11 Raphael Neider <rneider AT web.de>
192
193         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
194         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
195         * src/pic16/pcode.c (assignValnums): fixed #1460578
196
197 2006-04-11 Raphael Neider <rneider AT web.de>
198
199         * device/lib/pic/libdev/*.c,
200         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
201           fixes #1468739, enables compilation in --std-c99 mode
202         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
203
204 2006-04-11 Raphael Neider <rneider AT web.de>
205
206         * src/pic/device.c (find_device): removed debug output
207           (list_valid_pics): enabled verbose listing of supported devices
208         * device/include/stdbool.h: define bool as char for pic14/16 as well
209
210 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
211
212         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
213
214 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
215
216         * .version: bumped version to 2.5.6
217         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
218
219 2006-04-06 Raphael Neider <rneider AT web.de>
220
221         * .version: bumped version to 2.5.6 (pic14 ABI changed)
222         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
223         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
224           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
225             pic14_constructAbsMap
226           (pic14printPublics): declare absolute global symbols as global
227           (pic14createInterruptVect),
228         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
229           (newReg): assume new registers unused, use correct name in
230             hashtable (reg->name instead of name), more debugLog output
231         * src/pic/device.h (PIC_device): added fields for verbose output
232         * src/pic/device.c: moved device definition to pic14devices.txt,
233             added routines for runtime parsing of pic14devices.txt,
234             added support for second config word
235         * src/pic/main.c (_process_pragma): removed #pragma maxram,
236           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
237           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
238           (_pic14_parseOptions): moved pCodeInitRegisters here
239           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
240         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
241           (pCodeInitRegisters): rewrapped comments, perpared new approach to
242             handling the pseudo stack
243         * device/lib/Makefile.in: ignore failures in objects-pic16,
244         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
245         * device/lib/pic/NEWS: document new dependency on picXXX.lib
246         * device/lib/pic/Makefile.subdir,
247         * device/lib/pic16/Makefile.subdir: improved clean rules
248         * device/lib/pic/libdev/: NEW, pic14 device libraries
249         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
250         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
251         * device/include/Makefile.in: create subdir and install pic14 headers
252         * device/include/pic/p16f_common.inc: removed unused declarations
253         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
254             PICs from inc2h.pl v1.6,
255             replaced BIT_AT macros with struct declarations
256         * device/include/pic/pic14devices.txt: definition of supported devices,
257             all above improvements contributed by Zik Saleeba, thanks
258         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
259         * support/scripts/sdcc.nsi: also install pic14 device libraries and
260             headers
261
262 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
263
264         * device/include/mcs51/c8051f410.h: added interrupt numbers,
265         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
266           thanks to Charles Olds
267
268 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
269
270         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
271
272 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
273
274         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
275         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
276         * support/regression/bug1464657.c: added, new test
277
278 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
279
280         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
281           version number
282
283 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
284
285         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
286           --no-peep and --peep-file <file> are used don't use default rules but
287           do use the <file>
288
289 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
290
291         * src/mcs51/gen.c (genCall): fixed bug 1457608
292
293 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
294
295         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
296         changes seem to cause (trigger?) problems with the build system.
297
298 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
299
300         * src/SDCCpeeph.c (operandsLiteral): new, added,
301           (callFuncByName): inserted operandsLiteral
302         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
303
304 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
305
306         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
307         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
308
309 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
310
311         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
312           implemented patch 1120823 Thanks to Willy De la Court (normal
313           interrupts need an interrupt number now if they are made critical),
314           and enabled nesting of critical functions though not for gbz80
315           (genCritical, genEndCritical): added functions
316           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
317         * src/z80/mappings.i: added "ei" to all mappings
318
319 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
320
321         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
322         submitted by the Debian SDCC maintainer Aurelien Jarno:
323         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
324         archive with gcc 4.1 on mips and wrote the patch"
325
326 2006-03-16 Raphael Neider <rneider AT web.de>
327
328         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
329           the left operand is shorter than the result (c* = lit-c* + int),
330           fixes bug #1450796
331         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
332           OP_SYMBOL
333
334 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
335
336         * src/.version: increased version number to 2.5.5
337         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
338         linking is done manually in pic16 port's _linkEdit,
339         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
340         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
341         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
342         allocate asmop as AOP_ACC,
343         (aopForRemat): added parameter 'bool result' in function declaration,
344         (pic16_aopGet): return AOP_ACC when accessing WREG,
345         (pic16_popGetTempReg): minor modification,
346         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
347         'pic16_allocWithIdx',
348         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
349         calling function in absolute addresses,
350         (genAssign): take into account AOP_ACC asmop,
351         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
352         * src/pic16/pcoderegs.c: some debug functions and lines added,
353         * src/pic16/ralloc.c (decodeRegType): added but commented out,
354         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
355         register too,
356         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
357         call to allocReg, not by manually allocating a new one,
358         (pic16_assignRegisters): now before going through the register
359         allocating functions mark all registers as free. This eliminates some
360         side effects resulting from peephole parser done earlier in the backbone
361
362 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
363
364         * src/SDCCicode.c (geniCodeLogic),
365         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
366
367 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
368
369         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
370           (genSend): bugfix, do not allocate and free twice,
371           (shiftRLong): handle partially overlapping aops
372         * support/regression/tests/bitopcse.c: fixed warning redefined idata
373
374 2006-03-08 Borut Razem <borut.razem AT siol.net>
375
376         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
377           for pic16
378
379 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
380
381         * support/regression/tests/bug1409955.c: new, added
382         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
383         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
384           (aopForSym, aopOp): increment asmop.allocated if reused,
385           (freeAsmop): decrement asmop.allocated and check for zero instead of
386           using asmop.freed,
387           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
388           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
389            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
390            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
391            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
392            genSignedRightShift, genRightShift, genDataPointerGet,
393            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
394            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
395             in reverse order from allocation,
396           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
397             added swappedLR to keep track
398         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
399           pdata & code for GCC, z80, gbz80 & hc08
400         * support/regression/tests/zeropad.c: moved defines to testfwk.h
401
402 2006-03-08 Raphael Neider <rneider AT web.de>
403
404         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
405
406 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
407
408         * device/include/mcs51/c8051f410.h: new SiLabs mcu
409         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
410         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
411
412 2006-03-06 Borut Razem <borut.razem AT siol.net>
413
414         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
415           made the linker quiet
416
417 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
418
419         * src/pic16/gen.c (genPcall): fixed bug #1443644
420         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
421         which dumps before the function entry point a data byte which represents
422         the number of the local variables used by the specified function, added
423         'xinst' for initial support for Extended Instruction Support,
424         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
425         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
426         port->fun_prefix anymore (may change later),
427         (genFunction, genEndFunction): do not store/restore local registers for
428         _main (this should take care the --main-return command line option in
429         the future),
430         (genOr): removed some legacy pic-port instructions,
431         * src/pic16/genarith.c (genAddLit): re-enabled old code because
432         performing operations with SFR's causes data to be written more than
433         once to each SFR. Perhaps SFRs should be handled in special cases...
434         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
435         pcode.h
436         * src/pic16/main.c (_process_pragma): stack bound checking did not take
437         into account for stack starting position,
438         (struct OPTIONS pic16_optionsTable): added command line argument
439         --extended or -y for Extended Instruction Support,
440         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
441         (deassignLRs): *** perhaps the most important change, old 'for' code
442         (commented out for reference), didn't account for some registers which
443         were left marked 'not free' after a pointer operation. The change
444         reduces register usage a lot in some cases
445
446 2006-03-04 Borut Razem <borut.razem AT siol.net>
447
448         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
449           _clean
450         * support/regression/tests/bug-524697.c: decreased array size for
451           mcs51 to fit into the internal RAM
452         * support/regression/Makefile.in: a little bit more verbose
453
454 2006-03-03 Borut Razem <borut.razem AT siol.net>
455
456         * support/regression/fwk/lib/testfwk.c,
457           support/regression/fwk/include/testfwk.h: introduced function
458           _prints(), nonrecursive _printn(), call _initEmu() from main()
459         * support/regression/ports/gbz80/support.asm,
460           support/regression/ports/ucz80/support.asm,
461           support/regression/ports/z80/support.asm,
462           support/regression/ports/ds390/support.c,
463           support/regression/ports/hc08/support.c,
464           support/regression/ports/host/support.c,
465           support/regression/ports/mcs51/support.c,
466           support/regression/ports/xa51/support.c: added empty _initEmu()
467           function
468         * support/regression/ports/pic16/gpsim.cmd,
469           support/regression/ports/pic16/spec.mk,
470           support/regression/ports/pic16/support.c,
471           support/regression/Makefile.in: added pic16 regression test
472
473 2006-03-01 Raphael Neider <rneider AT web.de>
474
475         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
476           genConstPointerGet): use safe way of generating MOVFF to cover
477             literals as well as registers, fixes bug #1440527
478         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
479             dereference
480           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
481             more correctly, fixes bug #1232186
482           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
483         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
484             gplink guess the correct processor in more cases, applied patch
485             from Till Riedel attached to and fixing bug #1436552
486
487 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
488
489         * support/regression/tests/array.c: added, contains check for #1434401
490         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
491
492 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
493
494         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
495         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
496         * device/include/mcs51/c8051f326.h,
497         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
498         * device/include/mcs51/c8051f000.h,
499         * device/include/mcs51/c8051f018.h,
500         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
501           PCON_IDLE,PCON_STOP and added sfr16 definitions
502
503 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
504
505         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
506           genGetWord): fixed bug 1409955
507
508 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
509
510         * device/include/hc08/mc68hc908gp32.h,
511         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
512
513 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
514
515         * src/SDCCast.c (constExprValue): return NULL if not a value
516         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
517         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
518         * support/regression/tests/bitfields.c: enabled signed bitfield for all
519
520 2006-02-13 Borut Razem <borut.razem AT siol.net>
521
522         * src/regression/ptrarg.c: added, fails due to bug #1430967
523         * src/regression/Makefile: ptrarg.c added, ...
524
525 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
526
527         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
528         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
529
530 2006-02-11 Borut Razem <borut.razem AT siol.net>
531
532         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
533           print "Processor: xxx" message to stdout only if --verbose
534
535 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
536
537         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
538         * support/regression/tests/bug1426356.c: added
539         * support/regression/tests/bitfields.c: removed 2 tests
540
541 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
542
543         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
544         * device/include/mcs51/c8051f330.h,
545         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
546           PCON_IDLE,PCON_STOP and added sfr16 definitions
547         * device/lib/_divsint.c,
548         * device/lib/_divuint.c,
549         * device/lib/_divulong.c,
550         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
551           register bank bug for small stackauto
552
553 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
554
555         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
556
557 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
558
559         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
560         * all.dsp: corrected several bin paths
561         * device/include/mcs51/c8051f120.h,
562         * device/include/mcs51/c8051f300.h,
563         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
564           to PCON_IDLE,PCON_STOP
565         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
566         * device/lib/printf_large.c (output_float): fixed bug 1388703
567         * support/regression/tests/bug1057979.c: added test for bug 1388703
568
569 2006-02-08 Raphael Neider <rneider AT web.de>
570
571         * src/pic/pcode.c (pciTRIS): fixed typo,
572           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
573           (LinkFlow): fixed handling of flows that end in a call,
574           (ReuseReg): perform safety check earlier
575         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
576             to work with flows at the beginning of a pBlock,
577             fixes #1426557 (Symbol not previously defined),
578           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
579             usage information
580           (RemoveUnusedRegisters): update register usage info
581         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
582             created, reuse existing ones instead
583         * src/pic/gen.c (genPcall): fixed #1424719
584
585 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
586
587         * link/z80/lkmain.c,
588         * link/z80/lklex.c,
589         * link/z80/lkdata.c,
590         * link/z80/aslink.h: fixed build on current cygwin:
591         replaced getline() by lk_getline()
592
593 2006-02-01 Borut Razem <borut.razem AT siol.net>
594
595         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
596           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
597           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
598           src/regression/bool1.c, src/regression/bool2.c,
599           src/regression/bool3.c, src/regression/call1.c,
600           src/regression/compare.c, src/regression/compare10.c,
601           src/regression/compare2.c, src/regression/compare3.c,
602           src/regression/compare4.c, src/regression/compare5.c,
603           src/regression/compare6.c, src/regression/compare7.c,
604           src/regression/compare8.c, src/regression/compare9.c,
605           src/regression/configword.c, src/regression/for.c,
606           src/regression/inline.c, src/regression/mult1.c,
607           src/regression/nestfor.c, src/regression/or1.c,
608           src/regression/pointer1.c, src/regression/ptrfunc.c,
609           src/regression/rotate1.c, src/regression/rotate2.c,
610           src/regression/rotate3.c, src/regression/rotate4.c,
611           src/regression/rotate5.c, src/regression/rotate6.c,
612           src/regression/rotate7.c, src/regression/string1.c,
613           src/regression/struct1.c, src/regression/sub.c,
614           src/regression/sub2.c, src/regression/switch1.c,
615           src/regression/while.c, src/regression/xor.c,
616           src/regression/create_stc, src/regression/simulate,
617           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
618           regression tests
619         * src/regression/gpsim_assert.h: added
620
621 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
622
623         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
624         ((void (code *) (void)) 0) ();
625         * as/hc08/aslex.c,
626         * as/hc08/aslink.h,
627         * as/hc08/asm.h,
628         * as/hc08/asmain.c,
629         * as/hc08/lkdata.c,
630         * as/hc08/lklex.c,
631         * as/hc08/lkmain.c,
632         * as/mcs51/aslex.c,
633         * as/mcs51/aslink.h,
634         * as/mcs51/asm.h,
635         * as/mcs51/asmain.c,
636         * as/mcs51/lkdata.c,
637         * as/mcs51/lklex.c,
638         * as/mcs51/lkmain.c,
639         * as/z80/aslex.c,
640         * as/z80/asm.h,
641         * as/z80/asmain.c: fixed build on current cygwin:
642         replaced getline() by as_getline()
643
644 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
645
646         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
647         declarator in the symbol chain
648         * src/SDCCsymt.h,
649         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
650         parameter list for function pointers
651         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
652         * support/regression/tests/bug-716242.c: added
653
654 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
655
656         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
657         offset if possible
658         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
659
660 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
661
662         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
663         inifinitely recurseable, added static
664         * support/regression/tests/bug-1408066.c: added
665
666 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
667
668         * src/SDCCicode.h,
669         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
670         renamed, added possibility to create "postLoopLbl"-labels
671         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
672         newiTempLoopHeaderLabel
673         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
674         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
675         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
676         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
677         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
678         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
679         (basicInduction): fixed bug #136564, made static,
680         (loopInduction): changed parameter of basicInduction, made static,
681         (addPostLoopBlock): added
682         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
683         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
684         findLoopEndSeq
685         * support/regression/tests/bug-136564.c: added
686         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
687         --std-sdcc99 to LIBSDCCFLAGS
688
689 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
690
691         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
692         while loop
693         * support/regression/tests/bug-1406131.c: added
694
695 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
696
697         * src/SDCCast.c (decorateType): fix promotion of unary minus
698         * src/SDCCsymt.c (computeType): beautified
699         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
700         (valUnaryPM, valComplement): fix sign and promotion,
701         (valNot): ANSI: result type is int (SDCC: unsigned char)
702         * support/regression/tests/uminus.c: speedup by removing superflous
703         test case 'int'
704         * support/regression/tests/onebyte.c: added promotion and signedness
705         tests for unary minus
706         * support/regressions/tests/bug-477927.c: disable warning about
707         uninitialized variables
708         * support/regression/tests/not.c: added
709
710 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
711
712         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
713         * src/mcs51/gen.c (gen51Code): show final register usage after
714         fillGaps in asm with --i-code-in-asm
715         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
716         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
717         incUsed, rliveClear, adjustIChain): made static,
718         (setFromRange): excluded because it's unused,
719         (findPrevUseSym, markWholeLoop): added,
720         (findPrevUse): rewritten; fixes bug 895992; now a complete search
721         through all branches of predecessors enables sdcc to emit the warning
722         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
723         (rlivePoint): made static, added parameter emitWarnings which is only
724         true during the first run out of two,
725         (findRecursiveSucc, findRecursivePred): removed,
726         (computeLiveRanges): made static, added parameter emitWarnings,
727         (dumpIcRlive): added for debugging only
728         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
729         removed prototype of setFromRange()
730         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
731         in call of computeLiveRanges()
732         * support/regression/tests/bug-895992.c: added
733         * support/regression/tests/bug-971834.c: added
734         * support/valdiag/tests/bug-895992.c: added
735         * support/valdiag/tests/bug-971834.c: added
736
737 2005-12-18 Raphael Neider <rneider AT web.de>
738
739         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
740           (genUnpackBits): improved code for direct operands,
741           (genPackBits): improved code for literal assignment to bitfields
742             and for direct destination operands (no FSR indirection),
743             prevented redundant AND, fixes #1362800,
744           (AccLsh): added parameter to disable masking of the result
745         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
746           skip instructions with side-effects (like incfsz),
747           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
748         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
749         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
750           fixes #1375263
751
752 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
753
754         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
755         volatile variables as spill location
756
757 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
758
759         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
760         replacing literals
761         * support/regression/tests/bug-1376320.c: added
762
763 2005-12-08 Raphael Neider <rneider AT web.de>
764
765         * src/pic/device.c: renamed is_shared to pic14_is_shared
766         * src/pic/gen.c (genIfx): re-enabled handling of sbits
767         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
768           (is_valid_identifier): added for above workaround
769
770 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
771
772         * device/lib/Makefile.in: fixed to enable port-specific-objects
773         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
774           char, thanks Hubert Sack
775         * doc/sdccman.lyx: documented --xstack-loc,
776           elaborated a bit more on interrupts and pitfalls,
777           removed "setjmp/longjmp unsupported",
778           documented some unsupported C99 features
779         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
780         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
781           if, thanks Hubert Sack
782         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
783         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
784           make make_library
785         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
786           regression tests can report resource usage (rfe 700441)
787         * support/regression/collate-results.py: report resource usage
788         * support/regression/ports/ds390/spec.mk,
789         * support/regression/ports/hc08/spec.mk,
790         * support/regression/ports/mcs51/spec.mk,
791         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
792         * support/regression/ports/ds390/uCsim.cmd,
793         * support/regression/ports/hc08/uCsim.cmd,
794         * support/regression/ports/mcs51/uCsim.cmd,
795         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
796         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
797           library, use the default one
798         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
799           building the library
800
801 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
802
803         * config.dsp: added dependency on .version and configure_vc.awk
804         * device/include/setjmp.h: updated for --stack-auto and --xstack
805         * device/include/mcs51/at89c51snd1c.h: corrected line endings
806         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
807         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
808         * device/lib/libsdcc.lib: added _setjmp
809         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
810           (decorateType): fixed bug 1372851,
811           (optimizeGetHbit): fixed warning
812         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
813           array initialisation
814         * support/regression/tests/bug1057979.c: added test for bug 1358192
815         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
816
817 2005-12-03 Borut Razem <borut.razem AT siol.net>
818
819         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
820           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
821
822 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
823
824         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
825         createIval): implement symbol independant "flexible array member",
826         (createIvalCharPtr): implemented flexible array initialisation with a
827         string
828         * src/SDCCsymt.c (copyStruct): removed,
829         (getSize): fixed misleading comment,
830         (getAllocSize): removed, the additional allocation size is now in
831         sym->flexArrayLength,
832         (checkStructFlexArray): new, syntax checks for flexible array members,
833         (compStructSize): added syntax checks for "flexible array members"
834         (copyStruct): removed,
835         (copyLinkChain): removed inefficient fix for bug 770487
836         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
837         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
838         symbol->flexArrayLength
839         * src/SDCCerr.c,
840         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
841         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
842         * support/regression/tests/structflexarray.c: added
843         * support/valdiag/tests/structflexiblearray.c: added
844
845 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
846
847         * src/SDCCast.c (decorateType): fixed bug 1368489
848         * support/Util/SDCCerr.c,
849         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
850
851 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
852
853         * device/include/mcs51/at89c51snd1c.h: added file submitted by
854           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
855
856 2005-11-27 Borut Razem <borut.razem AT siol.net>
857
858         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
859           support/cpp2/mkdeps.h: added command line option
860           -obj-ext=<extension> to SDCPP to define object file externion, used
861           for generation of make dependencies (-M)
862         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
863
864 2005-11-26 Borut Razem <borut.razem AT siol.net>
865
866         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
867           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
868           added pic and pic16 libraries
869
870 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
871
872         * device/include/float.h: Corrected typo in prototype of __fsgt
873
874 2005-11-25 Borut Razem <borut.razem AT siol.net>
875
876         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
877           added creation of model-mcs51-stack-auto libraries
878
879 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
880
881         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
882         and fields-list too
883         * src/SDCCast.c (createIvalArray): removed obsolete comment
884
885 2005-11-24 Borut Razem <borut.razem AT siol.net>
886
887         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
888           added missing device/lib/mcs51/crt*.asm sources
889
890 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
891
892         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
893
894 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
895
896         * device/lib/_fs2schar.c,
897         * device/lib/_fs2sint.c,
898         * device/lib/_fs2slong.c: optimized inline asm
899
900 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
901
902         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
903           Better handling of floats between -1.0 and 0.0.
904
905 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
906
907         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
908           (the missing "if"s prohibited removal of redundant labels)
909
910 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
911
912         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
913           Properly convert floats between -1.0 and 0.0 to long, int, and char
914           types (max integer value of negative floats tends to zero).
915         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
916           Removed changes made so to work properly with floats between
917           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
918           and _fs2char.c
919
920 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
921
922         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
923         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
924         (genCast) cosmetic change
925         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
926         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
927         from mcs51
928         * support/regression/tests/bitfields (testSignedBitfields): added
929
930 2005-11-18 Borut Razem <borut.razem AT siol.net>
931
932         * sdcc/device/lib/Makefile.in: remove all unnecessary files
933         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
934           introduced SILENT option to make building of pic16 libraries less
935
936 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
937
938         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
939           Now they work properly with floats between -1.0 and 0.0
940         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
941
942 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
943
944         * src/SDCCicode.c (printOperand): added missing else
945
946 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
947
948         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
949         reformatted for better readability
950         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
951         signed bitfields
952
953 2005-11-17 Borut Razem <borut.razem AT siol.net>
954
955         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
956           introduced SILENT option to make building of pic16 libraries less
957           verbose - used for nightly snapshot build
958         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
959           available on Win32 platforms.
960         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
961           medium, large, pic and pic16
962
963 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
964
965         * device/lib/printf_large.c: Temporary patch for bug 1358192:
966           printf("%f"...) sets fraction to zero.
967
968 2005-11-16 Raphael Neider <rneider AT web.de>
969
970         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
971           fixes #1357221
972         * src/pic/gen.c (genIfx): implemented for CARRY bit
973         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
974           to generic pointers, fixes #1357332,
975           (pic16_movLit2f): NEW,
976           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
977
978 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
979
980         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
981
982 2005-11-11 Raphael Neider <rneider AT web.de>
983
984         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
985         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
986           compute pointer's type from operand,
987           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
988           improved single bit reads, fixes bug #1353379
989
990 2005-11-09 Borut Razem <borut.razem AT siol.net>
991
992         * support/scripts/sdcc.nsi: added lib/pic to the package
993
994 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
995
996         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
997
998 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
999
1000         * support/regression/tests/bug1348008.c: added
1001         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1002         * support/regression/tests/bug1337835.c: updated comment
1003
1004 2005-11-06 Borut Razem <borut.razem AT siol.net>
1005
1006         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1007           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1008           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1009           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1010           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1011           dynamic construction of cl_error_class and derivates - 2.nd try
1012
1013 2005-11-05 Borut Razem <borut.razem AT siol.net>
1014
1015         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1016           bug, which caused Bus Errors on sparc solaris
1017
1018 2005-11-04 Borut Razem <borut.razem AT siol.net>
1019
1020         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1021           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1022           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1023           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1024           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1025           and derivates to resolve the initialization problem on OSX
1026
1027 2005-11-02 Borut Razem <borut.razem AT siol.net>
1028
1029         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1030           corrected typo - #include <winsock2.h>
1031
1032 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1033
1034         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1035           (_asxxxx_mapping): added org directive for future enhancements
1036
1037 2005-11-01 Borut Razem <borut.razem AT siol.net>
1038
1039         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1040           enabled sockets on WIN32
1041         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1042
1043 2005-10-31 Borut Razem <borut.razem AT siol.net>
1044
1045         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1046           WIN32 backslash path delimiters should be escaped when used in C strings
1047         * support/regression/tests/bitfields.c: exclude failing assertions for
1048           __CYGWIN32__ and __MINGW32__ hosts
1049
1050 2005-10-30 Borut Razem <borut.razem AT siol.net>
1051
1052         * src/SDCCutil.c: corrected double comparison typo
1053
1054 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1055
1056         * device/lib/medium/Makefile: added for new memory model medium
1057         * device/include/asm/mcs51/features.h: updated for medium/pdata
1058         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1059           added Multiply & Accumulate sbit's and MAC0_PAGE define
1060         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1061         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1062         * device/lib/_mullong.c: update for medium model
1063         * device/lib/incl.mk: added medium model
1064         * doc/sdccman.lyx: documented medium model
1065         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1066         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1067         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1068         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1069           (allocParms): set SCLS and OCLS to pdata for medium model
1070         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1071           for pdata,
1072           (powof2): return <0 if not power of 2
1073         * src/avr/gen.c (genBitWise): use updated powof2
1074         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1075           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1076           (shiftLLeftOrResult): use B if necessary
1077         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1078         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1079         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1080         * support/regression/Makefile.in: added test-mcs51-medium
1081         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1082
1083 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1084
1085         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1086         specifier unsigned
1087         * device/lib/time.c (mktime): fixed bug 1334315
1088
1089 2005-10-28 Raphael Neider <rneider AT web.de>
1090
1091         * device/include/pic/p16f_common.inc: added common declarations
1092         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1093
1094 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1095
1096         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1097           (aopPutUsesAcc): added to predict accumulator use,
1098           (assignResultValue): save acc if necessary,
1099           (genMinusDec): store result if indirectly addressed,
1100           (genDivOneByte):  save acc if necessary,
1101           (movLeft2Result): bugfix if left already in acc,
1102           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1103             attention to accumulator use (esp. pdata),
1104           (genReceive): receive pdata correctly
1105         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1106         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1107
1108 2005-10-27 Raphael Neider <rneider AT web.de>
1109
1110         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1111
1112 2005-10-27 Raphael Neider <rneider AT web.de>
1113
1114         * .version: changed version to 2.5.4
1115         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1116         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1117           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1118             arithmetics support routines
1119         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1120         * device/lib/Makefile.in: also create installdir for pic
1121
1122         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1123           pic14 port as well
1124         * src/pic/device.c (dump_sfr): rewritten to delegate register
1125           placement to the linker (use `extern sym' rather than sym EQU addr),
1126           (validAddress): fixed to check last specified address
1127         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1128           (popGetLit): truncate literal value to 8 bit,
1129           (popGet): moved assert to more appropriate place
1130           (popGetExternal): create pCode operand from and mark the according
1131             symbol as being `extern'
1132           (popGetAddr): added sanity check on immediate's offset, provide
1133             GPOINTER tag on demand
1134           (aopPut): fixed for immediates,
1135           (mov2w_op): move operand's address or contents to WREG (depending on
1136             operand type), safer variant of mov2w,
1137           (movwf,call_libraryfunc): NEW, handy abbreviations,
1138           (get_argument_pcop,get_return_val_pcop,pass_argument,
1139           get_returnvalue): interface for accessing function parameters and
1140             return values,
1141           (assignResultValuei,genRet): use new parameter/return value interface
1142           (pic14_getDataSize): back to old version handling generic pointers,
1143           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1144             provided implementation and/or fixed old one,
1145           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1146             calls, removed legacy 8051 reference code
1147           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1148           (loadSignToC): NEW, move the operands sign bit to CARRY,
1149           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1150             genRightShiftSigned, accepts negative shift counts,
1151           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1152           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1153             generic pointers, __data pointers and __code pointers,
1154           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1155             and signed bitfields, limit bitfields to 8 bit,
1156           (genDataPointerGet): fixed number of bytes read,
1157           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1158           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1159             pointers to constant data are no longer assumed to point to __code
1160             space, removed invalid pointer types,
1161           (bitpatternFromVal): retrieve the PICs representation of an integer
1162             or float literal,
1163           (genDataPointerSet): fixed assigning to po_immediate operands,
1164           (genGenPointerSet): implemented as library call,
1165           (genIfx): fixed incorrect condition,
1166           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1167             provide GPOINTER tag according to destination's storage class,
1168           (genCast): added code to handle casting to generic pointers, added
1169             sign-/zero extension of the result
1170           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1171         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1172         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1173           extend the result
1174         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1175           address/register resides in the shared banks
1176           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1177             put all variables into separate sections (have the linker arrange
1178             them)
1179           (picglue): put init code and interrupt handlers in separate sections
1180         * src/pic/main.c: added port specific options table, modified to PORT
1181           structure to make GPOINTERs 3 byte, added pic14_options
1182           (_pic14_do_link): private linking routine (update paths to libraries,
1183             add libsdcc.lib by default)
1184         * src/pic/main.h: declare pic14_options
1185         * src/pic/pcode.c: fixed instructions i/o relations,
1186           (RegCond): reverted to correct version,
1187           (newpCodeOpLit): truncate literals to 8 bit,
1188           (genericPrint): added debug output,
1189           (getRegFromInstruction): fixed for various operand types, simplified
1190           (BuildFlow): fixed broken handling of isntructions with labels
1191           (LinkFlow): start at last instruction in flow (skip trailing comments),
1192             pass the flow on to the next instruction after CALL
1193           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1194           (insertPCodeInstruction): fixed inserting after a skip instruction,
1195           (DoBankSelect): fixed for labeled instructions
1196           (OptimizepBlock): honor --nopeep switch
1197           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1198         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1199         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1200           (pCodeOptime2pCodes): allow disabling this optimization via
1201             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1202             but is still buggy), started implementation of a dataflow based
1203             pCode optimization (CSE + dead code elimination)
1204           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1205         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1206           names are independant of the stack location and therefore portable across
1207           devices
1208
1209 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1210
1211         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1212           (selectSpil): fixed bug 1337835 by not spilling bit variables
1213         * support/regression/tests/bug1337835.c: added test for this bug
1214         * src/mcs51/peeph.def: restart after rule 3.c,
1215           addded rules 263.x to optimize loading constants
1216
1217 2005-10-26 Raphael Neider <rneider AT web.de>
1218
1219         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1220         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1221           (genAssign): emit warning when casting literals to generic pointer
1222             type, also applies when taking the address of a fixed variable,
1223           (genCast): improved casting to generic pointers
1224         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1225           extern variables, added verbose error message
1226         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1227
1228 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1229
1230         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1231         carry must be complemented too
1232         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1233         could be emitted by genMinus
1234         * src/SDCCval.c (constVal): fixed bug 1305065
1235
1236 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1237
1238         * src/SDCCast.c (addCast): added promotion for bit variables
1239         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1240         promotion casts + optimisation
1241         (optimizeGetWord): fix warning 'i' might be used uninitialized
1242         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1243         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1244
1245 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1246
1247         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1248         all chars are promoted to int; promotion should be handled in SDCCast.c
1249
1250 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1251
1252         * device/lib/_strcmp.c: Fixed bug 1326457
1253
1254 2005-10-11 Raphael Neider <rneider AT web.de>
1255
1256         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1257         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1258
1259 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1260
1261         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1262         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1263
1264 2005-10-04 Raphael Neider <rneider AT web.de>
1265
1266         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1267           device/lib/pic16/pics.all: added pic18f1320
1268         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1269
1270 2005-09-30 Raphael Neider <rneider AT web.de>
1271
1272         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1273         * src/pic16/devices.inc: NEW, provides device descriptions
1274         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1275
1276 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1277
1278         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1279           GETHBIT
1280
1281 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1282
1283         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1284           documented Any Order Bit, Higher Order Byte and Higher Order Word
1285         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1286         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1287           (optimizeGetAbit): new, to get any bit, not only the high bit,
1288           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1289           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1290           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1291           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1292             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1293             GETABIT, GETBYTE, GETWORD: decorate them,
1294           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1295           (ast_print): added GETABIT, GETBYTE, GETWORD
1296         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1297         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1298           (geniCodeBinary): new generic binary icode,
1299           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1300         * src/port.h: updated comment for PORT.hasExtBitOp
1301         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1302           (genGetByte): new, to get a single byte,
1303           (genGetWord): new, to get a word from a long,
1304           (gen51Code): added GETABIT, GETBYTE, GETWORD
1305         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1306
1307 2005-09-23 Raphael Neider <rneider AT web.de>
1308
1309         * configure.in, configure: have device/lib/pic configured
1310         * device/lib/Makefile.in: added model-pic14
1311         * device/lib/clean.mk: added pic/ to clean rule
1312         * device/lib/pic: added rudimentary pic14 library providing support
1313           functions for multiplication/division/generic pointer access
1314         * src/SDCCopt.c (convilong): mark support functions as extern
1315           for pic14 port as well
1316         * src/pic/gen.c (genMult): added assertions,
1317           (genpic14Code): emit warning on unhandled iCodes
1318         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1319         * src/pic/pcode.c (pCodeOpCopy),
1320         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1321           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1322           SFR_REGISTER}), made safe for future extensions
1323         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1324           instructions even if preceeded by SKIP instructions (also remove
1325           them); removed unused code
1326         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1327           prevents leaving parts of the structure uninitialized after copying
1328
1329 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1330
1331         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1332           ago by me
1333         * support/regression/tests/addsub.c: added test for the bug
1334
1335 2005-09-21 Raphael Neider <rneider AT web.de>
1336
1337         * device/include/pic16/pic18f1220.h,
1338           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1339         * device/lib/pic16/Makefile.rules: added missing opening paren
1340         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1341           are provided in genutils.c,
1342           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1343           operand/result sizes,
1344           (genCmp): assert on NULL pointers first, then check deref'ed values
1345         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1346           result size
1347
1348 2005-09-18 Raphael Neider <rneider AT web.de>
1349
1350         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1351           as these are now unused,
1352           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1353         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1354           local, avoids uninitialized pointer dereference on r->name
1355         * src/pic16/ralloc.c (newReg): fixed indentation
1356
1357 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1358
1359         * src/SDCCval.c (constVal): fixed bug 730366
1360         * support/Util/SDCCerr.c,
1361         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1362
1363 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1364
1365         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1366
1367 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1368
1369         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1370
1371 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1372
1373         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1374           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1375         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1376           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1377         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1378         * packihx/packihx.c (hexDigit): made c unsigned char
1379         * as/mcs51/lklibr.c (fndsym),
1380         * link/z80/lkgb.c (gb),
1381         * link/z80/lklibr.c (fndsym),
1382         * link/z80/lkrloc.c (relr),
1383         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1384         * src/SDCC.lex (checkCurrFile, process_pragma),
1385         * src/SDCCglue.c (spacesToUnderscores),
1386         * src/SDCCmain.c (setParseWithComma, processFile),
1387         * src/asm.c (tvsprintf, printCLine),
1388         * src/avr/gen.c (emitcode, aopPut),
1389         * src/ds390/gen.c (emitcode),
1390         * src/hc08/gen.c (emitcode, emitinline),
1391         * src/mcs51/gen.c (emitcode, genInline),
1392         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1393           tokenizeLineNode),
1394         * src/pic/ralloc.c (debugLog),
1395         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1396           tokenizeLineNode),
1397         * src/pic16/ralloc.c (debugLog),
1398         * src/z80/main.c (_process_pragma):
1399            made all ctype.h function calls safe
1400         * src/SDCCopt.c: include math.h for fabs
1401         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1402           and used them throughout the code to make ctype.h function calls safe
1403         * src/ds390/main.c (asmLineNodeFromLineNode),
1404         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1405         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1406            unsigned char*
1407         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1408           (newpCodeAsmDir): made ctype.h function calls safe
1409         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1410           pic16_emitcode):  made lbp unsigned char*
1411         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1412           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1413         * src/xa51/gen.c (emitcode),
1414         * src/z80/gen.c (_emit2): made lbp unsigned char*
1415         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1416            char*
1417
1418 2005-09-05 Raphael Neider <rneider AT web.de>
1419
1420         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1421           access bank splitpoint
1422
1423 2005-09-05 Raphael Neider <rneider AT web.de>
1424
1425         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1426
1427 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1428
1429         * .version: changed to version 2.5.3
1430         * doc/sdccman.lyx: changed version to 2.5.3,
1431           documented --codeseg and --constseg and pragma codeseg and constseg,
1432           documented bit parameters (reentrant) and bit returning
1433         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1434            currFunc->recvSize, but is this ok for all ports?
1435           (ast2iCode): result of ~ on unsigned char must be cast to int for
1436            bool to work
1437         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1438           function pointers in bit space
1439         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1440           (processFuncArgs): call port.reg_parm() with reentrancy info
1441         * src/port.h,
1442         * src/avr/main.c,
1443         * src/ds390/main.c,
1444         * src/hc08/main.c,
1445         * src/pic/main.c,
1446         * src/pic16/main.c,
1447         * src/xa51/main.c,
1448         * src/z80/main.c: port.reg_parm prototype extended with
1449           "bool reentrant" parameter
1450         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1451           options.stackAuto for allocating bit register parameters
1452         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1453           (genSend): set BitBankUsed if it is,
1454           (selectRegBank): factored out of genCall for use in genPcall,
1455           (genCall): removed redundant dtype assignmen, use selectRegBank,
1456           (genPcall): handle returning in Carry properly, save in F0 if needed,
1457           (genReceive): handle bit register parameters
1458         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1459           (mcs51_assignRegisters): enable bit registers for all reentrant
1460            functions and don't set BitBankUsed unconditionally
1461         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1462         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1463         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1464
1465 2005-08-27 Borut Razem <borut.razem AT siol.net>
1466
1467         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1468         ppc-osx (Darwin) does not support -u option. It seems that it is
1469         supported only on Linux - GNU cp
1470
1471 2005-08-25 Borut Razem <borut.razem AT siol.net>
1472
1473         * sim/ucsim/gui.src/serio.src/Makefile.in,
1474           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1475           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1476           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1477           install and strip, since the strip at /usr/ccs/bin should be used
1478           on solaris
1479
1480 2005-08-24 Borut Razem <borut.razem AT siol.net>
1481
1482         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1483
1484 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1485
1486         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1487         ffffffffu
1488
1489 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1490
1491         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1492         * as/mcs51/lkmain.c (link_main): fixed warning
1493         * device/include/stdbool.h: ds390 has no advanced bit support yet
1494         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1495         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1496         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1497           and updated their macros
1498         * src/SDCCval.c (constVal): updated comment for renamed b_long
1499
1500 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1501
1502         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1503         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1504           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1505           (oprio): set priority for '['
1506         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1507            and adb_24_bit
1508         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1509         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1510         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1511         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1512           added overlayable BIT_BANK area
1513         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1514           (summary2): explain 'T' in legenda
1515         * as/mcs51/lkrloc.c: replaced old K&R style,
1516           (relr): added R_BIT processing,
1517           (errmsg): added "Bit-addressable relocation error",
1518           (adb_bit): added for converting from byte- to bit-addressable space,
1519           (adb_24_bit): added for converting from byte- to bit-addressable space
1520         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1521            used in reentrant functions now even as return value
1522         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1523         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1524           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1525         * src/SDCCglobl.h: added indicator BitBankUsed
1526         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1527            the bit registers b0-b7
1528         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1529           (geniCodeCast): fixed bug 1263853,
1530           (geniCodeLogicAndOr): put result in bool or char,
1531           (geniCodeReceive): added parameter func for accessing the return type,
1532           (geniCodeFunctionBody): pass func to geniCodeReceive
1533         * src/SDCCmain.c: added indicator BitBankUsed
1534         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1535         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1536           (checkSClass): don't put automatic bool/bit on stack,
1537           (checkFunction): removed check on function cannot return bit
1538         * src/SDCCsymt.h: added newBoolLink prototype
1539         * src/mcs51/gen.c (rb1regs): added bit registers,
1540           (movc): created for assigning to carry,
1541           (pushReg, popReg): created for pushing registers,
1542           (sameRegs): check both AOP_REG and AOP_CRY types,
1543           (aopOp): handle bit registers,
1544           (aopPut): optimization no self-assign,
1545           (saveRegisters): push reg->base (bits) only once for bit registers,
1546            and use pushReg,
1547           (unsaveRegisters): pop reg->base only once and use popReg,
1548           (assignResultValue): added parameter func and return in carry for bits,
1549           (genIpush): optimization no reload in A if not changed,
1550           (genSend): bit parameters in reentrant functions are passed in bit
1551            registers by first assigning to bits in B, then save registers and
1552            copy B to bits,
1553           (genCall): handle returning in Carry properly, save it in F0 if needed,
1554           (genPcall): updated assignResultValue call, this is not safe yet for bit
1555            returning function !!!
1556           (genFunction): don't generate equ's for bit registers and use pushReg,
1557           (genEndFunction): take care of bit returning functions and use popReg,
1558           (genRet): return bit in Carry,
1559           (genIfx): optimize bit registers and other directly addressable bits,
1560           (genReceive): updated assignResultValue call
1561         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1562           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1563            registers when using stack-auto
1564         * src/mcs51/ralloc.c (_G): added allBitregs,
1565           (regs8051): added the bit registers,
1566           (createStackSpil): use macro IS_BIT,
1567           (getRegBit): added to allocate a bit register, else spill,
1568           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1569           (updateRegUsage): factored out to ease stepping while debugging,
1570           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1571            also allocate bit registers,
1572           (fillGaps): handle bit registers,
1573           (findAllBitregs): added to create bit vector with all bit registers,
1574           (mcs51_allBitregs): returns this bit vector,
1575           (mcs51_assignRegisters): when using stack-auto use bit registers for
1576            passing parameters and creating local variables
1577         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1578
1579 2005-08-22 Borut Razem <borut.razem AT siol.net>
1580
1581         * device/lib/Makefile.in: replaced find option -or with -o
1582           to make it run on solaris
1583
1584 2005-08-22 Raphael Neider <rneider AT web.de>
1585
1586         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1587           fixes #1265442 (crash on Solaris)
1588
1589 2005-08-20 Borut Razem <borut.razem AT siol.net>
1590
1591         * configure, configure.in: added tests for libsocket and libnsl libraries,
1592           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1593           from support/regression/Makefile.in
1594         * support/regression/Makefile.in: added
1595         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1596         * sim/ucsim/libtool: regenerated on sparc-solaris
1597         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1598           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1599           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1600           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1601           sparc-solaris, which doesn't use GNU ld linker
1602         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1603         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1604
1605 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1606
1607         * src/mcs51/peeph.def: updated comments
1608
1609 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1610
1611         * device/lib/_gptrget.c,
1612         * device/lib/_gptrput.c: slightly shorter
1613         * doc/sdccman.lyx: incremented version
1614         * src/mcs51/peeph.def: moved peephole comments to the line of first
1615           change to better keep line correlation, reanimated 186.e
1616         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1617
1618 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1619
1620         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1621           David Saxton with quotes around file name.
1622
1623 2005-08-15 Borut Razem <borut.razem AT siol.net>
1624
1625         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1626           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1627           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1628           make tests run on x86_64 platform
1629
1630 2005-08-13 Raphael Neider <rneider AT web.de>
1631
1632         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1633           as it might be executed DURING a build (parallel make is wonderful)
1634
1635 2005-08-13 Raphael Neider <rneider AT web.de>
1636
1637         * device/lib/Makefile.in (port-specific-objects-pic16):
1638           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1639         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1640           dependency
1641         * device/lib/pic16/Makefile.rules: build subdirs before creating
1642           the library, removed builddir rule, create $(builddir) early in
1643           recurse rule, use empty recurse rule for leaf directories
1644         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1645           mkdir errors (race condition), removed duplicate suffix "hex"
1646           from clean rules
1647         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1648         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1649           prevents mkdir -p from aborting on Alpha
1650
1651 2005-08-12 Raphael Neider <rneider AT web.de>
1652
1653         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1654           db-statements in order to allow for arrays of pointers in code
1655           sections to be placed without interspersed 0-padding, fixes
1656           bug #1256215
1657         * (emitStatistics): fixed division by zero for pic18f1220
1658         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1659           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1660         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1661         * (pic16_pCodeConstString): keep track of already emitted string
1662           literals to prevent "duplicate definitions of symbol _str_NR"
1663         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1664           debug message
1665         * device/lib/Makefile.in: ignore failing PIC16 library builds
1666         * device/lib/pic16/Makefile: do not build if gputils are missing
1667         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1668
1669 2005-08-10 Raphael Neider <rneider AT web.de>
1670
1671         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1672           my last commit)
1673
1674 2005-08-10 Raphael Neider <rneider AT web.de>
1675
1676         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1677           Rokas' patch to add the new fixed point type "__fixed16x16"
1678         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1679           functions for __fixed16x16 arithmetics
1680         * device/lib/pic16: reimplemented the build system to support
1681           a separate build directory, better handling of libio (create
1682           the library in a separate subdir for each architecture) and
1683           easier configuration (centralized in Makefile.common)
1684
1685 2005-08-07 Raphael Neider <rneider AT web.de>
1686
1687         * src/pic16/gen.c (genrshTwo): fixed sign extension
1688         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1689         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1690           added T0CONbits
1691         * device/include/pic16/pic18f4220.h: NEW, header for
1692           pic18f4220 and pic18f4320
1693         * device/include/pic16/pic18fregs.h: added new devices,
1694           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1695         * device/include/pic16/signal.h: resolved name clashes
1696           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1697           to also allow testing for interrupt enable bits, added
1698           comments on how to use the macros
1699         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1700         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1701           register definitions for the devices
1702         * device/lib/pic16/pics.all: added new devices
1703         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1704           allocated memory
1705         * device/lib/pic16/libc/stdlib/memfree: do not count
1706           the block header as free memory
1707         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1708           simplified and added missing end-of-blocklist-marker
1709           (reported by Peter Onion, fixes #1252814)
1710         * (_mergeHeapBlock): fixed loop condition
1711         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1712           len==0, restructured code
1713         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1714           up a bit, reduced bitfield accesses, prevent endless loops
1715           in case of heap corruption
1716         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1717           "unreferenced arguments/must return a value" warnings
1718         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1719           replaced BAUDREG with SPBRG
1720         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1721           device/lib/pic16/debug/gstack/gstack.c: replaced
1722           _naked, _asm, _endasm with __naked, __asm, __endasm
1723
1724 2005-08-05 Raphael Neider <rneider AT web.de>
1725
1726         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1727           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1728
1729 2005-08-05 Borut Razem <borut.razem AT siol.net>
1730
1731         * device/lib/Makefile.in: added missing ';'
1732         * configure: removed ^M characters
1733
1734 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1735
1736         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1737           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1738           License
1739
1740 2005-08-04 Borut Razem <borut.razem AT siol.net>
1741
1742         * configure.in: pic16 libraries build 2nd try - enable running
1743           configure in device/lib/pic16
1744         * configure: regenerated from configure.in
1745         * device/lib/Makefile.in: create $(PORT)/bin directory
1746
1747 2005-08-03 Raphael Neider <rneider AT web.de>
1748
1749         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1750           to get/set values via pointers
1751         * (genUnpackBits,genPackBits): changed detection of
1752           ptr->bitfield vs. sym.bitfield, fixed access via generic
1753           pointers, removed dead (wrong) code for multibyte bitfields
1754         * (genNearPointerGet, genGenPointerGet): removed useless code,
1755           fixed bitfield detection, fixes #1250594
1756         * (genNearPointerSet): removed useless code
1757         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1758           and introduced macro pic16_emitpcode that conditionally emits
1759           the origin of the following pCode (useful for debugging SDCC)
1760         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1761         * (createDefmap): fixed handling of LFSR for --optimize-df
1762
1763 2005-08-02 Borut Razem <borut.razem AT siol.net>
1764
1765         * device/lib/Makefile.in: pic16 libraries build enabled since
1766           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1767
1768 2005-08-02 Raphael Neider <rneider AT web.de>
1769
1770         * src/pic16/gen.c (genPackBits): removed deprecated warning
1771         * (genGenPointerSet): fixed bitfield detection
1772
1773 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1774
1775         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1776
1777 2005-07-31 Raphael Neider <rneider AT web.de>
1778
1779         * device/lib/pic16/libdev/pic18f458.c,
1780           device/include/pic16/pic18f458.h: added missing T0CONbits
1781
1782 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1783
1784         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1785
1786 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1787
1788         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1789
1790 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1791
1792         * device/include/mcs51/at89c51ed2.h: added.
1793
1794 2005-07-23 Raphael Neider <rneider AT web.de>
1795
1796         * src/pic/gen.h: added emitpcode macro for debugging
1797         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1798           and replace by macro adding debug information on demand
1799         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1800         * (gencjne): tried to fix; replaced with correct (slower) code
1801         * (gen{Unp,P}ackBits): fixed single bit access
1802         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1803         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1804           previous instruction
1805         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1806           register has to be handled with care (forbidding movement
1807           of assignments/uses, removing assignments completely, ...)
1808         * (pCodeOptime2pCodes): make use of regIsSpecial
1809         * added lots of debugging output (commented out)
1810         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1811           from being reused as result UNLESS it is known to work
1812
1813 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1814
1815         * support/Util/dbuf.h: include <stddef.h> for size_t
1816         * .version: changed to version 2.5.2
1817
1818 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1819
1820         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1821
1822 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1823
1824         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1825           (genModOneByte): removed needless psha/pula
1826
1827 2005-07-22 Raphael Neider <rneider AT web.de>
1828
1829         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1830           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1831         * src/pic/gen.c (resolveIfx): do not "invent" labels
1832         * (genSkipc): changed to positive logic
1833         * (genSkipCond): removed as no longer needed
1834         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1835           backport from PIC16
1836         * (genLeftShift): check operands are in different registers
1837         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1838           INCF does not update CARRY...
1839         * src/pic/main.c: fixed _linkCmd
1840         * src/pic/pcode.c (unlinkpCode): added inactive code
1841         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1842           alive (do not assign result and operand overlapping registers)
1843
1844 2005-07-22 Raphael Neider <rneider AT web.de>
1845
1846         * src/pic/device.c (dump_sfr): replaced register declaration with
1847           call to emitSymbolToFile() to avoid duplicate symbols
1848         * (assignRelocatableRegisters): do not declare external symbols
1849         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1850           right (take size of type, not etype)
1851         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1852         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1853         * (packRegsForAccUse): disabled assignment of WREG as
1854           the result reg to prevent occurence of just fixed #1235003,
1855           fixes #1242954
1856         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1857           symbols (avoids duplicate symbols in .asm file)
1858         * (pic14emitRegularMap): use emitSymbolToFile()
1859         * src/pic/gen.c (aopOp): fixed spillLocation handling
1860         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1861         * (genDataPointerSet): removed unneccessary variables/output
1862
1863 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1864
1865         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1866         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1867
1868 2005-07-21 Raphael Neider <rneider AT web.de>
1869
1870         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1871           architecture cannot handle them efficiently, fixes bug #1235003
1872         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1873           check for empty sets before using them (fixes bug #1232190)
1874
1875 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1876
1877         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1878           (lnksect2): generate warnings for memory overlap
1879         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1880           constseg to set the name of these segments so you can instruct the linker
1881           to place them in banks
1882         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1883         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1884           added code_seg and const_seg to options
1885         * src/SDCCglue.c (emitMaps): use options.const_seg,
1886           (createInterruptVect): put interrupt vectors in segment HOME,
1887           (glue): put HOME before static segment and put the main glue in HOME,
1888           (glue): use options.code_seg
1889         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1890         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1891           these segments so you can instruct the linker to place them in banks
1892           (linkEdit): use code_loc for HOME segment which should be the first
1893           segment in code memory now
1894         * src/SDCCmem.c: fixed more stuff like bug 1238386
1895         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1896           (changePointer): don't change function pointers to code pointers for
1897           banked functions,
1898           (compareType): added exceptional check for banked function pointers
1899         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1900         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1901           after static in code memory
1902         * src/mcs51/gen.c: added aopLiteralLong prototype,
1903           (aopForSym): use getSize for functions,
1904           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1905           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1906           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1907           the segment,
1908           (genPcall): use call for literal function pointers and generate banked
1909           calls over the one trampoline so there's only one place for the user to
1910           modify according to his/hers hardware,
1911           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1912           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1913         * src/mcs51/main.c: added keyword banked,
1914           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1915         * support/Util/SDCCerr.c,
1916         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1917           needed for passing the bank and address to the trampoline
1918         * device/lib/mcs51/crtbank.asm: added for bankswitching
1919         * device/lib/mcs51/Makefile: added crtbank
1920
1921 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1922
1923         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1924           for fields at offset 0 of a struct or union as reported
1925           on 2005-07-07 in the developer mailing list.
1926
1927 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1928
1929         * src/SDCCmem.c: fixed bug 1238386
1930
1931 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1932
1933         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1934           (patch #1144962), added peephole 300, enabled 259.x
1935         * doc/sdccman.lyx: removed screenshot and provided link instead
1936
1937 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1938
1939         * doc/sdccman.lyx: added section about debugging with ddd
1940         * doc/figures/ddd_example.eps: screenshot of debugging session
1941
1942 2005-07-04 Raphael Neider <rneider AT web.de>
1943
1944         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1945           like CODE pointers, fixes #1115683
1946         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1947           call, fixes bugs #1232211, #1228110,
1948           fixed wrong casts to pCodeFlow from pCodeInstructions
1949
1950 2005-07-04 Raphael Neider <rneider AT web.de>
1951
1952         * src/pic/gen.c (popGet): changed assert to allow for
1953           bit operands
1954         * (popGetAddr): changed signature to provide
1955           an additional index, patched all call sites
1956         * (genCmpEq): handle literal-like operands correctly
1957         * (genAddrOf): added sanity checks on __code/__data pointers
1958         * (genAssign): added handling of symbols from __code section
1959         * (gencjne): do not generate code for comparisons whose result
1960           is neither stored nor used, fixes bug #1171114
1961         * (AccLsh, AccRsh): operate on operand instead of WREG
1962         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1963           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1964           by known count
1965         * rewrote complete shift-by-literal logic, commented unused
1966           functions out
1967         * (genConstPointerGet): get multiple bytes (if result size > 1),
1968           fixed handling of non-immediate addresses
1969         * (genPointerGet): handle CODE pointers like CONST pointers
1970         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1971         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1972           operand is to be treated as a literal or not
1973         * (mov2w,genPcall,genCmpEq),
1974           src/pic/genarith.c: use aop_isLitLike() to decide between
1975           literal/register contents
1976         * (addSign): added missing offset
1977         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1978           only emit comment in debug-mode,
1979           use {aop,op}_isLitLike throughout the file
1980         * src/pic/glue.c: fix initializers for pointers (work in progress)
1981         * src/pic/pcode.c (get_op): honor index on _const symbols
1982         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1983         * (dumppBlock): added pCode size estimation
1984         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1985           check for IS_SYMOP before OP_SYMBOL'ing
1986         * fixed indentation, compacted switch-statements
1987         * (allocReg): find free register and allocate it instead of
1988           allocating new registers all the time
1989         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1990           registers as its operands (necessary only for multibyte GETs)
1991
1992 2005-07-01 Raphael Neider <rneider AT web.de>
1993
1994         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1995           debugging .asm-output macros FENTRY + FEXIT
1996         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1997           way... I wonder...
1998         * (emitpComment): NEW, printf to pCode
1999         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2000           offset handling
2001         * (popGetAddr): NEW, variant of popGet to access an immediates
2002           high(er) bytes instead of the n'th byte of memory they reference,
2003           replaced popGet with popGetAddr where neccessary
2004         * (genDataPointerGet): reactivated and fixed implementation
2005         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2006           accesses
2007         * (genDataPointerSet): fixed multibyte assignments
2008         * (genpic14Code): fixed --i-code-in-asm handling
2009         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2010         * (genPlus): fixed index-out-of-bounds error
2011         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2012         * src/pic/ralloc.c: added debugging output macro FENTRY2
2013         * (spillThis): fixed indentation, enbraced for-body for clarity
2014         * (rematStr): commented out as now unused
2015         * (regTypeNum): commented out special spill case (overwrites
2016           arbitrary values)
2017         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2018
2019 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2020
2021         * doc/sdccman.lyx: documented sfr16/sfr32,
2022           added example for using storage class with function pointers
2023         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2024
2025 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2026
2027         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2028         * device/lib/_itoa.c,
2029         * device/lib/_ltoa.c: optimized codesize
2030         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2031           but don't know how to suppress the double warning.
2032         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2033         * support/Util/SDCCerr.c,
2034         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2035
2036 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2037
2038         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2039           fixed old K&R prototypes
2040         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2041         * device/lib/_gptrget.c,
2042         * device/lib/_gptrgetc.c,
2043         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2044           also new versions for small generic pointers and banked generic pointers
2045         * src/port.h: added const_name
2046         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2047         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2048         * src/SDCCcse.c (findPrevIc): check all associative operators
2049         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2050         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2051         * src/SDCCmem.c: updated comments,
2052           set far-space to 0 for pdata, results in optimized code
2053         * src/SDCCmem.h: added macro CONST_NAME
2054         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2055           moving the info into the highest bits, see also gptrget/gptrput
2056         * src/src.dsp: added sdcc.ico to project files
2057         * src/avr/gen.c (genCast): fixed bug 0x%d
2058         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2059         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2060           relation between ptr_type and DCL_TYPE,
2061           (genCast): fixed bug 0x%d
2062         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2063           (CODE)" for const_name
2064         * src/hc08/gen.c (genCast): fixed bug 0x%d
2065         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2066           (hc08_port): added "CONST (CODE)" for const_name
2067         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2068           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2069           between ptr_type and DCL_TYPE,
2070           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2071           operand* and took AOP() inside function so sfr-ness can be checked,
2072           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2073           new prototype,
2074           (genFunction, genEndFunction): optimized stack setup,
2075           (genMinus): optimized for literals with ending zeroes (in bytes),
2076           (genCast): fixed bug 0x%d
2077         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2078           (mcs51_port): added "CONST (CODE)" for const_name
2079         * src/mcs51/peeph.def: made rule 226 more generic
2080         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2081         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2082         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2083         * src/z80/main.c (z80_port): added NULL for const_name,
2084           (gbz80_port): added NULL for const_name
2085         * support/regression/tests/bug663539.c,
2086         * support/regression/tests/sfr16.c: new tests
2087
2088 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2089
2090         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2091
2092 2005-06-24 Raphael Neider <rneider AT web.de>
2093
2094         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2095           corrected typos...
2096         * device/include/pic16/signal.h: added USBIF
2097           and SIG_USB
2098
2099 2005-06-24 Raphael Neider <rneider AT web.de>
2100
2101         * device/lib/pic16/libdev/pic18f2455.c,
2102           device/include/pic16/pic18f2455.h: NEW
2103         * device/include/pic16/pic18fregs.h,
2104           device/lib/pic16/pics.all,
2105           src/pic16/device.c: added 18f2455
2106         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2107           device/include/pic16/{pic18f[68][567].h,usart.h}:
2108           replaced MULTIPLE_USARTS define with more relaible
2109           compatibility sfrs (for USART access)
2110
2111 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2112
2113         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2114           and the output asm file line is printed on two lines.
2115
2116 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2117
2118         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2119           BGT, BLE, BHI, and BLS instructions
2120         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2121           genCmpEq): removed
2122         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2123           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2124           fixes bug #1216342
2125         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2126
2127 2005-06-15 Raphael Neider <rneider AT web.de>
2128
2129         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2130         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2131         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2132           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2133           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2134
2135 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2136
2137         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2138           Marcel Telka in bug #1215704
2139
2140 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2141
2142         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2143           located in shared memory bank.
2144
2145 2005-05-31 Raphael Neider <rneider AT web.de>
2146
2147         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2148           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2149           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2150
2151 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2152
2153         * device/lib/_strncpy.c: fixed the fix
2154
2155 2005-05-26 Raphael Neider <rneider AT web.de>
2156
2157         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2158           initializers with \0, bug #1208187
2159         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2160           intializers with \0, bug #1208187
2161
2162 2005-05-26 Raphael Neider <rneider AT web.de>
2163
2164         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2165           initializers with \0, bug #1208187
2166         * src/pic16/main.c (_process_pragma): added sanity checks
2167           for stack position and size, emit warnings when appropriate
2168
2169 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2170
2171         * device/lib/_strncpy.c: fixed not filling with \0
2172
2173 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2174
2175         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2176           createFunction),
2177         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2178           compound_statement),
2179         * src/SDCCsymt.h,
2180         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2181
2182 2005-05-24 Raphael Neider <rneider AT web.de>
2183
2184         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2185
2186 2005-05-24 Raphael Neider <rneider AT web.de>
2187
2188         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2189           TRISE definitions, closes bug #1162453
2190
2191 2005-05-22 Raphael Neider <rneider AT web.de>
2192
2193         * src/pic16/main.c (_process_pragma): check for missing
2194           arguments to pragmas code and udata
2195         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2196           consistency fixes to match other headers (thanks to Jim Paris)
2197         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2198
2199 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2200
2201         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2202
2203 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2204
2205         * support/regression/tests/bug1198642.c: new test
2206         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2207         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2208         * support/scripts/resource.h,
2209         * support/scripts/resource.rc,
2210         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2211         * support/scripts/sdcc.ico: added 32x32 icon
2212
2213 2005-05-18 Raphael Neider <rneider AT web.de>
2214
2215         * device/lib/pic16/libdev/pic18f*.c,
2216         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2217           keywords to "__sfr" and "__at (X)"
2218         * device/include/pic16/pic18fregs.h: added pic18f4520
2219         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2220           #1203088 (MPLAB compatibility)
2221
2222 2005-05-17 Raphael Neider <rneider AT web.de>
2223
2224         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2225         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2226         * device/lib/pic16/pics.all: added new devices
2227         * src/pic16/device.c: added support for pic18f4520
2228
2229 2005-05-16 Raphael Neider <rneider AT web.de>
2230         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2231         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2232         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2233           convenience function for bit access
2234
2235 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2236
2237         * device/lib/printf_large.c: fixed bug 1193299
2238         * support/regression/tests/bug1057979.c: added test %3.3s
2239
2240 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2241
2242         * device/include/mcs51/8051.h,
2243         * device/include/mcs51/8052.h: made parseable with lint
2244         * device/include/mcs51/lint.h: added include file for (sp)lint
2245         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2246         * doc/cdbfileformat.lyx,
2247         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2248
2249 2005-05-14 Raphael Neider <rneider AT web.de>
2250
2251         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2252         * device/lib/pic16/libc/stdlib/itoa.c (new)
2253         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2254         * device/lib/pic16/libio/Makefile: exclude subdir according to
2255           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2256         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2257         * src/pic16/gen.c (genFunction): prevent annoying warning
2258         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2259           nameclashes on BeOS
2260         * support/cpp2/cppmain.c (cpp_output_string): new
2261         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2262           fixes bug 1116802
2263
2264 2005-05-13 Borut Razem <borut.razem AT siol.net>
2265
2266         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2267
2268 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2269
2270         * .version: changed to version 2.5.1; back to bleeding edge development
2271
2272 2005-05-11 Borut Razem <borut.razem AT siol.net>
2273
2274         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2275           generate PDF version 1.3 documents
2276
2277 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2278
2279         * .version: changed to version 2.5.0
2280
2281 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2282
2283         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2284
2285 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2286
2287         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2288         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2289         well as many smaller updates.
2290         * .version: changed to version 2.5.0-pre1
2291
2292 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2293
2294         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2295
2296 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2297
2298         * support/regression/tests/bug1185672.c: added
2299         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2300           bug 1185672
2301         * src/mcs51/gen.c (genCall): added comments, made it look safer
2302         * src/mcs51/gen.c (genEndFunction): simplified
2303
2304 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2305
2306         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2307
2308 2005-04-14 Borut Razem <borut.razem AT siol.net>
2309
2310         * fixed bug 1045046 - SIGSEGV with really simple code?:
2311           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2312           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2313
2314 2005-04-14 Borut Razem <borut.razem AT siol.net>
2315
2316         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2317           src/pic16/device.h: temporarily disabled experimental #inline pragma
2318           for 2.5.0 release
2319
2320 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2321
2322         * device/include/z80/stdio.h,
2323         * device/include/z80/string.h: removed these highly incomplete files so
2324           SDCC can use the default ones in device/include/
2325
2326 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2327
2328         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2329         gcc warning.
2330         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2331         fix sdcpp warnings.
2332
2333 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2334
2335         * device/include/malloc.h: removed redundant __reentrant prototypes
2336         * device/lib/_mullong.c: added working xstack variant in asm (C version
2337           doesn't pass regression tests)
2338         * device/lib/bpx.c: used __data and made bpx char for mcs51
2339         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2340           (createFunction): fixed bug with xstackPtr
2341         * src/SDCCcse.c: corrected comments
2342         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2343           (killDeadCode, eBBlockFromiCode): removed unused code
2344         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2345           corrected comments
2346         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2347           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2348           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2349           (genModOneByte): fixed warning in MSVC
2350         * src/mcs51/main.c (): added comments
2351         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2352
2353 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2354
2355         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2356
2357 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2358
2359         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2360
2361 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2362
2363         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2364         characters arrays of larger size than the declared one.
2365
2366 2005-04-10 Borut Razem <borut.razem AT siol.net>
2367
2368         * src/pic/gen.c (genInline),
2369           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2370           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2371           (findNextInstruction), (findPrevInstruction),
2372           (findInstructionUsingLabel),
2373           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2374         * src/pic/pcode.c (findLabel): added missing '\n'
2375         * src/src.dsp: added SDCCdwarf2.c to the project
2376
2377 2005-04-09 Borut Razem <borut.razem AT siol.net>
2378
2379         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2380
2381 2005-04-08 Raphael Neider <rneider AT web.de>
2382
2383         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2384           into the chain after a given one) and mergeDefmapSymbols (combine
2385           defmap entries for each symbol per pcode)
2386         * (createDefmap): have defmap entries merged in the end
2387         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2388           a symbol before replacing one access type's symbol, merge symbols in
2389           the end (replacement symbol might already have an entry)
2390         * (assignValnums): keep reference to written WREG intact
2391
2392 2005-04-08 Raphael Neider <rneider AT web.de>
2393
2394         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2395           Alpha)
2396
2397 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2398
2399         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2400         bytes
2401
2402 2005-04-07 Raphael Neider <rneider AT web.de>
2403
2404         * device/include/pic16/usart.h: added compatibility defines for
2405           devices with more than one USART
2406         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2407
2408 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2409
2410         * device/lib/Makefile.in: updated for port specific include
2411
2412 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2413
2414         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2415
2416 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2417
2418         * device/include/8051.h,
2419         * device/include/8052.h,
2420         * device/include/at89S8252.h,
2421         * device/include/at89c55.h,
2422         * device/include/at89x051.h,
2423         * device/include/at89x51.h,
2424         * device/include/at89x52.h,
2425         * device/include/mcs51reg.h,
2426         * device/include/reg51.h,
2427         * device/include/reg764.h,
2428         * device/include/regc515c.h,
2429         * device/include/sab80515.h: (re)moved these 12 files
2430         * device/include/mcs51/8051.h,
2431         * device/include/mcs51/8052.h,
2432         * device/include/mcs51/at89S8252.h,
2433         * device/include/mcs51/at89c55.h,
2434         * device/include/mcs51/at89x051.h,
2435         * device/include/mcs51/at89x51.h,
2436         * device/include/mcs51/at89x52.h,
2437         * device/include/mcs51/mcs51reg.h,
2438         * device/include/mcs51/reg51.h,
2439         * device/include/mcs51/reg764.h,
2440         * device/include/mcs51/regc515c.h,
2441         * device/include/mcs51/sab80515.h: and added them here
2442
2443 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2444
2445         * device/include/stdarg.h: changed SDCC specific keywords to double
2446           underlined form.
2447         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2448           mcs51 and ds390.
2449         * device/include/hc08/mc68hc908gp32.h,
2450         * device/include/hc08/mc68hc908jb8.h,
2451         * device/include/hc08/mc68hc908jkjl.h,
2452         * device/include/hc08/mc68hc908qy.h: fixed comments
2453         * device/include/mcs51/README: updated
2454         * device/include/mcs51/c8051f120.h: added PINRSF
2455         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2456         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2457           amidst code. Also inline is not supported.
2458
2459 2005-04-06 Raphael Neider <rneider AT web.de>
2460
2461         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2462         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2463           callers stack/frame pointers
2464
2465 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2466
2467         * device/include/pic16/usart.h: added, missing in previous commit,
2468         * device/include/pic16/adc.h: fixed typo,
2469         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2470         commit,
2471         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2472         <p18fxxx.inc>
2473         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2474         uninitialized because a bug appears with gplink
2475         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2476         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2477         complains for unrecognised option
2478
2479 2005-04-05 Raphael Neider <rneider AT web.de>
2480
2481         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2482           structs as well (using memcpy)
2483         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2484           on ISRs (GOTO has no label)
2485         * src/pic16/device.h: added OF_OPTIMIZE_DF
2486         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2487           new data flow analysis/optimization
2488         * src/pic16/pcode.c: added (prototypes for and implementation of)
2489           dataflow analysis functions, fixed pCodeInstructions' inCond and
2490           outCond values, made RCALL a branch instruction
2491         * (pic16_unlinkpCode): keep C line if possible
2492         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2493           C line moved if possible
2494         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2495         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2496           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2497         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2498           new flow)
2499         * (pic16_getJumptabpCode): NEW, needed in...
2500         * (LinkFlow): fixed handling of jumptables, calls and conditional
2501           branches
2502         * (pic16_InsertCommentAfter): NEW
2503         * (pic16_pCodeReplace): made verbose and flow preserving
2504         * (AnalyzeFlow): added call to data flow analysis
2505         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2506         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2507         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2508
2509 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2510
2511         * src/SDCCast.c (decorateType): fixed bug #1105626
2512
2513 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2514
2515         * device/include/asm/pic16/features.h,
2516         * pic18f*.h headers,
2517         * device/include/pic16/adc.h,
2518         * device/include/pic16/delay.h,
2519         * device/include/pic16/i2c.h,
2520         * device/include/pic16/malloc.h,
2521         * device/include/pic16/stdio.h,
2522         * device/include/pic16/stdlib.h,
2523         * device/include/pic16/string.h,
2524         * device/lib/pic16/libc/stdio/printf_tiny.c,
2525         * device/lib/pic16/libc/stdio/printf_small.c,
2526         * device/lib/pic16/libc/stdio/strmgpsim.c,
2527         * device/lib/pic16/libc/stdio/strmmssp.c,
2528         * device/lib/pic16/libc/stdio/strmusart.c,
2529         * device/lib/pic16/libc/stdio/vfprintf.c,
2530         * device/lib/pic16/libc/stdlib/ltoa.c,
2531         * device/lib/pic16/libc/stdlib/putchar.c,
2532         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2533         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2534         * device/lib/pic16/libc/stdlib/memchrram.c,
2535         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2536         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2537         * device/lib/pic16/libio/adc/adcbusy.c,
2538         * device/lib/pic16/libio/adc/adcread.c,
2539         * device/lib/pic16/libio/adc/adcsetch.c,
2540         * device/lib/pic16/libio/usart/ubaud.c,
2541         * device/lib/pic16/libio/usart/ubusy.c,
2542         * device/lib/pic16/libio/usart/udrdy.c,
2543         * device/lib/pic16/libio/usart/uopen.c,
2544         * device/lib/pic16/libio/usart/uputc.c,
2545         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2546         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2547         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2548         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2549         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2550         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2551         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2552         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2553         specific keywords to double underlined form,
2554         * device/lib/pic16/libc/Makefile.rules,
2555         * device/lib/pic16/libsdcc/Makefile.rules,
2556         * device/lib/pic16/libm/Makefile,
2557         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2558         to compile with C standard set in Makefile.common
2559         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2560         rand.c and crc.c in compilation process,
2561         * device/lib/pic16/libsdcc/int/divuint.c,
2562         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2563         `c' from signed to unsigned,
2564         * device/lib/pic16/startup/crt0.c,
2565         * device/lib/pic16/startup/crt0i.c,
2566         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2567         keywords to double underlined form, bug fixes in _do_cinit function
2568         which prevented the correct initialization of the .idata segment,
2569         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2570         core to enter a infinite loop
2571         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2572
2573 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2574
2575         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2576
2577 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2578
2579         * device/include/Makefile.in: add support for hc08 subdirectory
2580         * device/include/hc08/: new subdirectory
2581         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2582         Lucas Loizaga, thanks!
2583         * device/include/hc08/mc68hc908qy.h,
2584         * device/include/hc08/mc68hc908gp32.h,
2585         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2586         their own directory. Changed internal macro names to use the compiler
2587         reserved namespace. Changed SDCC specific keywords to double
2588         underlined form.
2589         * device/include/math.h,
2590         * device/include/malloc.h,
2591         * device/include/stdarg.h,
2592         * device/include/stdbool.h
2593         * device/include/string.h,
2594         * device/include/tinibios.h,
2595         * device/include/ds400rom.h,
2596         * device/include/8051.h,
2597         * device/include/8052.h,
2598         * device/include/80c51xa.h,
2599         * device/include/at89c55.h,
2600         * device/include/at89S8252.h,
2601         * device/include/at89x51.h,
2602         * device/include/at89x52.h,
2603         * device/include/ds80c390.h,
2604         * device/include/reg764.h,
2605         * device/include/regc515c.h,
2606         * device/include/sab80515.h,
2607         * device/include/mcs51/c8051f000.h,
2608         * device/include/mcs51/c8051f018.h,
2609         * device/include/mcs51/c8051f020.h,
2610         * device/include/mcs51/c8051f040.h,
2611         * device/include/mcs51/c8051f060.h,
2612         * device/include/mcs51/c8051f120.h,
2613         * device/include/mcs51/c8051f300.h,
2614         * device/include/mcs51/c8051f310.h,
2615         * device/include/mcs51/c8051f320.h,
2616         * device/include/mcs51/c8051f330.h,
2617         * device/include/mcs51/c8051f350.h,
2618         * device/include/z180.h: Changed SDCC specific keywords to double
2619         underlined form.
2620
2621 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2622
2623         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2624         18F4455,
2625         * (pic16_assignConfigWordValue): disable testing of configuration
2626         register value with config mask,
2627         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2628         function with port->fun_prefix,
2629         * (genFunction): when generating a naked interrupt function never
2630         create an absolute segment placed in interrupt vector address, place
2631         the actual interrupt function at IVA instead, when an interrupt
2632         function is generated with unspecified interrupt then do not create
2633         the absolute section,
2634         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2635         code for generating a call to generic pointer get/put function with
2636         a call to function pic16_callGenericPointer(),
2637         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2638         the call to the generic pointer get/put functions with prefixing the
2639         function name with port->fun_prefix,
2640         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2641         * src/pic16/main.c (_process_pragma): prefix function with
2642         port->fun_prefix,
2643         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2644         calling assembler, old 18Fxxxx macro is deprecated,
2645         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2646         PC_ASMDIR in while condition,
2647         * (findInstruction): add PC_ASMDIR in while condition,
2648         * (buildCallTree): prefix main with port->fun_prefix,
2649         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2650         identifier for variable with banked access in instructions BTFSS,
2651         BTFSC, BCF, BSF, BTG
2652         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2653         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2654         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2655         perform optimization when enviroment variable NO_REG_OPT is set,
2656         * (insideLRBlock): NEW, return 1 if register is inside an
2657         INF_LOCALREGS block,
2658         * (RemoveRegFromLRBlock): remove a register that is completely
2659         eliminated by register optimization, but it is still left in local
2660         register store/restore in/from stack block,
2661         * (Remove2pcodes): after removing register, check to see if it
2662         should be removed from local register store/restore in/from stack
2663         block,
2664         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2665         DUMMY_READ_VOLATILE,
2666
2667         * device/include/pic16/adc.h: minor prototype modifications and
2668         update,
2669         * device/include/pic16/malloc.h: added GPL notice various
2670         modifications,
2671         * device/include/pic16/stdint.h: NEW, standard header for ints
2672         * device/include/pic16/delay.h: NEW, header for delay functions,
2673         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2674         delay1mtcy,
2675         * device/include/pic16/signal.h: NEW, header providing helper macros
2676         for implementing signal handlers,
2677         * device/include/pic16/stdio.h: added prototypes for functions,
2678         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2679         prototypes for stdin and stdout, added macro PUTCHAR to
2680         automatically implement putchar function prototype,
2681         * device/include/pic16/usart.h: modified and updated USART library,
2682         * device/lib/pic16/libio/adc/,
2683         * device/lib/pic16/libio/i2c: some modifications to improve library
2684         performance,
2685         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2686         family of functions,
2687         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2688         family of functions and other sources,
2689         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2690         of the PIC18Fxx[28] devices,
2691         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2692         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2693         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2694         _do_cinit function, because the previous failed when local variables
2695         where not placed in the same memory bank,
2696         * device/lib/pic16/libsdcc/char/: various modifications to improve
2697         library performance,
2698         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2699         information on the new functions of the c library and more...
2700
2701 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2702
2703         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2704
2705 2005-03-26 Raphael Neider <rneider AT web.de>
2706
2707         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2708           if condition == CARRY)
2709         * (genCmp): adapted to new genSkipc semantics
2710         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2711           on rIfx (genCmp was broken)
2712
2713 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2714
2715         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2716         * src/z80/main.c (_keywords[]),
2717         * src/SDCCglobal.h (struct options),
2718         * src/SDCC.y,
2719         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2720         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2721         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2722         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2723         always available in leading double underscore form. The C99 support is
2724         mostly missing, but it's a start.
2725         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2726         reserved identifier "__data".
2727
2728 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2729
2730         * src/mcs51/peeph.def: fixed bug 1170013
2731
2732 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2733
2734         * device/include/mcs51reg.h: fixed bug 842007
2735
2736 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2737
2738         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2739         last time.
2740
2741 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2742
2743         * src/port.h (struct PORT),
2744         * src/avr/ralloc.c (avr_assignRegisters),
2745         * src/avr/main.c,
2746         * src/ds390/ralloc.c (ds390_assignRegisters),
2747         * src/ds390/main.c,
2748         * src/hc08/ralloc.c (hc08_assignRegisters),
2749         * src/hc08/main.c,
2750         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2751         * src/mcs51/main.c,
2752         * src/pic/ralloc.c (pic14_assignRegisters),
2753         * src/pic/main.c,
2754         * src/pic16/ralloc.c (pic16_assignRegisters),
2755         * src/pic16/main.c,
2756         * src/xa51/ralloc.c (xa51_assignRegisters),
2757         * src/xa51/main.c,
2758         * src/z80/ralloc.c (z80_assignRegisters),
2759         * src/z80/ralloc.h,
2760         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2761         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2762         * src/SDCCcse.h,
2763         * src/SDCCdflow.c (computeDataFlow),
2764         * src/SDCCdflow.h,
2765         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2766         * src/SDCCloop.h,
2767         * src/SDCCcflow.c (*),
2768         * src/SDCCcflow.h,
2769         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2770         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2771         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2772         immedDom() returning wrong block; probably fixes bug #1160833)
2773
2774 2005-03-20 Borut Razem <borut.razem AT siol.net>
2775
2776         * support/scripts/inc2h.pl: WIN32 port
2777
2778 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2779
2780         * device/lib/makefile.in: added abs.c and labs.c
2781
2782 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2783
2784         * device/include/stdint.h: added
2785         * device/lib/abs.c: added
2786         * device/lib/labs.c: added
2787         * device/include/stdlib.h: added abs() and labs() prototypes
2788         * device/lib/libsdcc.lib: added abs and labs
2789         * device/include/float.h,
2790         * device/lib/_fsmul.c,
2791         * device/lib/printf_fast.c,
2792         * device/lib/printf_tiny.c: updated comments
2793
2794 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2795
2796         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2797         bug #1164313
2798
2799 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2800
2801         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2802         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2803
2804 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2805
2806         * device/lib/printf_large.c: removed inline assembly for portability and
2807           readability. Use printf_fast if speed or size are more important.
2808         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2809         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2810
2811 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2812
2813         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2814         prevent compiler warning
2815
2816 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2817
2818         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2819         moved to level 0 and declared as static. Also they are explicit
2820         placed in access bank. This was necessery because some times they
2821         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2822         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2823         optimizations. Currently only compare to unsigned char is implemented,
2824         * src/pic16/gen.c: added fReturnIdx array,
2825         * (struct resolvedIfx) is moved to gen.h and made public,
2826         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2827         * (aopForSym): added an optimization to directly store in stack of
2828         the operand of a SEND iCode,
2829         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2830         but as registers instead (AOP_REG) using the fReturnIdx array,
2831         * (pic16_freeAsmop): remove the freed register from the
2832         _G.sregsAlloc field,
2833         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2834         a compare of 'WREG',
2835         * (pic16_popGetTempRegCond): changed function prototype, now
2836         function takes also a bitVector argument v which holds the current
2837         set of registers that are allocated for stack access by aopForSym,
2838         registers allocated in aopForSym for accessing stack symbols are not
2839         any more part of the functions usedRegs field,
2840         * (genCall): some times aopOp is called for a stack variable to be
2841         send, aopForSym might perform the push, if this is true make sure
2842         that genCall doesn't push the variable twice by testing _G.resDirect,
2843         * (genFunction): changed testing for unspecified interrupt number
2844         from 256 to INTNO_UNSPEC,
2845         * modified selection scheme of frame pointer generation. Previously
2846         if function did use local registers a frame pointer was generated,
2847         now a frame pointer is generated only if function has arguments
2848         (that need PLUSW2 register access), or has stack arguments, or the
2849         compiler is not instructed to omit the frame pointer,
2850         * (genEndFunction): before restoring local registers that were saved
2851         in the function preamble, also restore the registers that *might*
2852         have been allocated for stack access,
2853         * (genRet): removed some old comments,
2854         * (genCmp, the active (RN's) version): added a call to the
2855         pic16_genCmp_special function to perform the compare with a more
2856         robust and optimized way,
2857         * (genInline): a feature has been added in inline code generation,
2858         which allows a wildcard variable substitution when writing inline
2859         assembly. Code is incomplete and experimental therefore undocumented,
2860         * (genCast): changed order of aopOp for result and right to allow
2861         aopForSym to directly load the result if possible,
2862         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2863         perform an optimized compare on some selected special occasions,
2864         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2865         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2866         generate an IVT any more,
2867         * src/pic16/main.c (pic16_optionsTable): added command line option
2868         --optimize-cmp,
2869         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2870         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2871         macros,
2872         * src/pic16/NOTES: Raphael Neider added in list of active developers
2873         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2874         jumptable_end to prevent bug #,
2875         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2876         inCond and outCond fields,
2877         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2878         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2879         turn off register spilling,
2880         * (packRegsForOneUse): synced with other ports' versions although it
2881         is not used currently,
2882         * (pic16_packRegisters): added an optimization while reading
2883         structure bitfields, some registers may be saved (malloc code is
2884         decreased by 80 bytes)
2885
2886 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2887
2888         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2889         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2890         this can be optimized more?
2891
2892 2005-03-10 Raphael Neider <rneider AT web.de>
2893
2894         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2895           genNearPointerGet): (hopefully) fixed access to bitfields via
2896           pointers (p->bitN = x; and x = p->bitN; failed)
2897
2898 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2899
2900         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2901
2902 2005-03-09 Raphael Neider <rneider AT web.de>
2903
2904         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2905
2906 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2907
2908         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2909         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2910           (regTypeNum): set REG_BIT type if necessary
2911         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2912         * support/regression/tests/critical.c: check bug 1144613
2913
2914 2005-03-02 Raphael Neider <rneider AT web.de>
2915
2916         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2917
2918 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2919
2920         * src/avr/ralloc.c (serialRegAssign),
2921         * src/ds390/ralloc.c (serialRegAssign),
2922         * src/hc08/ralloc.c (serialRegAssign),
2923         * src/mcs51/ralloc.c (serialRegAssign),
2924         * src/pic/ralloc.c (serialRegAssign),
2925         * src/pic16/ralloc.c (serialRegAssign),
2926         * src/xa51/ralloc.c (serialRegAssign),
2927         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2928
2929 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2930
2931         * src/SDCCast.c (decorateType): fixed bug 1124787
2932
2933 2005-02-20 Hubert Sack <sack AT digiplan.de>
2934         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2935
2936         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2937         patch #1121755
2938
2939 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2940
2941         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2942         to keep the correct label reference count when adding/removing references
2943         to labels. A peephole file using this is appended to patch #1144962.
2944
2945 2005-02-14 Raphael Neider <rneider AT web.de>
2946
2947         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2948         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2949         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2950           retrievals of result operand's value on assignment
2951
2952 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2953
2954         * device/include/pic16/string.h: modified prototype for memccpy()
2955         to memccpy(void *, void *, char, size_t)
2956         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2957         check whether to omit frame pointer or not,
2958         * (genInline): convert all occurences of "\n" to LF in inline
2959         assembler blocks, this helps formatting the inline text,
2960         * (pic16_loadFSR0): modified prototype,
2961         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2962         removed some 8051 legacy code,
2963         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2964         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2965         before allocating temporary registers in functions,
2966
2967 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2968
2969         * support/regression/tests/bitvars.c: corrected the "fix"
2970
2971 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2972
2973         * support/regression/tests/bitvars.c,
2974         * support/regression/tests/bitwise.c,
2975         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2976
2977 2005-02-10 Raphael Neider <rneider AT web.de>
2978
2979         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2980           different size for Alpha
2981         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2982
2983 2005-02-09 Raphael Neider <rneider AT web.de>
2984
2985         * src/SDCC.lex(doPragma) : save and restore warning options as well
2986           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2987         * have #pragma less_pedantic set the errorlevel to WARNING
2988           (fixes #1117001)
2989         * (cloneOptimize) : fixed wrong malloc's size
2990         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2991           facilitate correct handling of #pragma (save|restore)
2992
2993 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2994
2995         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2996
2997 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2998
2999         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3000
3001 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3002
3003         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3004
3005 2005-02-02 Raphael Neider <rneider AT web.de>
3006
3007         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3008         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3009         * (pic16_storeForReturn): fixed to allow returning function pointers
3010         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3011         * device/include/pic16/{stddef.h,stdbool.h}: added
3012
3013 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3014
3015         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3016
3017 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3018
3019         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3020         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3021          appeared to be required
3022
3023 2005-01-31 Borut Razem <borut.razem AT siol.net>
3024
3025         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3026           include/mcs51 and include/z80 directories to the package
3027
3028 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3029
3030         * src/hc08/gen.c (genFunction): fixed bug #1112752
3031
3032 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3033
3034         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3035
3036 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3037
3038         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3039
3040 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3041
3042         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3043
3044 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3045
3046         * device/include/c8051fxxx.h: removed these 6 files
3047         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3048
3049 2005-01-26 Raphael Neider <rneider AT web.de>
3050
3051         * src/pic16/gen.c (genAssign): fixed assignment from longs
3052           in codespace (were cut to three bytes)
3053         * (genDummyRead): implemented (except for CODESPACE...),
3054           fixed bug #1108575
3055         * src/pic16/glue.c (emitStatistics): beautified
3056         * device/lib/pic16/libm/Makefile: added include path
3057
3058 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3059
3060         * src/z80/gen.c (aopPut): fixed bug #1103902
3061
3062 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3063
3064         * device/lib/expf.c: fixed bug #1095792
3065
3066 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3067
3068         * device/lib/pic16/libm: added Math library sources
3069
3070 2005-01-24 Raphael Neider <rneider AT web.de>
3071
3072         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3073           to enable upcast to pCodeOpReg2 (there is no type tag to
3074           differenciate the two and pic16_popGet2p cast into PCOR2)
3075         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3076           (sizeof(sectNames) changed to sizeof(sectName))
3077           Both patches fix segfaults under MinGW.
3078
3079 2005-01-23 Raphael Neider <rneider AT web.de>
3080
3081         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3082           Safe_[mc]?alloc()'ed variables
3083         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3084           of (byte sized) temporaries (assign them to WREG for now)
3085         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3086           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3087           this might fix SIGSEGVs on MinGW...
3088         * src/SDCCopt.c (killDeadCode): restored original behaviour
3089           (volatile operands might get thrown away though)
3090
3091 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3092
3093         * src/pic16/gen.c: fixed bug #1106975,
3094         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3095         pointer update, INTCON is saved, global interrupts are disabled and
3096         restored after updateing TOS.
3097         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3098         * added function attribute 'shadowregs' to take advantage of shadow
3099         registers,
3100         * added function attribute 'wparam' as an alternative to the wparam
3101         pragma,
3102         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3103         user declares a non-ISR function as 'shadowregs',
3104         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3105
3106 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3107
3108         * .version: bumped version number to 2.4.8
3109         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3110         pic16 port,
3111         * device/lib/pic16/libio/i2c/: I2C module support library,
3112         * device/include/pic16/i2c.h: I2C support library header,
3113         * device/lib/pic16/libc/stdio/: standard IO support sources,
3114         * (printf_small.c): printf_small() source, supports float print,
3115         * (printf_tiny.c): printf_tiny() source, does not support floats,
3116         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3117         enable global optimizations for entire library source, other
3118         Makefiles in the source tree are also modified to reflect this,
3119         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3120         function,
3121         * doc/sdccman.lyx: updated to reflect new changes,
3122         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3123         sym->onStack if-case,
3124         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3125         sbit, idata, _idata, xdata, _xdata,
3126         * added pragma library, to link an external library, (see doc),
3127         * removed command line options, --pomit-config-words, --pomit-ivt,
3128         --pleave-reset-vector,
3129         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3130         when calling assembler to reflect memory model used, also define
3131         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3132         reflect stack model used,
3133         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3134         on stack return NULL,
3135
3136 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3137
3138         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3139           of the operands is volatile. Fixes #1020220
3140
3141 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3142
3143         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3144         * (OptimizeRegUsage): make sure that there is really no other flow where
3145           the first pCode is used
3146
3147 2005-01-22 Raphael Neider <rneider AT web.de>
3148
3149         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3150           to fix #1106967 (pCode->seq are not set up correctly)
3151
3152 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3153
3154         * src/SDCCglue.c (glue): make sure code area is declared before the
3155         static initialization area.
3156
3157 2005-01-21 Raphael Neider <rneider AT web.de>
3158
3159         * device/lib/Makefile.in: fixed test for pic16 install dir
3160         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3161           optimizations
3162         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3163           added --optimize-goto compiler switch and pragma wparam documentation
3164         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3165         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3166           and PRODH closing bug #1071770 (peephole optimizer)
3167
3168 2005-01-19 Raphael Neider <rneider AT web.de>
3169
3170         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3171           cmdLine buffers (used when calling sdcpp...) are large enough
3172           (MAX_PATH=256 truncates arguments leading to system halts when
3173           used in MinGW...)
3174         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3175         * (genUminus): rewritten to for efficiency
3176         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3177           used uninitialized in some cases)
3178         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3179           copy the third byte from the int -- now assumes 0x80 (data memory)
3180         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3181           operands (genAddLit expects the iCode's operands to swapped as
3182           well), fixed leftover bytes (crashed for short left operands)
3183         * (pic16_genMinusDec): performance improvements, removed false
3184           PIC14 emitSKPNCs
3185         * (pic16_genMinus): fixed to cope with differently sized operands
3186         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3187           for --obanksel > 1
3188         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3189         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3190           new banksel optimization
3191         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3192           analysis for temporary registers (segfaults...)
3193         * src/pic16/peeph.def: added rule
3194
3195 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3196
3197         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3198         which converts a float number to its ASCII representation
3199         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3200         functions to convert the fractional and integer part of a float to ASCII,
3201         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3202         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3203         ram
3204         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3205         _STATMEM macros,
3206         * device/include/pic16/adc.h: added GPL info,
3207         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3208         a pCodeOp as tested operand,
3209         * (genNearPointerGet): optimized bit testing, does not use
3210         intermediate register for bit value, test directly instead with
3211         BTFSS, BTFSC, works only for single bits,
3212         * (genpic16Code): dump the name of the iCode in the asm,
3213         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3214         renamed to pic16_decodeOp,
3215         * (serialRegAssign): do not allocate a temporary register for iCode
3216         sequences that test a single bit for 1/0
3217
3218 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3219
3220         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3221         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3222         access stack and frame pointers. They are initially assigned to
3223         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3224         accessing SFRs. Updated all occurences of modification of stack or
3225         frame pointer in gen.c and pcode.c,
3226         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3227         assigning of a literal value to pointers,
3228         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3229         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3230         selected
3231
3232 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3233
3234         * doc/sdccman.lyx: update documentation about stack pragma, added
3235         some info for stack memory models
3236
3237 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3238
3239         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3240
3241 2005-01-08 Raphael Neider <rneider AT web.de>
3242
3243         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3244           udata sections to fix bug #1097823
3245
3246 2005-01-05 Raphael Neider <rneider AT web.de>
3247
3248         * src/pic16/gen.c (genGenericShift): added handling of differently
3249           sized left operand and result
3250
3251 2005-01-04 Raphael Neider <rneider AT web.de>
3252
3253         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3254         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3255           to hold the condition bit)
3256         * added new version of genCmp (old code available via #define)
3257         * added new version of genShiftLeft/genShiftRight in a generic
3258           way, now supports shifting by negative values
3259         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3260           shiftCount (expected by genGenericShift)
3261         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3262         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3263           dump
3264         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3265           is an invalid literal too...)
3266
3267 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3268
3269         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3270         from Raphael Neider,
3271         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3272         for 8-bit literals. This fixes some literal operands which are sign
3273         extended to 16-bits ints when instruction needs only 8-bits.
3274
3275 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3276
3277         * device/lib/logf.c: added mcs51 assembly version
3278         * device/lib/expf.c: added mcs51 assembly version
3279         * device/lib/_logexpf.c: new shared asm code for expf and logf
3280         * device/include/math.h: add defines for assembly math library
3281         * device/lib/Makefile.in: build new _logexpf.c
3282         * device/lib/libfloat.lib: use new _logexpf.c
3283
3284 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3285
3286         * src/pic/device.c
3287         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3288           device types which have less than 0x7f registers.
3289
3290 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3291
3292         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3293
3294 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3295
3296         * device/lib/printf_fast.c: only build on supported arch.
3297         * device/lib/printf_tiny.c: only build on supported arch.
3298         * device/lib/printf_fast_f.c: only build if asm float lib
3299         * device/lib/_fsget1arg.c: only build if asm float lib
3300         * device/lib/_fsget2args.c: only build if asm float lib
3301         * device/lib/_fsnormalize.c: only build if asm float lib
3302         * device/lib/_fsreturnval.c: only build if asm float lib
3303         * device/lib/_fsrshift.c: only build if asm float lib
3304         * device/lib/_fsswapargs.c: only build if asm float lib
3305         * device/include/stdio.h: don't provide print_fast,
3306           print_fast_f, print_tiny prototypes if --xstack used
3307
3308 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3309
3310         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3311         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3312           to the SOURCES
3313
3314 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3315
3316         * device/lib/printf_fast_f.c: same as printf_fast, but
3317           with floating point enabled
3318         * device/lib/printf_fast.c: minor tweaks
3319         * device/include/stdio.h: add printf_fast_f
3320
3321 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3322
3323         * src/SDCCmain.c: make --float-reent default for mcs51
3324         * device/lib/_fsadd.c: added mcs51 assembly version
3325         * device/lib/_fssub.c: added mcs51 assembly version
3326         * device/lib/_fsmul.c: added mcs51 assembly version
3327         * device/lib/_fsdiv.c: added mcs51 assembly version
3328         * device/lib/_fseq.c: added mcs51 assembly version
3329         * device/lib/_fsneq.c: added mcs51 assembly version
3330         * device/lib/_fsgt.c: added mcs51 assembly version
3331         * device/lib/_fslt.c: added mcs51 assembly version
3332         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3333         * device/lib/Makefile.in: add _fscmp to build
3334         * device/lib/libfloat.lib: add _fscmp to build
3335
3336 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3337
3338         * device/lib/_fs2slong.c: added mcs51 assembly version
3339         * device/lib/_fs2sint.c: added mcs51 assembly version
3340         * device/lib/_fs2schar.c: added mcs51 assembly version
3341         * device/lib/_fs2ulong.c: added mcs51 assembly version
3342         * device/lib/_fs2uint.c: added mcs51 assembly version
3343         * device/lib/_fs2uchar.c: added mcs51 assembly version
3344         * device/lib/_slong2fs.c: added mcs51 assembly version
3345         * device/lib/_sint2fs.c: added mcs51 assembly version
3346         * device/lib/_schar2fs.c: added mcs51 assembly version
3347         * device/lib/_ulong2fs.c: added mcs51 assembly version
3348         * device/lib/_uint2fs.c: added mcs51 assembly version
3349         * device/lib/_uchar2fs.c: added mcs51 assembly version
3350         * device/include/float.h: added #define to select asm vs c
3351
3352 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3353
3354         * device/lib/printf_fast.c: improvements to float output
3355         * device/include/float.h: add defines for assembly float library
3356         * device/lib/_fsget1arg.c: receive 1 float arg
3357         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3358         * device/lib/_fsnormalize.c: normalize a float
3359         * device/lib/_fsreturnval.c: return float, various helper routines
3360         * device/lib/_fsrshift.c: right shift a float's mantissa
3361         * device/lib/_fsswapargs.c: swap 2 floats
3362         * device/lib/Makefile.in: build these 6 new files for mcs51
3363         * device/lib/libfloat.lib: add these 6 files to the library
3364
3365 2004-12-26 Borut Razem <borut.razem AT siol.net>
3366
3367         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3368           built by gcc 3.4.2
3369
3370 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3371
3372         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3373           and fully reentrant and register bank neutral.
3374         * device/lib/printf_fast.c: added float (not enabled by default),
3375           added compact/slower integer (also not enabled by default),
3376           improved size/speed of fast integer code, other minor changes
3377         * device/include/stdio.h, device/lib/Makefile.in,
3378           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3379
3380 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3381
3382         * src/pic16/pcode.c: declaring variables other than at the start of a
3383           block is not supported in C by VC6.
3384
3385 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3386
3387         * applied a previous patch from Raphael Neider that wasn't included
3388         in the previous commits, which fixes infinite loops within jumptable
3389         improvements,
3390         * made some fixes that previous patches introduced
3391
3392 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3393
3394         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3395         that fixes an issue with AOP_PCODE asmop's offset,
3396         * (pic16_popCopyReg): update instance field too,
3397         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3398         function of pic port,
3399         * (genCmp, genAnd, genAssign),
3400         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3401
3402 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3403
3404         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3405         variables initial values to idata section,
3406         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3407         variables in some functions. This utilizes parmBytes field of iCode
3408         structure to hold the offset of the variable in stack. (might be
3409         able to use the stack field too?)
3410         * applied patch from Raphael Neider # ### , # ###
3411         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3412         variable initial values in idata section,
3413         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3414         for static variables with initial value
3415         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3416         applied fix in while loop from Raphael Neider.
3417
3418 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3419
3420         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3421         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3422         * src/ds390/ralloc.c (serialRegAssign): spill bits
3423         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3424         * support/Util/SDCCerr.c,
3425         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3426         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3427         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3428
3429 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3430
3431         * device/include/sdcc-lib.h: inserted LGPL, added includes
3432           asm/ds390/features.h and asm/mcs51/features.h
3433         * device/include/asm/default/features.h,
3434         * device/include/asm/gbz80/features.h,
3435         * device/include/asm/z80/features.h: added empty _AUTOMEM
3436           and _STATMEM
3437         * device/include/asm/ds390/features.h,
3438         * device/include/asm/mcs51/features.h: added files with defines for
3439           _AUTOMEM and _STATMEM indicating automatic and static storage class
3440         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3441         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3442         * src/SDCCicode.c (geniCodeCast),
3443         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3444         * src/SDCCloop.c (loopInduction): removed unused variable lr
3445         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3446           to convertToFcall to include char modulo (RFE 1065037), added check
3447           if left operand is unsigned and use abs of literal value
3448         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3449           as it doesn't work after conversion from peephole.def to peephole.rul
3450         * src/mcs51/gen.c (toBoolean): added check for size,
3451           (genModOneByte): optimized code for signed char modulo a literal
3452           power of 2 (thanks to Hubert Sack),
3453           (genRRC): removed unnecessary "clr c",
3454           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3455         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3456           jump optimization,
3457           swapped rules 256.c and 256.d,
3458           extended 256.d by using new multiple checks (thanks Erik),
3459           added rules 256.e and 256.f,
3460           updated rule 261.a and 261.b to new generated code
3461         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3462
3463 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3464
3465         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3466           induction related bugs, including first part of bug #1074377
3467
3468 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3469
3470         * applied patch from bug-report #1076292,
3471         * applied patches for genAnd and Goto-optimizations for Raphael
3472         Neider,
3473         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3474         dump a less iCode information,
3475         * src/pic16/device.h (pic16_options_t): added field debgen,
3476         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3477         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3478         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3479         puclic,
3480         * (various functions): added macros FENTRY and FENTRY2 to functions,
3481         to emit function prologue,
3482         * (various functions): fixed indentation,
3483         * (genNearPointerGet): fixed loading of FSR0,
3484         * (genPackBits): applied patch from Raphael Neider to fix updating
3485         of FSR0 and touching only the modified bits,
3486         * src/pic16/genarith.c (various functions): added macros FENTRY to
3487         emit function prologue in comments,
3488         * src/pic16/pcode.h: added functions debugf2, debugf3,
3489         * src/pic16/ralloc.c: partial fix for packForPush caused
3490         segmentation fault,
3491
3492 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3493
3494         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3495           <stsp AT users.sourceforge.net> with reversed byte order
3496         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3497
3498 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3499
3500         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3501           bug #1074377
3502         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3503         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3504
3505 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3506
3507         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3508
3509 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3510
3511         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3512           conditions,
3513           (setFromConditionArgs): friendly operand parser for peephole rules,
3514           (operandBaseName, operandsNotRelated): new peephole condition
3515           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3516           architecture specific register naming into account, handles n-way
3517           comparisons, and supports quoted literals
3518         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3519
3520 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3521
3522         * src/mcs51/peeph.def: fixed bug #1076940
3523
3524 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3525
3526         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3527
3528 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3529
3530         Adding support for replacing ljmps with sjmps in jumptables
3531         generated for switch statements. For now you need to set the
3532         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3533         Now 4 algorithms for mcs51 jumptable generation are used:
3534         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3535         addresses loaded pc-relative for up to 112 cases and stack-pushing
3536         target addresses loaded with offset from dptr for up to 256 cases.
3537
3538         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3539         * src/mcs51/main.c: adapted constants for switch table generation
3540         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3541
3542 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3543
3544         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3545         * support/regression/tests/bug1057979.c: added test for bug 1073386
3546
3547 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3548
3549         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3550         compilers
3551
3552 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3553
3554         * src/pic16/device.h,
3555         * src/pic16/genarith.c,
3556         * src/pic16/glue.c,
3557         * src/pic16/main.c,
3558         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3559
3560 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3561
3562         Large cummulative patch for pic16 port.
3563         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3564         to call when a stack overflow occurs,
3565         * (malloc.h): added CVS Id tag,
3566         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3567         variable,
3568         * added libc directory. The current version of LibC contains string
3569         functions, ctype functions and macros and some functions of the
3570         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3571         be extensively tested in the future. Standard disclaimer here.
3572         Library is not automatically build yet. But one can build it by
3573         invoking 'make' inside the libc directory.
3574         * added ADC library under libio. Preliminary version yet.
3575
3576         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3577         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3578         aopForRemat() now and not by pic16_aopOp(),
3579         * (pic16_popGetTempReg): removed warning messgae when allocating
3580         temporary registers, its a buggy feature and will be removed,
3581         * (pic16_popGet): set register instance field in AOP_CRY,
3582         * (pic16_outBitC): fixed for results in size greater than 1,
3583         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3584         * (pic16_storeForReturn): optimized return of 0,
3585         * (genCmp): experimental code for new genCmp which uses PIC18's
3586         special compare&skip instructions. Initial tests fail some times
3587         with variables grater than 1 byte in size, so new code is disabled,
3588         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3589         a single bit,
3590         * (genCast): began a fix to optimize the casting of a bit to another
3591         bit, now assigning a bitfield to another bitfield will fail, sorry,
3592         * src/pic16/main.c: disabled the use of lr-support feature,
3593         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3594         * added some function prototypes, added function _debugf prototype,
3595         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3596         bits with offset (case PO_GPR_BIT),
3597         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3598         command line,
3599         * (isBankInstruction): modified to return 0 for no banking instruction,
3600         and 1 for banking instruction,
3601         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3602         caused stop processing pCodes after a inline assembly block,
3603         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3604         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3605         registers when it shouldn't,
3606         * src/pic16/ralloc.c (allocReg): add preliminary support for
3607         supporting a limited set of temporary registers,
3608
3609 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3610
3611         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3612           genDataPointerSet): ensure assignments always copy in MSB to LSB
3613           order,
3614           (loadRegFromAop): recognize CLRH optimization,
3615           (genFunction): optimize RECEIVE iCodes in reentrant functions
3616
3617 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3618
3619         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3620           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3621           selected.
3622         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3623         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3624           contiguous with data
3625
3626 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3627
3628         * device/lib/_gptrget.c (_gptrget),
3629         * device/lib/_gptrgetc.c (_gptrgetc),
3630         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3631           instead of sjmp to ret
3632         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3633           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3634
3635 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3636
3637         * .version: bumped version to 2.4.7
3638         * device/lib/_gptrget.c (_gptrget): is now _naked
3639         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3640         * device/lib/_gptrput.c (_gptrput): is now _naked
3641         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3642           (createFunction): fixed xstack
3643         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3644         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3645           or bit either,
3646           (geniCodeCritical): store original interrupt state in an iTemp bit
3647           var unless stack-auto
3648         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3649         * src/SDCCmain.c (setIncludePath): added include/target to search path
3650         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3651         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3652           prototype,
3653           (processFuncArgs): put bit vars in bit area
3654         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3655           unsaveRBank): fixed xstack,
3656           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3657           (genFunction, genEndFunction): fixed xstack,
3658           (genAssign): optimization don't walk backwards through mem
3659         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3660         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3661         * support/regression/Makefile: also make library (for stack-auto) when
3662           making "all" and added "test-mcs51-xstack-auto"
3663         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3664         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3665         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3666         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3667         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3668           make-library by MAKE_LIBRARY
3669         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3670           regression tests for xstack
3671         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3672         * support/regression/tests/critical.c: test for critical on mcs51
3673
3674 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3675
3676         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3677           built version of sdcc instead of installed version
3678
3679 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3680
3681         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3682         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3683           vprintf.c now
3684         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3685         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3686           WARNING: remove device/lib/build/z80/printf.o by hand when
3687           updating from previous build!
3688         * device/lib/z80/printf.c: updated comment
3689         * support/regression/tests/bug1057979.c: test all ports now
3690         * support/regression/tests/bug1065458.c: file added
3691
3692 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3693
3694         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3695           *_start and *_end symbols for static functions
3696
3697 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3698
3699         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3700           and search crt0.o in all library paths,
3701           (setIncludePath): proper handling of --nostdinc,
3702           (setLibPath): proper handling of --nostdlib
3703         * support/regression/Makefile,
3704         * support/regression/ports/ds390/spec.mk,
3705         * support/regression/ports/gbz80/spec.mk,
3706         * support/regression/ports/hc08/spec.mk,
3707         * support/regression/ports/mcs51/spec.mk,
3708         * support/regression/ports/mcs51-large/spec.mk,
3709         * support/regression/ports/mcs51-stack-auto/spec.mk,
3710         * support/regression/ports/z80/spec.mk: use include and lib files from
3711           built version of sdcc instead of installed version
3712         * doc/sdccman.lyx: fixed typo in --nostdinc
3713
3714 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3715
3716         * src/pic/pcode.c,
3717         * src/pic/device.c,
3718         * src/pic/ralloc.c,
3719         * src/pic/gen.c : added support to generate code for struct bit fields.
3720
3721 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3722
3723         * as/xa51/xa_version.h,
3724         * device/include/errno.h,
3725         * device/include/regc515c.h,
3726         * device/lib/_itoa.c,
3727         * device/lib/_ltoa.c,
3728         * device/lib/ser_ir_cts_rts.c,
3729         * sim/ucsim/xa.src/glob.cc,
3730         * sim/ucsim/xa.src/inst_gen.cc,
3731         * sim/ucsim/xa.src/xa_bit.cc,
3732         * sim/ucsim/xa.src/xa_sfr.cc,
3733         * sim/ucsim/z80.src/inst_dd.cc,
3734         * sim/ucsim/z80.src/inst_fdcb.cc,
3735         * support/scripts/keil2sdcc.pl,
3736         * src/pic16/pic16.dsp,
3737         * src/pic16/pic16a.dsp: corrected cvs line endings
3738         * device/lib/printf_large.c: fixed bug 1057979
3739         * src/pic16/gen.c: fixed non-C standard code
3740         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3741         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3742         * support/regression/ports/mcs51/support.c: reload T1 asap
3743         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3744           pdata use and clear idata startup behaviour
3745         * support/regression/tests/bug1057979.c: added
3746
3747 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3748
3749         * device/examples/ds390/ow390/ad26.h,
3750         * device/examples/ds390/ow390/cnt1d.h,
3751         * device/examples/ds390/ow390/crcutil.c,
3752         * device/examples/ds390/ow390/ownet.h,
3753         * device/examples/ds390/ow390/owsesu.c,
3754         * device/examples/ds390/ow390/swt12.h,
3755         * device/examples/ds390/ow390/swtoper.c,
3756         * device/examples/ds390/ow390/temp10.h,
3757         * device/examples/ds390/ow390/thermodl.c,
3758         * device/examples/ds390/tinitalk/tinitalk.dsp,
3759         * device/examples/ds390/tinitalk/tinitalk.dsw,
3760         * device/examples/mcs51/clock/hw.h,
3761         * device/examples/mcs51/simple2/go.bat,
3762         * device/examples/serialcomm/windows/serial.h,
3763         * device/examples/xa51/dummy.c,
3764         * device/examples/xa51/hello.c,
3765         * device/include/80c51xa.h,
3766         * device/include/at89x051.h: corrected cvs line endings
3767
3768 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3769
3770         * src/pic16/main.c (options): added command line --gstack, to trace
3771         stack over/under flows,
3772         * added pragma 'wparam' to allow passing first byte of function
3773         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3774         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3775         call to __gstack_test function and sets up the symbol as extern,
3776         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3777         * popaop): added call to pic16_testStackOverflow,
3778         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3779         wparamList list,
3780         * (genCall, genPcall): now all parameters are passed via stack
3781         except in functions that are pass to wparam pragma in which WREG is
3782         used too,
3783         * (genPcall): REENTRANT flag is checked to see if variable prototype
3784         contains reentrant keyword, don't call a non-reentrant function, via
3785         a reentrant function pointer or vice versa, functions are never
3786         passed via WREG,
3787         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3788         D.Winkler,
3789         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3790         SIGSEGV when accessing a NULL register stucture,
3791         * (pic16_printGPointerType): modified to handle UPPER modifier for
3792         function initializers, changed prototype of function to simpler one,
3793         * (pic16_printIvalFuncPtr): check to see if function is already
3794         added in externs list,
3795         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3796         optimized a move from W to SFR with a move to the same register
3797         later after a CALL,
3798         * device/lib/pic16/debug: NEW directory, contains debug features
3799         which are enabled when linking with libdebug.lib, currently command
3800         line option --gstack enables stack pointer tracing for over/under
3801         flow, corresponding sources are in debug/gstack
3802
3803 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3804
3805         * doc/sdccman.lyx: updated SDCC version,
3806         * (PIC16 port): update list of command line options,
3807         * src/pic16/device.h (structure pic16_options_t): added field gstack
3808         to enable stack overflow tracing on push/pops,
3809         * src/pic16/device.c (statistics structure): added statistics
3810         structure,
3811         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3812         pic16_dump_int_registers): increase statistics counters for each
3813         * variable which is encountered
3814         * (pic16_dump_usection): emit each .udata variable to its own udata
3815         section,
3816         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3817         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3818         parameters via stack, otherwise use old scheme,
3819         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3820         assembler output file,
3821         * src/pic16/main.c: added command line options --gstack to enable
3822         push/pop tracing for stack overflow,
3823         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3824         instructions): added size of each instruction,
3825         * (pic16_countInstruction): estimate size of instructions in
3826         the_pFile list, inline assembly blocks are not counted,
3827         * (pic16_FixRegisterBanking): trace previous register usage, when
3828         banksel optimizations is greater than 0, don't emit a redudant
3829         banksel directive,
3830
3831 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3832
3833         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3834         * src/pic16/ralloc.c : applied same fix for pic16.
3835         * src/pic/gen.c : tidied it up a little.
3836
3837 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3838
3839         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3840         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3841
3842 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3843
3844         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3845
3846 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3847
3848         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3849         non-reentrant function __modsint in the interrupt function (thus
3850         corrupting math operations during serial I/O)
3851         * device/lib/ser_ir.c: as above, changed buffersize
3852         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3853         256.c,d for zeroing
3854         * doc/Makefile: added option -t for rsync
3855
3856 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3857
3858         * src/SDCCast.h (struct ast),
3859         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3860
3861 2004-10-20 Borut Razem <borut.razem AT siol.net>
3862
3863         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3864         package
3865
3866 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3867
3868         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3869         makefile targets,
3870         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3871         support functions to replace long sequences of MOVFF's from access
3872         bank registers to stack and vice versa,
3873         * src/pic16/device.h: added new field opt_flags, where optimization
3874         flags can be set to enable certain features,
3875         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3876         * pBlock, (genFunction, genEndFunction): surroung loop for
3877         saving/loading used registers in stack with PC_INFO pCodes,
3878         INF_LREGS. Code in between can then be optimized by pCode optimizer
3879         to support function calls,
3880         * (genDataPointerSet): fixed bug which loaded float fields in
3881         structures with corrupt data,
3882         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3883         in a standard way debug info on stderr. Feature used for developing
3884         and debugging only,
3885         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3886         obsolete chunks of code,
3887         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3888         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3889         * pic16/src/pcode.c (pic16_newpCodeInfo,
3890         * (pic16_newpCodeOpLocalRegs),
3891         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3892         feature,
3893         * (pic16_pCodeConstString): printing of the initial value of a
3894         symbol as a comment is inhibited since parsing was already done by
3895         copyStr and output is corrupt,
3896         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3897
3898 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3899
3900         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3901
3902 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3903
3904         * as/mcs51/lkarea.c: removed old K&R style,
3905           (lnksect): changed check on boundary error,
3906           (lnksect2): changed check on boundary error,
3907           (lnksect2): extend XSTK to end of page if size = 1
3908         * as/mcs51/lkmain.c: removed old K&R style,
3909           (Areas51): create l_IRAM symbol
3910         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3911         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3912           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3913         * device/lib/_mullong.c: added version to be compiled with xstack
3914         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3915         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3916         * device/lib/mcs51/crtxstack.asm: fixed comment
3917         * src/SDCCglue.c: maxInterrupts defaults to 0,
3918           (emitMaps): added pdata,
3919           (createInterruptVect): (re)moved default,
3920           (glue): added pdata,
3921           (glue): moved __start__xstack to XSTK with default size 1
3922         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3923           and options.float_rent when options.stackAuto is set,
3924           (linkEdit): only write XDATA_NAME if provided on command line
3925         * src/SDCCmem.h,
3926         * src/SDCCmem.c: added pdata
3927         * src/port.h: added pdata_name to PORT
3928         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3929           (saveRegisters, unsaveRegisters): removed usage of B,
3930           (genMinus): fixed accumulator clash,
3931           (genJumpTab): added comment, this needs another look
3932         * src/mcs51/gen.c: added check for "B in use" paranoia,
3933           added pushB() and popB()
3934         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3935           chance
3936         * src/avr/main.c,
3937         * src/ds390/main.c,
3938         * src/hc08/main.c,
3939         * src/mcs51/main.c,
3940         * src/pic/main.c,
3941         * src/pic16/main.c,
3942         * src/xa51/main.c,
3943         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3944           added PSEG (PAG,XDATA) or NULL to port specifier
3945         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3946         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3947           (_mcs51_genInitStartup): removed __start__xstack equ,
3948           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3949         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3950         * src/z80/gen.c (_rleAppend): fixed warnings
3951         * support/regression/tests/zeropad.c: added pdata test
3952         * .version: bumped to 2.4.6
3953
3954 2004-10-17 Borut Razem <borut.razem AT siol.net>
3955
3956         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3957         as a part of nightly build
3958
3959 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3960
3961         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3962         WREG holds the first byte function parameters,
3963         * (aopForSym): take special case for symbols which are in FARSPACE
3964         but in CODESPACE too,
3965         * (assignResultValue): modified to take into account _G.useWreg,
3966         * (genCall): don't use wreg for parameter passing when function is
3967         declared as reentrant, too, added optimization INCF to stack
3968         pointer when stack parameter count is 1,
3969         * (genFunction, genEndFunction): refurnished and fixed to not using
3970         wreg for passing parameters when function has varargs or is
3971         reentrant, fixed bug with symbol name compare for generating
3972         functions in absolute address,
3973         * (pic16_storeForReturn): refurnished,
3974         * (genCmp): began writing a new version of the function, not ready
3975         yet, therefore it is disabled,
3976         * (genAssign): do not read code memory when assigning a function to
3977         a pointer function,
3978         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3979         array of characters, not pointer,
3980         * (pic16initialComments): in debug mode emit an .ident directive for
3981         the assembler,
3982         * (_process_pragma): emit a new warning type (internal to pic16)
3983         when setting stack to default length, emit a similar warning when
3984         placing a function at absolute address and address is not word aligned
3985         * (_pic16_parseOptions): added 'return TRUE' statement,
3986         * (_pic16_linkEdit): if compiling a source, then add the source's
3987         file object, first in the list of objects to link,
3988
3989 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3990
3991         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3992         * src/pic/main.c : removed VC warning.
3993         * src/pic/gen.c : changed comment.
3994
3995 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3996
3997         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3998         reference to a deprecated symbol _GPTRREG was causing failure to
3999         link. Thanks G. M. Gallant for the info.
4000
4001 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4002
4003         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4004         comments for Bugs item #954788.
4005
4006 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4007
4008         * src/pic16/device.c (pic16_dump_gsection,
4009         * pic16_groupRegistersInSection): handle symbols declared to be in
4010         access bank differently,
4011         * src/pic16/gen.c (struct _G): added field resDirect,
4012         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4013         send values read from stack directly to result and don't allocate
4014         temporary values,
4015         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4016         same registers,
4017         * (pic16_sameRegsOfs): NEW,
4018         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4019         free because they were not allocated from temporary pool,
4020         * pic16_popRegFromString): workaround to fix a problem with
4021         allocating variables twice or never,
4022         * (genGenPointerGet): using PRODL instead of FSR0H,
4023         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4024         instead of FSR0H,
4025         * (genAssign): take advantage of the _G.resDirect flag,
4026         * (genCast): around line 11844, use mov2f instead of directly
4027         MOVFF'ing between operands to account for literal values,
4028         * src/pic16/genutils.c: some new debug functions for gpsim have been
4029         added,
4030         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4031         float with integer part only,
4032         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4033         place variables in access bank
4034         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4035         updated sources to reflect recent changes in gen.c
4036
4037 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4038
4039         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4040         sources that searched for headers in installation path, now the
4041         device/include/pic16 is used,
4042         * src/pic16/glue.c (pic16glue),
4043         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4044         .line directives if not in debug mode, this suppresses assembler's
4045         warnings for ignored directives
4046
4047 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4048
4049         * src/port.h: made reset_regparms prototype void parameter explicit.
4050         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4051         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4052         * doc/sdccman.lyx: documented warning disabling and how to use
4053           printf_large to make it print floats.
4054         * device/include/stdbool.h: NEW
4055         * device/lib/_atof.c,
4056         * device/lib/_divuint.c,
4057         * device/lib/_divulong.c,
4058         * device/lib/expf.c,
4059         * device/lib/printf_large.c,
4060         * device/lib/sincosf.c,
4061         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4062         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4063           a completely reentrant lib.
4064
4065 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4066
4067         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4068         * device/include/pic16/stdio.h: fixed bug with colon
4069
4070 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4071
4072         * device/include/pic16/stdio.h,
4073         * device/include/pic16/stdlib.h,
4074         * device/include/pic16/math.h: NEW
4075         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4076         declared as _naked to reduce overhead
4077         * device/lib/Makefile.in (target port-specific-objects-pic16):
4078         changed * to *.* so to ignore the CVS directory,
4079         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4080         stacked variables back in stack,
4081         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4082         corruption
4083
4084 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4085
4086         * .version: bumped version number to 2.4.5
4087         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4088         * support/Util/SDCCerr.c (messages structure): added entry for
4089         W_POSSBUG2
4090
4091         Large cumulative patch for pic16 port and libraries.
4092         * device/include/pic16/sdcc-lib.h,
4093         * device/include/pic16/stdarg.h,
4094         * device/include/asm/pic16/features.h,
4095         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4096         * device/include/pic16/float.h: changes reentrant keyword with
4097         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4098         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4099         updated target build-libraries to include objects from gptr,
4100         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4101         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4102         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4103         all function headings,
4104         * src/SDCCmain.c: added global parameter userIncDirsSet,
4105         * (parseCmdLine): when option -I is encountered add directory to
4106         userIncDirsSet too,
4107         * src/version.awk: added space between control and long,
4108         * src/pic16/NOTES: added some notes for the port,
4109         * src/pic16/gen.c: added prototype for mov2fp function,
4110         * (fReturnpic16[]): properly named return value registers,
4111         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4112         * (aopForSym): added code to handle symbols with onStack flag set,
4113         symbols onStack are allocated PTRSIZE bytes,
4114         * (aopFreeAsmop): handles special case where asmops are stack objects,
4115         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4116         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4117         added argument lock to trace flaws in allocating temporary registers
4118         when developing port,
4119         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4120         * (pic16_popRegFromString): reenabled allocating a direct register
4121         from string,
4122         * (assignResultValue): various beautifications,
4123         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4124         referenced function argument,
4125         * (genIpush): reenabled to allow stacked arguments, handles only
4126         ic->parmPush iCodes,
4127         * (genCall, genPcall): major changes to allow for variable argument
4128         functions, fixed a bug with falsely restoring stack pointer after
4129         returning from call,
4130         * (genFunction): pending code for critical function,
4131         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4132         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4133         * (genNearPointerGet): fixed bug with indirect reading, was always
4134         reading from INDF0
4135         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4136         pointers,
4137         * (genAddrOf): rewrote code to take address of a stacked function parameter
4138         * (genCast): fixed casting to generic pointer type,
4139         * src/pic16/gen.h: added AOP_STA,
4140         * (struct asmop): added field stk,
4141         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4142         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4143         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4144         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4145         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4146         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4147         generic pointers,
4148         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4149         and library paths,
4150         * (pic16_port structure): generic pointer size is set to 3,
4151         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4152         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4153         compiler warning,
4154         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4155         operand is an iTemp,
4156
4157 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4158
4159         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4160         * debugger/mcs51/simi.c: addapt new syntax of s51
4161
4162 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4163
4164         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4165         * src/pic16/pcode.c: commented out some calls to free() in order to
4166         fix bug #989576,
4167
4168 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4169
4170         * src/SDCCicode.h,
4171         * src/SDCCicode.c (isiCodeInFunctionCall),
4172         * src/avr/ralloc.c (selectSpil),
4173         * src/pic/ralloc.c (selectSpil),
4174         * src/pic16/ralloc.c (selectSpil),
4175         * src/ds390/ralloc.c (selectSpil),
4176         * src/hc08/ralloc.c (selectSpil),
4177         * src/xa51/ralloc.c (selectSpil),
4178         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4179         stack in the middle of a function call sequence (fixes bug #1020268)
4180         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4181         costs associated with the minimum switch case.
4182
4183 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4184
4185         * src/SDCC.lex: fixed bug #1030549
4186
4187 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4188
4189         * src/SDCCcse.h (struct cseDef),
4190         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4191         over a function call if the CSE is derived from a symbol whose
4192         address has been taken (fixes bug #1029883)
4193         * support/regression/tests/bug-1029883: a new regression test for
4194         this bug
4195
4196 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4197
4198         * src/hc08/gen.c (emitinline): fixed bug #1029778
4199         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4200         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4201         and starts toward RFE #905167)
4202
4203 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4204
4205         * src/pic16/gen.c (mov2f): New function to move an operand to
4206         another without considering if it is a literal or a register,
4207         * (pic16_sameRegs): don't check if they are both AOP_REG,
4208         * (AccRsh): removed andmask=0 lines,
4209         * (genLeftShift): duplicated to be improved in future versions,
4210         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4211         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4212         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4213         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4214         * (insertBankSwitch): fixed inserting banksel directives algorithm
4215         for instructions that follow a skip instruction, this fixes a report
4216         for broken subtraction code generation,
4217         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4218         iCode is a left op, just in case result and right share the same
4219         registers
4220
4221 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4222
4223         * src/hc08/main.c,
4224         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4225         preservation of HX
4226         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4227         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4228         on 2004-09-12; it was buggy
4229
4230 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4231
4232         * src/SDCCsymt.h: removed RESULT_CHECK
4233         * src/SDCCast.c,
4234         * src/SDCCglue.c,
4235         * src/SDCCval.c,
4236         * src/pic/glue.c,
4237         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4238
4239 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4240
4241         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4242         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4243         configuration values no more rejected by compiler, they are assigned
4244         to configuration registers with a warning message instead,
4245         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4246         the for-loop so last conf register is emitted too,
4247         * (_pic16_initPaths): link library libsdcc.lib by default,
4248         * (_hasNativeMulFor): modified test for multiplication according to
4249         Raphael Neider's remarks. Integer multiplication is also done with
4250         support functions,
4251         * device/include/pic16/pic18fregs.h: corrected type error in while
4252         testing and including 18f6720 header file
4253
4254 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4255
4256         * src/pic16/device.h (pic16_options): removed field use_crt,
4257         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4258         until an optimization to handle single bits is added,
4259         * (pic16_loadFSR0): moved before genUnpackBits,
4260         * (genAnd): some white lines removed,
4261         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4262         leave_reset flags in pic16_options when using crt modules,
4263
4264 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4265
4266         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4267           for bugs 898889 & 979599. Also used some safer print instructions.
4268
4269 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4270
4271         * src/pic16/device.h (pic16_options_t): added field use_crt,
4272         crt_name, no_crt,
4273         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4274         catch a probable future bug,
4275         * src/pic16/gen.c: aopIdx function commented out,
4276         * (genAssign): commented out old code which used aopIdx,
4277         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4278         code, added if conditionals to take into account the --use-crt
4279         command line options,
4280         * src/pic16/main.c (pic16_optionsTable): added new command line
4281         options, --use-crt= and --no-crt,
4282         * (_pic16_linkEdit): now the proper crt object is added in the
4283         linker command line except than when --no-crt is specified,
4284         * src/pic16/pcode.c,
4285         * src/pic16/pcode.h: added some structures and functions for a new
4286         optimization scheme to compansate for instruction overhead between
4287         same iCodes, this scheme is currently under development and is not
4288         working in any way,
4289         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4290         to && operator,
4291         * device/lib/pic16/startup/crt0i.c,
4292         * device/lib/pic16/startup/crt0iz.c: added global char variable
4293         __uflags to force the generation of an idata section
4294
4295 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4296
4297         * doc/Makefile,
4298         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4299         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4300
4301 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4302
4303         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4304         Frieder) and clarified the default code optimization mode
4305
4306 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4307
4308         * src/SDCC.lex (doPragma, process_pragma),
4309         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4310         "opt_code_size", and "opt_code_balanced"
4311         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4312         regrouped options by category, added support for category headers
4313         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4314         and "--opt-code-size"
4315         * doc/sdccman.lyx: documented these new options and pragmas
4316         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4317         preference into account
4318
4319 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4320
4321         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4322           geniCodePreDec): Fixed bug 904237 by generating a warning
4323         * src/SDCCerr.h,
4324         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4325
4326 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4327
4328         * src/pic/device.c : When no max ram set validate full memory range.
4329         * src/pic/pcode.c,
4330         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4331
4332 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4333
4334         * device/lib/_gptrget.c,
4335         * device/lib/_gptrput.c: updated comment
4336         * device/lib/calloc.c,
4337         * device/lib/free.c,
4338         * device/lib/malloc.c,
4339         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4340         * src/SDCCcse.c (cseBBlock),
4341         * src/SDCCicode.c (printOperand, geniCodeArray),
4342         * src/SDCCicode.h (struct operand): fixed bug 868103
4343         * support/regression/tests/bug-868103.c: added
4344         * src/SDCCast.c (searchLitOp),
4345         * src/SDCCcse.h (struct cseDef),
4346         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4347         * src/SDCCicode.h (struct operand),
4348         * src/SDCCsymt.h (struct sym_link),
4349         * src/avr/gen.c (hasInc),
4350         * src/ds390/gen.c (hasInc),
4351         * src/hc08/gen.c (genPlusIncr, hasInc),
4352         * src/mcs51/gen.c (hasInc),
4353         * src/pic16/glue.c (pic16_printIvalChar),
4354         * src/pic16/ralloc.c (regWithIdx),
4355         * src/xa51/gen.c (hasInc) : removed warnings
4356         * src/SDCCast.c (createBlock): added comment ???
4357         * src/hc08/ralloc.c: updated comments
4358
4359 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4360
4361         * doc/sdccman.lyx: updated section on switch statements, added
4362         section about semaphore locking
4363         * doc/Makefile: added option -info for latex2html
4364         * device/lib/_gptrget.c,
4365         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4366
4367 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4368
4369         * src/pic/device.h,
4370         * src/pic/device.c,
4371         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4372          maxram is less than 0x100.
4373
4374 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4375
4376         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4377
4378 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4379
4380         * src/port.h,
4381         * src/mcs51/main.c,
4382         * src/ds390/main.c,
4383         * src/z80/main.c,
4384         * src/hc08/main.c,
4385         * src/pic/main.c,
4386         * src/pic16/main.c,
4387         * src/avr/main.c,
4388         * src/xa51/main.c
4389         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4390         a jump table is the best form for a switch statement, including
4391         automatic insertion of missing cases to make the case range
4392         continuous. Developed in collaboration with Frieder Ferlemann.
4393
4394 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4395
4396         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4397         accumulator result if it needs sign extension
4398
4399 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4400
4401         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4402
4403 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4404
4405         * device/lib/gbz80/printf.c,
4406         * device/lib/z80/printf.c: removed define for NULL
4407
4408 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4409
4410         * as/xa51/xa_link.c,
4411         * device/examples/ds390/ow390/ad26.c,
4412         * device/examples/ds390/ow390/cnt1d.c,
4413         * device/examples/ds390/ow390/counter.c,
4414         * device/examples/ds390/ow390/ds2480.h,
4415         * device/examples/ds390/ow390/ds2480ut.c,
4416         * device/examples/ds390/ow390/findtype.c,
4417         * device/examples/ds390/ow390/gethumd.c,
4418         * device/examples/ds390/ow390/owllu.c,
4419         * device/examples/ds390/ow390/ownetu.c,
4420         * device/examples/ds390/ow390/swt12.c,
4421         * device/examples/ds390/ow390/swtloop.c,
4422         * device/examples/ds390/ow390/temp.c,
4423         * device/examples/ds390/ow390/temp10.c,
4424         * device/examples/ds390/ow390/thermo21.c,
4425         * device/examples/ds390/ow390/tinilnk.c,
4426         * device/examples/ds390/ow390/tstfind.c,
4427         * device/examples/serialcomm/windows/serial.cpp,
4428         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4429         * device/include/reg51.h: fixed line endings for cvs
4430
4431 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4432
4433         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4434         packRegsForAccUse, packRegisters): new accumulator register
4435         packing algorithm
4436         * support/regression/ports/hc08/support.c (_putchar): suppress
4437         warning of unused variable
4438         * src/SDCCicode.c: added SWAP entry to codeTable
4439
4440 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4441
4442         * device/lib/sprintf.c: forgot to add this file before previous commit
4443
4444 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4445
4446         * src/pic16/gen.c (genPackBits): added operand right in function
4447         parameters, load result directly if p_type is POINTER (that is
4448         called by genNearPointerSet)
4449         * (genUnPackBits): added operand left in function parameters,
4450         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4451         FSR0 if accessing bitfields,
4452
4453 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4454
4455         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4456           _print_format; updated printf, sprintf, vsprintf
4457         * device/include/asm/default/features.h: corrected comment/define
4458         * device/lib/Makefile.in: added sprintf.c
4459         * device/lib/libsdcc.lib: added sprintf module
4460         * device/lib/printf_large.c,
4461         * device/lib/vprintf.c,
4462         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4463           into these 3 files
4464         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4465         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4466         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4467           hc08 test
4468         * support/regression/tests/zeropad.c: define idata as data for hc08
4469
4470 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4471
4472         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4473         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4474         labels are referenced at least once (even if a reference is not found)
4475         * src/hc08/gen.c (emitcode): set isComment flag for comments
4476         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4477         loads), rules 6a..6b (optimize jumps to return)
4478
4479 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4480
4481         * device/lib/acosf.c (acosf),
4482         * device/lib/asinf.c (asinf),
4483         * device/lib/atanf.c (atanf),
4484         * device/lib/ceilf.c (ceilf),
4485         * device/lib/cosf.c (cosf),
4486         * device/lib/coshf.c (coshf),
4487         * device/lib/cotf.c (cotf),
4488         * device/lib/fabsf.c (fabsf),
4489         * device/lib/floorf.c (floorf),
4490         * device/lib/log10f.c (log10f),
4491         * device/lib/logf.c (logf),
4492         * device/lib/sinf.c (sinf),
4493         * device/lib/sinhf.c (sinhf),
4494         * device/lib/sqrtf.c (sqrtf),
4495         * device/lib/tanf.c (tanf),
4496         * device/lib/tanhf.c (tanhf),
4497         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4498         replaced all instances of "reentrant" in the library functions
4499         defined in math.h with this macro.
4500         * support/regression/tests/float_trans.c: reenabled test for hc08
4501
4502 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4503
4504         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4505         erroneously deleted
4506
4507 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4508
4509         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4510         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4511         multi-byte volatile operands are used
4512         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4513         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4514         initialization to area GSINIT0 so that it would always precede
4515         any static initializers in GSINIT
4516         * support/regression/tests/zeropad.c: fixed idata define for hc08
4517         * support/regression/tests/bug-927659.c,
4518         * support/regression/tests/float_trans.c: disabled tests for hc08
4519         pending missing library routines
4520         * .version: increased version number to 2.4.4 - hc08 port now passes
4521         regression tests
4522
4523
4524 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4525
4526         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4527         * Makefile.common.in,
4528         * as/Makefile,
4529         * as/hc08/Makefile.in,
4530         * as/mcs51/Makefile.in,
4531         * as/z80/Makefile.in,
4532         * debugger/mcs51/Makefile.in,
4533         * device/include/Makefile.in,
4534         * device/lib/Makefile.in,
4535         * doc/Makefile,
4536         * link/Makefile,
4537         * link/z80/Makefile.in,
4538         * packihx/Makefile.in,
4539         * sim/ucsim/main_in.mk,
4540         * sim/ucsim/avr.src/Makefile.in,
4541         * sim/ucsim/doc/Makefile.in,
4542         * sim/ucsim/gui.src/serio.src/Makefile.in,
4543         * sim/ucsim/hc08.src/Makefile.in,
4544         * sim/ucsim/s51.src/Makefile.in,
4545         * sim/ucsim/xa.src/Makefile.in,
4546         * sim/ucsim/z80.src/Makefile.in,
4547         * src/Makefile.in,
4548         * support/cpp2/Makefile.in,
4549         * support/librarian/Makefile,
4550         * support/makebin/Makefile: added DESTDIR to the install path proposed
4551         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4552         * doc/sdccman.lyx: added DESTDIR documentation
4553
4554 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4555
4556         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4557         instruction for interrupt handlers, use fast returns when returning
4558         from high priority interrupts
4559
4560 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4561
4562         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4563         code generation
4564         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4565         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4566         bugs, ported much of Bernhard's code from mcs51
4567         * src/mcs51/gen.c (genSend),
4568         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4569         than one when calling a reentrant function
4570         * device/lib/_mullong.c: defined an alternate struct layout for big
4571         endian ports (hc08)
4572
4573 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4574
4575         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4576         test
4577
4578 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4579
4580         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4581         are sane and complete before asking the port its prefered parameter
4582         passing method (fixes bug #1017633)
4583         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4584         and _ret3
4585
4586 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4587
4588         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4589         problem in bitfields >= 8 bits.
4590
4591 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4592
4593         * src/SDCCsymt.c: undid changes that were not meant to be committed
4594
4595 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4596
4597         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4598
4599 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4600
4601         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4602           copied and wrong bit got inverted
4603
4604 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4605
4606         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4607         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4608         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4609         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4610         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4611         assignments to bitfields at known addresses
4612         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4613         reads from bitfields at known addresses
4614         * src/hc08/ralloc.c (packRegisters),
4615         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4616         genhc08Code): optimize pointer get values used as conditionals
4617         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4618         and branch
4619
4620 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4621
4622         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4623         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4624         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4625         as conditionals
4626
4627 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4628
4629         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4630
4631 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4632
4633         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4634         related problems
4635
4636 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4637
4638         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4639
4640 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4641
4642         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4643         mcs51 port
4644
4645 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4646
4647         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4648
4649 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4650
4651         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4652         cases use more compact code.
4653
4654 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4655
4656         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4657
4658 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4659
4660         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4661
4662 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4663
4664         * src/SDCCsymt.h,
4665         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4666         parameter of changePointer() from symbol* to sym_link*
4667         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4668         * src/SDCCsymt.c (compareType): void* type is castable to other
4669         pointers, but not necesarily an exact match.
4670         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4671         is no longer blindly treated as an exact match.
4672         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4673
4674 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4675
4676         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4677
4678 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4679
4680         * src/pic/gen.c,
4681         * src/pic/pcode.c,
4682         * src/pic/ralloc.h,
4683         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4684
4685 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4686
4687         * src/pic/device.c,
4688         * src/pic/device.h,
4689         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4690
4691 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4692
4693         * src/mcs51/gen.c (emitcode): fixed bug #992819
4694
4695 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4696
4697         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4698           there's no need to make it worse
4699
4700 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4701
4702         * src/mcs51/ralloc.c (deassignLR),
4703         * src/ds390/ralloc.c (deassignLR),
4704         * src/hc08/ralloc.c (deassignLR),
4705         * src/z80/ralloc.c (deassignLR),
4706         * src/pic/ralloc.c (deassignLR),
4707         * src/pic16/ralloc.c (deassignLR),
4708         * src/avr/ralloc.c (deassignLR),
4709         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4710         rlivePoint): fixed another part of bug #971834
4711
4712 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4713
4714         * src/z80/main.c: enabled "critical" keyword
4715         * src/z80/mappings.i,
4716         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4717         functions (fixes bug #979646)
4718         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4719
4720 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4721
4722         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4723           such as c:\mydir.
4724
4725 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4726
4727         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4728           doesn't disable too much optimizations
4729
4730 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4731
4732         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4733
4734 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4735
4736         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4737
4738 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4739
4740         * src/pic/gen.c tidied up tabs
4741         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4742         * src/pic/main.c tidied up tabs
4743         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4744         * src/pic/pcoderegs.c tidied up tabs
4745         * src/pic/ralloc.c tidied up tabs
4746
4747 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4748
4749         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4750         to S_FIXED for pic16 port and when symbol is not in level 0,
4751         allocate for S_REGISTER storage class and pic16 port, too,
4752         * src/pic16/device.h: prototype for checkSym,
4753         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4754         * (pic16_assignConfigWordValue): test the value and the mask to
4755         validate that the value is suitable for the configuration word,
4756         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4757         collect extern declared symbols, don't emit symbol twice, check
4758         first if symbol is in publics set first,
4759         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4760         * added command line '--fstack' which enables an experimental
4761         feature for stack access, too buggy to be used yet...
4762         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4763         * (pic16_allocDirReg): when register has storage class S_REGISTER
4764         allocate in pic16_dynAccessRegs,
4765         * device/include/pic16/pic18f????.h: modified configuration word
4766         naming convention, words started as CONFIG0H but should be CONFIG1H
4767
4768 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4769
4770         * device/include/mcs51reg.h: fixed bug 970993
4771
4772 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4773
4774         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4775         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4776         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4777         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4778         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4779         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4780           error/warning numbers,
4781           added function setWarningDisabled()
4782         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4783         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4784           _memcmp.c _memmove.c calloc.c realloc.c free.c
4785         * support/regression/tests/malloc.c: added tests for new functionality
4786         * support/regression/tests/zeropad.c: added tests for truncated initializers
4787           and initialized char arrays starting with '\x0'
4788         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4789
4790 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4791
4792         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4793
4794 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4795
4796         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4797         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4798         peephole 177.e. Thanks to anonymous
4799
4800 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4801
4802         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4803         function isn't used in the source but referenced as a
4804         variable initializer then declare it as extern in .asm file
4805
4806 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4807
4808         * .version: increased version number to 2.4.3
4809
4810         Adding version extension according to ChangeLog CVS revision
4811         * src/Makefile.in (target all): added dependency 'version.h'
4812         * (rule version.h): added rule to create version.h from ChangeLog,
4813         * (rule dep): added dependency version.h,
4814         * src/version.awk: AWK script to create version.h
4815         * src/SDCCdwarf2.c (dwWriteModule),
4816         * src/SDCCglue.c (initialComments),
4817         * src/SDCCmain.c (printVersionInfo): modified to write after
4818         version string the version extension number,
4819         * src/SDCCutil.c: included "version.h"
4820         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4821         number,
4822         * src/SDCCutil.h: added prototype for getBuildNumber
4823
4824         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4825         includeDirsSet, too,
4826         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4827         const char [] is found in function prototype...
4828
4829         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4830         moving to WREG with source is already in WREG,
4831         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4832         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4833         * (aopForSym): stack'ed symbols are partially supported, added
4834         if-clause to support symbols in FARSPACE,
4835         * (sameRegs): added test for AOP_ACC to see if registers are same,
4836         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4837         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4838         * (pic16_popRegFromString): will not allocate a new register if it
4839         doesn't find one by name, bug may have introduced...
4840         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4841         * (genIpush): revived to use pic16 port's stack,
4842         * (genAddrOf): added incomplete case for stack'ed operand,
4843         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4844         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4845         can handle multibyte operands,
4846         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4847         * (pic16initialComments): added message for MPLAB compatibility
4848         mode enabled,
4849         * src/pic16/main.h: prototype for pic16_mplab_comp,
4850         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4851         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4852         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4853         because of increased complexity of procedure,
4854         * (_process_pragma): stack pragma changed to format 'stack pos len',
4855         emit symbol '_stack_end' to conform with gplink,
4856         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4857         to search for register,
4858         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4859         PO_GPR_REGISTER,
4860         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4861         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4862         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4863         case for PO_GPR_REGISTER,
4864         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4865         dies, the new era is ahead !...
4866         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4867         pic16_dynInternalRegs,
4868         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4869         * (pic16_allocDirReg): minor optimizations and bug fixes,
4870         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4871
4872         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4873         load stack and frame pointer with address of 'stack_end' symbol
4874
4875 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4876
4877         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4878         without source code but only variable initializers
4879
4880 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4881
4882         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4883         external are not declared as extern to reduce overhead while linking
4884
4885 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4886
4887         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4888
4889 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4890
4891         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4892           Yee Keat for the patch
4893         * src/SDCCast.c (decorateType): fixed bug #979599
4894         * src/ds390/gen.h: removed local fReturnSizeDS390
4895         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4896         * src/ds390/gen.c (genAnd, genOr, genXor),
4897         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4898
4899 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4900
4901         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4902         add relFilesSet to $3, manipulate $2 to handle linking of object
4903         files without source files in command line,
4904         * device/include/pic16 (all headers): added ID location macros,
4905         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4906         entries for ID location bytes,
4907         * (pic16_assignIdByteValue): NEW,
4908         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4909         added field dumpcalltree to pic16_options_t,
4910         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4911         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4912         emitting rFalseIfx label after check_carry label,
4913         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4914         pic16_emitDIRegs), NEW
4915         * (pic16glue): dump .calltree file when option --calltree found,
4916         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4917         * (_pic16_genAssemblerPreamble): emit ID locations after
4918         configuration registers,
4919         * (pic16_linkCmd): modifications of the link command,
4920         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4921         * (pic16_pCodeInitRegisters): don't init stack registers,
4922         * (pic16_findPrevInstruction): fixed bug,
4923         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4924         bug with immediate registers,
4925         * (buildCallTree): traces stack push and pop,
4926         * (pct2): dump also stack usage for each function,
4927         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4928         * (pic16_allocDirReg): various modifications,
4929         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4930         fixed to 1,
4931
4932 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4933
4934         * src/pic16/pcode.c: removed buggy double colon
4935
4936 2004-07-01 Borut Razem <borut.razem AT siol.net>
4937
4938         * support/scripts/sdcc.nsi: added include/pic16 to setup
4939
4940 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4941
4942         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4943         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4944         target 'clean',
4945         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4946         specific command line arguments. Also added sample lkr script
4947         for placing a variable at a specific memory bank.
4948         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4949         at a specific memory bank,
4950         * (pic16_dump_isection): fixed bug which caused string literals to
4951         be omitted when dumping idata section,
4952         * (pic16_groupRegistersInSection): added code to handle registers
4953         in specific memory banks,
4954         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4955         public, all references are renamed too,
4956         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4957         AOP_DPTR2,
4958         * (pic16_storeForReturn): added case to handle when dest is WREG,
4959         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4960         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4961         pic16_rel_udata, check to see if that register is marked as being
4962         a member of a specific memory bank,
4963         * (pic16_printIvalCharPtr): added code to add string literals either
4964         to code or the idata sections,
4965         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4966         also accept the 'udata' pragma,
4967         * src/pic16/main.h: new structure types sectName and sectSym
4968         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4969         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4970         * (pic16_findPrevInstruction): fixed, it returned nothing,
4971         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4972         instruction combinations,
4973         * (pic16_FixRegisterBanking): heavily reorganised,
4974         * (pic16_AnalyzeBanking): if generating banksel directives is
4975         disabled, then don't call FixRegisterBanking at all,
4976         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4977         completely removed,
4978         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4979
4980 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4981
4982         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4983         Phuah Yee Keat <yk.phuah AT nestac.com>
4984
4985 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4986
4987         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4988         correctly the IVT even if it is relocated to some other location
4989
4990 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4991
4992         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4993         * device/include/pic16/pic18f2220.h: NEW,
4994         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4995         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4996         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4997         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4998         nodefaultlibs, ivt_loc is the location of the interrupt vector
4999         table, and nodefaultlibs signs that default libraries should not be
5000         linked in link stage,
5001         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5002         according to --ivt-loc argument,
5003         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5004         when pragma stack is found,
5005
5006 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5007
5008         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5009         256 (range check), 257 (do while), 258.a-f (bit banging
5010         f.e. on 3-wire SPI bus)
5011
5012 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5013
5014         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5015         variables used exclusively within a loop
5016
5017 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5018
5019         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5020
5021 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5022
5023         * src/SDCClrange.c (computeClash): fixed bug #971834
5024
5025 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5026
5027         * src/mcs51/gen.c (genCmp): fixed bug #975903
5028         * src/hc08/gen.c (operandsEqu),
5029         * src/ds390/gen.c (operandsEqu),
5030         * src/z80/gen.c (operandsEqu),
5031         * src/pic/gen.c (operandsEqu),
5032         * src/pic16/gen.c (operandsEqu),
5033         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5034         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5035
5036 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5037
5038         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5039
5040 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5041
5042         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5043         default case in switch statement,
5044         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5045         to eliminate problem with initialisation of pointers, but problem
5046         still exists,
5047         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5048         * (emitStaticSegment): removed various lines emitting debug info,
5049         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5050         added processor registers for utilizing EEPROM,
5051         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5052         configurable and set 8
5053
5054 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5055
5056         * .version: increased version number to 2.4.2,
5057
5058         Cumulative patch for pic16 port
5059         * src/pic16/device.c: changed scheme to dump initial values for
5060         variables in idata segment, all print_idata* functions were removed,
5061         now the pic16_printIval* will be called,
5062         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5063         * _pic16_printPointerType, pic16_printPointerType,
5064         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5065         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5066         NEW, similar to the respective functions in SDCCglue.c,
5067         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5068         way, emitting hex bytes,
5069         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5070
5071 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5072
5073         * src/avr/ralloc.c (serialRegAssign),
5074         * src/xa51/ralloc.c (serialRegAssign),
5075         * src/pic/ralloc.c (serialRegAssign),
5076         * src/pic16/ralloc.c (serialRegAssign),
5077         * src/hc08/ralloc.c (serialRegAssign),
5078         * src/z80/ralloc.c (serialRegAssign),
5079         * src/ds390/ralloc.c (serialRegAssign),
5080         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5081
5082 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5083
5084         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5085         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5086
5087 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5088
5089         Cumulative patch for pic16 port:
5090         * src/pic16/device.h (typedef PIC16_device) modified fields for
5091         defining microcontrollers,
5092         * src/pic16/device.c: added new info for all devices in Pics16 array,
5093         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5094         to be optimised out by the pCode optimiser,
5095         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5096         specially, bug reported by G.M. Gallant,
5097         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5098         as force'd so that cannot be optimised out by pCode optimiser,
5099         * src/pic16/pcode.c,
5100         * src/pic16/pcodepeeph.c,
5101         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5102         they are disabled by default, but can be enabled explicit with
5103         command argument --denable-peeps, for testing,
5104         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5105         --pomit-ivt in COMPILE_FLAGS
5106
5107 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5108
5109         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5110           compilation on MSVC
5111
5112 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5113
5114         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5115
5116 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5117
5118         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5119         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5120
5121 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5122
5123         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5124         would only assign 0x300001 register.
5125
5126 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5127
5128         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5129         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5130
5131 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5132
5133         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5134         for ds80c400
5135         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5136         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5137         added peephole 254 (left shift), 255 (jump table)
5138
5139 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5140
5141         * device/lib/Makefile.in: removed comment line with model-pic16,
5142         * (target port-specific-objects-pic16): the libraries and objects
5143         are copied to the build directory form the device/lib/pic16/bin
5144         directory
5145
5146         Cumulative patch concerning pic16 port:
5147         * library directory has been re-organized,
5148         * added support for PIC18F1220,
5149         * added headers and library sources for chips 18f1220,18f6520,
5150         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5151
5152         * configuration registers setting has changed, now each supported
5153         device has a complete description of the registers it uses,
5154         * all initialisations are moved to idata sections, these section
5155         can be absolute or relocatable,
5156         * fixed initialisation of codespace variables,
5157         * fixed warning about PCLATU and gpsim,
5158         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5159         * (genAssign): use table reads when assigning from variables in codespace,
5160         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5161         char/int variables placed in codespace,
5162         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5163         registers set in .asm file, no need for --pomit-config-words anymore,
5164         * (pic16glue): some 8051 legacy segments are commented out
5165         (to be removed completely),
5166         * added support for alternative assembler and linker with --asm=
5167         and --link= command line arguments,
5168         * peepholes are disabled automatically in the port, no need to
5169         specify on command line,
5170         * port supports natively char/int/long multiplication, but converts
5171         all divisions to support functions,
5172         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5173         to the file set in variable $2,
5174         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5175         strings in ASCII format and not in hex,
5176         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5177         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5178         allocate proper register if iCodes aren't temporary,
5179
5180 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5181
5182         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5183
5184 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5185
5186         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5187         is commented out
5188
5189 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5190
5191         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5192         computed address is reused
5193         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5194         multi-byte bitfields
5195
5196 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5197
5198         * src/z80/gen.c: (genArrayInit): must check for pointers too
5199
5200 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5201
5202         * support/regression/tests/zeropad.c: never meant to commit the
5203           nestedstruct test: removed, added check for GCC version
5204
5205 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5206
5207         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5208         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5209         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5210           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5211           bugs 928906 and 954082 half-empty initializers
5212         * src/SDCCsymt.h,
5213         * src/SDCCsymt.c (getAllocSize): added for above fix
5214         * src/z80/gen.c (genArrayInit): fixed bug 741044
5215         * support/regression/tests/zeropad.c: added tests
5216
5217 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5218
5219         * src/pic16/device.c (pic16_dump_section): corrected bug which
5220         caused some symbols of the libraries to be misplaced
5221
5222 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5223
5224         * src/pic16/glue.c,
5225         * src/pic16/ralloc.h,
5226         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5227         to fix conflict with pic port
5228
5229 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5230
5231         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5232         externs configuration variables,
5233         * src/pic16/ralloc.h,
5234         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5235         prototype in header, commented out some debug messages
5236
5237 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5238
5239         * src/pic16/glue.c,
5240         * src/pic16/main.c,
5241         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5242         for gpasm COFF object generation. Thanks to D. Hawkins for
5243         his patch info
5244
5245 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5246
5247         * src/ds390/main.c,
5248         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5249         Brock for spotting this)
5250         * src/ds390/gen.c (genEndFunction),
5251         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5252         interrupt handler and critical. Disable push/pop optimizations when
5253         peephole optimizations disabled.
5254
5255 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5256
5257         Updated pic16 library sources and headers.
5258         * device/lib/pic16/pic18f*/ ,
5259         * device/include/pic16/*.h: modified to handle structured SFR
5260         definitions
5261
5262 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5263
5264         * src/port.h (PORT structure): added hook initPaths, now each
5265         port can declare its own default search paths,
5266         which can been seen with the --print-search-dirs option,
5267         see pic16 port for example,
5268         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5269         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5270         * (doPrintSearchDirs): NEW, replaces in a central manner the
5271         printing of search dirs which was split in set*Paths functions,
5272         * (main): added call to port->initPaths and doPrintSearchDirs,
5273         * src/avr/main.c,
5274         * src/ds390/main.c,
5275         * src/hc08/main.c,
5276         * src/izt/i186.c,
5277         * src/izt/tlcs900h.c,
5278         * src/mcs51/main.c,
5279         * src/pic/main.c,
5280         * src/pic16/main.c: modified port structures to reflect addition of
5281         initPaths hook,
5282
5283         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5284         * (pic16_dump_section): for registers in same address reserve memory once,
5285         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5286         to no_banksel,
5287         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5288         result is greater in size than right or left,
5289         * (pic16_genUMult8X8_8): there are some cases where the result can
5290         be 16 bits size, so handle these,
5291         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5292         * (pic16_outBitC): modified to emit pcodes,
5293         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5294         or not,
5295         * (genDivOneByte): implemented algorithm to divide 8-bits,
5296         * (genCmp): uncommented goto, but issues still exist,
5297         * (genAnd): fixed a bug with variables >8bits,
5298         * (genPackBits): optimization added that uses BCF/BSF to change a
5299         single bit,
5300         * (genAssign): fixed bug when assigning floating point literals,
5301         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5302         __sdcc_gsinit_startup label,
5303         * src/pic16/main.c (_pic16_init): removed search directory
5304         initialisations,
5305         * (_pic16_initPaths): NEW, used to initialise search directories,
5306         * (_hasNativeMulFor): support functions for all except char/int
5307         multiplication, and char division,
5308         * (PIC16_port struct): modified entry for native mul support,
5309         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5310         no_banksel option,
5311         * (buildCallTree): call to register_usage is ifdef'ed out,
5312
5313 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5314
5315         * device/include/string.h: applied Stas Sergeev's patch to make this
5316         header file compatible with the preprocessor -Wundef option
5317         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5318         failure (fixes bug #941458)
5319
5320 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5321
5322         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5323         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5324         that the variable, not the function, should be static
5325         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5326         to be consistent with non-literal case
5327
5328 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5329
5330         * src/SDCCast.c (isConformingBody): fixed bug #949967
5331         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5332         convilong): fixed bug #952086
5333
5334 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5335
5336         * src/SDCCmem.c (allocVariables): fixed bug #955321
5337
5338 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5339
5340         * src/hc08/main.c (_hc08_genAssemblerEnd),
5341         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5342         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5343         completely eliminated the use of a temporary file
5344         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5345         when more than one file linked
5346         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5347
5348 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5349
5350         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5351         which fixes bug #543481
5352         * support/regression/tests/bug-751703.c: fixed comments left from a
5353         cut and paste error
5354         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5355         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5356         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5357         scopes
5358         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5359         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5360         are now changed to underscores in moduleName
5361
5362 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5363
5364         * as/mcs51/lkmem.c: better fix for bug #954173
5365
5366 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5367         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5368
5369         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5370         * device/include/c8051f000.h,
5371         * device/include/c8051f120.h,
5372         * device/include/c8051f300.h,
5373         * device/include/c8051f310.h,
5374         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5375         PWM16) and detab'ed
5376
5377 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5378
5379         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5380         and mailing lists, doc'ed --no-peep-comments, removed reference
5381         to knoppix (newest version has no LyX/LaTeX), other minor changes
5382         * src/SDCCglue.c (glue): save 2 bytes stack space with
5383         option --main-return. The ljmp could probably be avoided too
5384
5385 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5386
5387         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5388
5389 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5390
5391         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5392         * src/SDCCopt.c (isLocalWithoutDef),
5393         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5394         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5395         (credit to Maarten Brock for patch #949363, on which this is based)
5396         * support/regression/tests/bug-751703.c: some test cases of extern used
5397         within inner scopes.
5398
5399 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5400
5401         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5402         SPEC_STRUCT
5403         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5404         struct definitions
5405         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5406         dwWriteLabel): fix to create valid debugger symbols even when
5407         the module name has non-alphanumeric symbols in it
5408         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5409         when a variable's allocation has been optimized away
5410
5411
5412 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5413
5414         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5415         * src/hc08/main.c,
5416         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5417         * src/mcs51/main.c,
5418         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5419         * src/ds390/main.c,
5420         * src/z80/gen.c (z80_emitDebuggerSymbol),
5421         * src/z80/main.c,
5422         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5423         * src/pic/main.c,
5424         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5425         * src/pic16/main.c,
5426         * src/avr/gen.c (avr_emitDebuggerSymbol),
5427         * src/avr/main.c,
5428         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5429         * src/xa51/main.c,
5430         * src/SDCCdebug.c (emitDebuggerSymbol),
5431         * src/SDCCdebug.h,
5432         * src/port.h: added a debugger struct to the port struct. Added a
5433         callback for defining debugger symbols
5434
5435         * src/SDCCast.c (createLabel),
5436         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5437         with isitmp = 1
5438         * src/SDCCicode.h,
5439         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5440         iCode back to the ast for the function
5441
5442         * src/hc08/ralloc.c (hc08_assignRegisters),
5443         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5444         unneeded fields from the regs struct.
5445         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5446         pushReg() & pullReg() functions instead of emitcode()
5447
5448         * src/hc08/gen.c (genLabel, genhc08Code),
5449         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5450
5451         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5452         debugger hooks
5453
5454         * src/hc08/gen.c (genEndFunction, genhc08Code),
5455         * src/hc08/gen.h,
5456         * src/mcs51/gen.c (genEndFunction, gen51Code),
5457         * src/mcs51/gen.h,
5458         * src/ds390/gen.c (genEndFunction, gen390Code),
5459         * src/ds390/gen.h,
5460         * src/z80/gen.c (genEndFunction, genZ80Code),
5461         * src/z80/gen.h,
5462         * src/z80/z80.h,
5463         * src/pic/gen.c (genEndFunction, genpic14Code),
5464         * src/pic/gen.h,
5465         * src/pic16/gen.c (genEndFunction, genpic16Code),
5466         * src/pic16/gen.h,
5467         * src/avr/gen.c (genEndFunction, genAVRCode),
5468         * src/avr/gen.h,
5469         * src/xa51/gen.c (genEndFunction, genXA51Code),
5470         * src/xa51/gen.h,
5471         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5472         specific code to cdbFile.c and out of the backend code generators
5473
5474         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5475         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5476         starting address is now 0
5477
5478         * as/hc08/asm.h,
5479         * as/hc08/m08pst.c,
5480         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5481         assembler directive for DWARF support
5482         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5483
5484         * src/src.dsp,
5485         * src/Makefile.in,
5486         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5487
5488 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5489
5490         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5491         and inappropriate peephole optimization in jump tables
5492
5493 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5494
5495         * as/hc08/m08pst.c,
5496         * src/SDCCglue.c: sdccopt works for the hc08 port now
5497
5498 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5499
5500         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5501
5502 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5503
5504         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5505
5506 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5507
5508         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5509         rules
5510         * src/SDCCmain.c,
5511         * src/SDCCglobl.h,
5512         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5513         comments from the peephole optimizer replacement rules
5514         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5515         symbols
5516         * src/SDCCcse.c (updateSpillLocation),
5517         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5518         equivalents
5519         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5520         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5521         objects far pointers
5522
5523 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5524
5525         * src/SDCCsymt.h: a missing part of my last change
5526         * src/pic/ralloc.c (regTypeNum),
5527         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5528
5529 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5530
5531         * src/SDCCicode.h,
5532         * src/SDCCicode.c (aggrToPtrDclType),
5533         * src/SDCCptropt.h,
5534         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5535         ptrPseudoSymConvert),
5536         * src/pic/ralloc.c (regTypeNum),
5537         * src/pic16/ralloc.c (regTypeNum),
5538         * src/hc08/ralloc.c (regTypeNum),
5539         * src/ds390/ralloc.c (regTypeNum),
5540         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5541         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5542
5543 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5544
5545         * link/z80/lkmain.c (afile),
5546         * as/hc08/lkmain.c (afile),
5547         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5548         prevent a pointer problem when a filename has no directory and
5549         no extension specified.
5550
5551 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5552
5553         * link/z80/lkmain.c (afile): allow periods in directory names
5554         * link/z80/lkmain.c (afile),
5555         * as/mcs51/lkmain.c (afile),
5556         * as/hc08/lkmain.c (afile): allow linker script file to have an
5557         extension other than ".lnk"
5558         * link/z80/lklex.c (getfid),
5559         * link/z80/lkmain.c (parse),
5560         * as/mcs51/lklex.c (getfid),
5561         * as/mcs51/lkmain.c (parse),
5562         * as/hc08/lklex.c (getfid),
5563         * as/hc08/lkmain.c (parse): Support comments in the linker script
5564         file on lines by themselves and after filenames
5565
5566 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5567
5568         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5569
5570 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5571
5572         * src/z80/peeph-z80.def: removed some peephole rules that don't
5573         work with multibyte arithmetic (fixed bug #937126)
5574         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5575         to registers and not global variables
5576         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5577         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5578         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5579         checking for assignments not internally generated (fixed bug #931895)
5580         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5581         structure member (fixed bug #930072)
5582
5583 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5584
5585         * src/SDCCmain.c (linkEdit),
5586         * src/hc08/main.c (_hc08_parseOptions),
5587         * as/hc08/Makefile.in,
5588         * as/hc08/aslink.h,
5589         * as/hc08/asm.h,
5590         * as/hc08/m08pst.c,
5591         * as/hc08/lkrloc.c (relr, rele),
5592         * as/hc08/lkarea.c (lnkarea)
5593         * as/hc08/lkmain.c (afile, parse),
5594         * as/hc08/lkelf.c: support for ELF output
5595         * as/hc08/lks19.c (s19),
5596         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5597
5598 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5599
5600         * as/mcs51/lkihx.c: Fixed bug #899105.
5601
5602 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5603
5604         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5605         .dsp files from Unix to DOS.
5606
5607 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5608
5609         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5610         function pointers; we have been compliant for several months now.
5611         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5612         change that was accidently commented out
5613         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5614         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5615         bug #922319
5616
5617 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5618
5619         * src/hc08/gen.c: output of all of the internal debugging information
5620         is now controlled by the D() macro; it is disabled by default
5621
5622 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5623
5624         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5625         harder to keep the same registers during a CAST iCode
5626         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5627         long via int can be done in a single cast, if the signedness is
5628         correct.
5629         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5630         putchar() in tinibios.c in ds390's library
5631
5632 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5633
5634         * src/SDCCast.c (decorateType): fixed bug #898889,
5635         cast result of a literal complement too
5636         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5637         fixed check for bitfields
5638
5639 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5640
5641         * src/SDCCicode.c (geniCodeLogic): made it static,
5642         (geniCodeLogicAndOr): added in order to fix bug #905492,
5643         (ast2iCode): fixed bug #905492
5644         * support/regression/tests/bug-905492.c: added
5645         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5646         (processParms): fixed bug #927659: don't copy parms, this will clear
5647         decorated flag
5648         * support/regression/tests/bug-927659.c: added
5649
5650 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5651
5652         * src/SDCCast.c (addCast): don't cast float to char
5653         * device/lib/libsdcc.lib: added _memmove
5654
5655 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5656
5657         * device/lib/large/Makefile: fixed parallel execution by
5658         replacing `make` by `$(MAKE)`
5659
5660 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5661
5662         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5663         offsets (fixes bug #923936)
5664
5665 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5666
5667         * device/lib/small/Makefile: fixed parallel execution by
5668         replacing `make` by `$(MAKE)`
5669
5670 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5671
5672         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5673
5674 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5675
5676         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5677         * src/regression/Makefile: Regression test was not running.
5678
5679 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5680
5681         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5682         complement if possible
5683         * src/SDCCval.c (valComplement),
5684         * src/SDCCicode.c (operandOperation): fixed complement of literal
5685         * support/regression/tests/onebyte.c (testComplement): added
5686
5687 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5688
5689         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5690         return an optimized tree; actually replace actParm with the new tree
5691         * src/SDCCast.h: added some parantheses to remove side effects
5692         * support/regression/tests/bug-920866.c
5693
5694 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5695         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5696         Bit operands were not being handled properly in the pic14 port.
5697         (now src/regression/add.c passes again).
5698
5699 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5700
5701         * src/SDCC.y (labeled_statement): case and default no longer require
5702         a following statement (RFE #893037)
5703
5704 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5705
5706         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5707         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5708         disabled (fixes bug #916294)
5709         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5710         "mov a,acc"; patch provided by Lenny Story
5711         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5712
5713 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5714
5715         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5716         functions
5717         * src/ds390/gen.c (genFunction, genEndFunction),
5718         * src/ds390/ralloc.c (ds390_assignRegisters),
5719         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5720         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5721         pushed if there are parameters passed on the stack. Also, a cleaner
5722         way to decide if r0/r1 should be pushed/popped. (Together they fix
5723         bug #918693)
5724
5725 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5726
5727         * doc/sdccman.lyx,
5728         * device/lib/mcs51/crtpagesfr.asm,
5729         * device/lib/mcs51/crtxinit.asm,
5730         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5731         to avoid confusion with Si Lab's SFRPAGE register.
5732
5733 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5734
5735         * src/SDCCglue.c (emitMaps): allow public sfr variables
5736         * src/SDCCglue.c (initialComments): include compiler build date
5737         with compiler version and put the timestamp of the generated
5738         assembly file on a serperate line to be less confusing.
5739         * src/port.h: added genInitStartup hook
5740         * src/avr/main.c,
5741         * src/ds390/main.c,
5742         * src/hc08/main.c,
5743         * src/pic/main.c,
5744         * src/pic16/main.c,
5745         * src/xa51/main.c,
5746         * src/z80/main.c: genInitStartup initialize as NULL (default to
5747         historical behaviour)
5748         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5749         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5750         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5751         library instead of hard coding it into the compiler.
5752         * support/regression/ports/mcs51-stack-auto/spec.mk,
5753         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5754         * device/lib/mcs51/Makefile,
5755         * device/lib/small/Makefile,
5756         * device/lib/large/Makefile,
5757         * device/lib/mcs51/crtpagesfr.asm,
5758         * device/lib/mcs51/crtstart.asm,
5759         * device/lib/mcs51/crtxclear.asm,
5760         * device/lib/mcs51/crtxinit.asm,
5761         * device/lib/mcs51/crtclear.asm,
5762         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5763         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5764         and into user configurable files.
5765         * device/lib/clean.mk: clean mcs51 directory too
5766         * support/regression/tests/longlit.c: added static to T1 declaration
5767         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5768         accesses in the initialization code
5769
5770 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5771
5772         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5773         OSCTRIMVAL as noted in bug #916008
5774
5775 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5776
5777         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5778         in loops with multiple exits (reported as incorrect registers
5779         used by Martin Helmling in Sdcc-user list)
5780
5781 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5782
5783         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5784         made ds390 register extensions look less like error messages
5785
5786 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5787
5788         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5789         reported by Adam Wozniak in Sdcc-user list
5790
5791 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5792
5793         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5794         arithmetic optimizations, added debug output
5795
5796 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5797
5798         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5799         * sdcc.spec: updated and split sdcc into 3 rpms
5800         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5801         needed for literals of LEFT_OP and '+'
5802         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5803         introduced RESULT_TYPE_NOPROM
5804         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5805         left shift
5806         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5807         limited promotion to int only for '*'
5808         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5809
5810 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5811
5812         * src/pic16/gen.c (genSkip),
5813         (genc16bit2lit), (gencjneshort): commented out
5814         (is_LitOp): new helper function, checks operand type
5815         (genCmpEq): rewritten
5816
5817 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5818
5819         * support/regression/tests/bug-908454.c: added
5820
5821 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5822
5823         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5824         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5825         (geniCodeCast): cosmetic, don't preserve bit storage class
5826         (geniCodeLeftShift): added promotion
5827         (geniCodeLogic): fixed regression
5828         * src/SDCCsymt.c (computeTypeOr): accept bits too
5829         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5830
5831 2004-03-07  Borut Razem <borut.razem AT siol.net>
5832
5833         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5834
5835 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5836
5837         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5838         version of pic16_genPackRegisters which does not check if ic is a
5839         CAST operator,
5840         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5841         function cause string1.c regression test fails
5842
5843 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5844
5845         * sim/ucsim/configure.in,
5846         * sim/ucsim/configure,
5847         * sim/ucsim/doc/Makefile.in: use docdir
5848         * src/SDCC.y: fixed sbit atrributes
5849         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5850         * src/SDCCast.c (decorateType): |^& need special promotion handling
5851         * src/SDCCast.h,
5852         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5853         * src/SDCCsymt.h (computeType),
5854         * src/SDCCicode.c: computeType() needs op
5855         * src/SDCCsymt.c (checkTypeSanity),
5856         * doc/sddman.lyx: "plain" bitfields are unsigned
5857         * src/SDCCsymt.c (computeTypeOr): added
5858         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5859         |^& ops
5860         * src/SDCCval.c (val*): computeType() needs op
5861         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5862         * support/regression/tests/onebyte.c: added tests for |^&
5863
5864 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5865
5866         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5867         for writing icode into asm output.
5868
5869 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5870
5871         * src/pic16/device.c: added some debug lines enabled
5872         with macro DEBUG_CHECK,
5873         * src/pic16/genarith.c: more debug in genPlus,
5874         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5875         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5876         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5877         * (aopForSym): onStack symbols are re-placed in data memspace,
5878         and onStack flag is cleared,
5879         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5880         copy temporary pcodeop,
5881         * (genPcall): added warning for not updating PCLATU,
5882         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5883         always true for pic16 port,
5884         * (genMultOneWord): NEW, supports integer multiplication,
5885         * (genMult): modified to call genMultOneWord,
5886         * (ifxForOp): added warning when return NULL,
5887         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5888         flag is set before call to operandFromSymbol for implicit
5889         added structures,
5890         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5891         options.intlong_rent are set by default,
5892         * (_hasNativeMulFor): modified to allow port generation of integer
5893         multiplication,
5894         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5895         set regtype to REG_SFR for all registers, restricting seting the
5896         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5897
5898 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5899
5900         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5901         more than 500 times in the regression tests
5902
5903 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5904
5905         * support/Util/SDCCerr.h,
5906         * support/Util/SDCCerr.c,
5907         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5908         enumerator_list),
5909         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5910         for symbol conflicts.
5911         * support/valdiags/tests/enum.c,
5912         * support/valdiags/tests/tentdecl.c,
5913         * support/valdiags/tests/struct.c: expect possible error messages
5914         referring to original symbol definitions.
5915         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5916         * src/SDCCsymt.h,
5917         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5918
5919 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5920
5921         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5922
5923 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5924
5925         * src/pic16/ralloc.c (newReg): fixed bug #908929
5926
5927 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5928
5929         * src/ds390/gen.c: added missing #include "main.h"
5930
5931 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5932
5933         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5934         checking if symbol is already in set,
5935         * src/pic16/device.h: prototype for checkAddSym,
5936         * src/pic16/gen.c: (_G): added entry interruptvector,
5937         * (assignResultValue): removed some commented out lines,
5938         * (genFunction): check for ISR via sym->type, absolute section for
5939         interrupt code is created via a new pBlock, the goto instruction is
5940         placed now correctly at the interrupt vector position, changed all
5941         references from ivec to _G.interruptvector,
5942         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5943         is the interrupt is a high priority one, same for return from ISR,
5944         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5945         externs to calls of checkAddSym,
5946         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5947         pic16_pcode_verbose flag is set,
5948         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5949         * src/pic16/pcoderegs.c: message about how many registers are saved
5950         will only be emitted if pic16_pcode_verbose flag is set,
5951
5952 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5953
5954         * src/ds390/ralloc.h,
5955         * src/ds390/ralloc.c (ds390_regWithIdx),
5956         * src/ds390/gen.c (emitcode),
5957         * src/ds390/main.h,
5958         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5959         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5960         ds390operandCompare, getRegsRead, getRegsWritten,
5961         initializeAsmLineNode): customized instruction size calculation for
5962         ds390, started basis for some register optimizations
5963         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5964         corresponding assembly output
5965         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5966         missing push/pop of r0/r1. Optimized push/pops
5967
5968 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5969
5970         * src/mcs51/main.c (instructionSize): fixed ACALL size
5971         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5972
5973 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5974
5975         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5976         the sorting of rlist with NULL elements
5977         * (print_idataType, print_idata): NEW to create idata sections
5978         * src/pic16/device.h: idataSymSet new variable
5979         * src/pic16/gen.c (genFunction): fixed some bugs in string
5980         comparing, improved the absolute section creation for ISRs,
5981         added FSR0L/FSR0H in registers that are saved in an ISR,
5982         * (genInline): fixed the processing of inline snippets,
5983         now they undergo no process by the peephole optimizer
5984         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5985         are placed in idataSymSet,
5986         * (pic16emitStaticSeg): extern symbols are added in externs,
5987         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5988         switching when aboslute variables are placed in access bank memory
5989         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5990         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5991         commented out with #if,
5992         * (pic16_packRegisters): reintroduce the check for CAST because some
5993         symbols are not correctly handled,
5994         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5995         pCodeInstruction instead of pCode,
5996         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5997         pCodeAsmDir definition,
5998         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5999         directive, then the argument directive is emitted without the leading
6000         tab, hack for inline labels which must be in the first column,
6001         * (compareLabel,pic16_findNextInstruction),
6002         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6003         * (insertBankSwitch): modified for the new pCodeAsmDir,
6004
6005 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6006         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6007
6008         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6009         instance,
6010         * (pushSide): commented out with #if,
6011         * (assignResultValue): fixed some typos in saving
6012         registers,
6013         * (genPcall): FIXED and sync'ed with genCall,
6014         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6015         * (genNearPointerGet): fixed to handle some more cases,
6016         implementation scheme via table reads,
6017         * (genConstPointerGet): modified to access code memory correct,
6018         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6019         and improved to handle some cases
6020         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6021         instead of "RETLW" for init data
6022         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6023         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6024         variables are placed in access bank memory (<0x80 and >=0xf80),
6025         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6026         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6027         TBLWT_POSTDEC,TBLWT_PREINC
6028         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6029         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6030         directives
6031         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6032         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6033         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6034         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6035
6036 2004-02-29  Borut Razem <borut.razem AT siol.net>
6037
6038         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6039         support/Util/findme.h, support/Util/system.h: enhance binary relative
6040         search for lib and include by using findProgramPath()
6041
6042 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6043
6044         * src/SDCCpeeph.h,
6045         * src/SDCCpeeph.c (pcDistance),
6046         * src/port.h,
6047         * src/mcs51/ralloc.h,
6048         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6049         * src/mcs51/main.h,
6050         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6051         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6052         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6053         size calculation port specific, started basis for some register
6054         optimizations
6055         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6056         missing push/pop of r0/r1. Optimized push/pops
6057         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6058         * device/lib/_modsint.c (_modsint),
6059         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6060         and stack version so regression tests pass
6061
6062 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6063
6064         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6065         * src/SDCCast.c (decorateType): catch another small optimization
6066         with '?' operator
6067         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6068         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6069         modified to finally use computeType() all over SDCC,
6070         see Feature Request #877103
6071         * src/SDCCval.h: cosmetic
6072         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6073         valCompare(); regression tested in muldiv.c
6074         * support/regression/tests/muldiv.c (testMod): mod sign follows
6075         dividend only
6076
6077 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6078
6079         * src/SDCCast.c (decorateType): fixed bug #902362
6080         * doc/INSTALL.txt: fixed install instructions for win32
6081
6082 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6083
6084         * device/include/Makefile.in (install): fixed by replacing spaces
6085         by tabs
6086         * doc/README.txt,
6087         * doc/INSTALL.txt: updated for release
6088         * doc/sdccman.lyx: added warning for --xstack being buggy
6089
6090 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6091
6092         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6093         to eliminate build warnings.
6094         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6095
6096 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6097            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6098
6099         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6100         removed -penable-stack, added comment for stack pragma, added
6101         warning for not initializing the stack/frame registers, removed
6102         comment at interrupts section
6103
6104         Stack is made permanent, there is no ability to disable stack usage.
6105         * src/pic16/device.h,
6106         * src/pic16/device.c: removed all references to USE_STACK macro,
6107         * src/pic16/device.c (pic16_dump_section): when no elements in
6108         rlist, free rlist before return,
6109         * (pic16_dump_int_registers): NEW, internal registers are a new set
6110         of general purpose registers reused by each function,
6111         * (checkAddReg): returns 1 if registers is added to set,
6112         * (pic16_groupRegistersInSection): when a registers is of type
6113         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6114         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6115         SRCASECMP macro is moved here from device.c
6116         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6117         PO_PCLATU, PO_PRODL, PO_PRODH,
6118         * (pic16_pCodeOpType, genMinus,
6119         changed compares to "a" register, with AOP_ACC,
6120         * (pic16_genPlus): fixed some bugs and indented properly,
6121         * (pic16_addSign): changed size to size+offset in the MOVWF
6122         instruction,
6123         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6124         multiply 8-bit operand by literal, result is 8-bit,
6125         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6126         multiply 2 8-bit operand, result is 8-bit,
6127         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6128         genUMult8X*_16,
6129         * src/pic16/gen.c: changed accUse to contain WREG only,
6130         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6131         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6132         true, do not use immediate addressing any more unless sym is a
6133         pointer in codespace,
6134         * (aopForRemat): do not use immediate addressing when symbol not in
6135         codespace and when symbol's address is requested,
6136         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6137         accUse size (= 1),
6138         * (aopGet): added case for AOP_ACC and don't return "accumulator
6139         bug" but WREG instead,
6140         * (popGetTempReg): pushes contents of temporary register in stack,
6141         * (popReleaseTempReg): pops contents of temporary register from
6142         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6143         * (pic16_popGet): separated case AOP_ACC to return register WREG
6144         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6145         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6146         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6147         the use of immediate pointers to certain cases only.
6148
6149         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6150         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6151         * (assignResultValue, genCall, genRet): modified to use the new
6152         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6153         genPcall is still broken,
6154         * (genFunction): added code to create 'A' type pBlocks when
6155         interrupt functions are generated, code not extensively tested yet,
6156         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6157         * (genEndFunction): modified so ISRs pop stored registers from stack,
6158         * (genMultOneByte): cleanup,
6159         * (AccRsh): added flag andmask, to and result with appropriate mask,
6160         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6161         * (genDataPointerGet): fixed and reenabled its use,
6162         * (genNearDataPointerGet): bugs fixed,
6163         * (genDataPointerSet): bugs fixed,
6164         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6165         pic16_DumpSymbol, pic16_DumpOp,
6166         * src/pic16/genutils.h: function prototypes for the above functions,
6167         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6168         pointers,
6169         * (pic16emitRegularMap): many many many improvements, but needs a
6170         major cleanup,
6171         * src/pic16/main.c: enable_stack in pic16_options is removed,
6172         * (_pic16_parseOptions): removed command line options -penable-stack,
6173         * (_process_pragma): emit stack symbol only when stack pragma is
6174         processed,
6175         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6176         redirected to FSR0L/FSR0H pair,
6177         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6178         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6179         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6180         for immediates,
6181         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6182         * (dumpPicOptype): NEW,
6183         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6184         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6185         with movff instruction,
6186         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6187         added pic16_int_regs, some packRegsFor* functions are commented out,
6188         because produce errors,
6189         * src/pic16/NOTES: minor modifications
6190
6191 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6192
6193         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6194         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6195         --pack-iram.
6196         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6197         * as/mcs51/lkaomf51.c: fixed bug #895763
6198
6199 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6200
6201         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6202
6203 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6204
6205         * doc/sdccman.lyx: added details about the HC08 storage classes and
6206         interrupts, fixed the register usage info for z80 & gbz80
6207
6208 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6209
6210         * doc/sdccman.lyx: added more pic16 port documentation
6211         * device/include/pic16/: added header pic18fregs.h
6212
6213 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6214
6215         * doc/sdccman.lyx: added Vangelis' contribution
6216
6217 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6218
6219         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6220         extend to the next CALL or PCALL, not just to the next CALL.
6221
6222 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6223
6224         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6225
6226 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6227
6228         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6229         bug #895752 and a better fix for bug #716790
6230
6231 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6232
6233         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6234
6235 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6236
6237         * doc/sdccman.lyx: minor changes, minor changed
6238
6239 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6240
6241         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6242         which can't handle SDCC_NEWONEBYTEOPS,
6243         (geniCodeMultiply): removed conversion from mult to shift for pic14
6244         and pic16
6245
6246 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6247
6248         * src/hc08/gen.h,
6249         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6250         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6251         thus fixing bug #895406
6252
6253 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6254
6255         * device/lib/_modsint.c,
6256         * device/lib/_modslong.c: sign follows divisor only
6257         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6258         signs or signedness can be ignored
6259         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6260         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6261         added optimization for IFX,
6262         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6263         arguments;
6264         reenabled optimization for IFX, which was removed on 2004-01-11
6265         * src/SDCCast.h: added return type IFX
6266         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6267         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6268         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6269         SDCC_OLDONEBYTEOPS selects the old behaviour
6270         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6271         changed again and commented promotion rule
6272         * src/SDCCval.c (valDiv): promotion no longer necessary
6273         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6274         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6275         rewritten
6276         * support/regression/tests/onebyte.c: added
6277
6278 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6279
6280         * gen.c (genInline): reverted to old code for assemnling inline
6281         code because of bug reported James Chadd
6282
6283 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6284
6285         * ralloc.h: missing declarations from previous patch,
6286         seems that patch for ralloc.h was never applied, fixed
6287
6288 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6289            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6290
6291         * pcode.c,
6292         * pcode.h,
6293         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6294         indirect addressing. Marked FSR0 as deprecated
6295         * gen.c (pointerCode): commented out, not needed now
6296         (pic16_popGet2p): new MOVFF helper function
6297         (genGenPointerGet),
6298         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6299         (shiftRLong): removed duplicate debugging info
6300
6301 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6302
6303         * src/ds390/gen.c (genNearPointerGet),
6304         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6305         optimization with bits, but not bitfields.
6306         * src/ds390/ralloc.c (packRegisters),
6307         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6308
6309 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6310
6311         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6312
6313 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6314
6315         * src/SDCCsymt.h,
6316         * src/SDCCicode.c (operandFromSymbol),
6317         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6318         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6319         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6320         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6321         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6322         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6323         bug #892038
6324         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6325         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6326         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6327         * src/SDCCsymt.c (newSymbol),
6328         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6329         enumerator_list),
6330         * src/SDCCval.h,
6331         * src/SDCCval.c (newiList): fixed bug #885705
6332
6333 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6334
6335         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6336         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6337
6338 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6339
6340         * device/include/c8051f120.h,
6341         * device/include/c8051f300.h,
6342         * device/include/c8051f310.h: added/updated header files for Silicon
6343         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6344         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6345         in new section Submitting patches
6346
6347 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6348
6349         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6350         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6351         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6352         genGenPointerSet),
6353         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6354         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6355         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6356         genGenPointerSet),
6357         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6358         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6359         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6360         genGenPointerSet),
6361         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6362         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6363         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6364         genGenPointerSet): fixed bug #892400
6365         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6366         to eliminate build warnings.
6367         * src/SDCCast.c (processParms),
6368         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6369         fixed bug 751859
6370         * support/valdiag/valdiag.py: added GCC to the list of defines active
6371         when compiling with gcc
6372
6373 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6374
6375         * support/Util/SDCCerr.h,
6376         * support/Util/SDCCerr.c,
6377         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6378         with an incomplete type (fixed bug #883734)
6379         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6380
6381 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6382
6383         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6384
6385 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6386
6387         * src/SDCCast.c (decorateType),
6388         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6389         function pointer implementation
6390         * support/regression/tests/funptrs.c: added tests to verify both forms
6391         of function pointers work correctly. Added tests to verify parameters
6392         are passed in the correct order.
6393
6394 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6395
6396         * device.c (regCompare): registers are sorted by ascending
6397         address and increasing size,
6398         * main.c (_pic16_finaliseOptions): removed the declaration
6399         of compiler macro MCU. Now a macro of the format pic18fxxxx
6400         will be defined from the command line
6401
6402 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6403             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6404
6405         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6406         PCOP_RLCF was overwritten!
6407         * gen.c (genSkip): commented out calls to pic16_emitcode,
6408         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6409         * (genlshTwo),
6410         * (genRRC): added debugging info,
6411         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6412         overwritten while shifting,
6413         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6414         overwritten while shifting,
6415         * (AccLsh),
6416         * (AccRsh),
6417         * (shiftLLeftOrResult),
6418         * (shiftRLeftOrResult),
6419         * (shiftRLong),
6420         * (shiftLLong): Implemented with pic16_emitpcode
6421         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6422         * (genLeftShift): Fixed bug, operand for shift by variable always
6423         was "and"ed with 0x0f,
6424         * (genLeftShiftLiteral),
6425         * (genrshTwo),
6426         * (genRightShiftLiteral): added debugging info,
6427         * (genrshFour): added comment,
6428         * (genRightShift): determined signedness from operand "left"
6429         instead of "result"
6430
6431 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6432
6433         * src/SDCCicode.c (geniCodeParms),
6434         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6435         function pointers, fixed function pointer bugs #861242 and #861896
6436
6437 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6438
6439         * device/include/c8051f000.h,
6440         * device/include/c8051f120.h,
6441         * device/include/c8051f300.h: added header files for Silicon
6442         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6443
6444 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6445
6446         * src/SDCCast.c (processParams): added new type flow and restructured
6447         (gatherAutoInit): added new type flow
6448         (addCast): cosmetic changes
6449         (getLeftResultType): added new type flow for array indices, patch
6450         provided by Stas, see FR #877103
6451         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6452         array index patch by Stas
6453         * src/SDCCast.h: added prototype getResultTypeFromType()
6454         * src/SDCCval.h,
6455         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6456         * src/pic/glue.c (pic14emitStaticSeg),
6457         * src/pic16/glue.c (pic16emitStaticSeg),
6458         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6459         for initialization of symbols
6460         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6461         * support/Util/SDCCerr.h:
6462         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6463         * .version: bumped version number to 2.3.8
6464         * device/include/Makefile.in (install),
6465         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6466         avoid warnings
6467
6468 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6469
6470         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6471         Slade Rich fixed an optimization bug
6472         * src/pic/pcodepeep.c,
6473         * src/pic/pcoderegs.c
6474         * doc/Makefile (install): added test for directory
6475
6476 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6477
6478         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6479         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6480         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6481         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6482         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6483         * as/mcs51/asexpr.c (term),
6484         * as/hc08/asexpr.c (term): fixed bug #887146
6485
6486 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6487
6488         * src/z80/gen.c (genMult): handle single byte result product
6489         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6490         DUMMY_READ_VOLATILE (fixed bug #886367)
6491
6492 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6493
6494         * support/regression/tests/libmullong.c: fixed logic, on little endian
6495         hosts we ended without a mullong_wrapper()
6496
6497 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6498
6499         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6500         virus/worm forged address usage.
6501
6502 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6503
6504         Fixed promotion, it should be done on AST level:
6505         * src/SDCCast.c (addCast): added promotion to int
6506         (decorateType): updated call to upCast()
6507         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6508         usualUnaryConversions()
6509
6510 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6511
6512         * support/regression/tests/literalop.c (mulWrapper): Added a
6513         wrapper to remove integer overflow warnings.
6514
6515         * support/regression/tests/float_trans.c: Made work on host.
6516
6517         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6518         location of sz80.
6519
6520         * support/regression/generate-cases.py (main): Changed from inline
6521         to a main method.
6522
6523         * doc/Makefile (install): Changed to depth first to get rid of
6524         missing directory install warning.
6525
6526         * as/Makefile (install-doc): Made work on Mac.
6527
6528 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6529
6530         * src/SDCCast.c: added an additional type flow in decorateType() of
6531         opposite direction, see feature request #860006; it's enabled at runtime
6532         by setting the environment variable SDCC_NEWTYPEFLOW
6533         * src/SDCCast.h: changed prototype of decorateType()
6534         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6535         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6536         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6537         see feature request #877103
6538         * src/SDCCval.c: updated call of decorateType()
6539         (valBitwise): fixed bug #882876
6540         (valMinus): added promotion
6541         (valLogicAndOr): result is unsigned
6542         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6543         * src/SDCCsymt.c (computeType),
6544         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6545         must not cause an unsigned operation
6546         * src/pic/glue (pic14emitRegularMap),
6547         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6548
6549 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6550
6551         * src/pic/pcode.c (PCodeID): commented out left over debug code
6552
6553 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6554
6555         * support/valdiag/tests/overflow.c: added shift tests
6556         * src/pic/device.c,
6557         * src/pic/gen.c,
6558         * src/pic/gen.h,
6559         * src/pic/glue.c,
6560         * src/pic/main.c,
6561         * src/pic/pcode.c,
6562         * src/pic/pcode.h,
6563         * src/pic/pcodepeep.c,
6564         * src/pic/pcoderegs.c,
6565         * src/pic/ralloc.c,
6566         * src/pic/ralloc.h: applied patch from Slade Rich;
6567         added support for multiple code pages and multiple RAM banks on the
6568         PIC 14 port. The ASM files now no longer simply assume all the
6569         code / RAM are in the same page / bank. This means the linker can
6570         safely allocate code/RAM of separate ASM files to different pages/banks.
6571         * doc/sdccman.lyx: added Slade's tips
6572         * src/mcs51/peeph.def: fixed bug #880768
6573
6574 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6575
6576         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6577         * src/SDCCast.c (decorateType): fixed bug #880197
6578
6579 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6580
6581         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6582         getopt.h.
6583
6584         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6585         strtof is not part of C89 and isn't included with Mac OS X.
6586
6587 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6588
6589         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6590         shiftL2Left2Result): fixed bug #879326
6591         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6592         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6593         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6594         address fetch for clr instruction
6595         * device/lib/hc08/_mulint.c: created optimized assembly version
6596         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6597
6598 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6599
6600         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6601         proposed in FR #877103
6602
6603 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6604
6605         * src/SDCCval.c (cheapestVal): added missing checks
6606         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6607         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6608
6609 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6610
6611         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6612         equal operands
6613
6614 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6615
6616         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6617         loaded with the linker search paths (-L arguments) and the libraries
6618         to be linked with the current source (-l arguments). Changes
6619         currently will affect only the pic16 port.
6620         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6621         include path the port specific paths and port specific libraries,
6622         * gplink command now contains the $3 argument,
6623         * src/pic16/device.h,
6624         * src/pic16/device.c,: structure PIC_device is made public and
6625         renamed to PIC16_device, the same for variable Pics which is renamed
6626         to Pics16. Updated all references to them.
6627         * src/pic16/glue.c (pic16glue): corrected bug with code
6628         initialization which bypassed the variable initializations block.
6629
6630         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6631         COMPILE_FLAGS and added the --nostdinc option
6632
6633 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6634
6635         * device/include/mc68hc908jb8.h: Register defs for another member
6636         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6637
6638 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6639
6640         Documenting changes from previous commits.
6641         * configure.in (version 1.56),
6642         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6643         when generating output files to configure the pic16 library,
6644         but now I've commented it out, since gputils aren't installed in the
6645         SF compile farm, so library won't compile
6646
6647         * device/lib/Makefile.in (version 1.56): initially I've added in
6648         target 'all' the prerequestive 'model-pic16' so it compiled the
6649         pic16 library, but now I've commented it out for the same reasons
6650         above,
6651         * added targets 'model-pic16' and 'objects-pic16' to compile the
6652         library
6653         * added target 'port-specific-objects-pic16' to handle the
6654         generated libraries and copy them into the build/ directory
6655         * added target 'clean-intermediate-pic16' to clean intermediate
6656         files into pic16 directory
6657         * in target 'installdirs' added line to create directory pic16 in
6658         the installation path
6659
6660         * device/include/Makefile.in (version 1.11): in target 'install'
6661         added lines to copy all header files to installation path,
6662         * in target 'installdirs' added line create directory for pic16
6663         headers in the installation path
6664
6665 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6666
6667         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6668          a function call
6669
6670 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6671
6672         * configure,
6673         * device/lib/configure.in,
6674         * device/lib/configure: fixed for autoconf 2.57
6675
6676 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6677
6678         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6679         option so that it actually works. Made it specific to the z80, since
6680         the gbz80 doesn't have these kinds of I/O ports.
6681
6682 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6683
6684         * device/include/z180.h,
6685         * device/lib/_memcpy.c,
6686         * device/lib/_memmove.c,
6687         * device/lib/_mulint.c,
6688         * device/lib/ser_ir.c,
6689         * device/lib/ser_ir_cts_rts.c,
6690         * device/lib/_strcmp.c,
6691         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6692         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6693         portmode; added deprecation warning for bank= and protmode= forms.
6694         Also, guard against buffer overflow.
6695         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6696
6697 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6698
6699         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6700         changed interrupt vector table generation to only emit declared vectors.
6701         * device/include/Makefile.in: added missing backslash
6702         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6703
6704 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6705
6706         Mainly changes to support compilation of the device libraries
6707         * src/pic16/device.c: stack is allocated via symbol and not
6708         via literal number. The symbol is placed in the corresponding
6709         position of the data ram
6710         * (pic16_dump_section): relocatable and absolute uninitialized
6711         data are now emitted in sorted order to reduce section naming,
6712         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6713         weren't marked as being in the access bank,
6714
6715 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6716
6717         Added portion of GNU PIC Library under the directory
6718         device/include/pic16 and device/lib/pic16. These files
6719         contain the declarations of SFRs for the PIC18Fxx2 devices.
6720         The directory is initialized via configure from toplevel.
6721
6722 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6723
6724         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6725         the spilllocations to be compared correctly
6726
6727 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6728
6729         * src/SDCCast.c (decorateType): fixed bug introduced today
6730
6731 2004-01-12  Borut Razem <borut.razem AT siol.net>
6732
6733         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6734         doc/sdccman.lyx: upper case pragmas are deprecated
6735
6736 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6737
6738         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6739         in simpler and even better code
6740
6741 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6742
6743         * src/SDCCicode.c (operandOperation): fixed bug #874819
6744         * src/SDCCast.c (decorateType): fixed
6745         char foo (unsigned long ul) { return ul > 0; }
6746
6747 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6748
6749         * doc/sdccman.lyx: Moved and added some sections, small changes
6750         all over. Telling LaTeX to be less strict with word spacing
6751         to better keep the right margin. Changed some notes about
6752         maintainance of the ports in section 3.2.1 - is it OK like this?
6753
6754 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6755
6756         SDCC source changes:
6757         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6758         convilong): modified to inform the pic16 port that builtin functions
6759         are external
6760
6761         PIC16 PORT specific changes:
6762         * src/pic16/device.c pic16_dump_equates() added,
6763         processor registers declared internally by the port are emitted in
6764         the translation as equates,
6765         * src/pic16/gen.c: inline code is passed unprocessed to the
6766         translation,
6767         * (pic16_popGetLit2): fnuction modified to take second operand as
6768         pCodeOp pointer and not as literal,
6769         * (popRegFromIdx): prefixed with pic16_,
6770         * (pic16_popCombine2): modified to receive already allocated pCode
6771         operands,
6772         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6773         * (genFunction): initializes local stack frame and pushes on stack
6774         all the registers used by this function,
6775         * (genEndFunction): restores all registers from stack and restores
6776         stack frame,
6777         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6778         improvements,
6779         * (pic16glue): changed the program startup sequence,
6780         * added new dbName code 'A' for functions placed in absolute section
6781         * src/pic16/main.c: added function attribute _naked,
6782         * added pragma 'code' to place a fnuction at an absolute address,
6783         * added command line arguments --debug-ralloc and --pcode-verbose,
6784         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6785         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6786         * (pic16_newpCodeOpLit2): modified to take the second operand as
6787         pCodeOp pointer,
6788         * (pic16_printpBlock): modified to emit each function in a separate
6789         section,
6790         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6791         UPPER for immediate operands,
6792         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6793         instruction,
6794         * src/pic16/peeph.def: all peepholes with movff are commented out,
6795         because there is a problem in the pcode peep optimizer,
6796         * src/pic16/ralloc.c: the register allocator can now reuse local
6797         function symbols for another function. This saves register usage.
6798         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6799
6800         Added file src/pic16/NOTES with information about program writing on
6801         the current port version.
6802
6803 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6804
6805         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6806         and peephole 252 (array access)
6807
6808 2004-01-09  Borut Razem <borut.razem AT siol.net>
6809
6810         * src/SDCCmain.c : fixed #872250: -l command line defined library
6811           files are scanned before standard library files
6812
6813 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6814
6815         * src/SDCCast.c (decorateType): fixed bug #874046
6816
6817 2004-01-09  Borut Razem <borut.razem AT siol.net>
6818
6819         * support/scripts/sdcc.nsi: remove previous installation
6820
6821 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6822
6823         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6824         bytes for last interrupt vector (mcs51)
6825         * sdcc.spec: fixed typo
6826
6827 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6828
6829         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6830         gen51Code): more efficient parameter receive for --model-large
6831         ("bug" #845294)
6832
6833 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6834
6835         * src/ds390/main.c,
6836         * src/z80/main.c: added missed needLinkerScript flags (more than
6837         one port structure defined in these file)
6838         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6839         bug #795325
6840
6841 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6842
6843         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6844         * src/port.h: added flag needLinkerScript in port->linker
6845         structure to inform whether to create a .lnk file or not,
6846         * src/avr/main.c,
6847         * src/ds390/main.c,
6848         * src/hc08/main.c,
6849         * src/mcs51/main.c,
6850         * src/pic/main.c,
6851         * src/pic16/main.c,
6852         * src/xa51/main.c,
6853         * src/z80/main.c: changed appropriately to configure
6854         needLinkerScript flag
6855         * src/pic/gen.c,
6856         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6857         * src/pic/glue.c: added variable udata_section_name to
6858         override default uninitialized data segment definition for
6859         devices only with SHAREBANK memory (reported from Erik Epetrich)
6860         * (pic14emitOverlay): modified to emit a commented overlay segment
6861         directive when no overlay data exist
6862         * (picglue): modified to emit uninitialized data segment
6863         according to udata_section_name
6864         * src/pic/main.c (_pic14_parseOptions): added command line
6865         options --udata-section-name=[name] to override default
6866         udata definition name
6867         * modified _linkCmd and _asmCmd to include compiler passed
6868         arguments via -W option
6869         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6870         object file from '.rel' to '.o' in port->linker structure,
6871         changed size of fptr from 2 to 3 in port structure
6872
6873 2004-01-07  Borut Razem <borut.razem AT siol.net>
6874
6875         * support/scripts/sdcc.nsi: update PATH
6876         * support/scripts/sdcc.ico: craeted
6877
6878 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6879
6880         * device/include/Makefile.in: fix install
6881         * doc/Makefile: fix install
6882
6883 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6884
6885         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6886         in bug #860505
6887         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6888         how the function variable allocation summary is displayed; also
6889         include information about variables allocated to the overlay
6890         segment
6891
6892 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6893
6894         * as/mcs51/lkmain.c: Help about -Y option
6895         * as/mcs51/lkarea.c: Fixed gcc warnings
6896
6897 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6898
6899         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6900         fixed warning
6901         * support/valdiag/tests/overflow.c: added
6902         * src/SDCCast.c (decorateType),
6903         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6904         LEFT_OP (left shift)
6905
6906 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6907
6908         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6909         (default behaviour).
6910
6911 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6912
6913         A python script to validate compiler diagnostic messages. It can be
6914         used to verify that sdcc complains about bad c source code and
6915         gives a good location of the error.
6916         * support/valdiag/Makefile,
6917         * support/valdiag/valdiag.py,
6918         * support/valdiag/tests/*
6919
6920 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6921
6922         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6923         * src/SDCCsymt.c (newEnumType),
6924         * src/SDCCsymt.h
6925         * support/Util/SDCCerr.c,
6926         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6927         enum related bugs.
6928         * support/regression/tests/enum.c: added test for enum values that
6929         require at least 2 bytes of storage.
6930
6931 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6932
6933         * src/common.h: added ifndef/define/endif macros
6934         around the header file.
6935         Bug reported from Jesus Calvino-Fraga
6936
6937 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6938
6939         * sdcc.spec: updated
6940         * device/include/Makefile.in: don't install CVS directories
6941         * device/lib/Makefile.in: added removal of CVS directories after install
6942         * doc/Makefile: fixed install, added local_icons
6943         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6944         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6945         * src/ds390/gen.c (genRightShift): fixed bug #870788
6946         * src/SDCCast.c (decorateType): fixed bug #870781
6947
6948 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6949
6950         PIC16 port related changes:
6951         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6952         added variable stackPos,
6953
6954         * gen.c: genCall, assignResultValue: added support for
6955         pushing/retrieving function parameters to/from stack,
6956         genFunction,genEndFunction: setup stack frame for the
6957         generated function,
6958         genAddrOf: will be changed according to bug 863624
6959
6960         * added files genutils.c and genutils.h which contain gen*
6961         debugged and optimised functions extracted from gen.c
6962
6963         * glue.c: added variable 'externs' which holds extern symbols,
6964         pic16emitRegularMap: is modified to properly handle relocatable
6965          symbols under the new scheme,
6966         pic16createInterruptVect: is modified
6967         pic16printPublics: is modified to emit 'global' assembler directives,
6968         added pic16_printExterns to print extern symbols,
6969         pic16glue: initializes stack/frame pointer in the beginning of
6970         the assembly output. Temporary hack, will be corrected later,
6971         because gplink yet does not support stack and SDCC does not
6972         yet support a type of crt0.o object to create the final binary.
6973
6974         * Removed many lines that contain 8051 legacy code.
6975         * The code is finally placed under a 'code' directive.
6976         * Added port specific options.
6977
6978         * _process_pragma: simplified since now we do not need *special*
6979         include file to define SFR registers. But a separate header
6980         will be needed. This will be developed later.
6981         * _pic16_parseOptions: added, parses port specific options:
6982         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6983         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6984         --preplace-udata-with=
6985
6986         * _pic16_setDefaultOptions: modified to initialize section names,
6987         but hack is temporarly out of order since it needs improvement.
6988         * _pic16_genAssemblerPreamble: configuration words are emitted by
6989         their address instead of their name. This part is incomplete and
6990         supports only the 18Fxx2 devices. Other devices will emit an error
6991         during assembly since they do not contain the same set of config
6992         registers
6993         * _pic16_genIVT: is modified,
6994
6995         * pcode.c: added definitions for some hardware registers that are needed
6996         for stack support
6997         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6998         All PCI entries are updated. Now LFSR is supported.
6999         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7000         * added pic16_newpCodeOpLit2 to support instructions with
7001         two literal arguments
7002         * pic16_pCode2str: corrected code that emits assembler instructions
7003         with two literal operands and those that have an access bit modifier
7004         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7005         this fixes a bug which caused some labels to be lost, when an
7006         assembler directive was added, i.e. banksel,
7007         * pic16_FixRegisterBanking: improved logic that causes the insertion
7008         of bank switching,
7009         * InlineFunction: functions that are called once, are not any more
7010         inlined. This can be a port option in the future,
7011
7012         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7013
7014         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7015         hold the corresponding uninitialized symbols,
7016         * pic16_allocProcessorRegister: registers have explicit marked the
7017         accessBank field,
7018         * pic16_allocInternalRegister: registers are explicit marked as
7019         not used,
7020         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7021         processing list, so bit registers were lost,
7022         *
7023
7024         * ralloc.h: added field 'accessBank' and original symbol operand
7025         in register definition,
7026         * removed the field isMapped from register definition,
7027
7028         ** Several functions have been removed from various sources:
7029         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7030         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7031         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7032         pic16_assignRelocatableRegisters
7033
7034         ** others have been introduced:
7035         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7036         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7037
7038 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7039
7040         * support/scripts/inc2h.pl: changed definition of BIT_AT
7041         to emit 'sbit at' instead of 'bit at'. This was a request.
7042
7043         PIC16 port related preliminary changes:
7044         * gen.c: prefixed function popRegFromString with
7045         pic16_ and all references to it corrected
7046         * pcode.c: all pic16_pc_* hardware registers prefixed
7047         with underscore (_),
7048         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7049         * ralloc.c: newReg(): when register is REG_SFR then
7050         set address to rIdx,
7051         pic16_allocProcessorRegister(): marks register wasUsed=0
7052         pic16_writeUsedRegs(): added a call to assign processor
7053         registers via pic16_assignFixedRegisters
7054
7055 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7056
7057         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7058         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7059         variables in unused register banks.  Also the SSEG is placed
7060         wherever there is enough space for it, and IDATA can be anywhere
7061         in internal RAM.  For now compile using -Wl-Y[stack_size].
7062         The mem file is different for this option as well, since it
7063         makes no sense of talking about DSEG lenght.
7064
7065 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7066
7067         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7068         in certain cases, e.g. when ROM assignment, patch provided
7069         from Albert den Haan.
7070
7071 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7072
7073         Many signedness and type propagation fixes:
7074         * src/SDCCicode.c: made geniCodeCast() static
7075         replaced SPEC_ by IS_ (cosmetic)
7076         (operandOperation): fixed div and mod operation
7077         (usualBinaryConversions): added support for promotion of char
7078         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7079         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7080         (geniCodeAdd): an array index will stay unsigned, even if promoted
7081         from char to int
7082         (geniCodeArray): ditto
7083         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7084         * src/SDCCsymt.c (computeType): added more support for char;
7085         promotion of char is selectable by promoteCharToInt, fixed signedness
7086         for all cases
7087         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7088         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7089         * src/SDCCval (val*): replaced signedness calculation by
7090         computeType()
7091         rearranged if-branches (cosmetic)
7092         (valShift): added warning W_SHIFT_CHANGED
7093         (valCompare): fixed problem with different types
7094         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7095         * support/regression/tests/literalop.c: added many cases
7096         * support/regression/tests/ast_constant_folding.c: changed finally to
7097         'unsigned int'
7098         * .version: new year, new version: 2.3.7
7099         * src/SDCCmain.c (main): applied patch #866468
7100         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7101         provided by Scott Bronson
7102         * doc/sdccman.lyx: updated documentation for sdcdb
7103         updated and added chapter tips
7104
7105 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7106
7107         * src/SDCCsymt.h: missing from yesterday's commits
7108
7109 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7110
7111         * src/SDCC.y (struct_or_union_specifier),
7112         * support/Util/SDCCerr.c,
7113         * support/Util/SDCCerr.h: verify that struct & union tags are used
7114         as declared.
7115
7116 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7117
7118         * src/SDCCglobl.h: missing from yesterday's commits
7119
7120 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7121
7122         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7123         sft_attributes, struct_declaration, parameter_declaration,
7124         type_name, start_block, declaration_list),
7125         * src/SDCC.lex (check_type): support redefinition of typedef names
7126
7127 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7128
7129         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7130         aligned xdata arrays. Erik helped me with the if clause.
7131
7132 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7133
7134         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7135         warning
7136
7137 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7138
7139         * src/SDCCast.h,
7140         * src/SDCCast.c (newAst_),
7141         * src/SDCCicode.h,
7142         * src/SDCCicode.c (ast2iCode, newiCode),
7143         * src/SDCCglobl.h,
7144         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7145         expr, statement, expression_statement, selection_statement,
7146         iteration_statement, expr_opt, jump_statement): foundation for tracking
7147         sequence points
7148         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7149         point code too)
7150
7151 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7152
7153         * support/Util/SDCCerr.c,
7154         * src/SDCCast.h,
7155         * src/SDCCast.c (createCase, createDefault, decorateType),
7156         * src/SDCClabel.c (labelUnreach),
7157         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7158         to error messages.
7159         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7160         (with thanks to Stas Sergeev)
7161         * device/include/time.h,
7162         * device/lib/time.c (CheckTime): suppress unreachable code warning
7163
7164 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7165
7166         * src/SDCCast.c (createIvalCharPtr),
7167         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7168         bug #753752)
7169         * support/regression/tests/nullstring.c: tests for these two bugs
7170
7171 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7172
7173         * support/Util/SDCCerr.h,
7174         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7175         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7176         about storage class and 'at' used inside struct or union
7177         * src/SDCCBBlock.c (iCodeFromeBBlock),
7178         * src/SDCCcse.c (ifxOptimize),
7179         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7180         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7181         printIval, emitStaticSeg, emitOverlay),
7182         * src/SDCClabel.c (deleteIfx),
7183         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7184         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7185         gatherAutoInit, processParms),
7186         * support/Util/SDCCerr.h,
7187         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7188         reporting for post-parse errors.
7189
7190 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7191
7192         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7193         implicit casts via union; they don't work on big endian systems
7194         (possible fix for bug #861138)
7195
7196 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7197
7198         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7199         * src/mcs51/main.c: fixed the fix for bug #737001
7200
7201 2003-12-15  Borut Razem <borut.razem AT siol.net>
7202
7203         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7204
7205 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7206
7207         * support/makebin/makebin.c: put output in binary mode
7208
7209 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7210
7211         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7212         xdata and data memory on startup. Set the environment variable
7213         SDCC_NOGENRAMCLEAR to disable this.
7214         * src/mcs51/peephole.def,
7215         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7216         (allows non-interrupt and interrupt code to safely compete for a resource
7217         without the non-interrupt code having to disable interrupts)
7218
7219 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7220
7221         * src/SDCCicode.c (geniCodeAdd),
7222         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7223         with valFromType if type might be a pointer and host is big endian).
7224         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7225         types, not just integer types.
7226         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7227         multiply defined with mismatching "at" address.
7228
7229 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7230
7231         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7232         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7233         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7234         with embedded nulls (fixed bug #753752)
7235
7236 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7237
7238         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7239         Apparently this did not see much testing (endless loop)
7240
7241 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7242
7243         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7244
7245 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7246
7247         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7248         gracefully handle NULL memmap pointers
7249
7250 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7251
7252         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7253         instead of deleting the iCode when an operand is volatile
7254         * src/z80/gen.c (genDummyRead),
7255         * src/mcs51/gen.c (genDummyRead),
7256         * src/ds390/gen.c (genDummyRead),
7257         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7258         not just IC_RIGHT
7259         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7260         * src/SDCC.y: fixed bug #850420
7261
7262 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7263
7264         Applied z80 i/o port patch from Peter Townson and fixed some operators
7265         to better handle operands in A register.
7266         * device/include/z180.h
7267         * src/SDCC.y
7268         * src/SDCCglue.c
7269         * src/z80/gen.c
7270         * src/z80/gen.h
7271         * src/z80/main.c
7272         * src/z80/peeph-z80.def
7273         * src/z80/peeph.def
7274         * src/z80/z80.h
7275
7276 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7277
7278         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7279
7280 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7281
7282         * device/lib/hc08/_mullong.c: Removed extra #endif
7283
7284 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7285
7286         * sim/ucsim/hc08.src/inst.cc,
7287         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7288         carries from x to h
7289         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7290         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7291         * device/include/stdarg.h: fixed varargs for hc08
7292         * device/lib/Makefile.in,
7293         * device/lib/hc08/Makefile,
7294         * device/lib/hc08/_mulint.c,
7295         * device/lib/hc08/_mullong.c: fixed some endian problems
7296
7297 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7298
7299         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7300         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7301         * device/lib/_gptrget.c,
7302         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7303
7304 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7305
7306         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7307         * src/SDCCast.c (astErrors): fixed bug #846007
7308         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7309
7310 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7311
7312         * src/SDCCast.c (decorateType): disabled a transformation I added in
7313         revision 1.188 (access to fields of a structure at an absolute address);
7314         it breaks with bitfields, extern declarations, and gcse analysis.
7315         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7316         could be assigned through a pointer, so don't complain.
7317         * src/SDCCast.c (astErrors),
7318         * src/SDCCast.h,
7319         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7320
7321 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7322
7323         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7324         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7325         output of __config directives, since gpasm now supports them
7326         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7327         pre-processor macro, i.e. -DMCU=p18f452
7328         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7329         and modified to handle 'cast' icode similarly to '=' icode
7330         * src/pic16/device.h (typedef struct PIC_device): added field
7331         'extMIface' to indicate that chip has external memory interface
7332         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7333         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7334         18F8720
7335
7336 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7337
7338         * src/SDCC.y (pointer): fixed bug #846006
7339         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7340         * src/SDCCast.c (decorateType): fixed bug #846009
7341         * src/ds390/peeph.def,
7342         * src/ds390/gen.c (genAnd, genOr),
7343         * src/mcs51/peeph.def,
7344         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7345
7346 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7347
7348         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7349         * src/SDCCdflow.c
7350         * src/SDCCcse.c
7351         * src/SDCCcse.h
7352         * src/SDCCBBlock.h
7353         * src/SDCCBBlock.c
7354
7355 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7356
7357         fixed bug #845089
7358         * src/SDCCbitv.h,
7359         * src/SDCCbitv.c: added function to free a bitvector
7360         * src/SDCClrange.h,
7361         * src/SDCClrange.c: added function to recompute the liveranges
7362         * src/avr/ralloc.c,
7363         * src/ds390/ralloc.c,
7364         * src/hc08/ralloc.c,
7365         * src/mcs51/ralloc.c,
7366         * src/pic/ralloc.c,
7367         * src/pic16/ralloc.c,
7368         * src/xa51/ralloc.c,
7369         * src/z80/ralloc.c: recompute the liveranges after register packing
7370
7371 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7372
7373         * src/SDCCloop.c (newInduction): fixed bug #845630
7374
7375 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7376
7377         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7378         inadvertantly left behind from my 2003-11-12 change
7379
7380 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7381
7382         Updated headers I neglected to commit yesterday.
7383         * src/SDCClrange.h,
7384         * src/SDCCicode.h
7385
7386 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7387
7388         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7389         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7390         * src/SDCCopt.c (eBBlockFromiCode),
7391         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7392         the creation of the key hash table from the sequencing so it can be used
7393         earlier (for some GCSE bug fixes still pending)
7394
7395 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7396
7397         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7398         * support/regression/tests/addsub.c: testing genPlus shortcut
7399
7400 2003-11-15  Borut Razem <borut.razem AT siol.net>
7401
7402         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7403
7404 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7405
7406         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7407         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7408         ordering is immaterial.
7409         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7410
7411 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7412
7413         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7414         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7415         (SIGSEV) of bug #840381
7416         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7417         unlink new file before rename if new and old filenames are the same)
7418
7419 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7420
7421         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7422         uninitialized variables) for the mcs51. Set environment variable
7423         SDCC_GENRAMCLEAR to test.
7424         xdata initialization slightly shorter
7425
7426 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7427
7428         * src/SDCCsymt.h,
7429         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7430         #838241 & 780691 (basicly the same bug)
7431         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7432         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7433
7434 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7435
7436         * src/SDCCmain.c (linkEdit): "fix" #834252
7437
7438 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7439
7440         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7441         * src/SDCCast.h,
7442         * src/SDCC.y: fixed bug #819403
7443
7444 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7445
7446         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7447         the reentrant attribute.
7448         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7449         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7450         simulation
7451         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7452         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7453         erroneously reduced to a literal.
7454         * src/hc08/ralloc.c (packRegisters, rematStr),
7455         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7456         some cases
7457
7458 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7459
7460         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7461         * doc/sdccman.lyx: changed from 'article' to 'book'
7462         * doc/Makefile: readded test_suite_spec and cdbfileformat
7463
7464 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7465
7466         * device/include/stdlib.h: include malloc.h to comply with ANSI
7467         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7468
7469 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7470
7471         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7472         * doc/clean.mk: also remove *.out files
7473         * doc/sdccman.lyx: some additions, larger top/bottom margins
7474
7475 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7476
7477         * src/SDCC.y: fixed bug #837365
7478         * support/regression/tests/bitopcse.c
7479         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7480         a symbol (might be valop instead)
7481         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7482         * device/lib/clean.mk: added hc08 to the cleaning list
7483
7484 2003-11-04  Borut Razem <borut.razem AT siol.net>
7485
7486         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7487           made 2003-11-04
7488         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7489           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7490           malloc is declared in standard stdlib.h
7491
7492 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7493
7494         * device/lib/hc08/Makefile: need to clean .rel not .o files
7495         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7496
7497 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7498
7499         * src/port.h,
7500         * src/hc08/main.c,
7501         * src/mcs51/main.c,
7502         * src/ds390/main.c,
7503         * src/z80/main.c,
7504         * src/avr/main.c,
7505         * src/pic/main.c,
7506         * src/pic16/main.c,
7507         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7508         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7509         tests (which uses the port's oclsExpense function)
7510         * src/SDCC.y,
7511         * src/SDCCast.c,
7512         * src/SDCCicode.c,
7513         * src/hc08/gen.c,
7514         * src/ds390/gen.c,
7515         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7516
7517 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7518
7519         * src/SDCCcse.c (ifxOptimize),
7520         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7521         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7522         deleting the IFX iCode.
7523         * src/hc08/ralloc.c: reduced unneeded slocs
7524         * src/hc08/gen.c: fixed bug in asmopToBoolean
7525
7526 2003-11-04  Borut Razem <borut.razem AT siol.net>
7527
7528         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7529           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7530           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7531           transferred to configure
7532
7533 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7534
7535         Use headers defined in the C[++] standards:
7536         * sim/ucsim/gui.src/serio.src/fileio.cc
7537         * sim/ucsim/gui.src/serio.src/frontend.cc
7538         * sim/ucsim/gui.src/serio.src/main.cc
7539         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7540         * support/Util/NewAlloc.c
7541         * as/hc08/lklibr.c
7542         * as/mcs51/lklibr.c
7543         * as/z80/aslist.c
7544         * as/z80/assym.c
7545
7546 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7547
7548         * Added MSVC projects for hc08 assembler and linker:
7549         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7550         /as/hc08/link_hc08.dsp
7551
7552 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7553
7554         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7555
7556 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7557
7558         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7559
7560 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7561
7562         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7563
7564 2003-10-31  Borut Razem <borut.razem AT siol.net>
7565
7566         * support/cpp2/cpplib.h,
7567           support/cpp2/cpplib.c,
7568           support/cpp2/cpplex.c,
7569           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7570           to switch _asm block preprocessing on / off. Default is
7571           #pragma preproc_asm +
7572
7573 2003-10-31  Borut Razem <borut.razem AT siol.net>
7574
7575         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7576           when outputting comment blocks (when executed with -C option) and
7577           _asm (SDCPP specific) blocks
7578
7579 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7580
7581         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7582
7583 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7584
7585         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7586
7587 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7588
7589         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7590         * src/SDCCast.c (decorateType): fixed bug #832664
7591
7592 2003-10-31  Borut Razem <borut.razem AT siol.net>
7593
7594         * support\cpp2\cpplex.c: fixed for SDCPP:
7595           comments(when executed with -C option) and _asm blocks
7596           were included even if they where in skipped #if block.
7597           Applied solution from GCC cpp 3.3.2
7598
7599 2003-10-31  Borut Razem <borut.razem AT siol.net>
7600
7601         * src/SDCC.lex: sdcc now understands both formats:
7602           '# <line_number> <file_name>' and
7603           '#line <line_number> <file_name>'
7604         * support/cpp2/cppmain.c: sdcpp now generates the standard
7605           '# <line_number> <file_name>' instead of former
7606           '#line <line_number> <file_name>'
7607
7608 2003-10-30  Borut Razem <borut.razem AT siol.net>
7609
7610         * support/cpp2/cpphash.h,
7611         * support/cpp2/cpplib.h
7612         * support/cpp2/cpplex.c,
7613         * support/cpp2/cppmain.c,
7614         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7615
7616 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7617
7618         Fixed a number of problems revealed by bug #827883.
7619         * src/SDCCloop.c (loopInvariants): Spill location of the
7620         result operand should be recomputed if extracted from
7621         a loop. Also, don't extract assignments of an iTemp
7622         from a literal.
7623         * src/SDCCast.c (isConformingBody): loop reversal should
7624         not occur if the control variable is involved with a
7625         relational operator.
7626
7627 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7628
7629         * .version: bumped to 2.3.6 to reflect the big improvements
7630         made by Erik and Klaus. Thanks!
7631
7632 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7633
7634         Replaced the livrange code.
7635         * src/SDCClrange.c: added new LR code
7636         * src/SDCCloop.c,
7637         * src/SDCCBBlock.h: removed remainig parts from old LR code
7638         * src/ds390/ralloc.c,
7639         * src/ds390/gen.c: minor fixes to make it work with new code
7640
7641 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7642
7643         * as/hc08/asm.h,
7644         * as/hc08/lkrloc.c,
7645         * src/hc08/gen.c,
7646         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7647         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7648         (tweaked fix for bug #818696)
7649
7650 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7651
7652         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7653
7654 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7655
7656         * src/SDCCmain.c,
7657         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7658         * src/mcs51/gen.c (gencjneshort),
7659         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7660         more efficient (per Scott Bronson's suggestion)
7661
7662 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7663
7664         Extended the semantics of the critical keyword to include
7665         individual statements. See RFE #827755 and #799831
7666         * src/SDCC.y
7667         * src/SDCCicode.c
7668         * src/SDCCopt.c
7669         * src/SDCCast.c
7670         * support/Util/SDCCerr.c
7671         * support/Util/SDCCerr.h
7672         * src/mcs51/gen.c
7673         * src/ds390/gen.c
7674         * src/hc08/gen.c
7675
7676 2003-10-19  Borut Razem <borut.razem AT siol.net>
7677
7678         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7679
7680 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7681
7682         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7683         Fixed bug #818696
7684         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7685         and predecrement operand is displayed
7686
7687 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7688
7689         * src/SDCCval.c (valMinus): fixed bug #826041
7690
7691 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7692
7693         Some hc08 related updates that I missed earlier
7694         * sim/ucsim/stypes.h
7695         * support/regression/ports/hc08/spec.mk
7696
7697 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7698
7699         New target "hc08" for the Motorola 68hc08 family of micros
7700
7701         * configure
7702         * configure.in
7703         * Makefile
7704         * src/hc08/*
7705         * src/SDCCmain.c
7706         * src/port.h
7707         * sim/ucsim/hc08.src/*
7708         * sim/ucsim/configure.in
7709         * src/ucsim/configure
7710         * sim/ucsim/packages_in.mk
7711         * as/hc08/*
7712         * as/Makefile
7713         * device/include/mc68hc908qy.h
7714         * device/lib/hc08/*
7715         * device/lib/Makefile.in
7716         * support/regression/ports/hc08/*
7717         * support/regression/Makefile
7718
7719 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7720
7721         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7722         regression test
7723         * src/ds390/gen.c (genCast): fixed bug #821957
7724
7725 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7726
7727         * device/lib/logf.c: "fixed" overlay bug
7728         * support/regression/ports/host/spec.mk: added m library
7729         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7730         * support/regression/tests/float_trans: added (for Eric)
7731
7732 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7733
7734         * src/mcs51/gen.c (genCpl): fixed bug
7735         http://sf.net/mailarchive/message.php?msg_id=6263915
7736
7737 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7738
7739         * src/SDCCast.c (decorateType): added extended constant folding
7740         * src/SDCCsymt.c (computeType): cleanup
7741         * src/SDCCval.c (valShift): minor optimization
7742         * support/regression/tests/ast_constant_folding.c: added
7743
7744 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7745
7746         * src/SDCCmain.c: removed some unintended changes
7747
7748 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7749
7750         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7751         * src/z80/gen.c: fixed part of bug #817589
7752         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7753
7754 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7755
7756         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7757         * src/SDCCcflow.c
7758         * src/SDCCcse.c
7759         * src/SDCCdflow.c
7760         * src/SDCClabel.c
7761         * src/SDCClrange.c
7762         * src/SDCCmem.c
7763         * src/SDCCopt.c
7764         * src/SDCCpeeph.c
7765         * src/SDCCset.c
7766         * src/avr/ralloc.c
7767         * src/ds390/ralloc.c
7768         * src/izt/ralloc.c
7769         * src/mcs51/ralloc.c
7770         * src/pic/ralloc.c
7771         * src/pic16/ralloc.c
7772         * src/xa51/ralloc.c
7773         * src/z80/ralloc.c
7774         * src/z80/gen.c: removed unused label "release:"
7775
7776 2003-10-06  Borut Razem <borut.razem AT siol.net>
7777
7778         * src/SDCC.lex: removed definition of unused variables
7779           save_optimize and save_options
7780
7781 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7782
7783         * clean.mk: removed '=' in "-maxdepth=1"
7784         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7785         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7786
7787 2003-10-06  Borut Razem <borut.razem AT siol.net>
7788
7789         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7790           my_unput() replaced by unput()
7791
7792 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7793
7794         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7795         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7796         type-punned pointer will break strict-aliasing rules"
7797         Old LR behaviour is again default; Klaus' LR can be choosen by
7798         defining the environment variable LRKLAUS
7799         * src/SDCCBBlock.h
7800         * src/SDCCloop.c
7801         * src/SDCClrange.c
7802         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7803         * clean.mk: fixed removal of files in bin/CVS/
7804         * device/lib/clean.mk: fixed removal of directories small and large
7805         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7806         * src/SDCCicode.c,
7807         * src/SDCCval.c: removed superflous test for pedantic
7808
7809 2003-10-05  Borut Razem <borut.razem AT siol.net>
7810
7811         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7812           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7813           message "unmatched #pragma SAVE and #pragma RESTORE"
7814
7815 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7816
7817         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7818           assembly, critical functions, atomic, nojtbound)
7819
7820 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7821
7822         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7823         * src/SDCCBBlock.h
7824         * src/SDCCloop.c
7825         * src/SDCCloop.h
7826         * src/SDCClrange.c
7827
7828 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7829
7830         * src/z80/gen.h,
7831         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7832         * src/mcs51/gen.h
7833         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7834         * src/ds390/gen.h
7835         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7836         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7837         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7838
7839 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7840
7841         * src/z80/gen.c (genRet): fixed bug #524753
7842         * src/z80/gen.c (genCast): fixed internal error on cast from
7843         pointer to long
7844         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7845         fix for bug #477835 to the z80
7846         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7847         for tracking iCodes in the peephole optimizer for z80
7848
7849 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7850
7851         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7852         the other part of bug #814548
7853         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7854
7855 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7856
7857         * src/SDCCcse.c: fixed part of bug #814548
7858
7859 2003-09-28  Borut Razem <borut.razem AT siol.net>
7860
7861         * src/asm.c: rewrite of printILine() to use temporary file instead
7862           a pipe
7863         * src/xa51/main.c: commented out declaration of int rewinds
7864
7865 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7866
7867         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7868
7869 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7870
7871         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7872         * src/asm.c (printILine): Fixed bug #811015
7873
7874 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7875
7876         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7877         freeing.
7878
7879 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7880
7881         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7882         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7883         to correctly handle general case of AOP_PAIRPTR
7884         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7885
7886 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7887
7888         * src/mcs51/ralloc.c (fillGaps),
7889         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7890         register positioning bug)
7891
7892 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7893
7894         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7895
7896 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7897
7898         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7899         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7900         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7901         (ralloc doesn't intentionally do this now, but perhaps later)
7902         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7903         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7904         register positioning bugs (Fixed bug #762602 and #795325)
7905         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7906         (Fixed bug #808779)
7907         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7908         lines that --i-code-in-asm generates
7909
7910 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7911
7912         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7913         trying to fclose a FILE* that was already closed.
7914
7915 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7916
7917         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7918         of const struct should be treated as if const themselves)
7919
7920 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7921
7922         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7923
7924 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7925
7926         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7927         Unix (/n) and DOS (/r/n) line terminations.
7928
7929 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7930
7931         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7932         bug #613775
7933
7934 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7935
7936         * src/mcs51/gen.c (genFunction, genEndFunction),
7937         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7938         and restore of EA so that stack offsets to parameters are
7939         correct when using both critical and reentrant/stack-auto.
7940         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7941         size (can be triggered in error if sloc is shared between
7942         different sized objects)
7943         * device/include/float.h: fixed macros to explicitly use
7944         unsigned long where needed
7945
7946 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7947
7948         Feature req. 799831: added code to allow nesting of critical functions
7949         * src/mcs51/gen.c (genFunction, genEndFunction)
7950         * src/ds390/gen.c (genFunction, genEndFunction)
7951
7952 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7953
7954         * src/SDCCsymt.c (sclsFromPtr),
7955         * src/SDCCsymt.h,
7956         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7957         support for standard C idiom of memory mapped variables; for
7958         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7959         to xdata int at 0x1234 tempvar = 1.
7960         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7961         provided by Akiya ISHIDA
7962
7963 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7964
7965         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7966         * src/SDCCval.c (constVal): added reduction from int to char
7967         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7968         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7969         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7970         to ignore the sign
7971         * support/regression/tests/shifts.c: fixed
7972
7973 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7974
7975         * src/z80/gen.c (genXor): Fixed bug #805445
7976
7977 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7978
7979         Fixed bug #621531 (const & volatile confusion in the type chain).
7980         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7981         refer to the const or volatile state of the pointer itself.
7982
7983         * src/SDCCast.c
7984         * src/SDCCglue.c
7985         * src/SDCCicode.c
7986         * src/SDCCsymt.c
7987         * src/SDCCval.c
7988         * src/SDCC.y
7989         * src/SDCCsymt.h
7990         * src/pic/gen.c
7991         * src/pic/ralloc.c
7992         * src/pic16/gen.c
7993         * src/pic16/ralloc.c
7994         * support/regression/tests/const.c
7995
7996 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7997
7998         When checking for duplicated modules, use absolute paths
7999         instead of relative paths.  Files changed:
8000
8001         * as/mcs51/lklib.c
8002         * link/z80/lklib.c
8003
8004 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8005
8006         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8007
8008 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8009
8010         * device/include/string.h: added size_t typedef, changed
8011         prototypes to use size_t, eliminated separate reentrant and
8012         non-reentrant declarations, added _memmove declaration
8013         * device/lib/_memcpy.c: changed to use size_t instead of int,
8014         changed /4 to >>2 to avoid division library call
8015         * device/lib/_memcmp.c,
8016         * device/lib/_memset.c,
8017         * device/lib/_strncat.c,
8018         * device/lib/_strncpy.c,
8019         * device/lib/_strncmp.c: changed to use size_t instead of int
8020         * device/lib/_memmove.c: new file (fixed bug #772294)
8021         * device/lib/Makefile.in: added _memmove.c
8022         * device/lib/z80/asm_strings.s: fixed bug #772290
8023         * support/regression/tests/bitfields.c: attempt to fix host assertion
8024         failure on amd64-unknown-linux2.2
8025
8026 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8027
8028         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8029         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8030         * as/z80/asmain.c (main): fixed bug #801766
8031
8032 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8033
8034         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8035         compilers
8036
8037 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8038
8039         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8040         reported in bug #800609
8041
8042 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8043
8044         * Top header beautifications in src/pic16 directory:
8045           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8046           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8047           pcoderegs.h, ralloc.c, ralloc.h
8048         * main.c: added top header and GPL license notice
8049         * pcode.c: fixed the if-conditional warning
8050
8051 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8052
8053         * device/lib/_mullong.c: replaced int by short for gcc
8054
8055 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8056
8057         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8058         and JUMPTABLE iCodes properly now (worked by accident before)
8059         * src/mcs51/gen.c (leftRightUseAcc),
8060         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8061         iCode properly now. Use getSize instead of nRegs since a & b
8062         aren't part of the nRegs tally.
8063
8064 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8065
8066         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8067         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8068           before instructions that use the _STATUS register
8069
8070 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8071
8072         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8073         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8074         fetching of the pointer
8075         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8076         copied from genNearPointerSet()
8077         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8078         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8079         If they pop r0/r1 they must be called in the opposite order than aopOp().
8080         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8081         (resp. --stack-auto), prepared for --xstack
8082
8083 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8084
8085         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8086
8087 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8088
8089         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8090         these ports have their own __sdcc_external_start()
8091
8092 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8093
8094         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8095         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8096         type for bits was changed. It resulted in bit variables becoming
8097         global, which is not permitted in PIC 14 assembly output.
8098
8099 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8100
8101         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8102
8103 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8104
8105         Z80 and MCS51 linkers complaint if a public symbol is defined
8106         in more than one library module:
8107
8108         * as/mcs51/lklib.c
8109         * link/z80/lklib.c
8110         * as/mcs51/Makefile.in
8111
8112 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8113
8114         A few small changes that speed up the peephole optimizer.
8115
8116         * src/SDCCpeeph.c
8117
8118 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8119
8120         Try to make the peephole optimizer smarter by maintaining
8121         an association between the assembly source code and the
8122         iCodes that originated them. Put this information to use
8123         with a new peephole rule condition "notVolatile" so that
8124         the rules can be aggressive yet still safe.
8125
8126         * src/SDCCpeeph.c
8127         * src/SDCCpeeph.h
8128         * src/mcs51/gen.c
8129         * src/mcs51/peeph.def
8130
8131 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8132
8133         Fixed bug #741761
8134
8135         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8136         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8137         if the left or right operand symbols have the accuse flag set.
8138
8139 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8140
8141         Changed the type of the result of the ! (NOT) operator to char;
8142         previously it returned the same type as the source. This allows
8143         us to eliminate all the genFloatNot functions (all of its target
8144         implementations were very buggy) since !float can use the same
8145         code as !long now.
8146
8147         * src/SDCCicode.c (ast2iCode): ! returns char
8148         * src/mcs51/gen.c (genNot, genNotFloat),
8149         * src/ds390/gen.c (genNot, genNotFloat),
8150         * src/z80/gen.c (genNot, genNotFloat),
8151         * src/pic/gen.c (genNot, genNotFloat),
8152         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8153
8154 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8155
8156         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8157         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8158            during interrupts. Ensure WSAVE is located at a shared bank address.
8159         2. Fixed page selection in some places
8160         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8161            the registers name strings.
8162         4. Fixed "signed / unsigned compare" compiler warnings.
8163         5. The PIC port manages its own allocation of the general purpose
8164            registers, but makes no attempt to reuse them. As a result when
8165            compiling it soon runs out of general purpose registers. Some
8166            additional code was added to the files pcode.c and device.c to walk
8167            through the function call tree and rename the registers so that they
8168            get reused.
8169
8170         * src/pic/device.c
8171         * src/pic/gen.c
8172         * src/pic/glue.c
8173         * src/pic/pcode.c
8174         * src/pic/pcode.h
8175         * src/pic/ralloc.c
8176         * src/pic/ralloc.h
8177         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8178         genPlus() & genMinus() when the result is the same as left or right
8179
8180 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8181
8182         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8183
8184 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8185
8186         Made bitfield a distinct type from bit so that bitfields
8187         convert as per ANSI C and bits retain their traditional
8188         boolean style behaviour. Implemented bitfield support in
8189         the z80 port.
8190
8191         * src/SDCCsymt.h,
8192         * src/SDCCsymt.c,
8193         * src/SDCCast.c,
8194         * src/cdbFile.c,
8195         * src/mcs51/gen.c,
8196         * src/ds390/gen.c: bit v bitfield split
8197         * src/z80/gen.c: New support for bitfields
8198         * support/regression/tests/bitfields.c: reenabled z80,
8199         added more tests
8200
8201 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8202
8203         Rules 246.x, 247.x relate to bitfields, the others speed up
8204         access to xdata mapped I/O devices.
8205
8206         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8207
8208 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8209
8210         Cleaned up genPackBits and genUnpackBits and added two helper
8211         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8212         for literal assignments in genPackBits (thanks to Frieder for
8213         reminding me).
8214
8215         * src/mcs51/gen.c
8216         * src/ds390/gen.c
8217
8218 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8219
8220         Fixed bug #748310 (pointer to function type mishandled when the
8221         function name is omitted). Also fixed a SIGSEGV when a function
8222         attribute (reentrant, etc) is used on a non-function or on a
8223         function but misplaced before the parameter list.
8224
8225         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8226         bug #748310
8227         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8228         * support/Util/SDCCerr.h,
8229         * support/Util/SDCCerr.c: Added func attr misuse error msg
8230
8231 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8232
8233         Fixed bug #787649 by anonymous
8234         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8235         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8236
8237 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8238
8239         Fixed numerous bitfield problems.
8240
8241         * src/SDCC.y: More bitfield related error checking
8242         * src/SDCCsymt.h,
8243         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8244         * support/Util/SDCCerr.h,
8245         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8246         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8247         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8248         * support/regression/tests/bitfields.c: tests added
8249
8250 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8251
8252         Made the constant following the "interrupt" keyword optional. If
8253         omitted, the function will not automatically be given an entry
8254         in the interrupt vector table (similar to #pragma NOIV, but
8255         less syntacticly kludgy). The interrupt number is also now
8256         range checked. Also fixed a bug in the high order bit example
8257         in the manual.
8258
8259         * src/SDCC.y
8260         * src/SDCCmem.c
8261         * src/SDCCglue.c
8262         * src/SDCCsymt.h
8263         * support/Util/SDCCerr.c
8264         * support/Util/SDCCerr.h
8265         * doc/sdccman.lyx
8266
8267 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8268
8269         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8270         * src/SDCCicode.c (operandOperation): rewritten some ops
8271         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8272         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8273         other type
8274         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8275         be re-activated by defining REDUCE_LITERALS)
8276         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8277         unsigned, but are signed by default
8278         * src/SDCCval.c (constVal): rearranged
8279         * src/SDCCval.c (valMod): preliminary fix
8280         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8281         * support/regression/literalop.c: added, work in progress
8282
8283 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8284
8285         Generate warnings for useless declarations like "char data;"
8286         that don't do what new users expect.
8287
8288         * src/SDCC.y
8289         * support/Util/SDCCerr.h
8290         * support/Util/SDCCerr.c
8291
8292 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8293
8294         * src/SDCCval.c (valMult): fix overflow detection of negative int
8295
8296 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8297
8298         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8299
8300         Changes to support big endian targets:
8301
8302         * src/ports.h
8303         * src/SDCCglue.c
8304         * src/avr/main.c
8305         * src/ds390/main.c
8306         * src/izt/i186.c
8307         * src/mcs51/main.c
8308         * src/pic/main.c
8309         * src/pic16/main.c
8310         * src/xa51/main.c
8311         * src/z80/main.c
8312
8313 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8314
8315         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8316         * device/lib/time.c: fixed warning "integer overflow in expression"
8317
8318 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8319
8320         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8321         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8322         constants are unsigned; added recognition of "u" flag for unsigned
8323         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8324         * src/SDCCval.c (valDiv, valMod): fixed signdness
8325         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8326         signedness of modulo, left and right shift
8327         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8328         * support/Util/SDCCerr.h: added warning W_INT_OVL
8329         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8330         * src/SDCCast.c (ast_print): improved output of constants
8331
8332 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8333
8334         Fixed some warnings when building with MSVC:
8335
8336         * as\mcs51\asdata.c
8337         * as\z80\asdata.c
8338         * as\mcs51\asm.h
8339         * as\z80\asm.h
8340         * link\z80\aslink.h
8341         * link\z80\lkdata.c
8342         * link\z80\lkeval.c
8343         * link\z80\lkgb.c
8344         * link\z80\lkihx.c
8345         * link\z80\lks19.c
8346         * link\z80\lksym.c
8347         * support\cpp2\cpplib.c
8348         * src\ds390\gen.c
8349         * src\mcs51\gen.c
8350
8351 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8352
8353         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8354
8355 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8356
8357         * support\librarian\clean.mk: Do not remove Makefile.
8358         * support\librarian\Makefile: added.
8359
8360 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8361
8362         Added librarian to MSVC build:
8363         * all.dsp
8364         * sdcc.dsw
8365         * support\librarian\librarian.dsp
8366
8367         'configure' not needed for librarian, removed:
8368         * support\librarian\configure
8369         * support\librarian\configure.in
8370         * support\librarian\config_in.h
8371         * support\librarian\Makefile.in
8372
8373         Hopefully these ones built the librarian and the rest of sdcc properly:
8374         * Makefile
8375         * Makefile.common.in
8376
8377         Messed up 'configure', so revert to previous version:
8378         * configure
8379         * configure.in
8380
8381 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8382
8383         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8384         there, while the mantissa of a double is "only" 53 bits wide.
8385
8386 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8387
8388         Adding sdcclib to the build.  MSVC project coming soon.
8389         Files added/changed:
8390
8391         * support\librarian\clean.mk
8392         * support\librarian\configure
8393         * support\librarian\configure.in
8394         * support\librarian\config_in.h
8395         * support\librarian\Makefile.bcc
8396         * support\librarian\Makefile.in
8397         * support\librarian\sdcclib.c
8398         * Makefile.bcc
8399         * Makefile
8400         * Makefile.common.in
8401         * configure
8402         * configure.in
8403
8404 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8405
8406         Linker now complaints if linked modules have conflicting options, for
8407         example, one compiled using --model-large and another one compiled with
8408         --model-small.  The following files were modified:
8409
8410         * as\mcs51\asdata.c
8411         * as\mcs51\aslink.h
8412         * as\mcs51\asm.h
8413         * as\mcs51\asmain.c
8414         * as\mcs51\asout.c
8415         * as\mcs51\i51pst.c
8416         * as\mcs51\lkdata.c
8417         * as\mcs51\lklibr.c
8418         * as\mcs51\lkmain.c
8419         * as\z80\asdata.c
8420         * as\z80\asm.h
8421         * as\z80\asmain.c
8422         * as\z80\asout.c
8423         * as\z80\z80pst.c
8424         * link\z80\aslink.h
8425         * link\z80\lkdata.c
8426         * link\z80\lklibr.c
8427         * link\z80\lkmain.c
8428         * src\SDCCglue.c
8429
8430 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8431
8432         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8433         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8434
8435 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8436
8437         * src/z80/mappings.i: fix _mul[us][int,long] entries
8438
8439 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8440
8441         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8442
8443 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8444
8445         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8446         * support/regression/tests/bitopcse.c: added
8447         fixed warning:
8448         * src/avr/gen.c:
8449         * src/pic/gen.c:
8450         * src/pic16/gen.c:
8451         * src/z80/gen.c:
8452         * src/xa51/gen.c:
8453
8454 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8455
8456         added support for new library format to z80, gbz80 linkers:
8457         *link/z80/aslink.h
8458         *link/z80/lklex.c
8459         *link/z80/lklib.c
8460         *link/z80/lklist.c
8461
8462 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8463
8464         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8465         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8466
8467 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8468
8469         added DUMMY_READ_VOLATILE:
8470         * src/SDCC.y:
8471         * src/avr/gen.c:
8472         * src/xa51/gen.c:
8473         * src/z80/gen.c:
8474         * src/pic/gen.c:
8475         * src/pic16/gen.c:
8476         * src/mcs51/gen.c:
8477         * src/ds390/gen.c:
8478         * src/SDCCcse.c (algebraicOpts): many improvements
8479         * src/SDCCcse.h: removed algebraicOpts()
8480         * src/SDCCicode.c (picDummyRead): added
8481
8482 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8483
8484         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8485         "Insufficient space in data memory".
8486
8487 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8488
8489         * src/mcs51/gen.c: fixed bug #771358
8490         * src/z80/gen.c: fixed bug #759087
8491
8492 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8493
8494         * src/pic16/glue.c: minor cleanup by Vangelis
8495
8496 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8497
8498         * device/include/regc515c.h: fixed #758477
8499         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8500         * device/lib/_gptrput.c: saved a few bytes
8501         * my tab spacing is 8, yours too?)
8502         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8503         * device/lib/serial.c: process RX bytes earlier than TX bytes
8504         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8505
8506 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8507
8508         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8509
8510 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8511
8512     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8513
8514 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8515
8516         * device/lib/Makefile.in: bad fix, reverted to 1.43
8517
8518 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8519
8520         * device/lib/Makefile.in: added missing z80 object files
8521
8522 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8523
8524         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8525         pic16 progress by Vangelis:
8526         * src/SDCCglobl.h:
8527         * src/SDCCmain.c:
8528         * src/pic/Makefile:
8529         * src/pic:
8530         * pic/Makefile:
8531         * pic16/device.c:
8532         * pic16/device.h:
8533         * pic16/gen.c:
8534         * pic16/gen.h:
8535         * pic16/genarith.c:
8536         * pic16/glue.c:
8537         * pic16/main.c:
8538         * pic16/pcode.c:
8539         * pic16/pcode.h:
8540         * pic16/pcodepeep.c:
8541         * pic16/peeph.def:
8542
8543 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8544
8545     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8546
8547 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8548
8549     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8550     added gbz80 build to MSVC project.
8551     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8552     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8553     from 8051 stuff and setup so it links using a .lnk file.
8554
8555 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8556
8557     * support/librarian/sdcclib.c: sdcc librarian.
8558     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8559     with sdcclib.
8560
8561 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8562
8563     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8564
8565 2003-07-02  Borut Razem <borut.razem AT siol.net>
8566
8567         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8568         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8569         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8570         src/xa51/main.c, src/z80/main.c:
8571         virtualization of glue() function: each port has it's own glue function,
8572         which is accessed by do_glue function pointer in PORT.general structure
8573
8574 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8575
8576         * DS800C400 fun, improved ROM interface and tinibios.
8577
8578 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8579
8580         * More support for DS80C400. Now includes beginning of interface to ROM.
8581
8582 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8583
8584         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8585
8586 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8587
8588         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8589
8590 2003-06-19  Borut Razem <borut.razem AT siol.net>
8591
8592         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8593
8594 2003-06-19  Borut Razem <borut.razem AT siol.net>
8595
8596         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8597         fixed Z80 port - crt0.o: cannot open.
8598
8599 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8600
8601         * support/Util/MySystem.c (merge_command): revert bad fix
8602
8603 2003-06-18  Borut Razem <borut.razem AT siol.net>
8604
8605         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8606
8607 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8608
8609         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8610         option --use-stdout sends errors to stdout instead of stderr.
8611
8612 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8613
8614         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8615
8616 2003-06-15  Borut Razem <borut.razem AT siol.net>
8617
8618         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8619         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8620         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8621         fixed width array of pointers replaced with sets;
8622         multiple include and lib paths ared transferred to preprocessor and linker
8623         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8624         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8625         fixed width array of pointers
8626         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8627         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8628         fixupPath(), getPathDifference()
8629         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8630         fixed width array of pointers
8631
8632 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8633
8634         * src/pic16/ralloc.c: fix warnings
8635         * src/pic16/pcode.c: fix warning
8636
8637 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8638
8639          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8640         know all the details, but essentially this set of changes enable
8641         the pic16 port to generate movff instructions and generate assembler
8642         directives,
8643         * src/SDCCmain.c:
8644         * src/pic16/gen.c:
8645         * src/pic16/glue.c:
8646         * src/pic16/pcode.c:
8647         * src/pic16/device.c:
8648         * src/pic16/main.c:
8649         * src/pic16/pcode.h:
8650         * src/pic16/pcoderegs.c:
8651         * src/pic16/ralloc.c:
8652         * src/pic16/ralloc.h:
8653
8654 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8655
8656         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8657         added option --vc, so sdcc errors and warnings are compatible with
8658         Microsoft Visual Studio.
8659
8660 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8661
8662         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8663           device/lib/libfloat.lib: added atof function.
8664
8665 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8666
8667         * doc/sdccman.lyx: updated to Lyx 1.3
8668         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8669         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8670         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8671
8672 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8673
8674         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8675
8676 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8677
8678         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8679           additions to the "related tools/documentation" section
8680
8681 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8682
8683         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8684
8685 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8686
8687         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8688         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8689
8690 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8691
8692         * doc/sdccman.lyx: fix double dash and other minor things
8693         * doc/Makefile: fix double dash
8694
8695 2003-05-28  Karl Bongers(patches from Martin Helmling)
8696         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8697           condition and ignore commands.
8698
8699 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8700
8701         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8702           is in parts still quite out of date, I did changes as far as I felt makes sense
8703           for a non-native english speaker.
8704           Please feel free to add to the manual or to correct my changes.
8705         * doc/Makefile: undid touching the date of intermediate tex files.
8706
8707 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8708
8709         * doc/sdccman.lyx: Manual has an index now
8710
8711 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8712
8713         Finalize muluint/mulsint and mululong/mulslong merging:
8714         * device/lib/_mulint.c
8715         * device/lib/_mullong.c
8716         * device/lib/gbz80/mul.s
8717         * device/lib/gbz80/stubs.s
8718         * device/lib/z80/mul.s
8719         * device/lib/z80/stubs.s
8720         * src/SDCCsymt.c (initCSupport)
8721
8722 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8723
8724         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8725         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8726           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8727           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8728           instead of /Zm500.
8729
8730 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8731
8732         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8733           the regression tests I'm not brave enough to enable 245.b, 245.c
8734         * doc/sdccman.lyx: added latex preamble for hyperref package.
8735           Using pdflatex this will give you a hyperlinked pdf file with
8736           bookmarks. (prepend '%' before /usepackage if this breaks something)
8737
8738 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8739
8740          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8741
8742 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8743
8744         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8745
8746 2003-05-21    <johan AT balder>
8747
8748         * src/SDCCglue.c (printIval): fixed bug #739934
8749
8750 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8751
8752         Applied patch from bug 737905 (renamed yylineo to mylineno):
8753         * src/altlex.c
8754         * src/SDCCast.c
8755         * src/SDCglobl.h
8756         * src/SDCC.lex
8757         * src/SDCCsymt.c
8758         * src/SDCCval.c
8759         * src/pic16/pcode.c: Cleaned warnings
8760         * src/pic16/pcodeflow.c: Cleaned warnings
8761         * src/pic16/pcoderegs.c: Cleaned warnings
8762
8763 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8764
8765         * src/pic16/pcode.c: Cleaned warnings
8766         * src/pic16/pcodepeep.c: Cleaned warnings
8767         * src/pic16/ralloc.c: Cleaned warnings
8768
8769 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8770
8771         * doc/sdccman.lyx: fixed bug 739745
8772         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8773
8774 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8775
8776         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8777         it can be defined with CFLAGS when running configure
8778         * src/SDCCmain.c: fixed compiling + linking with object files
8779
8780 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8781
8782         * configure.in: configure for pic16 port,
8783             added --disable-pic16-port
8784         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8785         * src/SDCCmain.c: linkOptions is changed to set *,
8786             added if/endif conditional macros to remove options help
8787             messages from optionsTable when a port is not configured, added
8788             support for the PIc16 port in the ports table, when executing
8789             the compiler with no port specified on command line, a default
8790             port is selected with the new macro DEFAULT_PORT which is
8791             defined in port.h, in setDefaultOptions() linkOptions is removed
8792             from initialization assignment, since now it is a set,
8793             parseCmdLine uses setParseWithComma for linkOptions, in
8794             linkEdit() linkOptions are accessed with new function indexSet()
8795             which returns the i'th item of a set variable. See SDCCset.c, in
8796             linkEdit() when calling buildCmdLine(), added linkOptions as
8797             last argument. Now users can pass arguments to gplink via the
8798             -Wl option, main() uses pic16glue() to glue up pic16 programs
8799         * src/SDCCpeeph.c: various changes to support pic16
8800         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8801             return the i'th item of the set
8802         * src/SDCCset.h: added function prototype for indexSet()
8803         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8804         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8805         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8806             added macro DEFAULT_PORT
8807         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8808         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8809             generated
8810         * src/pic16/glue.c: commented out some error producing lines
8811         * src/pic16/main.c: __config directives are commented out to stop
8812             gpasm complaining and test the linkage with gplink, _linkCmd and
8813             _asmCmd changed to be more gplink and gpasm friendly
8814         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8815             produced an error when parsed, peep rule 12 is added to utilize
8816             movff, but it is commented out since the pCode does not support
8817             yet a command with 2 address arguments
8818
8819 2003-05-18    <johan AT balder>
8820
8821         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8822         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8823 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8824
8825         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8826   Added feature to script commands from file.
8827
8828 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8829
8830         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8831         * src/SDCCutil.c: include ctype.h for win32
8832
8833 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8834
8835         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8836
8837 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8838
8839         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8840   Fixed so you can set breakpoints prior to run, run does not stop
8841   on entry now.  Add tbreak.  Other enhancements and fixes for use
8842   with ddd.
8843
8844 2003-05-12  Borut Razem <borut.razem AT siol.net>
8845
8846         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8847
8848 2003-05-11  Borut Razem <borut.razem AT siol.net>
8849
8850         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8851         the path of bin directory, so that PATH is the only env. variable, which has to be set
8852         in case of standard installation.
8853         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8854         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8855         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8856
8857 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8858
8859         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8860         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8861         temp files are in the port dir; clean the gen/test directory when
8862         generating new test.c
8863         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8864         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8865         * support/regression/tests/zeropad.c: added
8866
8867 2003-05-09    <johan AT balder>
8868
8869         * src/SDCCglue.c: fixed bug #597940
8870
8871 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8872
8873         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8874   cache sfr, optimize next,step, fix off by one sourceline,
8875   support ddd list function.
8876         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8877
8878 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8879
8880         * support/regression/HTMLgen.py: added compare_s2f()
8881         * support/regression/Makefile: redo 1.27
8882         * support/regression/generate-cases.py: redo 1.5
8883
8884 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8885
8886         * support/regression/tests/float.c: workaround 33 bit hex constant
8887         * support/regression/tests/simplefloat.c: fix division for host
8888
8889 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8890
8891         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8892         that tame's the PIC's over-aggressive optimizer.
8893
8894 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8895
8896          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8897          support for MSVC.
8898
8899 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8900
8901         Initial support for DS80C400. "Hello world" runs on TINIm400
8902         (with polled I/O).
8903
8904 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8905
8906          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8907          * Some notes on ddd usage added in debugger/README
8908          Martin Helmling adding more features and fixes for ddd GUI debugger.
8909          Code added for nexti, stepi, up, down, and other adjustments.
8910
8911 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8912
8913         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8914         * src/pic/peeph.def Added two rules to optimize carry manipulation
8915         * src/pic/* removed debug printfs
8916
8917 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8918
8919         * debugger/mcs51/cmd.c: added header newalloc.h
8920
8921 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8922
8923         * as/Makefile: new EXEEXT
8924         * as/z80/Makefile: remove trailing slash of BUILDIR
8925         * as/z80/clean.mk: new EXEEXT
8926         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8927         * support/cpp2/Makefile.in: new EXEEXT
8928         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8929
8930 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8931
8932         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8933         EXEEXT was introduced to fix all related problems with targets
8934         "clean", "install" and "uninstall"; a couple of further flaws
8935         especially with "clean" have been fixed too
8936         * as/mcs51/Makefile.in
8937         * as/mcs51/clean.mk
8938         * as/z80/Makefile
8939         * Makefile
8940         * clean.mk
8941         * debugger/mcs51/Makefile.in
8942         * debugger/mcs51/clean.mk
8943         * link/z80/Makefile
8944         * link/z80/Makefile.in
8945         * link/z80/clean.mk
8946         * link/Makefile
8947         * packihx/Makefile.in
8948         * packihx/clean.mk
8949         * sim/ucsim/Makefile
8950         * sim/ucsim/clean.mk
8951         * sim/ucsim/avr.src/Makefile.in
8952         * sim/ucsim/avr.src/clean.mk
8953         * sim/ucsim/s51.src/Makefile.in
8954         * sim/ucsim/s51.src/clean.mk
8955         * sim/ucsim/xa.src/Makefile.in
8956         * sim/ucsim/xa.src/clean.mk
8957         * sim/ucsim/z80.src/Makefile.in
8958         * sim/ucsim/z80.src/clean.mk
8959         * sim/ucsim/main_in.mk
8960         * sim/ucsim/packages_in.mk
8961         * sim/ucsim/gui.src/Makefile.in
8962         * sim/ucsim/gui.src/serio.src/Makefile.in
8963         * sim/ucsim/gui.src/serio.src/clean.mk
8964         * src/Makefile.in
8965         * src/clean.mk
8966         * support/cpp2/Makefile.in
8967         * support/cpp2/clean.mk
8968         * support/makebin/Makefile
8969         * support/makebin/clean.mk
8970         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8971         * doc/sdccman.lyx: --program-suffix no longer needed
8972
8973 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8974
8975          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8976          Martin Helmling added support for ddd GUI debugger.
8977          Code added to display assembly, set variables, and other commands
8978          to interface to ddd.
8979
8980 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8981
8982         * as/Makefile: fix target clean
8983         * as/clean.mk: fix target clean
8984         * as/z80/clean.mk: fix target clean
8985
8986 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8987
8988         * Makefile.common.in: added  AT EXEEXT AT
8989         * configure.in: removed all mingw32 stuff
8990         * configure: rebuilt from configure.in
8991         * doc/sdccman.lyx: updated section "installation"
8992         * support/scripts/sdcc_mingw32: adapted to configure
8993         * support/scripts/sdcc_cygwin_mingw32: added
8994
8995 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8996
8997         * src/pic Added object file support for the PIC port
8998         * src/pic Applied patch from Craig Franklin (this started the object file support)
8999         * src/regression Updated the PIC regression tests for object files
9000
9001 2003-04-20  Borut Razem <borut.razem AT siol.net>
9002
9003         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9004           lklex.c: In function `getfid':
9005           lklex.c:203: warning: array subscript has type `char'
9006         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9007           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9008         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9009           stack handling macros
9010
9011 2003-04-19  Borut Razem <borut.razem AT siol.net>
9012
9013         * "handling space characters in file path" task:
9014         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9015         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9016         * support/Util/MySystem.h: make it self-sufficient
9017         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9018           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9019           handling space characters in file path
9020         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9021           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9022         * support/Util/MySystem.c: handling space characters in executable's path
9023
9024 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9025
9026         * as/z80/Makefile: fix permanent rebuild of z80
9027         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9028         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9029
9030 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9031
9032         * src/SDCCopt.c: add special case optimization to replace modulo by
9033           a power of two with a bitwise AND.
9034
9035 2003-04-18    <johan AT balder>
9036
9037         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9038
9039 2003-04-17    <johan AT balder>
9040
9041         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9042         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9043
9044 2003-04-13  Borut Razem <borut.razem AT siol.net>
9045
9046         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9047         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9048           fixed mingw problem in adl_NORMALIZE_PATH
9049
9050 2003-04-12  Borut Razem <borut.razem AT siol.net>
9051
9052         * fixed "#pragma SAVE/RESTORE can not be nested":
9053         * src/SDCC.lex: reworked pragma handling functions
9054         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9055         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9056
9057 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9058
9059         * src/SDCCutil.c (pathEquivalent): defined but not used
9060         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9061         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9062         * configure: rebuilt from configure.in
9063         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9064         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9065         * device/include/Makefile.in: replace sdcc_datadir
9066         * device/lib/Makefile.in: replace sdcc_datadir
9067         * Makefile.common.in: add LDFLAGS from configure
9068         * packihx/Makefile.in: use LDFLAGS
9069         * src/Makefile.in: use LDFLAGS
9070         * support/cpp2/Makefile.in: add LDFLAGS from configure
9071         * support/makebin/Makefile: use LDFLAGS
9072         * .version: bumped version number to 2.3.5
9073
9074 2003-04-12  Borut Razem <borut.razem AT siol.net>
9075
9076         * completed "different paths" task:
9077         * src/SDCCmacro.c: fixed bug in handling quotes
9078         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9079         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9080
9081 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9082
9083         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9084
9085 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9086
9087         * ds390/gen.c ds390/peeph.def: fix bug 706781
9088
9089 2003-04-11  Borut Razem <borut.razem AT siol.net>
9090
9091         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9092
9093 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9094
9095         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9096         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9097          set - this bit used to not be set...).
9098         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9099           bad code in PIC Port
9100         * src/regression/and2.c added to test bug 609268
9101         * src/regression/Makefile added and2.c to regression test
9102
9103
9104 2003-04-08    <johan AT CP255758-A>
9105
9106         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9107         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9108         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9109
9110 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9111
9112         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9113         fix bug #487815
9114         * support/cpp2/Makefile.in: fix bug #487815
9115         * configure: rebuilt from configure.in
9116         * Makefile.common.in: docdir changed, new path suffixes
9117         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9118         * sdcc_vc_in.h: reflect changes from sdccconf.h
9119         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9120         * src/SDCCutil.h: remove BINDIR hack
9121         * doc/sdccman.lyx: update new path hierarchy
9122
9123 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9124
9125         * src/SDCCpeeph.c: added okToRemoveSLOC test
9126
9127 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9128
9129         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9130
9131 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9132
9133         * src/SDCCpeeph.c: added labelIsReturnOnly test
9134         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9135
9136 2003-04-05    <johan AT balder>
9137
9138         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9139         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9140         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9141         * src/SDCCast.c: fixed a warning
9142         * src/SDCCast.h: fixed a warning
9143         * src/SDCCicode.c (operandFromAst): fixed a warning
9144
9145 2003-04-04    <johan AT balder>
9146
9147         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9148         * src/SDCCast.c (decorateType): fixed bug #715076
9149         * src/SDCC.y: fixed bug #702907
9150
9151 2003-04-03    <johan AT balder>
9152
9153         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9154         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9155         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9156         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9157         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9158
9159 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9160
9161         * _decdptr.c: fix return values
9162         * _gptrget.c: fix return values
9163         * _gptrgetc.c: fix return values
9164         * _gptrput.c: fix return values
9165         * _mulint.c: fix return values
9166         * as/z80/Makefile: fix 'make -j' problem
9167
9168 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9169
9170         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9171         * configure.in: big cleanup, updated to autoconf 2.5x
9172         * configure: rebuilt from configure.in
9173         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9174         * sdcc_vc_in.h: reflect changes from sdccconf.h
9175         * doc/Makefile: fixed a flaw in "make install"
9176
9177 2003-04-02    <johan AT balder>
9178
9179         * src/ds390/gen.c (genCmp): no comments
9180         * src/mcs51/gen.c (genCmp): no comments
9181         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9182         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9183
9184 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9185
9186         * support/regression/generate-cases.py: place generated file in given sub directory
9187         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9188         * support/regression/Makefile: improvements for 'make -j';
9189         side effect: it's simpler and faster now
9190
9191 2003-03-31  Borut Razem <borut.razem AT siol.net>
9192
9193         * src/z80/main.c: link-{port} and as-{port} defined without path
9194         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9195
9196 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9197
9198         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9199
9200 2003-03-30  Borut Razem <borut.razem AT siol.net>
9201
9202         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9203           changed type of list parameter to set
9204         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9205         * src/port.h: changed type of do_assemble() parameter to set
9206         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9207           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9208           definition of "cppoutfilename" macro with NULL value in preProcess()
9209         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9210         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9211         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9212           replaced with set *binPathSet
9213         * shash_add() deallocates the item, if allready exsists, before adding the new one
9214         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9215
9216 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9217
9218         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9219           a nested for loop bug in the PIC port
9220         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9221           for loops
9222
9223 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9224
9225         * support/Util/dbuf.h: remove C++ stuff to make it portable
9226
9227 2003-03-28  Borut Razem <borut.razem AT siol.net>
9228
9229         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9230           literal strings in stringLiteral()
9231         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9232         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9233           to the project
9234
9235 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9236
9237         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9238
9239 2003-03-26    <johan AT balder>
9240
9241         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9242         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9243         * src/SDCCast.c (decorateType): fixed " -v < 3"
9244
9245 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9246
9247         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9248         Added Lenny Story's debug infrastructure changes:
9249         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9250         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9251         * src/cdbFile.c: added
9252         * src/SDCCdebug.c: added
9253         * src/SDCCdebug.h: added
9254         * src/SDCCast.c (createFunction)
9255         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9256         * src/SDCCmain.c (parseCmdLine, main)
9257         * src/SDCCmem.c (redoStackOffsets)
9258         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9259         * src/SDCCsymt.h
9260         * src/common.h
9261         * src/avr/gen.c (genAVRCode)
9262         * src/ds390/gen.c (gen390Code)
9263         * src/mcs51/gen.c (gen51Code)
9264         * src/pic/gen.c (genpic14Code)
9265         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9266         * src/xa51/gen.c (genXA51Code)
9267         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9268
9269 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9270
9271         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9272         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9273
9274 2003-03-22    <johan AT balder>
9275
9276         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9277
9278 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9279
9280         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9281         * doc/cdbfileformat.lyx: added, written by Lenny Story
9282         * doc/Makefile: added cdbfileformat.lyx
9283         * doc/clean.mk: added cdbfileformat.lyx
9284
9285 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9286
9287         * src/mcs51/peeph.def: fix bug #705773
9288
9289 2003-03-20    <johan AT balder>
9290
9291         An sfr/sbit can have an "at #" AND an initializer
9292         * src/SDCCsymt.c (checkSClass):
9293         * src/SDCCmem.c (allocGlobal):
9294         * src/SDCCmem.c (allocLocal):
9295         * src/SDCCast.c (createBlock):
9296
9297 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9298
9299         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9300
9301 2003-03-16    <johan AT balder>
9302
9303         Undid the hackup of const and volatile, the problem is much bigger
9304         * src/SDCC.y:1.65
9305         * src/SDCCast.c:1.171
9306         * src/SDCCglue.c:1.138
9307         * src/SDCCicode.c:1.146
9308         * src/SDCCsymt.c:1.150
9309         * src/SDCCval.c:1.65
9310
9311 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9312
9313         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9314         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9315
9316 2003-03-13    <johan AT balder>
9317
9318         Hackup const and volatile modifiers in type chains a bit:
9319         * src/SDCC.y:1.63
9320         * src/SDCCast.c:1.169
9321         * src/SDCCglue.c:1.136
9322         * src/SDCCicode.c:1.143
9323         * src/SDCCsymt.c1.146
9324         * src/SDCCsymt.h1.59
9325         * src/SDCCval.c:1.63
9326
9327 2003-03-12    <johan AT balder>
9328
9329         * src/SDCCBBlock.h: more LRH debugging junk
9330         * src/SDCCcflow.h: more LRH debugging junk
9331         * src/SDCCloop.c: more LRH debugging junk
9332         * src/SDCC.y (struct_declaration): fixed bug #697590
9333         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9334         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9335         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9336
9337 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9338         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9339         test function names must now match exactly).
9340         * src/SDCCcse.c: added special case in findCheaperOp to allow
9341         extending a short integer. Makes less awful code for bug 700121 test case.
9342
9343 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9344
9345         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9346         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9347
9348 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9349
9350         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9351         actually called (operandsNotEqual() was called for all
9352         operandsNotEqualX tests).
9353
9354 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9355
9356         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9357         with shorter literals. Fixes bug 700121.
9358
9359 2003-03-11    <johan AT balder>
9360
9361         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9362
9363 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9364
9365         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9366         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9367
9368 2003-03-10  Borut Razem <borut.razem AT siol.net>
9369
9370         * src/SDCCmain.c: pipe preprocessor's output
9371         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9372         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9373         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9374         which closes all pipes in pipeSet set
9375         * src/SDCCset.c: free deleted item in function deleteSetItem()
9376         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9377         moved from z80 to src subproject
9378         * .version: increased version number to 2.3.4
9379
9380 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9381
9382         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9383         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9384         * support/regression/ports/xa51/spec.mk: fix typo
9385
9386 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9387
9388         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9389
9390 2003-03-09  Borut Razem <borut.razem AT siol.net>
9391
9392         * src/SDCCmain.c: pipe preprocessor's output
9393         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9394         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9395         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9396         which closes all pipes in pipeSet set
9397         * src/SDCCset.c: free deleted item in function deleteSetItem()
9398         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9399         moved from z80 to src subproject
9400
9401 2003-03-09  Borut Razem <borut.razem AT siol.net>
9402
9403         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9404         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9405         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9406         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9407         * src/SDCCglobl.h: unification of WIN32 native definitions
9408
9409 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9410
9411         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9412
9413 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9414
9415         * src/configure.in:   check for endianess (even while cross-compiling)
9416         * src/configure:      check for endianess (even while cross-compiling)
9417         * src/configure_in.h: check for endianess (even while cross-compiling)
9418         * src/avr/gen.c:        remove old endianess stuff
9419         * src/mcs51/gen.c:      remove old endianess stuff
9420         * src/ds390/gen.c:      remove old endianess stuff
9421         * src/pic/gen.c:        remove old endianess stuff
9422         * src/pic/genarith.c:   remove old endianess stuff
9423         * src/pic/glue.c:       fix endianess check
9424         * src/pic16/gen.c:      remove old endianess stuff
9425         * src/pic16/genarith.c: remove old endianess stuff
9426         * src/pic16/glue.c:     fix endianess check
9427         * src/xa51/gen.c:       remove old endianess stuff
9428         * src/z80/gen.c:        fix endianess check
9429         * src/SDCCglue.c:       fix endianess check
9430         * src/ds390/peeph.def: fix bug 700036
9431
9432 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9433
9434         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9435         * src/configure: find appropriate data-types on host for SDCC's int and long
9436         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9437         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9438         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9439
9440 2003-03-07    <johan AT balder>
9441
9442         Just a big NOOP:
9443                 some minor cleanups before the big shot
9444                 OP_DEFS and OP_USES now use Kevin's protection
9445                 new option --nolabelopt
9446
9447         * src/SDCCBBlock.c:
9448         * src/SDCCast.c,:
9449         * src/SDCCcflow.c:
9450         * src/SDCCcse.c:
9451         * src/SDCCicode.c:
9452         * src/SDCCicode.h:
9453         * src/SDCClabel.c:
9454         * src/SDCCloop.c:
9455         * src/SDCCmain.c:
9456         * src/ds390/ralloc.c:
9457         * src/mcs51/ralloc.c:
9458         * src/pic/ralloc.c:
9459         * src/xa51/ralloc.c:
9460         * src/z80/ralloc.c:
9461
9462 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9463
9464         * src/pic/pcode.c (get_op): fix 64 bit warnings
9465         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9466         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9467         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9468         * support/regression/tests/malloc.c: fix 64 bit warnings
9469
9470 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9471
9472         * src/mcs51/gen.c (genMinus): fixed bug 696436
9473
9474 2003-03-02  Borut Razem <borut.razem AT siol.net>
9475
9476         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9477
9478 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9479
9480         * configure.in: test for mkstemp
9481         * sdccconf_in.h: add HAVE_MKSTEMP
9482
9483 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9484
9485         * device/include/ctype.h: removed warning while using --stack-auto
9486         * device/include/malloc.h: removed warning while using --stack-auto
9487         * device/include/string.h: removed warning while using --stack-auto
9488
9489 2003-02-23  Borut Razem <borut.razem AT siol.net>
9490
9491         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9492         because NDEBUG is defined (see man assert)
9493         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9494
9495 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9496
9497         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9498         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9499
9500 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9501
9502         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9503         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9504
9505 2003-02-18    <johan AT balder>
9506
9507         * as/mcs51/asmain.c (asmbl): module can start with a digit
9508         * as/z80/asmain.c (asmbl): module can start with a digit
9509
9510 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9511
9512         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9513         * src/asm.c: fix pipe() for Mingw32
9514
9515 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9516
9517         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9518         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9519         make -V work again; --c1mode reads now from stdin
9520         * doc/sdccman.lyx: added --c1mode
9521         * support/Util/SDCCerr.c: new messages for c1 mode
9522         * support/Util/SDCCerr.h: new messages for c1 mode
9523         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9524
9525 2003-02-15    <johan AT balder>
9526
9527         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9528
9529 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9530
9531         * doc/sdccman.lyx: Environment variables, -o and other minor things
9532
9533 2003-02-14    <johan AT balder>
9534
9535         * src/xa51/main.c: before anyone really tries to use it :)
9536
9537         * Install doc's in share/sdcc/doc
9538         * removed some obsolete files
9539         * Do a proper make distclean and uninstall
9540         M Makefile.common.in
9541         R sdccbuild.sh
9542         M as/Makefile
9543         M device/include/Makefile.in
9544         M device/lib/Makefile.in
9545         M doc/sdccman.lyx
9546         M link/Makefile
9547         M sim/ucsim/doc/Makefile.in
9548         M src/clean.mk
9549         R src/avr/peeph.rul
9550         R src/xa51/peeph.rul
9551         M support/cpp2/Makefile.in
9552         M support/makebin/Makefile
9553
9554
9555 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9556
9557         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9558
9559 2003-02-10  Borut Razem <borut.razem AT siol.net>
9560
9561         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9562         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9563         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9564         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9565         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9566         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9567         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9568         src/z80/Makefile.bcc: Borland Makefile cleanup
9569         * as/z80/Makefile.bcc: Added Borland Makefile
9570         * support/cpp2/borland.h: Removed
9571
9572 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9573
9574         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9575         * src/SDCC.lex: new pragma NOIV
9576         * src/SDCCglobl.h: new pragma NOIV
9577         * src/SDCCmem.c: new pragma NOIV
9578
9579 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9580
9581         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9582
9583 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9584
9585         * src/SDCCmain.c: signal handling is switched off by --debug
9586         * doc/Makefile: small fix for install; use clean.mk again
9587         * doc/clean.mk: clean *.pdf and *.html too
9588
9589 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9590
9591         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9592         * device/lib/printfl.c: fix a ds390 bug by making it portable
9593         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9594         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9595         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9596         * debugger/mcs51/cmd.c: converted multi-line string literals
9597         * sim/ucsim/globals.cc: converted multi-line string literals
9598         * src/SDCCmain.c: introduced signal handler to remove temp files
9599         * doc/Makefile: small tweaks, implement clean
9600         * doc: removed generated files
9601
9602 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9603
9604         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9605         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9606         Address Record is not correctly generated for DS390."
9607
9608 2003-02-02  Borut Razem <borut.razem AT siol.net>
9609
9610         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9611         * as/mcs51/asm.h: fixed compilation with Borland C
9612         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9613         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9614         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9615         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9616         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9617         src/z80/Makefile.bcc: delete $(LIB) only if exist
9618         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9619
9620 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9621
9622         * device/include/malloc.h: introduced NULL
9623         * device/include/string.h: introduced NULL
9624         * device/include/stdlib.h: introduced NULL
9625         * device/lib/_memcpy.c: removed NULL
9626         * device/lib/_strcat.c: removed NULL
9627         * device/lib/_strchr.c: removed NULL
9628         * device/lib/_strcmp.c: removed NULL
9629         * device/lib/_strcpy.c: removed NULL
9630         * device/lib/_strcspn.c: removed NULL
9631         * device/lib/_strlen.c: removed NULL
9632         * device/lib/_strncat.c: removed NULL
9633         * device/lib/_strncmp.c: removed NULL
9634         * device/lib/_strncpy.c: removed NULL
9635         * device/lib/_strpbrk.c: removed NULL
9636         * device/lib/_strrchr.c: removed NULL
9637         * device/lib/_strspn.c: removed NULL
9638         * device/lib/_strstr.c: removed NULL
9639         * device/lib/_strtok.c: removed NULL
9640         * device/lib/malloc.c: removed NULL, include own header
9641
9642 2003-02-02    <johan AT balder>
9643
9644         * 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
9645         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9646         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9647         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9648         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9649         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9650
9651 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9652
9653         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9654         area 'DATA'"
9655
9656 2003-02-01    <johan AT balder>
9657
9658         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9659
9660 2003-01-31    <johan AT CP255758-A>
9661
9662         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9663
9664 2003-01-30    <johan AT balder>
9665
9666         * src/SDCCBBlock.c: automatic bug detection
9667         * src/SDCCicode.c: automatic bug detection
9668
9669 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9670
9671         * src/SDCCglobl.h:   now --xram-size 0 works
9672         * src/SDCCmain.c:    now --xram-size 0 works
9673
9674 2003-01-29    <johan AT balder>
9675
9676         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9677
9678 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9679
9680         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9681         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9682         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9683         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9684         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9685         * src/SDCCmain.c:    Added options --xram-size and --code-size
9686
9687 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9688
9689         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9690         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9691
9692 2003-01-27    <johan AT balder>
9693
9694         * src/SDCC.y: fixed bug #613764
9695
9696 2003-01-26    <johan AT balder>
9697
9698         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9699         * src/SDCCsymt.h: fixed bug #673374
9700         * src/SDCCglue.c: fixed bug #661910
9701         * src/SDCCast.c: fixed bug #458099 and 673374
9702
9703 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9704
9705         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9706         * as/mcs51/strcmpi.h: added
9707         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9708         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9709         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9710         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9711         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9712         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9713         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9714         * as/mcs51/Makefile.aslink: new module strcmpi
9715         * as/mcs51/Makefile.asx8051: new module strcmpi
9716         * as/mcs51/Makefil.bcc: new module strcmpi
9717         * as/mcs51/Makefile.in: new module strcmpi
9718         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9719
9720 2003-01-26    <johan AT balder>
9721
9722         * src/SDCCglue.c: reverted back to 1.124
9723         * src/SDCCast.c: reverted back to 1.156
9724         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9725
9726 2003-01-25    <johan AT balder>
9727
9728         * src/SDCCglue.c: A better fix for bug #661910
9729         * src/SDCCast.c: A better fix for bug #661910
9730         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9731
9732 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9733
9734         * src/Makefile.in: remove spawn.o
9735         * src/SDCCmain.c: remove spawn.h
9736         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9737         * src/spawn.c: removed
9738         * src/spawn.h: removed
9739         * support/regression/ports/ds390/spec.mk: link with -r
9740
9741 2003-01-24    <johan AT CP255758-A>
9742
9743         * src/ds390/gen.c (aopOp): fixed bug #667458
9744         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9745         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9746         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9747
9748 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9749
9750         * src/mcs51/peeph.def: better assembler identation by Frieder
9751         * src/mcs51/gen.c: better assembler identation by Frieder
9752
9753 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9754
9755         * as/z80/string.h: removed for gcc 3.2
9756         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9757         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9758
9759 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9760
9761         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9762         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9763         * support/regression/Makefile: separate temp files for ports
9764         * support/regression/generate-cases.py: separate temp files for ports
9765         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9766         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9767
9768 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9769
9770         * moved tinitalk to device/examples/ds390
9771
9772 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9773
9774         * as/mcs51/lkmem.c: rflag is for DS390
9775         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9776         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9777                          (linkEdit): move mem- and map-files the same way as ihx-files
9778         * src/z80/main.c (_setDefaultOptions): removed --generic
9779         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9780         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9781         * src/pic/glue.c (picglue): --c1mode works again
9782         * src/pic16/glue.c (pic16glue): --c1mode works again
9783         * src/asm.c (printCLine): fix #660034
9784
9785 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9786
9787         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9788         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9789         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9790         * as/mcs51/lkmem (summary): better fix for sp problem
9791         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9792         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9793         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9794                                               remove --stack-after-data
9795
9796 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9797
9798         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9799         * src/SDCCutil.c (join): ugly bug: missing '\0'
9800         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9801
9802 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9803
9804         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9805         * src/port.h: typo
9806         * src/pic/main.c (_asmCmd): gpasm supports -o
9807         * src/z80/main.c: more general macros
9808         * device/lib/Makefile.in: remove intermediate files
9809
9810 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9811
9812         * .version: Bumped version number to 2.3.3
9813         * src/SDCCBBlock.c: new option -o
9814         * src/SDCCglobl.h: new option -o
9815         * src/SDCCglue.c: new option -o
9816         * src/SDCCmain.c: new option -o
9817         * src/asm.c: new option -o
9818         * src/ds390/main.c: new option -o
9819         * src/pic/glue.c: new option -o
9820         * src/pic/pcode.c: new option -o
9821         * src/pic/ralloc.c: new option -o
9822         * src/pic16/glue.c: new option -o
9823         * src/pic16/pcode.c: new option -o
9824         * src/pic16/ralloc.c: new option -o
9825         * src/z80/main.c: new option -o
9826         * device/lib/Makefile.in: use -o
9827         * support/regression/ports/ds390/spec.mk: use -o
9828         * support/regression/ports/gbz80/spec.mk: use -o
9829         * support/regression/ports/mcs51/spec.mk: use -o
9830         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9831         * support/regression/ports/z80/spec.mk: use -o
9832         * support/regression/ports/ucz80/spec.mk: use -o
9833         * support/regression/ports/xa51/spec.mk: use -o
9834         * support/regression/fwk/lib/timeout.c: fix usage string
9835
9836 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9837         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9838
9839 2003-01-07    <johan AT balder>
9840
9841         * src/SDCCast.c (decorateType): fixed bug #600035
9842
9843 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9844         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9845         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9846         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9847         * src/pic/pcode.c: outcommented unused variable to remove warnings
9848         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9849
9850 2003-01-06    <karl AT turbobit.com>
9851         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9852    regression tests.
9853
9854 2003-01-06    <johan AT balder>
9855
9856         * src/SDCCicode.c: fixed array add
9857
9858 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9859         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9860         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9861
9862 2003-01-04    <johan AT balder>
9863
9864         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9865
9866 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9867         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9868
9869 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9870         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9871         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9872
9873 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9874         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9875
9876 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9877         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9878
9879 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9880         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9881
9882 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9883
9884     * in \sdcc\as\mcs51\ changed these files in order to create an
9885     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9886     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9887     following files to include the previous two files: aslink.dsp,
9888     Makefile.aslink, Makefile.bcc, and Makefile.in.
9889
9890     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9891     .adb instead of .cdb
9892
9893 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9894
9895         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9896         value from option --iram-size.
9897
9898 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9899
9900         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9901         dram[] array.
9902
9903 2002-09-18    <wiml AT hhhh.org>
9904
9905         * SDCClrange.h: exposed setFromRange() and setToRange()
9906         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9907           packRegsForAccUse() (bug 542397)
9908         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9909           multiple times and emitting the fetch operations more than once
9910           added aopGetUsesAcc() function to allow binary operators to
9911           fetch their operands in the correct order; made genMinus() emit
9912           compact code for X = LITERAL - Y
9913
9914 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9915         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9916         sprintf() in line 1267.
9917
9918 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9919         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9920         like ports.
9921
9922 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9923         Changes to aslink (All the changes are marked with 'JCF'):
9924
9925         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9926         summary().
9927
9928         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9929         area BSEG.  Also moves, if possible, the DATA area down into the internal
9930         ram so more space is available.
9931
9932         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9933         sflag.
9934
9935         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9936         not bytes.  Function summary() which creates a memory usage summary
9937         file with extension .mem.  Reports of overlaping stack and small stack
9938         size.  If the space for the stack is less than 16 bytes aslink trows a
9939         warning.
9940
9941         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9942         the 8051.  Option 'y' for memory summary output file.
9943
9944         Changes to sdcc (All the changes are marked with 'JCF'):
9945
9946         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9947
9948         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9949         overlaying area for it (uses RegBankUsed[4]).
9950
9951         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9952         bank zero as used by default.  By default aslink locates the stack
9953         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9954         the creation of the .mem file.  Delegates the allocation of data area
9955         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9956         the begining of the stack area to aslink.
9957
9958         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9959         glue() in SDCCglue.c creates an area for it.
9960
9961 2002-09-03  Borut Razem <borut.razem AT siol.net>
9962         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9963         sdcc/src/pic/glue.c:
9964         introduced atexit() handler for teporay files removal in case of
9965         errors, assertions, ...
9966
9967 2002-08-29  Borut Razem <borut.razem AT siol.net>
9968         * sdcc/support/cpp2/auto-host_vc_in.h:
9969         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9970         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9971         Maybe there is a similar problem with BORLANDC? It should be checked!
9972
9973         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9974         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9975         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9976         was not executed, and the compiler (cl) launched a warning:
9977         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9978
9979 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9980         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9981
9982 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9983         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9984
9985         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9986           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9987           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9988           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9989           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9990           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9991           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9992         - added Release configuration in VS projects
9993         - review of compiler an linker options
9994         - VC .exe files are generated in bin_vc directory, not to interfere
9995           with binaries generated from other projects (cygwin, mingw, bcc ...)
9996
9997         * sdcc/src/yacc.dsp: added
9998
9999         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10000         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10001         and insert the version number definitions from .version
10002
10003         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10004
10005         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10006         added - genarate auto-host.h using auto-host_vc_in.h as template
10007
10008         * sdcc/sdcc_vc.h,
10009         removed from CVS, generated automatically
10010
10011 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10012         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10013
10014 2002-08-11  Borut Razem <borut.razem AT siol.net>
10015         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10016
10017 2002-08-10  Borut Razem <borut.razem AT siol.net>
10018         * src/SDCCmain.c (main):
10019         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10020         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10021         The consequence was that some temporary files were not removed.
10022
10023         * src/SDCCglue.c:
10024         unification of code in functions tempfilename() and tempfile():
10025         function tempnam() is defined in Visual Studio 6.0 and .NET
10026
10027         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10028
10029         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10030           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10031         - removed compiler command line option /WX: Treats all warnings as errors
10032         - update a list of source files, included into the project
10033
10034         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10035           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10036         changed project type to Generic Project so that can be correcly converted to VS.NET project
10037
10038         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10039
10040         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10041
10042         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10043
10044         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10045         added return 0 statements after assert() to make compiler happy
10046
10047         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10048         added newline in the def file to keep MSC compiler satisfied
10049
10050         * sdcc/src/z80/gen.c:
10051         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10052           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10053         - solved MSC error in function aopDump()
10054
10055         * sdcc_vc.h: define PREFIX as "\\sdcc"
10056
10057 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10058         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10059
10060 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10061         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10062         - Rewrote the register banking algorithm.
10063         - Added pCode live-range analysis to registers (for now, only non-used and
10064         singly-used registers optimized away)
10065
10066         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10067
10068         * 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.
10069
10070 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10071         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10072
10073 2002-04-22  Michael Hope  <michaelh AT vroom>
10074
10075         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10076
10077         * configure.in (DD_COPT): Added include support required for gbdk.
10078
10079         * .version: Bumped version number just to increase it.
10080
10081         * src/SDCCmain.c: Added -nostdinc to the default options.
10082
10083 2002-04-15  Michael Hope  <michaelh AT vroom>
10084
10085         * device/lib/z80/printf.c (sprintf): Added.
10086
10087         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10088
10089         * src/z80/peeph.def: Added transpose redundent load rule.
10090
10091         * src/z80/main.c: Added force callee saves for jaune.
10092
10093         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10094
10095         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10096
10097 2002-03-28  Johan Knol  <johan AT balder>
10098
10099         * src/SDCCval.c: fixed bug #532436
10100
10101 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10102         * /src/port.h:
10103         Added "char *Processor" field to the port structure.
10104
10105         * /src/SDCCmain.c:
10106         Added -p option. Allows port dependent processor to be specified.
10107
10108         * all ports:
10109         Initialized the new field char *Processor field to NULL in all ports
10110
10111         * /src/pic/*:
10112         Compiler generated registers for interrupt context saving
10113         were not getting allocated.
10114
10115 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10116
10117         * /src/SDCCast.c:
10118         Fixed left shift. Will promote the left side of a left shift
10119         if a) left shifting more than size of operand or b) when assigned
10120         to something size > size of left side
10121
10122 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10123         * src/pic/*
10124         tons of changes. Register allocation has been
10125         rewritten. Added customization for the various PICs. Flow
10126         analysis is restructured. ...
10127
10128         * src/pic/device.h:
10129         Added
10130
10131         * src/pic/device.c:
10132         Added. device.c is a PIC port hack to accomodate variations
10133         in PIC devices.
10134
10135 2002-03-13  Michael Hope  <michaelh AT vroom>
10136
10137         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10138
10139 2002-03-04  johanknol  <johanknol AT manik>
10140
10141         * /src/SDCCval.c: fixed
10142
10143         const unsigned char arr[][2] = { { 0, 1 } };
10144         t18.c:1: error: Initializer element is not constant
10145
10146 2002-03-04  bela  <bela AT manik>
10147
10148         * /device/include/mcs51reg.h:
10149         ds89c420 register definition update
10150
10151 2002-03-03    <johan AT FRIJA>
10152
10153         * support/Util/SDCCerr.c: did something, but don't no why anymore
10154
10155         * support/regression/tests/bug-524691.c: made it a little less shy
10156
10157         * src/SDCCast.c (decorateType): fixed bug #524697
10158
10159         * src/SDCCast.c: made some lineno improvements
10160
10161         * src/SDCCval.c (getNelements): changed warning to error
10162
10163         * src/SDCCglue.c (printIvalArray): changed warning to error
10164
10165         * src/SDCCicode.c: fixed a warning for mingw
10166
10167         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10168
10169         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10170
10171 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10172
10173         * src/ds390/peeph.def:
10174         Added some more peephole rules
10175
10176         * src/ds390/gen.c: Various fixes & enhancements
10177
10178         * src/SDCClrange.c, src/SDCClrange.h:
10179         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10180
10181         * src/ds390/ralloc.c:
10182         various fixes & enhancements (ds390) specific
10183
10184         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10185         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10186         from rallocs.
10187
10188         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10189
10190 2002-03-02    <johan AT FRIJA>
10191
10192         * src/SDCCast.c (decorateType): fixed bug #524708
10193
10194         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10195
10196         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10197
10198 2002-03-01  Michael Hope  <michaelh AT vroom>
10199
10200         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10201
10202         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10203
10204 2002-03-01    <johan AT FRIJA>
10205
10206         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10207
10208         * src/SDCCast.c (decorateType): fixed bug #524209
10209
10210         * src/SDCCval.c (valNot): fixed bug #524195
10211
10212 2002-02-26    <johan AT balder>
10213
10214         * src/xa51/gen.c: fixed a warning
10215
10216         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10217
10218         * src/SDCCast.c (decorateType): fixed bug #522534
10219
10220 2002-02-23    <johan AT balder>
10221
10222         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10223
10224 2002-02-22    <johan AT balder>
10225
10226         * src/SDCCast.c: fixed bug #514865
10227
10228         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10229
10230 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10231
10232         * sdcc/src/SDCCloop.c:
10233         Previous fix was not good. basic blocks that have "break" or "return" are
10234         not really partof a loop , but live ranges used in these blocks should
10235         be live thru the entire loop, so set partOfLoop but don't add them to
10236         loop region
10237
10238 2002-02-21    <johan AT FRIJA>
10239
10240         * src/SDCCcse.c: fixed bug #514308
10241
10242 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10243
10244         * src/SDCCloop.c:
10245         Fixed BUG #519583. If a conditional block ended in a return/break
10246         statement inside a loop, it was not being considered part of the loop.
10247
10248         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10249
10250 2002-02-10  Karl Bongers <karl AT turbobit.com>
10251
10252         * debugger/*:
10253         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10254         with lots of comments and notes.
10255
10256         * device/examples/test2.c:
10257         Fix bug, "red" variable not being initialized(compiler complained).
10258
10259         * device/examples/Makefile, examples/test3.c:
10260         Add Makefile in device/examples folder, compiles test3.c
10261         for use as a multiple module SDCDB test case.
10262
10263         * sim/ucsim/cmd.src/cmdset.cc:
10264         Took out debug printfs in ucsim "next" command.
10265
10266         * sim/ucsim/xa.src:
10267         Karl and Johan start ucsim XA support.  Most dissassembly working,
10268         about 75% emulation done(plenty of work remaining).
10269
10270         * sim/ucsim/z80.src:
10271         Add Z80 support to ucsim, add test-ucz80 regression test,
10272         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10273         Notice z80 compiler fails on examples/test3.c/crc code.
10274
10275 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10276
10277         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10278         Added support for --parms-in-bank1
10279
10280         * src/ds390/peeph.def:
10281         added a few more peephole optimzations
10282
10283         * src/ds390/main.c:
10284         1) added __builtin_inp & __builtin_outp used to read in data of given length
10285            from a memory mapped port
10286         2) added __builtin_memcmp
10287         3) added __builtin_swapw swap bytes of a short
10288
10289         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10290         1) handle multiple send & receives from register bank1
10291         2) ralloc can now allocate DPTR1 to some liveRanges
10292
10293         * src/SDCCsymt.c, src/SDCCsymt.h:
10294         changes to handle multiple sends & receives
10295
10296         * src/SDCCptropt.h:
10297         added some pointer arithmetic optimization
10298
10299         * src/SDCCptropt.c:
10300         added some pointer arithmetic optimizations but not stable yet so not
10301         called from anywhere (will get this working shortly)
10302
10303         * src/SDCCopt.c: fixed for multiple sends & receives
10304
10305         * src/SDCCmain.c:
10306         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10307         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10308            set preprocessor defines (depending on options)
10309
10310         * src/SDCCicode.c, src/SDCCicode.h:
10311         changes made to handle multiple sends & receives
10312
10313         * src/SDCCglobl.h:
10314         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10315
10316         * src/SDCCcse.c, src/SDCCcse.h:
10317         added function findbackward def (to be used in upcoming optimization)
10318
10319         * src/SDCCcflow.c, src/SDCCcflow.h:
10320         added function returnAtEnd - to determine if a basic block terminates with
10321         a RETURN iCode
10322
10323         * src/SDCCast.c, src/SDCCast.h:
10324         added option parms-in-bank1
10325
10326         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10327         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10328         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10329         adjusted for --parms-in-bank1 option
10330
10331         * device/include/string.h:
10332         donot redefine "reentrant" keyword
10333
10334         * device/include/ds80c390.h: Added some more SFRs
10335
10336 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10337
10338         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10339
10340 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10341
10342         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10343
10344 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10345
10346         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10347
10348 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10349
10350         * Added --xram-movc option
10351
10352 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10353
10354         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10355
10356 2002-01-11  Johan Knol
10357
10358         * Added math lib of Jesus Calvino-Fraga
10359
10360 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10361
10362         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10363         * support/regression/Makefile: new target test-mcs51-stack-auto
10364         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10365
10366 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10367
10368         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10369
10370 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10371
10372         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10373
10374 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10375
10376         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10377
10378         * src/SDCCglue.h: add definition for printIvalChar()
10379
10380 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10381
10382         * src/SDCCast.c: fix #498138 by Johan
10383
10384         * src/SDCCglue.c: fix #498138 by Johan
10385
10386 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10387
10388         * support/regression/Makefile: fix clean
10389
10390         * support/regression/ports/ds390/support.c: fix transmission of last character
10391
10392 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10393
10394         * /sdcc/src/ds390/gen.c:
10395         a) improved computing address of stack variable
10396         b) took out some #if 0 code
10397         c) improved parmBytes adjustment
10398         d) improved genPlusIncr & genMinusIncr
10399         e) genCmp could generate bad code (when left assigned to DPTR)
10400         f) Fixed bug in hasInc
10401
10402         * /sdcc/src/ds390/ralloc.c:
10403         a) packRegsForSupport could mess up live information (Fixed)
10404         b) packRegsDPTRuse could be incorrect for left & right shift
10405
10406         * /sdcc/src/mcs51/ralloc.c:
10407         packRegsForSupport could mess up the live information (Fixed)
10408
10409         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10410
10411         * /sdcc/src/SDCCast.c:
10412         can reverse a loop even if function call is present as long
10413         as the loop control variable is local & is not passed as parameter
10414
10415 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10416
10417         * /sdcc/ChangeLog: *** empty log message ***
10418
10419         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10420         More builtin function additions for TININative
10421
10422         * /sdcc/src/ds390/ralloc.c:
10423         Had broken the regression testsuite
10424
10425         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10426
10427         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10428         Added funcattr hasStackParms will be set for reentrant functions when there
10429         are paramteres on the stack, this helps in minimizing frame pointer generation
10430         typeFromStr can handle function pointers now
10431
10432         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10433         *** empty log message ***
10434
10435 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10436
10437         * /src/ds390/gen.c, /src/ds390/main.c:
10438         More builtin function additions for TININative
10439
10440         * /src/ds390/ralloc.c:
10441         Had broken the regression testsuite
10442
10443         * /src/SDCCast.c: Fixed a bug in dumptree
10444
10445         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10446         Added funcattr hasStackParms will be set for reentrant functions when there
10447         are paramteres on the stack, this helps in minimizing frame pointer generation
10448         typeFromStr can handle function pointers now
10449
10450         * /doc/builtins.txt, /doc/TININative.txt:
10451         *** empty log message ***
10452
10453
10454 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10455
10456         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10457         ALPHA version for -mTININative
10458
10459         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10460         updated to reflect changes in the port structure
10461
10462         * /src/port.h:
10463         added function do_assemble (similar to do_link) if non-null this function
10464         will be called to do assembly (-mTININative) requires a multi command
10465         assembly
10466         added function genAssemblerEnd will be called to generate assembler Epilogue
10467
10468         * /src/SDCCsymt.c:
10469         added _JavaNative to debug info printing
10470
10471         * /src/SDCCmain.c: added option --tini-libid
10472         added port->do_assemble function (-mTININative) has a multi command assemble
10473
10474         * /src/SDCCglue.c: Disabled "constExpr" check
10475         added port->genAssemblerEnd function
10476
10477         * /src/SDCCglobl.h: Added option --tini-libid value
10478
10479         * /src/SDCCast.h:
10480         tookout optimizeCompare from the header (has no external references)
10481
10482         * /src/SDCCast.c: made one more function "static"
10483
10484 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10485
10486         * src/z80/mappings.i: Added z80asm support.
10487
10488         * src/z80/main.c: Added z80asm support on --asm=z80asm
10489
10490         * src/z80/gen.c: Fixed asm portability issues.
10491
10492         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10493
10494         * src/SDCCglue.c (printExterns): Added global/extern split.
10495
10496 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10497
10498         * support/regression/Makefile: added test for mcs51 model large
10499
10500         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10501
10502         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10503
10504 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10505
10506         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10507
10508 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10509
10510         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10511
10512         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10513
10514 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10515
10516         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10517
10518         * support/regression/tests/simplefloat.c: Port to mcs51.
10519
10520 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10521         * support/regression/tests/bug-485362.c: Added.
10522
10523         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10524
10525         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10526
10527         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10528
10529         * src/z80/gen.c (aopDump): Added a dump function.
10530
10531 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10532         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10533
10534         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10535
10536         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10537
10538         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10539
10540         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10541
10542         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10543
10544         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10545
10546         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10547
10548         * support/regression/ports/ds390/support.c: Use tinibios.
10549
10550         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10551
10552 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10553
10554         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10555         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10556
10557         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10558
10559         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10560
10561 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10562
10563         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10564
10565         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10566         (packRegsForIYUse): Created and optimised.
10567
10568 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10569
10570         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10571 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10572
10573         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10574
10575         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10576
10577         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10578
10579 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10580
10581         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10582
10583         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10584
10585 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10586
10587         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10588
10589         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10590
10591         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10592
10593 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10594
10595         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10596         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10597         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10598
10599         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10600
10601         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10602         (genNotFloat): Added.
10603         (genUminusFloat): Added.
10604
10605         * device/lib/z80/Makefile: Added floating pt stubs.
10606
10607         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10608
10609         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10610
10611         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10612
10613 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10614
10615         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10616
10617         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10618
10619         * sdcc/support/regression/Makefile: Add port ds390.
10620
10621         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10622
10623         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10624
10625         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10626
10627         * sdcc/support/regression/ports/ds390/support.c: Added.
10628
10629         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10630
10631         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10632
10633         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10634
10635 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10636
10637         * device/include/malloc.h: Added z80 and gbz80 support.
10638
10639         * device/lib/gbz80/heap.s: Added.
10640
10641         * device/lib/z80/heap.s: Added.
10642
10643         * device/lib/malloc.c: Added z80 and gbz80 support.
10644
10645         * support/regression/tests/malloc.c (testMalloc): Added.
10646
10647         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10648
10649         * support/regression/tests/bug-478094.c: Added.
10650
10651         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10652
10653 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10654
10655         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10656
10657         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10658
10659         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10660
10661         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10662
10663         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10664
10665 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10666
10667         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10668
10669 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10670
10671         * support/regression/tests/bug-477927.c: Added.
10672
10673         * src/z80/peeph.def: Added minor rules.
10674
10675         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10676
10677         * src/z80/peeph.def: Added jump optimisation modification.
10678
10679 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10680
10681         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10682
10683 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10684
10685         * support/regression/tests/funptrs.c: Added.
10686
10687 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10688
10689         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10690
10691 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10692
10693         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10694
10695         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10696
10697         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10698         (movLeft2ResultLong): Created.
10699
10700         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10701         (joinPushes): Added.  Joins two char pushes into a word push.
10702
10703 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10704
10705         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10706
10707         * support/makebin/Makefile (install): Added creation of dest dir.
10708
10709 2001-10-24 Karl Bongers <karl AT turbobit.com>
10710
10711         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10712
10713 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10714
10715         * src/z80/ralloc.c: Turned off faulty pack for one use.
10716
10717         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10718
10719         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10720
10721 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10722
10723         * support/regression/Makefile: Improved clean
10724
10725         * support/regression/ports/gbz80/spec.mk: Added clean
10726
10727         * support/regression/ports/host/spec.mk: Added clean
10728
10729         * support/regression/ports/z80/spec.mk: Added clean
10730
10731         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10732
10733         * support/regression/ports/mcs51/timeout.c: little improvements
10734
10735 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10736
10737         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10738
10739         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10740
10741         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10742
10743 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10744
10745         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10746
10747         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10748
10749 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10750         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10751
10752         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10753
10754         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10755
10756         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10757
10758         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10759
10760         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10761
10762         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10763
10764         * support/regression/tests/longor.c: Added.
10765
10766 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10767
10768         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10769
10770         * as/mcs51/aslink.h: define PATH_MAX
10771
10772         * as/mcs51/asm.h: define PATH_MAX
10773
10774         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10775
10776         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10777
10778         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10779
10780         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10781
10782         * src/SDCCglobl.h: define PATH_MAX
10783
10784         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10785
10786         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10787
10788 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10789
10790         * src/z80/gen.c (gencjneshort): Fixed
10791
10792         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10793
10794 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10795
10796         * support/regression/tests/bug-469671.c: Added.
10797
10798         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10799
10800 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10801
10802         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10803
10804         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10805
10806 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10807
10808         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10809
10810         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10811
10812         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10813
10814         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10815
10816         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10817
10818         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10819
10820         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10821
10822 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10823
10824         * 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.
10825
10826         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10827
10828         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10829
10830 2001-10-07    <johan AT FRIJA>
10831
10832         * device/lib/gets.c (gets): fixed the return value.
10833
10834 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10835         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10836
10837         * 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.
10838
10839         * 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.
10840
10841         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10842
10843         * src/pic/gen.c: Removed Safe_strdup.
10844
10845         * configure.in: Added option to enable libgc support.
10846
10847         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10848         (bitVectUnion): Optimised.
10849         (bitVectIntersect): Optimised.
10850         (bitVectBitsInCommon): Optimised.
10851         (bitVectCplAnd): Optimised.
10852
10853         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10854
10855 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10856
10857         * src/SDCCmain.c: distinguish between assembler debug and plain options
10858
10859         * src/avr/main.c:   remove standard assembler options
10860
10861         * src/ds390/main.c: remove standard assembler options
10862
10863         * src/mcs51/main.c: remove standard assembler options
10864
10865         * src/port.h: removed "PENDING" comment
10866
10867 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10868
10869         * src/device/lib/_mulint.c  : new, with assember functions
10870
10871         * src/device/lib/_mullong.c : new, with assember functions
10872
10873         * src/device/lib/_divuint.c : with assember functions
10874
10875         * src/device/lib/_divsint.c : with assember functions
10876
10877         * src/device/lib/_divulong.c: with assember functions
10878
10879         * src/device/lib/_divslong.c: with assember functions
10880
10881         * src/device/lib/_moduint.c : with assember functions
10882
10883         * src/device/lib/_modsint.c : with assember functions
10884
10885         * src/device/lib/_modulong.c: with assember functions
10886
10887         * src/device/lib/_modslong.c: with assember functions
10888
10889         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10890
10891         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10892
10893         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10894                                       replaced _mululong.c and _mulslong.c by _mullong.c
10895
10896 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10897
10898         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10899
10900 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10901
10902         * src/SDCCglue.c: test, if win32api is available for MINGW
10903
10904 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10905
10906         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10907         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10908         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10909         * support/regression/ports/host/spec.mk: removed GENERIC
10910         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10911         * support/regression/ports/z80/spec.mk: removed GENERIC
10912
10913 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10914
10915         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10916
10917         * support/regression/tests/bug-467035.c: Created.
10918
10919 2001-10-01    <johan AT FRIJA>
10920
10921         * src/SDCC.y: fixed bug #466586 part 1
10922
10923 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10924
10925         * SDCCicode.c: z80 has no generic pointers
10926         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10927
10928 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10929
10930         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10931
10932 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10933
10934         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10935
10936         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10937
10938 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10939
10940         * configure.in: Fixed up so that ucsim is only configured once.
10941
10942         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10943
10944         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10945         (getPathDifference): As above.
10946
10947         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10948
10949         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10950
10951 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10952         * .version: Updated to 2.3.1
10953
10954         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10955         Added copyright header.
10956
10957         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10958         (assemble): Added support for macro based assembler commands.
10959         (linkEdit): Added support for macro based linker commands.
10960         (preProcess): Changed the pre-processor to use macros.
10961         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10962         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10963
10964         * device/lib/z80/crt0.s: Added module name for debugging.
10965
10966 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10967
10968         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10969
10970         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10971
10972         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10973
10974         * src/Makefile.in: Added SDCCmacro and SDCCutil
10975
10976 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10977
10978         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10979
10980 2001-09-16    <johan AT FRIJA>
10981
10982         * 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.
10983
10984 2001-09-15    <johan AT FRIJA>
10985
10986         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10987         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10988
10989 2001-09-11    <johan AT FRIJA>
10990
10991         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10992
10993 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10994
10995         * support/regression/tests/bug-460444.c: Added test case.
10996
10997         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10998         (genCast): Added justification for all of the asserts.
10999
11000 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11001
11002         * support/regression/support.c: _xdata replaced by xdata
11003
11004         * support/regression/spec.mk: removed _generic
11005
11006 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11007
11008         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11009
11010         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11011         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11012
11013         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11014
11015         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11016
11017         * support/regression/tests/bug-460010.c: Added test case.
11018
11019         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11020
11021 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11022
11023         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11024
11025         * support/regression/testfwk.c: removed workaround for bug #436344
11026
11027         * support/regression/tests/bp.c: use less memory with mcs51
11028
11029         * support/regression/tests/bug-441448.c: use less memory
11030
11031         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11032
11033         * support/regression/collate-results.py: typo
11034
11035 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11036
11037         * support/regression/tests/fetchoverlap.c: Added new test case.
11038
11039         * support/regression/tests/bp.c: Added new test case.
11040
11041         * support/regression/tests/bug-448984.c: Added new test case.
11042
11043         * support/regression/tests/pow2shifts.c: Added new test case.
11044
11045         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11046         (genlshTwo): Fixed right shift for count > 8.
11047
11048         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11049
11050 2001-09-08    <johan AT FRIJA>
11051
11052         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11053
11054 2001-09-07    <johan AT FRIJA>
11055
11056         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11057
11058         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11059
11060 2001-09-06    <johan AT FRIJA>
11061
11062         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11063         * bernhard noted me at this: "() equals to (void)" (1.38)
11064
11065 2001-09-05    <johan AT FRIJA>
11066
11067         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11068
11069 2001-09-04    <johan AT FRIJA>
11070
11071         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11072
11073
11074 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11075
11076         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11077
11078 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11079
11080         * link/z80/aslink.h: Fixed path for PATH_MAX
11081
11082 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11083
11084         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11085
11086         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11087
11088         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11089
11090         * 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.
11091
11092 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11093
11094         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11095         (genCmp): Fixed up genCmp for the GB with longs.
11096
11097         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11098
11099         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11100
11101         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11102
11103         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11104
11105 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11106
11107         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11108
11109 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11110
11111         * 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.
11112
11113         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11114
11115 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11116
11117         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11118
11119         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11120
11121 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11122
11123   * sim/ucsim/configure:    little improvement of Cygwin-detection
11124   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11125   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11126   * support/regression/tests/bug-221100.c: small changes for mcs51
11127   * support/regression/tests/bug-221168.c: small changes for mcs51
11128   * support/regression/tests/bug-227710.c: small changes for mcs51
11129   * support/regression/tests/staticinit.c: small changes for mcs51
11130   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11131   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11132   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11133
11134 $Revision$
11135