* as/z80/Makefile,
[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         * as/z80/Makefile,
8         * link/z80/Makefile: removed, they have moved to
9         Makefile.in files
10
11 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
12
13         Enabled VPATH feature: changed nearly all Makefiles (149 files).
14         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
15
16         One basic decision: e.g. src/clean.mk includes further files. In order
17         to make this work there are two solutions:
18         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
19           run configure on them. This way they can use
20           'include $(srcdir)/port-clean.mk'
21         - always include clean.mk by the Makefile at the same level. To avoid
22           that `make clean` tries to include and build Makefile.dep the
23           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
24           implemented, because now even `make uninstall` doesn't create
25           Makefile.in. clean.mk could be eliminated by pasting it in
26           Makefile.in.
27
28         * debugger/mcs51/Makefile.in: build own objects from library sources
29         (SLIB, SDCC) in current directory
30
31         * configure, configure.in: renamed --disable-device-lib-build in 
32         --disable-device-lib; added --enable-doc, the required tools are
33         searched by configure; added result message; the toolchain for the
34         belonging ports are now only built, if the port is enabled.
35
36         * support/regression/*: all output is written in directory gen, because
37         the fwk and ports directories don't livet in the build tree using vpath
38
39         * doc/sdccman.lyx: renamed --disable-device-lib-build to
40         --disable-device-lib, added --enable-doc, added section VPATH
41
42         * sim/ucsim/configure.in,
43         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
44         z80 are enabled by default
45
46 2006-04-24 Raphael Neider <rneider AT web.de>
47
48         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments to
49             config word, "pic14_"-prefixed some extern functions
50           (pic14_emitConfigWord): emit __config directive(s) if assignment to
51             config word has been found
52         * src/pic/device.h: added prototypes
53         * src/pic/pcode.c: added "pic14_"-prefix where needed
54         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic fixup
55         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config words,
56           (pic14emitRegularMap): ignore config words,
57           (pic14createInterruptVect): moved generating __config directives away
58           (picglue): have __config directives emitted
59
60 2006-04-24 Borut Razem <borut.razem AT siol.net>
61
62         * doc/Makefile: sync with nightly build makefile
63
64 2006-04-24 Raphael Neider <rneider AT web.de>
65
66         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
67             registers that have not been assigned proper liveranges,
68             fixes #1469504 and #1474602,
69           (pCodeRegOptimizeRegUsage): fixed typo in comment
70
71 2006-04-24 Borut Razem <borut.razem AT siol.net>
72
73         * device/examples/main8051.c: deleted - it was removed from CVS
74           24.mar.2000 and after that modified 18.feb.2001, so it reappered
75           after the transition to Subversion 
76         * src/SDCCalloc.h: deleted - it was removed  from CVS
77           3.feb.2001 and after that modified 18.feb.2001, so it reappered
78           after the transition to Subversion 
79         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif, 
80           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
81           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
82           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
83
84 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
85
86         * as/asx8051.dsp: added mcs51/strcmpi.h
87         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
88         * as/hc08/aslink.h: updated lnksect prototype
89         * as/hc08/asm.h,
90         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
91         * as/hc08/asmain.c,
92         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
93           (newdot): handle A_ABS
94         * as/hc08/asout.c,
95         * as/mcs51/asout.c (outarea): output address
96         * as/hc08/lkaomf51.c,
97         * as/mcs51/lkaomf51.c: disabled unused array UsageType
98         * as/hc08/m08pst.c,
99         * as/mcs51/i51pst.c,
100         * as/z80/z80pst.c: "ABS" is not A_OVR
101         * as/hc08/lkarea.c (newarea): read a_addr,
102           (lnkarea): added codemap array, sort absolute areas to the front,
103            combine all GSINITx/GSFINAL,
104           (find_empty_space, allocate_space): new functions,
105           (lnksect): return next address, handle absolute sections
106         * as/mcs51/lkarea.c (newarea): read a_addr,
107           lnksect2 prototype changed,
108           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
109           (find_empty_space, allocate_space): new, factored out of lnksect2,
110           (lnksect2): return next address, handle absolute sections
111         * as/hc08/lkhead.c,
112         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
113         * as/hc08/lklibr.c (addfile, fndsym),
114         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
115           index out of range and detect both '\' and '/'
116         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
117         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
118           regression tests (ds390 cannot return bool yet)
119         * doc/sdccman.lyx: changed version number, document changed --no-peep,
120           document critical interrupts on z80, document changed SDCC define
121         * src/asm.c (_asxxxx_mapping): fixed .org directive,
122           (_a390_mapping): added .org directive
123         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
124           (genMultOneByte): fixed warnings
125         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
126           ones
127         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
128         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
129           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
130         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
131         * src/pic16/main.c: removed newReg prototype
132         * src/pic16/pcode.c,
133         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
134           warnings
135         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
136           ones
137         * src/pic16/ralloc.c
138         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
139           to fix warnings
140         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
141           from short to PIC_OPTYPE
142         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
143         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
144           optype from short to PIC_OPTYPE
145         * src/port.h: made int_size unsigned to fix warnings
146         * src/SDCC.y: fixed warning on MSVC
147         * src/SDCCicode.c (getArraySizePtr): return unsigned int
148         * src/SDCCopt.c (convertToFcall): fixed warnings
149         * src/SDCCsymt.h: removed double prototype for genSymName
150         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
151           offset int to fix warnings
152
153 2006-04-22 Borut Razem <borut.razem AT siol.net>
154
155         * doc/sdccman.lyx, */Makefile, */Makefile.in:
156           references to CVS replaced with Subversion
157
158 2006-04-21 Borut Razem <borut.razem AT siol.net>
159
160         * doc/sdccman.lyx, */Makefile, */Makefile.in:
161           references to CVS replaced with Subversion
162
163 2006-04-19 Borut Razem <borut.razem AT siol.net>
164
165         * src/version.awk: adapted for svn
166         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
167           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
168           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
169           /binutils-avr/etc/*.vi, *.jin: removed all properties
170           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
171
172 2006-04-19 Borut Razem <borut.razem AT siol.net>
173
174         * CVS to Subversion migration completed
175
176 2006-04-18 Borut Razem <borut.razem AT siol.net>
177
178         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
179           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
180
181 2006-04-17 Borut Razem <borut.razem AT siol.net>
182
183         * device/include/Makefile.in: added pic/*.inc to the installation
184
185 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
186
187         * support/regression/collate-results.py: fixed output in case of
188         a valdiag error
189         * support/regression/generate-cases.py: fixed splitting of pathnames
190         with dots
191         * as/hc08/lklibr.c (addfile),
192         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
193
194 2006-04-11 Raphael Neider <rneider AT web.de>
195
196         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
197         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
198         * src/pic16/pcode.c (assignValnums): fixed #1460578
199
200 2006-04-11 Raphael Neider <rneider AT web.de>
201
202         * device/lib/pic/libdev/*.c,
203         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
204           fixes #1468739, enables compilation in --std-c99 mode
205         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
206
207 2006-04-11 Raphael Neider <rneider AT web.de>
208
209         * src/pic/device.c (find_device): removed debug output
210           (list_valid_pics): enabled verbose listing of supported devices
211         * device/include/stdbool.h: define bool as char for pic14/16 as well
212
213 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
214
215         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
216
217 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
218
219         * .version: bumped version to 2.5.6
220         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
221
222 2006-04-06 Raphael Neider <rneider AT web.de>
223
224         * .version: bumped version to 2.5.6 (pic14 ABI changed)
225         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
226         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
227           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
228             pic14_constructAbsMap
229           (pic14printPublics): declare absolute global symbols as global
230           (pic14createInterruptVect),
231         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
232           (newReg): assume new registers unused, use correct name in
233             hashtable (reg->name instead of name), more debugLog output
234         * src/pic/device.h (PIC_device): added fields for verbose output
235         * src/pic/device.c: moved device definition to pic14devices.txt,
236             added routines for runtime parsing of pic14devices.txt,
237             added support for second config word
238         * src/pic/main.c (_process_pragma): removed #pragma maxram,
239           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
240           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
241           (_pic14_parseOptions): moved pCodeInitRegisters here
242           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
243         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
244           (pCodeInitRegisters): rewrapped comments, perpared new approach to
245             handling the pseudo stack
246         * device/lib/Makefile.in: ignore failures in objects-pic16,
247         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
248         * device/lib/pic/NEWS: document new dependency on picXXX.lib
249         * device/lib/pic/Makefile.subdir,
250         * device/lib/pic16/Makefile.subdir: improved clean rules
251         * device/lib/pic/libdev/: NEW, pic14 device libraries
252         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
253         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
254         * device/include/Makefile.in: create subdir and install pic14 headers
255         * device/include/pic/p16f_common.inc: removed unused declarations
256         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
257             PICs from inc2h.pl v1.6,
258             replaced BIT_AT macros with struct declarations
259         * device/include/pic/pic14devices.txt: definition of supported devices,
260             all above improvements contributed by Zik Saleeba, thanks
261         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
262         * support/scripts/sdcc.nsi: also install pic14 device libraries and
263             headers
264
265 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
266
267         * device/include/mcs51/c8051f410.h: added interrupt numbers,
268         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
269           thanks to Charles Olds
270
271 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
272
273         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
274
275 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
276
277         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
278         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
279         * support/regression/bug1464657.c: added, new test
280
281 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
282
283         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
284           version number
285
286 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
287
288         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
289           --no-peep and --peep-file <file> are used don't use default rules but
290           do use the <file>
291
292 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
293
294         * src/mcs51/gen.c (genCall): fixed bug 1457608
295
296 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
297
298         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
299         changes seem to cause (trigger?) problems with the build system.
300
301 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
302
303         * src/SDCCpeeph.c (operandsLiteral): new, added,
304           (callFuncByName): inserted operandsLiteral
305         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
306
307 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
308
309         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
310         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
311
312 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
313
314         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
315           implemented patch 1120823 Thanks to Willy De la Court (normal
316           interrupts need an interrupt number now if they are made critical),
317           and enabled nesting of critical functions though not for gbz80
318           (genCritical, genEndCritical): added functions
319           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
320         * src/z80/mappings.i: added "ei" to all mappings
321
322 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
323
324         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
325         submitted by the Debian SDCC maintainer Aurelien Jarno:
326         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
327         archive with gcc 4.1 on mips and wrote the patch"
328
329 2006-03-16 Raphael Neider <rneider AT web.de>
330
331         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
332           the left operand is shorter than the result (c* = lit-c* + int),
333           fixes bug #1450796
334         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
335           OP_SYMBOL
336
337 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
338
339         * src/.version: increased version number to 2.5.5
340         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
341         linking is done manually in pic16 port's _linkEdit,
342         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
343         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
344         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
345         allocate asmop as AOP_ACC,
346         (aopForRemat): added parameter 'bool result' in function declaration,
347         (pic16_aopGet): return AOP_ACC when accessing WREG,
348         (pic16_popGetTempReg): minor modification,
349         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
350         'pic16_allocWithIdx',
351         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
352         calling function in absolute addresses,
353         (genAssign): take into account AOP_ACC asmop,
354         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
355         * src/pic16/pcoderegs.c: some debug functions and lines added,
356         * src/pic16/ralloc.c (decodeRegType): added but commented out,
357         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
358         register too,
359         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
360         call to allocReg, not by manually allocating a new one,
361         (pic16_assignRegisters): now before going through the register
362         allocating functions mark all registers as free. This eliminates some
363         side effects resulting from peephole parser done earlier in the backbone
364
365 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
366
367         * src/SDCCicode.c (geniCodeLogic),
368         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
369
370 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
371
372         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
373           (genSend): bugfix, do not allocate and free twice,
374           (shiftRLong): handle partially overlapping aops
375         * support/regression/tests/bitopcse.c: fixed warning redefined idata
376
377 2006-03-08 Borut Razem <borut.razem AT siol.net>
378
379         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
380           for pic16
381
382 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
383
384         * support/regression/tests/bug1409955.c: new, added
385         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
386         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
387           (aopForSym, aopOp): increment asmop.allocated if reused,
388           (freeAsmop): decrement asmop.allocated and check for zero instead of
389           using asmop.freed,
390           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
391           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
392            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
393            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
394            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
395            genSignedRightShift, genRightShift, genDataPointerGet,
396            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
397            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
398             in reverse order from allocation,
399           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
400             added swappedLR to keep track
401         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
402           pdata & code for GCC, z80, gbz80 & hc08
403         * support/regression/tests/zeropad.c: moved defines to testfwk.h
404
405 2006-03-08 Raphael Neider <rneider AT web.de>
406
407         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
408
409 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
410
411         * device/include/mcs51/c8051f410.h: new SiLabs mcu
412         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
413         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
414
415 2006-03-06 Borut Razem <borut.razem AT siol.net>
416
417         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
418           made the linker quiet
419
420 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
421
422         * src/pic16/gen.c (genPcall): fixed bug #1443644
423         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
424         which dumps before the function entry point a data byte which represents
425         the number of the local variables used by the specified function, added
426         'xinst' for initial support for Extended Instruction Support,
427         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
428         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
429         port->fun_prefix anymore (may change later),
430         (genFunction, genEndFunction): do not store/restore local registers for
431         _main (this should take care the --main-return command line option in
432         the future),
433         (genOr): removed some legacy pic-port instructions,
434         * src/pic16/genarith.c (genAddLit): re-enabled old code because
435         performing operations with SFR's causes data to be written more than
436         once to each SFR. Perhaps SFRs should be handled in special cases...
437         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
438         pcode.h
439         * src/pic16/main.c (_process_pragma): stack bound checking did not take
440         into account for stack starting position,
441         (struct OPTIONS pic16_optionsTable): added command line argument
442         --extended or -y for Extended Instruction Support,
443         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
444         (deassignLRs): *** perhaps the most important change, old 'for' code
445         (commented out for reference), didn't account for some registers which
446         were left marked 'not free' after a pointer operation. The change
447         reduces register usage a lot in some cases
448
449 2006-03-04 Borut Razem <borut.razem AT siol.net>
450
451         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
452           _clean
453         * support/regression/tests/bug-524697.c: decreased array size for
454           mcs51 to fit into the internal RAM
455         * support/regression/Makefile.in: a little bit more verbose
456
457 2006-03-03 Borut Razem <borut.razem AT siol.net>
458
459         * support/regression/fwk/lib/testfwk.c,
460           support/regression/fwk/include/testfwk.h: introduced function
461           _prints(), nonrecursive _printn(), call _initEmu() from main()
462         * support/regression/ports/gbz80/support.asm,
463           support/regression/ports/ucz80/support.asm,
464           support/regression/ports/z80/support.asm,
465           support/regression/ports/ds390/support.c,
466           support/regression/ports/hc08/support.c,
467           support/regression/ports/host/support.c,
468           support/regression/ports/mcs51/support.c,
469           support/regression/ports/xa51/support.c: added empty _initEmu()
470           function
471         * support/regression/ports/pic16/gpsim.cmd,
472           support/regression/ports/pic16/spec.mk,
473           support/regression/ports/pic16/support.c,
474           support/regression/Makefile.in: added pic16 regression test
475
476 2006-03-01 Raphael Neider <rneider AT web.de>
477
478         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
479           genConstPointerGet): use safe way of generating MOVFF to cover
480             literals as well as registers, fixes bug #1440527
481         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
482             dereference
483           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
484             more correctly, fixes bug #1232186
485           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
486         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
487             gplink guess the correct processor in more cases, applied patch
488             from Till Riedel attached to and fixing bug #1436552
489
490 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
491
492         * support/regression/tests/array.c: added, contains check for #1434401
493         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
494
495 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
496
497         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
498         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
499         * device/include/mcs51/c8051f326.h,
500         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
501         * device/include/mcs51/c8051f000.h,
502         * device/include/mcs51/c8051f018.h,
503         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
504           PCON_IDLE,PCON_STOP and added sfr16 definitions
505
506 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
507
508         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
509           genGetWord): fixed bug 1409955
510
511 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
512
513         * device/include/hc08/mc68hc908gp32.h,
514         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
515
516 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
517
518         * src/SDCCast.c (constExprValue): return NULL if not a value
519         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
520         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
521         * support/regression/tests/bitfields.c: enabled signed bitfield for all
522
523 2006-02-13 Borut Razem <borut.razem AT siol.net>
524
525         * src/regression/ptrarg.c: added, fails due to bug #1430967
526         * src/regression/Makefile: ptrarg.c added, ...
527
528 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
529
530         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
531         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
532
533 2006-02-11 Borut Razem <borut.razem AT siol.net>
534
535         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
536           print "Processor: xxx" message to stdout only if --verbose
537
538 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
539
540         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
541         * support/regression/tests/bug1426356.c: added
542         * support/regression/tests/bitfields.c: removed 2 tests
543
544 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
545
546         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
547         * device/include/mcs51/c8051f330.h,
548         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
549           PCON_IDLE,PCON_STOP and added sfr16 definitions
550         * device/lib/_divsint.c,
551         * device/lib/_divuint.c,
552         * device/lib/_divulong.c,
553         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
554           register bank bug for small stackauto
555
556 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
557
558         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
559
560 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
561
562         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
563         * all.dsp: corrected several bin paths
564         * device/include/mcs51/c8051f120.h,
565         * device/include/mcs51/c8051f300.h,
566         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
567           to PCON_IDLE,PCON_STOP
568         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
569         * device/lib/printf_large.c (output_float): fixed bug 1388703
570         * support/regression/tests/bug1057979.c: added test for bug 1388703
571
572 2006-02-08 Raphael Neider <rneider AT web.de>
573
574         * src/pic/pcode.c (pciTRIS): fixed typo,
575           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
576           (LinkFlow): fixed handling of flows that end in a call,
577           (ReuseReg): perform safety check earlier
578         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
579             to work with flows at the beginning of a pBlock,
580             fixes #1426557 (Symbol not previously defined),
581           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
582             usage information
583           (RemoveUnusedRegisters): update register usage info
584         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
585             created, reuse existing ones instead
586         * src/pic/gen.c (genPcall): fixed #1424719
587
588 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
589
590         * link/z80/lkmain.c,
591         * link/z80/lklex.c,
592         * link/z80/lkdata.c,
593         * link/z80/aslink.h: fixed build on current cygwin:
594         replaced getline() by lk_getline()
595
596 2006-02-01 Borut Razem <borut.razem AT siol.net>
597
598         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
599           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
600           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
601           src/regression/bool1.c, src/regression/bool2.c,
602           src/regression/bool3.c, src/regression/call1.c,
603           src/regression/compare.c, src/regression/compare10.c,
604           src/regression/compare2.c, src/regression/compare3.c,
605           src/regression/compare4.c, src/regression/compare5.c,
606           src/regression/compare6.c, src/regression/compare7.c,
607           src/regression/compare8.c, src/regression/compare9.c,
608           src/regression/configword.c, src/regression/for.c,
609           src/regression/inline.c, src/regression/mult1.c,
610           src/regression/nestfor.c, src/regression/or1.c,
611           src/regression/pointer1.c, src/regression/ptrfunc.c,
612           src/regression/rotate1.c, src/regression/rotate2.c,
613           src/regression/rotate3.c, src/regression/rotate4.c,
614           src/regression/rotate5.c, src/regression/rotate6.c,
615           src/regression/rotate7.c, src/regression/string1.c,
616           src/regression/struct1.c, src/regression/sub.c,
617           src/regression/sub2.c, src/regression/switch1.c,
618           src/regression/while.c, src/regression/xor.c,
619           src/regression/create_stc, src/regression/simulate,
620           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
621           regression tests
622         * src/regression/gpsim_assert.h: added
623
624 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
625
626         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
627         ((void (code *) (void)) 0) ();
628         * as/hc08/aslex.c,
629         * as/hc08/aslink.h,
630         * as/hc08/asm.h,
631         * as/hc08/asmain.c,
632         * as/hc08/lkdata.c,
633         * as/hc08/lklex.c,
634         * as/hc08/lkmain.c,
635         * as/mcs51/aslex.c,
636         * as/mcs51/aslink.h,
637         * as/mcs51/asm.h,
638         * as/mcs51/asmain.c,
639         * as/mcs51/lkdata.c,
640         * as/mcs51/lklex.c,
641         * as/mcs51/lkmain.c,
642         * as/z80/aslex.c,
643         * as/z80/asm.h,
644         * as/z80/asmain.c: fixed build on current cygwin:
645         replaced getline() by as_getline()
646
647 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
648
649         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
650         declarator in the symbol chain
651         * src/SDCCsymt.h,
652         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
653         parameter list for function pointers
654         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
655         * support/regression/tests/bug-716242.c: added
656
657 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
658
659         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
660         offset if possible
661         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
662
663 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
664
665         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
666         inifinitely recurseable, added static
667         * support/regression/tests/bug-1408066.c: added
668
669 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
670
671         * src/SDCCicode.h,
672         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
673         renamed, added possibility to create "postLoopLbl"-labels
674         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
675         newiTempLoopHeaderLabel
676         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
677         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
678         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
679         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
680         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
681         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
682         (basicInduction): fixed bug #136564, made static,
683         (loopInduction): changed parameter of basicInduction, made static,
684         (addPostLoopBlock): added
685         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
686         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
687         findLoopEndSeq
688         * support/regression/tests/bug-136564.c: added
689         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
690         --std-sdcc99 to LIBSDCCFLAGS
691
692 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
693
694         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
695         while loop
696         * support/regression/tests/bug-1406131.c: added
697
698 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
699
700         * src/SDCCast.c (decorateType): fix promotion of unary minus
701         * src/SDCCsymt.c (computeType): beautified
702         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
703         (valUnaryPM, valComplement): fix sign and promotion,
704         (valNot): ANSI: result type is int (SDCC: unsigned char)
705         * support/regression/tests/uminus.c: speedup by removing superflous
706         test case 'int'
707         * support/regression/tests/onebyte.c: added promotion and signedness
708         tests for unary minus
709         * support/regressions/tests/bug-477927.c: disable warning about
710         uninitialized variables
711         * support/regression/tests/not.c: added
712
713 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
714
715         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
716         * src/mcs51/gen.c (gen51Code): show final register usage after
717         fillGaps in asm with --i-code-in-asm
718         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
719         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
720         incUsed, rliveClear, adjustIChain): made static,
721         (setFromRange): excluded because it's unused,
722         (findPrevUseSym, markWholeLoop): added,
723         (findPrevUse): rewritten; fixes bug 895992; now a complete search
724         through all branches of predecessors enables sdcc to emit the warning
725         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
726         (rlivePoint): made static, added parameter emitWarnings which is only
727         true during the first run out of two,
728         (findRecursiveSucc, findRecursivePred): removed,
729         (computeLiveRanges): made static, added parameter emitWarnings,
730         (dumpIcRlive): added for debugging only
731         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
732         removed prototype of setFromRange()
733         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
734         in call of computeLiveRanges()
735         * support/regression/tests/bug-895992.c: added
736         * support/regression/tests/bug-971834.c: added
737         * support/valdiag/tests/bug-895992.c: added
738         * support/valdiag/tests/bug-971834.c: added
739
740 2005-12-18 Raphael Neider <rneider AT web.de>
741
742         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
743           (genUnpackBits): improved code for direct operands,
744           (genPackBits): improved code for literal assignment to bitfields
745             and for direct destination operands (no FSR indirection),
746             prevented redundant AND, fixes #1362800,
747           (AccLsh): added parameter to disable masking of the result
748         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
749           skip instructions with side-effects (like incfsz),
750           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
751         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
752         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
753           fixes #1375263
754
755 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
756
757         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
758         volatile variables as spill location
759
760 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
761
762         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
763         replacing literals
764         * support/regression/tests/bug-1376320.c: added
765
766 2005-12-08 Raphael Neider <rneider AT web.de>
767
768         * src/pic/device.c: renamed is_shared to pic14_is_shared
769         * src/pic/gen.c (genIfx): re-enabled handling of sbits
770         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
771           (is_valid_identifier): added for above workaround
772
773 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
774
775         * device/lib/Makefile.in: fixed to enable port-specific-objects
776         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
777           char, thanks Hubert Sack
778         * doc/sdccman.lyx: documented --xstack-loc,
779           elaborated a bit more on interrupts and pitfalls,
780           removed "setjmp/longjmp unsupported",
781           documented some unsupported C99 features
782         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
783         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
784           if, thanks Hubert Sack
785         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
786         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
787           make make_library
788         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
789           regression tests can report resource usage (rfe 700441)
790         * support/regression/collate-results.py: report resource usage
791         * support/regression/ports/ds390/spec.mk,
792         * support/regression/ports/hc08/spec.mk,
793         * support/regression/ports/mcs51/spec.mk,
794         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
795         * support/regression/ports/ds390/uCsim.cmd,
796         * support/regression/ports/hc08/uCsim.cmd,
797         * support/regression/ports/mcs51/uCsim.cmd,
798         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
799         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
800           library, use the default one
801         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
802           building the library
803
804 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
805
806         * config.dsp: added dependency on .version and configure_vc.awk
807         * device/include/setjmp.h: updated for --stack-auto and --xstack
808         * device/include/mcs51/at89c51snd1c.h: corrected line endings
809         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
810         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
811         * device/lib/libsdcc.lib: added _setjmp
812         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
813           (decorateType): fixed bug 1372851,
814           (optimizeGetHbit): fixed warning
815         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
816           array initialisation
817         * support/regression/tests/bug1057979.c: added test for bug 1358192
818         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
819
820 2005-12-03 Borut Razem <borut.razem AT siol.net>
821
822         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
823           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
824
825 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
826
827         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
828         createIval): implement symbol independant "flexible array member",
829         (createIvalCharPtr): implemented flexible array initialisation with a
830         string
831         * src/SDCCsymt.c (copyStruct): removed,
832         (getSize): fixed misleading comment,
833         (getAllocSize): removed, the additional allocation size is now in
834         sym->flexArrayLength,
835         (checkStructFlexArray): new, syntax checks for flexible array members,
836         (compStructSize): added syntax checks for "flexible array members"
837         (copyStruct): removed,
838         (copyLinkChain): removed inefficient fix for bug 770487
839         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
840         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
841         symbol->flexArrayLength
842         * src/SDCCerr.c,
843         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
844         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
845         * support/regression/tests/structflexarray.c: added
846         * support/valdiag/tests/structflexiblearray.c: added
847
848 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
849
850         * src/SDCCast.c (decorateType): fixed bug 1368489
851         * support/Util/SDCCerr.c,
852         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
853
854 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
855
856         * device/include/mcs51/at89c51snd1c.h: added file submitted by
857           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
858
859 2005-11-27 Borut Razem <borut.razem AT siol.net>
860
861         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
862           support/cpp2/mkdeps.h: added command line option
863           -obj-ext=<extension> to SDCPP to define object file externion, used
864           for generation of make dependencies (-M)
865         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
866
867 2005-11-26 Borut Razem <borut.razem AT siol.net>
868
869         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
870           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
871           added pic and pic16 libraries
872
873 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
874
875         * device/include/float.h: Corrected typo in prototype of __fsgt
876
877 2005-11-25 Borut Razem <borut.razem AT siol.net>
878
879         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
880           added creation of model-mcs51-stack-auto libraries
881
882 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
883
884         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
885         and fields-list too
886         * src/SDCCast.c (createIvalArray): removed obsolete comment
887
888 2005-11-24 Borut Razem <borut.razem AT siol.net>
889
890         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
891           added missing device/lib/mcs51/crt*.asm sources
892
893 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
894
895         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
896
897 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
898
899         * device/lib/_fs2schar.c,
900         * device/lib/_fs2sint.c,
901         * device/lib/_fs2slong.c: optimized inline asm
902
903 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
904
905         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
906           Better handling of floats between -1.0 and 0.0.
907
908 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
909
910         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
911           (the missing "if"s prohibited removal of redundant labels)
912
913 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
914
915         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
916           Properly convert floats between -1.0 and 0.0 to long, int, and char
917           types (max integer value of negative floats tends to zero).
918         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
919           Removed changes made so to work properly with floats between
920           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
921           and _fs2char.c
922
923 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
924
925         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
926         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
927         (genCast) cosmetic change
928         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
929         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
930         from mcs51
931         * support/regression/tests/bitfields (testSignedBitfields): added
932
933 2005-11-18 Borut Razem <borut.razem AT siol.net>
934
935         * sdcc/device/lib/Makefile.in: remove all unnecessary files
936         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
937           introduced SILENT option to make building of pic16 libraries less
938
939 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
940
941         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
942           Now they work properly with floats between -1.0 and 0.0
943         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
944
945 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
946
947         * src/SDCCicode.c (printOperand): added missing else
948
949 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
950
951         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
952         reformatted for better readability
953         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
954         signed bitfields
955
956 2005-11-17 Borut Razem <borut.razem AT siol.net>
957
958         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
959           introduced SILENT option to make building of pic16 libraries less
960           verbose - used for nightly snapshot build
961         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
962           available on Win32 platforms.
963         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
964           medium, large, pic and pic16
965
966 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
967
968         * device/lib/printf_large.c: Temporary patch for bug 1358192:
969           printf("%f"...) sets fraction to zero.
970
971 2005-11-16 Raphael Neider <rneider AT web.de>
972
973         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
974           fixes #1357221
975         * src/pic/gen.c (genIfx): implemented for CARRY bit
976         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
977           to generic pointers, fixes #1357332,
978           (pic16_movLit2f): NEW,
979           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
980
981 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
982
983         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
984
985 2005-11-11 Raphael Neider <rneider AT web.de>
986
987         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
988         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
989           compute pointer's type from operand,
990           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
991           improved single bit reads, fixes bug #1353379
992
993 2005-11-09 Borut Razem <borut.razem AT siol.net>
994
995         * support/scripts/sdcc.nsi: added lib/pic to the package
996
997 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
998
999         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1000
1001 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1002
1003         * support/regression/tests/bug1348008.c: added
1004         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1005         * support/regression/tests/bug1337835.c: updated comment
1006
1007 2005-11-06 Borut Razem <borut.razem AT siol.net>
1008
1009         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1010           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1011           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1012           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1013           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1014           dynamic construction of cl_error_class and derivates - 2.nd try
1015
1016 2005-11-05 Borut Razem <borut.razem AT siol.net>
1017
1018         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1019           bug, which caused Bus Errors on sparc solaris
1020
1021 2005-11-04 Borut Razem <borut.razem AT siol.net>
1022
1023         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1024           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1025           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1026           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1027           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1028           and derivates to resolve the initialization problem on OSX
1029
1030 2005-11-02 Borut Razem <borut.razem AT siol.net>
1031
1032         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1033           corrected typo - #include <winsock2.h>
1034
1035 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1036
1037         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1038           (_asxxxx_mapping): added org directive for future enhancements
1039
1040 2005-11-01 Borut Razem <borut.razem AT siol.net>
1041
1042         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1043           enabled sockets on WIN32
1044         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1045
1046 2005-10-31 Borut Razem <borut.razem AT siol.net>
1047
1048         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1049           WIN32 backslash path delimiters should be escaped when used in C strings
1050         * support/regression/tests/bitfields.c: exclude failing assertions for
1051           __CYGWIN32__ and __MINGW32__ hosts
1052
1053 2005-10-30 Borut Razem <borut.razem AT siol.net>
1054
1055         * src/SDCCutil.c: corrected double comparison typo
1056
1057 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1058
1059         * device/lib/medium/Makefile: added for new memory model medium
1060         * device/include/asm/mcs51/features.h: updated for medium/pdata
1061         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1062           added Multiply & Accumulate sbit's and MAC0_PAGE define
1063         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1064         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1065         * device/lib/_mullong.c: update for medium model
1066         * device/lib/incl.mk: added medium model
1067         * doc/sdccman.lyx: documented medium model
1068         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1069         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1070         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1071         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1072           (allocParms): set SCLS and OCLS to pdata for medium model
1073         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1074           for pdata,
1075           (powof2): return <0 if not power of 2
1076         * src/avr/gen.c (genBitWise): use updated powof2
1077         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1078           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1079           (shiftLLeftOrResult): use B if necessary
1080         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1081         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1082         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1083         * support/regression/Makefile.in: added test-mcs51-medium
1084         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1085
1086 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1087
1088         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1089         specifier unsigned
1090         * device/lib/time.c (mktime): fixed bug 1334315
1091
1092 2005-10-28 Raphael Neider <rneider AT web.de>
1093
1094         * device/include/pic/p16f_common.inc: added common declarations
1095         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1096
1097 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1098
1099         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1100           (aopPutUsesAcc): added to predict accumulator use,
1101           (assignResultValue): save acc if necessary,
1102           (genMinusDec): store result if indirectly addressed,
1103           (genDivOneByte):  save acc if necessary,
1104           (movLeft2Result): bugfix if left already in acc,
1105           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1106             attention to accumulator use (esp. pdata),
1107           (genReceive): receive pdata correctly
1108         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1109         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1110
1111 2005-10-27 Raphael Neider <rneider AT web.de>
1112
1113         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1114
1115 2005-10-27 Raphael Neider <rneider AT web.de>
1116
1117         * .version: changed version to 2.5.4
1118         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1119         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1120           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1121             arithmetics support routines
1122         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1123         * device/lib/Makefile.in: also create installdir for pic
1124
1125         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1126           pic14 port as well
1127         * src/pic/device.c (dump_sfr): rewritten to delegate register
1128           placement to the linker (use `extern sym' rather than sym EQU addr),
1129           (validAddress): fixed to check last specified address
1130         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1131           (popGetLit): truncate literal value to 8 bit,
1132           (popGet): moved assert to more appropriate place
1133           (popGetExternal): create pCode operand from and mark the according
1134             symbol as being `extern'
1135           (popGetAddr): added sanity check on immediate's offset, provide
1136             GPOINTER tag on demand
1137           (aopPut): fixed for immediates,
1138           (mov2w_op): move operand's address or contents to WREG (depending on
1139             operand type), safer variant of mov2w,
1140           (movwf,call_libraryfunc): NEW, handy abbreviations,
1141           (get_argument_pcop,get_return_val_pcop,pass_argument,
1142           get_returnvalue): interface for accessing function parameters and
1143             return values,
1144           (assignResultValuei,genRet): use new parameter/return value interface
1145           (pic14_getDataSize): back to old version handling generic pointers,
1146           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1147             provided implementation and/or fixed old one,
1148           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1149             calls, removed legacy 8051 reference code
1150           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1151           (loadSignToC): NEW, move the operands sign bit to CARRY,
1152           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1153             genRightShiftSigned, accepts negative shift counts,
1154           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1155           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1156             generic pointers, __data pointers and __code pointers,
1157           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1158             and signed bitfields, limit bitfields to 8 bit,
1159           (genDataPointerGet): fixed number of bytes read,
1160           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1161           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1162             pointers to constant data are no longer assumed to point to __code
1163             space, removed invalid pointer types,
1164           (bitpatternFromVal): retrieve the PICs representation of an integer
1165             or float literal,
1166           (genDataPointerSet): fixed assigning to po_immediate operands,
1167           (genGenPointerSet): implemented as library call,
1168           (genIfx): fixed incorrect condition,
1169           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1170             provide GPOINTER tag according to destination's storage class,
1171           (genCast): added code to handle casting to generic pointers, added
1172             sign-/zero extension of the result
1173           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1174         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1175         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1176           extend the result
1177         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1178           address/register resides in the shared banks
1179           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1180             put all variables into separate sections (have the linker arrange
1181             them)
1182           (picglue): put init code and interrupt handlers in separate sections
1183         * src/pic/main.c: added port specific options table, modified to PORT
1184           structure to make GPOINTERs 3 byte, added pic14_options
1185           (_pic14_do_link): private linking routine (update paths to libraries,
1186             add libsdcc.lib by default)
1187         * src/pic/main.h: declare pic14_options
1188         * src/pic/pcode.c: fixed instructions i/o relations,
1189           (RegCond): reverted to correct version,
1190           (newpCodeOpLit): truncate literals to 8 bit,
1191           (genericPrint): added debug output,
1192           (getRegFromInstruction): fixed for various operand types, simplified
1193           (BuildFlow): fixed broken handling of isntructions with labels
1194           (LinkFlow): start at last instruction in flow (skip trailing comments),
1195             pass the flow on to the next instruction after CALL
1196           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1197           (insertPCodeInstruction): fixed inserting after a skip instruction,
1198           (DoBankSelect): fixed for labeled instructions
1199           (OptimizepBlock): honor --nopeep switch
1200           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1201         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1202         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1203           (pCodeOptime2pCodes): allow disabling this optimization via
1204             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1205             but is still buggy), started implementation of a dataflow based
1206             pCode optimization (CSE + dead code elimination)
1207           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1208         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1209           names are independant of the stack location and therefore portable across
1210           devices
1211
1212 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1213
1214         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1215           (selectSpil): fixed bug 1337835 by not spilling bit variables
1216         * support/regression/tests/bug1337835.c: added test for this bug
1217         * src/mcs51/peeph.def: restart after rule 3.c,
1218           addded rules 263.x to optimize loading constants
1219
1220 2005-10-26 Raphael Neider <rneider AT web.de>
1221
1222         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1223         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1224           (genAssign): emit warning when casting literals to generic pointer
1225             type, also applies when taking the address of a fixed variable,
1226           (genCast): improved casting to generic pointers
1227         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1228           extern variables, added verbose error message
1229         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1230
1231 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1232
1233         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1234         carry must be complemented too
1235         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1236         could be emitted by genMinus
1237         * src/SDCCval.c (constVal): fixed bug 1305065
1238
1239 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1240
1241         * src/SDCCast.c (addCast): added promotion for bit variables
1242         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1243         promotion casts + optimisation
1244         (optimizeGetWord): fix warning 'i' might be used uninitialized
1245         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1246         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1247
1248 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1249
1250         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1251         all chars are promoted to int; promotion should be handled in SDCCast.c
1252
1253 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1254
1255         * device/lib/_strcmp.c: Fixed bug 1326457
1256
1257 2005-10-11 Raphael Neider <rneider AT web.de>
1258
1259         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1260         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1261
1262 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1263
1264         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1265         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1266
1267 2005-10-04 Raphael Neider <rneider AT web.de>
1268
1269         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1270           device/lib/pic16/pics.all: added pic18f1320
1271         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1272
1273 2005-09-30 Raphael Neider <rneider AT web.de>
1274
1275         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1276         * src/pic16/devices.inc: NEW, provides device descriptions
1277         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1278
1279 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1280
1281         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1282           GETHBIT
1283
1284 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1285
1286         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1287           documented Any Order Bit, Higher Order Byte and Higher Order Word
1288         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1289         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1290           (optimizeGetAbit): new, to get any bit, not only the high bit,
1291           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1292           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1293           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1294           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1295             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1296             GETABIT, GETBYTE, GETWORD: decorate them,
1297           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1298           (ast_print): added GETABIT, GETBYTE, GETWORD
1299         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1300         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1301           (geniCodeBinary): new generic binary icode,
1302           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1303         * src/port.h: updated comment for PORT.hasExtBitOp
1304         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1305           (genGetByte): new, to get a single byte,
1306           (genGetWord): new, to get a word from a long,
1307           (gen51Code): added GETABIT, GETBYTE, GETWORD
1308         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1309
1310 2005-09-23 Raphael Neider <rneider AT web.de>
1311
1312         * configure.in, configure: have device/lib/pic configured
1313         * device/lib/Makefile.in: added model-pic14
1314         * device/lib/clean.mk: added pic/ to clean rule
1315         * device/lib/pic: added rudimentary pic14 library providing support
1316           functions for multiplication/division/generic pointer access
1317         * src/SDCCopt.c (convilong): mark support functions as extern
1318           for pic14 port as well
1319         * src/pic/gen.c (genMult): added assertions,
1320           (genpic14Code): emit warning on unhandled iCodes
1321         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1322         * src/pic/pcode.c (pCodeOpCopy),
1323         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1324           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1325           SFR_REGISTER}), made safe for future extensions
1326         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1327           instructions even if preceeded by SKIP instructions (also remove
1328           them); removed unused code
1329         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1330           prevents leaving parts of the structure uninitialized after copying
1331
1332 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1333
1334         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1335           ago by me
1336         * support/regression/tests/addsub.c: added test for the bug
1337
1338 2005-09-21 Raphael Neider <rneider AT web.de>
1339
1340         * device/include/pic16/pic18f1220.h,
1341           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1342         * device/lib/pic16/Makefile.rules: added missing opening paren
1343         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1344           are provided in genutils.c,
1345           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1346           operand/result sizes,
1347           (genCmp): assert on NULL pointers first, then check deref'ed values
1348         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1349           result size
1350
1351 2005-09-18 Raphael Neider <rneider AT web.de>
1352
1353         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1354           as these are now unused,
1355           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1356         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1357           local, avoids uninitialized pointer dereference on r->name
1358         * src/pic16/ralloc.c (newReg): fixed indentation
1359
1360 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1361
1362         * src/SDCCval.c (constVal): fixed bug 730366
1363         * support/Util/SDCCerr.c,
1364         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1365
1366 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1367
1368         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1369
1370 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1371
1372         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1373
1374 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1375
1376         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1377           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1378         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1379           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1380         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1381         * packihx/packihx.c (hexDigit): made c unsigned char
1382         * as/mcs51/lklibr.c (fndsym),
1383         * link/z80/lkgb.c (gb),
1384         * link/z80/lklibr.c (fndsym),
1385         * link/z80/lkrloc.c (relr),
1386         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1387         * src/SDCC.lex (checkCurrFile, process_pragma),
1388         * src/SDCCglue.c (spacesToUnderscores),
1389         * src/SDCCmain.c (setParseWithComma, processFile),
1390         * src/asm.c (tvsprintf, printCLine),
1391         * src/avr/gen.c (emitcode, aopPut),
1392         * src/ds390/gen.c (emitcode),
1393         * src/hc08/gen.c (emitcode, emitinline),
1394         * src/mcs51/gen.c (emitcode, genInline),
1395         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1396           tokenizeLineNode),
1397         * src/pic/ralloc.c (debugLog),
1398         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1399           tokenizeLineNode),
1400         * src/pic16/ralloc.c (debugLog),
1401         * src/z80/main.c (_process_pragma):
1402            made all ctype.h function calls safe
1403         * src/SDCCopt.c: include math.h for fabs
1404         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1405           and used them throughout the code to make ctype.h function calls safe
1406         * src/ds390/main.c (asmLineNodeFromLineNode),
1407         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1408         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1409            unsigned char*
1410         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1411           (newpCodeAsmDir): made ctype.h function calls safe
1412         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1413           pic16_emitcode):  made lbp unsigned char*
1414         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1415           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1416         * src/xa51/gen.c (emitcode),
1417         * src/z80/gen.c (_emit2): made lbp unsigned char*
1418         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1419            char*
1420
1421 2005-09-05 Raphael Neider <rneider AT web.de>
1422
1423         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1424           access bank splitpoint
1425
1426 2005-09-05 Raphael Neider <rneider AT web.de>
1427
1428         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1429
1430 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1431
1432         * .version: changed to version 2.5.3
1433         * doc/sdccman.lyx: changed version to 2.5.3,
1434           documented --codeseg and --constseg and pragma codeseg and constseg,
1435           documented bit parameters (reentrant) and bit returning
1436         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1437            currFunc->recvSize, but is this ok for all ports?
1438           (ast2iCode): result of ~ on unsigned char must be cast to int for
1439            bool to work
1440         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1441           function pointers in bit space
1442         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1443           (processFuncArgs): call port.reg_parm() with reentrancy info
1444         * src/port.h,
1445         * src/avr/main.c,
1446         * src/ds390/main.c,
1447         * src/hc08/main.c,
1448         * src/pic/main.c,
1449         * src/pic16/main.c,
1450         * src/xa51/main.c,
1451         * src/z80/main.c: port.reg_parm prototype extended with
1452           "bool reentrant" parameter
1453         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1454           options.stackAuto for allocating bit register parameters
1455         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1456           (genSend): set BitBankUsed if it is,
1457           (selectRegBank): factored out of genCall for use in genPcall,
1458           (genCall): removed redundant dtype assignmen, use selectRegBank,
1459           (genPcall): handle returning in Carry properly, save in F0 if needed,
1460           (genReceive): handle bit register parameters
1461         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1462           (mcs51_assignRegisters): enable bit registers for all reentrant
1463            functions and don't set BitBankUsed unconditionally
1464         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1465         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1466         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1467
1468 2005-08-27 Borut Razem <borut.razem AT siol.net>
1469
1470         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1471         ppc-osx (Darwin) does not support -u option. It seems that it is
1472         supported only on Linux - GNU cp
1473
1474 2005-08-25 Borut Razem <borut.razem AT siol.net>
1475
1476         * sim/ucsim/gui.src/serio.src/Makefile.in,
1477           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1478           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1479           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1480           install and strip, since the strip at /usr/ccs/bin should be used
1481           on solaris
1482
1483 2005-08-24 Borut Razem <borut.razem AT siol.net>
1484
1485         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1486
1487 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1488
1489         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1490         ffffffffu
1491
1492 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1493
1494         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1495         * as/mcs51/lkmain.c (link_main): fixed warning
1496         * device/include/stdbool.h: ds390 has no advanced bit support yet
1497         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1498         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1499         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1500           and updated their macros
1501         * src/SDCCval.c (constVal): updated comment for renamed b_long
1502
1503 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1504
1505         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1506         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1507           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1508           (oprio): set priority for '['
1509         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1510            and adb_24_bit
1511         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1512         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1513         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1514         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1515           added overlayable BIT_BANK area
1516         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1517           (summary2): explain 'T' in legenda
1518         * as/mcs51/lkrloc.c: replaced old K&R style,
1519           (relr): added R_BIT processing,
1520           (errmsg): added "Bit-addressable relocation error",
1521           (adb_bit): added for converting from byte- to bit-addressable space,
1522           (adb_24_bit): added for converting from byte- to bit-addressable space
1523         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1524            used in reentrant functions now even as return value
1525         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1526         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1527           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1528         * src/SDCCglobl.h: added indicator BitBankUsed
1529         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1530            the bit registers b0-b7
1531         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1532           (geniCodeCast): fixed bug 1263853,
1533           (geniCodeLogicAndOr): put result in bool or char,
1534           (geniCodeReceive): added parameter func for accessing the return type,
1535           (geniCodeFunctionBody): pass func to geniCodeReceive
1536         * src/SDCCmain.c: added indicator BitBankUsed
1537         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1538         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1539           (checkSClass): don't put automatic bool/bit on stack,
1540           (checkFunction): removed check on function cannot return bit
1541         * src/SDCCsymt.h: added newBoolLink prototype
1542         * src/mcs51/gen.c (rb1regs): added bit registers,
1543           (movc): created for assigning to carry,
1544           (pushReg, popReg): created for pushing registers,
1545           (sameRegs): check both AOP_REG and AOP_CRY types,
1546           (aopOp): handle bit registers,
1547           (aopPut): optimization no self-assign,
1548           (saveRegisters): push reg->base (bits) only once for bit registers,
1549            and use pushReg,
1550           (unsaveRegisters): pop reg->base only once and use popReg,
1551           (assignResultValue): added parameter func and return in carry for bits,
1552           (genIpush): optimization no reload in A if not changed,
1553           (genSend): bit parameters in reentrant functions are passed in bit
1554            registers by first assigning to bits in B, then save registers and
1555            copy B to bits,
1556           (genCall): handle returning in Carry properly, save it in F0 if needed,
1557           (genPcall): updated assignResultValue call, this is not safe yet for bit
1558            returning function !!!
1559           (genFunction): don't generate equ's for bit registers and use pushReg,
1560           (genEndFunction): take care of bit returning functions and use popReg,
1561           (genRet): return bit in Carry,
1562           (genIfx): optimize bit registers and other directly addressable bits,
1563           (genReceive): updated assignResultValue call
1564         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1565           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1566            registers when using stack-auto
1567         * src/mcs51/ralloc.c (_G): added allBitregs,
1568           (regs8051): added the bit registers,
1569           (createStackSpil): use macro IS_BIT,
1570           (getRegBit): added to allocate a bit register, else spill,
1571           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1572           (updateRegUsage): factored out to ease stepping while debugging,
1573           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1574            also allocate bit registers,
1575           (fillGaps): handle bit registers,
1576           (findAllBitregs): added to create bit vector with all bit registers,
1577           (mcs51_allBitregs): returns this bit vector,
1578           (mcs51_assignRegisters): when using stack-auto use bit registers for
1579            passing parameters and creating local variables
1580         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1581
1582 2005-08-22 Borut Razem <borut.razem AT siol.net>
1583
1584         * device/lib/Makefile.in: replaced find option -or with -o
1585           to make it run on solaris
1586
1587 2005-08-22 Raphael Neider <rneider AT web.de>
1588
1589         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1590           fixes #1265442 (crash on Solaris)
1591
1592 2005-08-20 Borut Razem <borut.razem AT siol.net>
1593
1594         * configure, configure.in: added tests for libsocket and libnsl libraries,
1595           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1596           from support/regression/Makefile.in
1597         * support/regression/Makefile.in: added
1598         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1599         * sim/ucsim/libtool: regenerated on sparc-solaris
1600         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1601           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1602           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1603           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1604           sparc-solaris, which doesn't use GNU ld linker
1605         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1606         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1607
1608 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1609
1610         * src/mcs51/peeph.def: updated comments
1611
1612 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1613
1614         * device/lib/_gptrget.c,
1615         * device/lib/_gptrput.c: slightly shorter
1616         * doc/sdccman.lyx: incremented version
1617         * src/mcs51/peeph.def: moved peephole comments to the line of first
1618           change to better keep line correlation, reanimated 186.e
1619         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1620
1621 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1622
1623         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1624           David Saxton with quotes around file name.
1625
1626 2005-08-15 Borut Razem <borut.razem AT siol.net>
1627
1628         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1629           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1630           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1631           make tests run on x86_64 platform
1632
1633 2005-08-13 Raphael Neider <rneider AT web.de>
1634
1635         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1636           as it might be executed DURING a build (parallel make is wonderful)
1637
1638 2005-08-13 Raphael Neider <rneider AT web.de>
1639
1640         * device/lib/Makefile.in (port-specific-objects-pic16):
1641           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1642         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1643           dependency
1644         * device/lib/pic16/Makefile.rules: build subdirs before creating
1645           the library, removed builddir rule, create $(builddir) early in
1646           recurse rule, use empty recurse rule for leaf directories
1647         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1648           mkdir errors (race condition), removed duplicate suffix "hex"
1649           from clean rules
1650         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1651         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1652           prevents mkdir -p from aborting on Alpha
1653
1654 2005-08-12 Raphael Neider <rneider AT web.de>
1655
1656         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1657           db-statements in order to allow for arrays of pointers in code
1658           sections to be placed without interspersed 0-padding, fixes
1659           bug #1256215
1660         * (emitStatistics): fixed division by zero for pic18f1220
1661         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1662           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1663         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1664         * (pic16_pCodeConstString): keep track of already emitted string
1665           literals to prevent "duplicate definitions of symbol _str_NR"
1666         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1667           debug message
1668         * device/lib/Makefile.in: ignore failing PIC16 library builds
1669         * device/lib/pic16/Makefile: do not build if gputils are missing
1670         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1671
1672 2005-08-10 Raphael Neider <rneider AT web.de>
1673
1674         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1675           my last commit)
1676
1677 2005-08-10 Raphael Neider <rneider AT web.de>
1678
1679         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1680           Rokas' patch to add the new fixed point type "__fixed16x16"
1681         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1682           functions for __fixed16x16 arithmetics
1683         * device/lib/pic16: reimplemented the build system to support
1684           a separate build directory, better handling of libio (create
1685           the library in a separate subdir for each architecture) and
1686           easier configuration (centralized in Makefile.common)
1687
1688 2005-08-07 Raphael Neider <rneider AT web.de>
1689
1690         * src/pic16/gen.c (genrshTwo): fixed sign extension
1691         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1692         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1693           added T0CONbits
1694         * device/include/pic16/pic18f4220.h: NEW, header for
1695           pic18f4220 and pic18f4320
1696         * device/include/pic16/pic18fregs.h: added new devices,
1697           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1698         * device/include/pic16/signal.h: resolved name clashes
1699           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1700           to also allow testing for interrupt enable bits, added
1701           comments on how to use the macros
1702         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1703         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1704           register definitions for the devices
1705         * device/lib/pic16/pics.all: added new devices
1706         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1707           allocated memory
1708         * device/lib/pic16/libc/stdlib/memfree: do not count
1709           the block header as free memory
1710         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1711           simplified and added missing end-of-blocklist-marker
1712           (reported by Peter Onion, fixes #1252814)
1713         * (_mergeHeapBlock): fixed loop condition
1714         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1715           len==0, restructured code
1716         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1717           up a bit, reduced bitfield accesses, prevent endless loops
1718           in case of heap corruption
1719         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1720           "unreferenced arguments/must return a value" warnings
1721         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1722           replaced BAUDREG with SPBRG
1723         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1724           device/lib/pic16/debug/gstack/gstack.c: replaced
1725           _naked, _asm, _endasm with __naked, __asm, __endasm
1726
1727 2005-08-05 Raphael Neider <rneider AT web.de>
1728
1729         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1730           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1731
1732 2005-08-05 Borut Razem <borut.razem AT siol.net>
1733
1734         * device/lib/Makefile.in: added missing ';'
1735         * configure: removed ^M characters
1736
1737 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1738
1739         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1740           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1741           License
1742
1743 2005-08-04 Borut Razem <borut.razem AT siol.net>
1744
1745         * configure.in: pic16 libraries build 2nd try - enable running
1746           configure in device/lib/pic16
1747         * configure: regenerated from configure.in
1748         * device/lib/Makefile.in: create $(PORT)/bin directory
1749
1750 2005-08-03 Raphael Neider <rneider AT web.de>
1751
1752         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1753           to get/set values via pointers
1754         * (genUnpackBits,genPackBits): changed detection of
1755           ptr->bitfield vs. sym.bitfield, fixed access via generic
1756           pointers, removed dead (wrong) code for multibyte bitfields
1757         * (genNearPointerGet, genGenPointerGet): removed useless code,
1758           fixed bitfield detection, fixes #1250594
1759         * (genNearPointerSet): removed useless code
1760         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1761           and introduced macro pic16_emitpcode that conditionally emits
1762           the origin of the following pCode (useful for debugging SDCC)
1763         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1764         * (createDefmap): fixed handling of LFSR for --optimize-df
1765
1766 2005-08-02 Borut Razem <borut.razem AT siol.net>
1767
1768         * device/lib/Makefile.in: pic16 libraries build enabled since
1769           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1770
1771 2005-08-02 Raphael Neider <rneider AT web.de>
1772
1773         * src/pic16/gen.c (genPackBits): removed deprecated warning
1774         * (genGenPointerSet): fixed bitfield detection
1775
1776 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1777
1778         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1779
1780 2005-07-31 Raphael Neider <rneider AT web.de>
1781
1782         * device/lib/pic16/libdev/pic18f458.c,
1783           device/include/pic16/pic18f458.h: added missing T0CONbits
1784
1785 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1786
1787         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1788
1789 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1790
1791         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1792
1793 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1794
1795         * device/include/mcs51/at89c51ed2.h: added.
1796
1797 2005-07-23 Raphael Neider <rneider AT web.de>
1798
1799         * src/pic/gen.h: added emitpcode macro for debugging
1800         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1801           and replace by macro adding debug information on demand
1802         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1803         * (gencjne): tried to fix; replaced with correct (slower) code
1804         * (gen{Unp,P}ackBits): fixed single bit access
1805         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1806         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1807           previous instruction
1808         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1809           register has to be handled with care (forbidding movement
1810           of assignments/uses, removing assignments completely, ...)
1811         * (pCodeOptime2pCodes): make use of regIsSpecial
1812         * added lots of debugging output (commented out)
1813         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1814           from being reused as result UNLESS it is known to work
1815
1816 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1817
1818         * support/Util/dbuf.h: include <stddef.h> for size_t
1819         * .version: changed to version 2.5.2
1820
1821 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1822
1823         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1824
1825 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1826
1827         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1828           (genModOneByte): removed needless psha/pula
1829
1830 2005-07-22 Raphael Neider <rneider AT web.de>
1831
1832         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1833           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1834         * src/pic/gen.c (resolveIfx): do not "invent" labels
1835         * (genSkipc): changed to positive logic
1836         * (genSkipCond): removed as no longer needed
1837         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1838           backport from PIC16
1839         * (genLeftShift): check operands are in different registers
1840         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1841           INCF does not update CARRY...
1842         * src/pic/main.c: fixed _linkCmd
1843         * src/pic/pcode.c (unlinkpCode): added inactive code
1844         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1845           alive (do not assign result and operand overlapping registers)
1846
1847 2005-07-22 Raphael Neider <rneider AT web.de>
1848
1849         * src/pic/device.c (dump_sfr): replaced register declaration with
1850           call to emitSymbolToFile() to avoid duplicate symbols
1851         * (assignRelocatableRegisters): do not declare external symbols
1852         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1853           right (take size of type, not etype)
1854         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1855         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1856         * (packRegsForAccUse): disabled assignment of WREG as
1857           the result reg to prevent occurence of just fixed #1235003,
1858           fixes #1242954
1859         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1860           symbols (avoids duplicate symbols in .asm file)
1861         * (pic14emitRegularMap): use emitSymbolToFile()
1862         * src/pic/gen.c (aopOp): fixed spillLocation handling
1863         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1864         * (genDataPointerSet): removed unneccessary variables/output
1865
1866 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1867
1868         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1869         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1870
1871 2005-07-21 Raphael Neider <rneider AT web.de>
1872
1873         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1874           architecture cannot handle them efficiently, fixes bug #1235003
1875         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1876           check for empty sets before using them (fixes bug #1232190)
1877
1878 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1879
1880         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1881           (lnksect2): generate warnings for memory overlap
1882         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1883           constseg to set the name of these segments so you can instruct the linker
1884           to place them in banks
1885         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1886         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1887           added code_seg and const_seg to options
1888         * src/SDCCglue.c (emitMaps): use options.const_seg,
1889           (createInterruptVect): put interrupt vectors in segment HOME,
1890           (glue): put HOME before static segment and put the main glue in HOME,
1891           (glue): use options.code_seg
1892         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1893         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1894           these segments so you can instruct the linker to place them in banks
1895           (linkEdit): use code_loc for HOME segment which should be the first
1896           segment in code memory now
1897         * src/SDCCmem.c: fixed more stuff like bug 1238386
1898         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1899           (changePointer): don't change function pointers to code pointers for
1900           banked functions,
1901           (compareType): added exceptional check for banked function pointers
1902         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1903         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1904           after static in code memory
1905         * src/mcs51/gen.c: added aopLiteralLong prototype,
1906           (aopForSym): use getSize for functions,
1907           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1908           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1909           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1910           the segment,
1911           (genPcall): use call for literal function pointers and generate banked
1912           calls over the one trampoline so there's only one place for the user to
1913           modify according to his/hers hardware,
1914           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1915           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1916         * src/mcs51/main.c: added keyword banked,
1917           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1918         * support/Util/SDCCerr.c,
1919         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1920           needed for passing the bank and address to the trampoline
1921         * device/lib/mcs51/crtbank.asm: added for bankswitching
1922         * device/lib/mcs51/Makefile: added crtbank
1923
1924 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1925
1926         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1927           for fields at offset 0 of a struct or union as reported
1928           on 2005-07-07 in the developer mailing list.
1929
1930 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1931
1932         * src/SDCCmem.c: fixed bug 1238386
1933
1934 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1935
1936         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1937           (patch #1144962), added peephole 300, enabled 259.x
1938         * doc/sdccman.lyx: removed screenshot and provided link instead
1939
1940 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1941
1942         * doc/sdccman.lyx: added section about debugging with ddd
1943         * doc/figures/ddd_example.eps: screenshot of debugging session
1944
1945 2005-07-04 Raphael Neider <rneider AT web.de>
1946
1947         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1948           like CODE pointers, fixes #1115683
1949         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1950           call, fixes bugs #1232211, #1228110,
1951           fixed wrong casts to pCodeFlow from pCodeInstructions
1952
1953 2005-07-04 Raphael Neider <rneider AT web.de>
1954
1955         * src/pic/gen.c (popGet): changed assert to allow for
1956           bit operands
1957         * (popGetAddr): changed signature to provide
1958           an additional index, patched all call sites
1959         * (genCmpEq): handle literal-like operands correctly
1960         * (genAddrOf): added sanity checks on __code/__data pointers
1961         * (genAssign): added handling of symbols from __code section
1962         * (gencjne): do not generate code for comparisons whose result
1963           is neither stored nor used, fixes bug #1171114
1964         * (AccLsh, AccRsh): operate on operand instead of WREG
1965         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1966           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1967           by known count
1968         * rewrote complete shift-by-literal logic, commented unused
1969           functions out
1970         * (genConstPointerGet): get multiple bytes (if result size > 1),
1971           fixed handling of non-immediate addresses
1972         * (genPointerGet): handle CODE pointers like CONST pointers
1973         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1974         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1975           operand is to be treated as a literal or not
1976         * (mov2w,genPcall,genCmpEq),
1977           src/pic/genarith.c: use aop_isLitLike() to decide between
1978           literal/register contents
1979         * (addSign): added missing offset
1980         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1981           only emit comment in debug-mode,
1982           use {aop,op}_isLitLike throughout the file
1983         * src/pic/glue.c: fix initializers for pointers (work in progress)
1984         * src/pic/pcode.c (get_op): honor index on _const symbols
1985         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1986         * (dumppBlock): added pCode size estimation
1987         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1988           check for IS_SYMOP before OP_SYMBOL'ing
1989         * fixed indentation, compacted switch-statements
1990         * (allocReg): find free register and allocate it instead of
1991           allocating new registers all the time
1992         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1993           registers as its operands (necessary only for multibyte GETs)
1994
1995 2005-07-01 Raphael Neider <rneider AT web.de>
1996
1997         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1998           debugging .asm-output macros FENTRY + FEXIT
1999         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2000           way... I wonder...
2001         * (emitpComment): NEW, printf to pCode
2002         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2003           offset handling
2004         * (popGetAddr): NEW, variant of popGet to access an immediates
2005           high(er) bytes instead of the n'th byte of memory they reference,
2006           replaced popGet with popGetAddr where neccessary
2007         * (genDataPointerGet): reactivated and fixed implementation
2008         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2009           accesses
2010         * (genDataPointerSet): fixed multibyte assignments
2011         * (genpic14Code): fixed --i-code-in-asm handling
2012         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2013         * (genPlus): fixed index-out-of-bounds error
2014         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2015         * src/pic/ralloc.c: added debugging output macro FENTRY2
2016         * (spillThis): fixed indentation, enbraced for-body for clarity
2017         * (rematStr): commented out as now unused
2018         * (regTypeNum): commented out special spill case (overwrites
2019           arbitrary values)
2020         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2021
2022 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2023
2024         * doc/sdccman.lyx: documented sfr16/sfr32,
2025           added example for using storage class with function pointers
2026         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2027
2028 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2029
2030         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2031         * device/lib/_itoa.c,
2032         * device/lib/_ltoa.c: optimized codesize
2033         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2034           but don't know how to suppress the double warning.
2035         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2036         * support/Util/SDCCerr.c,
2037         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2038
2039 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2040
2041         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2042           fixed old K&R prototypes
2043         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2044         * device/lib/_gptrget.c,
2045         * device/lib/_gptrgetc.c,
2046         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2047           also new versions for small generic pointers and banked generic pointers
2048         * src/port.h: added const_name
2049         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2050         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2051         * src/SDCCcse.c (findPrevIc): check all associative operators
2052         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2053         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2054         * src/SDCCmem.c: updated comments,
2055           set far-space to 0 for pdata, results in optimized code
2056         * src/SDCCmem.h: added macro CONST_NAME
2057         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2058           moving the info into the highest bits, see also gptrget/gptrput
2059         * src/src.dsp: added sdcc.ico to project files
2060         * src/avr/gen.c (genCast): fixed bug 0x%d
2061         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2062         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2063           relation between ptr_type and DCL_TYPE,
2064           (genCast): fixed bug 0x%d
2065         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2066           (CODE)" for const_name
2067         * src/hc08/gen.c (genCast): fixed bug 0x%d
2068         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2069           (hc08_port): added "CONST (CODE)" for const_name
2070         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2071           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2072           between ptr_type and DCL_TYPE,
2073           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2074           operand* and took AOP() inside function so sfr-ness can be checked,
2075           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2076           new prototype,
2077           (genFunction, genEndFunction): optimized stack setup,
2078           (genMinus): optimized for literals with ending zeroes (in bytes),
2079           (genCast): fixed bug 0x%d
2080         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2081           (mcs51_port): added "CONST (CODE)" for const_name
2082         * src/mcs51/peeph.def: made rule 226 more generic
2083         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2084         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2085         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2086         * src/z80/main.c (z80_port): added NULL for const_name,
2087           (gbz80_port): added NULL for const_name
2088         * support/regression/tests/bug663539.c,
2089         * support/regression/tests/sfr16.c: new tests
2090
2091 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2092
2093         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2094
2095 2005-06-24 Raphael Neider <rneider AT web.de>
2096
2097         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2098           corrected typos...
2099         * device/include/pic16/signal.h: added USBIF
2100           and SIG_USB
2101
2102 2005-06-24 Raphael Neider <rneider AT web.de>
2103
2104         * device/lib/pic16/libdev/pic18f2455.c,
2105           device/include/pic16/pic18f2455.h: NEW
2106         * device/include/pic16/pic18fregs.h,
2107           device/lib/pic16/pics.all,
2108           src/pic16/device.c: added 18f2455
2109         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2110           device/include/pic16/{pic18f[68][567].h,usart.h}:
2111           replaced MULTIPLE_USARTS define with more relaible
2112           compatibility sfrs (for USART access)
2113
2114 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2115
2116         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2117           and the output asm file line is printed on two lines.
2118
2119 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2120
2121         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2122           BGT, BLE, BHI, and BLS instructions
2123         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2124           genCmpEq): removed
2125         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2126           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2127           fixes bug #1216342
2128         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2129
2130 2005-06-15 Raphael Neider <rneider AT web.de>
2131
2132         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2133         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2134         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2135           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2136           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2137
2138 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2139
2140         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2141           Marcel Telka in bug #1215704
2142
2143 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2144
2145         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2146           located in shared memory bank.
2147
2148 2005-05-31 Raphael Neider <rneider AT web.de>
2149
2150         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2151           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2152           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2153
2154 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2155
2156         * device/lib/_strncpy.c: fixed the fix
2157
2158 2005-05-26 Raphael Neider <rneider AT web.de>
2159
2160         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2161           initializers with \0, bug #1208187
2162         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2163           intializers with \0, bug #1208187
2164
2165 2005-05-26 Raphael Neider <rneider AT web.de>
2166
2167         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2168           initializers with \0, bug #1208187
2169         * src/pic16/main.c (_process_pragma): added sanity checks
2170           for stack position and size, emit warnings when appropriate
2171
2172 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2173
2174         * device/lib/_strncpy.c: fixed not filling with \0
2175
2176 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2177
2178         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2179           createFunction),
2180         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2181           compound_statement),
2182         * src/SDCCsymt.h,
2183         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2184
2185 2005-05-24 Raphael Neider <rneider AT web.de>
2186
2187         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2188
2189 2005-05-24 Raphael Neider <rneider AT web.de>
2190
2191         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2192           TRISE definitions, closes bug #1162453
2193
2194 2005-05-22 Raphael Neider <rneider AT web.de>
2195
2196         * src/pic16/main.c (_process_pragma): check for missing
2197           arguments to pragmas code and udata
2198         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2199           consistency fixes to match other headers (thanks to Jim Paris)
2200         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2201
2202 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2203
2204         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2205
2206 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2207
2208         * support/regression/tests/bug1198642.c: new test
2209         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2210         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2211         * support/scripts/resource.h,
2212         * support/scripts/resource.rc,
2213         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2214         * support/scripts/sdcc.ico: added 32x32 icon
2215
2216 2005-05-18 Raphael Neider <rneider AT web.de>
2217
2218         * device/lib/pic16/libdev/pic18f*.c,
2219         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2220           keywords to "__sfr" and "__at (X)"
2221         * device/include/pic16/pic18fregs.h: added pic18f4520
2222         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2223           #1203088 (MPLAB compatibility)
2224
2225 2005-05-17 Raphael Neider <rneider AT web.de>
2226
2227         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2228         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2229         * device/lib/pic16/pics.all: added new devices
2230         * src/pic16/device.c: added support for pic18f4520
2231
2232 2005-05-16 Raphael Neider <rneider AT web.de>
2233         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2234         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2235         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2236           convenience function for bit access
2237
2238 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2239
2240         * device/lib/printf_large.c: fixed bug 1193299
2241         * support/regression/tests/bug1057979.c: added test %3.3s
2242
2243 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2244
2245         * device/include/mcs51/8051.h,
2246         * device/include/mcs51/8052.h: made parseable with lint
2247         * device/include/mcs51/lint.h: added include file for (sp)lint
2248         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2249         * doc/cdbfileformat.lyx,
2250         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2251
2252 2005-05-14 Raphael Neider <rneider AT web.de>
2253
2254         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2255         * device/lib/pic16/libc/stdlib/itoa.c (new)
2256         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2257         * device/lib/pic16/libio/Makefile: exclude subdir according to
2258           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2259         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2260         * src/pic16/gen.c (genFunction): prevent annoying warning
2261         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2262           nameclashes on BeOS
2263         * support/cpp2/cppmain.c (cpp_output_string): new
2264         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2265           fixes bug 1116802
2266
2267 2005-05-13 Borut Razem <borut.razem AT siol.net>
2268
2269         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2270
2271 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2272
2273         * .version: changed to version 2.5.1; back to bleeding edge development
2274
2275 2005-05-11 Borut Razem <borut.razem AT siol.net>
2276
2277         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2278           generate PDF version 1.3 documents
2279
2280 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2281
2282         * .version: changed to version 2.5.0
2283
2284 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2285
2286         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2287
2288 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2289
2290         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2291         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2292         well as many smaller updates.
2293         * .version: changed to version 2.5.0-pre1
2294
2295 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2296
2297         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2298
2299 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2300
2301         * support/regression/tests/bug1185672.c: added
2302         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2303           bug 1185672
2304         * src/mcs51/gen.c (genCall): added comments, made it look safer
2305         * src/mcs51/gen.c (genEndFunction): simplified
2306
2307 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2308
2309         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2310
2311 2005-04-14 Borut Razem <borut.razem AT siol.net>
2312
2313         * fixed bug 1045046 - SIGSEGV with really simple code?:
2314           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2315           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2316
2317 2005-04-14 Borut Razem <borut.razem AT siol.net>
2318
2319         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2320           src/pic16/device.h: temporarily disabled experimental #inline pragma
2321           for 2.5.0 release
2322
2323 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2324
2325         * device/include/z80/stdio.h,
2326         * device/include/z80/string.h: removed these highly incomplete files so
2327           SDCC can use the default ones in device/include/
2328
2329 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2330
2331         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2332         gcc warning.
2333         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2334         fix sdcpp warnings.
2335
2336 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2337
2338         * device/include/malloc.h: removed redundant __reentrant prototypes
2339         * device/lib/_mullong.c: added working xstack variant in asm (C version
2340           doesn't pass regression tests)
2341         * device/lib/bpx.c: used __data and made bpx char for mcs51
2342         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2343           (createFunction): fixed bug with xstackPtr
2344         * src/SDCCcse.c: corrected comments
2345         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2346           (killDeadCode, eBBlockFromiCode): removed unused code
2347         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2348           corrected comments
2349         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2350           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2351           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2352           (genModOneByte): fixed warning in MSVC
2353         * src/mcs51/main.c (): added comments
2354         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2355
2356 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2357
2358         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2359
2360 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2361
2362         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2363
2364 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2365
2366         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2367         characters arrays of larger size than the declared one.
2368
2369 2005-04-10 Borut Razem <borut.razem AT siol.net>
2370
2371         * src/pic/gen.c (genInline),
2372           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2373           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2374           (findNextInstruction), (findPrevInstruction),
2375           (findInstructionUsingLabel),
2376           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2377         * src/pic/pcode.c (findLabel): added missing '\n'
2378         * src/src.dsp: added SDCCdwarf2.c to the project
2379
2380 2005-04-09 Borut Razem <borut.razem AT siol.net>
2381
2382         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2383
2384 2005-04-08 Raphael Neider <rneider AT web.de>
2385
2386         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2387           into the chain after a given one) and mergeDefmapSymbols (combine
2388           defmap entries for each symbol per pcode)
2389         * (createDefmap): have defmap entries merged in the end
2390         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2391           a symbol before replacing one access type's symbol, merge symbols in
2392           the end (replacement symbol might already have an entry)
2393         * (assignValnums): keep reference to written WREG intact
2394
2395 2005-04-08 Raphael Neider <rneider AT web.de>
2396
2397         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2398           Alpha)
2399
2400 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2401
2402         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2403         bytes
2404
2405 2005-04-07 Raphael Neider <rneider AT web.de>
2406
2407         * device/include/pic16/usart.h: added compatibility defines for
2408           devices with more than one USART
2409         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2410
2411 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2412
2413         * device/lib/Makefile.in: updated for port specific include
2414
2415 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2416
2417         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2418
2419 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2420
2421         * device/include/8051.h,
2422         * device/include/8052.h,
2423         * device/include/at89S8252.h,
2424         * device/include/at89c55.h,
2425         * device/include/at89x051.h,
2426         * device/include/at89x51.h,
2427         * device/include/at89x52.h,
2428         * device/include/mcs51reg.h,
2429         * device/include/reg51.h,
2430         * device/include/reg764.h,
2431         * device/include/regc515c.h,
2432         * device/include/sab80515.h: (re)moved these 12 files
2433         * device/include/mcs51/8051.h,
2434         * device/include/mcs51/8052.h,
2435         * device/include/mcs51/at89S8252.h,
2436         * device/include/mcs51/at89c55.h,
2437         * device/include/mcs51/at89x051.h,
2438         * device/include/mcs51/at89x51.h,
2439         * device/include/mcs51/at89x52.h,
2440         * device/include/mcs51/mcs51reg.h,
2441         * device/include/mcs51/reg51.h,
2442         * device/include/mcs51/reg764.h,
2443         * device/include/mcs51/regc515c.h,
2444         * device/include/mcs51/sab80515.h: and added them here
2445
2446 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2447
2448         * device/include/stdarg.h: changed SDCC specific keywords to double
2449           underlined form.
2450         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2451           mcs51 and ds390.
2452         * device/include/hc08/mc68hc908gp32.h,
2453         * device/include/hc08/mc68hc908jb8.h,
2454         * device/include/hc08/mc68hc908jkjl.h,
2455         * device/include/hc08/mc68hc908qy.h: fixed comments
2456         * device/include/mcs51/README: updated
2457         * device/include/mcs51/c8051f120.h: added PINRSF
2458         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2459         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2460           amidst code. Also inline is not supported.
2461
2462 2005-04-06 Raphael Neider <rneider AT web.de>
2463
2464         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2465         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2466           callers stack/frame pointers
2467
2468 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2469
2470         * device/include/pic16/usart.h: added, missing in previous commit,
2471         * device/include/pic16/adc.h: fixed typo,
2472         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2473         commit,
2474         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2475         <p18fxxx.inc>
2476         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2477         uninitialized because a bug appears with gplink
2478         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2479         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2480         complains for unrecognised option
2481
2482 2005-04-05 Raphael Neider <rneider AT web.de>
2483
2484         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2485           structs as well (using memcpy)
2486         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2487           on ISRs (GOTO has no label)
2488         * src/pic16/device.h: added OF_OPTIMIZE_DF
2489         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2490           new data flow analysis/optimization
2491         * src/pic16/pcode.c: added (prototypes for and implementation of)
2492           dataflow analysis functions, fixed pCodeInstructions' inCond and
2493           outCond values, made RCALL a branch instruction
2494         * (pic16_unlinkpCode): keep C line if possible
2495         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2496           C line moved if possible
2497         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2498         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2499           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2500         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2501           new flow)
2502         * (pic16_getJumptabpCode): NEW, needed in...
2503         * (LinkFlow): fixed handling of jumptables, calls and conditional
2504           branches
2505         * (pic16_InsertCommentAfter): NEW
2506         * (pic16_pCodeReplace): made verbose and flow preserving
2507         * (AnalyzeFlow): added call to data flow analysis
2508         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2509         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2510         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2511
2512 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2513
2514         * src/SDCCast.c (decorateType): fixed bug #1105626
2515
2516 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2517
2518         * device/include/asm/pic16/features.h,
2519         * pic18f*.h headers,
2520         * device/include/pic16/adc.h,
2521         * device/include/pic16/delay.h,
2522         * device/include/pic16/i2c.h,
2523         * device/include/pic16/malloc.h,
2524         * device/include/pic16/stdio.h,
2525         * device/include/pic16/stdlib.h,
2526         * device/include/pic16/string.h,
2527         * device/lib/pic16/libc/stdio/printf_tiny.c,
2528         * device/lib/pic16/libc/stdio/printf_small.c,
2529         * device/lib/pic16/libc/stdio/strmgpsim.c,
2530         * device/lib/pic16/libc/stdio/strmmssp.c,
2531         * device/lib/pic16/libc/stdio/strmusart.c,
2532         * device/lib/pic16/libc/stdio/vfprintf.c,
2533         * device/lib/pic16/libc/stdlib/ltoa.c,
2534         * device/lib/pic16/libc/stdlib/putchar.c,
2535         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2536         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2537         * device/lib/pic16/libc/stdlib/memchrram.c,
2538         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2539         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2540         * device/lib/pic16/libio/adc/adcbusy.c,
2541         * device/lib/pic16/libio/adc/adcread.c,
2542         * device/lib/pic16/libio/adc/adcsetch.c,
2543         * device/lib/pic16/libio/usart/ubaud.c,
2544         * device/lib/pic16/libio/usart/ubusy.c,
2545         * device/lib/pic16/libio/usart/udrdy.c,
2546         * device/lib/pic16/libio/usart/uopen.c,
2547         * device/lib/pic16/libio/usart/uputc.c,
2548         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2549         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2550         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2551         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2552         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2553         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2554         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2555         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2556         specific keywords to double underlined form,
2557         * device/lib/pic16/libc/Makefile.rules,
2558         * device/lib/pic16/libsdcc/Makefile.rules,
2559         * device/lib/pic16/libm/Makefile,
2560         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2561         to compile with C standard set in Makefile.common
2562         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2563         rand.c and crc.c in compilation process,
2564         * device/lib/pic16/libsdcc/int/divuint.c,
2565         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2566         `c' from signed to unsigned,
2567         * device/lib/pic16/startup/crt0.c,
2568         * device/lib/pic16/startup/crt0i.c,
2569         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2570         keywords to double underlined form, bug fixes in _do_cinit function
2571         which prevented the correct initialization of the .idata segment,
2572         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2573         core to enter a infinite loop
2574         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2575
2576 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2577
2578         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2579
2580 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2581
2582         * device/include/Makefile.in: add support for hc08 subdirectory
2583         * device/include/hc08/: new subdirectory
2584         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2585         Lucas Loizaga, thanks!
2586         * device/include/hc08/mc68hc908qy.h,
2587         * device/include/hc08/mc68hc908gp32.h,
2588         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2589         their own directory. Changed internal macro names to use the compiler
2590         reserved namespace. Changed SDCC specific keywords to double
2591         underlined form.
2592         * device/include/math.h,
2593         * device/include/malloc.h,
2594         * device/include/stdarg.h,
2595         * device/include/stdbool.h
2596         * device/include/string.h,
2597         * device/include/tinibios.h,
2598         * device/include/ds400rom.h,
2599         * device/include/8051.h,
2600         * device/include/8052.h,
2601         * device/include/80c51xa.h,
2602         * device/include/at89c55.h,
2603         * device/include/at89S8252.h,
2604         * device/include/at89x51.h,
2605         * device/include/at89x52.h,
2606         * device/include/ds80c390.h,
2607         * device/include/reg764.h,
2608         * device/include/regc515c.h,
2609         * device/include/sab80515.h,
2610         * device/include/mcs51/c8051f000.h,
2611         * device/include/mcs51/c8051f018.h,
2612         * device/include/mcs51/c8051f020.h,
2613         * device/include/mcs51/c8051f040.h,
2614         * device/include/mcs51/c8051f060.h,
2615         * device/include/mcs51/c8051f120.h,
2616         * device/include/mcs51/c8051f300.h,
2617         * device/include/mcs51/c8051f310.h,
2618         * device/include/mcs51/c8051f320.h,
2619         * device/include/mcs51/c8051f330.h,
2620         * device/include/mcs51/c8051f350.h,
2621         * device/include/z180.h: Changed SDCC specific keywords to double
2622         underlined form.
2623
2624 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2625
2626         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2627         18F4455,
2628         * (pic16_assignConfigWordValue): disable testing of configuration
2629         register value with config mask,
2630         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2631         function with port->fun_prefix,
2632         * (genFunction): when generating a naked interrupt function never
2633         create an absolute segment placed in interrupt vector address, place
2634         the actual interrupt function at IVA instead, when an interrupt
2635         function is generated with unspecified interrupt then do not create
2636         the absolute section,
2637         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2638         code for generating a call to generic pointer get/put function with
2639         a call to function pic16_callGenericPointer(),
2640         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2641         the call to the generic pointer get/put functions with prefixing the
2642         function name with port->fun_prefix,
2643         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2644         * src/pic16/main.c (_process_pragma): prefix function with
2645         port->fun_prefix,
2646         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2647         calling assembler, old 18Fxxxx macro is deprecated,
2648         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2649         PC_ASMDIR in while condition,
2650         * (findInstruction): add PC_ASMDIR in while condition,
2651         * (buildCallTree): prefix main with port->fun_prefix,
2652         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2653         identifier for variable with banked access in instructions BTFSS,
2654         BTFSC, BCF, BSF, BTG
2655         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2656         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2657         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2658         perform optimization when enviroment variable NO_REG_OPT is set,
2659         * (insideLRBlock): NEW, return 1 if register is inside an
2660         INF_LOCALREGS block,
2661         * (RemoveRegFromLRBlock): remove a register that is completely
2662         eliminated by register optimization, but it is still left in local
2663         register store/restore in/from stack block,
2664         * (Remove2pcodes): after removing register, check to see if it
2665         should be removed from local register store/restore in/from stack
2666         block,
2667         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2668         DUMMY_READ_VOLATILE,
2669
2670         * device/include/pic16/adc.h: minor prototype modifications and
2671         update,
2672         * device/include/pic16/malloc.h: added GPL notice various
2673         modifications,
2674         * device/include/pic16/stdint.h: NEW, standard header for ints
2675         * device/include/pic16/delay.h: NEW, header for delay functions,
2676         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2677         delay1mtcy,
2678         * device/include/pic16/signal.h: NEW, header providing helper macros
2679         for implementing signal handlers,
2680         * device/include/pic16/stdio.h: added prototypes for functions,
2681         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2682         prototypes for stdin and stdout, added macro PUTCHAR to
2683         automatically implement putchar function prototype,
2684         * device/include/pic16/usart.h: modified and updated USART library,
2685         * device/lib/pic16/libio/adc/,
2686         * device/lib/pic16/libio/i2c: some modifications to improve library
2687         performance,
2688         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2689         family of functions,
2690         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2691         family of functions and other sources,
2692         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2693         of the PIC18Fxx[28] devices,
2694         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2695         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2696         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2697         _do_cinit function, because the previous failed when local variables
2698         where not placed in the same memory bank,
2699         * device/lib/pic16/libsdcc/char/: various modifications to improve
2700         library performance,
2701         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2702         information on the new functions of the c library and more...
2703
2704 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2705
2706         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2707
2708 2005-03-26 Raphael Neider <rneider AT web.de>
2709
2710         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2711           if condition == CARRY)
2712         * (genCmp): adapted to new genSkipc semantics
2713         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2714           on rIfx (genCmp was broken)
2715
2716 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2717
2718         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2719         * src/z80/main.c (_keywords[]),
2720         * src/SDCCglobal.h (struct options),
2721         * src/SDCC.y,
2722         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2723         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2724         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2725         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2726         always available in leading double underscore form. The C99 support is
2727         mostly missing, but it's a start.
2728         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2729         reserved identifier "__data".
2730
2731 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2732
2733         * src/mcs51/peeph.def: fixed bug 1170013
2734
2735 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2736
2737         * device/include/mcs51reg.h: fixed bug 842007
2738
2739 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2740
2741         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2742         last time.
2743
2744 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2745
2746         * src/port.h (struct PORT),
2747         * src/avr/ralloc.c (avr_assignRegisters),
2748         * src/avr/main.c,
2749         * src/ds390/ralloc.c (ds390_assignRegisters),
2750         * src/ds390/main.c,
2751         * src/hc08/ralloc.c (hc08_assignRegisters),
2752         * src/hc08/main.c,
2753         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2754         * src/mcs51/main.c,
2755         * src/pic/ralloc.c (pic14_assignRegisters),
2756         * src/pic/main.c,
2757         * src/pic16/ralloc.c (pic16_assignRegisters),
2758         * src/pic16/main.c,
2759         * src/xa51/ralloc.c (xa51_assignRegisters),
2760         * src/xa51/main.c,
2761         * src/z80/ralloc.c (z80_assignRegisters),
2762         * src/z80/ralloc.h,
2763         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2764         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2765         * src/SDCCcse.h,
2766         * src/SDCCdflow.c (computeDataFlow),
2767         * src/SDCCdflow.h,
2768         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2769         * src/SDCCloop.h,
2770         * src/SDCCcflow.c (*),
2771         * src/SDCCcflow.h,
2772         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2773         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2774         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2775         immedDom() returning wrong block; probably fixes bug #1160833)
2776
2777 2005-03-20 Borut Razem <borut.razem AT siol.net>
2778
2779         * support/scripts/inc2h.pl: WIN32 port
2780
2781 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2782
2783         * device/lib/makefile.in: added abs.c and labs.c
2784
2785 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2786
2787         * device/include/stdint.h: added
2788         * device/lib/abs.c: added
2789         * device/lib/labs.c: added
2790         * device/include/stdlib.h: added abs() and labs() prototypes
2791         * device/lib/libsdcc.lib: added abs and labs
2792         * device/include/float.h,
2793         * device/lib/_fsmul.c,
2794         * device/lib/printf_fast.c,
2795         * device/lib/printf_tiny.c: updated comments
2796
2797 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2798
2799         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2800         bug #1164313
2801
2802 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2803
2804         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2805         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2806
2807 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2808
2809         * device/lib/printf_large.c: removed inline assembly for portability and
2810           readability. Use printf_fast if speed or size are more important.
2811         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2812         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2813
2814 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2815
2816         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2817         prevent compiler warning
2818
2819 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2820
2821         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2822         moved to level 0 and declared as static. Also they are explicit
2823         placed in access bank. This was necessery because some times they
2824         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2825         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2826         optimizations. Currently only compare to unsigned char is implemented,
2827         * src/pic16/gen.c: added fReturnIdx array,
2828         * (struct resolvedIfx) is moved to gen.h and made public,
2829         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2830         * (aopForSym): added an optimization to directly store in stack of
2831         the operand of a SEND iCode,
2832         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2833         but as registers instead (AOP_REG) using the fReturnIdx array,
2834         * (pic16_freeAsmop): remove the freed register from the
2835         _G.sregsAlloc field,
2836         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2837         a compare of 'WREG',
2838         * (pic16_popGetTempRegCond): changed function prototype, now
2839         function takes also a bitVector argument v which holds the current
2840         set of registers that are allocated for stack access by aopForSym,
2841         registers allocated in aopForSym for accessing stack symbols are not
2842         any more part of the functions usedRegs field,
2843         * (genCall): some times aopOp is called for a stack variable to be
2844         send, aopForSym might perform the push, if this is true make sure
2845         that genCall doesn't push the variable twice by testing _G.resDirect,
2846         * (genFunction): changed testing for unspecified interrupt number
2847         from 256 to INTNO_UNSPEC,
2848         * modified selection scheme of frame pointer generation. Previously
2849         if function did use local registers a frame pointer was generated,
2850         now a frame pointer is generated only if function has arguments
2851         (that need PLUSW2 register access), or has stack arguments, or the
2852         compiler is not instructed to omit the frame pointer,
2853         * (genEndFunction): before restoring local registers that were saved
2854         in the function preamble, also restore the registers that *might*
2855         have been allocated for stack access,
2856         * (genRet): removed some old comments,
2857         * (genCmp, the active (RN's) version): added a call to the
2858         pic16_genCmp_special function to perform the compare with a more
2859         robust and optimized way,
2860         * (genInline): a feature has been added in inline code generation,
2861         which allows a wildcard variable substitution when writing inline
2862         assembly. Code is incomplete and experimental therefore undocumented,
2863         * (genCast): changed order of aopOp for result and right to allow
2864         aopForSym to directly load the result if possible,
2865         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2866         perform an optimized compare on some selected special occasions,
2867         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2868         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2869         generate an IVT any more,
2870         * src/pic16/main.c (pic16_optionsTable): added command line option
2871         --optimize-cmp,
2872         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2873         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2874         macros,
2875         * src/pic16/NOTES: Raphael Neider added in list of active developers
2876         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2877         jumptable_end to prevent bug #,
2878         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2879         inCond and outCond fields,
2880         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2881         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2882         turn off register spilling,
2883         * (packRegsForOneUse): synced with other ports' versions although it
2884         is not used currently,
2885         * (pic16_packRegisters): added an optimization while reading
2886         structure bitfields, some registers may be saved (malloc code is
2887         decreased by 80 bytes)
2888
2889 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2890
2891         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2892         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2893         this can be optimized more?
2894
2895 2005-03-10 Raphael Neider <rneider AT web.de>
2896
2897         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2898           genNearPointerGet): (hopefully) fixed access to bitfields via
2899           pointers (p->bitN = x; and x = p->bitN; failed)
2900
2901 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2902
2903         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2904
2905 2005-03-09 Raphael Neider <rneider AT web.de>
2906
2907         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2908
2909 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2910
2911         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2912         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2913           (regTypeNum): set REG_BIT type if necessary
2914         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2915         * support/regression/tests/critical.c: check bug 1144613
2916
2917 2005-03-02 Raphael Neider <rneider AT web.de>
2918
2919         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2920
2921 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2922
2923         * src/avr/ralloc.c (serialRegAssign),
2924         * src/ds390/ralloc.c (serialRegAssign),
2925         * src/hc08/ralloc.c (serialRegAssign),
2926         * src/mcs51/ralloc.c (serialRegAssign),
2927         * src/pic/ralloc.c (serialRegAssign),
2928         * src/pic16/ralloc.c (serialRegAssign),
2929         * src/xa51/ralloc.c (serialRegAssign),
2930         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2931
2932 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2933
2934         * src/SDCCast.c (decorateType): fixed bug 1124787
2935
2936 2005-02-20 Hubert Sack <sack AT digiplan.de>
2937         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2938
2939         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2940         patch #1121755
2941
2942 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2943
2944         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2945         to keep the correct label reference count when adding/removing references
2946         to labels. A peephole file using this is appended to patch #1144962.
2947
2948 2005-02-14 Raphael Neider <rneider AT web.de>
2949
2950         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2951         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2952         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2953           retrievals of result operand's value on assignment
2954
2955 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2956
2957         * device/include/pic16/string.h: modified prototype for memccpy()
2958         to memccpy(void *, void *, char, size_t)
2959         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2960         check whether to omit frame pointer or not,
2961         * (genInline): convert all occurences of "\n" to LF in inline
2962         assembler blocks, this helps formatting the inline text,
2963         * (pic16_loadFSR0): modified prototype,
2964         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2965         removed some 8051 legacy code,
2966         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2967         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2968         before allocating temporary registers in functions,
2969
2970 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2971
2972         * support/regression/tests/bitvars.c: corrected the "fix"
2973
2974 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2975
2976         * support/regression/tests/bitvars.c,
2977         * support/regression/tests/bitwise.c,
2978         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2979
2980 2005-02-10 Raphael Neider <rneider AT web.de>
2981
2982         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2983           different size for Alpha
2984         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2985
2986 2005-02-09 Raphael Neider <rneider AT web.de>
2987
2988         * src/SDCC.lex(doPragma) : save and restore warning options as well
2989           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2990         * have #pragma less_pedantic set the errorlevel to WARNING
2991           (fixes #1117001)
2992         * (cloneOptimize) : fixed wrong malloc's size
2993         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2994           facilitate correct handling of #pragma (save|restore)
2995
2996 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2997
2998         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2999
3000 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3001
3002         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3003
3004 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3005
3006         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3007
3008 2005-02-02 Raphael Neider <rneider AT web.de>
3009
3010         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3011         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3012         * (pic16_storeForReturn): fixed to allow returning function pointers
3013         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3014         * device/include/pic16/{stddef.h,stdbool.h}: added
3015
3016 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3017
3018         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3019
3020 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3021
3022         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3023         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3024          appeared to be required
3025
3026 2005-01-31 Borut Razem <borut.razem AT siol.net>
3027
3028         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3029           include/mcs51 and include/z80 directories to the package
3030
3031 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3032
3033         * src/hc08/gen.c (genFunction): fixed bug #1112752
3034
3035 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3036
3037         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3038
3039 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3040
3041         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3042
3043 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3044
3045         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3046
3047 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3048
3049         * device/include/c8051fxxx.h: removed these 6 files
3050         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3051
3052 2005-01-26 Raphael Neider <rneider AT web.de>
3053
3054         * src/pic16/gen.c (genAssign): fixed assignment from longs
3055           in codespace (were cut to three bytes)
3056         * (genDummyRead): implemented (except for CODESPACE...),
3057           fixed bug #1108575
3058         * src/pic16/glue.c (emitStatistics): beautified
3059         * device/lib/pic16/libm/Makefile: added include path
3060
3061 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3062
3063         * src/z80/gen.c (aopPut): fixed bug #1103902
3064
3065 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3066
3067         * device/lib/expf.c: fixed bug #1095792
3068
3069 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3070
3071         * device/lib/pic16/libm: added Math library sources
3072
3073 2005-01-24 Raphael Neider <rneider AT web.de>
3074
3075         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3076           to enable upcast to pCodeOpReg2 (there is no type tag to
3077           differenciate the two and pic16_popGet2p cast into PCOR2)
3078         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3079           (sizeof(sectNames) changed to sizeof(sectName))
3080           Both patches fix segfaults under MinGW.
3081
3082 2005-01-23 Raphael Neider <rneider AT web.de>
3083
3084         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3085           Safe_[mc]?alloc()'ed variables
3086         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3087           of (byte sized) temporaries (assign them to WREG for now)
3088         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3089           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3090           this might fix SIGSEGVs on MinGW...
3091         * src/SDCCopt.c (killDeadCode): restored original behaviour
3092           (volatile operands might get thrown away though)
3093
3094 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3095
3096         * src/pic16/gen.c: fixed bug #1106975,
3097         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3098         pointer update, INTCON is saved, global interrupts are disabled and
3099         restored after updateing TOS.
3100         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3101         * added function attribute 'shadowregs' to take advantage of shadow
3102         registers,
3103         * added function attribute 'wparam' as an alternative to the wparam
3104         pragma,
3105         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3106         user declares a non-ISR function as 'shadowregs',
3107         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3108
3109 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3110
3111         * .version: bumped version number to 2.4.8
3112         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3113         pic16 port,
3114         * device/lib/pic16/libio/i2c/: I2C module support library,
3115         * device/include/pic16/i2c.h: I2C support library header,
3116         * device/lib/pic16/libc/stdio/: standard IO support sources,
3117         * (printf_small.c): printf_small() source, supports float print,
3118         * (printf_tiny.c): printf_tiny() source, does not support floats,
3119         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3120         enable global optimizations for entire library source, other
3121         Makefiles in the source tree are also modified to reflect this,
3122         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3123         function,
3124         * doc/sdccman.lyx: updated to reflect new changes,
3125         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3126         sym->onStack if-case,
3127         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3128         sbit, idata, _idata, xdata, _xdata,
3129         * added pragma library, to link an external library, (see doc),
3130         * removed command line options, --pomit-config-words, --pomit-ivt,
3131         --pleave-reset-vector,
3132         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3133         when calling assembler to reflect memory model used, also define
3134         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3135         reflect stack model used,
3136         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3137         on stack return NULL,
3138
3139 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3140
3141         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3142           of the operands is volatile. Fixes #1020220
3143
3144 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3145
3146         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3147         * (OptimizeRegUsage): make sure that there is really no other flow where
3148           the first pCode is used
3149
3150 2005-01-22 Raphael Neider <rneider AT web.de>
3151
3152         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3153           to fix #1106967 (pCode->seq are not set up correctly)
3154
3155 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3156
3157         * src/SDCCglue.c (glue): make sure code area is declared before the
3158         static initialization area.
3159
3160 2005-01-21 Raphael Neider <rneider AT web.de>
3161
3162         * device/lib/Makefile.in: fixed test for pic16 install dir
3163         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3164           optimizations
3165         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3166           added --optimize-goto compiler switch and pragma wparam documentation
3167         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3168         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3169           and PRODH closing bug #1071770 (peephole optimizer)
3170
3171 2005-01-19 Raphael Neider <rneider AT web.de>
3172
3173         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3174           cmdLine buffers (used when calling sdcpp...) are large enough
3175           (MAX_PATH=256 truncates arguments leading to system halts when
3176           used in MinGW...)
3177         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3178         * (genUminus): rewritten to for efficiency
3179         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3180           used uninitialized in some cases)
3181         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3182           copy the third byte from the int -- now assumes 0x80 (data memory)
3183         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3184           operands (genAddLit expects the iCode's operands to swapped as
3185           well), fixed leftover bytes (crashed for short left operands)
3186         * (pic16_genMinusDec): performance improvements, removed false
3187           PIC14 emitSKPNCs
3188         * (pic16_genMinus): fixed to cope with differently sized operands
3189         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3190           for --obanksel > 1
3191         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3192         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3193           new banksel optimization
3194         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3195           analysis for temporary registers (segfaults...)
3196         * src/pic16/peeph.def: added rule
3197
3198 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3199
3200         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3201         which converts a float number to its ASCII representation
3202         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3203         functions to convert the fractional and integer part of a float to ASCII,
3204         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3205         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3206         ram
3207         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3208         _STATMEM macros,
3209         * device/include/pic16/adc.h: added GPL info,
3210         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3211         a pCodeOp as tested operand,
3212         * (genNearPointerGet): optimized bit testing, does not use
3213         intermediate register for bit value, test directly instead with
3214         BTFSS, BTFSC, works only for single bits,
3215         * (genpic16Code): dump the name of the iCode in the asm,
3216         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3217         renamed to pic16_decodeOp,
3218         * (serialRegAssign): do not allocate a temporary register for iCode
3219         sequences that test a single bit for 1/0
3220
3221 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3222
3223         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3224         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3225         access stack and frame pointers. They are initially assigned to
3226         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3227         accessing SFRs. Updated all occurences of modification of stack or
3228         frame pointer in gen.c and pcode.c,
3229         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3230         assigning of a literal value to pointers,
3231         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3232         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3233         selected
3234
3235 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3236
3237         * doc/sdccman.lyx: update documentation about stack pragma, added
3238         some info for stack memory models
3239
3240 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3241
3242         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3243
3244 2005-01-08 Raphael Neider <rneider AT web.de>
3245
3246         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3247           udata sections to fix bug #1097823
3248
3249 2005-01-05 Raphael Neider <rneider AT web.de>
3250
3251         * src/pic16/gen.c (genGenericShift): added handling of differently
3252           sized left operand and result
3253
3254 2005-01-04 Raphael Neider <rneider AT web.de>
3255
3256         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3257         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3258           to hold the condition bit)
3259         * added new version of genCmp (old code available via #define)
3260         * added new version of genShiftLeft/genShiftRight in a generic
3261           way, now supports shifting by negative values
3262         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3263           shiftCount (expected by genGenericShift)
3264         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3265         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3266           dump
3267         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3268           is an invalid literal too...)
3269
3270 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3271
3272         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3273         from Raphael Neider,
3274         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3275         for 8-bit literals. This fixes some literal operands which are sign
3276         extended to 16-bits ints when instruction needs only 8-bits.
3277
3278 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3279
3280         * device/lib/logf.c: added mcs51 assembly version
3281         * device/lib/expf.c: added mcs51 assembly version
3282         * device/lib/_logexpf.c: new shared asm code for expf and logf
3283         * device/include/math.h: add defines for assembly math library
3284         * device/lib/Makefile.in: build new _logexpf.c
3285         * device/lib/libfloat.lib: use new _logexpf.c
3286
3287 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3288
3289         * src/pic/device.c
3290         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3291           device types which have less than 0x7f registers.
3292
3293 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3294
3295         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3296
3297 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3298
3299         * device/lib/printf_fast.c: only build on supported arch.
3300         * device/lib/printf_tiny.c: only build on supported arch.
3301         * device/lib/printf_fast_f.c: only build if asm float lib
3302         * device/lib/_fsget1arg.c: only build if asm float lib
3303         * device/lib/_fsget2args.c: only build if asm float lib
3304         * device/lib/_fsnormalize.c: only build if asm float lib
3305         * device/lib/_fsreturnval.c: only build if asm float lib
3306         * device/lib/_fsrshift.c: only build if asm float lib
3307         * device/lib/_fsswapargs.c: only build if asm float lib
3308         * device/include/stdio.h: don't provide print_fast,
3309           print_fast_f, print_tiny prototypes if --xstack used
3310
3311 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3312
3313         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3314         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3315           to the SOURCES
3316
3317 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3318
3319         * device/lib/printf_fast_f.c: same as printf_fast, but
3320           with floating point enabled
3321         * device/lib/printf_fast.c: minor tweaks
3322         * device/include/stdio.h: add printf_fast_f
3323
3324 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3325
3326         * src/SDCCmain.c: make --float-reent default for mcs51
3327         * device/lib/_fsadd.c: added mcs51 assembly version
3328         * device/lib/_fssub.c: added mcs51 assembly version
3329         * device/lib/_fsmul.c: added mcs51 assembly version
3330         * device/lib/_fsdiv.c: added mcs51 assembly version
3331         * device/lib/_fseq.c: added mcs51 assembly version
3332         * device/lib/_fsneq.c: added mcs51 assembly version
3333         * device/lib/_fsgt.c: added mcs51 assembly version
3334         * device/lib/_fslt.c: added mcs51 assembly version
3335         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3336         * device/lib/Makefile.in: add _fscmp to build
3337         * device/lib/libfloat.lib: add _fscmp to build
3338
3339 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3340
3341         * device/lib/_fs2slong.c: added mcs51 assembly version
3342         * device/lib/_fs2sint.c: added mcs51 assembly version
3343         * device/lib/_fs2schar.c: added mcs51 assembly version
3344         * device/lib/_fs2ulong.c: added mcs51 assembly version
3345         * device/lib/_fs2uint.c: added mcs51 assembly version
3346         * device/lib/_fs2uchar.c: added mcs51 assembly version
3347         * device/lib/_slong2fs.c: added mcs51 assembly version
3348         * device/lib/_sint2fs.c: added mcs51 assembly version
3349         * device/lib/_schar2fs.c: added mcs51 assembly version
3350         * device/lib/_ulong2fs.c: added mcs51 assembly version
3351         * device/lib/_uint2fs.c: added mcs51 assembly version
3352         * device/lib/_uchar2fs.c: added mcs51 assembly version
3353         * device/include/float.h: added #define to select asm vs c
3354
3355 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3356
3357         * device/lib/printf_fast.c: improvements to float output
3358         * device/include/float.h: add defines for assembly float library
3359         * device/lib/_fsget1arg.c: receive 1 float arg
3360         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3361         * device/lib/_fsnormalize.c: normalize a float
3362         * device/lib/_fsreturnval.c: return float, various helper routines
3363         * device/lib/_fsrshift.c: right shift a float's mantissa
3364         * device/lib/_fsswapargs.c: swap 2 floats
3365         * device/lib/Makefile.in: build these 6 new files for mcs51
3366         * device/lib/libfloat.lib: add these 6 files to the library
3367
3368 2004-12-26 Borut Razem <borut.razem AT siol.net>
3369
3370         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3371           built by gcc 3.4.2
3372
3373 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3374
3375         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3376           and fully reentrant and register bank neutral.
3377         * device/lib/printf_fast.c: added float (not enabled by default),
3378           added compact/slower integer (also not enabled by default),
3379           improved size/speed of fast integer code, other minor changes
3380         * device/include/stdio.h, device/lib/Makefile.in,
3381           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3382
3383 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3384
3385         * src/pic16/pcode.c: declaring variables other than at the start of a
3386           block is not supported in C by VC6.
3387
3388 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3389
3390         * applied a previous patch from Raphael Neider that wasn't included
3391         in the previous commits, which fixes infinite loops within jumptable
3392         improvements,
3393         * made some fixes that previous patches introduced
3394
3395 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3396
3397         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3398         that fixes an issue with AOP_PCODE asmop's offset,
3399         * (pic16_popCopyReg): update instance field too,
3400         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3401         function of pic port,
3402         * (genCmp, genAnd, genAssign),
3403         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3404
3405 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3406
3407         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3408         variables initial values to idata section,
3409         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3410         variables in some functions. This utilizes parmBytes field of iCode
3411         structure to hold the offset of the variable in stack. (might be
3412         able to use the stack field too?)
3413         * applied patch from Raphael Neider # ### , # ###
3414         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3415         variable initial values in idata section,
3416         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3417         for static variables with initial value
3418         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3419         applied fix in while loop from Raphael Neider.
3420
3421 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3422
3423         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3424         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3425         * src/ds390/ralloc.c (serialRegAssign): spill bits
3426         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3427         * support/Util/SDCCerr.c,
3428         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3429         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3430         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3431
3432 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3433
3434         * device/include/sdcc-lib.h: inserted LGPL, added includes
3435           asm/ds390/features.h and asm/mcs51/features.h
3436         * device/include/asm/default/features.h,
3437         * device/include/asm/gbz80/features.h,
3438         * device/include/asm/z80/features.h: added empty _AUTOMEM
3439           and _STATMEM
3440         * device/include/asm/ds390/features.h,
3441         * device/include/asm/mcs51/features.h: added files with defines for
3442           _AUTOMEM and _STATMEM indicating automatic and static storage class
3443         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3444         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3445         * src/SDCCicode.c (geniCodeCast),
3446         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3447         * src/SDCCloop.c (loopInduction): removed unused variable lr
3448         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3449           to convertToFcall to include char modulo (RFE 1065037), added check
3450           if left operand is unsigned and use abs of literal value
3451         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3452           as it doesn't work after conversion from peephole.def to peephole.rul
3453         * src/mcs51/gen.c (toBoolean): added check for size,
3454           (genModOneByte): optimized code for signed char modulo a literal
3455           power of 2 (thanks to Hubert Sack),
3456           (genRRC): removed unnecessary "clr c",
3457           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3458         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3459           jump optimization,
3460           swapped rules 256.c and 256.d,
3461           extended 256.d by using new multiple checks (thanks Erik),
3462           added rules 256.e and 256.f,
3463           updated rule 261.a and 261.b to new generated code
3464         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3465
3466 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3467
3468         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3469           induction related bugs, including first part of bug #1074377
3470
3471 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3472
3473         * applied patch from bug-report #1076292,
3474         * applied patches for genAnd and Goto-optimizations for Raphael
3475         Neider,
3476         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3477         dump a less iCode information,
3478         * src/pic16/device.h (pic16_options_t): added field debgen,
3479         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3480         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3481         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3482         puclic,
3483         * (various functions): added macros FENTRY and FENTRY2 to functions,
3484         to emit function prologue,
3485         * (various functions): fixed indentation,
3486         * (genNearPointerGet): fixed loading of FSR0,
3487         * (genPackBits): applied patch from Raphael Neider to fix updating
3488         of FSR0 and touching only the modified bits,
3489         * src/pic16/genarith.c (various functions): added macros FENTRY to
3490         emit function prologue in comments,
3491         * src/pic16/pcode.h: added functions debugf2, debugf3,
3492         * src/pic16/ralloc.c: partial fix for packForPush caused
3493         segmentation fault,
3494
3495 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3496
3497         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3498           <stsp AT users.sourceforge.net> with reversed byte order
3499         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3500
3501 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3502
3503         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3504           bug #1074377
3505         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3506         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3507
3508 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3509
3510         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3511
3512 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3513
3514         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3515           conditions,
3516           (setFromConditionArgs): friendly operand parser for peephole rules,
3517           (operandBaseName, operandsNotRelated): new peephole condition
3518           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3519           architecture specific register naming into account, handles n-way
3520           comparisons, and supports quoted literals
3521         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3522
3523 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3524
3525         * src/mcs51/peeph.def: fixed bug #1076940
3526
3527 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3528
3529         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3530
3531 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3532
3533         Adding support for replacing ljmps with sjmps in jumptables
3534         generated for switch statements. For now you need to set the
3535         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3536         Now 4 algorithms for mcs51 jumptable generation are used:
3537         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3538         addresses loaded pc-relative for up to 112 cases and stack-pushing
3539         target addresses loaded with offset from dptr for up to 256 cases.
3540
3541         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3542         * src/mcs51/main.c: adapted constants for switch table generation
3543         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3544
3545 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3546
3547         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3548         * support/regression/tests/bug1057979.c: added test for bug 1073386
3549
3550 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3551
3552         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3553         compilers
3554
3555 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3556
3557         * src/pic16/device.h,
3558         * src/pic16/genarith.c,
3559         * src/pic16/glue.c,
3560         * src/pic16/main.c,
3561         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3562
3563 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3564
3565         Large cummulative patch for pic16 port.
3566         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3567         to call when a stack overflow occurs,
3568         * (malloc.h): added CVS Id tag,
3569         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3570         variable,
3571         * added libc directory. The current version of LibC contains string
3572         functions, ctype functions and macros and some functions of the
3573         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3574         be extensively tested in the future. Standard disclaimer here.
3575         Library is not automatically build yet. But one can build it by
3576         invoking 'make' inside the libc directory.
3577         * added ADC library under libio. Preliminary version yet.
3578
3579         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3580         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3581         aopForRemat() now and not by pic16_aopOp(),
3582         * (pic16_popGetTempReg): removed warning messgae when allocating
3583         temporary registers, its a buggy feature and will be removed,
3584         * (pic16_popGet): set register instance field in AOP_CRY,
3585         * (pic16_outBitC): fixed for results in size greater than 1,
3586         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3587         * (pic16_storeForReturn): optimized return of 0,
3588         * (genCmp): experimental code for new genCmp which uses PIC18's
3589         special compare&skip instructions. Initial tests fail some times
3590         with variables grater than 1 byte in size, so new code is disabled,
3591         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3592         a single bit,
3593         * (genCast): began a fix to optimize the casting of a bit to another
3594         bit, now assigning a bitfield to another bitfield will fail, sorry,
3595         * src/pic16/main.c: disabled the use of lr-support feature,
3596         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3597         * added some function prototypes, added function _debugf prototype,
3598         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3599         bits with offset (case PO_GPR_BIT),
3600         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3601         command line,
3602         * (isBankInstruction): modified to return 0 for no banking instruction,
3603         and 1 for banking instruction,
3604         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3605         caused stop processing pCodes after a inline assembly block,
3606         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3607         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3608         registers when it shouldn't,
3609         * src/pic16/ralloc.c (allocReg): add preliminary support for
3610         supporting a limited set of temporary registers,
3611
3612 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3613
3614         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3615           genDataPointerSet): ensure assignments always copy in MSB to LSB
3616           order,
3617           (loadRegFromAop): recognize CLRH optimization,
3618           (genFunction): optimize RECEIVE iCodes in reentrant functions
3619
3620 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3621
3622         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3623           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3624           selected.
3625         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3626         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3627           contiguous with data
3628
3629 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3630
3631         * device/lib/_gptrget.c (_gptrget),
3632         * device/lib/_gptrgetc.c (_gptrgetc),
3633         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3634           instead of sjmp to ret
3635         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3636           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3637
3638 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3639
3640         * .version: bumped version to 2.4.7
3641         * device/lib/_gptrget.c (_gptrget): is now _naked
3642         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3643         * device/lib/_gptrput.c (_gptrput): is now _naked
3644         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3645           (createFunction): fixed xstack
3646         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3647         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3648           or bit either,
3649           (geniCodeCritical): store original interrupt state in an iTemp bit
3650           var unless stack-auto
3651         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3652         * src/SDCCmain.c (setIncludePath): added include/target to search path
3653         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3654         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3655           prototype,
3656           (processFuncArgs): put bit vars in bit area
3657         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3658           unsaveRBank): fixed xstack,
3659           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3660           (genFunction, genEndFunction): fixed xstack,
3661           (genAssign): optimization don't walk backwards through mem
3662         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3663         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3664         * support/regression/Makefile: also make library (for stack-auto) when
3665           making "all" and added "test-mcs51-xstack-auto"
3666         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3667         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3668         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3669         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3670         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3671           make-library by MAKE_LIBRARY
3672         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3673           regression tests for xstack
3674         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3675         * support/regression/tests/critical.c: test for critical on mcs51
3676
3677 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3678
3679         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3680           built version of sdcc instead of installed version
3681
3682 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3683
3684         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3685         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3686           vprintf.c now
3687         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3688         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3689           WARNING: remove device/lib/build/z80/printf.o by hand when
3690           updating from previous build!
3691         * device/lib/z80/printf.c: updated comment
3692         * support/regression/tests/bug1057979.c: test all ports now
3693         * support/regression/tests/bug1065458.c: file added
3694
3695 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3696
3697         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3698           *_start and *_end symbols for static functions
3699
3700 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3701
3702         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3703           and search crt0.o in all library paths,
3704           (setIncludePath): proper handling of --nostdinc,
3705           (setLibPath): proper handling of --nostdlib
3706         * support/regression/Makefile,
3707         * support/regression/ports/ds390/spec.mk,
3708         * support/regression/ports/gbz80/spec.mk,
3709         * support/regression/ports/hc08/spec.mk,
3710         * support/regression/ports/mcs51/spec.mk,
3711         * support/regression/ports/mcs51-large/spec.mk,
3712         * support/regression/ports/mcs51-stack-auto/spec.mk,
3713         * support/regression/ports/z80/spec.mk: use include and lib files from
3714           built version of sdcc instead of installed version
3715         * doc/sdccman.lyx: fixed typo in --nostdinc
3716
3717 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3718
3719         * src/pic/pcode.c,
3720         * src/pic/device.c,
3721         * src/pic/ralloc.c,
3722         * src/pic/gen.c : added support to generate code for struct bit fields.
3723
3724 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3725
3726         * as/xa51/xa_version.h,
3727         * device/include/errno.h,
3728         * device/include/regc515c.h,
3729         * device/lib/_itoa.c,
3730         * device/lib/_ltoa.c,
3731         * device/lib/ser_ir_cts_rts.c,
3732         * sim/ucsim/xa.src/glob.cc,
3733         * sim/ucsim/xa.src/inst_gen.cc,
3734         * sim/ucsim/xa.src/xa_bit.cc,
3735         * sim/ucsim/xa.src/xa_sfr.cc,
3736         * sim/ucsim/z80.src/inst_dd.cc,
3737         * sim/ucsim/z80.src/inst_fdcb.cc,
3738         * support/scripts/keil2sdcc.pl,
3739         * src/pic16/pic16.dsp,
3740         * src/pic16/pic16a.dsp: corrected cvs line endings
3741         * device/lib/printf_large.c: fixed bug 1057979
3742         * src/pic16/gen.c: fixed non-C standard code
3743         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3744         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3745         * support/regression/ports/mcs51/support.c: reload T1 asap
3746         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3747           pdata use and clear idata startup behaviour
3748         * support/regression/tests/bug1057979.c: added
3749
3750 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3751
3752         * device/examples/ds390/ow390/ad26.h,
3753         * device/examples/ds390/ow390/cnt1d.h,
3754         * device/examples/ds390/ow390/crcutil.c,
3755         * device/examples/ds390/ow390/ownet.h,
3756         * device/examples/ds390/ow390/owsesu.c,
3757         * device/examples/ds390/ow390/swt12.h,
3758         * device/examples/ds390/ow390/swtoper.c,
3759         * device/examples/ds390/ow390/temp10.h,
3760         * device/examples/ds390/ow390/thermodl.c,
3761         * device/examples/ds390/tinitalk/tinitalk.dsp,
3762         * device/examples/ds390/tinitalk/tinitalk.dsw,
3763         * device/examples/mcs51/clock/hw.h,
3764         * device/examples/mcs51/simple2/go.bat,
3765         * device/examples/serialcomm/windows/serial.h,
3766         * device/examples/xa51/dummy.c,
3767         * device/examples/xa51/hello.c,
3768         * device/include/80c51xa.h,
3769         * device/include/at89x051.h: corrected cvs line endings
3770
3771 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3772
3773         * src/pic16/main.c (options): added command line --gstack, to trace
3774         stack over/under flows,
3775         * added pragma 'wparam' to allow passing first byte of function
3776         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3777         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3778         call to __gstack_test function and sets up the symbol as extern,
3779         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3780         * popaop): added call to pic16_testStackOverflow,
3781         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3782         wparamList list,
3783         * (genCall, genPcall): now all parameters are passed via stack
3784         except in functions that are pass to wparam pragma in which WREG is
3785         used too,
3786         * (genPcall): REENTRANT flag is checked to see if variable prototype
3787         contains reentrant keyword, don't call a non-reentrant function, via
3788         a reentrant function pointer or vice versa, functions are never
3789         passed via WREG,
3790         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3791         D.Winkler,
3792         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3793         SIGSEGV when accessing a NULL register stucture,
3794         * (pic16_printGPointerType): modified to handle UPPER modifier for
3795         function initializers, changed prototype of function to simpler one,
3796         * (pic16_printIvalFuncPtr): check to see if function is already
3797         added in externs list,
3798         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3799         optimized a move from W to SFR with a move to the same register
3800         later after a CALL,
3801         * device/lib/pic16/debug: NEW directory, contains debug features
3802         which are enabled when linking with libdebug.lib, currently command
3803         line option --gstack enables stack pointer tracing for over/under
3804         flow, corresponding sources are in debug/gstack
3805
3806 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3807
3808         * doc/sdccman.lyx: updated SDCC version,
3809         * (PIC16 port): update list of command line options,
3810         * src/pic16/device.h (structure pic16_options_t): added field gstack
3811         to enable stack overflow tracing on push/pops,
3812         * src/pic16/device.c (statistics structure): added statistics
3813         structure,
3814         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3815         pic16_dump_int_registers): increase statistics counters for each
3816         * variable which is encountered
3817         * (pic16_dump_usection): emit each .udata variable to its own udata
3818         section,
3819         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3820         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3821         parameters via stack, otherwise use old scheme,
3822         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3823         assembler output file,
3824         * src/pic16/main.c: added command line options --gstack to enable
3825         push/pop tracing for stack overflow,
3826         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3827         instructions): added size of each instruction,
3828         * (pic16_countInstruction): estimate size of instructions in
3829         the_pFile list, inline assembly blocks are not counted,
3830         * (pic16_FixRegisterBanking): trace previous register usage, when
3831         banksel optimizations is greater than 0, don't emit a redudant
3832         banksel directive,
3833
3834 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3835
3836         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3837         * src/pic16/ralloc.c : applied same fix for pic16.
3838         * src/pic/gen.c : tidied it up a little.
3839
3840 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3841
3842         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3843         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3844
3845 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3846
3847         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3848
3849 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3850
3851         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3852         non-reentrant function __modsint in the interrupt function (thus
3853         corrupting math operations during serial I/O)
3854         * device/lib/ser_ir.c: as above, changed buffersize
3855         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3856         256.c,d for zeroing
3857         * doc/Makefile: added option -t for rsync
3858
3859 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3860
3861         * src/SDCCast.h (struct ast),
3862         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3863
3864 2004-10-20 Borut Razem <borut.razem AT siol.net>
3865
3866         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3867         package
3868
3869 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3870
3871         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3872         makefile targets,
3873         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3874         support functions to replace long sequences of MOVFF's from access
3875         bank registers to stack and vice versa,
3876         * src/pic16/device.h: added new field opt_flags, where optimization
3877         flags can be set to enable certain features,
3878         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3879         * pBlock, (genFunction, genEndFunction): surroung loop for
3880         saving/loading used registers in stack with PC_INFO pCodes,
3881         INF_LREGS. Code in between can then be optimized by pCode optimizer
3882         to support function calls,
3883         * (genDataPointerSet): fixed bug which loaded float fields in
3884         structures with corrupt data,
3885         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3886         in a standard way debug info on stderr. Feature used for developing
3887         and debugging only,
3888         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3889         obsolete chunks of code,
3890         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3891         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3892         * pic16/src/pcode.c (pic16_newpCodeInfo,
3893         * (pic16_newpCodeOpLocalRegs),
3894         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3895         feature,
3896         * (pic16_pCodeConstString): printing of the initial value of a
3897         symbol as a comment is inhibited since parsing was already done by
3898         copyStr and output is corrupt,
3899         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3900
3901 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3902
3903         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3904
3905 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3906
3907         * as/mcs51/lkarea.c: removed old K&R style,
3908           (lnksect): changed check on boundary error,
3909           (lnksect2): changed check on boundary error,
3910           (lnksect2): extend XSTK to end of page if size = 1
3911         * as/mcs51/lkmain.c: removed old K&R style,
3912           (Areas51): create l_IRAM symbol
3913         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3914         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3915           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3916         * device/lib/_mullong.c: added version to be compiled with xstack
3917         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3918         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3919         * device/lib/mcs51/crtxstack.asm: fixed comment
3920         * src/SDCCglue.c: maxInterrupts defaults to 0,
3921           (emitMaps): added pdata,
3922           (createInterruptVect): (re)moved default,
3923           (glue): added pdata,
3924           (glue): moved __start__xstack to XSTK with default size 1
3925         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3926           and options.float_rent when options.stackAuto is set,
3927           (linkEdit): only write XDATA_NAME if provided on command line
3928         * src/SDCCmem.h,
3929         * src/SDCCmem.c: added pdata
3930         * src/port.h: added pdata_name to PORT
3931         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3932           (saveRegisters, unsaveRegisters): removed usage of B,
3933           (genMinus): fixed accumulator clash,
3934           (genJumpTab): added comment, this needs another look
3935         * src/mcs51/gen.c: added check for "B in use" paranoia,
3936           added pushB() and popB()
3937         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3938           chance
3939         * src/avr/main.c,
3940         * src/ds390/main.c,
3941         * src/hc08/main.c,
3942         * src/mcs51/main.c,
3943         * src/pic/main.c,
3944         * src/pic16/main.c,
3945         * src/xa51/main.c,
3946         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3947           added PSEG (PAG,XDATA) or NULL to port specifier
3948         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3949         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3950           (_mcs51_genInitStartup): removed __start__xstack equ,
3951           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3952         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3953         * src/z80/gen.c (_rleAppend): fixed warnings
3954         * support/regression/tests/zeropad.c: added pdata test
3955         * .version: bumped to 2.4.6
3956
3957 2004-10-17 Borut Razem <borut.razem AT siol.net>
3958
3959         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3960         as a part of nightly build
3961
3962 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3963
3964         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3965         WREG holds the first byte function parameters,
3966         * (aopForSym): take special case for symbols which are in FARSPACE
3967         but in CODESPACE too,
3968         * (assignResultValue): modified to take into account _G.useWreg,
3969         * (genCall): don't use wreg for parameter passing when function is
3970         declared as reentrant, too, added optimization INCF to stack
3971         pointer when stack parameter count is 1,
3972         * (genFunction, genEndFunction): refurnished and fixed to not using
3973         wreg for passing parameters when function has varargs or is
3974         reentrant, fixed bug with symbol name compare for generating
3975         functions in absolute address,
3976         * (pic16_storeForReturn): refurnished,
3977         * (genCmp): began writing a new version of the function, not ready
3978         yet, therefore it is disabled,
3979         * (genAssign): do not read code memory when assigning a function to
3980         a pointer function,
3981         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3982         array of characters, not pointer,
3983         * (pic16initialComments): in debug mode emit an .ident directive for
3984         the assembler,
3985         * (_process_pragma): emit a new warning type (internal to pic16)
3986         when setting stack to default length, emit a similar warning when
3987         placing a function at absolute address and address is not word aligned
3988         * (_pic16_parseOptions): added 'return TRUE' statement,
3989         * (_pic16_linkEdit): if compiling a source, then add the source's
3990         file object, first in the list of objects to link,
3991
3992 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3993
3994         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3995         * src/pic/main.c : removed VC warning.
3996         * src/pic/gen.c : changed comment.
3997
3998 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3999
4000         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4001         reference to a deprecated symbol _GPTRREG was causing failure to
4002         link. Thanks G. M. Gallant for the info.
4003
4004 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4005
4006         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4007         comments for Bugs item #954788.
4008
4009 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4010
4011         * src/pic16/device.c (pic16_dump_gsection,
4012         * pic16_groupRegistersInSection): handle symbols declared to be in
4013         access bank differently,
4014         * src/pic16/gen.c (struct _G): added field resDirect,
4015         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4016         send values read from stack directly to result and don't allocate
4017         temporary values,
4018         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4019         same registers,
4020         * (pic16_sameRegsOfs): NEW,
4021         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4022         free because they were not allocated from temporary pool,
4023         * pic16_popRegFromString): workaround to fix a problem with
4024         allocating variables twice or never,
4025         * (genGenPointerGet): using PRODL instead of FSR0H,
4026         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4027         instead of FSR0H,
4028         * (genAssign): take advantage of the _G.resDirect flag,
4029         * (genCast): around line 11844, use mov2f instead of directly
4030         MOVFF'ing between operands to account for literal values,
4031         * src/pic16/genutils.c: some new debug functions for gpsim have been
4032         added,
4033         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4034         float with integer part only,
4035         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4036         place variables in access bank
4037         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4038         updated sources to reflect recent changes in gen.c
4039
4040 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4041
4042         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4043         sources that searched for headers in installation path, now the
4044         device/include/pic16 is used,
4045         * src/pic16/glue.c (pic16glue),
4046         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4047         .line directives if not in debug mode, this suppresses assembler's
4048         warnings for ignored directives
4049
4050 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4051
4052         * src/port.h: made reset_regparms prototype void parameter explicit.
4053         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4054         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4055         * doc/sdccman.lyx: documented warning disabling and how to use
4056           printf_large to make it print floats.
4057         * device/include/stdbool.h: NEW
4058         * device/lib/_atof.c,
4059         * device/lib/_divuint.c,
4060         * device/lib/_divulong.c,
4061         * device/lib/expf.c,
4062         * device/lib/printf_large.c,
4063         * device/lib/sincosf.c,
4064         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4065         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4066           a completely reentrant lib.
4067
4068 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4069
4070         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4071         * device/include/pic16/stdio.h: fixed bug with colon
4072
4073 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4074
4075         * device/include/pic16/stdio.h,
4076         * device/include/pic16/stdlib.h,
4077         * device/include/pic16/math.h: NEW
4078         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4079         declared as _naked to reduce overhead
4080         * device/lib/Makefile.in (target port-specific-objects-pic16):
4081         changed * to *.* so to ignore the CVS directory,
4082         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4083         stacked variables back in stack,
4084         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4085         corruption
4086
4087 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4088
4089         * .version: bumped version number to 2.4.5
4090         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4091         * support/Util/SDCCerr.c (messages structure): added entry for
4092         W_POSSBUG2
4093
4094         Large cumulative patch for pic16 port and libraries.
4095         * device/include/pic16/sdcc-lib.h,
4096         * device/include/pic16/stdarg.h,
4097         * device/include/asm/pic16/features.h,
4098         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4099         * device/include/pic16/float.h: changes reentrant keyword with
4100         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4101         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4102         updated target build-libraries to include objects from gptr,
4103         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4104         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4105         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4106         all function headings,
4107         * src/SDCCmain.c: added global parameter userIncDirsSet,
4108         * (parseCmdLine): when option -I is encountered add directory to
4109         userIncDirsSet too,
4110         * src/version.awk: added space between control and long,
4111         * src/pic16/NOTES: added some notes for the port,
4112         * src/pic16/gen.c: added prototype for mov2fp function,
4113         * (fReturnpic16[]): properly named return value registers,
4114         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4115         * (aopForSym): added code to handle symbols with onStack flag set,
4116         symbols onStack are allocated PTRSIZE bytes,
4117         * (aopFreeAsmop): handles special case where asmops are stack objects,
4118         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4119         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4120         added argument lock to trace flaws in allocating temporary registers
4121         when developing port,
4122         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4123         * (pic16_popRegFromString): reenabled allocating a direct register
4124         from string,
4125         * (assignResultValue): various beautifications,
4126         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4127         referenced function argument,
4128         * (genIpush): reenabled to allow stacked arguments, handles only
4129         ic->parmPush iCodes,
4130         * (genCall, genPcall): major changes to allow for variable argument
4131         functions, fixed a bug with falsely restoring stack pointer after
4132         returning from call,
4133         * (genFunction): pending code for critical function,
4134         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4135         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4136         * (genNearPointerGet): fixed bug with indirect reading, was always
4137         reading from INDF0
4138         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4139         pointers,
4140         * (genAddrOf): rewrote code to take address of a stacked function parameter
4141         * (genCast): fixed casting to generic pointer type,
4142         * src/pic16/gen.h: added AOP_STA,
4143         * (struct asmop): added field stk,
4144         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4145         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4146         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4147         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4148         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4149         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4150         generic pointers,
4151         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4152         and library paths,
4153         * (pic16_port structure): generic pointer size is set to 3,
4154         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4155         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4156         compiler warning,
4157         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4158         operand is an iTemp,
4159
4160 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4161
4162         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4163         * debugger/mcs51/simi.c: addapt new syntax of s51
4164
4165 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4166
4167         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4168         * src/pic16/pcode.c: commented out some calls to free() in order to
4169         fix bug #989576,
4170
4171 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4172
4173         * src/SDCCicode.h,
4174         * src/SDCCicode.c (isiCodeInFunctionCall),
4175         * src/avr/ralloc.c (selectSpil),
4176         * src/pic/ralloc.c (selectSpil),
4177         * src/pic16/ralloc.c (selectSpil),
4178         * src/ds390/ralloc.c (selectSpil),
4179         * src/hc08/ralloc.c (selectSpil),
4180         * src/xa51/ralloc.c (selectSpil),
4181         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4182         stack in the middle of a function call sequence (fixes bug #1020268)
4183         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4184         costs associated with the minimum switch case.
4185
4186 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4187
4188         * src/SDCC.lex: fixed bug #1030549
4189
4190 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4191
4192         * src/SDCCcse.h (struct cseDef),
4193         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4194         over a function call if the CSE is derived from a symbol whose
4195         address has been taken (fixes bug #1029883)
4196         * support/regression/tests/bug-1029883: a new regression test for
4197         this bug
4198
4199 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4200
4201         * src/hc08/gen.c (emitinline): fixed bug #1029778
4202         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4203         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4204         and starts toward RFE #905167)
4205
4206 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4207
4208         * src/pic16/gen.c (mov2f): New function to move an operand to
4209         another without considering if it is a literal or a register,
4210         * (pic16_sameRegs): don't check if they are both AOP_REG,
4211         * (AccRsh): removed andmask=0 lines,
4212         * (genLeftShift): duplicated to be improved in future versions,
4213         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4214         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4215         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4216         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4217         * (insertBankSwitch): fixed inserting banksel directives algorithm
4218         for instructions that follow a skip instruction, this fixes a report
4219         for broken subtraction code generation,
4220         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4221         iCode is a left op, just in case result and right share the same
4222         registers
4223
4224 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4225
4226         * src/hc08/main.c,
4227         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4228         preservation of HX
4229         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4230         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4231         on 2004-09-12; it was buggy
4232
4233 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4234
4235         * src/SDCCsymt.h: removed RESULT_CHECK
4236         * src/SDCCast.c,
4237         * src/SDCCglue.c,
4238         * src/SDCCval.c,
4239         * src/pic/glue.c,
4240         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4241
4242 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4243
4244         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4245         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4246         configuration values no more rejected by compiler, they are assigned
4247         to configuration registers with a warning message instead,
4248         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4249         the for-loop so last conf register is emitted too,
4250         * (_pic16_initPaths): link library libsdcc.lib by default,
4251         * (_hasNativeMulFor): modified test for multiplication according to
4252         Raphael Neider's remarks. Integer multiplication is also done with
4253         support functions,
4254         * device/include/pic16/pic18fregs.h: corrected type error in while
4255         testing and including 18f6720 header file
4256
4257 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4258
4259         * src/pic16/device.h (pic16_options): removed field use_crt,
4260         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4261         until an optimization to handle single bits is added,
4262         * (pic16_loadFSR0): moved before genUnpackBits,
4263         * (genAnd): some white lines removed,
4264         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4265         leave_reset flags in pic16_options when using crt modules,
4266
4267 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4268
4269         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4270           for bugs 898889 & 979599. Also used some safer print instructions.
4271
4272 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4273
4274         * src/pic16/device.h (pic16_options_t): added field use_crt,
4275         crt_name, no_crt,
4276         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4277         catch a probable future bug,
4278         * src/pic16/gen.c: aopIdx function commented out,
4279         * (genAssign): commented out old code which used aopIdx,
4280         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4281         code, added if conditionals to take into account the --use-crt
4282         command line options,
4283         * src/pic16/main.c (pic16_optionsTable): added new command line
4284         options, --use-crt= and --no-crt,
4285         * (_pic16_linkEdit): now the proper crt object is added in the
4286         linker command line except than when --no-crt is specified,
4287         * src/pic16/pcode.c,
4288         * src/pic16/pcode.h: added some structures and functions for a new
4289         optimization scheme to compansate for instruction overhead between
4290         same iCodes, this scheme is currently under development and is not
4291         working in any way,
4292         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4293         to && operator,
4294         * device/lib/pic16/startup/crt0i.c,
4295         * device/lib/pic16/startup/crt0iz.c: added global char variable
4296         __uflags to force the generation of an idata section
4297
4298 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4299
4300         * doc/Makefile,
4301         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4302         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4303
4304 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4305
4306         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4307         Frieder) and clarified the default code optimization mode
4308
4309 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4310
4311         * src/SDCC.lex (doPragma, process_pragma),
4312         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4313         "opt_code_size", and "opt_code_balanced"
4314         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4315         regrouped options by category, added support for category headers
4316         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4317         and "--opt-code-size"
4318         * doc/sdccman.lyx: documented these new options and pragmas
4319         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4320         preference into account
4321
4322 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4323
4324         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4325           geniCodePreDec): Fixed bug 904237 by generating a warning
4326         * src/SDCCerr.h,
4327         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4328
4329 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4330
4331         * src/pic/device.c : When no max ram set validate full memory range.
4332         * src/pic/pcode.c,
4333         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4334
4335 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4336
4337         * device/lib/_gptrget.c,
4338         * device/lib/_gptrput.c: updated comment
4339         * device/lib/calloc.c,
4340         * device/lib/free.c,
4341         * device/lib/malloc.c,
4342         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4343         * src/SDCCcse.c (cseBBlock),
4344         * src/SDCCicode.c (printOperand, geniCodeArray),
4345         * src/SDCCicode.h (struct operand): fixed bug 868103
4346         * support/regression/tests/bug-868103.c: added
4347         * src/SDCCast.c (searchLitOp),
4348         * src/SDCCcse.h (struct cseDef),
4349         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4350         * src/SDCCicode.h (struct operand),
4351         * src/SDCCsymt.h (struct sym_link),
4352         * src/avr/gen.c (hasInc),
4353         * src/ds390/gen.c (hasInc),
4354         * src/hc08/gen.c (genPlusIncr, hasInc),
4355         * src/mcs51/gen.c (hasInc),
4356         * src/pic16/glue.c (pic16_printIvalChar),
4357         * src/pic16/ralloc.c (regWithIdx),
4358         * src/xa51/gen.c (hasInc) : removed warnings
4359         * src/SDCCast.c (createBlock): added comment ???
4360         * src/hc08/ralloc.c: updated comments
4361
4362 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4363
4364         * doc/sdccman.lyx: updated section on switch statements, added
4365         section about semaphore locking
4366         * doc/Makefile: added option -info for latex2html
4367         * device/lib/_gptrget.c,
4368         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4369
4370 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4371
4372         * src/pic/device.h,
4373         * src/pic/device.c,
4374         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4375          maxram is less than 0x100.
4376
4377 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4378
4379         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4380
4381 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4382
4383         * src/port.h,
4384         * src/mcs51/main.c,
4385         * src/ds390/main.c,
4386         * src/z80/main.c,
4387         * src/hc08/main.c,
4388         * src/pic/main.c,
4389         * src/pic16/main.c,
4390         * src/avr/main.c,
4391         * src/xa51/main.c
4392         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4393         a jump table is the best form for a switch statement, including
4394         automatic insertion of missing cases to make the case range
4395         continuous. Developed in collaboration with Frieder Ferlemann.
4396
4397 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4398
4399         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4400         accumulator result if it needs sign extension
4401
4402 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4403
4404         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4405
4406 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4407
4408         * device/lib/gbz80/printf.c,
4409         * device/lib/z80/printf.c: removed define for NULL
4410
4411 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4412
4413         * as/xa51/xa_link.c,
4414         * device/examples/ds390/ow390/ad26.c,
4415         * device/examples/ds390/ow390/cnt1d.c,
4416         * device/examples/ds390/ow390/counter.c,
4417         * device/examples/ds390/ow390/ds2480.h,
4418         * device/examples/ds390/ow390/ds2480ut.c,
4419         * device/examples/ds390/ow390/findtype.c,
4420         * device/examples/ds390/ow390/gethumd.c,
4421         * device/examples/ds390/ow390/owllu.c,
4422         * device/examples/ds390/ow390/ownetu.c,
4423         * device/examples/ds390/ow390/swt12.c,
4424         * device/examples/ds390/ow390/swtloop.c,
4425         * device/examples/ds390/ow390/temp.c,
4426         * device/examples/ds390/ow390/temp10.c,
4427         * device/examples/ds390/ow390/thermo21.c,
4428         * device/examples/ds390/ow390/tinilnk.c,
4429         * device/examples/ds390/ow390/tstfind.c,
4430         * device/examples/serialcomm/windows/serial.cpp,
4431         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4432         * device/include/reg51.h: fixed line endings for cvs
4433
4434 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4435
4436         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4437         packRegsForAccUse, packRegisters): new accumulator register
4438         packing algorithm
4439         * support/regression/ports/hc08/support.c (_putchar): suppress
4440         warning of unused variable
4441         * src/SDCCicode.c: added SWAP entry to codeTable
4442
4443 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4444
4445         * device/lib/sprintf.c: forgot to add this file before previous commit
4446
4447 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4448
4449         * src/pic16/gen.c (genPackBits): added operand right in function
4450         parameters, load result directly if p_type is POINTER (that is
4451         called by genNearPointerSet)
4452         * (genUnPackBits): added operand left in function parameters,
4453         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4454         FSR0 if accessing bitfields,
4455
4456 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4457
4458         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4459           _print_format; updated printf, sprintf, vsprintf
4460         * device/include/asm/default/features.h: corrected comment/define
4461         * device/lib/Makefile.in: added sprintf.c
4462         * device/lib/libsdcc.lib: added sprintf module
4463         * device/lib/printf_large.c,
4464         * device/lib/vprintf.c,
4465         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4466           into these 3 files
4467         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4468         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4469         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4470           hc08 test
4471         * support/regression/tests/zeropad.c: define idata as data for hc08
4472
4473 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4474
4475         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4476         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4477         labels are referenced at least once (even if a reference is not found)
4478         * src/hc08/gen.c (emitcode): set isComment flag for comments
4479         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4480         loads), rules 6a..6b (optimize jumps to return)
4481
4482 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4483
4484         * device/lib/acosf.c (acosf),
4485         * device/lib/asinf.c (asinf),
4486         * device/lib/atanf.c (atanf),
4487         * device/lib/ceilf.c (ceilf),
4488         * device/lib/cosf.c (cosf),
4489         * device/lib/coshf.c (coshf),
4490         * device/lib/cotf.c (cotf),
4491         * device/lib/fabsf.c (fabsf),
4492         * device/lib/floorf.c (floorf),
4493         * device/lib/log10f.c (log10f),
4494         * device/lib/logf.c (logf),
4495         * device/lib/sinf.c (sinf),
4496         * device/lib/sinhf.c (sinhf),
4497         * device/lib/sqrtf.c (sqrtf),
4498         * device/lib/tanf.c (tanf),
4499         * device/lib/tanhf.c (tanhf),
4500         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4501         replaced all instances of "reentrant" in the library functions
4502         defined in math.h with this macro.
4503         * support/regression/tests/float_trans.c: reenabled test for hc08
4504
4505 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4506
4507         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4508         erroneously deleted
4509
4510 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4511
4512         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4513         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4514         multi-byte volatile operands are used
4515         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4516         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4517         initialization to area GSINIT0 so that it would always precede
4518         any static initializers in GSINIT
4519         * support/regression/tests/zeropad.c: fixed idata define for hc08
4520         * support/regression/tests/bug-927659.c,
4521         * support/regression/tests/float_trans.c: disabled tests for hc08
4522         pending missing library routines
4523         * .version: increased version number to 2.4.4 - hc08 port now passes
4524         regression tests
4525
4526
4527 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4528
4529         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4530         * Makefile.common.in,
4531         * as/Makefile,
4532         * as/hc08/Makefile.in,
4533         * as/mcs51/Makefile.in,
4534         * as/z80/Makefile.in,
4535         * debugger/mcs51/Makefile.in,
4536         * device/include/Makefile.in,
4537         * device/lib/Makefile.in,
4538         * doc/Makefile,
4539         * link/Makefile,
4540         * link/z80/Makefile.in,
4541         * packihx/Makefile.in,
4542         * sim/ucsim/main_in.mk,
4543         * sim/ucsim/avr.src/Makefile.in,
4544         * sim/ucsim/doc/Makefile.in,
4545         * sim/ucsim/gui.src/serio.src/Makefile.in,
4546         * sim/ucsim/hc08.src/Makefile.in,
4547         * sim/ucsim/s51.src/Makefile.in,
4548         * sim/ucsim/xa.src/Makefile.in,
4549         * sim/ucsim/z80.src/Makefile.in,
4550         * src/Makefile.in,
4551         * support/cpp2/Makefile.in,
4552         * support/librarian/Makefile,
4553         * support/makebin/Makefile: added DESTDIR to the install path proposed
4554         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4555         * doc/sdccman.lyx: added DESTDIR documentation
4556
4557 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4558
4559         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4560         instruction for interrupt handlers, use fast returns when returning
4561         from high priority interrupts
4562
4563 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4564
4565         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4566         code generation
4567         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4568         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4569         bugs, ported much of Bernhard's code from mcs51
4570         * src/mcs51/gen.c (genSend),
4571         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4572         than one when calling a reentrant function
4573         * device/lib/_mullong.c: defined an alternate struct layout for big
4574         endian ports (hc08)
4575
4576 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4577
4578         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4579         test
4580
4581 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4582
4583         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4584         are sane and complete before asking the port its prefered parameter
4585         passing method (fixes bug #1017633)
4586         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4587         and _ret3
4588
4589 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4590
4591         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4592         problem in bitfields >= 8 bits.
4593
4594 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4595
4596         * src/SDCCsymt.c: undid changes that were not meant to be committed
4597
4598 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4599
4600         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4601
4602 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4603
4604         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4605           copied and wrong bit got inverted
4606
4607 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4608
4609         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4610         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4611         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4612         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4613         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4614         assignments to bitfields at known addresses
4615         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4616         reads from bitfields at known addresses
4617         * src/hc08/ralloc.c (packRegisters),
4618         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4619         genhc08Code): optimize pointer get values used as conditionals
4620         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4621         and branch
4622
4623 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4624
4625         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4626         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4627         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4628         as conditionals
4629
4630 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4631
4632         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4633
4634 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4635
4636         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4637         related problems
4638
4639 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4640
4641         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4642
4643 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4644
4645         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4646         mcs51 port
4647
4648 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4649
4650         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4651
4652 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4653
4654         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4655         cases use more compact code.
4656
4657 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4658
4659         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4660
4661 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4662
4663         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4664
4665 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4666
4667         * src/SDCCsymt.h,
4668         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4669         parameter of changePointer() from symbol* to sym_link*
4670         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4671         * src/SDCCsymt.c (compareType): void* type is castable to other
4672         pointers, but not necesarily an exact match.
4673         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4674         is no longer blindly treated as an exact match.
4675         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4676
4677 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4678
4679         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4680
4681 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4682
4683         * src/pic/gen.c,
4684         * src/pic/pcode.c,
4685         * src/pic/ralloc.h,
4686         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4687
4688 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4689
4690         * src/pic/device.c,
4691         * src/pic/device.h,
4692         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4693
4694 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4695
4696         * src/mcs51/gen.c (emitcode): fixed bug #992819
4697
4698 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4699
4700         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4701           there's no need to make it worse
4702
4703 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4704
4705         * src/mcs51/ralloc.c (deassignLR),
4706         * src/ds390/ralloc.c (deassignLR),
4707         * src/hc08/ralloc.c (deassignLR),
4708         * src/z80/ralloc.c (deassignLR),
4709         * src/pic/ralloc.c (deassignLR),
4710         * src/pic16/ralloc.c (deassignLR),
4711         * src/avr/ralloc.c (deassignLR),
4712         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4713         rlivePoint): fixed another part of bug #971834
4714
4715 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4716
4717         * src/z80/main.c: enabled "critical" keyword
4718         * src/z80/mappings.i,
4719         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4720         functions (fixes bug #979646)
4721         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4722
4723 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4724
4725         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4726           such as c:\mydir.
4727
4728 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4729
4730         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4731           doesn't disable too much optimizations
4732
4733 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4734
4735         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4736
4737 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4738
4739         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4740
4741 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4742
4743         * src/pic/gen.c tidied up tabs
4744         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4745         * src/pic/main.c tidied up tabs
4746         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4747         * src/pic/pcoderegs.c tidied up tabs
4748         * src/pic/ralloc.c tidied up tabs
4749
4750 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4751
4752         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4753         to S_FIXED for pic16 port and when symbol is not in level 0,
4754         allocate for S_REGISTER storage class and pic16 port, too,
4755         * src/pic16/device.h: prototype for checkSym,
4756         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4757         * (pic16_assignConfigWordValue): test the value and the mask to
4758         validate that the value is suitable for the configuration word,
4759         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4760         collect extern declared symbols, don't emit symbol twice, check
4761         first if symbol is in publics set first,
4762         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4763         * added command line '--fstack' which enables an experimental
4764         feature for stack access, too buggy to be used yet...
4765         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4766         * (pic16_allocDirReg): when register has storage class S_REGISTER
4767         allocate in pic16_dynAccessRegs,
4768         * device/include/pic16/pic18f????.h: modified configuration word
4769         naming convention, words started as CONFIG0H but should be CONFIG1H
4770
4771 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4772
4773         * device/include/mcs51reg.h: fixed bug 970993
4774
4775 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4776
4777         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4778         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4779         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4780         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4781         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4782         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4783           error/warning numbers,
4784           added function setWarningDisabled()
4785         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4786         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4787           _memcmp.c _memmove.c calloc.c realloc.c free.c
4788         * support/regression/tests/malloc.c: added tests for new functionality
4789         * support/regression/tests/zeropad.c: added tests for truncated initializers
4790           and initialized char arrays starting with '\x0'
4791         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4792
4793 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4794
4795         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4796
4797 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4798
4799         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4800         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4801         peephole 177.e. Thanks to anonymous
4802
4803 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4804
4805         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4806         function isn't used in the source but referenced as a
4807         variable initializer then declare it as extern in .asm file
4808
4809 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4810
4811         * .version: increased version number to 2.4.3
4812
4813         Adding version extension according to ChangeLog CVS revision
4814         * src/Makefile.in (target all): added dependency 'version.h'
4815         * (rule version.h): added rule to create version.h from ChangeLog,
4816         * (rule dep): added dependency version.h,
4817         * src/version.awk: AWK script to create version.h
4818         * src/SDCCdwarf2.c (dwWriteModule),
4819         * src/SDCCglue.c (initialComments),
4820         * src/SDCCmain.c (printVersionInfo): modified to write after
4821         version string the version extension number,
4822         * src/SDCCutil.c: included "version.h"
4823         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4824         number,
4825         * src/SDCCutil.h: added prototype for getBuildNumber
4826
4827         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4828         includeDirsSet, too,
4829         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4830         const char [] is found in function prototype...
4831
4832         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4833         moving to WREG with source is already in WREG,
4834         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4835         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4836         * (aopForSym): stack'ed symbols are partially supported, added
4837         if-clause to support symbols in FARSPACE,
4838         * (sameRegs): added test for AOP_ACC to see if registers are same,
4839         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4840         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4841         * (pic16_popRegFromString): will not allocate a new register if it
4842         doesn't find one by name, bug may have introduced...
4843         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4844         * (genIpush): revived to use pic16 port's stack,
4845         * (genAddrOf): added incomplete case for stack'ed operand,
4846         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4847         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4848         can handle multibyte operands,
4849         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4850         * (pic16initialComments): added message for MPLAB compatibility
4851         mode enabled,
4852         * src/pic16/main.h: prototype for pic16_mplab_comp,
4853         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4854         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4855         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4856         because of increased complexity of procedure,
4857         * (_process_pragma): stack pragma changed to format 'stack pos len',
4858         emit symbol '_stack_end' to conform with gplink,
4859         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4860         to search for register,
4861         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4862         PO_GPR_REGISTER,
4863         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4864         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4865         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4866         case for PO_GPR_REGISTER,
4867         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4868         dies, the new era is ahead !...
4869         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4870         pic16_dynInternalRegs,
4871         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4872         * (pic16_allocDirReg): minor optimizations and bug fixes,
4873         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4874
4875         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4876         load stack and frame pointer with address of 'stack_end' symbol
4877
4878 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4879
4880         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4881         without source code but only variable initializers
4882
4883 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4884
4885         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4886         external are not declared as extern to reduce overhead while linking
4887
4888 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4889
4890         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4891
4892 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4893
4894         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4895           Yee Keat for the patch
4896         * src/SDCCast.c (decorateType): fixed bug #979599
4897         * src/ds390/gen.h: removed local fReturnSizeDS390
4898         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4899         * src/ds390/gen.c (genAnd, genOr, genXor),
4900         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4901
4902 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4903
4904         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4905         add relFilesSet to $3, manipulate $2 to handle linking of object
4906         files without source files in command line,
4907         * device/include/pic16 (all headers): added ID location macros,
4908         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4909         entries for ID location bytes,
4910         * (pic16_assignIdByteValue): NEW,
4911         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4912         added field dumpcalltree to pic16_options_t,
4913         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4914         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4915         emitting rFalseIfx label after check_carry label,
4916         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4917         pic16_emitDIRegs), NEW
4918         * (pic16glue): dump .calltree file when option --calltree found,
4919         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4920         * (_pic16_genAssemblerPreamble): emit ID locations after
4921         configuration registers,
4922         * (pic16_linkCmd): modifications of the link command,
4923         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4924         * (pic16_pCodeInitRegisters): don't init stack registers,
4925         * (pic16_findPrevInstruction): fixed bug,
4926         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4927         bug with immediate registers,
4928         * (buildCallTree): traces stack push and pop,
4929         * (pct2): dump also stack usage for each function,
4930         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4931         * (pic16_allocDirReg): various modifications,
4932         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4933         fixed to 1,
4934
4935 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4936
4937         * src/pic16/pcode.c: removed buggy double colon
4938
4939 2004-07-01 Borut Razem <borut.razem AT siol.net>
4940
4941         * support/scripts/sdcc.nsi: added include/pic16 to setup
4942
4943 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4944
4945         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4946         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4947         target 'clean',
4948         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4949         specific command line arguments. Also added sample lkr script
4950         for placing a variable at a specific memory bank.
4951         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4952         at a specific memory bank,
4953         * (pic16_dump_isection): fixed bug which caused string literals to
4954         be omitted when dumping idata section,
4955         * (pic16_groupRegistersInSection): added code to handle registers
4956         in specific memory banks,
4957         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4958         public, all references are renamed too,
4959         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4960         AOP_DPTR2,
4961         * (pic16_storeForReturn): added case to handle when dest is WREG,
4962         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4963         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4964         pic16_rel_udata, check to see if that register is marked as being
4965         a member of a specific memory bank,
4966         * (pic16_printIvalCharPtr): added code to add string literals either
4967         to code or the idata sections,
4968         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4969         also accept the 'udata' pragma,
4970         * src/pic16/main.h: new structure types sectName and sectSym
4971         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4972         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4973         * (pic16_findPrevInstruction): fixed, it returned nothing,
4974         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4975         instruction combinations,
4976         * (pic16_FixRegisterBanking): heavily reorganised,
4977         * (pic16_AnalyzeBanking): if generating banksel directives is
4978         disabled, then don't call FixRegisterBanking at all,
4979         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4980         completely removed,
4981         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4982
4983 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4984
4985         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4986         Phuah Yee Keat <yk.phuah AT nestac.com>
4987
4988 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4989
4990         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4991         correctly the IVT even if it is relocated to some other location
4992
4993 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4994
4995         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4996         * device/include/pic16/pic18f2220.h: NEW,
4997         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4998         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4999         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5000         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5001         nodefaultlibs, ivt_loc is the location of the interrupt vector
5002         table, and nodefaultlibs signs that default libraries should not be
5003         linked in link stage,
5004         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5005         according to --ivt-loc argument,
5006         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5007         when pragma stack is found,
5008
5009 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5010
5011         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5012         256 (range check), 257 (do while), 258.a-f (bit banging
5013         f.e. on 3-wire SPI bus)
5014
5015 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5016
5017         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5018         variables used exclusively within a loop
5019
5020 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5021
5022         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5023
5024 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5025
5026         * src/SDCClrange.c (computeClash): fixed bug #971834
5027
5028 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5029
5030         * src/mcs51/gen.c (genCmp): fixed bug #975903
5031         * src/hc08/gen.c (operandsEqu),
5032         * src/ds390/gen.c (operandsEqu),
5033         * src/z80/gen.c (operandsEqu),
5034         * src/pic/gen.c (operandsEqu),
5035         * src/pic16/gen.c (operandsEqu),
5036         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5037         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5038
5039 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5040
5041         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5042
5043 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5044
5045         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5046         default case in switch statement,
5047         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5048         to eliminate problem with initialisation of pointers, but problem
5049         still exists,
5050         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5051         * (emitStaticSegment): removed various lines emitting debug info,
5052         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5053         added processor registers for utilizing EEPROM,
5054         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5055         configurable and set 8
5056
5057 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5058
5059         * .version: increased version number to 2.4.2,
5060
5061         Cumulative patch for pic16 port
5062         * src/pic16/device.c: changed scheme to dump initial values for
5063         variables in idata segment, all print_idata* functions were removed,
5064         now the pic16_printIval* will be called,
5065         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5066         * _pic16_printPointerType, pic16_printPointerType,
5067         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5068         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5069         NEW, similar to the respective functions in SDCCglue.c,
5070         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5071         way, emitting hex bytes,
5072         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5073
5074 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5075
5076         * src/avr/ralloc.c (serialRegAssign),
5077         * src/xa51/ralloc.c (serialRegAssign),
5078         * src/pic/ralloc.c (serialRegAssign),
5079         * src/pic16/ralloc.c (serialRegAssign),
5080         * src/hc08/ralloc.c (serialRegAssign),
5081         * src/z80/ralloc.c (serialRegAssign),
5082         * src/ds390/ralloc.c (serialRegAssign),
5083         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5084
5085 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5086
5087         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5088         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5089
5090 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5091
5092         Cumulative patch for pic16 port:
5093         * src/pic16/device.h (typedef PIC16_device) modified fields for
5094         defining microcontrollers,
5095         * src/pic16/device.c: added new info for all devices in Pics16 array,
5096         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5097         to be optimised out by the pCode optimiser,
5098         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5099         specially, bug reported by G.M. Gallant,
5100         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5101         as force'd so that cannot be optimised out by pCode optimiser,
5102         * src/pic16/pcode.c,
5103         * src/pic16/pcodepeeph.c,
5104         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5105         they are disabled by default, but can be enabled explicit with
5106         command argument --denable-peeps, for testing,
5107         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5108         --pomit-ivt in COMPILE_FLAGS
5109
5110 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5111
5112         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5113           compilation on MSVC
5114
5115 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5116
5117         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5118
5119 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5120
5121         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5122         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5123
5124 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5125
5126         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5127         would only assign 0x300001 register.
5128
5129 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5130
5131         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5132         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5133
5134 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5135
5136         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5137         for ds80c400
5138         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5139         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5140         added peephole 254 (left shift), 255 (jump table)
5141
5142 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5143
5144         * device/lib/Makefile.in: removed comment line with model-pic16,
5145         * (target port-specific-objects-pic16): the libraries and objects
5146         are copied to the build directory form the device/lib/pic16/bin
5147         directory
5148
5149         Cumulative patch concerning pic16 port:
5150         * library directory has been re-organized,
5151         * added support for PIC18F1220,
5152         * added headers and library sources for chips 18f1220,18f6520,
5153         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5154
5155         * configuration registers setting has changed, now each supported
5156         device has a complete description of the registers it uses,
5157         * all initialisations are moved to idata sections, these section
5158         can be absolute or relocatable,
5159         * fixed initialisation of codespace variables,
5160         * fixed warning about PCLATU and gpsim,
5161         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5162         * (genAssign): use table reads when assigning from variables in codespace,
5163         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5164         char/int variables placed in codespace,
5165         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5166         registers set in .asm file, no need for --pomit-config-words anymore,
5167         * (pic16glue): some 8051 legacy segments are commented out
5168         (to be removed completely),
5169         * added support for alternative assembler and linker with --asm=
5170         and --link= command line arguments,
5171         * peepholes are disabled automatically in the port, no need to
5172         specify on command line,
5173         * port supports natively char/int/long multiplication, but converts
5174         all divisions to support functions,
5175         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5176         to the file set in variable $2,
5177         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5178         strings in ASCII format and not in hex,
5179         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5180         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5181         allocate proper register if iCodes aren't temporary,
5182
5183 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5184
5185         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5186
5187 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5188
5189         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5190         is commented out
5191
5192 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5193
5194         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5195         computed address is reused
5196         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5197         multi-byte bitfields
5198
5199 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5200
5201         * src/z80/gen.c: (genArrayInit): must check for pointers too
5202
5203 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5204
5205         * support/regression/tests/zeropad.c: never meant to commit the
5206           nestedstruct test: removed, added check for GCC version
5207
5208 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5209
5210         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5211         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5212         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5213           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5214           bugs 928906 and 954082 half-empty initializers
5215         * src/SDCCsymt.h,
5216         * src/SDCCsymt.c (getAllocSize): added for above fix
5217         * src/z80/gen.c (genArrayInit): fixed bug 741044
5218         * support/regression/tests/zeropad.c: added tests
5219
5220 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5221
5222         * src/pic16/device.c (pic16_dump_section): corrected bug which
5223         caused some symbols of the libraries to be misplaced
5224
5225 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5226
5227         * src/pic16/glue.c,
5228         * src/pic16/ralloc.h,
5229         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5230         to fix conflict with pic port
5231
5232 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5233
5234         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5235         externs configuration variables,
5236         * src/pic16/ralloc.h,
5237         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5238         prototype in header, commented out some debug messages
5239
5240 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5241
5242         * src/pic16/glue.c,
5243         * src/pic16/main.c,
5244         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5245         for gpasm COFF object generation. Thanks to D. Hawkins for
5246         his patch info
5247
5248 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5249
5250         * src/ds390/main.c,
5251         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5252         Brock for spotting this)
5253         * src/ds390/gen.c (genEndFunction),
5254         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5255         interrupt handler and critical. Disable push/pop optimizations when
5256         peephole optimizations disabled.
5257
5258 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5259
5260         Updated pic16 library sources and headers.
5261         * device/lib/pic16/pic18f*/ ,
5262         * device/include/pic16/*.h: modified to handle structured SFR
5263         definitions
5264
5265 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5266
5267         * src/port.h (PORT structure): added hook initPaths, now each
5268         port can declare its own default search paths,
5269         which can been seen with the --print-search-dirs option,
5270         see pic16 port for example,
5271         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5272         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5273         * (doPrintSearchDirs): NEW, replaces in a central manner the
5274         printing of search dirs which was split in set*Paths functions,
5275         * (main): added call to port->initPaths and doPrintSearchDirs,
5276         * src/avr/main.c,
5277         * src/ds390/main.c,
5278         * src/hc08/main.c,
5279         * src/izt/i186.c,
5280         * src/izt/tlcs900h.c,
5281         * src/mcs51/main.c,
5282         * src/pic/main.c,
5283         * src/pic16/main.c: modified port structures to reflect addition of
5284         initPaths hook,
5285
5286         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5287         * (pic16_dump_section): for registers in same address reserve memory once,
5288         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5289         to no_banksel,
5290         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5291         result is greater in size than right or left,
5292         * (pic16_genUMult8X8_8): there are some cases where the result can
5293         be 16 bits size, so handle these,
5294         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5295         * (pic16_outBitC): modified to emit pcodes,
5296         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5297         or not,
5298         * (genDivOneByte): implemented algorithm to divide 8-bits,
5299         * (genCmp): uncommented goto, but issues still exist,
5300         * (genAnd): fixed a bug with variables >8bits,
5301         * (genPackBits): optimization added that uses BCF/BSF to change a
5302         single bit,
5303         * (genAssign): fixed bug when assigning floating point literals,
5304         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5305         __sdcc_gsinit_startup label,
5306         * src/pic16/main.c (_pic16_init): removed search directory
5307         initialisations,
5308         * (_pic16_initPaths): NEW, used to initialise search directories,
5309         * (_hasNativeMulFor): support functions for all except char/int
5310         multiplication, and char division,
5311         * (PIC16_port struct): modified entry for native mul support,
5312         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5313         no_banksel option,
5314         * (buildCallTree): call to register_usage is ifdef'ed out,
5315
5316 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5317
5318         * device/include/string.h: applied Stas Sergeev's patch to make this
5319         header file compatible with the preprocessor -Wundef option
5320         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5321         failure (fixes bug #941458)
5322
5323 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5324
5325         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5326         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5327         that the variable, not the function, should be static
5328         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5329         to be consistent with non-literal case
5330
5331 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5332
5333         * src/SDCCast.c (isConformingBody): fixed bug #949967
5334         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5335         convilong): fixed bug #952086
5336
5337 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5338
5339         * src/SDCCmem.c (allocVariables): fixed bug #955321
5340
5341 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5342
5343         * src/hc08/main.c (_hc08_genAssemblerEnd),
5344         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5345         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5346         completely eliminated the use of a temporary file
5347         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5348         when more than one file linked
5349         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5350
5351 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5352
5353         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5354         which fixes bug #543481
5355         * support/regression/tests/bug-751703.c: fixed comments left from a
5356         cut and paste error
5357         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5358         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5359         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5360         scopes
5361         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5362         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5363         are now changed to underscores in moduleName
5364
5365 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5366
5367         * as/mcs51/lkmem.c: better fix for bug #954173
5368
5369 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5370         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5371
5372         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5373         * device/include/c8051f000.h,
5374         * device/include/c8051f120.h,
5375         * device/include/c8051f300.h,
5376         * device/include/c8051f310.h,
5377         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5378         PWM16) and detab'ed
5379
5380 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5381
5382         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5383         and mailing lists, doc'ed --no-peep-comments, removed reference
5384         to knoppix (newest version has no LyX/LaTeX), other minor changes
5385         * src/SDCCglue.c (glue): save 2 bytes stack space with
5386         option --main-return. The ljmp could probably be avoided too
5387
5388 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5389
5390         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5391
5392 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5393
5394         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5395         * src/SDCCopt.c (isLocalWithoutDef),
5396         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5397         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5398         (credit to Maarten Brock for patch #949363, on which this is based)
5399         * support/regression/tests/bug-751703.c: some test cases of extern used
5400         within inner scopes.
5401
5402 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5403
5404         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5405         SPEC_STRUCT
5406         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5407         struct definitions
5408         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5409         dwWriteLabel): fix to create valid debugger symbols even when
5410         the module name has non-alphanumeric symbols in it
5411         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5412         when a variable's allocation has been optimized away
5413
5414
5415 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5416
5417         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5418         * src/hc08/main.c,
5419         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5420         * src/mcs51/main.c,
5421         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5422         * src/ds390/main.c,
5423         * src/z80/gen.c (z80_emitDebuggerSymbol),
5424         * src/z80/main.c,
5425         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5426         * src/pic/main.c,
5427         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5428         * src/pic16/main.c,
5429         * src/avr/gen.c (avr_emitDebuggerSymbol),
5430         * src/avr/main.c,
5431         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5432         * src/xa51/main.c,
5433         * src/SDCCdebug.c (emitDebuggerSymbol),
5434         * src/SDCCdebug.h,
5435         * src/port.h: added a debugger struct to the port struct. Added a
5436         callback for defining debugger symbols
5437
5438         * src/SDCCast.c (createLabel),
5439         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5440         with isitmp = 1
5441         * src/SDCCicode.h,
5442         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5443         iCode back to the ast for the function
5444
5445         * src/hc08/ralloc.c (hc08_assignRegisters),
5446         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5447         unneeded fields from the regs struct.
5448         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5449         pushReg() & pullReg() functions instead of emitcode()
5450
5451         * src/hc08/gen.c (genLabel, genhc08Code),
5452         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5453
5454         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5455         debugger hooks
5456
5457         * src/hc08/gen.c (genEndFunction, genhc08Code),
5458         * src/hc08/gen.h,
5459         * src/mcs51/gen.c (genEndFunction, gen51Code),
5460         * src/mcs51/gen.h,
5461         * src/ds390/gen.c (genEndFunction, gen390Code),
5462         * src/ds390/gen.h,
5463         * src/z80/gen.c (genEndFunction, genZ80Code),
5464         * src/z80/gen.h,
5465         * src/z80/z80.h,
5466         * src/pic/gen.c (genEndFunction, genpic14Code),
5467         * src/pic/gen.h,
5468         * src/pic16/gen.c (genEndFunction, genpic16Code),
5469         * src/pic16/gen.h,
5470         * src/avr/gen.c (genEndFunction, genAVRCode),
5471         * src/avr/gen.h,
5472         * src/xa51/gen.c (genEndFunction, genXA51Code),
5473         * src/xa51/gen.h,
5474         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5475         specific code to cdbFile.c and out of the backend code generators
5476
5477         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5478         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5479         starting address is now 0
5480
5481         * as/hc08/asm.h,
5482         * as/hc08/m08pst.c,
5483         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5484         assembler directive for DWARF support
5485         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5486
5487         * src/src.dsp,
5488         * src/Makefile.in,
5489         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5490
5491 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5492
5493         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5494         and inappropriate peephole optimization in jump tables
5495
5496 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5497
5498         * as/hc08/m08pst.c,
5499         * src/SDCCglue.c: sdccopt works for the hc08 port now
5500
5501 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5502
5503         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5504
5505 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5506
5507         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5508
5509 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5510
5511         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5512         rules
5513         * src/SDCCmain.c,
5514         * src/SDCCglobl.h,
5515         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5516         comments from the peephole optimizer replacement rules
5517         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5518         symbols
5519         * src/SDCCcse.c (updateSpillLocation),
5520         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5521         equivalents
5522         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5523         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5524         objects far pointers
5525
5526 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5527
5528         * src/SDCCsymt.h: a missing part of my last change
5529         * src/pic/ralloc.c (regTypeNum),
5530         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5531
5532 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5533
5534         * src/SDCCicode.h,
5535         * src/SDCCicode.c (aggrToPtrDclType),
5536         * src/SDCCptropt.h,
5537         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5538         ptrPseudoSymConvert),
5539         * src/pic/ralloc.c (regTypeNum),
5540         * src/pic16/ralloc.c (regTypeNum),
5541         * src/hc08/ralloc.c (regTypeNum),
5542         * src/ds390/ralloc.c (regTypeNum),
5543         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5544         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5545
5546 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5547
5548         * link/z80/lkmain.c (afile),
5549         * as/hc08/lkmain.c (afile),
5550         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5551         prevent a pointer problem when a filename has no directory and
5552         no extension specified.
5553
5554 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5555
5556         * link/z80/lkmain.c (afile): allow periods in directory names
5557         * link/z80/lkmain.c (afile),
5558         * as/mcs51/lkmain.c (afile),
5559         * as/hc08/lkmain.c (afile): allow linker script file to have an
5560         extension other than ".lnk"
5561         * link/z80/lklex.c (getfid),
5562         * link/z80/lkmain.c (parse),
5563         * as/mcs51/lklex.c (getfid),
5564         * as/mcs51/lkmain.c (parse),
5565         * as/hc08/lklex.c (getfid),
5566         * as/hc08/lkmain.c (parse): Support comments in the linker script
5567         file on lines by themselves and after filenames
5568
5569 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5570
5571         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5572
5573 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5574
5575         * src/z80/peeph-z80.def: removed some peephole rules that don't
5576         work with multibyte arithmetic (fixed bug #937126)
5577         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5578         to registers and not global variables
5579         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5580         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5581         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5582         checking for assignments not internally generated (fixed bug #931895)
5583         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5584         structure member (fixed bug #930072)
5585
5586 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5587
5588         * src/SDCCmain.c (linkEdit),
5589         * src/hc08/main.c (_hc08_parseOptions),
5590         * as/hc08/Makefile.in,
5591         * as/hc08/aslink.h,
5592         * as/hc08/asm.h,
5593         * as/hc08/m08pst.c,
5594         * as/hc08/lkrloc.c (relr, rele),
5595         * as/hc08/lkarea.c (lnkarea)
5596         * as/hc08/lkmain.c (afile, parse),
5597         * as/hc08/lkelf.c: support for ELF output
5598         * as/hc08/lks19.c (s19),
5599         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5600
5601 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5602
5603         * as/mcs51/lkihx.c: Fixed bug #899105.
5604
5605 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5606
5607         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5608         .dsp files from Unix to DOS.
5609
5610 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5611
5612         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5613         function pointers; we have been compliant for several months now.
5614         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5615         change that was accidently commented out
5616         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5617         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5618         bug #922319
5619
5620 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5621
5622         * src/hc08/gen.c: output of all of the internal debugging information
5623         is now controlled by the D() macro; it is disabled by default
5624
5625 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5626
5627         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5628         harder to keep the same registers during a CAST iCode
5629         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5630         long via int can be done in a single cast, if the signedness is
5631         correct.
5632         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5633         putchar() in tinibios.c in ds390's library
5634
5635 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5636
5637         * src/SDCCast.c (decorateType): fixed bug #898889,
5638         cast result of a literal complement too
5639         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5640         fixed check for bitfields
5641
5642 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5643
5644         * src/SDCCicode.c (geniCodeLogic): made it static,
5645         (geniCodeLogicAndOr): added in order to fix bug #905492,
5646         (ast2iCode): fixed bug #905492
5647         * support/regression/tests/bug-905492.c: added
5648         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5649         (processParms): fixed bug #927659: don't copy parms, this will clear
5650         decorated flag
5651         * support/regression/tests/bug-927659.c: added
5652
5653 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5654
5655         * src/SDCCast.c (addCast): don't cast float to char
5656         * device/lib/libsdcc.lib: added _memmove
5657
5658 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5659
5660         * device/lib/large/Makefile: fixed parallel execution by
5661         replacing `make` by `$(MAKE)`
5662
5663 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5664
5665         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5666         offsets (fixes bug #923936)
5667
5668 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5669
5670         * device/lib/small/Makefile: fixed parallel execution by
5671         replacing `make` by `$(MAKE)`
5672
5673 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5674
5675         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5676
5677 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5678
5679         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5680         * src/regression/Makefile: Regression test was not running.
5681
5682 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5683
5684         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5685         complement if possible
5686         * src/SDCCval.c (valComplement),
5687         * src/SDCCicode.c (operandOperation): fixed complement of literal
5688         * support/regression/tests/onebyte.c (testComplement): added
5689
5690 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5691
5692         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5693         return an optimized tree; actually replace actParm with the new tree
5694         * src/SDCCast.h: added some parantheses to remove side effects
5695         * support/regression/tests/bug-920866.c
5696
5697 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5698         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5699         Bit operands were not being handled properly in the pic14 port.
5700         (now src/regression/add.c passes again).
5701
5702 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5703
5704         * src/SDCC.y (labeled_statement): case and default no longer require
5705         a following statement (RFE #893037)
5706
5707 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5708
5709         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5710         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5711         disabled (fixes bug #916294)
5712         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5713         "mov a,acc"; patch provided by Lenny Story
5714         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5715
5716 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5717
5718         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5719         functions
5720         * src/ds390/gen.c (genFunction, genEndFunction),
5721         * src/ds390/ralloc.c (ds390_assignRegisters),
5722         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5723         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5724         pushed if there are parameters passed on the stack. Also, a cleaner
5725         way to decide if r0/r1 should be pushed/popped. (Together they fix
5726         bug #918693)
5727
5728 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5729
5730         * doc/sdccman.lyx,
5731         * device/lib/mcs51/crtpagesfr.asm,
5732         * device/lib/mcs51/crtxinit.asm,
5733         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5734         to avoid confusion with Si Lab's SFRPAGE register.
5735
5736 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5737
5738         * src/SDCCglue.c (emitMaps): allow public sfr variables
5739         * src/SDCCglue.c (initialComments): include compiler build date
5740         with compiler version and put the timestamp of the generated
5741         assembly file on a serperate line to be less confusing.
5742         * src/port.h: added genInitStartup hook
5743         * src/avr/main.c,
5744         * src/ds390/main.c,
5745         * src/hc08/main.c,
5746         * src/pic/main.c,
5747         * src/pic16/main.c,
5748         * src/xa51/main.c,
5749         * src/z80/main.c: genInitStartup initialize as NULL (default to
5750         historical behaviour)
5751         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5752         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5753         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5754         library instead of hard coding it into the compiler.
5755         * support/regression/ports/mcs51-stack-auto/spec.mk,
5756         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5757         * device/lib/mcs51/Makefile,
5758         * device/lib/small/Makefile,
5759         * device/lib/large/Makefile,
5760         * device/lib/mcs51/crtpagesfr.asm,
5761         * device/lib/mcs51/crtstart.asm,
5762         * device/lib/mcs51/crtxclear.asm,
5763         * device/lib/mcs51/crtxinit.asm,
5764         * device/lib/mcs51/crtclear.asm,
5765         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5766         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5767         and into user configurable files.
5768         * device/lib/clean.mk: clean mcs51 directory too
5769         * support/regression/tests/longlit.c: added static to T1 declaration
5770         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5771         accesses in the initialization code
5772
5773 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5774
5775         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5776         OSCTRIMVAL as noted in bug #916008
5777
5778 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5779
5780         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5781         in loops with multiple exits (reported as incorrect registers
5782         used by Martin Helmling in Sdcc-user list)
5783
5784 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5785
5786         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5787         made ds390 register extensions look less like error messages
5788
5789 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5790
5791         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5792         reported by Adam Wozniak in Sdcc-user list
5793
5794 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5795
5796         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5797         arithmetic optimizations, added debug output
5798
5799 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5800
5801         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5802         * sdcc.spec: updated and split sdcc into 3 rpms
5803         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5804         needed for literals of LEFT_OP and '+'
5805         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5806         introduced RESULT_TYPE_NOPROM
5807         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5808         left shift
5809         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5810         limited promotion to int only for '*'
5811         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5812
5813 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5814
5815         * src/pic16/gen.c (genSkip),
5816         (genc16bit2lit), (gencjneshort): commented out
5817         (is_LitOp): new helper function, checks operand type
5818         (genCmpEq): rewritten
5819
5820 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5821
5822         * support/regression/tests/bug-908454.c: added
5823
5824 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5825
5826         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5827         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5828         (geniCodeCast): cosmetic, don't preserve bit storage class
5829         (geniCodeLeftShift): added promotion
5830         (geniCodeLogic): fixed regression
5831         * src/SDCCsymt.c (computeTypeOr): accept bits too
5832         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5833
5834 2004-03-07  Borut Razem <borut.razem AT siol.net>
5835
5836         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5837
5838 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5839
5840         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5841         version of pic16_genPackRegisters which does not check if ic is a
5842         CAST operator,
5843         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5844         function cause string1.c regression test fails
5845
5846 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5847
5848         * sim/ucsim/configure.in,
5849         * sim/ucsim/configure,
5850         * sim/ucsim/doc/Makefile.in: use docdir
5851         * src/SDCC.y: fixed sbit atrributes
5852         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5853         * src/SDCCast.c (decorateType): |^& need special promotion handling
5854         * src/SDCCast.h,
5855         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5856         * src/SDCCsymt.h (computeType),
5857         * src/SDCCicode.c: computeType() needs op
5858         * src/SDCCsymt.c (checkTypeSanity),
5859         * doc/sddman.lyx: "plain" bitfields are unsigned
5860         * src/SDCCsymt.c (computeTypeOr): added
5861         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5862         |^& ops
5863         * src/SDCCval.c (val*): computeType() needs op
5864         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5865         * support/regression/tests/onebyte.c: added tests for |^&
5866
5867 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5868
5869         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5870         for writing icode into asm output.
5871
5872 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5873
5874         * src/pic16/device.c: added some debug lines enabled
5875         with macro DEBUG_CHECK,
5876         * src/pic16/genarith.c: more debug in genPlus,
5877         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5878         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5879         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5880         * (aopForSym): onStack symbols are re-placed in data memspace,
5881         and onStack flag is cleared,
5882         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5883         copy temporary pcodeop,
5884         * (genPcall): added warning for not updating PCLATU,
5885         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5886         always true for pic16 port,
5887         * (genMultOneWord): NEW, supports integer multiplication,
5888         * (genMult): modified to call genMultOneWord,
5889         * (ifxForOp): added warning when return NULL,
5890         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5891         flag is set before call to operandFromSymbol for implicit
5892         added structures,
5893         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5894         options.intlong_rent are set by default,
5895         * (_hasNativeMulFor): modified to allow port generation of integer
5896         multiplication,
5897         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5898         set regtype to REG_SFR for all registers, restricting seting the
5899         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5900
5901 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5902
5903         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5904         more than 500 times in the regression tests
5905
5906 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5907
5908         * support/Util/SDCCerr.h,
5909         * support/Util/SDCCerr.c,
5910         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5911         enumerator_list),
5912         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5913         for symbol conflicts.
5914         * support/valdiags/tests/enum.c,
5915         * support/valdiags/tests/tentdecl.c,
5916         * support/valdiags/tests/struct.c: expect possible error messages
5917         referring to original symbol definitions.
5918         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5919         * src/SDCCsymt.h,
5920         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5921
5922 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5923
5924         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5925
5926 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5927
5928         * src/pic16/ralloc.c (newReg): fixed bug #908929
5929
5930 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5931
5932         * src/ds390/gen.c: added missing #include "main.h"
5933
5934 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5935
5936         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5937         checking if symbol is already in set,
5938         * src/pic16/device.h: prototype for checkAddSym,
5939         * src/pic16/gen.c: (_G): added entry interruptvector,
5940         * (assignResultValue): removed some commented out lines,
5941         * (genFunction): check for ISR via sym->type, absolute section for
5942         interrupt code is created via a new pBlock, the goto instruction is
5943         placed now correctly at the interrupt vector position, changed all
5944         references from ivec to _G.interruptvector,
5945         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5946         is the interrupt is a high priority one, same for return from ISR,
5947         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5948         externs to calls of checkAddSym,
5949         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5950         pic16_pcode_verbose flag is set,
5951         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5952         * src/pic16/pcoderegs.c: message about how many registers are saved
5953         will only be emitted if pic16_pcode_verbose flag is set,
5954
5955 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5956
5957         * src/ds390/ralloc.h,
5958         * src/ds390/ralloc.c (ds390_regWithIdx),
5959         * src/ds390/gen.c (emitcode),
5960         * src/ds390/main.h,
5961         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5962         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5963         ds390operandCompare, getRegsRead, getRegsWritten,
5964         initializeAsmLineNode): customized instruction size calculation for
5965         ds390, started basis for some register optimizations
5966         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5967         corresponding assembly output
5968         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5969         missing push/pop of r0/r1. Optimized push/pops
5970
5971 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5972
5973         * src/mcs51/main.c (instructionSize): fixed ACALL size
5974         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5975
5976 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5977
5978         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5979         the sorting of rlist with NULL elements
5980         * (print_idataType, print_idata): NEW to create idata sections
5981         * src/pic16/device.h: idataSymSet new variable
5982         * src/pic16/gen.c (genFunction): fixed some bugs in string
5983         comparing, improved the absolute section creation for ISRs,
5984         added FSR0L/FSR0H in registers that are saved in an ISR,
5985         * (genInline): fixed the processing of inline snippets,
5986         now they undergo no process by the peephole optimizer
5987         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5988         are placed in idataSymSet,
5989         * (pic16emitStaticSeg): extern symbols are added in externs,
5990         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5991         switching when aboslute variables are placed in access bank memory
5992         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5993         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5994         commented out with #if,
5995         * (pic16_packRegisters): reintroduce the check for CAST because some
5996         symbols are not correctly handled,
5997         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5998         pCodeInstruction instead of pCode,
5999         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6000         pCodeAsmDir definition,
6001         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6002         directive, then the argument directive is emitted without the leading
6003         tab, hack for inline labels which must be in the first column,
6004         * (compareLabel,pic16_findNextInstruction),
6005         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6006         * (insertBankSwitch): modified for the new pCodeAsmDir,
6007
6008 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6009         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6010
6011         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6012         instance,
6013         * (pushSide): commented out with #if,
6014         * (assignResultValue): fixed some typos in saving
6015         registers,
6016         * (genPcall): FIXED and sync'ed with genCall,
6017         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6018         * (genNearPointerGet): fixed to handle some more cases,
6019         implementation scheme via table reads,
6020         * (genConstPointerGet): modified to access code memory correct,
6021         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6022         and improved to handle some cases
6023         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6024         instead of "RETLW" for init data
6025         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6026         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6027         variables are placed in access bank memory (<0x80 and >=0xf80),
6028         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6029         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6030         TBLWT_POSTDEC,TBLWT_PREINC
6031         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6032         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6033         directives
6034         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6035         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6036         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6037         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6038
6039 2004-02-29  Borut Razem <borut.razem AT siol.net>
6040
6041         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6042         support/Util/findme.h, support/Util/system.h: enhance binary relative
6043         search for lib and include by using findProgramPath()
6044
6045 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6046
6047         * src/SDCCpeeph.h,
6048         * src/SDCCpeeph.c (pcDistance),
6049         * src/port.h,
6050         * src/mcs51/ralloc.h,
6051         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6052         * src/mcs51/main.h,
6053         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6054         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6055         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6056         size calculation port specific, started basis for some register
6057         optimizations
6058         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6059         missing push/pop of r0/r1. Optimized push/pops
6060         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6061         * device/lib/_modsint.c (_modsint),
6062         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6063         and stack version so regression tests pass
6064
6065 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6066
6067         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6068         * src/SDCCast.c (decorateType): catch another small optimization
6069         with '?' operator
6070         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6071         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6072         modified to finally use computeType() all over SDCC,
6073         see Feature Request #877103
6074         * src/SDCCval.h: cosmetic
6075         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6076         valCompare(); regression tested in muldiv.c
6077         * support/regression/tests/muldiv.c (testMod): mod sign follows
6078         dividend only
6079
6080 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6081
6082         * src/SDCCast.c (decorateType): fixed bug #902362
6083         * doc/INSTALL.txt: fixed install instructions for win32
6084
6085 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6086
6087         * device/include/Makefile.in (install): fixed by replacing spaces
6088         by tabs
6089         * doc/README.txt,
6090         * doc/INSTALL.txt: updated for release
6091         * doc/sdccman.lyx: added warning for --xstack being buggy
6092
6093 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6094
6095         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6096         to eliminate build warnings.
6097         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6098
6099 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6100            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6101
6102         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6103         removed -penable-stack, added comment for stack pragma, added
6104         warning for not initializing the stack/frame registers, removed
6105         comment at interrupts section
6106
6107         Stack is made permanent, there is no ability to disable stack usage.
6108         * src/pic16/device.h,
6109         * src/pic16/device.c: removed all references to USE_STACK macro,
6110         * src/pic16/device.c (pic16_dump_section): when no elements in
6111         rlist, free rlist before return,
6112         * (pic16_dump_int_registers): NEW, internal registers are a new set
6113         of general purpose registers reused by each function,
6114         * (checkAddReg): returns 1 if registers is added to set,
6115         * (pic16_groupRegistersInSection): when a registers is of type
6116         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6117         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6118         SRCASECMP macro is moved here from device.c
6119         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6120         PO_PCLATU, PO_PRODL, PO_PRODH,
6121         * (pic16_pCodeOpType, genMinus,
6122         changed compares to "a" register, with AOP_ACC,
6123         * (pic16_genPlus): fixed some bugs and indented properly,
6124         * (pic16_addSign): changed size to size+offset in the MOVWF
6125         instruction,
6126         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6127         multiply 8-bit operand by literal, result is 8-bit,
6128         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6129         multiply 2 8-bit operand, result is 8-bit,
6130         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6131         genUMult8X*_16,
6132         * src/pic16/gen.c: changed accUse to contain WREG only,
6133         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6134         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6135         true, do not use immediate addressing any more unless sym is a
6136         pointer in codespace,
6137         * (aopForRemat): do not use immediate addressing when symbol not in
6138         codespace and when symbol's address is requested,
6139         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6140         accUse size (= 1),
6141         * (aopGet): added case for AOP_ACC and don't return "accumulator
6142         bug" but WREG instead,
6143         * (popGetTempReg): pushes contents of temporary register in stack,
6144         * (popReleaseTempReg): pops contents of temporary register from
6145         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6146         * (pic16_popGet): separated case AOP_ACC to return register WREG
6147         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6148         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6149         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6150         the use of immediate pointers to certain cases only.
6151
6152         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6153         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6154         * (assignResultValue, genCall, genRet): modified to use the new
6155         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6156         genPcall is still broken,
6157         * (genFunction): added code to create 'A' type pBlocks when
6158         interrupt functions are generated, code not extensively tested yet,
6159         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6160         * (genEndFunction): modified so ISRs pop stored registers from stack,
6161         * (genMultOneByte): cleanup,
6162         * (AccRsh): added flag andmask, to and result with appropriate mask,
6163         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6164         * (genDataPointerGet): fixed and reenabled its use,
6165         * (genNearDataPointerGet): bugs fixed,
6166         * (genDataPointerSet): bugs fixed,
6167         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6168         pic16_DumpSymbol, pic16_DumpOp,
6169         * src/pic16/genutils.h: function prototypes for the above functions,
6170         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6171         pointers,
6172         * (pic16emitRegularMap): many many many improvements, but needs a
6173         major cleanup,
6174         * src/pic16/main.c: enable_stack in pic16_options is removed,
6175         * (_pic16_parseOptions): removed command line options -penable-stack,
6176         * (_process_pragma): emit stack symbol only when stack pragma is
6177         processed,
6178         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6179         redirected to FSR0L/FSR0H pair,
6180         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6181         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6182         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6183         for immediates,
6184         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6185         * (dumpPicOptype): NEW,
6186         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6187         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6188         with movff instruction,
6189         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6190         added pic16_int_regs, some packRegsFor* functions are commented out,
6191         because produce errors,
6192         * src/pic16/NOTES: minor modifications
6193
6194 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6195
6196         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6197         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6198         --pack-iram.
6199         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6200         * as/mcs51/lkaomf51.c: fixed bug #895763
6201
6202 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6203
6204         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6205
6206 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6207
6208         * doc/sdccman.lyx: added details about the HC08 storage classes and
6209         interrupts, fixed the register usage info for z80 & gbz80
6210
6211 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6212
6213         * doc/sdccman.lyx: added more pic16 port documentation
6214         * device/include/pic16/: added header pic18fregs.h
6215
6216 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6217
6218         * doc/sdccman.lyx: added Vangelis' contribution
6219
6220 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6221
6222         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6223         extend to the next CALL or PCALL, not just to the next CALL.
6224
6225 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6226
6227         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6228
6229 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6230
6231         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6232         bug #895752 and a better fix for bug #716790
6233
6234 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6235
6236         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6237
6238 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6239
6240         * doc/sdccman.lyx: minor changes, minor changed
6241
6242 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6243
6244         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6245         which can't handle SDCC_NEWONEBYTEOPS,
6246         (geniCodeMultiply): removed conversion from mult to shift for pic14
6247         and pic16
6248
6249 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6250
6251         * src/hc08/gen.h,
6252         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6253         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6254         thus fixing bug #895406
6255
6256 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6257
6258         * device/lib/_modsint.c,
6259         * device/lib/_modslong.c: sign follows divisor only
6260         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6261         signs or signedness can be ignored
6262         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6263         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6264         added optimization for IFX,
6265         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6266         arguments;
6267         reenabled optimization for IFX, which was removed on 2004-01-11
6268         * src/SDCCast.h: added return type IFX
6269         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6270         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6271         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6272         SDCC_OLDONEBYTEOPS selects the old behaviour
6273         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6274         changed again and commented promotion rule
6275         * src/SDCCval.c (valDiv): promotion no longer necessary
6276         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6277         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6278         rewritten
6279         * support/regression/tests/onebyte.c: added
6280
6281 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6282
6283         * gen.c (genInline): reverted to old code for assemnling inline
6284         code because of bug reported James Chadd
6285
6286 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6287
6288         * ralloc.h: missing declarations from previous patch,
6289         seems that patch for ralloc.h was never applied, fixed
6290
6291 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6292            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6293
6294         * pcode.c,
6295         * pcode.h,
6296         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6297         indirect addressing. Marked FSR0 as deprecated
6298         * gen.c (pointerCode): commented out, not needed now
6299         (pic16_popGet2p): new MOVFF helper function
6300         (genGenPointerGet),
6301         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6302         (shiftRLong): removed duplicate debugging info
6303
6304 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6305
6306         * src/ds390/gen.c (genNearPointerGet),
6307         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6308         optimization with bits, but not bitfields.
6309         * src/ds390/ralloc.c (packRegisters),
6310         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6311
6312 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6313
6314         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6315
6316 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6317
6318         * src/SDCCsymt.h,
6319         * src/SDCCicode.c (operandFromSymbol),
6320         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6321         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6322         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6323         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6324         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6325         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6326         bug #892038
6327         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6328         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6329         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6330         * src/SDCCsymt.c (newSymbol),
6331         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6332         enumerator_list),
6333         * src/SDCCval.h,
6334         * src/SDCCval.c (newiList): fixed bug #885705
6335
6336 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6337
6338         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6339         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6340
6341 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6342
6343         * device/include/c8051f120.h,
6344         * device/include/c8051f300.h,
6345         * device/include/c8051f310.h: added/updated header files for Silicon
6346         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6347         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6348         in new section Submitting patches
6349
6350 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6351
6352         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6353         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6354         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6355         genGenPointerSet),
6356         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6357         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6358         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6359         genGenPointerSet),
6360         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6361         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6362         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6363         genGenPointerSet),
6364         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6365         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6366         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6367         genGenPointerSet): fixed bug #892400
6368         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6369         to eliminate build warnings.
6370         * src/SDCCast.c (processParms),
6371         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6372         fixed bug 751859
6373         * support/valdiag/valdiag.py: added GCC to the list of defines active
6374         when compiling with gcc
6375
6376 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6377
6378         * support/Util/SDCCerr.h,
6379         * support/Util/SDCCerr.c,
6380         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6381         with an incomplete type (fixed bug #883734)
6382         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6383
6384 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6385
6386         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6387
6388 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6389
6390         * src/SDCCast.c (decorateType),
6391         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6392         function pointer implementation
6393         * support/regression/tests/funptrs.c: added tests to verify both forms
6394         of function pointers work correctly. Added tests to verify parameters
6395         are passed in the correct order.
6396
6397 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6398
6399         * device.c (regCompare): registers are sorted by ascending
6400         address and increasing size,
6401         * main.c (_pic16_finaliseOptions): removed the declaration
6402         of compiler macro MCU. Now a macro of the format pic18fxxxx
6403         will be defined from the command line
6404
6405 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6406             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6407
6408         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6409         PCOP_RLCF was overwritten!
6410         * gen.c (genSkip): commented out calls to pic16_emitcode,
6411         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6412         * (genlshTwo),
6413         * (genRRC): added debugging info,
6414         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6415         overwritten while shifting,
6416         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6417         overwritten while shifting,
6418         * (AccLsh),
6419         * (AccRsh),
6420         * (shiftLLeftOrResult),
6421         * (shiftRLeftOrResult),
6422         * (shiftRLong),
6423         * (shiftLLong): Implemented with pic16_emitpcode
6424         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6425         * (genLeftShift): Fixed bug, operand for shift by variable always
6426         was "and"ed with 0x0f,
6427         * (genLeftShiftLiteral),
6428         * (genrshTwo),
6429         * (genRightShiftLiteral): added debugging info,
6430         * (genrshFour): added comment,
6431         * (genRightShift): determined signedness from operand "left"
6432         instead of "result"
6433
6434 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6435
6436         * src/SDCCicode.c (geniCodeParms),
6437         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6438         function pointers, fixed function pointer bugs #861242 and #861896
6439
6440 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6441
6442         * device/include/c8051f000.h,
6443         * device/include/c8051f120.h,
6444         * device/include/c8051f300.h: added header files for Silicon
6445         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6446
6447 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6448
6449         * src/SDCCast.c (processParams): added new type flow and restructured
6450         (gatherAutoInit): added new type flow
6451         (addCast): cosmetic changes
6452         (getLeftResultType): added new type flow for array indices, patch
6453         provided by Stas, see FR #877103
6454         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6455         array index patch by Stas
6456         * src/SDCCast.h: added prototype getResultTypeFromType()
6457         * src/SDCCval.h,
6458         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6459         * src/pic/glue.c (pic14emitStaticSeg),
6460         * src/pic16/glue.c (pic16emitStaticSeg),
6461         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6462         for initialization of symbols
6463         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6464         * support/Util/SDCCerr.h:
6465         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6466         * .version: bumped version number to 2.3.8
6467         * device/include/Makefile.in (install),
6468         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6469         avoid warnings
6470
6471 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6472
6473         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6474         Slade Rich fixed an optimization bug
6475         * src/pic/pcodepeep.c,
6476         * src/pic/pcoderegs.c
6477         * doc/Makefile (install): added test for directory
6478
6479 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6480
6481         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6482         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6483         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6484         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6485         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6486         * as/mcs51/asexpr.c (term),
6487         * as/hc08/asexpr.c (term): fixed bug #887146
6488
6489 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6490
6491         * src/z80/gen.c (genMult): handle single byte result product
6492         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6493         DUMMY_READ_VOLATILE (fixed bug #886367)
6494
6495 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6496
6497         * support/regression/tests/libmullong.c: fixed logic, on little endian
6498         hosts we ended without a mullong_wrapper()
6499
6500 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6501
6502         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6503         virus/worm forged address usage.
6504
6505 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6506
6507         Fixed promotion, it should be done on AST level:
6508         * src/SDCCast.c (addCast): added promotion to int
6509         (decorateType): updated call to upCast()
6510         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6511         usualUnaryConversions()
6512
6513 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6514
6515         * support/regression/tests/literalop.c (mulWrapper): Added a
6516         wrapper to remove integer overflow warnings.
6517
6518         * support/regression/tests/float_trans.c: Made work on host.
6519
6520         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6521         location of sz80.
6522
6523         * support/regression/generate-cases.py (main): Changed from inline
6524         to a main method.
6525
6526         * doc/Makefile (install): Changed to depth first to get rid of
6527         missing directory install warning.
6528
6529         * as/Makefile (install-doc): Made work on Mac.
6530
6531 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6532
6533         * src/SDCCast.c: added an additional type flow in decorateType() of
6534         opposite direction, see feature request #860006; it's enabled at runtime
6535         by setting the environment variable SDCC_NEWTYPEFLOW
6536         * src/SDCCast.h: changed prototype of decorateType()
6537         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6538         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6539         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6540         see feature request #877103
6541         * src/SDCCval.c: updated call of decorateType()
6542         (valBitwise): fixed bug #882876
6543         (valMinus): added promotion
6544         (valLogicAndOr): result is unsigned
6545         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6546         * src/SDCCsymt.c (computeType),
6547         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6548         must not cause an unsigned operation
6549         * src/pic/glue (pic14emitRegularMap),
6550         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6551
6552 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6553
6554         * src/pic/pcode.c (PCodeID): commented out left over debug code
6555
6556 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6557
6558         * support/valdiag/tests/overflow.c: added shift tests
6559         * src/pic/device.c,
6560         * src/pic/gen.c,
6561         * src/pic/gen.h,
6562         * src/pic/glue.c,
6563         * src/pic/main.c,
6564         * src/pic/pcode.c,
6565         * src/pic/pcode.h,
6566         * src/pic/pcodepeep.c,
6567         * src/pic/pcoderegs.c,
6568         * src/pic/ralloc.c,
6569         * src/pic/ralloc.h: applied patch from Slade Rich;
6570         added support for multiple code pages and multiple RAM banks on the
6571         PIC 14 port. The ASM files now no longer simply assume all the
6572         code / RAM are in the same page / bank. This means the linker can
6573         safely allocate code/RAM of separate ASM files to different pages/banks.
6574         * doc/sdccman.lyx: added Slade's tips
6575         * src/mcs51/peeph.def: fixed bug #880768
6576
6577 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6578
6579         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6580         * src/SDCCast.c (decorateType): fixed bug #880197
6581
6582 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6583
6584         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6585         getopt.h.
6586
6587         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6588         strtof is not part of C89 and isn't included with Mac OS X.
6589
6590 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6591
6592         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6593         shiftL2Left2Result): fixed bug #879326
6594         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6595         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6596         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6597         address fetch for clr instruction
6598         * device/lib/hc08/_mulint.c: created optimized assembly version
6599         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6600
6601 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6602
6603         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6604         proposed in FR #877103
6605
6606 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6607
6608         * src/SDCCval.c (cheapestVal): added missing checks
6609         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6610         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6611
6612 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6613
6614         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6615         equal operands
6616
6617 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6618
6619         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6620         loaded with the linker search paths (-L arguments) and the libraries
6621         to be linked with the current source (-l arguments). Changes
6622         currently will affect only the pic16 port.
6623         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6624         include path the port specific paths and port specific libraries,
6625         * gplink command now contains the $3 argument,
6626         * src/pic16/device.h,
6627         * src/pic16/device.c,: structure PIC_device is made public and
6628         renamed to PIC16_device, the same for variable Pics which is renamed
6629         to Pics16. Updated all references to them.
6630         * src/pic16/glue.c (pic16glue): corrected bug with code
6631         initialization which bypassed the variable initializations block.
6632
6633         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6634         COMPILE_FLAGS and added the --nostdinc option
6635
6636 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6637
6638         * device/include/mc68hc908jb8.h: Register defs for another member
6639         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6640
6641 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6642
6643         Documenting changes from previous commits.
6644         * configure.in (version 1.56),
6645         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6646         when generating output files to configure the pic16 library,
6647         but now I've commented it out, since gputils aren't installed in the
6648         SF compile farm, so library won't compile
6649
6650         * device/lib/Makefile.in (version 1.56): initially I've added in
6651         target 'all' the prerequestive 'model-pic16' so it compiled the
6652         pic16 library, but now I've commented it out for the same reasons
6653         above,
6654         * added targets 'model-pic16' and 'objects-pic16' to compile the
6655         library
6656         * added target 'port-specific-objects-pic16' to handle the
6657         generated libraries and copy them into the build/ directory
6658         * added target 'clean-intermediate-pic16' to clean intermediate
6659         files into pic16 directory
6660         * in target 'installdirs' added line to create directory pic16 in
6661         the installation path
6662
6663         * device/include/Makefile.in (version 1.11): in target 'install'
6664         added lines to copy all header files to installation path,
6665         * in target 'installdirs' added line create directory for pic16
6666         headers in the installation path
6667
6668 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6669
6670         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6671          a function call
6672
6673 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6674
6675         * configure,
6676         * device/lib/configure.in,
6677         * device/lib/configure: fixed for autoconf 2.57
6678
6679 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6680
6681         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6682         option so that it actually works. Made it specific to the z80, since
6683         the gbz80 doesn't have these kinds of I/O ports.
6684
6685 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6686
6687         * device/include/z180.h,
6688         * device/lib/_memcpy.c,
6689         * device/lib/_memmove.c,
6690         * device/lib/_mulint.c,
6691         * device/lib/ser_ir.c,
6692         * device/lib/ser_ir_cts_rts.c,
6693         * device/lib/_strcmp.c,
6694         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6695         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6696         portmode; added deprecation warning for bank= and protmode= forms.
6697         Also, guard against buffer overflow.
6698         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6699
6700 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6701
6702         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6703         changed interrupt vector table generation to only emit declared vectors.
6704         * device/include/Makefile.in: added missing backslash
6705         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6706
6707 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6708
6709         Mainly changes to support compilation of the device libraries
6710         * src/pic16/device.c: stack is allocated via symbol and not
6711         via literal number. The symbol is placed in the corresponding
6712         position of the data ram
6713         * (pic16_dump_section): relocatable and absolute uninitialized
6714         data are now emitted in sorted order to reduce section naming,
6715         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6716         weren't marked as being in the access bank,
6717
6718 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6719
6720         Added portion of GNU PIC Library under the directory
6721         device/include/pic16 and device/lib/pic16. These files
6722         contain the declarations of SFRs for the PIC18Fxx2 devices.
6723         The directory is initialized via configure from toplevel.
6724
6725 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6726
6727         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6728         the spilllocations to be compared correctly
6729
6730 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6731
6732         * src/SDCCast.c (decorateType): fixed bug introduced today
6733
6734 2004-01-12  Borut Razem <borut.razem AT siol.net>
6735
6736         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6737         doc/sdccman.lyx: upper case pragmas are deprecated
6738
6739 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6740
6741         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6742         in simpler and even better code
6743
6744 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6745
6746         * src/SDCCicode.c (operandOperation): fixed bug #874819
6747         * src/SDCCast.c (decorateType): fixed
6748         char foo (unsigned long ul) { return ul > 0; }
6749
6750 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6751
6752         * doc/sdccman.lyx: Moved and added some sections, small changes
6753         all over. Telling LaTeX to be less strict with word spacing
6754         to better keep the right margin. Changed some notes about
6755         maintainance of the ports in section 3.2.1 - is it OK like this?
6756
6757 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6758
6759         SDCC source changes:
6760         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6761         convilong): modified to inform the pic16 port that builtin functions
6762         are external
6763
6764         PIC16 PORT specific changes:
6765         * src/pic16/device.c pic16_dump_equates() added,
6766         processor registers declared internally by the port are emitted in
6767         the translation as equates,
6768         * src/pic16/gen.c: inline code is passed unprocessed to the
6769         translation,
6770         * (pic16_popGetLit2): fnuction modified to take second operand as
6771         pCodeOp pointer and not as literal,
6772         * (popRegFromIdx): prefixed with pic16_,
6773         * (pic16_popCombine2): modified to receive already allocated pCode
6774         operands,
6775         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6776         * (genFunction): initializes local stack frame and pushes on stack
6777         all the registers used by this function,
6778         * (genEndFunction): restores all registers from stack and restores
6779         stack frame,
6780         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6781         improvements,
6782         * (pic16glue): changed the program startup sequence,
6783         * added new dbName code 'A' for functions placed in absolute section
6784         * src/pic16/main.c: added function attribute _naked,
6785         * added pragma 'code' to place a fnuction at an absolute address,
6786         * added command line arguments --debug-ralloc and --pcode-verbose,
6787         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6788         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6789         * (pic16_newpCodeOpLit2): modified to take the second operand as
6790         pCodeOp pointer,
6791         * (pic16_printpBlock): modified to emit each function in a separate
6792         section,
6793         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6794         UPPER for immediate operands,
6795         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6796         instruction,
6797         * src/pic16/peeph.def: all peepholes with movff are commented out,
6798         because there is a problem in the pcode peep optimizer,
6799         * src/pic16/ralloc.c: the register allocator can now reuse local
6800         function symbols for another function. This saves register usage.
6801         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6802
6803         Added file src/pic16/NOTES with information about program writing on
6804         the current port version.
6805
6806 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6807
6808         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6809         and peephole 252 (array access)
6810
6811 2004-01-09  Borut Razem <borut.razem AT siol.net>
6812
6813         * src/SDCCmain.c : fixed #872250: -l command line defined library
6814           files are scanned before standard library files
6815
6816 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6817
6818         * src/SDCCast.c (decorateType): fixed bug #874046
6819
6820 2004-01-09  Borut Razem <borut.razem AT siol.net>
6821
6822         * support/scripts/sdcc.nsi: remove previous installation
6823
6824 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6825
6826         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6827         bytes for last interrupt vector (mcs51)
6828         * sdcc.spec: fixed typo
6829
6830 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6831
6832         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6833         gen51Code): more efficient parameter receive for --model-large
6834         ("bug" #845294)
6835
6836 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6837
6838         * src/ds390/main.c,
6839         * src/z80/main.c: added missed needLinkerScript flags (more than
6840         one port structure defined in these file)
6841         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6842         bug #795325
6843
6844 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6845
6846         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6847         * src/port.h: added flag needLinkerScript in port->linker
6848         structure to inform whether to create a .lnk file or not,
6849         * src/avr/main.c,
6850         * src/ds390/main.c,
6851         * src/hc08/main.c,
6852         * src/mcs51/main.c,
6853         * src/pic/main.c,
6854         * src/pic16/main.c,
6855         * src/xa51/main.c,
6856         * src/z80/main.c: changed appropriately to configure
6857         needLinkerScript flag
6858         * src/pic/gen.c,
6859         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6860         * src/pic/glue.c: added variable udata_section_name to
6861         override default uninitialized data segment definition for
6862         devices only with SHAREBANK memory (reported from Erik Epetrich)
6863         * (pic14emitOverlay): modified to emit a commented overlay segment
6864         directive when no overlay data exist
6865         * (picglue): modified to emit uninitialized data segment
6866         according to udata_section_name
6867         * src/pic/main.c (_pic14_parseOptions): added command line
6868         options --udata-section-name=[name] to override default
6869         udata definition name
6870         * modified _linkCmd and _asmCmd to include compiler passed
6871         arguments via -W option
6872         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6873         object file from '.rel' to '.o' in port->linker structure,
6874         changed size of fptr from 2 to 3 in port structure
6875
6876 2004-01-07  Borut Razem <borut.razem AT siol.net>
6877
6878         * support/scripts/sdcc.nsi: update PATH
6879         * support/scripts/sdcc.ico: craeted
6880
6881 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6882
6883         * device/include/Makefile.in: fix install
6884         * doc/Makefile: fix install
6885
6886 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6887
6888         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6889         in bug #860505
6890         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6891         how the function variable allocation summary is displayed; also
6892         include information about variables allocated to the overlay
6893         segment
6894
6895 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6896
6897         * as/mcs51/lkmain.c: Help about -Y option
6898         * as/mcs51/lkarea.c: Fixed gcc warnings
6899
6900 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6901
6902         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6903         fixed warning
6904         * support/valdiag/tests/overflow.c: added
6905         * src/SDCCast.c (decorateType),
6906         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6907         LEFT_OP (left shift)
6908
6909 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6910
6911         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6912         (default behaviour).
6913
6914 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6915
6916         A python script to validate compiler diagnostic messages. It can be
6917         used to verify that sdcc complains about bad c source code and
6918         gives a good location of the error.
6919         * support/valdiag/Makefile,
6920         * support/valdiag/valdiag.py,
6921         * support/valdiag/tests/*
6922
6923 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6924
6925         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6926         * src/SDCCsymt.c (newEnumType),
6927         * src/SDCCsymt.h
6928         * support/Util/SDCCerr.c,
6929         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6930         enum related bugs.
6931         * support/regression/tests/enum.c: added test for enum values that
6932         require at least 2 bytes of storage.
6933
6934 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6935
6936         * src/common.h: added ifndef/define/endif macros
6937         around the header file.
6938         Bug reported from Jesus Calvino-Fraga
6939
6940 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6941
6942         * sdcc.spec: updated
6943         * device/include/Makefile.in: don't install CVS directories
6944         * device/lib/Makefile.in: added removal of CVS directories after install
6945         * doc/Makefile: fixed install, added local_icons
6946         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6947         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6948         * src/ds390/gen.c (genRightShift): fixed bug #870788
6949         * src/SDCCast.c (decorateType): fixed bug #870781
6950
6951 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6952
6953         PIC16 port related changes:
6954         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6955         added variable stackPos,
6956
6957         * gen.c: genCall, assignResultValue: added support for
6958         pushing/retrieving function parameters to/from stack,
6959         genFunction,genEndFunction: setup stack frame for the
6960         generated function,
6961         genAddrOf: will be changed according to bug 863624
6962
6963         * added files genutils.c and genutils.h which contain gen*
6964         debugged and optimised functions extracted from gen.c
6965
6966         * glue.c: added variable 'externs' which holds extern symbols,
6967         pic16emitRegularMap: is modified to properly handle relocatable
6968          symbols under the new scheme,
6969         pic16createInterruptVect: is modified
6970         pic16printPublics: is modified to emit 'global' assembler directives,
6971         added pic16_printExterns to print extern symbols,
6972         pic16glue: initializes stack/frame pointer in the beginning of
6973         the assembly output. Temporary hack, will be corrected later,
6974         because gplink yet does not support stack and SDCC does not
6975         yet support a type of crt0.o object to create the final binary.
6976
6977         * Removed many lines that contain 8051 legacy code.
6978         * The code is finally placed under a 'code' directive.
6979         * Added port specific options.
6980
6981         * _process_pragma: simplified since now we do not need *special*
6982         include file to define SFR registers. But a separate header
6983         will be needed. This will be developed later.
6984         * _pic16_parseOptions: added, parses port specific options:
6985         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6986         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6987         --preplace-udata-with=
6988
6989         * _pic16_setDefaultOptions: modified to initialize section names,
6990         but hack is temporarly out of order since it needs improvement.
6991         * _pic16_genAssemblerPreamble: configuration words are emitted by
6992         their address instead of their name. This part is incomplete and
6993         supports only the 18Fxx2 devices. Other devices will emit an error
6994         during assembly since they do not contain the same set of config
6995         registers
6996         * _pic16_genIVT: is modified,
6997
6998         * pcode.c: added definitions for some hardware registers that are needed
6999         for stack support
7000         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7001         All PCI entries are updated. Now LFSR is supported.
7002         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7003         * added pic16_newpCodeOpLit2 to support instructions with
7004         two literal arguments
7005         * pic16_pCode2str: corrected code that emits assembler instructions
7006         with two literal operands and those that have an access bit modifier
7007         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7008         this fixes a bug which caused some labels to be lost, when an
7009         assembler directive was added, i.e. banksel,
7010         * pic16_FixRegisterBanking: improved logic that causes the insertion
7011         of bank switching,
7012         * InlineFunction: functions that are called once, are not any more
7013         inlined. This can be a port option in the future,
7014
7015         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7016
7017         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7018         hold the corresponding uninitialized symbols,
7019         * pic16_allocProcessorRegister: registers have explicit marked the
7020         accessBank field,
7021         * pic16_allocInternalRegister: registers are explicit marked as
7022         not used,
7023         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7024         processing list, so bit registers were lost,
7025         *
7026
7027         * ralloc.h: added field 'accessBank' and original symbol operand
7028         in register definition,
7029         * removed the field isMapped from register definition,
7030
7031         ** Several functions have been removed from various sources:
7032         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7033         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7034         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7035         pic16_assignRelocatableRegisters
7036
7037         ** others have been introduced:
7038         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7039         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7040
7041 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7042
7043         * support/scripts/inc2h.pl: changed definition of BIT_AT
7044         to emit 'sbit at' instead of 'bit at'. This was a request.
7045
7046         PIC16 port related preliminary changes:
7047         * gen.c: prefixed function popRegFromString with
7048         pic16_ and all references to it corrected
7049         * pcode.c: all pic16_pc_* hardware registers prefixed
7050         with underscore (_),
7051         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7052         * ralloc.c: newReg(): when register is REG_SFR then
7053         set address to rIdx,
7054         pic16_allocProcessorRegister(): marks register wasUsed=0
7055         pic16_writeUsedRegs(): added a call to assign processor
7056         registers via pic16_assignFixedRegisters
7057
7058 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7059
7060         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7061         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7062         variables in unused register banks.  Also the SSEG is placed
7063         wherever there is enough space for it, and IDATA can be anywhere
7064         in internal RAM.  For now compile using -Wl-Y[stack_size].
7065         The mem file is different for this option as well, since it
7066         makes no sense of talking about DSEG lenght.
7067
7068 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7069
7070         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7071         in certain cases, e.g. when ROM assignment, patch provided
7072         from Albert den Haan.
7073
7074 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7075
7076         Many signedness and type propagation fixes:
7077         * src/SDCCicode.c: made geniCodeCast() static
7078         replaced SPEC_ by IS_ (cosmetic)
7079         (operandOperation): fixed div and mod operation
7080         (usualBinaryConversions): added support for promotion of char
7081         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7082         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7083         (geniCodeAdd): an array index will stay unsigned, even if promoted
7084         from char to int
7085         (geniCodeArray): ditto
7086         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7087         * src/SDCCsymt.c (computeType): added more support for char;
7088         promotion of char is selectable by promoteCharToInt, fixed signedness
7089         for all cases
7090         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7091         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7092         * src/SDCCval (val*): replaced signedness calculation by
7093         computeType()
7094         rearranged if-branches (cosmetic)
7095         (valShift): added warning W_SHIFT_CHANGED
7096         (valCompare): fixed problem with different types
7097         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7098         * support/regression/tests/literalop.c: added many cases
7099         * support/regression/tests/ast_constant_folding.c: changed finally to
7100         'unsigned int'
7101         * .version: new year, new version: 2.3.7
7102         * src/SDCCmain.c (main): applied patch #866468
7103         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7104         provided by Scott Bronson
7105         * doc/sdccman.lyx: updated documentation for sdcdb
7106         updated and added chapter tips
7107
7108 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7109
7110         * src/SDCCsymt.h: missing from yesterday's commits
7111
7112 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7113
7114         * src/SDCC.y (struct_or_union_specifier),
7115         * support/Util/SDCCerr.c,
7116         * support/Util/SDCCerr.h: verify that struct & union tags are used
7117         as declared.
7118
7119 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7120
7121         * src/SDCCglobl.h: missing from yesterday's commits
7122
7123 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7124
7125         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7126         sft_attributes, struct_declaration, parameter_declaration,
7127         type_name, start_block, declaration_list),
7128         * src/SDCC.lex (check_type): support redefinition of typedef names
7129
7130 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7131
7132         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7133         aligned xdata arrays. Erik helped me with the if clause.
7134
7135 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7136
7137         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7138         warning
7139
7140 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7141
7142         * src/SDCCast.h,
7143         * src/SDCCast.c (newAst_),
7144         * src/SDCCicode.h,
7145         * src/SDCCicode.c (ast2iCode, newiCode),
7146         * src/SDCCglobl.h,
7147         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7148         expr, statement, expression_statement, selection_statement,
7149         iteration_statement, expr_opt, jump_statement): foundation for tracking
7150         sequence points
7151         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7152         point code too)
7153
7154 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7155
7156         * support/Util/SDCCerr.c,
7157         * src/SDCCast.h,
7158         * src/SDCCast.c (createCase, createDefault, decorateType),
7159         * src/SDCClabel.c (labelUnreach),
7160         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7161         to error messages.
7162         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7163         (with thanks to Stas Sergeev)
7164         * device/include/time.h,
7165         * device/lib/time.c (CheckTime): suppress unreachable code warning
7166
7167 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7168
7169         * src/SDCCast.c (createIvalCharPtr),
7170         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7171         bug #753752)
7172         * support/regression/tests/nullstring.c: tests for these two bugs
7173
7174 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7175
7176         * support/Util/SDCCerr.h,
7177         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7178         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7179         about storage class and 'at' used inside struct or union
7180         * src/SDCCBBlock.c (iCodeFromeBBlock),
7181         * src/SDCCcse.c (ifxOptimize),
7182         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7183         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7184         printIval, emitStaticSeg, emitOverlay),
7185         * src/SDCClabel.c (deleteIfx),
7186         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7187         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7188         gatherAutoInit, processParms),
7189         * support/Util/SDCCerr.h,
7190         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7191         reporting for post-parse errors.
7192
7193 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7194
7195         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7196         implicit casts via union; they don't work on big endian systems
7197         (possible fix for bug #861138)
7198
7199 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7200
7201         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7202         * src/mcs51/main.c: fixed the fix for bug #737001
7203
7204 2003-12-15  Borut Razem <borut.razem AT siol.net>
7205
7206         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7207
7208 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7209
7210         * support/makebin/makebin.c: put output in binary mode
7211
7212 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7213
7214         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7215         xdata and data memory on startup. Set the environment variable
7216         SDCC_NOGENRAMCLEAR to disable this.
7217         * src/mcs51/peephole.def,
7218         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7219         (allows non-interrupt and interrupt code to safely compete for a resource
7220         without the non-interrupt code having to disable interrupts)
7221
7222 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7223
7224         * src/SDCCicode.c (geniCodeAdd),
7225         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7226         with valFromType if type might be a pointer and host is big endian).
7227         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7228         types, not just integer types.
7229         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7230         multiply defined with mismatching "at" address.
7231
7232 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7233
7234         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7235         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7236         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7237         with embedded nulls (fixed bug #753752)
7238
7239 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7240
7241         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7242         Apparently this did not see much testing (endless loop)
7243
7244 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7245
7246         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7247
7248 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7249
7250         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7251         gracefully handle NULL memmap pointers
7252
7253 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7254
7255         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7256         instead of deleting the iCode when an operand is volatile
7257         * src/z80/gen.c (genDummyRead),
7258         * src/mcs51/gen.c (genDummyRead),
7259         * src/ds390/gen.c (genDummyRead),
7260         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7261         not just IC_RIGHT
7262         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7263         * src/SDCC.y: fixed bug #850420
7264
7265 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7266
7267         Applied z80 i/o port patch from Peter Townson and fixed some operators
7268         to better handle operands in A register.
7269         * device/include/z180.h
7270         * src/SDCC.y
7271         * src/SDCCglue.c
7272         * src/z80/gen.c
7273         * src/z80/gen.h
7274         * src/z80/main.c
7275         * src/z80/peeph-z80.def
7276         * src/z80/peeph.def
7277         * src/z80/z80.h
7278
7279 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7280
7281         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7282
7283 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7284
7285         * device/lib/hc08/_mullong.c: Removed extra #endif
7286
7287 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7288
7289         * sim/ucsim/hc08.src/inst.cc,
7290         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7291         carries from x to h
7292         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7293         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7294         * device/include/stdarg.h: fixed varargs for hc08
7295         * device/lib/Makefile.in,
7296         * device/lib/hc08/Makefile,
7297         * device/lib/hc08/_mulint.c,
7298         * device/lib/hc08/_mullong.c: fixed some endian problems
7299
7300 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7301
7302         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7303         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7304         * device/lib/_gptrget.c,
7305         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7306
7307 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7308
7309         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7310         * src/SDCCast.c (astErrors): fixed bug #846007
7311         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7312
7313 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7314
7315         * src/SDCCast.c (decorateType): disabled a transformation I added in
7316         revision 1.188 (access to fields of a structure at an absolute address);
7317         it breaks with bitfields, extern declarations, and gcse analysis.
7318         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7319         could be assigned through a pointer, so don't complain.
7320         * src/SDCCast.c (astErrors),
7321         * src/SDCCast.h,
7322         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7323
7324 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7325
7326         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7327         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7328         output of __config directives, since gpasm now supports them
7329         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7330         pre-processor macro, i.e. -DMCU=p18f452
7331         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7332         and modified to handle 'cast' icode similarly to '=' icode
7333         * src/pic16/device.h (typedef struct PIC_device): added field
7334         'extMIface' to indicate that chip has external memory interface
7335         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7336         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7337         18F8720
7338
7339 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7340
7341         * src/SDCC.y (pointer): fixed bug #846006
7342         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7343         * src/SDCCast.c (decorateType): fixed bug #846009
7344         * src/ds390/peeph.def,
7345         * src/ds390/gen.c (genAnd, genOr),
7346         * src/mcs51/peeph.def,
7347         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7348
7349 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7350
7351         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7352         * src/SDCCdflow.c
7353         * src/SDCCcse.c
7354         * src/SDCCcse.h
7355         * src/SDCCBBlock.h
7356         * src/SDCCBBlock.c
7357
7358 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7359
7360         fixed bug #845089
7361         * src/SDCCbitv.h,
7362         * src/SDCCbitv.c: added function to free a bitvector
7363         * src/SDCClrange.h,
7364         * src/SDCClrange.c: added function to recompute the liveranges
7365         * src/avr/ralloc.c,
7366         * src/ds390/ralloc.c,
7367         * src/hc08/ralloc.c,
7368         * src/mcs51/ralloc.c,
7369         * src/pic/ralloc.c,
7370         * src/pic16/ralloc.c,
7371         * src/xa51/ralloc.c,
7372         * src/z80/ralloc.c: recompute the liveranges after register packing
7373
7374 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7375
7376         * src/SDCCloop.c (newInduction): fixed bug #845630
7377
7378 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7379
7380         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7381         inadvertantly left behind from my 2003-11-12 change
7382
7383 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7384
7385         Updated headers I neglected to commit yesterday.
7386         * src/SDCClrange.h,
7387         * src/SDCCicode.h
7388
7389 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7390
7391         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7392         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7393         * src/SDCCopt.c (eBBlockFromiCode),
7394         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7395         the creation of the key hash table from the sequencing so it can be used
7396         earlier (for some GCSE bug fixes still pending)
7397
7398 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7399
7400         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7401         * support/regression/tests/addsub.c: testing genPlus shortcut
7402
7403 2003-11-15  Borut Razem <borut.razem AT siol.net>
7404
7405         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7406
7407 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7408
7409         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7410         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7411         ordering is immaterial.
7412         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7413
7414 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7415
7416         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7417         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7418         (SIGSEV) of bug #840381
7419         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7420         unlink new file before rename if new and old filenames are the same)
7421
7422 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7423
7424         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7425         uninitialized variables) for the mcs51. Set environment variable
7426         SDCC_GENRAMCLEAR to test.
7427         xdata initialization slightly shorter
7428
7429 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7430
7431         * src/SDCCsymt.h,
7432         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7433         #838241 & 780691 (basicly the same bug)
7434         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7435         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7436
7437 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7438
7439         * src/SDCCmain.c (linkEdit): "fix" #834252
7440
7441 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7442
7443         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7444         * src/SDCCast.h,
7445         * src/SDCC.y: fixed bug #819403
7446
7447 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7448
7449         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7450         the reentrant attribute.
7451         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7452         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7453         simulation
7454         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7455         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7456         erroneously reduced to a literal.
7457         * src/hc08/ralloc.c (packRegisters, rematStr),
7458         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7459         some cases
7460
7461 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7462
7463         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7464         * doc/sdccman.lyx: changed from 'article' to 'book'
7465         * doc/Makefile: readded test_suite_spec and cdbfileformat
7466
7467 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7468
7469         * device/include/stdlib.h: include malloc.h to comply with ANSI
7470         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7471
7472 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7473
7474         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7475         * doc/clean.mk: also remove *.out files
7476         * doc/sdccman.lyx: some additions, larger top/bottom margins
7477
7478 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7479
7480         * src/SDCC.y: fixed bug #837365
7481         * support/regression/tests/bitopcse.c
7482         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7483         a symbol (might be valop instead)
7484         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7485         * device/lib/clean.mk: added hc08 to the cleaning list
7486
7487 2003-11-04  Borut Razem <borut.razem AT siol.net>
7488
7489         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7490           made 2003-11-04
7491         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7492           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7493           malloc is declared in standard stdlib.h
7494
7495 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7496
7497         * device/lib/hc08/Makefile: need to clean .rel not .o files
7498         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7499
7500 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7501
7502         * src/port.h,
7503         * src/hc08/main.c,
7504         * src/mcs51/main.c,
7505         * src/ds390/main.c,
7506         * src/z80/main.c,
7507         * src/avr/main.c,
7508         * src/pic/main.c,
7509         * src/pic16/main.c,
7510         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7511         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7512         tests (which uses the port's oclsExpense function)
7513         * src/SDCC.y,
7514         * src/SDCCast.c,
7515         * src/SDCCicode.c,
7516         * src/hc08/gen.c,
7517         * src/ds390/gen.c,
7518         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7519
7520 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7521
7522         * src/SDCCcse.c (ifxOptimize),
7523         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7524         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7525         deleting the IFX iCode.
7526         * src/hc08/ralloc.c: reduced unneeded slocs
7527         * src/hc08/gen.c: fixed bug in asmopToBoolean
7528
7529 2003-11-04  Borut Razem <borut.razem AT siol.net>
7530
7531         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7532           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7533           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7534           transferred to configure
7535
7536 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7537
7538         Use headers defined in the C[++] standards:
7539         * sim/ucsim/gui.src/serio.src/fileio.cc
7540         * sim/ucsim/gui.src/serio.src/frontend.cc
7541         * sim/ucsim/gui.src/serio.src/main.cc
7542         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7543         * support/Util/NewAlloc.c
7544         * as/hc08/lklibr.c
7545         * as/mcs51/lklibr.c
7546         * as/z80/aslist.c
7547         * as/z80/assym.c
7548
7549 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7550
7551         * Added MSVC projects for hc08 assembler and linker:
7552         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7553         /as/hc08/link_hc08.dsp
7554
7555 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7556
7557         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7558
7559 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7560
7561         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7562
7563 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7564
7565         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7566
7567 2003-10-31  Borut Razem <borut.razem AT siol.net>
7568
7569         * support/cpp2/cpplib.h,
7570           support/cpp2/cpplib.c,
7571           support/cpp2/cpplex.c,
7572           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7573           to switch _asm block preprocessing on / off. Default is
7574           #pragma preproc_asm +
7575
7576 2003-10-31  Borut Razem <borut.razem AT siol.net>
7577
7578         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7579           when outputting comment blocks (when executed with -C option) and
7580           _asm (SDCPP specific) blocks
7581
7582 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7583
7584         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7585
7586 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7587
7588         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7589
7590 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7591
7592         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7593         * src/SDCCast.c (decorateType): fixed bug #832664
7594
7595 2003-10-31  Borut Razem <borut.razem AT siol.net>
7596
7597         * support\cpp2\cpplex.c: fixed for SDCPP:
7598           comments(when executed with -C option) and _asm blocks
7599           were included even if they where in skipped #if block.
7600           Applied solution from GCC cpp 3.3.2
7601
7602 2003-10-31  Borut Razem <borut.razem AT siol.net>
7603
7604         * src/SDCC.lex: sdcc now understands both formats:
7605           '# <line_number> <file_name>' and
7606           '#line <line_number> <file_name>'
7607         * support/cpp2/cppmain.c: sdcpp now generates the standard
7608           '# <line_number> <file_name>' instead of former
7609           '#line <line_number> <file_name>'
7610
7611 2003-10-30  Borut Razem <borut.razem AT siol.net>
7612
7613         * support/cpp2/cpphash.h,
7614         * support/cpp2/cpplib.h
7615         * support/cpp2/cpplex.c,
7616         * support/cpp2/cppmain.c,
7617         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7618
7619 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7620
7621         Fixed a number of problems revealed by bug #827883.
7622         * src/SDCCloop.c (loopInvariants): Spill location of the
7623         result operand should be recomputed if extracted from
7624         a loop. Also, don't extract assignments of an iTemp
7625         from a literal.
7626         * src/SDCCast.c (isConformingBody): loop reversal should
7627         not occur if the control variable is involved with a
7628         relational operator.
7629
7630 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7631
7632         * .version: bumped to 2.3.6 to reflect the big improvements
7633         made by Erik and Klaus. Thanks!
7634
7635 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7636
7637         Replaced the livrange code.
7638         * src/SDCClrange.c: added new LR code
7639         * src/SDCCloop.c,
7640         * src/SDCCBBlock.h: removed remainig parts from old LR code
7641         * src/ds390/ralloc.c,
7642         * src/ds390/gen.c: minor fixes to make it work with new code
7643
7644 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7645
7646         * as/hc08/asm.h,
7647         * as/hc08/lkrloc.c,
7648         * src/hc08/gen.c,
7649         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7650         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7651         (tweaked fix for bug #818696)
7652
7653 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7654
7655         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7656
7657 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7658
7659         * src/SDCCmain.c,
7660         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7661         * src/mcs51/gen.c (gencjneshort),
7662         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7663         more efficient (per Scott Bronson's suggestion)
7664
7665 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7666
7667         Extended the semantics of the critical keyword to include
7668         individual statements. See RFE #827755 and #799831
7669         * src/SDCC.y
7670         * src/SDCCicode.c
7671         * src/SDCCopt.c
7672         * src/SDCCast.c
7673         * support/Util/SDCCerr.c
7674         * support/Util/SDCCerr.h
7675         * src/mcs51/gen.c
7676         * src/ds390/gen.c
7677         * src/hc08/gen.c
7678
7679 2003-10-19  Borut Razem <borut.razem AT siol.net>
7680
7681         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7682
7683 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7684
7685         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7686         Fixed bug #818696
7687         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7688         and predecrement operand is displayed
7689
7690 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7691
7692         * src/SDCCval.c (valMinus): fixed bug #826041
7693
7694 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7695
7696         Some hc08 related updates that I missed earlier
7697         * sim/ucsim/stypes.h
7698         * support/regression/ports/hc08/spec.mk
7699
7700 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7701
7702         New target "hc08" for the Motorola 68hc08 family of micros
7703
7704         * configure
7705         * configure.in
7706         * Makefile
7707         * src/hc08/*
7708         * src/SDCCmain.c
7709         * src/port.h
7710         * sim/ucsim/hc08.src/*
7711         * sim/ucsim/configure.in
7712         * src/ucsim/configure
7713         * sim/ucsim/packages_in.mk
7714         * as/hc08/*
7715         * as/Makefile
7716         * device/include/mc68hc908qy.h
7717         * device/lib/hc08/*
7718         * device/lib/Makefile.in
7719         * support/regression/ports/hc08/*
7720         * support/regression/Makefile
7721
7722 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7723
7724         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7725         regression test
7726         * src/ds390/gen.c (genCast): fixed bug #821957
7727
7728 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7729
7730         * device/lib/logf.c: "fixed" overlay bug
7731         * support/regression/ports/host/spec.mk: added m library
7732         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7733         * support/regression/tests/float_trans: added (for Eric)
7734
7735 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7736
7737         * src/mcs51/gen.c (genCpl): fixed bug
7738         http://sf.net/mailarchive/message.php?msg_id=6263915
7739
7740 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7741
7742         * src/SDCCast.c (decorateType): added extended constant folding
7743         * src/SDCCsymt.c (computeType): cleanup
7744         * src/SDCCval.c (valShift): minor optimization
7745         * support/regression/tests/ast_constant_folding.c: added
7746
7747 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7748
7749         * src/SDCCmain.c: removed some unintended changes
7750
7751 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7752
7753         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7754         * src/z80/gen.c: fixed part of bug #817589
7755         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7756
7757 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7758
7759         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7760         * src/SDCCcflow.c
7761         * src/SDCCcse.c
7762         * src/SDCCdflow.c
7763         * src/SDCClabel.c
7764         * src/SDCClrange.c
7765         * src/SDCCmem.c
7766         * src/SDCCopt.c
7767         * src/SDCCpeeph.c
7768         * src/SDCCset.c
7769         * src/avr/ralloc.c
7770         * src/ds390/ralloc.c
7771         * src/izt/ralloc.c
7772         * src/mcs51/ralloc.c
7773         * src/pic/ralloc.c
7774         * src/pic16/ralloc.c
7775         * src/xa51/ralloc.c
7776         * src/z80/ralloc.c
7777         * src/z80/gen.c: removed unused label "release:"
7778
7779 2003-10-06  Borut Razem <borut.razem AT siol.net>
7780
7781         * src/SDCC.lex: removed definition of unused variables
7782           save_optimize and save_options
7783
7784 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7785
7786         * clean.mk: removed '=' in "-maxdepth=1"
7787         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7788         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7789
7790 2003-10-06  Borut Razem <borut.razem AT siol.net>
7791
7792         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7793           my_unput() replaced by unput()
7794
7795 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7796
7797         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7798         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7799         type-punned pointer will break strict-aliasing rules"
7800         Old LR behaviour is again default; Klaus' LR can be choosen by
7801         defining the environment variable LRKLAUS
7802         * src/SDCCBBlock.h
7803         * src/SDCCloop.c
7804         * src/SDCClrange.c
7805         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7806         * clean.mk: fixed removal of files in bin/CVS/
7807         * device/lib/clean.mk: fixed removal of directories small and large
7808         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7809         * src/SDCCicode.c,
7810         * src/SDCCval.c: removed superflous test for pedantic
7811
7812 2003-10-05  Borut Razem <borut.razem AT siol.net>
7813
7814         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7815           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7816           message "unmatched #pragma SAVE and #pragma RESTORE"
7817
7818 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7819
7820         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7821           assembly, critical functions, atomic, nojtbound)
7822
7823 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7824
7825         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7826         * src/SDCCBBlock.h
7827         * src/SDCCloop.c
7828         * src/SDCCloop.h
7829         * src/SDCClrange.c
7830
7831 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7832
7833         * src/z80/gen.h,
7834         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7835         * src/mcs51/gen.h
7836         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7837         * src/ds390/gen.h
7838         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7839         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7840         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7841
7842 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7843
7844         * src/z80/gen.c (genRet): fixed bug #524753
7845         * src/z80/gen.c (genCast): fixed internal error on cast from
7846         pointer to long
7847         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7848         fix for bug #477835 to the z80
7849         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7850         for tracking iCodes in the peephole optimizer for z80
7851
7852 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7853
7854         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7855         the other part of bug #814548
7856         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7857
7858 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7859
7860         * src/SDCCcse.c: fixed part of bug #814548
7861
7862 2003-09-28  Borut Razem <borut.razem AT siol.net>
7863
7864         * src/asm.c: rewrite of printILine() to use temporary file instead
7865           a pipe
7866         * src/xa51/main.c: commented out declaration of int rewinds
7867
7868 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7869
7870         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7871
7872 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7873
7874         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7875         * src/asm.c (printILine): Fixed bug #811015
7876
7877 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7878
7879         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7880         freeing.
7881
7882 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7883
7884         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7885         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7886         to correctly handle general case of AOP_PAIRPTR
7887         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7888
7889 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7890
7891         * src/mcs51/ralloc.c (fillGaps),
7892         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7893         register positioning bug)
7894
7895 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7896
7897         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7898
7899 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7900
7901         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7902         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7903         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7904         (ralloc doesn't intentionally do this now, but perhaps later)
7905         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7906         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7907         register positioning bugs (Fixed bug #762602 and #795325)
7908         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7909         (Fixed bug #808779)
7910         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7911         lines that --i-code-in-asm generates
7912
7913 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7914
7915         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7916         trying to fclose a FILE* that was already closed.
7917
7918 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7919
7920         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7921         of const struct should be treated as if const themselves)
7922
7923 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7924
7925         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7926
7927 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7928
7929         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7930         Unix (/n) and DOS (/r/n) line terminations.
7931
7932 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7933
7934         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7935         bug #613775
7936
7937 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7938
7939         * src/mcs51/gen.c (genFunction, genEndFunction),
7940         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7941         and restore of EA so that stack offsets to parameters are
7942         correct when using both critical and reentrant/stack-auto.
7943         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7944         size (can be triggered in error if sloc is shared between
7945         different sized objects)
7946         * device/include/float.h: fixed macros to explicitly use
7947         unsigned long where needed
7948
7949 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7950
7951         Feature req. 799831: added code to allow nesting of critical functions
7952         * src/mcs51/gen.c (genFunction, genEndFunction)
7953         * src/ds390/gen.c (genFunction, genEndFunction)
7954
7955 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7956
7957         * src/SDCCsymt.c (sclsFromPtr),
7958         * src/SDCCsymt.h,
7959         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7960         support for standard C idiom of memory mapped variables; for
7961         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7962         to xdata int at 0x1234 tempvar = 1.
7963         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7964         provided by Akiya ISHIDA
7965
7966 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7967
7968         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7969         * src/SDCCval.c (constVal): added reduction from int to char
7970         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7971         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7972         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7973         to ignore the sign
7974         * support/regression/tests/shifts.c: fixed
7975
7976 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7977
7978         * src/z80/gen.c (genXor): Fixed bug #805445
7979
7980 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7981
7982         Fixed bug #621531 (const & volatile confusion in the type chain).
7983         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7984         refer to the const or volatile state of the pointer itself.
7985
7986         * src/SDCCast.c
7987         * src/SDCCglue.c
7988         * src/SDCCicode.c
7989         * src/SDCCsymt.c
7990         * src/SDCCval.c
7991         * src/SDCC.y
7992         * src/SDCCsymt.h
7993         * src/pic/gen.c
7994         * src/pic/ralloc.c
7995         * src/pic16/gen.c
7996         * src/pic16/ralloc.c
7997         * support/regression/tests/const.c
7998
7999 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8000
8001         When checking for duplicated modules, use absolute paths
8002         instead of relative paths.  Files changed:
8003
8004         * as/mcs51/lklib.c
8005         * link/z80/lklib.c
8006
8007 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8008
8009         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8010
8011 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8012
8013         * device/include/string.h: added size_t typedef, changed
8014         prototypes to use size_t, eliminated separate reentrant and
8015         non-reentrant declarations, added _memmove declaration
8016         * device/lib/_memcpy.c: changed to use size_t instead of int,
8017         changed /4 to >>2 to avoid division library call
8018         * device/lib/_memcmp.c,
8019         * device/lib/_memset.c,
8020         * device/lib/_strncat.c,
8021         * device/lib/_strncpy.c,
8022         * device/lib/_strncmp.c: changed to use size_t instead of int
8023         * device/lib/_memmove.c: new file (fixed bug #772294)
8024         * device/lib/Makefile.in: added _memmove.c
8025         * device/lib/z80/asm_strings.s: fixed bug #772290
8026         * support/regression/tests/bitfields.c: attempt to fix host assertion
8027         failure on amd64-unknown-linux2.2
8028
8029 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8030
8031         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8032         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8033         * as/z80/asmain.c (main): fixed bug #801766
8034
8035 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8036
8037         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8038         compilers
8039
8040 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8041
8042         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8043         reported in bug #800609
8044
8045 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8046
8047         * Top header beautifications in src/pic16 directory:
8048           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8049           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8050           pcoderegs.h, ralloc.c, ralloc.h
8051         * main.c: added top header and GPL license notice
8052         * pcode.c: fixed the if-conditional warning
8053
8054 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8055
8056         * device/lib/_mullong.c: replaced int by short for gcc
8057
8058 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8059
8060         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8061         and JUMPTABLE iCodes properly now (worked by accident before)
8062         * src/mcs51/gen.c (leftRightUseAcc),
8063         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8064         iCode properly now. Use getSize instead of nRegs since a & b
8065         aren't part of the nRegs tally.
8066
8067 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8068
8069         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8070         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8071           before instructions that use the _STATUS register
8072
8073 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8074
8075         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8076         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8077         fetching of the pointer
8078         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8079         copied from genNearPointerSet()
8080         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8081         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8082         If they pop r0/r1 they must be called in the opposite order than aopOp().
8083         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8084         (resp. --stack-auto), prepared for --xstack
8085
8086 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8087
8088         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8089
8090 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8091
8092         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8093         these ports have their own __sdcc_external_start()
8094
8095 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8096
8097         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8098         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8099         type for bits was changed. It resulted in bit variables becoming
8100         global, which is not permitted in PIC 14 assembly output.
8101
8102 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8103
8104         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8105
8106 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8107
8108         Z80 and MCS51 linkers complaint if a public symbol is defined
8109         in more than one library module:
8110
8111         * as/mcs51/lklib.c
8112         * link/z80/lklib.c
8113         * as/mcs51/Makefile.in
8114
8115 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8116
8117         A few small changes that speed up the peephole optimizer.
8118
8119         * src/SDCCpeeph.c
8120
8121 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8122
8123         Try to make the peephole optimizer smarter by maintaining
8124         an association between the assembly source code and the
8125         iCodes that originated them. Put this information to use
8126         with a new peephole rule condition "notVolatile" so that
8127         the rules can be aggressive yet still safe.
8128
8129         * src/SDCCpeeph.c
8130         * src/SDCCpeeph.h
8131         * src/mcs51/gen.c
8132         * src/mcs51/peeph.def
8133
8134 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8135
8136         Fixed bug #741761
8137
8138         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8139         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8140         if the left or right operand symbols have the accuse flag set.
8141
8142 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8143
8144         Changed the type of the result of the ! (NOT) operator to char;
8145         previously it returned the same type as the source. This allows
8146         us to eliminate all the genFloatNot functions (all of its target
8147         implementations were very buggy) since !float can use the same
8148         code as !long now.
8149
8150         * src/SDCCicode.c (ast2iCode): ! returns char
8151         * src/mcs51/gen.c (genNot, genNotFloat),
8152         * src/ds390/gen.c (genNot, genNotFloat),
8153         * src/z80/gen.c (genNot, genNotFloat),
8154         * src/pic/gen.c (genNot, genNotFloat),
8155         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8156
8157 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8158
8159         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8160         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8161            during interrupts. Ensure WSAVE is located at a shared bank address.
8162         2. Fixed page selection in some places
8163         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8164            the registers name strings.
8165         4. Fixed "signed / unsigned compare" compiler warnings.
8166         5. The PIC port manages its own allocation of the general purpose
8167            registers, but makes no attempt to reuse them. As a result when
8168            compiling it soon runs out of general purpose registers. Some
8169            additional code was added to the files pcode.c and device.c to walk
8170            through the function call tree and rename the registers so that they
8171            get reused.
8172
8173         * src/pic/device.c
8174         * src/pic/gen.c
8175         * src/pic/glue.c
8176         * src/pic/pcode.c
8177         * src/pic/pcode.h
8178         * src/pic/ralloc.c
8179         * src/pic/ralloc.h
8180         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8181         genPlus() & genMinus() when the result is the same as left or right
8182
8183 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8184
8185         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8186
8187 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8188
8189         Made bitfield a distinct type from bit so that bitfields
8190         convert as per ANSI C and bits retain their traditional
8191         boolean style behaviour. Implemented bitfield support in
8192         the z80 port.
8193
8194         * src/SDCCsymt.h,
8195         * src/SDCCsymt.c,
8196         * src/SDCCast.c,
8197         * src/cdbFile.c,
8198         * src/mcs51/gen.c,
8199         * src/ds390/gen.c: bit v bitfield split
8200         * src/z80/gen.c: New support for bitfields
8201         * support/regression/tests/bitfields.c: reenabled z80,
8202         added more tests
8203
8204 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8205
8206         Rules 246.x, 247.x relate to bitfields, the others speed up
8207         access to xdata mapped I/O devices.
8208
8209         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8210
8211 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8212
8213         Cleaned up genPackBits and genUnpackBits and added two helper
8214         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8215         for literal assignments in genPackBits (thanks to Frieder for
8216         reminding me).
8217
8218         * src/mcs51/gen.c
8219         * src/ds390/gen.c
8220
8221 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8222
8223         Fixed bug #748310 (pointer to function type mishandled when the
8224         function name is omitted). Also fixed a SIGSEGV when a function
8225         attribute (reentrant, etc) is used on a non-function or on a
8226         function but misplaced before the parameter list.
8227
8228         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8229         bug #748310
8230         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8231         * support/Util/SDCCerr.h,
8232         * support/Util/SDCCerr.c: Added func attr misuse error msg
8233
8234 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8235
8236         Fixed bug #787649 by anonymous
8237         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8238         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8239
8240 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8241
8242         Fixed numerous bitfield problems.
8243
8244         * src/SDCC.y: More bitfield related error checking
8245         * src/SDCCsymt.h,
8246         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8247         * support/Util/SDCCerr.h,
8248         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8249         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8250         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8251         * support/regression/tests/bitfields.c: tests added
8252
8253 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8254
8255         Made the constant following the "interrupt" keyword optional. If
8256         omitted, the function will not automatically be given an entry
8257         in the interrupt vector table (similar to #pragma NOIV, but
8258         less syntacticly kludgy). The interrupt number is also now
8259         range checked. Also fixed a bug in the high order bit example
8260         in the manual.
8261
8262         * src/SDCC.y
8263         * src/SDCCmem.c
8264         * src/SDCCglue.c
8265         * src/SDCCsymt.h
8266         * support/Util/SDCCerr.c
8267         * support/Util/SDCCerr.h
8268         * doc/sdccman.lyx
8269
8270 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8271
8272         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8273         * src/SDCCicode.c (operandOperation): rewritten some ops
8274         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8275         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8276         other type
8277         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8278         be re-activated by defining REDUCE_LITERALS)
8279         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8280         unsigned, but are signed by default
8281         * src/SDCCval.c (constVal): rearranged
8282         * src/SDCCval.c (valMod): preliminary fix
8283         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8284         * support/regression/literalop.c: added, work in progress
8285
8286 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8287
8288         Generate warnings for useless declarations like "char data;"
8289         that don't do what new users expect.
8290
8291         * src/SDCC.y
8292         * support/Util/SDCCerr.h
8293         * support/Util/SDCCerr.c
8294
8295 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8296
8297         * src/SDCCval.c (valMult): fix overflow detection of negative int
8298
8299 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8300
8301         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8302
8303         Changes to support big endian targets:
8304
8305         * src/ports.h
8306         * src/SDCCglue.c
8307         * src/avr/main.c
8308         * src/ds390/main.c
8309         * src/izt/i186.c
8310         * src/mcs51/main.c
8311         * src/pic/main.c
8312         * src/pic16/main.c
8313         * src/xa51/main.c
8314         * src/z80/main.c
8315
8316 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8317
8318         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8319         * device/lib/time.c: fixed warning "integer overflow in expression"
8320
8321 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8322
8323         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8324         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8325         constants are unsigned; added recognition of "u" flag for unsigned
8326         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8327         * src/SDCCval.c (valDiv, valMod): fixed signdness
8328         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8329         signedness of modulo, left and right shift
8330         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8331         * support/Util/SDCCerr.h: added warning W_INT_OVL
8332         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8333         * src/SDCCast.c (ast_print): improved output of constants
8334
8335 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8336
8337         Fixed some warnings when building with MSVC:
8338
8339         * as\mcs51\asdata.c
8340         * as\z80\asdata.c
8341         * as\mcs51\asm.h
8342         * as\z80\asm.h
8343         * link\z80\aslink.h
8344         * link\z80\lkdata.c
8345         * link\z80\lkeval.c
8346         * link\z80\lkgb.c
8347         * link\z80\lkihx.c
8348         * link\z80\lks19.c
8349         * link\z80\lksym.c
8350         * support\cpp2\cpplib.c
8351         * src\ds390\gen.c
8352         * src\mcs51\gen.c
8353
8354 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8355
8356         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8357
8358 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8359
8360         * support\librarian\clean.mk: Do not remove Makefile.
8361         * support\librarian\Makefile: added.
8362
8363 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8364
8365         Added librarian to MSVC build:
8366         * all.dsp
8367         * sdcc.dsw
8368         * support\librarian\librarian.dsp
8369
8370         'configure' not needed for librarian, removed:
8371         * support\librarian\configure
8372         * support\librarian\configure.in
8373         * support\librarian\config_in.h
8374         * support\librarian\Makefile.in
8375
8376         Hopefully these ones built the librarian and the rest of sdcc properly:
8377         * Makefile
8378         * Makefile.common.in
8379
8380         Messed up 'configure', so revert to previous version:
8381         * configure
8382         * configure.in
8383
8384 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8385
8386         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8387         there, while the mantissa of a double is "only" 53 bits wide.
8388
8389 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8390
8391         Adding sdcclib to the build.  MSVC project coming soon.
8392         Files added/changed:
8393
8394         * support\librarian\clean.mk
8395         * support\librarian\configure
8396         * support\librarian\configure.in
8397         * support\librarian\config_in.h
8398         * support\librarian\Makefile.bcc
8399         * support\librarian\Makefile.in
8400         * support\librarian\sdcclib.c
8401         * Makefile.bcc
8402         * Makefile
8403         * Makefile.common.in
8404         * configure
8405         * configure.in
8406
8407 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8408
8409         Linker now complaints if linked modules have conflicting options, for
8410         example, one compiled using --model-large and another one compiled with
8411         --model-small.  The following files were modified:
8412
8413         * as\mcs51\asdata.c
8414         * as\mcs51\aslink.h
8415         * as\mcs51\asm.h
8416         * as\mcs51\asmain.c
8417         * as\mcs51\asout.c
8418         * as\mcs51\i51pst.c
8419         * as\mcs51\lkdata.c
8420         * as\mcs51\lklibr.c
8421         * as\mcs51\lkmain.c
8422         * as\z80\asdata.c
8423         * as\z80\asm.h
8424         * as\z80\asmain.c
8425         * as\z80\asout.c
8426         * as\z80\z80pst.c
8427         * link\z80\aslink.h
8428         * link\z80\lkdata.c
8429         * link\z80\lklibr.c
8430         * link\z80\lkmain.c
8431         * src\SDCCglue.c
8432
8433 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8434
8435         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8436         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8437
8438 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8439
8440         * src/z80/mappings.i: fix _mul[us][int,long] entries
8441
8442 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8443
8444         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8445
8446 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8447
8448         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8449         * support/regression/tests/bitopcse.c: added
8450         fixed warning:
8451         * src/avr/gen.c:
8452         * src/pic/gen.c:
8453         * src/pic16/gen.c:
8454         * src/z80/gen.c:
8455         * src/xa51/gen.c:
8456
8457 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8458
8459         added support for new library format to z80, gbz80 linkers:
8460         *link/z80/aslink.h
8461         *link/z80/lklex.c
8462         *link/z80/lklib.c
8463         *link/z80/lklist.c
8464
8465 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8466
8467         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8468         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8469
8470 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8471
8472         added DUMMY_READ_VOLATILE:
8473         * src/SDCC.y:
8474         * src/avr/gen.c:
8475         * src/xa51/gen.c:
8476         * src/z80/gen.c:
8477         * src/pic/gen.c:
8478         * src/pic16/gen.c:
8479         * src/mcs51/gen.c:
8480         * src/ds390/gen.c:
8481         * src/SDCCcse.c (algebraicOpts): many improvements
8482         * src/SDCCcse.h: removed algebraicOpts()
8483         * src/SDCCicode.c (picDummyRead): added
8484
8485 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8486
8487         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8488         "Insufficient space in data memory".
8489
8490 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8491
8492         * src/mcs51/gen.c: fixed bug #771358
8493         * src/z80/gen.c: fixed bug #759087
8494
8495 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8496
8497         * src/pic16/glue.c: minor cleanup by Vangelis
8498
8499 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8500
8501         * device/include/regc515c.h: fixed #758477
8502         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8503         * device/lib/_gptrput.c: saved a few bytes
8504         * my tab spacing is 8, yours too?)
8505         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8506         * device/lib/serial.c: process RX bytes earlier than TX bytes
8507         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8508
8509 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8510
8511         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8512
8513 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8514
8515     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8516
8517 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8518
8519         * device/lib/Makefile.in: bad fix, reverted to 1.43
8520
8521 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8522
8523         * device/lib/Makefile.in: added missing z80 object files
8524
8525 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8526
8527         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8528         pic16 progress by Vangelis:
8529         * src/SDCCglobl.h:
8530         * src/SDCCmain.c:
8531         * src/pic/Makefile:
8532         * src/pic:
8533         * pic/Makefile:
8534         * pic16/device.c:
8535         * pic16/device.h:
8536         * pic16/gen.c:
8537         * pic16/gen.h:
8538         * pic16/genarith.c:
8539         * pic16/glue.c:
8540         * pic16/main.c:
8541         * pic16/pcode.c:
8542         * pic16/pcode.h:
8543         * pic16/pcodepeep.c:
8544         * pic16/peeph.def:
8545
8546 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8547
8548     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8549
8550 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8551
8552     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8553     added gbz80 build to MSVC project.
8554     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8555     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8556     from 8051 stuff and setup so it links using a .lnk file.
8557
8558 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8559
8560     * support/librarian/sdcclib.c: sdcc librarian.
8561     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8562     with sdcclib.
8563
8564 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8565
8566     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8567
8568 2003-07-02  Borut Razem <borut.razem AT siol.net>
8569
8570         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8571         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8572         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8573         src/xa51/main.c, src/z80/main.c:
8574         virtualization of glue() function: each port has it's own glue function,
8575         which is accessed by do_glue function pointer in PORT.general structure
8576
8577 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8578
8579         * DS800C400 fun, improved ROM interface and tinibios.
8580
8581 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8582
8583         * More support for DS80C400. Now includes beginning of interface to ROM.
8584
8585 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8586
8587         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8588
8589 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8590
8591         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8592
8593 2003-06-19  Borut Razem <borut.razem AT siol.net>
8594
8595         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8596
8597 2003-06-19  Borut Razem <borut.razem AT siol.net>
8598
8599         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8600         fixed Z80 port - crt0.o: cannot open.
8601
8602 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8603
8604         * support/Util/MySystem.c (merge_command): revert bad fix
8605
8606 2003-06-18  Borut Razem <borut.razem AT siol.net>
8607
8608         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8609
8610 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8611
8612         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8613         option --use-stdout sends errors to stdout instead of stderr.
8614
8615 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8616
8617         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8618
8619 2003-06-15  Borut Razem <borut.razem AT siol.net>
8620
8621         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8622         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8623         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8624         fixed width array of pointers replaced with sets;
8625         multiple include and lib paths ared transferred to preprocessor and linker
8626         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8627         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8628         fixed width array of pointers
8629         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8630         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8631         fixupPath(), getPathDifference()
8632         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8633         fixed width array of pointers
8634
8635 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8636
8637         * src/pic16/ralloc.c: fix warnings
8638         * src/pic16/pcode.c: fix warning
8639
8640 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8641
8642          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8643         know all the details, but essentially this set of changes enable
8644         the pic16 port to generate movff instructions and generate assembler
8645         directives,
8646         * src/SDCCmain.c:
8647         * src/pic16/gen.c:
8648         * src/pic16/glue.c:
8649         * src/pic16/pcode.c:
8650         * src/pic16/device.c:
8651         * src/pic16/main.c:
8652         * src/pic16/pcode.h:
8653         * src/pic16/pcoderegs.c:
8654         * src/pic16/ralloc.c:
8655         * src/pic16/ralloc.h:
8656
8657 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8658
8659         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8660         added option --vc, so sdcc errors and warnings are compatible with
8661         Microsoft Visual Studio.
8662
8663 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8664
8665         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8666           device/lib/libfloat.lib: added atof function.
8667
8668 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8669
8670         * doc/sdccman.lyx: updated to Lyx 1.3
8671         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8672         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8673         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8674
8675 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8676
8677         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8678
8679 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8680
8681         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8682           additions to the "related tools/documentation" section
8683
8684 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8685
8686         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8687
8688 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8689
8690         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8691         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8692
8693 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8694
8695         * doc/sdccman.lyx: fix double dash and other minor things
8696         * doc/Makefile: fix double dash
8697
8698 2003-05-28  Karl Bongers(patches from Martin Helmling)
8699         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8700           condition and ignore commands.
8701
8702 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8703
8704         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8705           is in parts still quite out of date, I did changes as far as I felt makes sense
8706           for a non-native english speaker.
8707           Please feel free to add to the manual or to correct my changes.
8708         * doc/Makefile: undid touching the date of intermediate tex files.
8709
8710 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8711
8712         * doc/sdccman.lyx: Manual has an index now
8713
8714 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8715
8716         Finalize muluint/mulsint and mululong/mulslong merging:
8717         * device/lib/_mulint.c
8718         * device/lib/_mullong.c
8719         * device/lib/gbz80/mul.s
8720         * device/lib/gbz80/stubs.s
8721         * device/lib/z80/mul.s
8722         * device/lib/z80/stubs.s
8723         * src/SDCCsymt.c (initCSupport)
8724
8725 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8726
8727         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8728         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8729           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8730           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8731           instead of /Zm500.
8732
8733 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8734
8735         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8736           the regression tests I'm not brave enough to enable 245.b, 245.c
8737         * doc/sdccman.lyx: added latex preamble for hyperref package.
8738           Using pdflatex this will give you a hyperlinked pdf file with
8739           bookmarks. (prepend '%' before /usepackage if this breaks something)
8740
8741 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8742
8743          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8744
8745 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8746
8747         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8748
8749 2003-05-21    <johan AT balder>
8750
8751         * src/SDCCglue.c (printIval): fixed bug #739934
8752
8753 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8754
8755         Applied patch from bug 737905 (renamed yylineo to mylineno):
8756         * src/altlex.c
8757         * src/SDCCast.c
8758         * src/SDCglobl.h
8759         * src/SDCC.lex
8760         * src/SDCCsymt.c
8761         * src/SDCCval.c
8762         * src/pic16/pcode.c: Cleaned warnings
8763         * src/pic16/pcodeflow.c: Cleaned warnings
8764         * src/pic16/pcoderegs.c: Cleaned warnings
8765
8766 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8767
8768         * src/pic16/pcode.c: Cleaned warnings
8769         * src/pic16/pcodepeep.c: Cleaned warnings
8770         * src/pic16/ralloc.c: Cleaned warnings
8771
8772 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8773
8774         * doc/sdccman.lyx: fixed bug 739745
8775         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8776
8777 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8778
8779         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8780         it can be defined with CFLAGS when running configure
8781         * src/SDCCmain.c: fixed compiling + linking with object files
8782
8783 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8784
8785         * configure.in: configure for pic16 port,
8786             added --disable-pic16-port
8787         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8788         * src/SDCCmain.c: linkOptions is changed to set *,
8789             added if/endif conditional macros to remove options help
8790             messages from optionsTable when a port is not configured, added
8791             support for the PIc16 port in the ports table, when executing
8792             the compiler with no port specified on command line, a default
8793             port is selected with the new macro DEFAULT_PORT which is
8794             defined in port.h, in setDefaultOptions() linkOptions is removed
8795             from initialization assignment, since now it is a set,
8796             parseCmdLine uses setParseWithComma for linkOptions, in
8797             linkEdit() linkOptions are accessed with new function indexSet()
8798             which returns the i'th item of a set variable. See SDCCset.c, in
8799             linkEdit() when calling buildCmdLine(), added linkOptions as
8800             last argument. Now users can pass arguments to gplink via the
8801             -Wl option, main() uses pic16glue() to glue up pic16 programs
8802         * src/SDCCpeeph.c: various changes to support pic16
8803         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8804             return the i'th item of the set
8805         * src/SDCCset.h: added function prototype for indexSet()
8806         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8807         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8808         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8809             added macro DEFAULT_PORT
8810         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8811         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8812             generated
8813         * src/pic16/glue.c: commented out some error producing lines
8814         * src/pic16/main.c: __config directives are commented out to stop
8815             gpasm complaining and test the linkage with gplink, _linkCmd and
8816             _asmCmd changed to be more gplink and gpasm friendly
8817         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8818             produced an error when parsed, peep rule 12 is added to utilize
8819             movff, but it is commented out since the pCode does not support
8820             yet a command with 2 address arguments
8821
8822 2003-05-18    <johan AT balder>
8823
8824         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8825         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8826 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8827
8828         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8829   Added feature to script commands from file.
8830
8831 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8832
8833         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8834         * src/SDCCutil.c: include ctype.h for win32
8835
8836 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8837
8838         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8839
8840 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8841
8842         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8843   Fixed so you can set breakpoints prior to run, run does not stop
8844   on entry now.  Add tbreak.  Other enhancements and fixes for use
8845   with ddd.
8846
8847 2003-05-12  Borut Razem <borut.razem AT siol.net>
8848
8849         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8850
8851 2003-05-11  Borut Razem <borut.razem AT siol.net>
8852
8853         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8854         the path of bin directory, so that PATH is the only env. variable, which has to be set
8855         in case of standard installation.
8856         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8857         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8858         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8859
8860 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8861
8862         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8863         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8864         temp files are in the port dir; clean the gen/test directory when
8865         generating new test.c
8866         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8867         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8868         * support/regression/tests/zeropad.c: added
8869
8870 2003-05-09    <johan AT balder>
8871
8872         * src/SDCCglue.c: fixed bug #597940
8873
8874 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8875
8876         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8877   cache sfr, optimize next,step, fix off by one sourceline,
8878   support ddd list function.
8879         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8880
8881 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8882
8883         * support/regression/HTMLgen.py: added compare_s2f()
8884         * support/regression/Makefile: redo 1.27
8885         * support/regression/generate-cases.py: redo 1.5
8886
8887 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8888
8889         * support/regression/tests/float.c: workaround 33 bit hex constant
8890         * support/regression/tests/simplefloat.c: fix division for host
8891
8892 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8893
8894         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8895         that tame's the PIC's over-aggressive optimizer.
8896
8897 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8898
8899          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8900          support for MSVC.
8901
8902 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8903
8904         Initial support for DS80C400. "Hello world" runs on TINIm400
8905         (with polled I/O).
8906
8907 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8908
8909          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8910          * Some notes on ddd usage added in debugger/README
8911          Martin Helmling adding more features and fixes for ddd GUI debugger.
8912          Code added for nexti, stepi, up, down, and other adjustments.
8913
8914 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8915
8916         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8917         * src/pic/peeph.def Added two rules to optimize carry manipulation
8918         * src/pic/* removed debug printfs
8919
8920 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8921
8922         * debugger/mcs51/cmd.c: added header newalloc.h
8923
8924 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8925
8926         * as/Makefile: new EXEEXT
8927         * as/z80/Makefile: remove trailing slash of BUILDIR
8928         * as/z80/clean.mk: new EXEEXT
8929         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8930         * support/cpp2/Makefile.in: new EXEEXT
8931         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8932
8933 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8934
8935         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8936         EXEEXT was introduced to fix all related problems with targets
8937         "clean", "install" and "uninstall"; a couple of further flaws
8938         especially with "clean" have been fixed too
8939         * as/mcs51/Makefile.in
8940         * as/mcs51/clean.mk
8941         * as/z80/Makefile
8942         * Makefile
8943         * clean.mk
8944         * debugger/mcs51/Makefile.in
8945         * debugger/mcs51/clean.mk
8946         * link/z80/Makefile
8947         * link/z80/Makefile.in
8948         * link/z80/clean.mk
8949         * link/Makefile
8950         * packihx/Makefile.in
8951         * packihx/clean.mk
8952         * sim/ucsim/Makefile
8953         * sim/ucsim/clean.mk
8954         * sim/ucsim/avr.src/Makefile.in
8955         * sim/ucsim/avr.src/clean.mk
8956         * sim/ucsim/s51.src/Makefile.in
8957         * sim/ucsim/s51.src/clean.mk
8958         * sim/ucsim/xa.src/Makefile.in
8959         * sim/ucsim/xa.src/clean.mk
8960         * sim/ucsim/z80.src/Makefile.in
8961         * sim/ucsim/z80.src/clean.mk
8962         * sim/ucsim/main_in.mk
8963         * sim/ucsim/packages_in.mk
8964         * sim/ucsim/gui.src/Makefile.in
8965         * sim/ucsim/gui.src/serio.src/Makefile.in
8966         * sim/ucsim/gui.src/serio.src/clean.mk
8967         * src/Makefile.in
8968         * src/clean.mk
8969         * support/cpp2/Makefile.in
8970         * support/cpp2/clean.mk
8971         * support/makebin/Makefile
8972         * support/makebin/clean.mk
8973         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8974         * doc/sdccman.lyx: --program-suffix no longer needed
8975
8976 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8977
8978          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8979          Martin Helmling added support for ddd GUI debugger.
8980          Code added to display assembly, set variables, and other commands
8981          to interface to ddd.
8982
8983 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8984
8985         * as/Makefile: fix target clean
8986         * as/clean.mk: fix target clean
8987         * as/z80/clean.mk: fix target clean
8988
8989 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8990
8991         * Makefile.common.in: added  AT EXEEXT AT
8992         * configure.in: removed all mingw32 stuff
8993         * configure: rebuilt from configure.in
8994         * doc/sdccman.lyx: updated section "installation"
8995         * support/scripts/sdcc_mingw32: adapted to configure
8996         * support/scripts/sdcc_cygwin_mingw32: added
8997
8998 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8999
9000         * src/pic Added object file support for the PIC port
9001         * src/pic Applied patch from Craig Franklin (this started the object file support)
9002         * src/regression Updated the PIC regression tests for object files
9003
9004 2003-04-20  Borut Razem <borut.razem AT siol.net>
9005
9006         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9007           lklex.c: In function `getfid':
9008           lklex.c:203: warning: array subscript has type `char'
9009         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9010           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9011         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9012           stack handling macros
9013
9014 2003-04-19  Borut Razem <borut.razem AT siol.net>
9015
9016         * "handling space characters in file path" task:
9017         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9018         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9019         * support/Util/MySystem.h: make it self-sufficient
9020         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9021           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9022           handling space characters in file path
9023         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9024           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9025         * support/Util/MySystem.c: handling space characters in executable's path
9026
9027 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9028
9029         * as/z80/Makefile: fix permanent rebuild of z80
9030         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9031         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9032
9033 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9034
9035         * src/SDCCopt.c: add special case optimization to replace modulo by
9036           a power of two with a bitwise AND.
9037
9038 2003-04-18    <johan AT balder>
9039
9040         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9041
9042 2003-04-17    <johan AT balder>
9043
9044         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9045         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9046
9047 2003-04-13  Borut Razem <borut.razem AT siol.net>
9048
9049         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9050         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9051           fixed mingw problem in adl_NORMALIZE_PATH
9052
9053 2003-04-12  Borut Razem <borut.razem AT siol.net>
9054
9055         * fixed "#pragma SAVE/RESTORE can not be nested":
9056         * src/SDCC.lex: reworked pragma handling functions
9057         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9058         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9059
9060 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9061
9062         * src/SDCCutil.c (pathEquivalent): defined but not used
9063         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9064         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9065         * configure: rebuilt from configure.in
9066         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9067         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9068         * device/include/Makefile.in: replace sdcc_datadir
9069         * device/lib/Makefile.in: replace sdcc_datadir
9070         * Makefile.common.in: add LDFLAGS from configure
9071         * packihx/Makefile.in: use LDFLAGS
9072         * src/Makefile.in: use LDFLAGS
9073         * support/cpp2/Makefile.in: add LDFLAGS from configure
9074         * support/makebin/Makefile: use LDFLAGS
9075         * .version: bumped version number to 2.3.5
9076
9077 2003-04-12  Borut Razem <borut.razem AT siol.net>
9078
9079         * completed "different paths" task:
9080         * src/SDCCmacro.c: fixed bug in handling quotes
9081         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9082         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9083
9084 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9085
9086         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9087
9088 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9089
9090         * ds390/gen.c ds390/peeph.def: fix bug 706781
9091
9092 2003-04-11  Borut Razem <borut.razem AT siol.net>
9093
9094         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9095
9096 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9097
9098         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9099         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9100          set - this bit used to not be set...).
9101         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9102           bad code in PIC Port
9103         * src/regression/and2.c added to test bug 609268
9104         * src/regression/Makefile added and2.c to regression test
9105
9106
9107 2003-04-08    <johan AT CP255758-A>
9108
9109         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9110         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9111         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9112
9113 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9114
9115         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9116         fix bug #487815
9117         * support/cpp2/Makefile.in: fix bug #487815
9118         * configure: rebuilt from configure.in
9119         * Makefile.common.in: docdir changed, new path suffixes
9120         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9121         * sdcc_vc_in.h: reflect changes from sdccconf.h
9122         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9123         * src/SDCCutil.h: remove BINDIR hack
9124         * doc/sdccman.lyx: update new path hierarchy
9125
9126 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9127
9128         * src/SDCCpeeph.c: added okToRemoveSLOC test
9129
9130 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9131
9132         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9133
9134 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9135
9136         * src/SDCCpeeph.c: added labelIsReturnOnly test
9137         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9138
9139 2003-04-05    <johan AT balder>
9140
9141         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9142         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9143         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9144         * src/SDCCast.c: fixed a warning
9145         * src/SDCCast.h: fixed a warning
9146         * src/SDCCicode.c (operandFromAst): fixed a warning
9147
9148 2003-04-04    <johan AT balder>
9149
9150         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9151         * src/SDCCast.c (decorateType): fixed bug #715076
9152         * src/SDCC.y: fixed bug #702907
9153
9154 2003-04-03    <johan AT balder>
9155
9156         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9157         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9158         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9159         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9160         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9161
9162 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9163
9164         * _decdptr.c: fix return values
9165         * _gptrget.c: fix return values
9166         * _gptrgetc.c: fix return values
9167         * _gptrput.c: fix return values
9168         * _mulint.c: fix return values
9169         * as/z80/Makefile: fix 'make -j' problem
9170
9171 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9172
9173         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9174         * configure.in: big cleanup, updated to autoconf 2.5x
9175         * configure: rebuilt from configure.in
9176         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9177         * sdcc_vc_in.h: reflect changes from sdccconf.h
9178         * doc/Makefile: fixed a flaw in "make install"
9179
9180 2003-04-02    <johan AT balder>
9181
9182         * src/ds390/gen.c (genCmp): no comments
9183         * src/mcs51/gen.c (genCmp): no comments
9184         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9185         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9186
9187 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9188
9189         * support/regression/generate-cases.py: place generated file in given sub directory
9190         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9191         * support/regression/Makefile: improvements for 'make -j';
9192         side effect: it's simpler and faster now
9193
9194 2003-03-31  Borut Razem <borut.razem AT siol.net>
9195
9196         * src/z80/main.c: link-{port} and as-{port} defined without path
9197         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9198
9199 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9200
9201         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9202
9203 2003-03-30  Borut Razem <borut.razem AT siol.net>
9204
9205         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9206           changed type of list parameter to set
9207         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9208         * src/port.h: changed type of do_assemble() parameter to set
9209         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9210           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9211           definition of "cppoutfilename" macro with NULL value in preProcess()
9212         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9213         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9214         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9215           replaced with set *binPathSet
9216         * shash_add() deallocates the item, if allready exsists, before adding the new one
9217         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9218
9219 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9220
9221         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9222           a nested for loop bug in the PIC port
9223         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9224           for loops
9225
9226 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9227
9228         * support/Util/dbuf.h: remove C++ stuff to make it portable
9229
9230 2003-03-28  Borut Razem <borut.razem AT siol.net>
9231
9232         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9233           literal strings in stringLiteral()
9234         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9235         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9236           to the project
9237
9238 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9239
9240         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9241
9242 2003-03-26    <johan AT balder>
9243
9244         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9245         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9246         * src/SDCCast.c (decorateType): fixed " -v < 3"
9247
9248 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9249
9250         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9251         Added Lenny Story's debug infrastructure changes:
9252         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9253         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9254         * src/cdbFile.c: added
9255         * src/SDCCdebug.c: added
9256         * src/SDCCdebug.h: added
9257         * src/SDCCast.c (createFunction)
9258         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9259         * src/SDCCmain.c (parseCmdLine, main)
9260         * src/SDCCmem.c (redoStackOffsets)
9261         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9262         * src/SDCCsymt.h
9263         * src/common.h
9264         * src/avr/gen.c (genAVRCode)
9265         * src/ds390/gen.c (gen390Code)
9266         * src/mcs51/gen.c (gen51Code)
9267         * src/pic/gen.c (genpic14Code)
9268         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9269         * src/xa51/gen.c (genXA51Code)
9270         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9271
9272 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9273
9274         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9275         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9276
9277 2003-03-22    <johan AT balder>
9278
9279         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9280
9281 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9282
9283         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9284         * doc/cdbfileformat.lyx: added, written by Lenny Story
9285         * doc/Makefile: added cdbfileformat.lyx
9286         * doc/clean.mk: added cdbfileformat.lyx
9287
9288 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9289
9290         * src/mcs51/peeph.def: fix bug #705773
9291
9292 2003-03-20    <johan AT balder>
9293
9294         An sfr/sbit can have an "at #" AND an initializer
9295         * src/SDCCsymt.c (checkSClass):
9296         * src/SDCCmem.c (allocGlobal):
9297         * src/SDCCmem.c (allocLocal):
9298         * src/SDCCast.c (createBlock):
9299
9300 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9301
9302         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9303
9304 2003-03-16    <johan AT balder>
9305
9306         Undid the hackup of const and volatile, the problem is much bigger
9307         * src/SDCC.y:1.65
9308         * src/SDCCast.c:1.171
9309         * src/SDCCglue.c:1.138
9310         * src/SDCCicode.c:1.146
9311         * src/SDCCsymt.c:1.150
9312         * src/SDCCval.c:1.65
9313
9314 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9315
9316         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9317         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9318
9319 2003-03-13    <johan AT balder>
9320
9321         Hackup const and volatile modifiers in type chains a bit:
9322         * src/SDCC.y:1.63
9323         * src/SDCCast.c:1.169
9324         * src/SDCCglue.c:1.136
9325         * src/SDCCicode.c:1.143
9326         * src/SDCCsymt.c1.146
9327         * src/SDCCsymt.h1.59
9328         * src/SDCCval.c:1.63
9329
9330 2003-03-12    <johan AT balder>
9331
9332         * src/SDCCBBlock.h: more LRH debugging junk
9333         * src/SDCCcflow.h: more LRH debugging junk
9334         * src/SDCCloop.c: more LRH debugging junk
9335         * src/SDCC.y (struct_declaration): fixed bug #697590
9336         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9337         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9338         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9339
9340 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9341         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9342         test function names must now match exactly).
9343         * src/SDCCcse.c: added special case in findCheaperOp to allow
9344         extending a short integer. Makes less awful code for bug 700121 test case.
9345
9346 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9347
9348         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9349         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9350
9351 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9352
9353         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9354         actually called (operandsNotEqual() was called for all
9355         operandsNotEqualX tests).
9356
9357 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9358
9359         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9360         with shorter literals. Fixes bug 700121.
9361
9362 2003-03-11    <johan AT balder>
9363
9364         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9365
9366 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9367
9368         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9369         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9370
9371 2003-03-10  Borut Razem <borut.razem AT siol.net>
9372
9373         * src/SDCCmain.c: pipe preprocessor's output
9374         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9375         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9376         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9377         which closes all pipes in pipeSet set
9378         * src/SDCCset.c: free deleted item in function deleteSetItem()
9379         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9380         moved from z80 to src subproject
9381         * .version: increased version number to 2.3.4
9382
9383 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9384
9385         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9386         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9387         * support/regression/ports/xa51/spec.mk: fix typo
9388
9389 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9390
9391         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9392
9393 2003-03-09  Borut Razem <borut.razem AT siol.net>
9394
9395         * src/SDCCmain.c: pipe preprocessor's output
9396         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9397         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9398         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9399         which closes all pipes in pipeSet set
9400         * src/SDCCset.c: free deleted item in function deleteSetItem()
9401         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9402         moved from z80 to src subproject
9403
9404 2003-03-09  Borut Razem <borut.razem AT siol.net>
9405
9406         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9407         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9408         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9409         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9410         * src/SDCCglobl.h: unification of WIN32 native definitions
9411
9412 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9413
9414         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9415
9416 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9417
9418         * src/configure.in:   check for endianess (even while cross-compiling)
9419         * src/configure:      check for endianess (even while cross-compiling)
9420         * src/configure_in.h: check for endianess (even while cross-compiling)
9421         * src/avr/gen.c:        remove old endianess stuff
9422         * src/mcs51/gen.c:      remove old endianess stuff
9423         * src/ds390/gen.c:      remove old endianess stuff
9424         * src/pic/gen.c:        remove old endianess stuff
9425         * src/pic/genarith.c:   remove old endianess stuff
9426         * src/pic/glue.c:       fix endianess check
9427         * src/pic16/gen.c:      remove old endianess stuff
9428         * src/pic16/genarith.c: remove old endianess stuff
9429         * src/pic16/glue.c:     fix endianess check
9430         * src/xa51/gen.c:       remove old endianess stuff
9431         * src/z80/gen.c:        fix endianess check
9432         * src/SDCCglue.c:       fix endianess check
9433         * src/ds390/peeph.def: fix bug 700036
9434
9435 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9436
9437         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9438         * src/configure: find appropriate data-types on host for SDCC's int and long
9439         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9440         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9441         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9442
9443 2003-03-07    <johan AT balder>
9444
9445         Just a big NOOP:
9446                 some minor cleanups before the big shot
9447                 OP_DEFS and OP_USES now use Kevin's protection
9448                 new option --nolabelopt
9449
9450         * src/SDCCBBlock.c:
9451         * src/SDCCast.c,:
9452         * src/SDCCcflow.c:
9453         * src/SDCCcse.c:
9454         * src/SDCCicode.c:
9455         * src/SDCCicode.h:
9456         * src/SDCClabel.c:
9457         * src/SDCCloop.c:
9458         * src/SDCCmain.c:
9459         * src/ds390/ralloc.c:
9460         * src/mcs51/ralloc.c:
9461         * src/pic/ralloc.c:
9462         * src/xa51/ralloc.c:
9463         * src/z80/ralloc.c:
9464
9465 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9466
9467         * src/pic/pcode.c (get_op): fix 64 bit warnings
9468         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9469         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9470         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9471         * support/regression/tests/malloc.c: fix 64 bit warnings
9472
9473 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9474
9475         * src/mcs51/gen.c (genMinus): fixed bug 696436
9476
9477 2003-03-02  Borut Razem <borut.razem AT siol.net>
9478
9479         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9480
9481 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9482
9483         * configure.in: test for mkstemp
9484         * sdccconf_in.h: add HAVE_MKSTEMP
9485
9486 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9487
9488         * device/include/ctype.h: removed warning while using --stack-auto
9489         * device/include/malloc.h: removed warning while using --stack-auto
9490         * device/include/string.h: removed warning while using --stack-auto
9491
9492 2003-02-23  Borut Razem <borut.razem AT siol.net>
9493
9494         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9495         because NDEBUG is defined (see man assert)
9496         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9497
9498 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9499
9500         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9501         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9502
9503 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9504
9505         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9506         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9507
9508 2003-02-18    <johan AT balder>
9509
9510         * as/mcs51/asmain.c (asmbl): module can start with a digit
9511         * as/z80/asmain.c (asmbl): module can start with a digit
9512
9513 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9514
9515         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9516         * src/asm.c: fix pipe() for Mingw32
9517
9518 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9519
9520         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9521         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9522         make -V work again; --c1mode reads now from stdin
9523         * doc/sdccman.lyx: added --c1mode
9524         * support/Util/SDCCerr.c: new messages for c1 mode
9525         * support/Util/SDCCerr.h: new messages for c1 mode
9526         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9527
9528 2003-02-15    <johan AT balder>
9529
9530         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9531
9532 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9533
9534         * doc/sdccman.lyx: Environment variables, -o and other minor things
9535
9536 2003-02-14    <johan AT balder>
9537
9538         * src/xa51/main.c: before anyone really tries to use it :)
9539
9540         * Install doc's in share/sdcc/doc
9541         * removed some obsolete files
9542         * Do a proper make distclean and uninstall
9543         M Makefile.common.in
9544         R sdccbuild.sh
9545         M as/Makefile
9546         M device/include/Makefile.in
9547         M device/lib/Makefile.in
9548         M doc/sdccman.lyx
9549         M link/Makefile
9550         M sim/ucsim/doc/Makefile.in
9551         M src/clean.mk
9552         R src/avr/peeph.rul
9553         R src/xa51/peeph.rul
9554         M support/cpp2/Makefile.in
9555         M support/makebin/Makefile
9556
9557
9558 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9559
9560         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9561
9562 2003-02-10  Borut Razem <borut.razem AT siol.net>
9563
9564         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9565         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9566         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9567         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9568         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9569         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9570         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9571         src/z80/Makefile.bcc: Borland Makefile cleanup
9572         * as/z80/Makefile.bcc: Added Borland Makefile
9573         * support/cpp2/borland.h: Removed
9574
9575 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9576
9577         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9578         * src/SDCC.lex: new pragma NOIV
9579         * src/SDCCglobl.h: new pragma NOIV
9580         * src/SDCCmem.c: new pragma NOIV
9581
9582 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9583
9584         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9585
9586 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9587
9588         * src/SDCCmain.c: signal handling is switched off by --debug
9589         * doc/Makefile: small fix for install; use clean.mk again
9590         * doc/clean.mk: clean *.pdf and *.html too
9591
9592 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9593
9594         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9595         * device/lib/printfl.c: fix a ds390 bug by making it portable
9596         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9597         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9598         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9599         * debugger/mcs51/cmd.c: converted multi-line string literals
9600         * sim/ucsim/globals.cc: converted multi-line string literals
9601         * src/SDCCmain.c: introduced signal handler to remove temp files
9602         * doc/Makefile: small tweaks, implement clean
9603         * doc: removed generated files
9604
9605 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9606
9607         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9608         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9609         Address Record is not correctly generated for DS390."
9610
9611 2003-02-02  Borut Razem <borut.razem AT siol.net>
9612
9613         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9614         * as/mcs51/asm.h: fixed compilation with Borland C
9615         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9616         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9617         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9618         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9619         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9620         src/z80/Makefile.bcc: delete $(LIB) only if exist
9621         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9622
9623 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9624
9625         * device/include/malloc.h: introduced NULL
9626         * device/include/string.h: introduced NULL
9627         * device/include/stdlib.h: introduced NULL
9628         * device/lib/_memcpy.c: removed NULL
9629         * device/lib/_strcat.c: removed NULL
9630         * device/lib/_strchr.c: removed NULL
9631         * device/lib/_strcmp.c: removed NULL
9632         * device/lib/_strcpy.c: removed NULL
9633         * device/lib/_strcspn.c: removed NULL
9634         * device/lib/_strlen.c: removed NULL
9635         * device/lib/_strncat.c: removed NULL
9636         * device/lib/_strncmp.c: removed NULL
9637         * device/lib/_strncpy.c: removed NULL
9638         * device/lib/_strpbrk.c: removed NULL
9639         * device/lib/_strrchr.c: removed NULL
9640         * device/lib/_strspn.c: removed NULL
9641         * device/lib/_strstr.c: removed NULL
9642         * device/lib/_strtok.c: removed NULL
9643         * device/lib/malloc.c: removed NULL, include own header
9644
9645 2003-02-02    <johan AT balder>
9646
9647         * 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
9648         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9649         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9650         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9651         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9652         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9653
9654 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9655
9656         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9657         area 'DATA'"
9658
9659 2003-02-01    <johan AT balder>
9660
9661         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9662
9663 2003-01-31    <johan AT CP255758-A>
9664
9665         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9666
9667 2003-01-30    <johan AT balder>
9668
9669         * src/SDCCBBlock.c: automatic bug detection
9670         * src/SDCCicode.c: automatic bug detection
9671
9672 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9673
9674         * src/SDCCglobl.h:   now --xram-size 0 works
9675         * src/SDCCmain.c:    now --xram-size 0 works
9676
9677 2003-01-29    <johan AT balder>
9678
9679         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9680
9681 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9682
9683         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9684         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9685         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9686         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9687         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9688         * src/SDCCmain.c:    Added options --xram-size and --code-size
9689
9690 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9691
9692         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9693         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9694
9695 2003-01-27    <johan AT balder>
9696
9697         * src/SDCC.y: fixed bug #613764
9698
9699 2003-01-26    <johan AT balder>
9700
9701         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9702         * src/SDCCsymt.h: fixed bug #673374
9703         * src/SDCCglue.c: fixed bug #661910
9704         * src/SDCCast.c: fixed bug #458099 and 673374
9705
9706 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9707
9708         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9709         * as/mcs51/strcmpi.h: added
9710         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9711         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9712         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9713         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9714         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9715         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9716         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9717         * as/mcs51/Makefile.aslink: new module strcmpi
9718         * as/mcs51/Makefile.asx8051: new module strcmpi
9719         * as/mcs51/Makefil.bcc: new module strcmpi
9720         * as/mcs51/Makefile.in: new module strcmpi
9721         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9722
9723 2003-01-26    <johan AT balder>
9724
9725         * src/SDCCglue.c: reverted back to 1.124
9726         * src/SDCCast.c: reverted back to 1.156
9727         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9728
9729 2003-01-25    <johan AT balder>
9730
9731         * src/SDCCglue.c: A better fix for bug #661910
9732         * src/SDCCast.c: A better fix for bug #661910
9733         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9734
9735 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9736
9737         * src/Makefile.in: remove spawn.o
9738         * src/SDCCmain.c: remove spawn.h
9739         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9740         * src/spawn.c: removed
9741         * src/spawn.h: removed
9742         * support/regression/ports/ds390/spec.mk: link with -r
9743
9744 2003-01-24    <johan AT CP255758-A>
9745
9746         * src/ds390/gen.c (aopOp): fixed bug #667458
9747         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9748         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9749         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9750
9751 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9752
9753         * src/mcs51/peeph.def: better assembler identation by Frieder
9754         * src/mcs51/gen.c: better assembler identation by Frieder
9755
9756 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9757
9758         * as/z80/string.h: removed for gcc 3.2
9759         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9760         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9761
9762 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9763
9764         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9765         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9766         * support/regression/Makefile: separate temp files for ports
9767         * support/regression/generate-cases.py: separate temp files for ports
9768         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9769         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9770
9771 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9772
9773         * moved tinitalk to device/examples/ds390
9774
9775 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9776
9777         * as/mcs51/lkmem.c: rflag is for DS390
9778         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9779         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9780                          (linkEdit): move mem- and map-files the same way as ihx-files
9781         * src/z80/main.c (_setDefaultOptions): removed --generic
9782         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9783         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9784         * src/pic/glue.c (picglue): --c1mode works again
9785         * src/pic16/glue.c (pic16glue): --c1mode works again
9786         * src/asm.c (printCLine): fix #660034
9787
9788 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9789
9790         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9791         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9792         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9793         * as/mcs51/lkmem (summary): better fix for sp problem
9794         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9795         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9796         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9797                                               remove --stack-after-data
9798
9799 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9800
9801         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9802         * src/SDCCutil.c (join): ugly bug: missing '\0'
9803         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9804
9805 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9806
9807         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9808         * src/port.h: typo
9809         * src/pic/main.c (_asmCmd): gpasm supports -o
9810         * src/z80/main.c: more general macros
9811         * device/lib/Makefile.in: remove intermediate files
9812
9813 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9814
9815         * .version: Bumped version number to 2.3.3
9816         * src/SDCCBBlock.c: new option -o
9817         * src/SDCCglobl.h: new option -o
9818         * src/SDCCglue.c: new option -o
9819         * src/SDCCmain.c: new option -o
9820         * src/asm.c: new option -o
9821         * src/ds390/main.c: new option -o
9822         * src/pic/glue.c: new option -o
9823         * src/pic/pcode.c: new option -o
9824         * src/pic/ralloc.c: new option -o
9825         * src/pic16/glue.c: new option -o
9826         * src/pic16/pcode.c: new option -o
9827         * src/pic16/ralloc.c: new option -o
9828         * src/z80/main.c: new option -o
9829         * device/lib/Makefile.in: use -o
9830         * support/regression/ports/ds390/spec.mk: use -o
9831         * support/regression/ports/gbz80/spec.mk: use -o
9832         * support/regression/ports/mcs51/spec.mk: use -o
9833         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9834         * support/regression/ports/z80/spec.mk: use -o
9835         * support/regression/ports/ucz80/spec.mk: use -o
9836         * support/regression/ports/xa51/spec.mk: use -o
9837         * support/regression/fwk/lib/timeout.c: fix usage string
9838
9839 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9840         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9841
9842 2003-01-07    <johan AT balder>
9843
9844         * src/SDCCast.c (decorateType): fixed bug #600035
9845
9846 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9847         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9848         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9849         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9850         * src/pic/pcode.c: outcommented unused variable to remove warnings
9851         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9852
9853 2003-01-06    <karl AT turbobit.com>
9854         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9855    regression tests.
9856
9857 2003-01-06    <johan AT balder>
9858
9859         * src/SDCCicode.c: fixed array add
9860
9861 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9862         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9863         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9864
9865 2003-01-04    <johan AT balder>
9866
9867         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9868
9869 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9870         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9871
9872 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9873         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9874         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9875
9876 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9877         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9878
9879 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9880         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9881
9882 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9883         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9884
9885 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9886
9887     * in \sdcc\as\mcs51\ changed these files in order to create an
9888     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9889     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9890     following files to include the previous two files: aslink.dsp,
9891     Makefile.aslink, Makefile.bcc, and Makefile.in.
9892
9893     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9894     .adb instead of .cdb
9895
9896 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9897
9898         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9899         value from option --iram-size.
9900
9901 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9902
9903         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9904         dram[] array.
9905
9906 2002-09-18    <wiml AT hhhh.org>
9907
9908         * SDCClrange.h: exposed setFromRange() and setToRange()
9909         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9910           packRegsForAccUse() (bug 542397)
9911         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9912           multiple times and emitting the fetch operations more than once
9913           added aopGetUsesAcc() function to allow binary operators to
9914           fetch their operands in the correct order; made genMinus() emit
9915           compact code for X = LITERAL - Y
9916
9917 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9918         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9919         sprintf() in line 1267.
9920
9921 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9922         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9923         like ports.
9924
9925 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9926         Changes to aslink (All the changes are marked with 'JCF'):
9927
9928         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9929         summary().
9930
9931         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9932         area BSEG.  Also moves, if possible, the DATA area down into the internal
9933         ram so more space is available.
9934
9935         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9936         sflag.
9937
9938         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9939         not bytes.  Function summary() which creates a memory usage summary
9940         file with extension .mem.  Reports of overlaping stack and small stack
9941         size.  If the space for the stack is less than 16 bytes aslink trows a
9942         warning.
9943
9944         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9945         the 8051.  Option 'y' for memory summary output file.
9946
9947         Changes to sdcc (All the changes are marked with 'JCF'):
9948
9949         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9950
9951         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9952         overlaying area for it (uses RegBankUsed[4]).
9953
9954         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9955         bank zero as used by default.  By default aslink locates the stack
9956         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9957         the creation of the .mem file.  Delegates the allocation of data area
9958         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9959         the begining of the stack area to aslink.
9960
9961         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9962         glue() in SDCCglue.c creates an area for it.
9963
9964 2002-09-03  Borut Razem <borut.razem AT siol.net>
9965         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9966         sdcc/src/pic/glue.c:
9967         introduced atexit() handler for teporay files removal in case of
9968         errors, assertions, ...
9969
9970 2002-08-29  Borut Razem <borut.razem AT siol.net>
9971         * sdcc/support/cpp2/auto-host_vc_in.h:
9972         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9973         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9974         Maybe there is a similar problem with BORLANDC? It should be checked!
9975
9976         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9977         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9978         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9979         was not executed, and the compiler (cl) launched a warning:
9980         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9981
9982 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9983         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9984
9985 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9986         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9987
9988         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9989           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9990           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9991           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9992           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9993           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9994           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9995         - added Release configuration in VS projects
9996         - review of compiler an linker options
9997         - VC .exe files are generated in bin_vc directory, not to interfere
9998           with binaries generated from other projects (cygwin, mingw, bcc ...)
9999
10000         * sdcc/src/yacc.dsp: added
10001
10002         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10003         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10004         and insert the version number definitions from .version
10005
10006         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10007
10008         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10009         added - genarate auto-host.h using auto-host_vc_in.h as template
10010
10011         * sdcc/sdcc_vc.h,
10012         removed from CVS, generated automatically
10013
10014 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10015         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10016
10017 2002-08-11  Borut Razem <borut.razem AT siol.net>
10018         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10019
10020 2002-08-10  Borut Razem <borut.razem AT siol.net>
10021         * src/SDCCmain.c (main):
10022         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10023         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10024         The consequence was that some temporary files were not removed.
10025
10026         * src/SDCCglue.c:
10027         unification of code in functions tempfilename() and tempfile():
10028         function tempnam() is defined in Visual Studio 6.0 and .NET
10029
10030         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10031
10032         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10033           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10034         - removed compiler command line option /WX: Treats all warnings as errors
10035         - update a list of source files, included into the project
10036
10037         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10038           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10039         changed project type to Generic Project so that can be correcly converted to VS.NET project
10040
10041         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10042
10043         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10044
10045         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10046
10047         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10048         added return 0 statements after assert() to make compiler happy
10049
10050         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10051         added newline in the def file to keep MSC compiler satisfied
10052
10053         * sdcc/src/z80/gen.c:
10054         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10055           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10056         - solved MSC error in function aopDump()
10057
10058         * sdcc_vc.h: define PREFIX as "\\sdcc"
10059
10060 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10061         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10062
10063 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10064         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10065         - Rewrote the register banking algorithm.
10066         - Added pCode live-range analysis to registers (for now, only non-used and
10067         singly-used registers optimized away)
10068
10069         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10070
10071         * 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.
10072
10073 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10074         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10075
10076 2002-04-22  Michael Hope  <michaelh AT vroom>
10077
10078         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10079
10080         * configure.in (DD_COPT): Added include support required for gbdk.
10081
10082         * .version: Bumped version number just to increase it.
10083
10084         * src/SDCCmain.c: Added -nostdinc to the default options.
10085
10086 2002-04-15  Michael Hope  <michaelh AT vroom>
10087
10088         * device/lib/z80/printf.c (sprintf): Added.
10089
10090         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10091
10092         * src/z80/peeph.def: Added transpose redundent load rule.
10093
10094         * src/z80/main.c: Added force callee saves for jaune.
10095
10096         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10097
10098         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10099
10100 2002-03-28  Johan Knol  <johan AT balder>
10101
10102         * src/SDCCval.c: fixed bug #532436
10103
10104 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10105         * /src/port.h:
10106         Added "char *Processor" field to the port structure.
10107
10108         * /src/SDCCmain.c:
10109         Added -p option. Allows port dependent processor to be specified.
10110
10111         * all ports:
10112         Initialized the new field char *Processor field to NULL in all ports
10113
10114         * /src/pic/*:
10115         Compiler generated registers for interrupt context saving
10116         were not getting allocated.
10117
10118 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10119
10120         * /src/SDCCast.c:
10121         Fixed left shift. Will promote the left side of a left shift
10122         if a) left shifting more than size of operand or b) when assigned
10123         to something size > size of left side
10124
10125 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10126         * src/pic/*
10127         tons of changes. Register allocation has been
10128         rewritten. Added customization for the various PICs. Flow
10129         analysis is restructured. ...
10130
10131         * src/pic/device.h:
10132         Added
10133
10134         * src/pic/device.c:
10135         Added. device.c is a PIC port hack to accomodate variations
10136         in PIC devices.
10137
10138 2002-03-13  Michael Hope  <michaelh AT vroom>
10139
10140         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10141
10142 2002-03-04  johanknol  <johanknol AT manik>
10143
10144         * /src/SDCCval.c: fixed
10145
10146         const unsigned char arr[][2] = { { 0, 1 } };
10147         t18.c:1: error: Initializer element is not constant
10148
10149 2002-03-04  bela  <bela AT manik>
10150
10151         * /device/include/mcs51reg.h:
10152         ds89c420 register definition update
10153
10154 2002-03-03    <johan AT FRIJA>
10155
10156         * support/Util/SDCCerr.c: did something, but don't no why anymore
10157
10158         * support/regression/tests/bug-524691.c: made it a little less shy
10159
10160         * src/SDCCast.c (decorateType): fixed bug #524697
10161
10162         * src/SDCCast.c: made some lineno improvements
10163
10164         * src/SDCCval.c (getNelements): changed warning to error
10165
10166         * src/SDCCglue.c (printIvalArray): changed warning to error
10167
10168         * src/SDCCicode.c: fixed a warning for mingw
10169
10170         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10171
10172         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10173
10174 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10175
10176         * src/ds390/peeph.def:
10177         Added some more peephole rules
10178
10179         * src/ds390/gen.c: Various fixes & enhancements
10180
10181         * src/SDCClrange.c, src/SDCClrange.h:
10182         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10183
10184         * src/ds390/ralloc.c:
10185         various fixes & enhancements (ds390) specific
10186
10187         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10188         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10189         from rallocs.
10190
10191         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10192
10193 2002-03-02    <johan AT FRIJA>
10194
10195         * src/SDCCast.c (decorateType): fixed bug #524708
10196
10197         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10198
10199         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10200
10201 2002-03-01  Michael Hope  <michaelh AT vroom>
10202
10203         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10204
10205         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10206
10207 2002-03-01    <johan AT FRIJA>
10208
10209         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10210
10211         * src/SDCCast.c (decorateType): fixed bug #524209
10212
10213         * src/SDCCval.c (valNot): fixed bug #524195
10214
10215 2002-02-26    <johan AT balder>
10216
10217         * src/xa51/gen.c: fixed a warning
10218
10219         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10220
10221         * src/SDCCast.c (decorateType): fixed bug #522534
10222
10223 2002-02-23    <johan AT balder>
10224
10225         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10226
10227 2002-02-22    <johan AT balder>
10228
10229         * src/SDCCast.c: fixed bug #514865
10230
10231         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10232
10233 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10234
10235         * sdcc/src/SDCCloop.c:
10236         Previous fix was not good. basic blocks that have "break" or "return" are
10237         not really partof a loop , but live ranges used in these blocks should
10238         be live thru the entire loop, so set partOfLoop but don't add them to
10239         loop region
10240
10241 2002-02-21    <johan AT FRIJA>
10242
10243         * src/SDCCcse.c: fixed bug #514308
10244
10245 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10246
10247         * src/SDCCloop.c:
10248         Fixed BUG #519583. If a conditional block ended in a return/break
10249         statement inside a loop, it was not being considered part of the loop.
10250
10251         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10252
10253 2002-02-10  Karl Bongers <karl AT turbobit.com>
10254
10255         * debugger/*:
10256         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10257         with lots of comments and notes.
10258
10259         * device/examples/test2.c:
10260         Fix bug, "red" variable not being initialized(compiler complained).
10261
10262         * device/examples/Makefile, examples/test3.c:
10263         Add Makefile in device/examples folder, compiles test3.c
10264         for use as a multiple module SDCDB test case.
10265
10266         * sim/ucsim/cmd.src/cmdset.cc:
10267         Took out debug printfs in ucsim "next" command.
10268
10269         * sim/ucsim/xa.src:
10270         Karl and Johan start ucsim XA support.  Most dissassembly working,
10271         about 75% emulation done(plenty of work remaining).
10272
10273         * sim/ucsim/z80.src:
10274         Add Z80 support to ucsim, add test-ucz80 regression test,
10275         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10276         Notice z80 compiler fails on examples/test3.c/crc code.
10277
10278 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10279
10280         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10281         Added support for --parms-in-bank1
10282
10283         * src/ds390/peeph.def:
10284         added a few more peephole optimzations
10285
10286         * src/ds390/main.c:
10287         1) added __builtin_inp & __builtin_outp used to read in data of given length
10288            from a memory mapped port
10289         2) added __builtin_memcmp
10290         3) added __builtin_swapw swap bytes of a short
10291
10292         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10293         1) handle multiple send & receives from register bank1
10294         2) ralloc can now allocate DPTR1 to some liveRanges
10295
10296         * src/SDCCsymt.c, src/SDCCsymt.h:
10297         changes to handle multiple sends & receives
10298
10299         * src/SDCCptropt.h:
10300         added some pointer arithmetic optimization
10301
10302         * src/SDCCptropt.c:
10303         added some pointer arithmetic optimizations but not stable yet so not
10304         called from anywhere (will get this working shortly)
10305
10306         * src/SDCCopt.c: fixed for multiple sends & receives
10307
10308         * src/SDCCmain.c:
10309         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10310         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10311            set preprocessor defines (depending on options)
10312
10313         * src/SDCCicode.c, src/SDCCicode.h:
10314         changes made to handle multiple sends & receives
10315
10316         * src/SDCCglobl.h:
10317         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10318
10319         * src/SDCCcse.c, src/SDCCcse.h:
10320         added function findbackward def (to be used in upcoming optimization)
10321
10322         * src/SDCCcflow.c, src/SDCCcflow.h:
10323         added function returnAtEnd - to determine if a basic block terminates with
10324         a RETURN iCode
10325
10326         * src/SDCCast.c, src/SDCCast.h:
10327         added option parms-in-bank1
10328
10329         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10330         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10331         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10332         adjusted for --parms-in-bank1 option
10333
10334         * device/include/string.h:
10335         donot redefine "reentrant" keyword
10336
10337         * device/include/ds80c390.h: Added some more SFRs
10338
10339 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10340
10341         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10342
10343 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10344
10345         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10346
10347 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10348
10349         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10350
10351 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10352
10353         * Added --xram-movc option
10354
10355 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10356
10357         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10358
10359 2002-01-11  Johan Knol
10360
10361         * Added math lib of Jesus Calvino-Fraga
10362
10363 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10364
10365         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10366         * support/regression/Makefile: new target test-mcs51-stack-auto
10367         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10368
10369 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10370
10371         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10372
10373 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10374
10375         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10376
10377 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10378
10379         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10380
10381         * src/SDCCglue.h: add definition for printIvalChar()
10382
10383 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10384
10385         * src/SDCCast.c: fix #498138 by Johan
10386
10387         * src/SDCCglue.c: fix #498138 by Johan
10388
10389 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10390
10391         * support/regression/Makefile: fix clean
10392
10393         * support/regression/ports/ds390/support.c: fix transmission of last character
10394
10395 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10396
10397         * /sdcc/src/ds390/gen.c:
10398         a) improved computing address of stack variable
10399         b) took out some #if 0 code
10400         c) improved parmBytes adjustment
10401         d) improved genPlusIncr & genMinusIncr
10402         e) genCmp could generate bad code (when left assigned to DPTR)
10403         f) Fixed bug in hasInc
10404
10405         * /sdcc/src/ds390/ralloc.c:
10406         a) packRegsForSupport could mess up live information (Fixed)
10407         b) packRegsDPTRuse could be incorrect for left & right shift
10408
10409         * /sdcc/src/mcs51/ralloc.c:
10410         packRegsForSupport could mess up the live information (Fixed)
10411
10412         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10413
10414         * /sdcc/src/SDCCast.c:
10415         can reverse a loop even if function call is present as long
10416         as the loop control variable is local & is not passed as parameter
10417
10418 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10419
10420         * /sdcc/ChangeLog: *** empty log message ***
10421
10422         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10423         More builtin function additions for TININative
10424
10425         * /sdcc/src/ds390/ralloc.c:
10426         Had broken the regression testsuite
10427
10428         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10429
10430         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10431         Added funcattr hasStackParms will be set for reentrant functions when there
10432         are paramteres on the stack, this helps in minimizing frame pointer generation
10433         typeFromStr can handle function pointers now
10434
10435         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10436         *** empty log message ***
10437
10438 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10439
10440         * /src/ds390/gen.c, /src/ds390/main.c:
10441         More builtin function additions for TININative
10442
10443         * /src/ds390/ralloc.c:
10444         Had broken the regression testsuite
10445
10446         * /src/SDCCast.c: Fixed a bug in dumptree
10447
10448         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10449         Added funcattr hasStackParms will be set for reentrant functions when there
10450         are paramteres on the stack, this helps in minimizing frame pointer generation
10451         typeFromStr can handle function pointers now
10452
10453         * /doc/builtins.txt, /doc/TININative.txt:
10454         *** empty log message ***
10455
10456
10457 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10458
10459         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10460         ALPHA version for -mTININative
10461
10462         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10463         updated to reflect changes in the port structure
10464
10465         * /src/port.h:
10466         added function do_assemble (similar to do_link) if non-null this function
10467         will be called to do assembly (-mTININative) requires a multi command
10468         assembly
10469         added function genAssemblerEnd will be called to generate assembler Epilogue
10470
10471         * /src/SDCCsymt.c:
10472         added _JavaNative to debug info printing
10473
10474         * /src/SDCCmain.c: added option --tini-libid
10475         added port->do_assemble function (-mTININative) has a multi command assemble
10476
10477         * /src/SDCCglue.c: Disabled "constExpr" check
10478         added port->genAssemblerEnd function
10479
10480         * /src/SDCCglobl.h: Added option --tini-libid value
10481
10482         * /src/SDCCast.h:
10483         tookout optimizeCompare from the header (has no external references)
10484
10485         * /src/SDCCast.c: made one more function "static"
10486
10487 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10488
10489         * src/z80/mappings.i: Added z80asm support.
10490
10491         * src/z80/main.c: Added z80asm support on --asm=z80asm
10492
10493         * src/z80/gen.c: Fixed asm portability issues.
10494
10495         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10496
10497         * src/SDCCglue.c (printExterns): Added global/extern split.
10498
10499 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10500
10501         * support/regression/Makefile: added test for mcs51 model large
10502
10503         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10504
10505         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10506
10507 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10508
10509         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10510
10511 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10512
10513         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10514
10515         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10516
10517 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10518
10519         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10520
10521         * support/regression/tests/simplefloat.c: Port to mcs51.
10522
10523 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10524         * support/regression/tests/bug-485362.c: Added.
10525
10526         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10527
10528         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10529
10530         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10531
10532         * src/z80/gen.c (aopDump): Added a dump function.
10533
10534 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10535         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10536
10537         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10538
10539         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10540
10541         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10542
10543         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10544
10545         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10546
10547         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10548
10549         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10550
10551         * support/regression/ports/ds390/support.c: Use tinibios.
10552
10553         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10554
10555 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10556
10557         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10558         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10559
10560         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10561
10562         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10563
10564 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10565
10566         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10567
10568         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10569         (packRegsForIYUse): Created and optimised.
10570
10571 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10572
10573         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10574 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10575
10576         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10577
10578         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10579
10580         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10581
10582 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10583
10584         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10585
10586         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10587
10588 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10589
10590         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10591
10592         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10593
10594         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10595
10596 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10597
10598         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10599         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10600         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10601
10602         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10603
10604         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10605         (genNotFloat): Added.
10606         (genUminusFloat): Added.
10607
10608         * device/lib/z80/Makefile: Added floating pt stubs.
10609
10610         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10611
10612         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10613
10614         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10615
10616 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10617
10618         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10619
10620         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10621
10622         * sdcc/support/regression/Makefile: Add port ds390.
10623
10624         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10625
10626         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10627
10628         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10629
10630         * sdcc/support/regression/ports/ds390/support.c: Added.
10631
10632         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10633
10634         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10635
10636         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10637
10638 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10639
10640         * device/include/malloc.h: Added z80 and gbz80 support.
10641
10642         * device/lib/gbz80/heap.s: Added.
10643
10644         * device/lib/z80/heap.s: Added.
10645
10646         * device/lib/malloc.c: Added z80 and gbz80 support.
10647
10648         * support/regression/tests/malloc.c (testMalloc): Added.
10649
10650         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10651
10652         * support/regression/tests/bug-478094.c: Added.
10653
10654         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10655
10656 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10657
10658         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10659
10660         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10661
10662         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10663
10664         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10665
10666         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10667
10668 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10669
10670         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10671
10672 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10673
10674         * support/regression/tests/bug-477927.c: Added.
10675
10676         * src/z80/peeph.def: Added minor rules.
10677
10678         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10679
10680         * src/z80/peeph.def: Added jump optimisation modification.
10681
10682 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10683
10684         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10685
10686 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10687
10688         * support/regression/tests/funptrs.c: Added.
10689
10690 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10691
10692         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10693
10694 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10695
10696         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10697
10698         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10699
10700         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10701         (movLeft2ResultLong): Created.
10702
10703         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10704         (joinPushes): Added.  Joins two char pushes into a word push.
10705
10706 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10707
10708         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10709
10710         * support/makebin/Makefile (install): Added creation of dest dir.
10711
10712 2001-10-24 Karl Bongers <karl AT turbobit.com>
10713
10714         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10715
10716 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10717
10718         * src/z80/ralloc.c: Turned off faulty pack for one use.
10719
10720         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10721
10722         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10723
10724 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10725
10726         * support/regression/Makefile: Improved clean
10727
10728         * support/regression/ports/gbz80/spec.mk: Added clean
10729
10730         * support/regression/ports/host/spec.mk: Added clean
10731
10732         * support/regression/ports/z80/spec.mk: Added clean
10733
10734         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10735
10736         * support/regression/ports/mcs51/timeout.c: little improvements
10737
10738 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10739
10740         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10741
10742         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10743
10744         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10745
10746 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10747
10748         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10749
10750         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10751
10752 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10753         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10754
10755         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10756
10757         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10758
10759         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10760
10761         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10762
10763         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10764
10765         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10766
10767         * support/regression/tests/longor.c: Added.
10768
10769 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10770
10771         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10772
10773         * as/mcs51/aslink.h: define PATH_MAX
10774
10775         * as/mcs51/asm.h: define PATH_MAX
10776
10777         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10778
10779         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10780
10781         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10782
10783         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10784
10785         * src/SDCCglobl.h: define PATH_MAX
10786
10787         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10788
10789         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10790
10791 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10792
10793         * src/z80/gen.c (gencjneshort): Fixed
10794
10795         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10796
10797 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10798
10799         * support/regression/tests/bug-469671.c: Added.
10800
10801         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10802
10803 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10804
10805         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10806
10807         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10808
10809 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10810
10811         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10812
10813         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10814
10815         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10816
10817         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10818
10819         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10820
10821         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10822
10823         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10824
10825 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10826
10827         * 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.
10828
10829         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10830
10831         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10832
10833 2001-10-07    <johan AT FRIJA>
10834
10835         * device/lib/gets.c (gets): fixed the return value.
10836
10837 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10838         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10839
10840         * 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.
10841
10842         * 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.
10843
10844         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10845
10846         * src/pic/gen.c: Removed Safe_strdup.
10847
10848         * configure.in: Added option to enable libgc support.
10849
10850         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10851         (bitVectUnion): Optimised.
10852         (bitVectIntersect): Optimised.
10853         (bitVectBitsInCommon): Optimised.
10854         (bitVectCplAnd): Optimised.
10855
10856         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10857
10858 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10859
10860         * src/SDCCmain.c: distinguish between assembler debug and plain options
10861
10862         * src/avr/main.c:   remove standard assembler options
10863
10864         * src/ds390/main.c: remove standard assembler options
10865
10866         * src/mcs51/main.c: remove standard assembler options
10867
10868         * src/port.h: removed "PENDING" comment
10869
10870 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10871
10872         * src/device/lib/_mulint.c  : new, with assember functions
10873
10874         * src/device/lib/_mullong.c : new, with assember functions
10875
10876         * src/device/lib/_divuint.c : with assember functions
10877
10878         * src/device/lib/_divsint.c : with assember functions
10879
10880         * src/device/lib/_divulong.c: with assember functions
10881
10882         * src/device/lib/_divslong.c: with assember functions
10883
10884         * src/device/lib/_moduint.c : with assember functions
10885
10886         * src/device/lib/_modsint.c : with assember functions
10887
10888         * src/device/lib/_modulong.c: with assember functions
10889
10890         * src/device/lib/_modslong.c: with assember functions
10891
10892         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10893
10894         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10895
10896         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10897                                       replaced _mululong.c and _mulslong.c by _mullong.c
10898
10899 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10900
10901         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10902
10903 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10904
10905         * src/SDCCglue.c: test, if win32api is available for MINGW
10906
10907 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10908
10909         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10910         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10911         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10912         * support/regression/ports/host/spec.mk: removed GENERIC
10913         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10914         * support/regression/ports/z80/spec.mk: removed GENERIC
10915
10916 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10917
10918         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10919
10920         * support/regression/tests/bug-467035.c: Created.
10921
10922 2001-10-01    <johan AT FRIJA>
10923
10924         * src/SDCC.y: fixed bug #466586 part 1
10925
10926 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10927
10928         * SDCCicode.c: z80 has no generic pointers
10929         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10930
10931 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10932
10933         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10934
10935 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10936
10937         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10938
10939         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10940
10941 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10942
10943         * configure.in: Fixed up so that ucsim is only configured once.
10944
10945         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10946
10947         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10948         (getPathDifference): As above.
10949
10950         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10951
10952         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10953
10954 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10955         * .version: Updated to 2.3.1
10956
10957         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10958         Added copyright header.
10959
10960         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10961         (assemble): Added support for macro based assembler commands.
10962         (linkEdit): Added support for macro based linker commands.
10963         (preProcess): Changed the pre-processor to use macros.
10964         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10965         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10966
10967         * device/lib/z80/crt0.s: Added module name for debugging.
10968
10969 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10970
10971         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10972
10973         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10974
10975         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10976
10977         * src/Makefile.in: Added SDCCmacro and SDCCutil
10978
10979 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10980
10981         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10982
10983 2001-09-16    <johan AT FRIJA>
10984
10985         * 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.
10986
10987 2001-09-15    <johan AT FRIJA>
10988
10989         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10990         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10991
10992 2001-09-11    <johan AT FRIJA>
10993
10994         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10995
10996 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10997
10998         * support/regression/tests/bug-460444.c: Added test case.
10999
11000         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11001         (genCast): Added justification for all of the asserts.
11002
11003 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11004
11005         * support/regression/support.c: _xdata replaced by xdata
11006
11007         * support/regression/spec.mk: removed _generic
11008
11009 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11010
11011         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11012
11013         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11014         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11015
11016         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11017
11018         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11019
11020         * support/regression/tests/bug-460010.c: Added test case.
11021
11022         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11023
11024 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11025
11026         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11027
11028         * support/regression/testfwk.c: removed workaround for bug #436344
11029
11030         * support/regression/tests/bp.c: use less memory with mcs51
11031
11032         * support/regression/tests/bug-441448.c: use less memory
11033
11034         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11035
11036         * support/regression/collate-results.py: typo
11037
11038 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11039
11040         * support/regression/tests/fetchoverlap.c: Added new test case.
11041
11042         * support/regression/tests/bp.c: Added new test case.
11043
11044         * support/regression/tests/bug-448984.c: Added new test case.
11045
11046         * support/regression/tests/pow2shifts.c: Added new test case.
11047
11048         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11049         (genlshTwo): Fixed right shift for count > 8.
11050
11051         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11052
11053 2001-09-08    <johan AT FRIJA>
11054
11055         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11056
11057 2001-09-07    <johan AT FRIJA>
11058
11059         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11060
11061         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11062
11063 2001-09-06    <johan AT FRIJA>
11064
11065         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11066         * bernhard noted me at this: "() equals to (void)" (1.38)
11067
11068 2001-09-05    <johan AT FRIJA>
11069
11070         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11071
11072 2001-09-04    <johan AT FRIJA>
11073
11074         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11075
11076
11077 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11078
11079         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11080
11081 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11082
11083         * link/z80/aslink.h: Fixed path for PATH_MAX
11084
11085 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11086
11087         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11088
11089         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11090
11091         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11092
11093         * 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.
11094
11095 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11096
11097         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11098         (genCmp): Fixed up genCmp for the GB with longs.
11099
11100         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11101
11102         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11103
11104         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11105
11106         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11107
11108 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11109
11110         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11111
11112 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11113
11114         * 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.
11115
11116         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11117
11118 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11119
11120         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11121
11122         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11123
11124 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11125
11126   * sim/ucsim/configure:    little improvement of Cygwin-detection
11127   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11128   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11129   * support/regression/tests/bug-221100.c: small changes for mcs51
11130   * support/regression/tests/bug-221168.c: small changes for mcs51
11131   * support/regression/tests/bug-227710.c: small changes for mcs51
11132   * support/regression/tests/staticinit.c: small changes for mcs51
11133   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11134   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11135   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11136
11137 $Revision$
11138