* src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
[fw/sdcc] / ChangeLog
1 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
2
3         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
4
5 2006-05-01 Raphael Neider <rneider AT web.de>
6
7         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
8           (create_pic): store only prefix-free device name,
9           (init_pic): check for device names with "16" prefix,
10           (list_valid_pics),
11         * src/pic/device.h (struct PIC_device),
12         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
13             stored device name,
14         * device/include/pic/pic12f{635,675,629,683}.h,
15         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
16         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
17         * device/include/pic/pic16f505.h,
18         * device/lib/pic/libdev/pic16f505.c: removed
19         * device/include/pic/pic14devices.txt: added support for pic12f
20             devices, removed unsupported non 16-bit devices
21             [above changes provided by patch from Zik Saleeba]
22         * src/pic/*, src/pic16/*, device/include/pic16/*,
23           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
24
25 2006-05-01 Borut Razem <borut.razem AT siol.net>
26
27         * configure.in, configure, doc/Makefile.in:
28           sync with nightly build makefile - latex, dvipdf and dvips
29           not needed any more
30
31 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
32
33         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
34         in the library source
35
36 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
37
38         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
39
40 2006-04-28 Raphael Neider <rneider AT web.de>
41
42         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
43         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
44           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
45         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
46
47 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
48
49         * device/lib/pic/libdev/Makefile.in,
50         * device/lib/hc08/Makefile.in,
51         * device/lib/gbz80/Makefile.in,
52         * device/lib/z80/Makefile.in,
53         * device/lib/ds390/Makefile.in,
54         * device/lib/ds400/Makefile.in: added srcdir to include search path,
55         thanks to Borut for the bug report
56         * configure.in,
57         * configure: always create doc/Makefile independent from --enable-doc
58         * Makefile.in: always install from directory doc independent from
59         --enable-doc
60         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
61         removed
62         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
63         * doc/Makefile.in: install *.txt if present
64         * device/include/Makefile.in (install): added installation of pic/*.inc
65         and pic/*.txt files again, they were erroneously removed
66
67 2006-04-28 Raphael Neider <rneider AT web.de>
68
69         * src/pic/{gen.c,main.h,pcode.c},
70         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
71             concerning signedness with casts
72
73 2006-04-28 Raphael Neider <rneider AT web.de>
74
75         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
76             definition of an interrupt handler,
77         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
78             interrupt handler stuff from picglue() to separate routine,
79           (picglue): enabled definition of intr handlers in files w/o main()
80
81 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
82
83         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
84           compilation with MSVC 2005 Express Edition (VC8)
85
86 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
87
88         * device/lib/Makefile: fixed build of gbz80 lib
89
90 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
91
92         * support/regression/tests/bug-460010.c,
93         * support/regression/tests/bug-524691.c,
94         * support/regression/tests/bug-716242.c: removed conditional defines
95           that are already in testfwk.h
96
97 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
98
99         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
100           (AccAXRsh1): added, shift right by 1,
101           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
102            AccAXLrl1
103         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
104
105 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
106
107         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
108         remove cast to same type
109         * src/SDCCast.c (decorateType): fix for RFE 1475742,
110         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
111         * as/z80/Makefile,
112         * link/z80/Makefile: removed, they have moved to
113         Makefile.in files
114         * configure,
115         * configure.in: replaced duplicate message about ucsim by missing sdcpp
116         * install-sh: fix bug #1204398 by setting umask 0022
117         * device/lib/Makefile: separate build of z80 and gbz80 lib
118
119 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
120
121         Enabled VPATH feature: changed nearly all Makefiles (149 files).
122         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
123
124         One basic decision: e.g. src/clean.mk includes further files. In order
125         to make this work there are two solutions:
126         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
127           run configure on them. This way they can use
128           'include $(srcdir)/port-clean.mk'
129         - always include clean.mk by the Makefile at the same level. To avoid
130           that `make clean` tries to include and build Makefile.dep the
131           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
132           implemented, because now even `make uninstall` doesn't create
133           Makefile.in. clean.mk could be eliminated by pasting it in
134           Makefile.in.
135
136         * debugger/mcs51/Makefile.in: build own objects from library sources
137         (SLIB, SDCC) in current directory
138
139         * configure, configure.in: renamed --disable-device-lib-build in
140         --disable-device-lib; added --enable-doc, the required tools are
141         searched by configure; added result message; the toolchain for the
142         belonging ports are now only built, if the port is enabled.
143
144         * support/regression/*: all output is written in directory gen, because
145         the fwk and ports directories don't livet in the build tree using vpath
146
147         * doc/sdccman.lyx: renamed --disable-device-lib-build to
148         --disable-device-lib, added --enable-doc, added section VPATH
149
150         * sim/ucsim/configure.in,
151         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
152         z80 are enabled by default
153
154 2006-04-24 Raphael Neider <rneider AT web.de>
155
156         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
157             to config word, "pic14_"-prefixed some extern functions
158           (pic14_emitConfigWord): emit __config directive(s) if assignment to
159             config word has been found
160         * src/pic/device.h: added prototypes
161         * src/pic/pcode.c: added "pic14_"-prefix where needed
162         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
163             fixup
164         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
165             words,
166           (pic14emitRegularMap): ignore config words,
167           (pic14createInterruptVect): moved generating __config directives away
168           (picglue): have __config directives emitted
169
170 2006-04-24 Borut Razem <borut.razem AT siol.net>
171
172         * doc/Makefile: sync with nightly build makefile
173
174 2006-04-24 Raphael Neider <rneider AT web.de>
175
176         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
177             registers that have not been assigned proper liveranges,
178             fixes #1469504 and #1474602,
179           (pCodeRegOptimizeRegUsage): fixed typo in comment
180
181 2006-04-24 Borut Razem <borut.razem AT siol.net>
182
183         * device/examples/main8051.c: deleted - it was removed from CVS
184           24.mar.2000 and after that modified 18.feb.2001, so it reappered
185           after the transition to Subversion
186         * src/SDCCalloc.h: deleted - it was removed  from CVS
187           3.feb.2001 and after that modified 18.feb.2001, so it reappered
188           after the transition to Subversion
189         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
190           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
191           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
192           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
193
194 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
195
196         * as/asx8051.dsp: added mcs51/strcmpi.h
197         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
198         * as/hc08/aslink.h: updated lnksect prototype
199         * as/hc08/asm.h,
200         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
201         * as/hc08/asmain.c,
202         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
203           (newdot): handle A_ABS
204         * as/hc08/asout.c,
205         * as/mcs51/asout.c (outarea): output address
206         * as/hc08/lkaomf51.c,
207         * as/mcs51/lkaomf51.c: disabled unused array UsageType
208         * as/hc08/m08pst.c,
209         * as/mcs51/i51pst.c,
210         * as/z80/z80pst.c: "ABS" is not A_OVR
211         * as/hc08/lkarea.c (newarea): read a_addr,
212           (lnkarea): added codemap array, sort absolute areas to the front,
213            combine all GSINITx/GSFINAL,
214           (find_empty_space, allocate_space): new functions,
215           (lnksect): return next address, handle absolute sections
216         * as/mcs51/lkarea.c (newarea): read a_addr,
217           lnksect2 prototype changed,
218           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
219           (find_empty_space, allocate_space): new, factored out of lnksect2,
220           (lnksect2): return next address, handle absolute sections
221         * as/hc08/lkhead.c,
222         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
223         * as/hc08/lklibr.c (addfile, fndsym),
224         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
225           index out of range and detect both '\' and '/'
226         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
227         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
228           regression tests (ds390 cannot return bool yet)
229         * doc/sdccman.lyx: changed version number, document changed --no-peep,
230           document critical interrupts on z80, document changed SDCC define
231         * src/asm.c (_asxxxx_mapping): fixed .org directive,
232           (_a390_mapping): added .org directive
233         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
234           (genMultOneByte): fixed warnings
235         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
236           ones
237         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
238         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
239           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
240         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
241         * src/pic16/main.c: removed newReg prototype
242         * src/pic16/pcode.c,
243         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
244           warnings
245         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
246           ones
247         * src/pic16/ralloc.c
248         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
249           to fix warnings
250         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
251           from short to PIC_OPTYPE
252         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
253         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
254           optype from short to PIC_OPTYPE
255         * src/port.h: made int_size unsigned to fix warnings
256         * src/SDCC.y: fixed warning on MSVC
257         * src/SDCCicode.c (getArraySizePtr): return unsigned int
258         * src/SDCCopt.c (convertToFcall): fixed warnings
259         * src/SDCCsymt.h: removed double prototype for genSymName
260         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
261           offset int to fix warnings
262
263 2006-04-22 Borut Razem <borut.razem AT siol.net>
264
265         * doc/sdccman.lyx, */Makefile, */Makefile.in:
266           references to CVS replaced with Subversion
267
268 2006-04-21 Borut Razem <borut.razem AT siol.net>
269
270         * doc/sdccman.lyx, */Makefile, */Makefile.in:
271           references to CVS replaced with Subversion
272
273 2006-04-19 Borut Razem <borut.razem AT siol.net>
274
275         * src/version.awk: adapted for svn
276         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
277           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
278           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
279           /binutils-avr/etc/*.vi, *.jin: removed all properties
280           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
281
282 2006-04-19 Borut Razem <borut.razem AT siol.net>
283
284         * CVS to Subversion migration completed
285
286 2006-04-18 Borut Razem <borut.razem AT siol.net>
287
288         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
289           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
290
291 2006-04-17 Borut Razem <borut.razem AT siol.net>
292
293         * device/include/Makefile.in: added pic/*.inc to the installation
294
295 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
296
297         * support/regression/collate-results.py: fixed output in case of
298         a valdiag error
299         * support/regression/generate-cases.py: fixed splitting of pathnames
300         with dots
301         * as/hc08/lklibr.c (addfile),
302         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
303
304 2006-04-11 Raphael Neider <rneider AT web.de>
305
306         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
307         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
308         * src/pic16/pcode.c (assignValnums): fixed #1460578
309
310 2006-04-11 Raphael Neider <rneider AT web.de>
311
312         * device/lib/pic/libdev/*.c,
313         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
314           fixes #1468739, enables compilation in --std-c99 mode
315         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
316
317 2006-04-11 Raphael Neider <rneider AT web.de>
318
319         * src/pic/device.c (find_device): removed debug output
320           (list_valid_pics): enabled verbose listing of supported devices
321         * device/include/stdbool.h: define bool as char for pic14/16 as well
322
323 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
324
325         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
326
327 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
328
329         * .version: bumped version to 2.5.6
330         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
331
332 2006-04-06 Raphael Neider <rneider AT web.de>
333
334         * .version: bumped version to 2.5.6 (pic14 ABI changed)
335         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
336         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
337           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
338             pic14_constructAbsMap
339           (pic14printPublics): declare absolute global symbols as global
340           (pic14createInterruptVect),
341         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
342           (newReg): assume new registers unused, use correct name in
343             hashtable (reg->name instead of name), more debugLog output
344         * src/pic/device.h (PIC_device): added fields for verbose output
345         * src/pic/device.c: moved device definition to pic14devices.txt,
346             added routines for runtime parsing of pic14devices.txt,
347             added support for second config word
348         * src/pic/main.c (_process_pragma): removed #pragma maxram,
349           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
350           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
351           (_pic14_parseOptions): moved pCodeInitRegisters here
352           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
353         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
354           (pCodeInitRegisters): rewrapped comments, perpared new approach to
355             handling the pseudo stack
356         * device/lib/Makefile.in: ignore failures in objects-pic16,
357         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
358         * device/lib/pic/NEWS: document new dependency on picXXX.lib
359         * device/lib/pic/Makefile.subdir,
360         * device/lib/pic16/Makefile.subdir: improved clean rules
361         * device/lib/pic/libdev/: NEW, pic14 device libraries
362         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
363         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
364         * device/include/Makefile.in: create subdir and install pic14 headers
365         * device/include/pic/p16f_common.inc: removed unused declarations
366         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
367             PICs from inc2h.pl v1.6,
368             replaced BIT_AT macros with struct declarations
369         * device/include/pic/pic14devices.txt: definition of supported devices,
370             all above improvements contributed by Zik Saleeba, thanks
371         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
372         * support/scripts/sdcc.nsi: also install pic14 device libraries and
373             headers
374
375 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
376
377         * device/include/mcs51/c8051f410.h: added interrupt numbers,
378         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
379           thanks to Charles Olds
380
381 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
382
383         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
384
385 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
386
387         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
388         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
389         * support/regression/bug1464657.c: added, new test
390
391 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
392
393         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
394           version number
395
396 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
397
398         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
399           --no-peep and --peep-file <file> are used don't use default rules but
400           do use the <file>
401
402 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
403
404         * src/mcs51/gen.c (genCall): fixed bug 1457608
405
406 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
407
408         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
409         changes seem to cause (trigger?) problems with the build system.
410
411 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
412
413         * src/SDCCpeeph.c (operandsLiteral): new, added,
414           (callFuncByName): inserted operandsLiteral
415         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
416
417 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
418
419         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
420         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
421
422 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
423
424         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
425           implemented patch 1120823 Thanks to Willy De la Court (normal
426           interrupts need an interrupt number now if they are made critical),
427           and enabled nesting of critical functions though not for gbz80
428           (genCritical, genEndCritical): added functions
429           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
430         * src/z80/mappings.i: added "ei" to all mappings
431
432 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
433
434         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
435         submitted by the Debian SDCC maintainer Aurelien Jarno:
436         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
437         archive with gcc 4.1 on mips and wrote the patch"
438
439 2006-03-16 Raphael Neider <rneider AT web.de>
440
441         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
442           the left operand is shorter than the result (c* = lit-c* + int),
443           fixes bug #1450796
444         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
445           OP_SYMBOL
446
447 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
448
449         * src/.version: increased version number to 2.5.5
450         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
451         linking is done manually in pic16 port's _linkEdit,
452         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
453         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
454         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
455         allocate asmop as AOP_ACC,
456         (aopForRemat): added parameter 'bool result' in function declaration,
457         (pic16_aopGet): return AOP_ACC when accessing WREG,
458         (pic16_popGetTempReg): minor modification,
459         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
460         'pic16_allocWithIdx',
461         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
462         calling function in absolute addresses,
463         (genAssign): take into account AOP_ACC asmop,
464         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
465         * src/pic16/pcoderegs.c: some debug functions and lines added,
466         * src/pic16/ralloc.c (decodeRegType): added but commented out,
467         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
468         register too,
469         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
470         call to allocReg, not by manually allocating a new one,
471         (pic16_assignRegisters): now before going through the register
472         allocating functions mark all registers as free. This eliminates some
473         side effects resulting from peephole parser done earlier in the backbone
474
475 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
476
477         * src/SDCCicode.c (geniCodeLogic),
478         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
479
480 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
481
482         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
483           (genSend): bugfix, do not allocate and free twice,
484           (shiftRLong): handle partially overlapping aops
485         * support/regression/tests/bitopcse.c: fixed warning redefined idata
486
487 2006-03-08 Borut Razem <borut.razem AT siol.net>
488
489         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
490           for pic16
491
492 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
493
494         * support/regression/tests/bug1409955.c: new, added
495         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
496         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
497           (aopForSym, aopOp): increment asmop.allocated if reused,
498           (freeAsmop): decrement asmop.allocated and check for zero instead of
499           using asmop.freed,
500           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
501           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
502            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
503            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
504            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
505            genSignedRightShift, genRightShift, genDataPointerGet,
506            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
507            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
508             in reverse order from allocation,
509           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
510             added swappedLR to keep track
511         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
512           pdata & code for GCC, z80, gbz80 & hc08
513         * support/regression/tests/zeropad.c: moved defines to testfwk.h
514
515 2006-03-08 Raphael Neider <rneider AT web.de>
516
517         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
518
519 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
520
521         * device/include/mcs51/c8051f410.h: new SiLabs mcu
522         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
523         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
524
525 2006-03-06 Borut Razem <borut.razem AT siol.net>
526
527         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
528           made the linker quiet
529
530 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
531
532         * src/pic16/gen.c (genPcall): fixed bug #1443644
533         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
534         which dumps before the function entry point a data byte which represents
535         the number of the local variables used by the specified function, added
536         'xinst' for initial support for Extended Instruction Support,
537         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
538         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
539         port->fun_prefix anymore (may change later),
540         (genFunction, genEndFunction): do not store/restore local registers for
541         _main (this should take care the --main-return command line option in
542         the future),
543         (genOr): removed some legacy pic-port instructions,
544         * src/pic16/genarith.c (genAddLit): re-enabled old code because
545         performing operations with SFR's causes data to be written more than
546         once to each SFR. Perhaps SFRs should be handled in special cases...
547         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
548         pcode.h
549         * src/pic16/main.c (_process_pragma): stack bound checking did not take
550         into account for stack starting position,
551         (struct OPTIONS pic16_optionsTable): added command line argument
552         --extended or -y for Extended Instruction Support,
553         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
554         (deassignLRs): *** perhaps the most important change, old 'for' code
555         (commented out for reference), didn't account for some registers which
556         were left marked 'not free' after a pointer operation. The change
557         reduces register usage a lot in some cases
558
559 2006-03-04 Borut Razem <borut.razem AT siol.net>
560
561         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
562           _clean
563         * support/regression/tests/bug-524697.c: decreased array size for
564           mcs51 to fit into the internal RAM
565         * support/regression/Makefile.in: a little bit more verbose
566
567 2006-03-03 Borut Razem <borut.razem AT siol.net>
568
569         * support/regression/fwk/lib/testfwk.c,
570           support/regression/fwk/include/testfwk.h: introduced function
571           _prints(), nonrecursive _printn(), call _initEmu() from main()
572         * support/regression/ports/gbz80/support.asm,
573           support/regression/ports/ucz80/support.asm,
574           support/regression/ports/z80/support.asm,
575           support/regression/ports/ds390/support.c,
576           support/regression/ports/hc08/support.c,
577           support/regression/ports/host/support.c,
578           support/regression/ports/mcs51/support.c,
579           support/regression/ports/xa51/support.c: added empty _initEmu()
580           function
581         * support/regression/ports/pic16/gpsim.cmd,
582           support/regression/ports/pic16/spec.mk,
583           support/regression/ports/pic16/support.c,
584           support/regression/Makefile.in: added pic16 regression test
585
586 2006-03-01 Raphael Neider <rneider AT web.de>
587
588         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
589           genConstPointerGet): use safe way of generating MOVFF to cover
590             literals as well as registers, fixes bug #1440527
591         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
592             dereference
593           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
594             more correctly, fixes bug #1232186
595           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
596         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
597             gplink guess the correct processor in more cases, applied patch
598             from Till Riedel attached to and fixing bug #1436552
599
600 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
601
602         * support/regression/tests/array.c: added, contains check for #1434401
603         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
604
605 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
606
607         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
608         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
609         * device/include/mcs51/c8051f326.h,
610         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
611         * device/include/mcs51/c8051f000.h,
612         * device/include/mcs51/c8051f018.h,
613         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
614           PCON_IDLE,PCON_STOP and added sfr16 definitions
615
616 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
617
618         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
619           genGetWord): fixed bug 1409955
620
621 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
622
623         * device/include/hc08/mc68hc908gp32.h,
624         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
625
626 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
627
628         * src/SDCCast.c (constExprValue): return NULL if not a value
629         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
630         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
631         * support/regression/tests/bitfields.c: enabled signed bitfield for all
632
633 2006-02-13 Borut Razem <borut.razem AT siol.net>
634
635         * src/regression/ptrarg.c: added, fails due to bug #1430967
636         * src/regression/Makefile: ptrarg.c added, ...
637
638 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
639
640         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
641         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
642
643 2006-02-11 Borut Razem <borut.razem AT siol.net>
644
645         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
646           print "Processor: xxx" message to stdout only if --verbose
647
648 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
649
650         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
651         * support/regression/tests/bug1426356.c: added
652         * support/regression/tests/bitfields.c: removed 2 tests
653
654 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
655
656         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
657         * device/include/mcs51/c8051f330.h,
658         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
659           PCON_IDLE,PCON_STOP and added sfr16 definitions
660         * device/lib/_divsint.c,
661         * device/lib/_divuint.c,
662         * device/lib/_divulong.c,
663         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
664           register bank bug for small stackauto
665
666 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
667
668         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
669
670 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
671
672         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
673         * all.dsp: corrected several bin paths
674         * device/include/mcs51/c8051f120.h,
675         * device/include/mcs51/c8051f300.h,
676         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
677           to PCON_IDLE,PCON_STOP
678         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
679         * device/lib/printf_large.c (output_float): fixed bug 1388703
680         * support/regression/tests/bug1057979.c: added test for bug 1388703
681
682 2006-02-08 Raphael Neider <rneider AT web.de>
683
684         * src/pic/pcode.c (pciTRIS): fixed typo,
685           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
686           (LinkFlow): fixed handling of flows that end in a call,
687           (ReuseReg): perform safety check earlier
688         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
689             to work with flows at the beginning of a pBlock,
690             fixes #1426557 (Symbol not previously defined),
691           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
692             usage information
693           (RemoveUnusedRegisters): update register usage info
694         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
695             created, reuse existing ones instead
696         * src/pic/gen.c (genPcall): fixed #1424719
697
698 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
699
700         * link/z80/lkmain.c,
701         * link/z80/lklex.c,
702         * link/z80/lkdata.c,
703         * link/z80/aslink.h: fixed build on current cygwin:
704         replaced getline() by lk_getline()
705
706 2006-02-01 Borut Razem <borut.razem AT siol.net>
707
708         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
709           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
710           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
711           src/regression/bool1.c, src/regression/bool2.c,
712           src/regression/bool3.c, src/regression/call1.c,
713           src/regression/compare.c, src/regression/compare10.c,
714           src/regression/compare2.c, src/regression/compare3.c,
715           src/regression/compare4.c, src/regression/compare5.c,
716           src/regression/compare6.c, src/regression/compare7.c,
717           src/regression/compare8.c, src/regression/compare9.c,
718           src/regression/configword.c, src/regression/for.c,
719           src/regression/inline.c, src/regression/mult1.c,
720           src/regression/nestfor.c, src/regression/or1.c,
721           src/regression/pointer1.c, src/regression/ptrfunc.c,
722           src/regression/rotate1.c, src/regression/rotate2.c,
723           src/regression/rotate3.c, src/regression/rotate4.c,
724           src/regression/rotate5.c, src/regression/rotate6.c,
725           src/regression/rotate7.c, src/regression/string1.c,
726           src/regression/struct1.c, src/regression/sub.c,
727           src/regression/sub2.c, src/regression/switch1.c,
728           src/regression/while.c, src/regression/xor.c,
729           src/regression/create_stc, src/regression/simulate,
730           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
731           regression tests
732         * src/regression/gpsim_assert.h: added
733
734 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
735
736         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
737         ((void (code *) (void)) 0) ();
738         * as/hc08/aslex.c,
739         * as/hc08/aslink.h,
740         * as/hc08/asm.h,
741         * as/hc08/asmain.c,
742         * as/hc08/lkdata.c,
743         * as/hc08/lklex.c,
744         * as/hc08/lkmain.c,
745         * as/mcs51/aslex.c,
746         * as/mcs51/aslink.h,
747         * as/mcs51/asm.h,
748         * as/mcs51/asmain.c,
749         * as/mcs51/lkdata.c,
750         * as/mcs51/lklex.c,
751         * as/mcs51/lkmain.c,
752         * as/z80/aslex.c,
753         * as/z80/asm.h,
754         * as/z80/asmain.c: fixed build on current cygwin:
755         replaced getline() by as_getline()
756
757 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
758
759         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
760         declarator in the symbol chain
761         * src/SDCCsymt.h,
762         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
763         parameter list for function pointers
764         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
765         * support/regression/tests/bug-716242.c: added
766
767 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
768
769         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
770         offset if possible
771         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
772
773 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
774
775         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
776         inifinitely recurseable, added static
777         * support/regression/tests/bug-1408066.c: added
778
779 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
780
781         * src/SDCCicode.h,
782         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
783         renamed, added possibility to create "postLoopLbl"-labels
784         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
785         newiTempLoopHeaderLabel
786         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
787         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
788         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
789         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
790         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
791         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
792         (basicInduction): fixed bug #136564, made static,
793         (loopInduction): changed parameter of basicInduction, made static,
794         (addPostLoopBlock): added
795         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
796         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
797         findLoopEndSeq
798         * support/regression/tests/bug-136564.c: added
799         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
800         --std-sdcc99 to LIBSDCCFLAGS
801
802 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
803
804         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
805         while loop
806         * support/regression/tests/bug-1406131.c: added
807
808 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
809
810         * src/SDCCast.c (decorateType): fix promotion of unary minus
811         * src/SDCCsymt.c (computeType): beautified
812         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
813         (valUnaryPM, valComplement): fix sign and promotion,
814         (valNot): ANSI: result type is int (SDCC: unsigned char)
815         * support/regression/tests/uminus.c: speedup by removing superflous
816         test case 'int'
817         * support/regression/tests/onebyte.c: added promotion and signedness
818         tests for unary minus
819         * support/regressions/tests/bug-477927.c: disable warning about
820         uninitialized variables
821         * support/regression/tests/not.c: added
822
823 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
824
825         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
826         * src/mcs51/gen.c (gen51Code): show final register usage after
827         fillGaps in asm with --i-code-in-asm
828         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
829         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
830         incUsed, rliveClear, adjustIChain): made static,
831         (setFromRange): excluded because it's unused,
832         (findPrevUseSym, markWholeLoop): added,
833         (findPrevUse): rewritten; fixes bug 895992; now a complete search
834         through all branches of predecessors enables sdcc to emit the warning
835         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
836         (rlivePoint): made static, added parameter emitWarnings which is only
837         true during the first run out of two,
838         (findRecursiveSucc, findRecursivePred): removed,
839         (computeLiveRanges): made static, added parameter emitWarnings,
840         (dumpIcRlive): added for debugging only
841         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
842         removed prototype of setFromRange()
843         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
844         in call of computeLiveRanges()
845         * support/regression/tests/bug-895992.c: added
846         * support/regression/tests/bug-971834.c: added
847         * support/valdiag/tests/bug-895992.c: added
848         * support/valdiag/tests/bug-971834.c: added
849
850 2005-12-18 Raphael Neider <rneider AT web.de>
851
852         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
853           (genUnpackBits): improved code for direct operands,
854           (genPackBits): improved code for literal assignment to bitfields
855             and for direct destination operands (no FSR indirection),
856             prevented redundant AND, fixes #1362800,
857           (AccLsh): added parameter to disable masking of the result
858         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
859           skip instructions with side-effects (like incfsz),
860           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
861         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
862         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
863           fixes #1375263
864
865 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
866
867         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
868         volatile variables as spill location
869
870 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
871
872         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
873         replacing literals
874         * support/regression/tests/bug-1376320.c: added
875
876 2005-12-08 Raphael Neider <rneider AT web.de>
877
878         * src/pic/device.c: renamed is_shared to pic14_is_shared
879         * src/pic/gen.c (genIfx): re-enabled handling of sbits
880         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
881           (is_valid_identifier): added for above workaround
882
883 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
884
885         * device/lib/Makefile.in: fixed to enable port-specific-objects
886         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
887           char, thanks Hubert Sack
888         * doc/sdccman.lyx: documented --xstack-loc,
889           elaborated a bit more on interrupts and pitfalls,
890           removed "setjmp/longjmp unsupported",
891           documented some unsupported C99 features
892         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
893         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
894           if, thanks Hubert Sack
895         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
896         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
897           make make_library
898         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
899           regression tests can report resource usage (rfe 700441)
900         * support/regression/collate-results.py: report resource usage
901         * support/regression/ports/ds390/spec.mk,
902         * support/regression/ports/hc08/spec.mk,
903         * support/regression/ports/mcs51/spec.mk,
904         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
905         * support/regression/ports/ds390/uCsim.cmd,
906         * support/regression/ports/hc08/uCsim.cmd,
907         * support/regression/ports/mcs51/uCsim.cmd,
908         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
909         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
910           library, use the default one
911         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
912           building the library
913
914 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
915
916         * config.dsp: added dependency on .version and configure_vc.awk
917         * device/include/setjmp.h: updated for --stack-auto and --xstack
918         * device/include/mcs51/at89c51snd1c.h: corrected line endings
919         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
920         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
921         * device/lib/libsdcc.lib: added _setjmp
922         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
923           (decorateType): fixed bug 1372851,
924           (optimizeGetHbit): fixed warning
925         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
926           array initialisation
927         * support/regression/tests/bug1057979.c: added test for bug 1358192
928         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
929
930 2005-12-03 Borut Razem <borut.razem AT siol.net>
931
932         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
933           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
934
935 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
936
937         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
938         createIval): implement symbol independant "flexible array member",
939         (createIvalCharPtr): implemented flexible array initialisation with a
940         string
941         * src/SDCCsymt.c (copyStruct): removed,
942         (getSize): fixed misleading comment,
943         (getAllocSize): removed, the additional allocation size is now in
944         sym->flexArrayLength,
945         (checkStructFlexArray): new, syntax checks for flexible array members,
946         (compStructSize): added syntax checks for "flexible array members"
947         (copyStruct): removed,
948         (copyLinkChain): removed inefficient fix for bug 770487
949         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
950         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
951         symbol->flexArrayLength
952         * src/SDCCerr.c,
953         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
954         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
955         * support/regression/tests/structflexarray.c: added
956         * support/valdiag/tests/structflexiblearray.c: added
957
958 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
959
960         * src/SDCCast.c (decorateType): fixed bug 1368489
961         * support/Util/SDCCerr.c,
962         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
963
964 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
965
966         * device/include/mcs51/at89c51snd1c.h: added file submitted by
967           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
968
969 2005-11-27 Borut Razem <borut.razem AT siol.net>
970
971         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
972           support/cpp2/mkdeps.h: added command line option
973           -obj-ext=<extension> to SDCPP to define object file externion, used
974           for generation of make dependencies (-M)
975         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
976
977 2005-11-26 Borut Razem <borut.razem AT siol.net>
978
979         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
980           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
981           added pic and pic16 libraries
982
983 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
984
985         * device/include/float.h: Corrected typo in prototype of __fsgt
986
987 2005-11-25 Borut Razem <borut.razem AT siol.net>
988
989         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
990           added creation of model-mcs51-stack-auto libraries
991
992 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
993
994         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
995         and fields-list too
996         * src/SDCCast.c (createIvalArray): removed obsolete comment
997
998 2005-11-24 Borut Razem <borut.razem AT siol.net>
999
1000         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1001           added missing device/lib/mcs51/crt*.asm sources
1002
1003 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1004
1005         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1006
1007 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1008
1009         * device/lib/_fs2schar.c,
1010         * device/lib/_fs2sint.c,
1011         * device/lib/_fs2slong.c: optimized inline asm
1012
1013 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1014
1015         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1016           Better handling of floats between -1.0 and 0.0.
1017
1018 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1019
1020         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1021           (the missing "if"s prohibited removal of redundant labels)
1022
1023 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1024
1025         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1026           Properly convert floats between -1.0 and 0.0 to long, int, and char
1027           types (max integer value of negative floats tends to zero).
1028         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1029           Removed changes made so to work properly with floats between
1030           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1031           and _fs2char.c
1032
1033 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1034
1035         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1036         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1037         (genCast) cosmetic change
1038         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1039         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1040         from mcs51
1041         * support/regression/tests/bitfields (testSignedBitfields): added
1042
1043 2005-11-18 Borut Razem <borut.razem AT siol.net>
1044
1045         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1046         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1047           introduced SILENT option to make building of pic16 libraries less
1048
1049 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1050
1051         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1052           Now they work properly with floats between -1.0 and 0.0
1053         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1054
1055 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1056
1057         * src/SDCCicode.c (printOperand): added missing else
1058
1059 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1060
1061         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1062         reformatted for better readability
1063         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1064         signed bitfields
1065
1066 2005-11-17 Borut Razem <borut.razem AT siol.net>
1067
1068         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1069           introduced SILENT option to make building of pic16 libraries less
1070           verbose - used for nightly snapshot build
1071         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1072           available on Win32 platforms.
1073         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1074           medium, large, pic and pic16
1075
1076 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1077
1078         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1079           printf("%f"...) sets fraction to zero.
1080
1081 2005-11-16 Raphael Neider <rneider AT web.de>
1082
1083         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1084           fixes #1357221
1085         * src/pic/gen.c (genIfx): implemented for CARRY bit
1086         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1087           to generic pointers, fixes #1357332,
1088           (pic16_movLit2f): NEW,
1089           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1090
1091 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1092
1093         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1094
1095 2005-11-11 Raphael Neider <rneider AT web.de>
1096
1097         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1098         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1099           compute pointer's type from operand,
1100           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1101           improved single bit reads, fixes bug #1353379
1102
1103 2005-11-09 Borut Razem <borut.razem AT siol.net>
1104
1105         * support/scripts/sdcc.nsi: added lib/pic to the package
1106
1107 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1108
1109         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1110
1111 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1112
1113         * support/regression/tests/bug1348008.c: added
1114         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1115         * support/regression/tests/bug1337835.c: updated comment
1116
1117 2005-11-06 Borut Razem <borut.razem AT siol.net>
1118
1119         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1120           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1121           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1122           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1123           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1124           dynamic construction of cl_error_class and derivates - 2.nd try
1125
1126 2005-11-05 Borut Razem <borut.razem AT siol.net>
1127
1128         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1129           bug, which caused Bus Errors on sparc solaris
1130
1131 2005-11-04 Borut Razem <borut.razem AT siol.net>
1132
1133         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1134           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1135           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1136           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1137           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1138           and derivates to resolve the initialization problem on OSX
1139
1140 2005-11-02 Borut Razem <borut.razem AT siol.net>
1141
1142         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1143           corrected typo - #include <winsock2.h>
1144
1145 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1146
1147         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1148           (_asxxxx_mapping): added org directive for future enhancements
1149
1150 2005-11-01 Borut Razem <borut.razem AT siol.net>
1151
1152         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1153           enabled sockets on WIN32
1154         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1155
1156 2005-10-31 Borut Razem <borut.razem AT siol.net>
1157
1158         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1159           WIN32 backslash path delimiters should be escaped when used in C strings
1160         * support/regression/tests/bitfields.c: exclude failing assertions for
1161           __CYGWIN32__ and __MINGW32__ hosts
1162
1163 2005-10-30 Borut Razem <borut.razem AT siol.net>
1164
1165         * src/SDCCutil.c: corrected double comparison typo
1166
1167 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1168
1169         * device/lib/medium/Makefile: added for new memory model medium
1170         * device/include/asm/mcs51/features.h: updated for medium/pdata
1171         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1172           added Multiply & Accumulate sbit's and MAC0_PAGE define
1173         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1174         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1175         * device/lib/_mullong.c: update for medium model
1176         * device/lib/incl.mk: added medium model
1177         * doc/sdccman.lyx: documented medium model
1178         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1179         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1180         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1181         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1182           (allocParms): set SCLS and OCLS to pdata for medium model
1183         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1184           for pdata,
1185           (powof2): return <0 if not power of 2
1186         * src/avr/gen.c (genBitWise): use updated powof2
1187         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1188           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1189           (shiftLLeftOrResult): use B if necessary
1190         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1191         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1192         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1193         * support/regression/Makefile.in: added test-mcs51-medium
1194         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1195
1196 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1197
1198         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1199         specifier unsigned
1200         * device/lib/time.c (mktime): fixed bug 1334315
1201
1202 2005-10-28 Raphael Neider <rneider AT web.de>
1203
1204         * device/include/pic/p16f_common.inc: added common declarations
1205         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1206
1207 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1208
1209         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1210           (aopPutUsesAcc): added to predict accumulator use,
1211           (assignResultValue): save acc if necessary,
1212           (genMinusDec): store result if indirectly addressed,
1213           (genDivOneByte):  save acc if necessary,
1214           (movLeft2Result): bugfix if left already in acc,
1215           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1216             attention to accumulator use (esp. pdata),
1217           (genReceive): receive pdata correctly
1218         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1219         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1220
1221 2005-10-27 Raphael Neider <rneider AT web.de>
1222
1223         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1224
1225 2005-10-27 Raphael Neider <rneider AT web.de>
1226
1227         * .version: changed version to 2.5.4
1228         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1229         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1230           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1231             arithmetics support routines
1232         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1233         * device/lib/Makefile.in: also create installdir for pic
1234
1235         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1236           pic14 port as well
1237         * src/pic/device.c (dump_sfr): rewritten to delegate register
1238           placement to the linker (use `extern sym' rather than sym EQU addr),
1239           (validAddress): fixed to check last specified address
1240         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1241           (popGetLit): truncate literal value to 8 bit,
1242           (popGet): moved assert to more appropriate place
1243           (popGetExternal): create pCode operand from and mark the according
1244             symbol as being `extern'
1245           (popGetAddr): added sanity check on immediate's offset, provide
1246             GPOINTER tag on demand
1247           (aopPut): fixed for immediates,
1248           (mov2w_op): move operand's address or contents to WREG (depending on
1249             operand type), safer variant of mov2w,
1250           (movwf,call_libraryfunc): NEW, handy abbreviations,
1251           (get_argument_pcop,get_return_val_pcop,pass_argument,
1252           get_returnvalue): interface for accessing function parameters and
1253             return values,
1254           (assignResultValuei,genRet): use new parameter/return value interface
1255           (pic14_getDataSize): back to old version handling generic pointers,
1256           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1257             provided implementation and/or fixed old one,
1258           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1259             calls, removed legacy 8051 reference code
1260           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1261           (loadSignToC): NEW, move the operands sign bit to CARRY,
1262           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1263             genRightShiftSigned, accepts negative shift counts,
1264           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1265           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1266             generic pointers, __data pointers and __code pointers,
1267           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1268             and signed bitfields, limit bitfields to 8 bit,
1269           (genDataPointerGet): fixed number of bytes read,
1270           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1271           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1272             pointers to constant data are no longer assumed to point to __code
1273             space, removed invalid pointer types,
1274           (bitpatternFromVal): retrieve the PICs representation of an integer
1275             or float literal,
1276           (genDataPointerSet): fixed assigning to po_immediate operands,
1277           (genGenPointerSet): implemented as library call,
1278           (genIfx): fixed incorrect condition,
1279           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1280             provide GPOINTER tag according to destination's storage class,
1281           (genCast): added code to handle casting to generic pointers, added
1282             sign-/zero extension of the result
1283           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1284         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1285         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1286           extend the result
1287         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1288           address/register resides in the shared banks
1289           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1290             put all variables into separate sections (have the linker arrange
1291             them)
1292           (picglue): put init code and interrupt handlers in separate sections
1293         * src/pic/main.c: added port specific options table, modified to PORT
1294           structure to make GPOINTERs 3 byte, added pic14_options
1295           (_pic14_do_link): private linking routine (update paths to libraries,
1296             add libsdcc.lib by default)
1297         * src/pic/main.h: declare pic14_options
1298         * src/pic/pcode.c: fixed instructions i/o relations,
1299           (RegCond): reverted to correct version,
1300           (newpCodeOpLit): truncate literals to 8 bit,
1301           (genericPrint): added debug output,
1302           (getRegFromInstruction): fixed for various operand types, simplified
1303           (BuildFlow): fixed broken handling of isntructions with labels
1304           (LinkFlow): start at last instruction in flow (skip trailing comments),
1305             pass the flow on to the next instruction after CALL
1306           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1307           (insertPCodeInstruction): fixed inserting after a skip instruction,
1308           (DoBankSelect): fixed for labeled instructions
1309           (OptimizepBlock): honor --nopeep switch
1310           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1311         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1312         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1313           (pCodeOptime2pCodes): allow disabling this optimization via
1314             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1315             but is still buggy), started implementation of a dataflow based
1316             pCode optimization (CSE + dead code elimination)
1317           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1318         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1319           names are independant of the stack location and therefore portable across
1320           devices
1321
1322 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1323
1324         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1325           (selectSpil): fixed bug 1337835 by not spilling bit variables
1326         * support/regression/tests/bug1337835.c: added test for this bug
1327         * src/mcs51/peeph.def: restart after rule 3.c,
1328           addded rules 263.x to optimize loading constants
1329
1330 2005-10-26 Raphael Neider <rneider AT web.de>
1331
1332         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1333         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1334           (genAssign): emit warning when casting literals to generic pointer
1335             type, also applies when taking the address of a fixed variable,
1336           (genCast): improved casting to generic pointers
1337         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1338           extern variables, added verbose error message
1339         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1340
1341 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1342
1343         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1344         carry must be complemented too
1345         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1346         could be emitted by genMinus
1347         * src/SDCCval.c (constVal): fixed bug 1305065
1348
1349 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1350
1351         * src/SDCCast.c (addCast): added promotion for bit variables
1352         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1353         promotion casts + optimisation
1354         (optimizeGetWord): fix warning 'i' might be used uninitialized
1355         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1356         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1357
1358 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1359
1360         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1361         all chars are promoted to int; promotion should be handled in SDCCast.c
1362
1363 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1364
1365         * device/lib/_strcmp.c: Fixed bug 1326457
1366
1367 2005-10-11 Raphael Neider <rneider AT web.de>
1368
1369         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1370         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1371
1372 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1373
1374         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1375         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1376
1377 2005-10-04 Raphael Neider <rneider AT web.de>
1378
1379         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1380           device/lib/pic16/pics.all: added pic18f1320
1381         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1382
1383 2005-09-30 Raphael Neider <rneider AT web.de>
1384
1385         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1386         * src/pic16/devices.inc: NEW, provides device descriptions
1387         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1388
1389 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1390
1391         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1392           GETHBIT
1393
1394 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1395
1396         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1397           documented Any Order Bit, Higher Order Byte and Higher Order Word
1398         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1399         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1400           (optimizeGetAbit): new, to get any bit, not only the high bit,
1401           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1402           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1403           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1404           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1405             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1406             GETABIT, GETBYTE, GETWORD: decorate them,
1407           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1408           (ast_print): added GETABIT, GETBYTE, GETWORD
1409         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1410         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1411           (geniCodeBinary): new generic binary icode,
1412           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1413         * src/port.h: updated comment for PORT.hasExtBitOp
1414         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1415           (genGetByte): new, to get a single byte,
1416           (genGetWord): new, to get a word from a long,
1417           (gen51Code): added GETABIT, GETBYTE, GETWORD
1418         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1419
1420 2005-09-23 Raphael Neider <rneider AT web.de>
1421
1422         * configure.in, configure: have device/lib/pic configured
1423         * device/lib/Makefile.in: added model-pic14
1424         * device/lib/clean.mk: added pic/ to clean rule
1425         * device/lib/pic: added rudimentary pic14 library providing support
1426           functions for multiplication/division/generic pointer access
1427         * src/SDCCopt.c (convilong): mark support functions as extern
1428           for pic14 port as well
1429         * src/pic/gen.c (genMult): added assertions,
1430           (genpic14Code): emit warning on unhandled iCodes
1431         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1432         * src/pic/pcode.c (pCodeOpCopy),
1433         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1434           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1435           SFR_REGISTER}), made safe for future extensions
1436         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1437           instructions even if preceeded by SKIP instructions (also remove
1438           them); removed unused code
1439         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1440           prevents leaving parts of the structure uninitialized after copying
1441
1442 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1443
1444         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1445           ago by me
1446         * support/regression/tests/addsub.c: added test for the bug
1447
1448 2005-09-21 Raphael Neider <rneider AT web.de>
1449
1450         * device/include/pic16/pic18f1220.h,
1451           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1452         * device/lib/pic16/Makefile.rules: added missing opening paren
1453         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1454           are provided in genutils.c,
1455           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1456           operand/result sizes,
1457           (genCmp): assert on NULL pointers first, then check deref'ed values
1458         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1459           result size
1460
1461 2005-09-18 Raphael Neider <rneider AT web.de>
1462
1463         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1464           as these are now unused,
1465           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1466         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1467           local, avoids uninitialized pointer dereference on r->name
1468         * src/pic16/ralloc.c (newReg): fixed indentation
1469
1470 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1471
1472         * src/SDCCval.c (constVal): fixed bug 730366
1473         * support/Util/SDCCerr.c,
1474         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1475
1476 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1477
1478         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1479
1480 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1481
1482         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1483
1484 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1485
1486         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1487           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1488         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1489           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1490         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1491         * packihx/packihx.c (hexDigit): made c unsigned char
1492         * as/mcs51/lklibr.c (fndsym),
1493         * link/z80/lkgb.c (gb),
1494         * link/z80/lklibr.c (fndsym),
1495         * link/z80/lkrloc.c (relr),
1496         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1497         * src/SDCC.lex (checkCurrFile, process_pragma),
1498         * src/SDCCglue.c (spacesToUnderscores),
1499         * src/SDCCmain.c (setParseWithComma, processFile),
1500         * src/asm.c (tvsprintf, printCLine),
1501         * src/avr/gen.c (emitcode, aopPut),
1502         * src/ds390/gen.c (emitcode),
1503         * src/hc08/gen.c (emitcode, emitinline),
1504         * src/mcs51/gen.c (emitcode, genInline),
1505         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1506           tokenizeLineNode),
1507         * src/pic/ralloc.c (debugLog),
1508         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1509           tokenizeLineNode),
1510         * src/pic16/ralloc.c (debugLog),
1511         * src/z80/main.c (_process_pragma):
1512            made all ctype.h function calls safe
1513         * src/SDCCopt.c: include math.h for fabs
1514         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1515           and used them throughout the code to make ctype.h function calls safe
1516         * src/ds390/main.c (asmLineNodeFromLineNode),
1517         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1518         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1519            unsigned char*
1520         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1521           (newpCodeAsmDir): made ctype.h function calls safe
1522         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1523           pic16_emitcode):  made lbp unsigned char*
1524         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1525           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1526         * src/xa51/gen.c (emitcode),
1527         * src/z80/gen.c (_emit2): made lbp unsigned char*
1528         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1529            char*
1530
1531 2005-09-05 Raphael Neider <rneider AT web.de>
1532
1533         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1534           access bank splitpoint
1535
1536 2005-09-05 Raphael Neider <rneider AT web.de>
1537
1538         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1539
1540 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1541
1542         * .version: changed to version 2.5.3
1543         * doc/sdccman.lyx: changed version to 2.5.3,
1544           documented --codeseg and --constseg and pragma codeseg and constseg,
1545           documented bit parameters (reentrant) and bit returning
1546         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1547            currFunc->recvSize, but is this ok for all ports?
1548           (ast2iCode): result of ~ on unsigned char must be cast to int for
1549            bool to work
1550         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1551           function pointers in bit space
1552         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1553           (processFuncArgs): call port.reg_parm() with reentrancy info
1554         * src/port.h,
1555         * src/avr/main.c,
1556         * src/ds390/main.c,
1557         * src/hc08/main.c,
1558         * src/pic/main.c,
1559         * src/pic16/main.c,
1560         * src/xa51/main.c,
1561         * src/z80/main.c: port.reg_parm prototype extended with
1562           "bool reentrant" parameter
1563         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1564           options.stackAuto for allocating bit register parameters
1565         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1566           (genSend): set BitBankUsed if it is,
1567           (selectRegBank): factored out of genCall for use in genPcall,
1568           (genCall): removed redundant dtype assignmen, use selectRegBank,
1569           (genPcall): handle returning in Carry properly, save in F0 if needed,
1570           (genReceive): handle bit register parameters
1571         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1572           (mcs51_assignRegisters): enable bit registers for all reentrant
1573            functions and don't set BitBankUsed unconditionally
1574         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1575         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1576         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1577
1578 2005-08-27 Borut Razem <borut.razem AT siol.net>
1579
1580         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1581         ppc-osx (Darwin) does not support -u option. It seems that it is
1582         supported only on Linux - GNU cp
1583
1584 2005-08-25 Borut Razem <borut.razem AT siol.net>
1585
1586         * sim/ucsim/gui.src/serio.src/Makefile.in,
1587           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1588           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1589           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1590           install and strip, since the strip at /usr/ccs/bin should be used
1591           on solaris
1592
1593 2005-08-24 Borut Razem <borut.razem AT siol.net>
1594
1595         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1596
1597 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1598
1599         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1600         ffffffffu
1601
1602 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1603
1604         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1605         * as/mcs51/lkmain.c (link_main): fixed warning
1606         * device/include/stdbool.h: ds390 has no advanced bit support yet
1607         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1608         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1609         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1610           and updated their macros
1611         * src/SDCCval.c (constVal): updated comment for renamed b_long
1612
1613 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1614
1615         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1616         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1617           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1618           (oprio): set priority for '['
1619         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1620            and adb_24_bit
1621         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1622         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1623         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1624         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1625           added overlayable BIT_BANK area
1626         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1627           (summary2): explain 'T' in legenda
1628         * as/mcs51/lkrloc.c: replaced old K&R style,
1629           (relr): added R_BIT processing,
1630           (errmsg): added "Bit-addressable relocation error",
1631           (adb_bit): added for converting from byte- to bit-addressable space,
1632           (adb_24_bit): added for converting from byte- to bit-addressable space
1633         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1634            used in reentrant functions now even as return value
1635         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1636         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1637           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1638         * src/SDCCglobl.h: added indicator BitBankUsed
1639         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1640            the bit registers b0-b7
1641         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1642           (geniCodeCast): fixed bug 1263853,
1643           (geniCodeLogicAndOr): put result in bool or char,
1644           (geniCodeReceive): added parameter func for accessing the return type,
1645           (geniCodeFunctionBody): pass func to geniCodeReceive
1646         * src/SDCCmain.c: added indicator BitBankUsed
1647         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1648         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1649           (checkSClass): don't put automatic bool/bit on stack,
1650           (checkFunction): removed check on function cannot return bit
1651         * src/SDCCsymt.h: added newBoolLink prototype
1652         * src/mcs51/gen.c (rb1regs): added bit registers,
1653           (movc): created for assigning to carry,
1654           (pushReg, popReg): created for pushing registers,
1655           (sameRegs): check both AOP_REG and AOP_CRY types,
1656           (aopOp): handle bit registers,
1657           (aopPut): optimization no self-assign,
1658           (saveRegisters): push reg->base (bits) only once for bit registers,
1659            and use pushReg,
1660           (unsaveRegisters): pop reg->base only once and use popReg,
1661           (assignResultValue): added parameter func and return in carry for bits,
1662           (genIpush): optimization no reload in A if not changed,
1663           (genSend): bit parameters in reentrant functions are passed in bit
1664            registers by first assigning to bits in B, then save registers and
1665            copy B to bits,
1666           (genCall): handle returning in Carry properly, save it in F0 if needed,
1667           (genPcall): updated assignResultValue call, this is not safe yet for bit
1668            returning function !!!
1669           (genFunction): don't generate equ's for bit registers and use pushReg,
1670           (genEndFunction): take care of bit returning functions and use popReg,
1671           (genRet): return bit in Carry,
1672           (genIfx): optimize bit registers and other directly addressable bits,
1673           (genReceive): updated assignResultValue call
1674         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1675           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1676            registers when using stack-auto
1677         * src/mcs51/ralloc.c (_G): added allBitregs,
1678           (regs8051): added the bit registers,
1679           (createStackSpil): use macro IS_BIT,
1680           (getRegBit): added to allocate a bit register, else spill,
1681           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1682           (updateRegUsage): factored out to ease stepping while debugging,
1683           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1684            also allocate bit registers,
1685           (fillGaps): handle bit registers,
1686           (findAllBitregs): added to create bit vector with all bit registers,
1687           (mcs51_allBitregs): returns this bit vector,
1688           (mcs51_assignRegisters): when using stack-auto use bit registers for
1689            passing parameters and creating local variables
1690         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1691
1692 2005-08-22 Borut Razem <borut.razem AT siol.net>
1693
1694         * device/lib/Makefile.in: replaced find option -or with -o
1695           to make it run on solaris
1696
1697 2005-08-22 Raphael Neider <rneider AT web.de>
1698
1699         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1700           fixes #1265442 (crash on Solaris)
1701
1702 2005-08-20 Borut Razem <borut.razem AT siol.net>
1703
1704         * configure, configure.in: added tests for libsocket and libnsl libraries,
1705           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1706           from support/regression/Makefile.in
1707         * support/regression/Makefile.in: added
1708         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1709         * sim/ucsim/libtool: regenerated on sparc-solaris
1710         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1711           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1712           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1713           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1714           sparc-solaris, which doesn't use GNU ld linker
1715         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1716         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1717
1718 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1719
1720         * src/mcs51/peeph.def: updated comments
1721
1722 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1723
1724         * device/lib/_gptrget.c,
1725         * device/lib/_gptrput.c: slightly shorter
1726         * doc/sdccman.lyx: incremented version
1727         * src/mcs51/peeph.def: moved peephole comments to the line of first
1728           change to better keep line correlation, reanimated 186.e
1729         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1730
1731 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1732
1733         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1734           David Saxton with quotes around file name.
1735
1736 2005-08-15 Borut Razem <borut.razem AT siol.net>
1737
1738         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1739           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1740           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1741           make tests run on x86_64 platform
1742
1743 2005-08-13 Raphael Neider <rneider AT web.de>
1744
1745         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1746           as it might be executed DURING a build (parallel make is wonderful)
1747
1748 2005-08-13 Raphael Neider <rneider AT web.de>
1749
1750         * device/lib/Makefile.in (port-specific-objects-pic16):
1751           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1752         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1753           dependency
1754         * device/lib/pic16/Makefile.rules: build subdirs before creating
1755           the library, removed builddir rule, create $(builddir) early in
1756           recurse rule, use empty recurse rule for leaf directories
1757         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1758           mkdir errors (race condition), removed duplicate suffix "hex"
1759           from clean rules
1760         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1761         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1762           prevents mkdir -p from aborting on Alpha
1763
1764 2005-08-12 Raphael Neider <rneider AT web.de>
1765
1766         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1767           db-statements in order to allow for arrays of pointers in code
1768           sections to be placed without interspersed 0-padding, fixes
1769           bug #1256215
1770         * (emitStatistics): fixed division by zero for pic18f1220
1771         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1772           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1773         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1774         * (pic16_pCodeConstString): keep track of already emitted string
1775           literals to prevent "duplicate definitions of symbol _str_NR"
1776         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1777           debug message
1778         * device/lib/Makefile.in: ignore failing PIC16 library builds
1779         * device/lib/pic16/Makefile: do not build if gputils are missing
1780         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1781
1782 2005-08-10 Raphael Neider <rneider AT web.de>
1783
1784         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1785           my last commit)
1786
1787 2005-08-10 Raphael Neider <rneider AT web.de>
1788
1789         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1790           Rokas' patch to add the new fixed point type "__fixed16x16"
1791         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1792           functions for __fixed16x16 arithmetics
1793         * device/lib/pic16: reimplemented the build system to support
1794           a separate build directory, better handling of libio (create
1795           the library in a separate subdir for each architecture) and
1796           easier configuration (centralized in Makefile.common)
1797
1798 2005-08-07 Raphael Neider <rneider AT web.de>
1799
1800         * src/pic16/gen.c (genrshTwo): fixed sign extension
1801         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1802         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1803           added T0CONbits
1804         * device/include/pic16/pic18f4220.h: NEW, header for
1805           pic18f4220 and pic18f4320
1806         * device/include/pic16/pic18fregs.h: added new devices,
1807           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1808         * device/include/pic16/signal.h: resolved name clashes
1809           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1810           to also allow testing for interrupt enable bits, added
1811           comments on how to use the macros
1812         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1813         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1814           register definitions for the devices
1815         * device/lib/pic16/pics.all: added new devices
1816         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1817           allocated memory
1818         * device/lib/pic16/libc/stdlib/memfree: do not count
1819           the block header as free memory
1820         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1821           simplified and added missing end-of-blocklist-marker
1822           (reported by Peter Onion, fixes #1252814)
1823         * (_mergeHeapBlock): fixed loop condition
1824         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1825           len==0, restructured code
1826         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1827           up a bit, reduced bitfield accesses, prevent endless loops
1828           in case of heap corruption
1829         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1830           "unreferenced arguments/must return a value" warnings
1831         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1832           replaced BAUDREG with SPBRG
1833         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1834           device/lib/pic16/debug/gstack/gstack.c: replaced
1835           _naked, _asm, _endasm with __naked, __asm, __endasm
1836
1837 2005-08-05 Raphael Neider <rneider AT web.de>
1838
1839         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1840           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1841
1842 2005-08-05 Borut Razem <borut.razem AT siol.net>
1843
1844         * device/lib/Makefile.in: added missing ';'
1845         * configure: removed ^M characters
1846
1847 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1848
1849         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1850           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1851           License
1852
1853 2005-08-04 Borut Razem <borut.razem AT siol.net>
1854
1855         * configure.in: pic16 libraries build 2nd try - enable running
1856           configure in device/lib/pic16
1857         * configure: regenerated from configure.in
1858         * device/lib/Makefile.in: create $(PORT)/bin directory
1859
1860 2005-08-03 Raphael Neider <rneider AT web.de>
1861
1862         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1863           to get/set values via pointers
1864         * (genUnpackBits,genPackBits): changed detection of
1865           ptr->bitfield vs. sym.bitfield, fixed access via generic
1866           pointers, removed dead (wrong) code for multibyte bitfields
1867         * (genNearPointerGet, genGenPointerGet): removed useless code,
1868           fixed bitfield detection, fixes #1250594
1869         * (genNearPointerSet): removed useless code
1870         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1871           and introduced macro pic16_emitpcode that conditionally emits
1872           the origin of the following pCode (useful for debugging SDCC)
1873         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1874         * (createDefmap): fixed handling of LFSR for --optimize-df
1875
1876 2005-08-02 Borut Razem <borut.razem AT siol.net>
1877
1878         * device/lib/Makefile.in: pic16 libraries build enabled since
1879           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1880
1881 2005-08-02 Raphael Neider <rneider AT web.de>
1882
1883         * src/pic16/gen.c (genPackBits): removed deprecated warning
1884         * (genGenPointerSet): fixed bitfield detection
1885
1886 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1887
1888         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1889
1890 2005-07-31 Raphael Neider <rneider AT web.de>
1891
1892         * device/lib/pic16/libdev/pic18f458.c,
1893           device/include/pic16/pic18f458.h: added missing T0CONbits
1894
1895 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1896
1897         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1898
1899 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1900
1901         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1902
1903 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1904
1905         * device/include/mcs51/at89c51ed2.h: added.
1906
1907 2005-07-23 Raphael Neider <rneider AT web.de>
1908
1909         * src/pic/gen.h: added emitpcode macro for debugging
1910         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1911           and replace by macro adding debug information on demand
1912         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1913         * (gencjne): tried to fix; replaced with correct (slower) code
1914         * (gen{Unp,P}ackBits): fixed single bit access
1915         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1916         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1917           previous instruction
1918         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1919           register has to be handled with care (forbidding movement
1920           of assignments/uses, removing assignments completely, ...)
1921         * (pCodeOptime2pCodes): make use of regIsSpecial
1922         * added lots of debugging output (commented out)
1923         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1924           from being reused as result UNLESS it is known to work
1925
1926 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1927
1928         * support/Util/dbuf.h: include <stddef.h> for size_t
1929         * .version: changed to version 2.5.2
1930
1931 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1932
1933         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1934
1935 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1936
1937         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1938           (genModOneByte): removed needless psha/pula
1939
1940 2005-07-22 Raphael Neider <rneider AT web.de>
1941
1942         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1943           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1944         * src/pic/gen.c (resolveIfx): do not "invent" labels
1945         * (genSkipc): changed to positive logic
1946         * (genSkipCond): removed as no longer needed
1947         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1948           backport from PIC16
1949         * (genLeftShift): check operands are in different registers
1950         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1951           INCF does not update CARRY...
1952         * src/pic/main.c: fixed _linkCmd
1953         * src/pic/pcode.c (unlinkpCode): added inactive code
1954         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1955           alive (do not assign result and operand overlapping registers)
1956
1957 2005-07-22 Raphael Neider <rneider AT web.de>
1958
1959         * src/pic/device.c (dump_sfr): replaced register declaration with
1960           call to emitSymbolToFile() to avoid duplicate symbols
1961         * (assignRelocatableRegisters): do not declare external symbols
1962         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1963           right (take size of type, not etype)
1964         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1965         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1966         * (packRegsForAccUse): disabled assignment of WREG as
1967           the result reg to prevent occurence of just fixed #1235003,
1968           fixes #1242954
1969         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1970           symbols (avoids duplicate symbols in .asm file)
1971         * (pic14emitRegularMap): use emitSymbolToFile()
1972         * src/pic/gen.c (aopOp): fixed spillLocation handling
1973         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1974         * (genDataPointerSet): removed unneccessary variables/output
1975
1976 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1977
1978         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1979         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1980
1981 2005-07-21 Raphael Neider <rneider AT web.de>
1982
1983         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1984           architecture cannot handle them efficiently, fixes bug #1235003
1985         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1986           check for empty sets before using them (fixes bug #1232190)
1987
1988 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1989
1990         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1991           (lnksect2): generate warnings for memory overlap
1992         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1993           constseg to set the name of these segments so you can instruct the linker
1994           to place them in banks
1995         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1996         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1997           added code_seg and const_seg to options
1998         * src/SDCCglue.c (emitMaps): use options.const_seg,
1999           (createInterruptVect): put interrupt vectors in segment HOME,
2000           (glue): put HOME before static segment and put the main glue in HOME,
2001           (glue): use options.code_seg
2002         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2003         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2004           these segments so you can instruct the linker to place them in banks
2005           (linkEdit): use code_loc for HOME segment which should be the first
2006           segment in code memory now
2007         * src/SDCCmem.c: fixed more stuff like bug 1238386
2008         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2009           (changePointer): don't change function pointers to code pointers for
2010           banked functions,
2011           (compareType): added exceptional check for banked function pointers
2012         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2013         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2014           after static in code memory
2015         * src/mcs51/gen.c: added aopLiteralLong prototype,
2016           (aopForSym): use getSize for functions,
2017           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2018           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2019           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2020           the segment,
2021           (genPcall): use call for literal function pointers and generate banked
2022           calls over the one trampoline so there's only one place for the user to
2023           modify according to his/hers hardware,
2024           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2025           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2026         * src/mcs51/main.c: added keyword banked,
2027           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2028         * support/Util/SDCCerr.c,
2029         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2030           needed for passing the bank and address to the trampoline
2031         * device/lib/mcs51/crtbank.asm: added for bankswitching
2032         * device/lib/mcs51/Makefile: added crtbank
2033
2034 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2035
2036         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2037           for fields at offset 0 of a struct or union as reported
2038           on 2005-07-07 in the developer mailing list.
2039
2040 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2041
2042         * src/SDCCmem.c: fixed bug 1238386
2043
2044 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2045
2046         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2047           (patch #1144962), added peephole 300, enabled 259.x
2048         * doc/sdccman.lyx: removed screenshot and provided link instead
2049
2050 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2051
2052         * doc/sdccman.lyx: added section about debugging with ddd
2053         * doc/figures/ddd_example.eps: screenshot of debugging session
2054
2055 2005-07-04 Raphael Neider <rneider AT web.de>
2056
2057         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2058           like CODE pointers, fixes #1115683
2059         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2060           call, fixes bugs #1232211, #1228110,
2061           fixed wrong casts to pCodeFlow from pCodeInstructions
2062
2063 2005-07-04 Raphael Neider <rneider AT web.de>
2064
2065         * src/pic/gen.c (popGet): changed assert to allow for
2066           bit operands
2067         * (popGetAddr): changed signature to provide
2068           an additional index, patched all call sites
2069         * (genCmpEq): handle literal-like operands correctly
2070         * (genAddrOf): added sanity checks on __code/__data pointers
2071         * (genAssign): added handling of symbols from __code section
2072         * (gencjne): do not generate code for comparisons whose result
2073           is neither stored nor used, fixes bug #1171114
2074         * (AccLsh, AccRsh): operate on operand instead of WREG
2075         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2076           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2077           by known count
2078         * rewrote complete shift-by-literal logic, commented unused
2079           functions out
2080         * (genConstPointerGet): get multiple bytes (if result size > 1),
2081           fixed handling of non-immediate addresses
2082         * (genPointerGet): handle CODE pointers like CONST pointers
2083         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2084         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2085           operand is to be treated as a literal or not
2086         * (mov2w,genPcall,genCmpEq),
2087           src/pic/genarith.c: use aop_isLitLike() to decide between
2088           literal/register contents
2089         * (addSign): added missing offset
2090         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2091           only emit comment in debug-mode,
2092           use {aop,op}_isLitLike throughout the file
2093         * src/pic/glue.c: fix initializers for pointers (work in progress)
2094         * src/pic/pcode.c (get_op): honor index on _const symbols
2095         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2096         * (dumppBlock): added pCode size estimation
2097         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2098           check for IS_SYMOP before OP_SYMBOL'ing
2099         * fixed indentation, compacted switch-statements
2100         * (allocReg): find free register and allocate it instead of
2101           allocating new registers all the time
2102         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2103           registers as its operands (necessary only for multibyte GETs)
2104
2105 2005-07-01 Raphael Neider <rneider AT web.de>
2106
2107         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2108           debugging .asm-output macros FENTRY + FEXIT
2109         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2110           way... I wonder...
2111         * (emitpComment): NEW, printf to pCode
2112         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2113           offset handling
2114         * (popGetAddr): NEW, variant of popGet to access an immediates
2115           high(er) bytes instead of the n'th byte of memory they reference,
2116           replaced popGet with popGetAddr where neccessary
2117         * (genDataPointerGet): reactivated and fixed implementation
2118         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2119           accesses
2120         * (genDataPointerSet): fixed multibyte assignments
2121         * (genpic14Code): fixed --i-code-in-asm handling
2122         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2123         * (genPlus): fixed index-out-of-bounds error
2124         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2125         * src/pic/ralloc.c: added debugging output macro FENTRY2
2126         * (spillThis): fixed indentation, enbraced for-body for clarity
2127         * (rematStr): commented out as now unused
2128         * (regTypeNum): commented out special spill case (overwrites
2129           arbitrary values)
2130         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2131
2132 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2133
2134         * doc/sdccman.lyx: documented sfr16/sfr32,
2135           added example for using storage class with function pointers
2136         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2137
2138 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2139
2140         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2141         * device/lib/_itoa.c,
2142         * device/lib/_ltoa.c: optimized codesize
2143         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2144           but don't know how to suppress the double warning.
2145         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2146         * support/Util/SDCCerr.c,
2147         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2148
2149 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2150
2151         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2152           fixed old K&R prototypes
2153         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2154         * device/lib/_gptrget.c,
2155         * device/lib/_gptrgetc.c,
2156         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2157           also new versions for small generic pointers and banked generic pointers
2158         * src/port.h: added const_name
2159         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2160         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2161         * src/SDCCcse.c (findPrevIc): check all associative operators
2162         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2163         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2164         * src/SDCCmem.c: updated comments,
2165           set far-space to 0 for pdata, results in optimized code
2166         * src/SDCCmem.h: added macro CONST_NAME
2167         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2168           moving the info into the highest bits, see also gptrget/gptrput
2169         * src/src.dsp: added sdcc.ico to project files
2170         * src/avr/gen.c (genCast): fixed bug 0x%d
2171         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2172         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2173           relation between ptr_type and DCL_TYPE,
2174           (genCast): fixed bug 0x%d
2175         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2176           (CODE)" for const_name
2177         * src/hc08/gen.c (genCast): fixed bug 0x%d
2178         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2179           (hc08_port): added "CONST (CODE)" for const_name
2180         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2181           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2182           between ptr_type and DCL_TYPE,
2183           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2184           operand* and took AOP() inside function so sfr-ness can be checked,
2185           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2186           new prototype,
2187           (genFunction, genEndFunction): optimized stack setup,
2188           (genMinus): optimized for literals with ending zeroes (in bytes),
2189           (genCast): fixed bug 0x%d
2190         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2191           (mcs51_port): added "CONST (CODE)" for const_name
2192         * src/mcs51/peeph.def: made rule 226 more generic
2193         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2194         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2195         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2196         * src/z80/main.c (z80_port): added NULL for const_name,
2197           (gbz80_port): added NULL for const_name
2198         * support/regression/tests/bug663539.c,
2199         * support/regression/tests/sfr16.c: new tests
2200
2201 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2202
2203         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2204
2205 2005-06-24 Raphael Neider <rneider AT web.de>
2206
2207         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2208           corrected typos...
2209         * device/include/pic16/signal.h: added USBIF
2210           and SIG_USB
2211
2212 2005-06-24 Raphael Neider <rneider AT web.de>
2213
2214         * device/lib/pic16/libdev/pic18f2455.c,
2215           device/include/pic16/pic18f2455.h: NEW
2216         * device/include/pic16/pic18fregs.h,
2217           device/lib/pic16/pics.all,
2218           src/pic16/device.c: added 18f2455
2219         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2220           device/include/pic16/{pic18f[68][567].h,usart.h}:
2221           replaced MULTIPLE_USARTS define with more relaible
2222           compatibility sfrs (for USART access)
2223
2224 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2225
2226         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2227           and the output asm file line is printed on two lines.
2228
2229 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2230
2231         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2232           BGT, BLE, BHI, and BLS instructions
2233         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2234           genCmpEq): removed
2235         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2236           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2237           fixes bug #1216342
2238         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2239
2240 2005-06-15 Raphael Neider <rneider AT web.de>
2241
2242         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2243         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2244         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2245           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2246           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2247
2248 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2249
2250         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2251           Marcel Telka in bug #1215704
2252
2253 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2254
2255         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2256           located in shared memory bank.
2257
2258 2005-05-31 Raphael Neider <rneider AT web.de>
2259
2260         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2261           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2262           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2263
2264 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2265
2266         * device/lib/_strncpy.c: fixed the fix
2267
2268 2005-05-26 Raphael Neider <rneider AT web.de>
2269
2270         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2271           initializers with \0, bug #1208187
2272         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2273           intializers with \0, bug #1208187
2274
2275 2005-05-26 Raphael Neider <rneider AT web.de>
2276
2277         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2278           initializers with \0, bug #1208187
2279         * src/pic16/main.c (_process_pragma): added sanity checks
2280           for stack position and size, emit warnings when appropriate
2281
2282 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2283
2284         * device/lib/_strncpy.c: fixed not filling with \0
2285
2286 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2287
2288         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2289           createFunction),
2290         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2291           compound_statement),
2292         * src/SDCCsymt.h,
2293         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2294
2295 2005-05-24 Raphael Neider <rneider AT web.de>
2296
2297         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2298
2299 2005-05-24 Raphael Neider <rneider AT web.de>
2300
2301         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2302           TRISE definitions, closes bug #1162453
2303
2304 2005-05-22 Raphael Neider <rneider AT web.de>
2305
2306         * src/pic16/main.c (_process_pragma): check for missing
2307           arguments to pragmas code and udata
2308         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2309           consistency fixes to match other headers (thanks to Jim Paris)
2310         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2311
2312 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2313
2314         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2315
2316 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2317
2318         * support/regression/tests/bug1198642.c: new test
2319         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2320         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2321         * support/scripts/resource.h,
2322         * support/scripts/resource.rc,
2323         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2324         * support/scripts/sdcc.ico: added 32x32 icon
2325
2326 2005-05-18 Raphael Neider <rneider AT web.de>
2327
2328         * device/lib/pic16/libdev/pic18f*.c,
2329         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2330           keywords to "__sfr" and "__at (X)"
2331         * device/include/pic16/pic18fregs.h: added pic18f4520
2332         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2333           #1203088 (MPLAB compatibility)
2334
2335 2005-05-17 Raphael Neider <rneider AT web.de>
2336
2337         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2338         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2339         * device/lib/pic16/pics.all: added new devices
2340         * src/pic16/device.c: added support for pic18f4520
2341
2342 2005-05-16 Raphael Neider <rneider AT web.de>
2343         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2344         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2345         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2346           convenience function for bit access
2347
2348 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2349
2350         * device/lib/printf_large.c: fixed bug 1193299
2351         * support/regression/tests/bug1057979.c: added test %3.3s
2352
2353 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2354
2355         * device/include/mcs51/8051.h,
2356         * device/include/mcs51/8052.h: made parseable with lint
2357         * device/include/mcs51/lint.h: added include file for (sp)lint
2358         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2359         * doc/cdbfileformat.lyx,
2360         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2361
2362 2005-05-14 Raphael Neider <rneider AT web.de>
2363
2364         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2365         * device/lib/pic16/libc/stdlib/itoa.c (new)
2366         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2367         * device/lib/pic16/libio/Makefile: exclude subdir according to
2368           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2369         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2370         * src/pic16/gen.c (genFunction): prevent annoying warning
2371         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2372           nameclashes on BeOS
2373         * support/cpp2/cppmain.c (cpp_output_string): new
2374         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2375           fixes bug 1116802
2376
2377 2005-05-13 Borut Razem <borut.razem AT siol.net>
2378
2379         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2380
2381 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2382
2383         * .version: changed to version 2.5.1; back to bleeding edge development
2384
2385 2005-05-11 Borut Razem <borut.razem AT siol.net>
2386
2387         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2388           generate PDF version 1.3 documents
2389
2390 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2391
2392         * .version: changed to version 2.5.0
2393
2394 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2395
2396         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2397
2398 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2399
2400         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2401         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2402         well as many smaller updates.
2403         * .version: changed to version 2.5.0-pre1
2404
2405 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2406
2407         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2408
2409 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2410
2411         * support/regression/tests/bug1185672.c: added
2412         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2413           bug 1185672
2414         * src/mcs51/gen.c (genCall): added comments, made it look safer
2415         * src/mcs51/gen.c (genEndFunction): simplified
2416
2417 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2418
2419         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2420
2421 2005-04-14 Borut Razem <borut.razem AT siol.net>
2422
2423         * fixed bug 1045046 - SIGSEGV with really simple code?:
2424           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2425           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2426
2427 2005-04-14 Borut Razem <borut.razem AT siol.net>
2428
2429         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2430           src/pic16/device.h: temporarily disabled experimental #inline pragma
2431           for 2.5.0 release
2432
2433 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2434
2435         * device/include/z80/stdio.h,
2436         * device/include/z80/string.h: removed these highly incomplete files so
2437           SDCC can use the default ones in device/include/
2438
2439 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2440
2441         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2442         gcc warning.
2443         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2444         fix sdcpp warnings.
2445
2446 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2447
2448         * device/include/malloc.h: removed redundant __reentrant prototypes
2449         * device/lib/_mullong.c: added working xstack variant in asm (C version
2450           doesn't pass regression tests)
2451         * device/lib/bpx.c: used __data and made bpx char for mcs51
2452         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2453           (createFunction): fixed bug with xstackPtr
2454         * src/SDCCcse.c: corrected comments
2455         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2456           (killDeadCode, eBBlockFromiCode): removed unused code
2457         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2458           corrected comments
2459         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2460           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2461           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2462           (genModOneByte): fixed warning in MSVC
2463         * src/mcs51/main.c (): added comments
2464         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2465
2466 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2467
2468         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2469
2470 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2471
2472         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2473
2474 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2475
2476         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2477         characters arrays of larger size than the declared one.
2478
2479 2005-04-10 Borut Razem <borut.razem AT siol.net>
2480
2481         * src/pic/gen.c (genInline),
2482           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2483           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2484           (findNextInstruction), (findPrevInstruction),
2485           (findInstructionUsingLabel),
2486           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2487         * src/pic/pcode.c (findLabel): added missing '\n'
2488         * src/src.dsp: added SDCCdwarf2.c to the project
2489
2490 2005-04-09 Borut Razem <borut.razem AT siol.net>
2491
2492         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2493
2494 2005-04-08 Raphael Neider <rneider AT web.de>
2495
2496         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2497           into the chain after a given one) and mergeDefmapSymbols (combine
2498           defmap entries for each symbol per pcode)
2499         * (createDefmap): have defmap entries merged in the end
2500         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2501           a symbol before replacing one access type's symbol, merge symbols in
2502           the end (replacement symbol might already have an entry)
2503         * (assignValnums): keep reference to written WREG intact
2504
2505 2005-04-08 Raphael Neider <rneider AT web.de>
2506
2507         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2508           Alpha)
2509
2510 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2511
2512         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2513         bytes
2514
2515 2005-04-07 Raphael Neider <rneider AT web.de>
2516
2517         * device/include/pic16/usart.h: added compatibility defines for
2518           devices with more than one USART
2519         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2520
2521 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2522
2523         * device/lib/Makefile.in: updated for port specific include
2524
2525 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2526
2527         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2528
2529 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2530
2531         * device/include/8051.h,
2532         * device/include/8052.h,
2533         * device/include/at89S8252.h,
2534         * device/include/at89c55.h,
2535         * device/include/at89x051.h,
2536         * device/include/at89x51.h,
2537         * device/include/at89x52.h,
2538         * device/include/mcs51reg.h,
2539         * device/include/reg51.h,
2540         * device/include/reg764.h,
2541         * device/include/regc515c.h,
2542         * device/include/sab80515.h: (re)moved these 12 files
2543         * device/include/mcs51/8051.h,
2544         * device/include/mcs51/8052.h,
2545         * device/include/mcs51/at89S8252.h,
2546         * device/include/mcs51/at89c55.h,
2547         * device/include/mcs51/at89x051.h,
2548         * device/include/mcs51/at89x51.h,
2549         * device/include/mcs51/at89x52.h,
2550         * device/include/mcs51/mcs51reg.h,
2551         * device/include/mcs51/reg51.h,
2552         * device/include/mcs51/reg764.h,
2553         * device/include/mcs51/regc515c.h,
2554         * device/include/mcs51/sab80515.h: and added them here
2555
2556 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2557
2558         * device/include/stdarg.h: changed SDCC specific keywords to double
2559           underlined form.
2560         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2561           mcs51 and ds390.
2562         * device/include/hc08/mc68hc908gp32.h,
2563         * device/include/hc08/mc68hc908jb8.h,
2564         * device/include/hc08/mc68hc908jkjl.h,
2565         * device/include/hc08/mc68hc908qy.h: fixed comments
2566         * device/include/mcs51/README: updated
2567         * device/include/mcs51/c8051f120.h: added PINRSF
2568         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2569         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2570           amidst code. Also inline is not supported.
2571
2572 2005-04-06 Raphael Neider <rneider AT web.de>
2573
2574         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2575         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2576           callers stack/frame pointers
2577
2578 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2579
2580         * device/include/pic16/usart.h: added, missing in previous commit,
2581         * device/include/pic16/adc.h: fixed typo,
2582         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2583         commit,
2584         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2585         <p18fxxx.inc>
2586         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2587         uninitialized because a bug appears with gplink
2588         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2589         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2590         complains for unrecognised option
2591
2592 2005-04-05 Raphael Neider <rneider AT web.de>
2593
2594         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2595           structs as well (using memcpy)
2596         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2597           on ISRs (GOTO has no label)
2598         * src/pic16/device.h: added OF_OPTIMIZE_DF
2599         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2600           new data flow analysis/optimization
2601         * src/pic16/pcode.c: added (prototypes for and implementation of)
2602           dataflow analysis functions, fixed pCodeInstructions' inCond and
2603           outCond values, made RCALL a branch instruction
2604         * (pic16_unlinkpCode): keep C line if possible
2605         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2606           C line moved if possible
2607         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2608         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2609           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2610         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2611           new flow)
2612         * (pic16_getJumptabpCode): NEW, needed in...
2613         * (LinkFlow): fixed handling of jumptables, calls and conditional
2614           branches
2615         * (pic16_InsertCommentAfter): NEW
2616         * (pic16_pCodeReplace): made verbose and flow preserving
2617         * (AnalyzeFlow): added call to data flow analysis
2618         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2619         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2620         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2621
2622 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2623
2624         * src/SDCCast.c (decorateType): fixed bug #1105626
2625
2626 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2627
2628         * device/include/asm/pic16/features.h,
2629         * pic18f*.h headers,
2630         * device/include/pic16/adc.h,
2631         * device/include/pic16/delay.h,
2632         * device/include/pic16/i2c.h,
2633         * device/include/pic16/malloc.h,
2634         * device/include/pic16/stdio.h,
2635         * device/include/pic16/stdlib.h,
2636         * device/include/pic16/string.h,
2637         * device/lib/pic16/libc/stdio/printf_tiny.c,
2638         * device/lib/pic16/libc/stdio/printf_small.c,
2639         * device/lib/pic16/libc/stdio/strmgpsim.c,
2640         * device/lib/pic16/libc/stdio/strmmssp.c,
2641         * device/lib/pic16/libc/stdio/strmusart.c,
2642         * device/lib/pic16/libc/stdio/vfprintf.c,
2643         * device/lib/pic16/libc/stdlib/ltoa.c,
2644         * device/lib/pic16/libc/stdlib/putchar.c,
2645         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2646         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2647         * device/lib/pic16/libc/stdlib/memchrram.c,
2648         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2649         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2650         * device/lib/pic16/libio/adc/adcbusy.c,
2651         * device/lib/pic16/libio/adc/adcread.c,
2652         * device/lib/pic16/libio/adc/adcsetch.c,
2653         * device/lib/pic16/libio/usart/ubaud.c,
2654         * device/lib/pic16/libio/usart/ubusy.c,
2655         * device/lib/pic16/libio/usart/udrdy.c,
2656         * device/lib/pic16/libio/usart/uopen.c,
2657         * device/lib/pic16/libio/usart/uputc.c,
2658         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2659         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2660         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2661         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2662         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2663         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2664         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2665         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2666         specific keywords to double underlined form,
2667         * device/lib/pic16/libc/Makefile.rules,
2668         * device/lib/pic16/libsdcc/Makefile.rules,
2669         * device/lib/pic16/libm/Makefile,
2670         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2671         to compile with C standard set in Makefile.common
2672         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2673         rand.c and crc.c in compilation process,
2674         * device/lib/pic16/libsdcc/int/divuint.c,
2675         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2676         `c' from signed to unsigned,
2677         * device/lib/pic16/startup/crt0.c,
2678         * device/lib/pic16/startup/crt0i.c,
2679         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2680         keywords to double underlined form, bug fixes in _do_cinit function
2681         which prevented the correct initialization of the .idata segment,
2682         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2683         core to enter a infinite loop
2684         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2685
2686 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2687
2688         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2689
2690 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2691
2692         * device/include/Makefile.in: add support for hc08 subdirectory
2693         * device/include/hc08/: new subdirectory
2694         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2695         Lucas Loizaga, thanks!
2696         * device/include/hc08/mc68hc908qy.h,
2697         * device/include/hc08/mc68hc908gp32.h,
2698         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2699         their own directory. Changed internal macro names to use the compiler
2700         reserved namespace. Changed SDCC specific keywords to double
2701         underlined form.
2702         * device/include/math.h,
2703         * device/include/malloc.h,
2704         * device/include/stdarg.h,
2705         * device/include/stdbool.h
2706         * device/include/string.h,
2707         * device/include/tinibios.h,
2708         * device/include/ds400rom.h,
2709         * device/include/8051.h,
2710         * device/include/8052.h,
2711         * device/include/80c51xa.h,
2712         * device/include/at89c55.h,
2713         * device/include/at89S8252.h,
2714         * device/include/at89x51.h,
2715         * device/include/at89x52.h,
2716         * device/include/ds80c390.h,
2717         * device/include/reg764.h,
2718         * device/include/regc515c.h,
2719         * device/include/sab80515.h,
2720         * device/include/mcs51/c8051f000.h,
2721         * device/include/mcs51/c8051f018.h,
2722         * device/include/mcs51/c8051f020.h,
2723         * device/include/mcs51/c8051f040.h,
2724         * device/include/mcs51/c8051f060.h,
2725         * device/include/mcs51/c8051f120.h,
2726         * device/include/mcs51/c8051f300.h,
2727         * device/include/mcs51/c8051f310.h,
2728         * device/include/mcs51/c8051f320.h,
2729         * device/include/mcs51/c8051f330.h,
2730         * device/include/mcs51/c8051f350.h,
2731         * device/include/z180.h: Changed SDCC specific keywords to double
2732         underlined form.
2733
2734 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2735
2736         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2737         18F4455,
2738         * (pic16_assignConfigWordValue): disable testing of configuration
2739         register value with config mask,
2740         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2741         function with port->fun_prefix,
2742         * (genFunction): when generating a naked interrupt function never
2743         create an absolute segment placed in interrupt vector address, place
2744         the actual interrupt function at IVA instead, when an interrupt
2745         function is generated with unspecified interrupt then do not create
2746         the absolute section,
2747         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2748         code for generating a call to generic pointer get/put function with
2749         a call to function pic16_callGenericPointer(),
2750         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2751         the call to the generic pointer get/put functions with prefixing the
2752         function name with port->fun_prefix,
2753         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2754         * src/pic16/main.c (_process_pragma): prefix function with
2755         port->fun_prefix,
2756         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2757         calling assembler, old 18Fxxxx macro is deprecated,
2758         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2759         PC_ASMDIR in while condition,
2760         * (findInstruction): add PC_ASMDIR in while condition,
2761         * (buildCallTree): prefix main with port->fun_prefix,
2762         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2763         identifier for variable with banked access in instructions BTFSS,
2764         BTFSC, BCF, BSF, BTG
2765         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2766         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2767         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2768         perform optimization when enviroment variable NO_REG_OPT is set,
2769         * (insideLRBlock): NEW, return 1 if register is inside an
2770         INF_LOCALREGS block,
2771         * (RemoveRegFromLRBlock): remove a register that is completely
2772         eliminated by register optimization, but it is still left in local
2773         register store/restore in/from stack block,
2774         * (Remove2pcodes): after removing register, check to see if it
2775         should be removed from local register store/restore in/from stack
2776         block,
2777         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2778         DUMMY_READ_VOLATILE,
2779
2780         * device/include/pic16/adc.h: minor prototype modifications and
2781         update,
2782         * device/include/pic16/malloc.h: added GPL notice various
2783         modifications,
2784         * device/include/pic16/stdint.h: NEW, standard header for ints
2785         * device/include/pic16/delay.h: NEW, header for delay functions,
2786         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2787         delay1mtcy,
2788         * device/include/pic16/signal.h: NEW, header providing helper macros
2789         for implementing signal handlers,
2790         * device/include/pic16/stdio.h: added prototypes for functions,
2791         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2792         prototypes for stdin and stdout, added macro PUTCHAR to
2793         automatically implement putchar function prototype,
2794         * device/include/pic16/usart.h: modified and updated USART library,
2795         * device/lib/pic16/libio/adc/,
2796         * device/lib/pic16/libio/i2c: some modifications to improve library
2797         performance,
2798         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2799         family of functions,
2800         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2801         family of functions and other sources,
2802         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2803         of the PIC18Fxx[28] devices,
2804         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2805         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2806         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2807         _do_cinit function, because the previous failed when local variables
2808         where not placed in the same memory bank,
2809         * device/lib/pic16/libsdcc/char/: various modifications to improve
2810         library performance,
2811         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2812         information on the new functions of the c library and more...
2813
2814 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2815
2816         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2817
2818 2005-03-26 Raphael Neider <rneider AT web.de>
2819
2820         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2821           if condition == CARRY)
2822         * (genCmp): adapted to new genSkipc semantics
2823         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2824           on rIfx (genCmp was broken)
2825
2826 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2827
2828         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2829         * src/z80/main.c (_keywords[]),
2830         * src/SDCCglobal.h (struct options),
2831         * src/SDCC.y,
2832         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2833         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2834         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2835         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2836         always available in leading double underscore form. The C99 support is
2837         mostly missing, but it's a start.
2838         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2839         reserved identifier "__data".
2840
2841 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2842
2843         * src/mcs51/peeph.def: fixed bug 1170013
2844
2845 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2846
2847         * device/include/mcs51reg.h: fixed bug 842007
2848
2849 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2850
2851         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2852         last time.
2853
2854 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2855
2856         * src/port.h (struct PORT),
2857         * src/avr/ralloc.c (avr_assignRegisters),
2858         * src/avr/main.c,
2859         * src/ds390/ralloc.c (ds390_assignRegisters),
2860         * src/ds390/main.c,
2861         * src/hc08/ralloc.c (hc08_assignRegisters),
2862         * src/hc08/main.c,
2863         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2864         * src/mcs51/main.c,
2865         * src/pic/ralloc.c (pic14_assignRegisters),
2866         * src/pic/main.c,
2867         * src/pic16/ralloc.c (pic16_assignRegisters),
2868         * src/pic16/main.c,
2869         * src/xa51/ralloc.c (xa51_assignRegisters),
2870         * src/xa51/main.c,
2871         * src/z80/ralloc.c (z80_assignRegisters),
2872         * src/z80/ralloc.h,
2873         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2874         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2875         * src/SDCCcse.h,
2876         * src/SDCCdflow.c (computeDataFlow),
2877         * src/SDCCdflow.h,
2878         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2879         * src/SDCCloop.h,
2880         * src/SDCCcflow.c (*),
2881         * src/SDCCcflow.h,
2882         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2883         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2884         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2885         immedDom() returning wrong block; probably fixes bug #1160833)
2886
2887 2005-03-20 Borut Razem <borut.razem AT siol.net>
2888
2889         * support/scripts/inc2h.pl: WIN32 port
2890
2891 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2892
2893         * device/lib/makefile.in: added abs.c and labs.c
2894
2895 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2896
2897         * device/include/stdint.h: added
2898         * device/lib/abs.c: added
2899         * device/lib/labs.c: added
2900         * device/include/stdlib.h: added abs() and labs() prototypes
2901         * device/lib/libsdcc.lib: added abs and labs
2902         * device/include/float.h,
2903         * device/lib/_fsmul.c,
2904         * device/lib/printf_fast.c,
2905         * device/lib/printf_tiny.c: updated comments
2906
2907 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2908
2909         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2910         bug #1164313
2911
2912 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2913
2914         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2915         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2916
2917 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2918
2919         * device/lib/printf_large.c: removed inline assembly for portability and
2920           readability. Use printf_fast if speed or size are more important.
2921         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2922         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2923
2924 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2925
2926         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2927         prevent compiler warning
2928
2929 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2930
2931         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2932         moved to level 0 and declared as static. Also they are explicit
2933         placed in access bank. This was necessery because some times they
2934         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2935         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2936         optimizations. Currently only compare to unsigned char is implemented,
2937         * src/pic16/gen.c: added fReturnIdx array,
2938         * (struct resolvedIfx) is moved to gen.h and made public,
2939         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2940         * (aopForSym): added an optimization to directly store in stack of
2941         the operand of a SEND iCode,
2942         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2943         but as registers instead (AOP_REG) using the fReturnIdx array,
2944         * (pic16_freeAsmop): remove the freed register from the
2945         _G.sregsAlloc field,
2946         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2947         a compare of 'WREG',
2948         * (pic16_popGetTempRegCond): changed function prototype, now
2949         function takes also a bitVector argument v which holds the current
2950         set of registers that are allocated for stack access by aopForSym,
2951         registers allocated in aopForSym for accessing stack symbols are not
2952         any more part of the functions usedRegs field,
2953         * (genCall): some times aopOp is called for a stack variable to be
2954         send, aopForSym might perform the push, if this is true make sure
2955         that genCall doesn't push the variable twice by testing _G.resDirect,
2956         * (genFunction): changed testing for unspecified interrupt number
2957         from 256 to INTNO_UNSPEC,
2958         * modified selection scheme of frame pointer generation. Previously
2959         if function did use local registers a frame pointer was generated,
2960         now a frame pointer is generated only if function has arguments
2961         (that need PLUSW2 register access), or has stack arguments, or the
2962         compiler is not instructed to omit the frame pointer,
2963         * (genEndFunction): before restoring local registers that were saved
2964         in the function preamble, also restore the registers that *might*
2965         have been allocated for stack access,
2966         * (genRet): removed some old comments,
2967         * (genCmp, the active (RN's) version): added a call to the
2968         pic16_genCmp_special function to perform the compare with a more
2969         robust and optimized way,
2970         * (genInline): a feature has been added in inline code generation,
2971         which allows a wildcard variable substitution when writing inline
2972         assembly. Code is incomplete and experimental therefore undocumented,
2973         * (genCast): changed order of aopOp for result and right to allow
2974         aopForSym to directly load the result if possible,
2975         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2976         perform an optimized compare on some selected special occasions,
2977         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2978         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2979         generate an IVT any more,
2980         * src/pic16/main.c (pic16_optionsTable): added command line option
2981         --optimize-cmp,
2982         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2983         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2984         macros,
2985         * src/pic16/NOTES: Raphael Neider added in list of active developers
2986         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2987         jumptable_end to prevent bug #,
2988         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2989         inCond and outCond fields,
2990         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2991         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2992         turn off register spilling,
2993         * (packRegsForOneUse): synced with other ports' versions although it
2994         is not used currently,
2995         * (pic16_packRegisters): added an optimization while reading
2996         structure bitfields, some registers may be saved (malloc code is
2997         decreased by 80 bytes)
2998
2999 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3000
3001         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3002         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3003         this can be optimized more?
3004
3005 2005-03-10 Raphael Neider <rneider AT web.de>
3006
3007         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3008           genNearPointerGet): (hopefully) fixed access to bitfields via
3009           pointers (p->bitN = x; and x = p->bitN; failed)
3010
3011 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3012
3013         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3014
3015 2005-03-09 Raphael Neider <rneider AT web.de>
3016
3017         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3018
3019 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3020
3021         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3022         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3023           (regTypeNum): set REG_BIT type if necessary
3024         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3025         * support/regression/tests/critical.c: check bug 1144613
3026
3027 2005-03-02 Raphael Neider <rneider AT web.de>
3028
3029         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3030
3031 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3032
3033         * src/avr/ralloc.c (serialRegAssign),
3034         * src/ds390/ralloc.c (serialRegAssign),
3035         * src/hc08/ralloc.c (serialRegAssign),
3036         * src/mcs51/ralloc.c (serialRegAssign),
3037         * src/pic/ralloc.c (serialRegAssign),
3038         * src/pic16/ralloc.c (serialRegAssign),
3039         * src/xa51/ralloc.c (serialRegAssign),
3040         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3041
3042 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3043
3044         * src/SDCCast.c (decorateType): fixed bug 1124787
3045
3046 2005-02-20 Hubert Sack <sack AT digiplan.de>
3047         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3048
3049         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3050         patch #1121755
3051
3052 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3053
3054         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3055         to keep the correct label reference count when adding/removing references
3056         to labels. A peephole file using this is appended to patch #1144962.
3057
3058 2005-02-14 Raphael Neider <rneider AT web.de>
3059
3060         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3061         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3062         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3063           retrievals of result operand's value on assignment
3064
3065 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3066
3067         * device/include/pic16/string.h: modified prototype for memccpy()
3068         to memccpy(void *, void *, char, size_t)
3069         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3070         check whether to omit frame pointer or not,
3071         * (genInline): convert all occurences of "\n" to LF in inline
3072         assembler blocks, this helps formatting the inline text,
3073         * (pic16_loadFSR0): modified prototype,
3074         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3075         removed some 8051 legacy code,
3076         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3077         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3078         before allocating temporary registers in functions,
3079
3080 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3081
3082         * support/regression/tests/bitvars.c: corrected the "fix"
3083
3084 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3085
3086         * support/regression/tests/bitvars.c,
3087         * support/regression/tests/bitwise.c,
3088         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3089
3090 2005-02-10 Raphael Neider <rneider AT web.de>
3091
3092         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3093           different size for Alpha
3094         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3095
3096 2005-02-09 Raphael Neider <rneider AT web.de>
3097
3098         * src/SDCC.lex(doPragma) : save and restore warning options as well
3099           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3100         * have #pragma less_pedantic set the errorlevel to WARNING
3101           (fixes #1117001)
3102         * (cloneOptimize) : fixed wrong malloc's size
3103         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3104           facilitate correct handling of #pragma (save|restore)
3105
3106 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3107
3108         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3109
3110 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3111
3112         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3113
3114 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3115
3116         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3117
3118 2005-02-02 Raphael Neider <rneider AT web.de>
3119
3120         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3121         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3122         * (pic16_storeForReturn): fixed to allow returning function pointers
3123         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3124         * device/include/pic16/{stddef.h,stdbool.h}: added
3125
3126 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3127
3128         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3129
3130 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3131
3132         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3133         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3134          appeared to be required
3135
3136 2005-01-31 Borut Razem <borut.razem AT siol.net>
3137
3138         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3139           include/mcs51 and include/z80 directories to the package
3140
3141 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3142
3143         * src/hc08/gen.c (genFunction): fixed bug #1112752
3144
3145 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3146
3147         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3148
3149 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3150
3151         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3152
3153 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3154
3155         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3156
3157 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3158
3159         * device/include/c8051fxxx.h: removed these 6 files
3160         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3161
3162 2005-01-26 Raphael Neider <rneider AT web.de>
3163
3164         * src/pic16/gen.c (genAssign): fixed assignment from longs
3165           in codespace (were cut to three bytes)
3166         * (genDummyRead): implemented (except for CODESPACE...),
3167           fixed bug #1108575
3168         * src/pic16/glue.c (emitStatistics): beautified
3169         * device/lib/pic16/libm/Makefile: added include path
3170
3171 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3172
3173         * src/z80/gen.c (aopPut): fixed bug #1103902
3174
3175 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3176
3177         * device/lib/expf.c: fixed bug #1095792
3178
3179 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3180
3181         * device/lib/pic16/libm: added Math library sources
3182
3183 2005-01-24 Raphael Neider <rneider AT web.de>
3184
3185         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3186           to enable upcast to pCodeOpReg2 (there is no type tag to
3187           differenciate the two and pic16_popGet2p cast into PCOR2)
3188         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3189           (sizeof(sectNames) changed to sizeof(sectName))
3190           Both patches fix segfaults under MinGW.
3191
3192 2005-01-23 Raphael Neider <rneider AT web.de>
3193
3194         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3195           Safe_[mc]?alloc()'ed variables
3196         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3197           of (byte sized) temporaries (assign them to WREG for now)
3198         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3199           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3200           this might fix SIGSEGVs on MinGW...
3201         * src/SDCCopt.c (killDeadCode): restored original behaviour
3202           (volatile operands might get thrown away though)
3203
3204 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3205
3206         * src/pic16/gen.c: fixed bug #1106975,
3207         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3208         pointer update, INTCON is saved, global interrupts are disabled and
3209         restored after updateing TOS.
3210         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3211         * added function attribute 'shadowregs' to take advantage of shadow
3212         registers,
3213         * added function attribute 'wparam' as an alternative to the wparam
3214         pragma,
3215         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3216         user declares a non-ISR function as 'shadowregs',
3217         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3218
3219 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3220
3221         * .version: bumped version number to 2.4.8
3222         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3223         pic16 port,
3224         * device/lib/pic16/libio/i2c/: I2C module support library,
3225         * device/include/pic16/i2c.h: I2C support library header,
3226         * device/lib/pic16/libc/stdio/: standard IO support sources,
3227         * (printf_small.c): printf_small() source, supports float print,
3228         * (printf_tiny.c): printf_tiny() source, does not support floats,
3229         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3230         enable global optimizations for entire library source, other
3231         Makefiles in the source tree are also modified to reflect this,
3232         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3233         function,
3234         * doc/sdccman.lyx: updated to reflect new changes,
3235         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3236         sym->onStack if-case,
3237         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3238         sbit, idata, _idata, xdata, _xdata,
3239         * added pragma library, to link an external library, (see doc),
3240         * removed command line options, --pomit-config-words, --pomit-ivt,
3241         --pleave-reset-vector,
3242         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3243         when calling assembler to reflect memory model used, also define
3244         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3245         reflect stack model used,
3246         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3247         on stack return NULL,
3248
3249 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3250
3251         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3252           of the operands is volatile. Fixes #1020220
3253
3254 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3255
3256         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3257         * (OptimizeRegUsage): make sure that there is really no other flow where
3258           the first pCode is used
3259
3260 2005-01-22 Raphael Neider <rneider AT web.de>
3261
3262         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3263           to fix #1106967 (pCode->seq are not set up correctly)
3264
3265 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3266
3267         * src/SDCCglue.c (glue): make sure code area is declared before the
3268         static initialization area.
3269
3270 2005-01-21 Raphael Neider <rneider AT web.de>
3271
3272         * device/lib/Makefile.in: fixed test for pic16 install dir
3273         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3274           optimizations
3275         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3276           added --optimize-goto compiler switch and pragma wparam documentation
3277         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3278         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3279           and PRODH closing bug #1071770 (peephole optimizer)
3280
3281 2005-01-19 Raphael Neider <rneider AT web.de>
3282
3283         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3284           cmdLine buffers (used when calling sdcpp...) are large enough
3285           (MAX_PATH=256 truncates arguments leading to system halts when
3286           used in MinGW...)
3287         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3288         * (genUminus): rewritten to for efficiency
3289         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3290           used uninitialized in some cases)
3291         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3292           copy the third byte from the int -- now assumes 0x80 (data memory)
3293         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3294           operands (genAddLit expects the iCode's operands to swapped as
3295           well), fixed leftover bytes (crashed for short left operands)
3296         * (pic16_genMinusDec): performance improvements, removed false
3297           PIC14 emitSKPNCs
3298         * (pic16_genMinus): fixed to cope with differently sized operands
3299         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3300           for --obanksel > 1
3301         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3302         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3303           new banksel optimization
3304         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3305           analysis for temporary registers (segfaults...)
3306         * src/pic16/peeph.def: added rule
3307
3308 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3309
3310         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3311         which converts a float number to its ASCII representation
3312         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3313         functions to convert the fractional and integer part of a float to ASCII,
3314         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3315         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3316         ram
3317         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3318         _STATMEM macros,
3319         * device/include/pic16/adc.h: added GPL info,
3320         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3321         a pCodeOp as tested operand,
3322         * (genNearPointerGet): optimized bit testing, does not use
3323         intermediate register for bit value, test directly instead with
3324         BTFSS, BTFSC, works only for single bits,
3325         * (genpic16Code): dump the name of the iCode in the asm,
3326         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3327         renamed to pic16_decodeOp,
3328         * (serialRegAssign): do not allocate a temporary register for iCode
3329         sequences that test a single bit for 1/0
3330
3331 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3332
3333         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3334         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3335         access stack and frame pointers. They are initially assigned to
3336         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3337         accessing SFRs. Updated all occurences of modification of stack or
3338         frame pointer in gen.c and pcode.c,
3339         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3340         assigning of a literal value to pointers,
3341         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3342         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3343         selected
3344
3345 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3346
3347         * doc/sdccman.lyx: update documentation about stack pragma, added
3348         some info for stack memory models
3349
3350 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3351
3352         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3353
3354 2005-01-08 Raphael Neider <rneider AT web.de>
3355
3356         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3357           udata sections to fix bug #1097823
3358
3359 2005-01-05 Raphael Neider <rneider AT web.de>
3360
3361         * src/pic16/gen.c (genGenericShift): added handling of differently
3362           sized left operand and result
3363
3364 2005-01-04 Raphael Neider <rneider AT web.de>
3365
3366         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3367         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3368           to hold the condition bit)
3369         * added new version of genCmp (old code available via #define)
3370         * added new version of genShiftLeft/genShiftRight in a generic
3371           way, now supports shifting by negative values
3372         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3373           shiftCount (expected by genGenericShift)
3374         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3375         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3376           dump
3377         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3378           is an invalid literal too...)
3379
3380 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3381
3382         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3383         from Raphael Neider,
3384         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3385         for 8-bit literals. This fixes some literal operands which are sign
3386         extended to 16-bits ints when instruction needs only 8-bits.
3387
3388 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3389
3390         * device/lib/logf.c: added mcs51 assembly version
3391         * device/lib/expf.c: added mcs51 assembly version
3392         * device/lib/_logexpf.c: new shared asm code for expf and logf
3393         * device/include/math.h: add defines for assembly math library
3394         * device/lib/Makefile.in: build new _logexpf.c
3395         * device/lib/libfloat.lib: use new _logexpf.c
3396
3397 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3398
3399         * src/pic/device.c
3400         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3401           device types which have less than 0x7f registers.
3402
3403 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3404
3405         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3406
3407 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3408
3409         * device/lib/printf_fast.c: only build on supported arch.
3410         * device/lib/printf_tiny.c: only build on supported arch.
3411         * device/lib/printf_fast_f.c: only build if asm float lib
3412         * device/lib/_fsget1arg.c: only build if asm float lib
3413         * device/lib/_fsget2args.c: only build if asm float lib
3414         * device/lib/_fsnormalize.c: only build if asm float lib
3415         * device/lib/_fsreturnval.c: only build if asm float lib
3416         * device/lib/_fsrshift.c: only build if asm float lib
3417         * device/lib/_fsswapargs.c: only build if asm float lib
3418         * device/include/stdio.h: don't provide print_fast,
3419           print_fast_f, print_tiny prototypes if --xstack used
3420
3421 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3422
3423         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3424         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3425           to the SOURCES
3426
3427 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3428
3429         * device/lib/printf_fast_f.c: same as printf_fast, but
3430           with floating point enabled
3431         * device/lib/printf_fast.c: minor tweaks
3432         * device/include/stdio.h: add printf_fast_f
3433
3434 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3435
3436         * src/SDCCmain.c: make --float-reent default for mcs51
3437         * device/lib/_fsadd.c: added mcs51 assembly version
3438         * device/lib/_fssub.c: added mcs51 assembly version
3439         * device/lib/_fsmul.c: added mcs51 assembly version
3440         * device/lib/_fsdiv.c: added mcs51 assembly version
3441         * device/lib/_fseq.c: added mcs51 assembly version
3442         * device/lib/_fsneq.c: added mcs51 assembly version
3443         * device/lib/_fsgt.c: added mcs51 assembly version
3444         * device/lib/_fslt.c: added mcs51 assembly version
3445         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3446         * device/lib/Makefile.in: add _fscmp to build
3447         * device/lib/libfloat.lib: add _fscmp to build
3448
3449 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3450
3451         * device/lib/_fs2slong.c: added mcs51 assembly version
3452         * device/lib/_fs2sint.c: added mcs51 assembly version
3453         * device/lib/_fs2schar.c: added mcs51 assembly version
3454         * device/lib/_fs2ulong.c: added mcs51 assembly version
3455         * device/lib/_fs2uint.c: added mcs51 assembly version
3456         * device/lib/_fs2uchar.c: added mcs51 assembly version
3457         * device/lib/_slong2fs.c: added mcs51 assembly version
3458         * device/lib/_sint2fs.c: added mcs51 assembly version
3459         * device/lib/_schar2fs.c: added mcs51 assembly version
3460         * device/lib/_ulong2fs.c: added mcs51 assembly version
3461         * device/lib/_uint2fs.c: added mcs51 assembly version
3462         * device/lib/_uchar2fs.c: added mcs51 assembly version
3463         * device/include/float.h: added #define to select asm vs c
3464
3465 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3466
3467         * device/lib/printf_fast.c: improvements to float output
3468         * device/include/float.h: add defines for assembly float library
3469         * device/lib/_fsget1arg.c: receive 1 float arg
3470         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3471         * device/lib/_fsnormalize.c: normalize a float
3472         * device/lib/_fsreturnval.c: return float, various helper routines
3473         * device/lib/_fsrshift.c: right shift a float's mantissa
3474         * device/lib/_fsswapargs.c: swap 2 floats
3475         * device/lib/Makefile.in: build these 6 new files for mcs51
3476         * device/lib/libfloat.lib: add these 6 files to the library
3477
3478 2004-12-26 Borut Razem <borut.razem AT siol.net>
3479
3480         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3481           built by gcc 3.4.2
3482
3483 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3484
3485         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3486           and fully reentrant and register bank neutral.
3487         * device/lib/printf_fast.c: added float (not enabled by default),
3488           added compact/slower integer (also not enabled by default),
3489           improved size/speed of fast integer code, other minor changes
3490         * device/include/stdio.h, device/lib/Makefile.in,
3491           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3492
3493 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3494
3495         * src/pic16/pcode.c: declaring variables other than at the start of a
3496           block is not supported in C by VC6.
3497
3498 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3499
3500         * applied a previous patch from Raphael Neider that wasn't included
3501         in the previous commits, which fixes infinite loops within jumptable
3502         improvements,
3503         * made some fixes that previous patches introduced
3504
3505 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3506
3507         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3508         that fixes an issue with AOP_PCODE asmop's offset,
3509         * (pic16_popCopyReg): update instance field too,
3510         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3511         function of pic port,
3512         * (genCmp, genAnd, genAssign),
3513         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3514
3515 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3516
3517         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3518         variables initial values to idata section,
3519         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3520         variables in some functions. This utilizes parmBytes field of iCode
3521         structure to hold the offset of the variable in stack. (might be
3522         able to use the stack field too?)
3523         * applied patch from Raphael Neider # ### , # ###
3524         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3525         variable initial values in idata section,
3526         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3527         for static variables with initial value
3528         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3529         applied fix in while loop from Raphael Neider.
3530
3531 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3532
3533         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3534         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3535         * src/ds390/ralloc.c (serialRegAssign): spill bits
3536         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3537         * support/Util/SDCCerr.c,
3538         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3539         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3540         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3541
3542 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3543
3544         * device/include/sdcc-lib.h: inserted LGPL, added includes
3545           asm/ds390/features.h and asm/mcs51/features.h
3546         * device/include/asm/default/features.h,
3547         * device/include/asm/gbz80/features.h,
3548         * device/include/asm/z80/features.h: added empty _AUTOMEM
3549           and _STATMEM
3550         * device/include/asm/ds390/features.h,
3551         * device/include/asm/mcs51/features.h: added files with defines for
3552           _AUTOMEM and _STATMEM indicating automatic and static storage class
3553         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3554         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3555         * src/SDCCicode.c (geniCodeCast),
3556         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3557         * src/SDCCloop.c (loopInduction): removed unused variable lr
3558         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3559           to convertToFcall to include char modulo (RFE 1065037), added check
3560           if left operand is unsigned and use abs of literal value
3561         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3562           as it doesn't work after conversion from peephole.def to peephole.rul
3563         * src/mcs51/gen.c (toBoolean): added check for size,
3564           (genModOneByte): optimized code for signed char modulo a literal
3565           power of 2 (thanks to Hubert Sack),
3566           (genRRC): removed unnecessary "clr c",
3567           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3568         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3569           jump optimization,
3570           swapped rules 256.c and 256.d,
3571           extended 256.d by using new multiple checks (thanks Erik),
3572           added rules 256.e and 256.f,
3573           updated rule 261.a and 261.b to new generated code
3574         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3575
3576 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3577
3578         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3579           induction related bugs, including first part of bug #1074377
3580
3581 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3582
3583         * applied patch from bug-report #1076292,
3584         * applied patches for genAnd and Goto-optimizations for Raphael
3585         Neider,
3586         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3587         dump a less iCode information,
3588         * src/pic16/device.h (pic16_options_t): added field debgen,
3589         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3590         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3591         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3592         puclic,
3593         * (various functions): added macros FENTRY and FENTRY2 to functions,
3594         to emit function prologue,
3595         * (various functions): fixed indentation,
3596         * (genNearPointerGet): fixed loading of FSR0,
3597         * (genPackBits): applied patch from Raphael Neider to fix updating
3598         of FSR0 and touching only the modified bits,
3599         * src/pic16/genarith.c (various functions): added macros FENTRY to
3600         emit function prologue in comments,
3601         * src/pic16/pcode.h: added functions debugf2, debugf3,
3602         * src/pic16/ralloc.c: partial fix for packForPush caused
3603         segmentation fault,
3604
3605 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3606
3607         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3608           <stsp AT users.sourceforge.net> with reversed byte order
3609         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3610
3611 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3612
3613         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3614           bug #1074377
3615         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3616         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3617
3618 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3619
3620         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3621
3622 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3623
3624         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3625           conditions,
3626           (setFromConditionArgs): friendly operand parser for peephole rules,
3627           (operandBaseName, operandsNotRelated): new peephole condition
3628           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3629           architecture specific register naming into account, handles n-way
3630           comparisons, and supports quoted literals
3631         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3632
3633 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3634
3635         * src/mcs51/peeph.def: fixed bug #1076940
3636
3637 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3638
3639         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3640
3641 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3642
3643         Adding support for replacing ljmps with sjmps in jumptables
3644         generated for switch statements. For now you need to set the
3645         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3646         Now 4 algorithms for mcs51 jumptable generation are used:
3647         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3648         addresses loaded pc-relative for up to 112 cases and stack-pushing
3649         target addresses loaded with offset from dptr for up to 256 cases.
3650
3651         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3652         * src/mcs51/main.c: adapted constants for switch table generation
3653         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3654
3655 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3656
3657         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3658         * support/regression/tests/bug1057979.c: added test for bug 1073386
3659
3660 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3661
3662         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3663         compilers
3664
3665 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3666
3667         * src/pic16/device.h,
3668         * src/pic16/genarith.c,
3669         * src/pic16/glue.c,
3670         * src/pic16/main.c,
3671         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3672
3673 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3674
3675         Large cummulative patch for pic16 port.
3676         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3677         to call when a stack overflow occurs,
3678         * (malloc.h): added CVS Id tag,
3679         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3680         variable,
3681         * added libc directory. The current version of LibC contains string
3682         functions, ctype functions and macros and some functions of the
3683         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3684         be extensively tested in the future. Standard disclaimer here.
3685         Library is not automatically build yet. But one can build it by
3686         invoking 'make' inside the libc directory.
3687         * added ADC library under libio. Preliminary version yet.
3688
3689         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3690         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3691         aopForRemat() now and not by pic16_aopOp(),
3692         * (pic16_popGetTempReg): removed warning messgae when allocating
3693         temporary registers, its a buggy feature and will be removed,
3694         * (pic16_popGet): set register instance field in AOP_CRY,
3695         * (pic16_outBitC): fixed for results in size greater than 1,
3696         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3697         * (pic16_storeForReturn): optimized return of 0,
3698         * (genCmp): experimental code for new genCmp which uses PIC18's
3699         special compare&skip instructions. Initial tests fail some times
3700         with variables grater than 1 byte in size, so new code is disabled,
3701         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3702         a single bit,
3703         * (genCast): began a fix to optimize the casting of a bit to another
3704         bit, now assigning a bitfield to another bitfield will fail, sorry,
3705         * src/pic16/main.c: disabled the use of lr-support feature,
3706         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3707         * added some function prototypes, added function _debugf prototype,
3708         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3709         bits with offset (case PO_GPR_BIT),
3710         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3711         command line,
3712         * (isBankInstruction): modified to return 0 for no banking instruction,
3713         and 1 for banking instruction,
3714         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3715         caused stop processing pCodes after a inline assembly block,
3716         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3717         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3718         registers when it shouldn't,
3719         * src/pic16/ralloc.c (allocReg): add preliminary support for
3720         supporting a limited set of temporary registers,
3721
3722 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3723
3724         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3725           genDataPointerSet): ensure assignments always copy in MSB to LSB
3726           order,
3727           (loadRegFromAop): recognize CLRH optimization,
3728           (genFunction): optimize RECEIVE iCodes in reentrant functions
3729
3730 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3731
3732         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3733           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3734           selected.
3735         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3736         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3737           contiguous with data
3738
3739 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3740
3741         * device/lib/_gptrget.c (_gptrget),
3742         * device/lib/_gptrgetc.c (_gptrgetc),
3743         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3744           instead of sjmp to ret
3745         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3746           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3747
3748 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3749
3750         * .version: bumped version to 2.4.7
3751         * device/lib/_gptrget.c (_gptrget): is now _naked
3752         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3753         * device/lib/_gptrput.c (_gptrput): is now _naked
3754         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3755           (createFunction): fixed xstack
3756         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3757         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3758           or bit either,
3759           (geniCodeCritical): store original interrupt state in an iTemp bit
3760           var unless stack-auto
3761         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3762         * src/SDCCmain.c (setIncludePath): added include/target to search path
3763         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3764         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3765           prototype,
3766           (processFuncArgs): put bit vars in bit area
3767         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3768           unsaveRBank): fixed xstack,
3769           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3770           (genFunction, genEndFunction): fixed xstack,
3771           (genAssign): optimization don't walk backwards through mem
3772         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3773         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3774         * support/regression/Makefile: also make library (for stack-auto) when
3775           making "all" and added "test-mcs51-xstack-auto"
3776         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3777         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3778         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3779         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3780         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3781           make-library by MAKE_LIBRARY
3782         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3783           regression tests for xstack
3784         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3785         * support/regression/tests/critical.c: test for critical on mcs51
3786
3787 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3788
3789         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3790           built version of sdcc instead of installed version
3791
3792 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3793
3794         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3795         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3796           vprintf.c now
3797         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3798         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3799           WARNING: remove device/lib/build/z80/printf.o by hand when
3800           updating from previous build!
3801         * device/lib/z80/printf.c: updated comment
3802         * support/regression/tests/bug1057979.c: test all ports now
3803         * support/regression/tests/bug1065458.c: file added
3804
3805 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3806
3807         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3808           *_start and *_end symbols for static functions
3809
3810 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3811
3812         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3813           and search crt0.o in all library paths,
3814           (setIncludePath): proper handling of --nostdinc,
3815           (setLibPath): proper handling of --nostdlib
3816         * support/regression/Makefile,
3817         * support/regression/ports/ds390/spec.mk,
3818         * support/regression/ports/gbz80/spec.mk,
3819         * support/regression/ports/hc08/spec.mk,
3820         * support/regression/ports/mcs51/spec.mk,
3821         * support/regression/ports/mcs51-large/spec.mk,
3822         * support/regression/ports/mcs51-stack-auto/spec.mk,
3823         * support/regression/ports/z80/spec.mk: use include and lib files from
3824           built version of sdcc instead of installed version
3825         * doc/sdccman.lyx: fixed typo in --nostdinc
3826
3827 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3828
3829         * src/pic/pcode.c,
3830         * src/pic/device.c,
3831         * src/pic/ralloc.c,
3832         * src/pic/gen.c : added support to generate code for struct bit fields.
3833
3834 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3835
3836         * as/xa51/xa_version.h,
3837         * device/include/errno.h,
3838         * device/include/regc515c.h,
3839         * device/lib/_itoa.c,
3840         * device/lib/_ltoa.c,
3841         * device/lib/ser_ir_cts_rts.c,
3842         * sim/ucsim/xa.src/glob.cc,
3843         * sim/ucsim/xa.src/inst_gen.cc,
3844         * sim/ucsim/xa.src/xa_bit.cc,
3845         * sim/ucsim/xa.src/xa_sfr.cc,
3846         * sim/ucsim/z80.src/inst_dd.cc,
3847         * sim/ucsim/z80.src/inst_fdcb.cc,
3848         * support/scripts/keil2sdcc.pl,
3849         * src/pic16/pic16.dsp,
3850         * src/pic16/pic16a.dsp: corrected cvs line endings
3851         * device/lib/printf_large.c: fixed bug 1057979
3852         * src/pic16/gen.c: fixed non-C standard code
3853         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3854         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3855         * support/regression/ports/mcs51/support.c: reload T1 asap
3856         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3857           pdata use and clear idata startup behaviour
3858         * support/regression/tests/bug1057979.c: added
3859
3860 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3861
3862         * device/examples/ds390/ow390/ad26.h,
3863         * device/examples/ds390/ow390/cnt1d.h,
3864         * device/examples/ds390/ow390/crcutil.c,
3865         * device/examples/ds390/ow390/ownet.h,
3866         * device/examples/ds390/ow390/owsesu.c,
3867         * device/examples/ds390/ow390/swt12.h,
3868         * device/examples/ds390/ow390/swtoper.c,
3869         * device/examples/ds390/ow390/temp10.h,
3870         * device/examples/ds390/ow390/thermodl.c,
3871         * device/examples/ds390/tinitalk/tinitalk.dsp,
3872         * device/examples/ds390/tinitalk/tinitalk.dsw,
3873         * device/examples/mcs51/clock/hw.h,
3874         * device/examples/mcs51/simple2/go.bat,
3875         * device/examples/serialcomm/windows/serial.h,
3876         * device/examples/xa51/dummy.c,
3877         * device/examples/xa51/hello.c,
3878         * device/include/80c51xa.h,
3879         * device/include/at89x051.h: corrected cvs line endings
3880
3881 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3882
3883         * src/pic16/main.c (options): added command line --gstack, to trace
3884         stack over/under flows,
3885         * added pragma 'wparam' to allow passing first byte of function
3886         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3887         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3888         call to __gstack_test function and sets up the symbol as extern,
3889         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3890         * popaop): added call to pic16_testStackOverflow,
3891         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3892         wparamList list,
3893         * (genCall, genPcall): now all parameters are passed via stack
3894         except in functions that are pass to wparam pragma in which WREG is
3895         used too,
3896         * (genPcall): REENTRANT flag is checked to see if variable prototype
3897         contains reentrant keyword, don't call a non-reentrant function, via
3898         a reentrant function pointer or vice versa, functions are never
3899         passed via WREG,
3900         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3901         D.Winkler,
3902         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3903         SIGSEGV when accessing a NULL register stucture,
3904         * (pic16_printGPointerType): modified to handle UPPER modifier for
3905         function initializers, changed prototype of function to simpler one,
3906         * (pic16_printIvalFuncPtr): check to see if function is already
3907         added in externs list,
3908         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3909         optimized a move from W to SFR with a move to the same register
3910         later after a CALL,
3911         * device/lib/pic16/debug: NEW directory, contains debug features
3912         which are enabled when linking with libdebug.lib, currently command
3913         line option --gstack enables stack pointer tracing for over/under
3914         flow, corresponding sources are in debug/gstack
3915
3916 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3917
3918         * doc/sdccman.lyx: updated SDCC version,
3919         * (PIC16 port): update list of command line options,
3920         * src/pic16/device.h (structure pic16_options_t): added field gstack
3921         to enable stack overflow tracing on push/pops,
3922         * src/pic16/device.c (statistics structure): added statistics
3923         structure,
3924         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3925         pic16_dump_int_registers): increase statistics counters for each
3926         * variable which is encountered
3927         * (pic16_dump_usection): emit each .udata variable to its own udata
3928         section,
3929         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3930         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3931         parameters via stack, otherwise use old scheme,
3932         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3933         assembler output file,
3934         * src/pic16/main.c: added command line options --gstack to enable
3935         push/pop tracing for stack overflow,
3936         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3937         instructions): added size of each instruction,
3938         * (pic16_countInstruction): estimate size of instructions in
3939         the_pFile list, inline assembly blocks are not counted,
3940         * (pic16_FixRegisterBanking): trace previous register usage, when
3941         banksel optimizations is greater than 0, don't emit a redudant
3942         banksel directive,
3943
3944 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3945
3946         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3947         * src/pic16/ralloc.c : applied same fix for pic16.
3948         * src/pic/gen.c : tidied it up a little.
3949
3950 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3951
3952         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3953         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3954
3955 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3956
3957         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3958
3959 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3960
3961         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3962         non-reentrant function __modsint in the interrupt function (thus
3963         corrupting math operations during serial I/O)
3964         * device/lib/ser_ir.c: as above, changed buffersize
3965         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3966         256.c,d for zeroing
3967         * doc/Makefile: added option -t for rsync
3968
3969 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3970
3971         * src/SDCCast.h (struct ast),
3972         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3973
3974 2004-10-20 Borut Razem <borut.razem AT siol.net>
3975
3976         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3977         package
3978
3979 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3980
3981         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3982         makefile targets,
3983         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3984         support functions to replace long sequences of MOVFF's from access
3985         bank registers to stack and vice versa,
3986         * src/pic16/device.h: added new field opt_flags, where optimization
3987         flags can be set to enable certain features,
3988         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3989         * pBlock, (genFunction, genEndFunction): surroung loop for
3990         saving/loading used registers in stack with PC_INFO pCodes,
3991         INF_LREGS. Code in between can then be optimized by pCode optimizer
3992         to support function calls,
3993         * (genDataPointerSet): fixed bug which loaded float fields in
3994         structures with corrupt data,
3995         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3996         in a standard way debug info on stderr. Feature used for developing
3997         and debugging only,
3998         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3999         obsolete chunks of code,
4000         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4001         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4002         * pic16/src/pcode.c (pic16_newpCodeInfo,
4003         * (pic16_newpCodeOpLocalRegs),
4004         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4005         feature,
4006         * (pic16_pCodeConstString): printing of the initial value of a
4007         symbol as a comment is inhibited since parsing was already done by
4008         copyStr and output is corrupt,
4009         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4010
4011 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4012
4013         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4014
4015 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4016
4017         * as/mcs51/lkarea.c: removed old K&R style,
4018           (lnksect): changed check on boundary error,
4019           (lnksect2): changed check on boundary error,
4020           (lnksect2): extend XSTK to end of page if size = 1
4021         * as/mcs51/lkmain.c: removed old K&R style,
4022           (Areas51): create l_IRAM symbol
4023         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4024         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4025           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4026         * device/lib/_mullong.c: added version to be compiled with xstack
4027         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4028         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4029         * device/lib/mcs51/crtxstack.asm: fixed comment
4030         * src/SDCCglue.c: maxInterrupts defaults to 0,
4031           (emitMaps): added pdata,
4032           (createInterruptVect): (re)moved default,
4033           (glue): added pdata,
4034           (glue): moved __start__xstack to XSTK with default size 1
4035         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4036           and options.float_rent when options.stackAuto is set,
4037           (linkEdit): only write XDATA_NAME if provided on command line
4038         * src/SDCCmem.h,
4039         * src/SDCCmem.c: added pdata
4040         * src/port.h: added pdata_name to PORT
4041         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4042           (saveRegisters, unsaveRegisters): removed usage of B,
4043           (genMinus): fixed accumulator clash,
4044           (genJumpTab): added comment, this needs another look
4045         * src/mcs51/gen.c: added check for "B in use" paranoia,
4046           added pushB() and popB()
4047         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4048           chance
4049         * src/avr/main.c,
4050         * src/ds390/main.c,
4051         * src/hc08/main.c,
4052         * src/mcs51/main.c,
4053         * src/pic/main.c,
4054         * src/pic16/main.c,
4055         * src/xa51/main.c,
4056         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4057           added PSEG (PAG,XDATA) or NULL to port specifier
4058         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4059         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4060           (_mcs51_genInitStartup): removed __start__xstack equ,
4061           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4062         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4063         * src/z80/gen.c (_rleAppend): fixed warnings
4064         * support/regression/tests/zeropad.c: added pdata test
4065         * .version: bumped to 2.4.6
4066
4067 2004-10-17 Borut Razem <borut.razem AT siol.net>
4068
4069         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4070         as a part of nightly build
4071
4072 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4073
4074         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4075         WREG holds the first byte function parameters,
4076         * (aopForSym): take special case for symbols which are in FARSPACE
4077         but in CODESPACE too,
4078         * (assignResultValue): modified to take into account _G.useWreg,
4079         * (genCall): don't use wreg for parameter passing when function is
4080         declared as reentrant, too, added optimization INCF to stack
4081         pointer when stack parameter count is 1,
4082         * (genFunction, genEndFunction): refurnished and fixed to not using
4083         wreg for passing parameters when function has varargs or is
4084         reentrant, fixed bug with symbol name compare for generating
4085         functions in absolute address,
4086         * (pic16_storeForReturn): refurnished,
4087         * (genCmp): began writing a new version of the function, not ready
4088         yet, therefore it is disabled,
4089         * (genAssign): do not read code memory when assigning a function to
4090         a pointer function,
4091         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4092         array of characters, not pointer,
4093         * (pic16initialComments): in debug mode emit an .ident directive for
4094         the assembler,
4095         * (_process_pragma): emit a new warning type (internal to pic16)
4096         when setting stack to default length, emit a similar warning when
4097         placing a function at absolute address and address is not word aligned
4098         * (_pic16_parseOptions): added 'return TRUE' statement,
4099         * (_pic16_linkEdit): if compiling a source, then add the source's
4100         file object, first in the list of objects to link,
4101
4102 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4103
4104         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4105         * src/pic/main.c : removed VC warning.
4106         * src/pic/gen.c : changed comment.
4107
4108 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4109
4110         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4111         reference to a deprecated symbol _GPTRREG was causing failure to
4112         link. Thanks G. M. Gallant for the info.
4113
4114 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4115
4116         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4117         comments for Bugs item #954788.
4118
4119 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4120
4121         * src/pic16/device.c (pic16_dump_gsection,
4122         * pic16_groupRegistersInSection): handle symbols declared to be in
4123         access bank differently,
4124         * src/pic16/gen.c (struct _G): added field resDirect,
4125         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4126         send values read from stack directly to result and don't allocate
4127         temporary values,
4128         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4129         same registers,
4130         * (pic16_sameRegsOfs): NEW,
4131         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4132         free because they were not allocated from temporary pool,
4133         * pic16_popRegFromString): workaround to fix a problem with
4134         allocating variables twice or never,
4135         * (genGenPointerGet): using PRODL instead of FSR0H,
4136         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4137         instead of FSR0H,
4138         * (genAssign): take advantage of the _G.resDirect flag,
4139         * (genCast): around line 11844, use mov2f instead of directly
4140         MOVFF'ing between operands to account for literal values,
4141         * src/pic16/genutils.c: some new debug functions for gpsim have been
4142         added,
4143         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4144         float with integer part only,
4145         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4146         place variables in access bank
4147         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4148         updated sources to reflect recent changes in gen.c
4149
4150 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4151
4152         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4153         sources that searched for headers in installation path, now the
4154         device/include/pic16 is used,
4155         * src/pic16/glue.c (pic16glue),
4156         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4157         .line directives if not in debug mode, this suppresses assembler's
4158         warnings for ignored directives
4159
4160 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4161
4162         * src/port.h: made reset_regparms prototype void parameter explicit.
4163         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4164         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4165         * doc/sdccman.lyx: documented warning disabling and how to use
4166           printf_large to make it print floats.
4167         * device/include/stdbool.h: NEW
4168         * device/lib/_atof.c,
4169         * device/lib/_divuint.c,
4170         * device/lib/_divulong.c,
4171         * device/lib/expf.c,
4172         * device/lib/printf_large.c,
4173         * device/lib/sincosf.c,
4174         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4175         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4176           a completely reentrant lib.
4177
4178 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4179
4180         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4181         * device/include/pic16/stdio.h: fixed bug with colon
4182
4183 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4184
4185         * device/include/pic16/stdio.h,
4186         * device/include/pic16/stdlib.h,
4187         * device/include/pic16/math.h: NEW
4188         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4189         declared as _naked to reduce overhead
4190         * device/lib/Makefile.in (target port-specific-objects-pic16):
4191         changed * to *.* so to ignore the CVS directory,
4192         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4193         stacked variables back in stack,
4194         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4195         corruption
4196
4197 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4198
4199         * .version: bumped version number to 2.4.5
4200         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4201         * support/Util/SDCCerr.c (messages structure): added entry for
4202         W_POSSBUG2
4203
4204         Large cumulative patch for pic16 port and libraries.
4205         * device/include/pic16/sdcc-lib.h,
4206         * device/include/pic16/stdarg.h,
4207         * device/include/asm/pic16/features.h,
4208         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4209         * device/include/pic16/float.h: changes reentrant keyword with
4210         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4211         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4212         updated target build-libraries to include objects from gptr,
4213         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4214         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4215         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4216         all function headings,
4217         * src/SDCCmain.c: added global parameter userIncDirsSet,
4218         * (parseCmdLine): when option -I is encountered add directory to
4219         userIncDirsSet too,
4220         * src/version.awk: added space between control and long,
4221         * src/pic16/NOTES: added some notes for the port,
4222         * src/pic16/gen.c: added prototype for mov2fp function,
4223         * (fReturnpic16[]): properly named return value registers,
4224         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4225         * (aopForSym): added code to handle symbols with onStack flag set,
4226         symbols onStack are allocated PTRSIZE bytes,
4227         * (aopFreeAsmop): handles special case where asmops are stack objects,
4228         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4229         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4230         added argument lock to trace flaws in allocating temporary registers
4231         when developing port,
4232         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4233         * (pic16_popRegFromString): reenabled allocating a direct register
4234         from string,
4235         * (assignResultValue): various beautifications,
4236         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4237         referenced function argument,
4238         * (genIpush): reenabled to allow stacked arguments, handles only
4239         ic->parmPush iCodes,
4240         * (genCall, genPcall): major changes to allow for variable argument
4241         functions, fixed a bug with falsely restoring stack pointer after
4242         returning from call,
4243         * (genFunction): pending code for critical function,
4244         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4245         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4246         * (genNearPointerGet): fixed bug with indirect reading, was always
4247         reading from INDF0
4248         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4249         pointers,
4250         * (genAddrOf): rewrote code to take address of a stacked function parameter
4251         * (genCast): fixed casting to generic pointer type,
4252         * src/pic16/gen.h: added AOP_STA,
4253         * (struct asmop): added field stk,
4254         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4255         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4256         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4257         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4258         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4259         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4260         generic pointers,
4261         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4262         and library paths,
4263         * (pic16_port structure): generic pointer size is set to 3,
4264         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4265         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4266         compiler warning,
4267         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4268         operand is an iTemp,
4269
4270 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4271
4272         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4273         * debugger/mcs51/simi.c: addapt new syntax of s51
4274
4275 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4276
4277         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4278         * src/pic16/pcode.c: commented out some calls to free() in order to
4279         fix bug #989576,
4280
4281 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4282
4283         * src/SDCCicode.h,
4284         * src/SDCCicode.c (isiCodeInFunctionCall),
4285         * src/avr/ralloc.c (selectSpil),
4286         * src/pic/ralloc.c (selectSpil),
4287         * src/pic16/ralloc.c (selectSpil),
4288         * src/ds390/ralloc.c (selectSpil),
4289         * src/hc08/ralloc.c (selectSpil),
4290         * src/xa51/ralloc.c (selectSpil),
4291         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4292         stack in the middle of a function call sequence (fixes bug #1020268)
4293         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4294         costs associated with the minimum switch case.
4295
4296 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4297
4298         * src/SDCC.lex: fixed bug #1030549
4299
4300 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4301
4302         * src/SDCCcse.h (struct cseDef),
4303         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4304         over a function call if the CSE is derived from a symbol whose
4305         address has been taken (fixes bug #1029883)
4306         * support/regression/tests/bug-1029883: a new regression test for
4307         this bug
4308
4309 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4310
4311         * src/hc08/gen.c (emitinline): fixed bug #1029778
4312         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4313         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4314         and starts toward RFE #905167)
4315
4316 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4317
4318         * src/pic16/gen.c (mov2f): New function to move an operand to
4319         another without considering if it is a literal or a register,
4320         * (pic16_sameRegs): don't check if they are both AOP_REG,
4321         * (AccRsh): removed andmask=0 lines,
4322         * (genLeftShift): duplicated to be improved in future versions,
4323         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4324         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4325         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4326         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4327         * (insertBankSwitch): fixed inserting banksel directives algorithm
4328         for instructions that follow a skip instruction, this fixes a report
4329         for broken subtraction code generation,
4330         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4331         iCode is a left op, just in case result and right share the same
4332         registers
4333
4334 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4335
4336         * src/hc08/main.c,
4337         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4338         preservation of HX
4339         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4340         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4341         on 2004-09-12; it was buggy
4342
4343 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4344
4345         * src/SDCCsymt.h: removed RESULT_CHECK
4346         * src/SDCCast.c,
4347         * src/SDCCglue.c,
4348         * src/SDCCval.c,
4349         * src/pic/glue.c,
4350         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4351
4352 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4353
4354         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4355         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4356         configuration values no more rejected by compiler, they are assigned
4357         to configuration registers with a warning message instead,
4358         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4359         the for-loop so last conf register is emitted too,
4360         * (_pic16_initPaths): link library libsdcc.lib by default,
4361         * (_hasNativeMulFor): modified test for multiplication according to
4362         Raphael Neider's remarks. Integer multiplication is also done with
4363         support functions,
4364         * device/include/pic16/pic18fregs.h: corrected type error in while
4365         testing and including 18f6720 header file
4366
4367 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4368
4369         * src/pic16/device.h (pic16_options): removed field use_crt,
4370         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4371         until an optimization to handle single bits is added,
4372         * (pic16_loadFSR0): moved before genUnpackBits,
4373         * (genAnd): some white lines removed,
4374         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4375         leave_reset flags in pic16_options when using crt modules,
4376
4377 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4378
4379         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4380           for bugs 898889 & 979599. Also used some safer print instructions.
4381
4382 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4383
4384         * src/pic16/device.h (pic16_options_t): added field use_crt,
4385         crt_name, no_crt,
4386         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4387         catch a probable future bug,
4388         * src/pic16/gen.c: aopIdx function commented out,
4389         * (genAssign): commented out old code which used aopIdx,
4390         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4391         code, added if conditionals to take into account the --use-crt
4392         command line options,
4393         * src/pic16/main.c (pic16_optionsTable): added new command line
4394         options, --use-crt= and --no-crt,
4395         * (_pic16_linkEdit): now the proper crt object is added in the
4396         linker command line except than when --no-crt is specified,
4397         * src/pic16/pcode.c,
4398         * src/pic16/pcode.h: added some structures and functions for a new
4399         optimization scheme to compansate for instruction overhead between
4400         same iCodes, this scheme is currently under development and is not
4401         working in any way,
4402         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4403         to && operator,
4404         * device/lib/pic16/startup/crt0i.c,
4405         * device/lib/pic16/startup/crt0iz.c: added global char variable
4406         __uflags to force the generation of an idata section
4407
4408 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4409
4410         * doc/Makefile,
4411         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4412         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4413
4414 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4415
4416         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4417         Frieder) and clarified the default code optimization mode
4418
4419 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4420
4421         * src/SDCC.lex (doPragma, process_pragma),
4422         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4423         "opt_code_size", and "opt_code_balanced"
4424         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4425         regrouped options by category, added support for category headers
4426         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4427         and "--opt-code-size"
4428         * doc/sdccman.lyx: documented these new options and pragmas
4429         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4430         preference into account
4431
4432 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4433
4434         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4435           geniCodePreDec): Fixed bug 904237 by generating a warning
4436         * src/SDCCerr.h,
4437         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4438
4439 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4440
4441         * src/pic/device.c : When no max ram set validate full memory range.
4442         * src/pic/pcode.c,
4443         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4444
4445 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4446
4447         * device/lib/_gptrget.c,
4448         * device/lib/_gptrput.c: updated comment
4449         * device/lib/calloc.c,
4450         * device/lib/free.c,
4451         * device/lib/malloc.c,
4452         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4453         * src/SDCCcse.c (cseBBlock),
4454         * src/SDCCicode.c (printOperand, geniCodeArray),
4455         * src/SDCCicode.h (struct operand): fixed bug 868103
4456         * support/regression/tests/bug-868103.c: added
4457         * src/SDCCast.c (searchLitOp),
4458         * src/SDCCcse.h (struct cseDef),
4459         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4460         * src/SDCCicode.h (struct operand),
4461         * src/SDCCsymt.h (struct sym_link),
4462         * src/avr/gen.c (hasInc),
4463         * src/ds390/gen.c (hasInc),
4464         * src/hc08/gen.c (genPlusIncr, hasInc),
4465         * src/mcs51/gen.c (hasInc),
4466         * src/pic16/glue.c (pic16_printIvalChar),
4467         * src/pic16/ralloc.c (regWithIdx),
4468         * src/xa51/gen.c (hasInc) : removed warnings
4469         * src/SDCCast.c (createBlock): added comment ???
4470         * src/hc08/ralloc.c: updated comments
4471
4472 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4473
4474         * doc/sdccman.lyx: updated section on switch statements, added
4475         section about semaphore locking
4476         * doc/Makefile: added option -info for latex2html
4477         * device/lib/_gptrget.c,
4478         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4479
4480 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4481
4482         * src/pic/device.h,
4483         * src/pic/device.c,
4484         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4485          maxram is less than 0x100.
4486
4487 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4488
4489         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4490
4491 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4492
4493         * src/port.h,
4494         * src/mcs51/main.c,
4495         * src/ds390/main.c,
4496         * src/z80/main.c,
4497         * src/hc08/main.c,
4498         * src/pic/main.c,
4499         * src/pic16/main.c,
4500         * src/avr/main.c,
4501         * src/xa51/main.c
4502         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4503         a jump table is the best form for a switch statement, including
4504         automatic insertion of missing cases to make the case range
4505         continuous. Developed in collaboration with Frieder Ferlemann.
4506
4507 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4508
4509         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4510         accumulator result if it needs sign extension
4511
4512 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4513
4514         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4515
4516 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4517
4518         * device/lib/gbz80/printf.c,
4519         * device/lib/z80/printf.c: removed define for NULL
4520
4521 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4522
4523         * as/xa51/xa_link.c,
4524         * device/examples/ds390/ow390/ad26.c,
4525         * device/examples/ds390/ow390/cnt1d.c,
4526         * device/examples/ds390/ow390/counter.c,
4527         * device/examples/ds390/ow390/ds2480.h,
4528         * device/examples/ds390/ow390/ds2480ut.c,
4529         * device/examples/ds390/ow390/findtype.c,
4530         * device/examples/ds390/ow390/gethumd.c,
4531         * device/examples/ds390/ow390/owllu.c,
4532         * device/examples/ds390/ow390/ownetu.c,
4533         * device/examples/ds390/ow390/swt12.c,
4534         * device/examples/ds390/ow390/swtloop.c,
4535         * device/examples/ds390/ow390/temp.c,
4536         * device/examples/ds390/ow390/temp10.c,
4537         * device/examples/ds390/ow390/thermo21.c,
4538         * device/examples/ds390/ow390/tinilnk.c,
4539         * device/examples/ds390/ow390/tstfind.c,
4540         * device/examples/serialcomm/windows/serial.cpp,
4541         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4542         * device/include/reg51.h: fixed line endings for cvs
4543
4544 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4545
4546         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4547         packRegsForAccUse, packRegisters): new accumulator register
4548         packing algorithm
4549         * support/regression/ports/hc08/support.c (_putchar): suppress
4550         warning of unused variable
4551         * src/SDCCicode.c: added SWAP entry to codeTable
4552
4553 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4554
4555         * device/lib/sprintf.c: forgot to add this file before previous commit
4556
4557 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4558
4559         * src/pic16/gen.c (genPackBits): added operand right in function
4560         parameters, load result directly if p_type is POINTER (that is
4561         called by genNearPointerSet)
4562         * (genUnPackBits): added operand left in function parameters,
4563         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4564         FSR0 if accessing bitfields,
4565
4566 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4567
4568         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4569           _print_format; updated printf, sprintf, vsprintf
4570         * device/include/asm/default/features.h: corrected comment/define
4571         * device/lib/Makefile.in: added sprintf.c
4572         * device/lib/libsdcc.lib: added sprintf module
4573         * device/lib/printf_large.c,
4574         * device/lib/vprintf.c,
4575         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4576           into these 3 files
4577         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4578         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4579         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4580           hc08 test
4581         * support/regression/tests/zeropad.c: define idata as data for hc08
4582
4583 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4584
4585         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4586         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4587         labels are referenced at least once (even if a reference is not found)
4588         * src/hc08/gen.c (emitcode): set isComment flag for comments
4589         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4590         loads), rules 6a..6b (optimize jumps to return)
4591
4592 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4593
4594         * device/lib/acosf.c (acosf),
4595         * device/lib/asinf.c (asinf),
4596         * device/lib/atanf.c (atanf),
4597         * device/lib/ceilf.c (ceilf),
4598         * device/lib/cosf.c (cosf),
4599         * device/lib/coshf.c (coshf),
4600         * device/lib/cotf.c (cotf),
4601         * device/lib/fabsf.c (fabsf),
4602         * device/lib/floorf.c (floorf),
4603         * device/lib/log10f.c (log10f),
4604         * device/lib/logf.c (logf),
4605         * device/lib/sinf.c (sinf),
4606         * device/lib/sinhf.c (sinhf),
4607         * device/lib/sqrtf.c (sqrtf),
4608         * device/lib/tanf.c (tanf),
4609         * device/lib/tanhf.c (tanhf),
4610         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4611         replaced all instances of "reentrant" in the library functions
4612         defined in math.h with this macro.
4613         * support/regression/tests/float_trans.c: reenabled test for hc08
4614
4615 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4616
4617         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4618         erroneously deleted
4619
4620 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4621
4622         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4623         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4624         multi-byte volatile operands are used
4625         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4626         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4627         initialization to area GSINIT0 so that it would always precede
4628         any static initializers in GSINIT
4629         * support/regression/tests/zeropad.c: fixed idata define for hc08
4630         * support/regression/tests/bug-927659.c,
4631         * support/regression/tests/float_trans.c: disabled tests for hc08
4632         pending missing library routines
4633         * .version: increased version number to 2.4.4 - hc08 port now passes
4634         regression tests
4635
4636
4637 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4638
4639         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4640         * Makefile.common.in,
4641         * as/Makefile,
4642         * as/hc08/Makefile.in,
4643         * as/mcs51/Makefile.in,
4644         * as/z80/Makefile.in,
4645         * debugger/mcs51/Makefile.in,
4646         * device/include/Makefile.in,
4647         * device/lib/Makefile.in,
4648         * doc/Makefile,
4649         * link/Makefile,
4650         * link/z80/Makefile.in,
4651         * packihx/Makefile.in,
4652         * sim/ucsim/main_in.mk,
4653         * sim/ucsim/avr.src/Makefile.in,
4654         * sim/ucsim/doc/Makefile.in,
4655         * sim/ucsim/gui.src/serio.src/Makefile.in,
4656         * sim/ucsim/hc08.src/Makefile.in,
4657         * sim/ucsim/s51.src/Makefile.in,
4658         * sim/ucsim/xa.src/Makefile.in,
4659         * sim/ucsim/z80.src/Makefile.in,
4660         * src/Makefile.in,
4661         * support/cpp2/Makefile.in,
4662         * support/librarian/Makefile,
4663         * support/makebin/Makefile: added DESTDIR to the install path proposed
4664         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4665         * doc/sdccman.lyx: added DESTDIR documentation
4666
4667 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4668
4669         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4670         instruction for interrupt handlers, use fast returns when returning
4671         from high priority interrupts
4672
4673 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4674
4675         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4676         code generation
4677         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4678         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4679         bugs, ported much of Bernhard's code from mcs51
4680         * src/mcs51/gen.c (genSend),
4681         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4682         than one when calling a reentrant function
4683         * device/lib/_mullong.c: defined an alternate struct layout for big
4684         endian ports (hc08)
4685
4686 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4687
4688         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4689         test
4690
4691 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4692
4693         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4694         are sane and complete before asking the port its prefered parameter
4695         passing method (fixes bug #1017633)
4696         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4697         and _ret3
4698
4699 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4700
4701         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4702         problem in bitfields >= 8 bits.
4703
4704 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4705
4706         * src/SDCCsymt.c: undid changes that were not meant to be committed
4707
4708 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4709
4710         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4711
4712 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4713
4714         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4715           copied and wrong bit got inverted
4716
4717 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4718
4719         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4720         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4721         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4722         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4723         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4724         assignments to bitfields at known addresses
4725         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4726         reads from bitfields at known addresses
4727         * src/hc08/ralloc.c (packRegisters),
4728         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4729         genhc08Code): optimize pointer get values used as conditionals
4730         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4731         and branch
4732
4733 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4734
4735         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4736         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4737         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4738         as conditionals
4739
4740 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4741
4742         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4743
4744 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4745
4746         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4747         related problems
4748
4749 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4750
4751         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4752
4753 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4754
4755         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4756         mcs51 port
4757
4758 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4759
4760         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4761
4762 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4763
4764         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4765         cases use more compact code.
4766
4767 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4768
4769         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4770
4771 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4772
4773         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4774
4775 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4776
4777         * src/SDCCsymt.h,
4778         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4779         parameter of changePointer() from symbol* to sym_link*
4780         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4781         * src/SDCCsymt.c (compareType): void* type is castable to other
4782         pointers, but not necesarily an exact match.
4783         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4784         is no longer blindly treated as an exact match.
4785         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4786
4787 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4788
4789         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4790
4791 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4792
4793         * src/pic/gen.c,
4794         * src/pic/pcode.c,
4795         * src/pic/ralloc.h,
4796         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4797
4798 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4799
4800         * src/pic/device.c,
4801         * src/pic/device.h,
4802         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4803
4804 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4805
4806         * src/mcs51/gen.c (emitcode): fixed bug #992819
4807
4808 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4809
4810         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4811           there's no need to make it worse
4812
4813 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4814
4815         * src/mcs51/ralloc.c (deassignLR),
4816         * src/ds390/ralloc.c (deassignLR),
4817         * src/hc08/ralloc.c (deassignLR),
4818         * src/z80/ralloc.c (deassignLR),
4819         * src/pic/ralloc.c (deassignLR),
4820         * src/pic16/ralloc.c (deassignLR),
4821         * src/avr/ralloc.c (deassignLR),
4822         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4823         rlivePoint): fixed another part of bug #971834
4824
4825 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4826
4827         * src/z80/main.c: enabled "critical" keyword
4828         * src/z80/mappings.i,
4829         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4830         functions (fixes bug #979646)
4831         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4832
4833 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4834
4835         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4836           such as c:\mydir.
4837
4838 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4839
4840         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4841           doesn't disable too much optimizations
4842
4843 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4844
4845         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4846
4847 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4848
4849         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4850
4851 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4852
4853         * src/pic/gen.c tidied up tabs
4854         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4855         * src/pic/main.c tidied up tabs
4856         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4857         * src/pic/pcoderegs.c tidied up tabs
4858         * src/pic/ralloc.c tidied up tabs
4859
4860 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4861
4862         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4863         to S_FIXED for pic16 port and when symbol is not in level 0,
4864         allocate for S_REGISTER storage class and pic16 port, too,
4865         * src/pic16/device.h: prototype for checkSym,
4866         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4867         * (pic16_assignConfigWordValue): test the value and the mask to
4868         validate that the value is suitable for the configuration word,
4869         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4870         collect extern declared symbols, don't emit symbol twice, check
4871         first if symbol is in publics set first,
4872         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4873         * added command line '--fstack' which enables an experimental
4874         feature for stack access, too buggy to be used yet...
4875         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4876         * (pic16_allocDirReg): when register has storage class S_REGISTER
4877         allocate in pic16_dynAccessRegs,
4878         * device/include/pic16/pic18f????.h: modified configuration word
4879         naming convention, words started as CONFIG0H but should be CONFIG1H
4880
4881 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4882
4883         * device/include/mcs51reg.h: fixed bug 970993
4884
4885 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4886
4887         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4888         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4889         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4890         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4891         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4892         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4893           error/warning numbers,
4894           added function setWarningDisabled()
4895         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4896         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4897           _memcmp.c _memmove.c calloc.c realloc.c free.c
4898         * support/regression/tests/malloc.c: added tests for new functionality
4899         * support/regression/tests/zeropad.c: added tests for truncated initializers
4900           and initialized char arrays starting with '\x0'
4901         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4902
4903 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4904
4905         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4906
4907 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4908
4909         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4910         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4911         peephole 177.e. Thanks to anonymous
4912
4913 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4914
4915         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4916         function isn't used in the source but referenced as a
4917         variable initializer then declare it as extern in .asm file
4918
4919 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4920
4921         * .version: increased version number to 2.4.3
4922
4923         Adding version extension according to ChangeLog CVS revision
4924         * src/Makefile.in (target all): added dependency 'version.h'
4925         * (rule version.h): added rule to create version.h from ChangeLog,
4926         * (rule dep): added dependency version.h,
4927         * src/version.awk: AWK script to create version.h
4928         * src/SDCCdwarf2.c (dwWriteModule),
4929         * src/SDCCglue.c (initialComments),
4930         * src/SDCCmain.c (printVersionInfo): modified to write after
4931         version string the version extension number,
4932         * src/SDCCutil.c: included "version.h"
4933         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4934         number,
4935         * src/SDCCutil.h: added prototype for getBuildNumber
4936
4937         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4938         includeDirsSet, too,
4939         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4940         const char [] is found in function prototype...
4941
4942         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4943         moving to WREG with source is already in WREG,
4944         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4945         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4946         * (aopForSym): stack'ed symbols are partially supported, added
4947         if-clause to support symbols in FARSPACE,
4948         * (sameRegs): added test for AOP_ACC to see if registers are same,
4949         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4950         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4951         * (pic16_popRegFromString): will not allocate a new register if it
4952         doesn't find one by name, bug may have introduced...
4953         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4954         * (genIpush): revived to use pic16 port's stack,
4955         * (genAddrOf): added incomplete case for stack'ed operand,
4956         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4957         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4958         can handle multibyte operands,
4959         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4960         * (pic16initialComments): added message for MPLAB compatibility
4961         mode enabled,
4962         * src/pic16/main.h: prototype for pic16_mplab_comp,
4963         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4964         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4965         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4966         because of increased complexity of procedure,
4967         * (_process_pragma): stack pragma changed to format 'stack pos len',
4968         emit symbol '_stack_end' to conform with gplink,
4969         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4970         to search for register,
4971         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4972         PO_GPR_REGISTER,
4973         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4974         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4975         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4976         case for PO_GPR_REGISTER,
4977         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4978         dies, the new era is ahead !...
4979         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4980         pic16_dynInternalRegs,
4981         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4982         * (pic16_allocDirReg): minor optimizations and bug fixes,
4983         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4984
4985         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4986         load stack and frame pointer with address of 'stack_end' symbol
4987
4988 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4989
4990         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4991         without source code but only variable initializers
4992
4993 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4994
4995         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4996         external are not declared as extern to reduce overhead while linking
4997
4998 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4999
5000         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5001
5002 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5003
5004         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5005           Yee Keat for the patch
5006         * src/SDCCast.c (decorateType): fixed bug #979599
5007         * src/ds390/gen.h: removed local fReturnSizeDS390
5008         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5009         * src/ds390/gen.c (genAnd, genOr, genXor),
5010         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5011
5012 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5013
5014         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5015         add relFilesSet to $3, manipulate $2 to handle linking of object
5016         files without source files in command line,
5017         * device/include/pic16 (all headers): added ID location macros,
5018         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5019         entries for ID location bytes,
5020         * (pic16_assignIdByteValue): NEW,
5021         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5022         added field dumpcalltree to pic16_options_t,
5023         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5024         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5025         emitting rFalseIfx label after check_carry label,
5026         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5027         pic16_emitDIRegs), NEW
5028         * (pic16glue): dump .calltree file when option --calltree found,
5029         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5030         * (_pic16_genAssemblerPreamble): emit ID locations after
5031         configuration registers,
5032         * (pic16_linkCmd): modifications of the link command,
5033         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5034         * (pic16_pCodeInitRegisters): don't init stack registers,
5035         * (pic16_findPrevInstruction): fixed bug,
5036         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5037         bug with immediate registers,
5038         * (buildCallTree): traces stack push and pop,
5039         * (pct2): dump also stack usage for each function,
5040         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5041         * (pic16_allocDirReg): various modifications,
5042         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5043         fixed to 1,
5044
5045 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5046
5047         * src/pic16/pcode.c: removed buggy double colon
5048
5049 2004-07-01 Borut Razem <borut.razem AT siol.net>
5050
5051         * support/scripts/sdcc.nsi: added include/pic16 to setup
5052
5053 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5054
5055         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5056         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5057         target 'clean',
5058         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5059         specific command line arguments. Also added sample lkr script
5060         for placing a variable at a specific memory bank.
5061         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5062         at a specific memory bank,
5063         * (pic16_dump_isection): fixed bug which caused string literals to
5064         be omitted when dumping idata section,
5065         * (pic16_groupRegistersInSection): added code to handle registers
5066         in specific memory banks,
5067         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5068         public, all references are renamed too,
5069         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5070         AOP_DPTR2,
5071         * (pic16_storeForReturn): added case to handle when dest is WREG,
5072         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5073         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5074         pic16_rel_udata, check to see if that register is marked as being
5075         a member of a specific memory bank,
5076         * (pic16_printIvalCharPtr): added code to add string literals either
5077         to code or the idata sections,
5078         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5079         also accept the 'udata' pragma,
5080         * src/pic16/main.h: new structure types sectName and sectSym
5081         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5082         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5083         * (pic16_findPrevInstruction): fixed, it returned nothing,
5084         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5085         instruction combinations,
5086         * (pic16_FixRegisterBanking): heavily reorganised,
5087         * (pic16_AnalyzeBanking): if generating banksel directives is
5088         disabled, then don't call FixRegisterBanking at all,
5089         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5090         completely removed,
5091         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5092
5093 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5094
5095         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5096         Phuah Yee Keat <yk.phuah AT nestac.com>
5097
5098 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5099
5100         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5101         correctly the IVT even if it is relocated to some other location
5102
5103 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5104
5105         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5106         * device/include/pic16/pic18f2220.h: NEW,
5107         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5108         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5109         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5110         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5111         nodefaultlibs, ivt_loc is the location of the interrupt vector
5112         table, and nodefaultlibs signs that default libraries should not be
5113         linked in link stage,
5114         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5115         according to --ivt-loc argument,
5116         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5117         when pragma stack is found,
5118
5119 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5120
5121         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5122         256 (range check), 257 (do while), 258.a-f (bit banging
5123         f.e. on 3-wire SPI bus)
5124
5125 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5126
5127         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5128         variables used exclusively within a loop
5129
5130 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5131
5132         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5133
5134 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5135
5136         * src/SDCClrange.c (computeClash): fixed bug #971834
5137
5138 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5139
5140         * src/mcs51/gen.c (genCmp): fixed bug #975903
5141         * src/hc08/gen.c (operandsEqu),
5142         * src/ds390/gen.c (operandsEqu),
5143         * src/z80/gen.c (operandsEqu),
5144         * src/pic/gen.c (operandsEqu),
5145         * src/pic16/gen.c (operandsEqu),
5146         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5147         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5148
5149 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5150
5151         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5152
5153 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5154
5155         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5156         default case in switch statement,
5157         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5158         to eliminate problem with initialisation of pointers, but problem
5159         still exists,
5160         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5161         * (emitStaticSegment): removed various lines emitting debug info,
5162         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5163         added processor registers for utilizing EEPROM,
5164         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5165         configurable and set 8
5166
5167 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5168
5169         * .version: increased version number to 2.4.2,
5170
5171         Cumulative patch for pic16 port
5172         * src/pic16/device.c: changed scheme to dump initial values for
5173         variables in idata segment, all print_idata* functions were removed,
5174         now the pic16_printIval* will be called,
5175         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5176         * _pic16_printPointerType, pic16_printPointerType,
5177         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5178         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5179         NEW, similar to the respective functions in SDCCglue.c,
5180         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5181         way, emitting hex bytes,
5182         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5183
5184 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5185
5186         * src/avr/ralloc.c (serialRegAssign),
5187         * src/xa51/ralloc.c (serialRegAssign),
5188         * src/pic/ralloc.c (serialRegAssign),
5189         * src/pic16/ralloc.c (serialRegAssign),
5190         * src/hc08/ralloc.c (serialRegAssign),
5191         * src/z80/ralloc.c (serialRegAssign),
5192         * src/ds390/ralloc.c (serialRegAssign),
5193         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5194
5195 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5196
5197         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5198         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5199
5200 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5201
5202         Cumulative patch for pic16 port:
5203         * src/pic16/device.h (typedef PIC16_device) modified fields for
5204         defining microcontrollers,
5205         * src/pic16/device.c: added new info for all devices in Pics16 array,
5206         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5207         to be optimised out by the pCode optimiser,
5208         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5209         specially, bug reported by G.M. Gallant,
5210         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5211         as force'd so that cannot be optimised out by pCode optimiser,
5212         * src/pic16/pcode.c,
5213         * src/pic16/pcodepeeph.c,
5214         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5215         they are disabled by default, but can be enabled explicit with
5216         command argument --denable-peeps, for testing,
5217         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5218         --pomit-ivt in COMPILE_FLAGS
5219
5220 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5221
5222         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5223           compilation on MSVC
5224
5225 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5226
5227         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5228
5229 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5230
5231         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5232         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5233
5234 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5235
5236         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5237         would only assign 0x300001 register.
5238
5239 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5240
5241         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5242         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5243
5244 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5245
5246         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5247         for ds80c400
5248         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5249         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5250         added peephole 254 (left shift), 255 (jump table)
5251
5252 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5253
5254         * device/lib/Makefile.in: removed comment line with model-pic16,
5255         * (target port-specific-objects-pic16): the libraries and objects
5256         are copied to the build directory form the device/lib/pic16/bin
5257         directory
5258
5259         Cumulative patch concerning pic16 port:
5260         * library directory has been re-organized,
5261         * added support for PIC18F1220,
5262         * added headers and library sources for chips 18f1220,18f6520,
5263         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5264
5265         * configuration registers setting has changed, now each supported
5266         device has a complete description of the registers it uses,
5267         * all initialisations are moved to idata sections, these section
5268         can be absolute or relocatable,
5269         * fixed initialisation of codespace variables,
5270         * fixed warning about PCLATU and gpsim,
5271         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5272         * (genAssign): use table reads when assigning from variables in codespace,
5273         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5274         char/int variables placed in codespace,
5275         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5276         registers set in .asm file, no need for --pomit-config-words anymore,
5277         * (pic16glue): some 8051 legacy segments are commented out
5278         (to be removed completely),
5279         * added support for alternative assembler and linker with --asm=
5280         and --link= command line arguments,
5281         * peepholes are disabled automatically in the port, no need to
5282         specify on command line,
5283         * port supports natively char/int/long multiplication, but converts
5284         all divisions to support functions,
5285         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5286         to the file set in variable $2,
5287         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5288         strings in ASCII format and not in hex,
5289         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5290         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5291         allocate proper register if iCodes aren't temporary,
5292
5293 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5294
5295         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5296
5297 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5298
5299         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5300         is commented out
5301
5302 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5303
5304         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5305         computed address is reused
5306         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5307         multi-byte bitfields
5308
5309 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5310
5311         * src/z80/gen.c: (genArrayInit): must check for pointers too
5312
5313 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5314
5315         * support/regression/tests/zeropad.c: never meant to commit the
5316           nestedstruct test: removed, added check for GCC version
5317
5318 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5319
5320         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5321         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5322         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5323           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5324           bugs 928906 and 954082 half-empty initializers
5325         * src/SDCCsymt.h,
5326         * src/SDCCsymt.c (getAllocSize): added for above fix
5327         * src/z80/gen.c (genArrayInit): fixed bug 741044
5328         * support/regression/tests/zeropad.c: added tests
5329
5330 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5331
5332         * src/pic16/device.c (pic16_dump_section): corrected bug which
5333         caused some symbols of the libraries to be misplaced
5334
5335 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5336
5337         * src/pic16/glue.c,
5338         * src/pic16/ralloc.h,
5339         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5340         to fix conflict with pic port
5341
5342 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5343
5344         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5345         externs configuration variables,
5346         * src/pic16/ralloc.h,
5347         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5348         prototype in header, commented out some debug messages
5349
5350 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5351
5352         * src/pic16/glue.c,
5353         * src/pic16/main.c,
5354         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5355         for gpasm COFF object generation. Thanks to D. Hawkins for
5356         his patch info
5357
5358 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5359
5360         * src/ds390/main.c,
5361         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5362         Brock for spotting this)
5363         * src/ds390/gen.c (genEndFunction),
5364         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5365         interrupt handler and critical. Disable push/pop optimizations when
5366         peephole optimizations disabled.
5367
5368 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5369
5370         Updated pic16 library sources and headers.
5371         * device/lib/pic16/pic18f*/ ,
5372         * device/include/pic16/*.h: modified to handle structured SFR
5373         definitions
5374
5375 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5376
5377         * src/port.h (PORT structure): added hook initPaths, now each
5378         port can declare its own default search paths,
5379         which can been seen with the --print-search-dirs option,
5380         see pic16 port for example,
5381         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5382         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5383         * (doPrintSearchDirs): NEW, replaces in a central manner the
5384         printing of search dirs which was split in set*Paths functions,
5385         * (main): added call to port->initPaths and doPrintSearchDirs,
5386         * src/avr/main.c,
5387         * src/ds390/main.c,
5388         * src/hc08/main.c,
5389         * src/izt/i186.c,
5390         * src/izt/tlcs900h.c,
5391         * src/mcs51/main.c,
5392         * src/pic/main.c,
5393         * src/pic16/main.c: modified port structures to reflect addition of
5394         initPaths hook,
5395
5396         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5397         * (pic16_dump_section): for registers in same address reserve memory once,
5398         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5399         to no_banksel,
5400         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5401         result is greater in size than right or left,
5402         * (pic16_genUMult8X8_8): there are some cases where the result can
5403         be 16 bits size, so handle these,
5404         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5405         * (pic16_outBitC): modified to emit pcodes,
5406         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5407         or not,
5408         * (genDivOneByte): implemented algorithm to divide 8-bits,
5409         * (genCmp): uncommented goto, but issues still exist,
5410         * (genAnd): fixed a bug with variables >8bits,
5411         * (genPackBits): optimization added that uses BCF/BSF to change a
5412         single bit,
5413         * (genAssign): fixed bug when assigning floating point literals,
5414         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5415         __sdcc_gsinit_startup label,
5416         * src/pic16/main.c (_pic16_init): removed search directory
5417         initialisations,
5418         * (_pic16_initPaths): NEW, used to initialise search directories,
5419         * (_hasNativeMulFor): support functions for all except char/int
5420         multiplication, and char division,
5421         * (PIC16_port struct): modified entry for native mul support,
5422         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5423         no_banksel option,
5424         * (buildCallTree): call to register_usage is ifdef'ed out,
5425
5426 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5427
5428         * device/include/string.h: applied Stas Sergeev's patch to make this
5429         header file compatible with the preprocessor -Wundef option
5430         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5431         failure (fixes bug #941458)
5432
5433 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5434
5435         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5436         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5437         that the variable, not the function, should be static
5438         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5439         to be consistent with non-literal case
5440
5441 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5442
5443         * src/SDCCast.c (isConformingBody): fixed bug #949967
5444         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5445         convilong): fixed bug #952086
5446
5447 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5448
5449         * src/SDCCmem.c (allocVariables): fixed bug #955321
5450
5451 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5452
5453         * src/hc08/main.c (_hc08_genAssemblerEnd),
5454         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5455         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5456         completely eliminated the use of a temporary file
5457         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5458         when more than one file linked
5459         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5460
5461 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5462
5463         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5464         which fixes bug #543481
5465         * support/regression/tests/bug-751703.c: fixed comments left from a
5466         cut and paste error
5467         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5468         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5469         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5470         scopes
5471         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5472         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5473         are now changed to underscores in moduleName
5474
5475 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5476
5477         * as/mcs51/lkmem.c: better fix for bug #954173
5478
5479 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5480         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5481
5482         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5483         * device/include/c8051f000.h,
5484         * device/include/c8051f120.h,
5485         * device/include/c8051f300.h,
5486         * device/include/c8051f310.h,
5487         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5488         PWM16) and detab'ed
5489
5490 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5491
5492         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5493         and mailing lists, doc'ed --no-peep-comments, removed reference
5494         to knoppix (newest version has no LyX/LaTeX), other minor changes
5495         * src/SDCCglue.c (glue): save 2 bytes stack space with
5496         option --main-return. The ljmp could probably be avoided too
5497
5498 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5499
5500         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5501
5502 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5503
5504         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5505         * src/SDCCopt.c (isLocalWithoutDef),
5506         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5507         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5508         (credit to Maarten Brock for patch #949363, on which this is based)
5509         * support/regression/tests/bug-751703.c: some test cases of extern used
5510         within inner scopes.
5511
5512 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5513
5514         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5515         SPEC_STRUCT
5516         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5517         struct definitions
5518         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5519         dwWriteLabel): fix to create valid debugger symbols even when
5520         the module name has non-alphanumeric symbols in it
5521         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5522         when a variable's allocation has been optimized away
5523
5524
5525 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5526
5527         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5528         * src/hc08/main.c,
5529         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5530         * src/mcs51/main.c,
5531         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5532         * src/ds390/main.c,
5533         * src/z80/gen.c (z80_emitDebuggerSymbol),
5534         * src/z80/main.c,
5535         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5536         * src/pic/main.c,
5537         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5538         * src/pic16/main.c,
5539         * src/avr/gen.c (avr_emitDebuggerSymbol),
5540         * src/avr/main.c,
5541         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5542         * src/xa51/main.c,
5543         * src/SDCCdebug.c (emitDebuggerSymbol),
5544         * src/SDCCdebug.h,
5545         * src/port.h: added a debugger struct to the port struct. Added a
5546         callback for defining debugger symbols
5547
5548         * src/SDCCast.c (createLabel),
5549         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5550         with isitmp = 1
5551         * src/SDCCicode.h,
5552         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5553         iCode back to the ast for the function
5554
5555         * src/hc08/ralloc.c (hc08_assignRegisters),
5556         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5557         unneeded fields from the regs struct.
5558         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5559         pushReg() & pullReg() functions instead of emitcode()
5560
5561         * src/hc08/gen.c (genLabel, genhc08Code),
5562         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5563
5564         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5565         debugger hooks
5566
5567         * src/hc08/gen.c (genEndFunction, genhc08Code),
5568         * src/hc08/gen.h,
5569         * src/mcs51/gen.c (genEndFunction, gen51Code),
5570         * src/mcs51/gen.h,
5571         * src/ds390/gen.c (genEndFunction, gen390Code),
5572         * src/ds390/gen.h,
5573         * src/z80/gen.c (genEndFunction, genZ80Code),
5574         * src/z80/gen.h,
5575         * src/z80/z80.h,
5576         * src/pic/gen.c (genEndFunction, genpic14Code),
5577         * src/pic/gen.h,
5578         * src/pic16/gen.c (genEndFunction, genpic16Code),
5579         * src/pic16/gen.h,
5580         * src/avr/gen.c (genEndFunction, genAVRCode),
5581         * src/avr/gen.h,
5582         * src/xa51/gen.c (genEndFunction, genXA51Code),
5583         * src/xa51/gen.h,
5584         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5585         specific code to cdbFile.c and out of the backend code generators
5586
5587         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5588         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5589         starting address is now 0
5590
5591         * as/hc08/asm.h,
5592         * as/hc08/m08pst.c,
5593         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5594         assembler directive for DWARF support
5595         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5596
5597         * src/src.dsp,
5598         * src/Makefile.in,
5599         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5600
5601 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5602
5603         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5604         and inappropriate peephole optimization in jump tables
5605
5606 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5607
5608         * as/hc08/m08pst.c,
5609         * src/SDCCglue.c: sdccopt works for the hc08 port now
5610
5611 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5612
5613         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5614
5615 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5616
5617         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5618
5619 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5620
5621         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5622         rules
5623         * src/SDCCmain.c,
5624         * src/SDCCglobl.h,
5625         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5626         comments from the peephole optimizer replacement rules
5627         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5628         symbols
5629         * src/SDCCcse.c (updateSpillLocation),
5630         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5631         equivalents
5632         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5633         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5634         objects far pointers
5635
5636 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5637
5638         * src/SDCCsymt.h: a missing part of my last change
5639         * src/pic/ralloc.c (regTypeNum),
5640         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5641
5642 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5643
5644         * src/SDCCicode.h,
5645         * src/SDCCicode.c (aggrToPtrDclType),
5646         * src/SDCCptropt.h,
5647         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5648         ptrPseudoSymConvert),
5649         * src/pic/ralloc.c (regTypeNum),
5650         * src/pic16/ralloc.c (regTypeNum),
5651         * src/hc08/ralloc.c (regTypeNum),
5652         * src/ds390/ralloc.c (regTypeNum),
5653         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5654         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5655
5656 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5657
5658         * link/z80/lkmain.c (afile),
5659         * as/hc08/lkmain.c (afile),
5660         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5661         prevent a pointer problem when a filename has no directory and
5662         no extension specified.
5663
5664 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5665
5666         * link/z80/lkmain.c (afile): allow periods in directory names
5667         * link/z80/lkmain.c (afile),
5668         * as/mcs51/lkmain.c (afile),
5669         * as/hc08/lkmain.c (afile): allow linker script file to have an
5670         extension other than ".lnk"
5671         * link/z80/lklex.c (getfid),
5672         * link/z80/lkmain.c (parse),
5673         * as/mcs51/lklex.c (getfid),
5674         * as/mcs51/lkmain.c (parse),
5675         * as/hc08/lklex.c (getfid),
5676         * as/hc08/lkmain.c (parse): Support comments in the linker script
5677         file on lines by themselves and after filenames
5678
5679 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5680
5681         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5682
5683 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5684
5685         * src/z80/peeph-z80.def: removed some peephole rules that don't
5686         work with multibyte arithmetic (fixed bug #937126)
5687         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5688         to registers and not global variables
5689         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5690         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5691         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5692         checking for assignments not internally generated (fixed bug #931895)
5693         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5694         structure member (fixed bug #930072)
5695
5696 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5697
5698         * src/SDCCmain.c (linkEdit),
5699         * src/hc08/main.c (_hc08_parseOptions),
5700         * as/hc08/Makefile.in,
5701         * as/hc08/aslink.h,
5702         * as/hc08/asm.h,
5703         * as/hc08/m08pst.c,
5704         * as/hc08/lkrloc.c (relr, rele),
5705         * as/hc08/lkarea.c (lnkarea)
5706         * as/hc08/lkmain.c (afile, parse),
5707         * as/hc08/lkelf.c: support for ELF output
5708         * as/hc08/lks19.c (s19),
5709         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5710
5711 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5712
5713         * as/mcs51/lkihx.c: Fixed bug #899105.
5714
5715 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5716
5717         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5718         .dsp files from Unix to DOS.
5719
5720 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5721
5722         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5723         function pointers; we have been compliant for several months now.
5724         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5725         change that was accidently commented out
5726         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5727         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5728         bug #922319
5729
5730 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5731
5732         * src/hc08/gen.c: output of all of the internal debugging information
5733         is now controlled by the D() macro; it is disabled by default
5734
5735 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5736
5737         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5738         harder to keep the same registers during a CAST iCode
5739         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5740         long via int can be done in a single cast, if the signedness is
5741         correct.
5742         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5743         putchar() in tinibios.c in ds390's library
5744
5745 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5746
5747         * src/SDCCast.c (decorateType): fixed bug #898889,
5748         cast result of a literal complement too
5749         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5750         fixed check for bitfields
5751
5752 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5753
5754         * src/SDCCicode.c (geniCodeLogic): made it static,
5755         (geniCodeLogicAndOr): added in order to fix bug #905492,
5756         (ast2iCode): fixed bug #905492
5757         * support/regression/tests/bug-905492.c: added
5758         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5759         (processParms): fixed bug #927659: don't copy parms, this will clear
5760         decorated flag
5761         * support/regression/tests/bug-927659.c: added
5762
5763 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5764
5765         * src/SDCCast.c (addCast): don't cast float to char
5766         * device/lib/libsdcc.lib: added _memmove
5767
5768 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5769
5770         * device/lib/large/Makefile: fixed parallel execution by
5771         replacing `make` by `$(MAKE)`
5772
5773 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5774
5775         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5776         offsets (fixes bug #923936)
5777
5778 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5779
5780         * device/lib/small/Makefile: fixed parallel execution by
5781         replacing `make` by `$(MAKE)`
5782
5783 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5784
5785         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5786
5787 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5788
5789         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5790         * src/regression/Makefile: Regression test was not running.
5791
5792 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5793
5794         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5795         complement if possible
5796         * src/SDCCval.c (valComplement),
5797         * src/SDCCicode.c (operandOperation): fixed complement of literal
5798         * support/regression/tests/onebyte.c (testComplement): added
5799
5800 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5801
5802         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5803         return an optimized tree; actually replace actParm with the new tree
5804         * src/SDCCast.h: added some parantheses to remove side effects
5805         * support/regression/tests/bug-920866.c
5806
5807 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5808         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5809         Bit operands were not being handled properly in the pic14 port.
5810         (now src/regression/add.c passes again).
5811
5812 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5813
5814         * src/SDCC.y (labeled_statement): case and default no longer require
5815         a following statement (RFE #893037)
5816
5817 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5818
5819         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5820         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5821         disabled (fixes bug #916294)
5822         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5823         "mov a,acc"; patch provided by Lenny Story
5824         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5825
5826 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5827
5828         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5829         functions
5830         * src/ds390/gen.c (genFunction, genEndFunction),
5831         * src/ds390/ralloc.c (ds390_assignRegisters),
5832         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5833         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5834         pushed if there are parameters passed on the stack. Also, a cleaner
5835         way to decide if r0/r1 should be pushed/popped. (Together they fix
5836         bug #918693)
5837
5838 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5839
5840         * doc/sdccman.lyx,
5841         * device/lib/mcs51/crtpagesfr.asm,
5842         * device/lib/mcs51/crtxinit.asm,
5843         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5844         to avoid confusion with Si Lab's SFRPAGE register.
5845
5846 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5847
5848         * src/SDCCglue.c (emitMaps): allow public sfr variables
5849         * src/SDCCglue.c (initialComments): include compiler build date
5850         with compiler version and put the timestamp of the generated
5851         assembly file on a serperate line to be less confusing.
5852         * src/port.h: added genInitStartup hook
5853         * src/avr/main.c,
5854         * src/ds390/main.c,
5855         * src/hc08/main.c,
5856         * src/pic/main.c,
5857         * src/pic16/main.c,
5858         * src/xa51/main.c,
5859         * src/z80/main.c: genInitStartup initialize as NULL (default to
5860         historical behaviour)
5861         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5862         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5863         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5864         library instead of hard coding it into the compiler.
5865         * support/regression/ports/mcs51-stack-auto/spec.mk,
5866         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5867         * device/lib/mcs51/Makefile,
5868         * device/lib/small/Makefile,
5869         * device/lib/large/Makefile,
5870         * device/lib/mcs51/crtpagesfr.asm,
5871         * device/lib/mcs51/crtstart.asm,
5872         * device/lib/mcs51/crtxclear.asm,
5873         * device/lib/mcs51/crtxinit.asm,
5874         * device/lib/mcs51/crtclear.asm,
5875         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5876         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5877         and into user configurable files.
5878         * device/lib/clean.mk: clean mcs51 directory too
5879         * support/regression/tests/longlit.c: added static to T1 declaration
5880         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5881         accesses in the initialization code
5882
5883 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5884
5885         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5886         OSCTRIMVAL as noted in bug #916008
5887
5888 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5889
5890         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5891         in loops with multiple exits (reported as incorrect registers
5892         used by Martin Helmling in Sdcc-user list)
5893
5894 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5895
5896         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5897         made ds390 register extensions look less like error messages
5898
5899 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5900
5901         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5902         reported by Adam Wozniak in Sdcc-user list
5903
5904 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5905
5906         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5907         arithmetic optimizations, added debug output
5908
5909 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5910
5911         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5912         * sdcc.spec: updated and split sdcc into 3 rpms
5913         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5914         needed for literals of LEFT_OP and '+'
5915         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5916         introduced RESULT_TYPE_NOPROM
5917         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5918         left shift
5919         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5920         limited promotion to int only for '*'
5921         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5922
5923 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5924
5925         * src/pic16/gen.c (genSkip),
5926         (genc16bit2lit), (gencjneshort): commented out
5927         (is_LitOp): new helper function, checks operand type
5928         (genCmpEq): rewritten
5929
5930 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5931
5932         * support/regression/tests/bug-908454.c: added
5933
5934 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5935
5936         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5937         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5938         (geniCodeCast): cosmetic, don't preserve bit storage class
5939         (geniCodeLeftShift): added promotion
5940         (geniCodeLogic): fixed regression
5941         * src/SDCCsymt.c (computeTypeOr): accept bits too
5942         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5943
5944 2004-03-07  Borut Razem <borut.razem AT siol.net>
5945
5946         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5947
5948 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5949
5950         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5951         version of pic16_genPackRegisters which does not check if ic is a
5952         CAST operator,
5953         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5954         function cause string1.c regression test fails
5955
5956 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5957
5958         * sim/ucsim/configure.in,
5959         * sim/ucsim/configure,
5960         * sim/ucsim/doc/Makefile.in: use docdir
5961         * src/SDCC.y: fixed sbit atrributes
5962         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5963         * src/SDCCast.c (decorateType): |^& need special promotion handling
5964         * src/SDCCast.h,
5965         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5966         * src/SDCCsymt.h (computeType),
5967         * src/SDCCicode.c: computeType() needs op
5968         * src/SDCCsymt.c (checkTypeSanity),
5969         * doc/sddman.lyx: "plain" bitfields are unsigned
5970         * src/SDCCsymt.c (computeTypeOr): added
5971         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5972         |^& ops
5973         * src/SDCCval.c (val*): computeType() needs op
5974         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5975         * support/regression/tests/onebyte.c: added tests for |^&
5976
5977 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5978
5979         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5980         for writing icode into asm output.
5981
5982 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5983
5984         * src/pic16/device.c: added some debug lines enabled
5985         with macro DEBUG_CHECK,
5986         * src/pic16/genarith.c: more debug in genPlus,
5987         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5988         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5989         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5990         * (aopForSym): onStack symbols are re-placed in data memspace,
5991         and onStack flag is cleared,
5992         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5993         copy temporary pcodeop,
5994         * (genPcall): added warning for not updating PCLATU,
5995         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5996         always true for pic16 port,
5997         * (genMultOneWord): NEW, supports integer multiplication,
5998         * (genMult): modified to call genMultOneWord,
5999         * (ifxForOp): added warning when return NULL,
6000         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6001         flag is set before call to operandFromSymbol for implicit
6002         added structures,
6003         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6004         options.intlong_rent are set by default,
6005         * (_hasNativeMulFor): modified to allow port generation of integer
6006         multiplication,
6007         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6008         set regtype to REG_SFR for all registers, restricting seting the
6009         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6010
6011 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6012
6013         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6014         more than 500 times in the regression tests
6015
6016 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6017
6018         * support/Util/SDCCerr.h,
6019         * support/Util/SDCCerr.c,
6020         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6021         enumerator_list),
6022         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6023         for symbol conflicts.
6024         * support/valdiags/tests/enum.c,
6025         * support/valdiags/tests/tentdecl.c,
6026         * support/valdiags/tests/struct.c: expect possible error messages
6027         referring to original symbol definitions.
6028         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6029         * src/SDCCsymt.h,
6030         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6031
6032 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6033
6034         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6035
6036 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6037
6038         * src/pic16/ralloc.c (newReg): fixed bug #908929
6039
6040 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6041
6042         * src/ds390/gen.c: added missing #include "main.h"
6043
6044 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6045
6046         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6047         checking if symbol is already in set,
6048         * src/pic16/device.h: prototype for checkAddSym,
6049         * src/pic16/gen.c: (_G): added entry interruptvector,
6050         * (assignResultValue): removed some commented out lines,
6051         * (genFunction): check for ISR via sym->type, absolute section for
6052         interrupt code is created via a new pBlock, the goto instruction is
6053         placed now correctly at the interrupt vector position, changed all
6054         references from ivec to _G.interruptvector,
6055         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6056         is the interrupt is a high priority one, same for return from ISR,
6057         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6058         externs to calls of checkAddSym,
6059         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6060         pic16_pcode_verbose flag is set,
6061         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6062         * src/pic16/pcoderegs.c: message about how many registers are saved
6063         will only be emitted if pic16_pcode_verbose flag is set,
6064
6065 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6066
6067         * src/ds390/ralloc.h,
6068         * src/ds390/ralloc.c (ds390_regWithIdx),
6069         * src/ds390/gen.c (emitcode),
6070         * src/ds390/main.h,
6071         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6072         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6073         ds390operandCompare, getRegsRead, getRegsWritten,
6074         initializeAsmLineNode): customized instruction size calculation for
6075         ds390, started basis for some register optimizations
6076         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6077         corresponding assembly output
6078         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6079         missing push/pop of r0/r1. Optimized push/pops
6080
6081 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6082
6083         * src/mcs51/main.c (instructionSize): fixed ACALL size
6084         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6085
6086 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6087
6088         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6089         the sorting of rlist with NULL elements
6090         * (print_idataType, print_idata): NEW to create idata sections
6091         * src/pic16/device.h: idataSymSet new variable
6092         * src/pic16/gen.c (genFunction): fixed some bugs in string
6093         comparing, improved the absolute section creation for ISRs,
6094         added FSR0L/FSR0H in registers that are saved in an ISR,
6095         * (genInline): fixed the processing of inline snippets,
6096         now they undergo no process by the peephole optimizer
6097         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6098         are placed in idataSymSet,
6099         * (pic16emitStaticSeg): extern symbols are added in externs,
6100         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6101         switching when aboslute variables are placed in access bank memory
6102         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6103         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6104         commented out with #if,
6105         * (pic16_packRegisters): reintroduce the check for CAST because some
6106         symbols are not correctly handled,
6107         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6108         pCodeInstruction instead of pCode,
6109         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6110         pCodeAsmDir definition,
6111         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6112         directive, then the argument directive is emitted without the leading
6113         tab, hack for inline labels which must be in the first column,
6114         * (compareLabel,pic16_findNextInstruction),
6115         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6116         * (insertBankSwitch): modified for the new pCodeAsmDir,
6117
6118 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6119         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6120
6121         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6122         instance,
6123         * (pushSide): commented out with #if,
6124         * (assignResultValue): fixed some typos in saving
6125         registers,
6126         * (genPcall): FIXED and sync'ed with genCall,
6127         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6128         * (genNearPointerGet): fixed to handle some more cases,
6129         implementation scheme via table reads,
6130         * (genConstPointerGet): modified to access code memory correct,
6131         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6132         and improved to handle some cases
6133         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6134         instead of "RETLW" for init data
6135         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6136         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6137         variables are placed in access bank memory (<0x80 and >=0xf80),
6138         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6139         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6140         TBLWT_POSTDEC,TBLWT_PREINC
6141         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6142         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6143         directives
6144         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6145         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6146         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6147         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6148
6149 2004-02-29  Borut Razem <borut.razem AT siol.net>
6150
6151         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6152         support/Util/findme.h, support/Util/system.h: enhance binary relative
6153         search for lib and include by using findProgramPath()
6154
6155 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6156
6157         * src/SDCCpeeph.h,
6158         * src/SDCCpeeph.c (pcDistance),
6159         * src/port.h,
6160         * src/mcs51/ralloc.h,
6161         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6162         * src/mcs51/main.h,
6163         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6164         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6165         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6166         size calculation port specific, started basis for some register
6167         optimizations
6168         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6169         missing push/pop of r0/r1. Optimized push/pops
6170         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6171         * device/lib/_modsint.c (_modsint),
6172         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6173         and stack version so regression tests pass
6174
6175 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6176
6177         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6178         * src/SDCCast.c (decorateType): catch another small optimization
6179         with '?' operator
6180         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6181         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6182         modified to finally use computeType() all over SDCC,
6183         see Feature Request #877103
6184         * src/SDCCval.h: cosmetic
6185         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6186         valCompare(); regression tested in muldiv.c
6187         * support/regression/tests/muldiv.c (testMod): mod sign follows
6188         dividend only
6189
6190 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6191
6192         * src/SDCCast.c (decorateType): fixed bug #902362
6193         * doc/INSTALL.txt: fixed install instructions for win32
6194
6195 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6196
6197         * device/include/Makefile.in (install): fixed by replacing spaces
6198         by tabs
6199         * doc/README.txt,
6200         * doc/INSTALL.txt: updated for release
6201         * doc/sdccman.lyx: added warning for --xstack being buggy
6202
6203 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6204
6205         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6206         to eliminate build warnings.
6207         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6208
6209 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6210            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6211
6212         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6213         removed -penable-stack, added comment for stack pragma, added
6214         warning for not initializing the stack/frame registers, removed
6215         comment at interrupts section
6216
6217         Stack is made permanent, there is no ability to disable stack usage.
6218         * src/pic16/device.h,
6219         * src/pic16/device.c: removed all references to USE_STACK macro,
6220         * src/pic16/device.c (pic16_dump_section): when no elements in
6221         rlist, free rlist before return,
6222         * (pic16_dump_int_registers): NEW, internal registers are a new set
6223         of general purpose registers reused by each function,
6224         * (checkAddReg): returns 1 if registers is added to set,
6225         * (pic16_groupRegistersInSection): when a registers is of type
6226         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6227         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6228         SRCASECMP macro is moved here from device.c
6229         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6230         PO_PCLATU, PO_PRODL, PO_PRODH,
6231         * (pic16_pCodeOpType, genMinus,
6232         changed compares to "a" register, with AOP_ACC,
6233         * (pic16_genPlus): fixed some bugs and indented properly,
6234         * (pic16_addSign): changed size to size+offset in the MOVWF
6235         instruction,
6236         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6237         multiply 8-bit operand by literal, result is 8-bit,
6238         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6239         multiply 2 8-bit operand, result is 8-bit,
6240         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6241         genUMult8X*_16,
6242         * src/pic16/gen.c: changed accUse to contain WREG only,
6243         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6244         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6245         true, do not use immediate addressing any more unless sym is a
6246         pointer in codespace,
6247         * (aopForRemat): do not use immediate addressing when symbol not in
6248         codespace and when symbol's address is requested,
6249         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6250         accUse size (= 1),
6251         * (aopGet): added case for AOP_ACC and don't return "accumulator
6252         bug" but WREG instead,
6253         * (popGetTempReg): pushes contents of temporary register in stack,
6254         * (popReleaseTempReg): pops contents of temporary register from
6255         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6256         * (pic16_popGet): separated case AOP_ACC to return register WREG
6257         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6258         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6259         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6260         the use of immediate pointers to certain cases only.
6261
6262         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6263         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6264         * (assignResultValue, genCall, genRet): modified to use the new
6265         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6266         genPcall is still broken,
6267         * (genFunction): added code to create 'A' type pBlocks when
6268         interrupt functions are generated, code not extensively tested yet,
6269         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6270         * (genEndFunction): modified so ISRs pop stored registers from stack,
6271         * (genMultOneByte): cleanup,
6272         * (AccRsh): added flag andmask, to and result with appropriate mask,
6273         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6274         * (genDataPointerGet): fixed and reenabled its use,
6275         * (genNearDataPointerGet): bugs fixed,
6276         * (genDataPointerSet): bugs fixed,
6277         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6278         pic16_DumpSymbol, pic16_DumpOp,
6279         * src/pic16/genutils.h: function prototypes for the above functions,
6280         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6281         pointers,
6282         * (pic16emitRegularMap): many many many improvements, but needs a
6283         major cleanup,
6284         * src/pic16/main.c: enable_stack in pic16_options is removed,
6285         * (_pic16_parseOptions): removed command line options -penable-stack,
6286         * (_process_pragma): emit stack symbol only when stack pragma is
6287         processed,
6288         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6289         redirected to FSR0L/FSR0H pair,
6290         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6291         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6292         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6293         for immediates,
6294         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6295         * (dumpPicOptype): NEW,
6296         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6297         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6298         with movff instruction,
6299         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6300         added pic16_int_regs, some packRegsFor* functions are commented out,
6301         because produce errors,
6302         * src/pic16/NOTES: minor modifications
6303
6304 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6305
6306         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6307         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6308         --pack-iram.
6309         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6310         * as/mcs51/lkaomf51.c: fixed bug #895763
6311
6312 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6313
6314         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6315
6316 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6317
6318         * doc/sdccman.lyx: added details about the HC08 storage classes and
6319         interrupts, fixed the register usage info for z80 & gbz80
6320
6321 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6322
6323         * doc/sdccman.lyx: added more pic16 port documentation
6324         * device/include/pic16/: added header pic18fregs.h
6325
6326 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6327
6328         * doc/sdccman.lyx: added Vangelis' contribution
6329
6330 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6331
6332         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6333         extend to the next CALL or PCALL, not just to the next CALL.
6334
6335 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6336
6337         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6338
6339 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6340
6341         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6342         bug #895752 and a better fix for bug #716790
6343
6344 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6345
6346         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6347
6348 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6349
6350         * doc/sdccman.lyx: minor changes, minor changed
6351
6352 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6353
6354         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6355         which can't handle SDCC_NEWONEBYTEOPS,
6356         (geniCodeMultiply): removed conversion from mult to shift for pic14
6357         and pic16
6358
6359 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6360
6361         * src/hc08/gen.h,
6362         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6363         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6364         thus fixing bug #895406
6365
6366 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6367
6368         * device/lib/_modsint.c,
6369         * device/lib/_modslong.c: sign follows divisor only
6370         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6371         signs or signedness can be ignored
6372         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6373         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6374         added optimization for IFX,
6375         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6376         arguments;
6377         reenabled optimization for IFX, which was removed on 2004-01-11
6378         * src/SDCCast.h: added return type IFX
6379         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6380         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6381         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6382         SDCC_OLDONEBYTEOPS selects the old behaviour
6383         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6384         changed again and commented promotion rule
6385         * src/SDCCval.c (valDiv): promotion no longer necessary
6386         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6387         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6388         rewritten
6389         * support/regression/tests/onebyte.c: added
6390
6391 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6392
6393         * gen.c (genInline): reverted to old code for assemnling inline
6394         code because of bug reported James Chadd
6395
6396 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6397
6398         * ralloc.h: missing declarations from previous patch,
6399         seems that patch for ralloc.h was never applied, fixed
6400
6401 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6402            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6403
6404         * pcode.c,
6405         * pcode.h,
6406         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6407         indirect addressing. Marked FSR0 as deprecated
6408         * gen.c (pointerCode): commented out, not needed now
6409         (pic16_popGet2p): new MOVFF helper function
6410         (genGenPointerGet),
6411         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6412         (shiftRLong): removed duplicate debugging info
6413
6414 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6415
6416         * src/ds390/gen.c (genNearPointerGet),
6417         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6418         optimization with bits, but not bitfields.
6419         * src/ds390/ralloc.c (packRegisters),
6420         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6421
6422 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6423
6424         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6425
6426 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6427
6428         * src/SDCCsymt.h,
6429         * src/SDCCicode.c (operandFromSymbol),
6430         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6431         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6432         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6433         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6434         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6435         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6436         bug #892038
6437         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6438         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6439         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6440         * src/SDCCsymt.c (newSymbol),
6441         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6442         enumerator_list),
6443         * src/SDCCval.h,
6444         * src/SDCCval.c (newiList): fixed bug #885705
6445
6446 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6447
6448         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6449         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6450
6451 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6452
6453         * device/include/c8051f120.h,
6454         * device/include/c8051f300.h,
6455         * device/include/c8051f310.h: added/updated header files for Silicon
6456         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6457         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6458         in new section Submitting patches
6459
6460 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6461
6462         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6463         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6464         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6465         genGenPointerSet),
6466         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6467         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6468         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6469         genGenPointerSet),
6470         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6471         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6472         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6473         genGenPointerSet),
6474         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6475         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6476         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6477         genGenPointerSet): fixed bug #892400
6478         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6479         to eliminate build warnings.
6480         * src/SDCCast.c (processParms),
6481         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6482         fixed bug 751859
6483         * support/valdiag/valdiag.py: added GCC to the list of defines active
6484         when compiling with gcc
6485
6486 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6487
6488         * support/Util/SDCCerr.h,
6489         * support/Util/SDCCerr.c,
6490         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6491         with an incomplete type (fixed bug #883734)
6492         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6493
6494 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6495
6496         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6497
6498 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6499
6500         * src/SDCCast.c (decorateType),
6501         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6502         function pointer implementation
6503         * support/regression/tests/funptrs.c: added tests to verify both forms
6504         of function pointers work correctly. Added tests to verify parameters
6505         are passed in the correct order.
6506
6507 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6508
6509         * device.c (regCompare): registers are sorted by ascending
6510         address and increasing size,
6511         * main.c (_pic16_finaliseOptions): removed the declaration
6512         of compiler macro MCU. Now a macro of the format pic18fxxxx
6513         will be defined from the command line
6514
6515 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6516             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6517
6518         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6519         PCOP_RLCF was overwritten!
6520         * gen.c (genSkip): commented out calls to pic16_emitcode,
6521         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6522         * (genlshTwo),
6523         * (genRRC): added debugging info,
6524         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6525         overwritten while shifting,
6526         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6527         overwritten while shifting,
6528         * (AccLsh),
6529         * (AccRsh),
6530         * (shiftLLeftOrResult),
6531         * (shiftRLeftOrResult),
6532         * (shiftRLong),
6533         * (shiftLLong): Implemented with pic16_emitpcode
6534         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6535         * (genLeftShift): Fixed bug, operand for shift by variable always
6536         was "and"ed with 0x0f,
6537         * (genLeftShiftLiteral),
6538         * (genrshTwo),
6539         * (genRightShiftLiteral): added debugging info,
6540         * (genrshFour): added comment,
6541         * (genRightShift): determined signedness from operand "left"
6542         instead of "result"
6543
6544 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6545
6546         * src/SDCCicode.c (geniCodeParms),
6547         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6548         function pointers, fixed function pointer bugs #861242 and #861896
6549
6550 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6551
6552         * device/include/c8051f000.h,
6553         * device/include/c8051f120.h,
6554         * device/include/c8051f300.h: added header files for Silicon
6555         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6556
6557 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6558
6559         * src/SDCCast.c (processParams): added new type flow and restructured
6560         (gatherAutoInit): added new type flow
6561         (addCast): cosmetic changes
6562         (getLeftResultType): added new type flow for array indices, patch
6563         provided by Stas, see FR #877103
6564         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6565         array index patch by Stas
6566         * src/SDCCast.h: added prototype getResultTypeFromType()
6567         * src/SDCCval.h,
6568         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6569         * src/pic/glue.c (pic14emitStaticSeg),
6570         * src/pic16/glue.c (pic16emitStaticSeg),
6571         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6572         for initialization of symbols
6573         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6574         * support/Util/SDCCerr.h:
6575         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6576         * .version: bumped version number to 2.3.8
6577         * device/include/Makefile.in (install),
6578         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6579         avoid warnings
6580
6581 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6582
6583         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6584         Slade Rich fixed an optimization bug
6585         * src/pic/pcodepeep.c,
6586         * src/pic/pcoderegs.c
6587         * doc/Makefile (install): added test for directory
6588
6589 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6590
6591         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6592         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6593         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6594         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6595         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6596         * as/mcs51/asexpr.c (term),
6597         * as/hc08/asexpr.c (term): fixed bug #887146
6598
6599 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6600
6601         * src/z80/gen.c (genMult): handle single byte result product
6602         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6603         DUMMY_READ_VOLATILE (fixed bug #886367)
6604
6605 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6606
6607         * support/regression/tests/libmullong.c: fixed logic, on little endian
6608         hosts we ended without a mullong_wrapper()
6609
6610 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6611
6612         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6613         virus/worm forged address usage.
6614
6615 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6616
6617         Fixed promotion, it should be done on AST level:
6618         * src/SDCCast.c (addCast): added promotion to int
6619         (decorateType): updated call to upCast()
6620         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6621         usualUnaryConversions()
6622
6623 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6624
6625         * support/regression/tests/literalop.c (mulWrapper): Added a
6626         wrapper to remove integer overflow warnings.
6627
6628         * support/regression/tests/float_trans.c: Made work on host.
6629
6630         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6631         location of sz80.
6632
6633         * support/regression/generate-cases.py (main): Changed from inline
6634         to a main method.
6635
6636         * doc/Makefile (install): Changed to depth first to get rid of
6637         missing directory install warning.
6638
6639         * as/Makefile (install-doc): Made work on Mac.
6640
6641 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6642
6643         * src/SDCCast.c: added an additional type flow in decorateType() of
6644         opposite direction, see feature request #860006; it's enabled at runtime
6645         by setting the environment variable SDCC_NEWTYPEFLOW
6646         * src/SDCCast.h: changed prototype of decorateType()
6647         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6648         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6649         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6650         see feature request #877103
6651         * src/SDCCval.c: updated call of decorateType()
6652         (valBitwise): fixed bug #882876
6653         (valMinus): added promotion
6654         (valLogicAndOr): result is unsigned
6655         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6656         * src/SDCCsymt.c (computeType),
6657         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6658         must not cause an unsigned operation
6659         * src/pic/glue (pic14emitRegularMap),
6660         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6661
6662 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6663
6664         * src/pic/pcode.c (PCodeID): commented out left over debug code
6665
6666 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6667
6668         * support/valdiag/tests/overflow.c: added shift tests
6669         * src/pic/device.c,
6670         * src/pic/gen.c,
6671         * src/pic/gen.h,
6672         * src/pic/glue.c,
6673         * src/pic/main.c,
6674         * src/pic/pcode.c,
6675         * src/pic/pcode.h,
6676         * src/pic/pcodepeep.c,
6677         * src/pic/pcoderegs.c,
6678         * src/pic/ralloc.c,
6679         * src/pic/ralloc.h: applied patch from Slade Rich;
6680         added support for multiple code pages and multiple RAM banks on the
6681         PIC 14 port. The ASM files now no longer simply assume all the
6682         code / RAM are in the same page / bank. This means the linker can
6683         safely allocate code/RAM of separate ASM files to different pages/banks.
6684         * doc/sdccman.lyx: added Slade's tips
6685         * src/mcs51/peeph.def: fixed bug #880768
6686
6687 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6688
6689         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6690         * src/SDCCast.c (decorateType): fixed bug #880197
6691
6692 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6693
6694         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6695         getopt.h.
6696
6697         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6698         strtof is not part of C89 and isn't included with Mac OS X.
6699
6700 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6701
6702         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6703         shiftL2Left2Result): fixed bug #879326
6704         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6705         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6706         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6707         address fetch for clr instruction
6708         * device/lib/hc08/_mulint.c: created optimized assembly version
6709         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6710
6711 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6712
6713         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6714         proposed in FR #877103
6715
6716 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6717
6718         * src/SDCCval.c (cheapestVal): added missing checks
6719         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6720         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6721
6722 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6723
6724         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6725         equal operands
6726
6727 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6728
6729         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6730         loaded with the linker search paths (-L arguments) and the libraries
6731         to be linked with the current source (-l arguments). Changes
6732         currently will affect only the pic16 port.
6733         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6734         include path the port specific paths and port specific libraries,
6735         * gplink command now contains the $3 argument,
6736         * src/pic16/device.h,
6737         * src/pic16/device.c,: structure PIC_device is made public and
6738         renamed to PIC16_device, the same for variable Pics which is renamed
6739         to Pics16. Updated all references to them.
6740         * src/pic16/glue.c (pic16glue): corrected bug with code
6741         initialization which bypassed the variable initializations block.
6742
6743         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6744         COMPILE_FLAGS and added the --nostdinc option
6745
6746 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6747
6748         * device/include/mc68hc908jb8.h: Register defs for another member
6749         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6750
6751 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6752
6753         Documenting changes from previous commits.
6754         * configure.in (version 1.56),
6755         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6756         when generating output files to configure the pic16 library,
6757         but now I've commented it out, since gputils aren't installed in the
6758         SF compile farm, so library won't compile
6759
6760         * device/lib/Makefile.in (version 1.56): initially I've added in
6761         target 'all' the prerequestive 'model-pic16' so it compiled the
6762         pic16 library, but now I've commented it out for the same reasons
6763         above,
6764         * added targets 'model-pic16' and 'objects-pic16' to compile the
6765         library
6766         * added target 'port-specific-objects-pic16' to handle the
6767         generated libraries and copy them into the build/ directory
6768         * added target 'clean-intermediate-pic16' to clean intermediate
6769         files into pic16 directory
6770         * in target 'installdirs' added line to create directory pic16 in
6771         the installation path
6772
6773         * device/include/Makefile.in (version 1.11): in target 'install'
6774         added lines to copy all header files to installation path,
6775         * in target 'installdirs' added line create directory for pic16
6776         headers in the installation path
6777
6778 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6779
6780         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6781          a function call
6782
6783 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6784
6785         * configure,
6786         * device/lib/configure.in,
6787         * device/lib/configure: fixed for autoconf 2.57
6788
6789 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6790
6791         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6792         option so that it actually works. Made it specific to the z80, since
6793         the gbz80 doesn't have these kinds of I/O ports.
6794
6795 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6796
6797         * device/include/z180.h,
6798         * device/lib/_memcpy.c,
6799         * device/lib/_memmove.c,
6800         * device/lib/_mulint.c,
6801         * device/lib/ser_ir.c,
6802         * device/lib/ser_ir_cts_rts.c,
6803         * device/lib/_strcmp.c,
6804         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6805         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6806         portmode; added deprecation warning for bank= and protmode= forms.
6807         Also, guard against buffer overflow.
6808         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6809
6810 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6811
6812         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6813         changed interrupt vector table generation to only emit declared vectors.
6814         * device/include/Makefile.in: added missing backslash
6815         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6816
6817 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6818
6819         Mainly changes to support compilation of the device libraries
6820         * src/pic16/device.c: stack is allocated via symbol and not
6821         via literal number. The symbol is placed in the corresponding
6822         position of the data ram
6823         * (pic16_dump_section): relocatable and absolute uninitialized
6824         data are now emitted in sorted order to reduce section naming,
6825         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6826         weren't marked as being in the access bank,
6827
6828 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6829
6830         Added portion of GNU PIC Library under the directory
6831         device/include/pic16 and device/lib/pic16. These files
6832         contain the declarations of SFRs for the PIC18Fxx2 devices.
6833         The directory is initialized via configure from toplevel.
6834
6835 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6836
6837         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6838         the spilllocations to be compared correctly
6839
6840 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6841
6842         * src/SDCCast.c (decorateType): fixed bug introduced today
6843
6844 2004-01-12  Borut Razem <borut.razem AT siol.net>
6845
6846         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6847         doc/sdccman.lyx: upper case pragmas are deprecated
6848
6849 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6850
6851         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6852         in simpler and even better code
6853
6854 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6855
6856         * src/SDCCicode.c (operandOperation): fixed bug #874819
6857         * src/SDCCast.c (decorateType): fixed
6858         char foo (unsigned long ul) { return ul > 0; }
6859
6860 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6861
6862         * doc/sdccman.lyx: Moved and added some sections, small changes
6863         all over. Telling LaTeX to be less strict with word spacing
6864         to better keep the right margin. Changed some notes about
6865         maintainance of the ports in section 3.2.1 - is it OK like this?
6866
6867 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6868
6869         SDCC source changes:
6870         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6871         convilong): modified to inform the pic16 port that builtin functions
6872         are external
6873
6874         PIC16 PORT specific changes:
6875         * src/pic16/device.c pic16_dump_equates() added,
6876         processor registers declared internally by the port are emitted in
6877         the translation as equates,
6878         * src/pic16/gen.c: inline code is passed unprocessed to the
6879         translation,
6880         * (pic16_popGetLit2): fnuction modified to take second operand as
6881         pCodeOp pointer and not as literal,
6882         * (popRegFromIdx): prefixed with pic16_,
6883         * (pic16_popCombine2): modified to receive already allocated pCode
6884         operands,
6885         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6886         * (genFunction): initializes local stack frame and pushes on stack
6887         all the registers used by this function,
6888         * (genEndFunction): restores all registers from stack and restores
6889         stack frame,
6890         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6891         improvements,
6892         * (pic16glue): changed the program startup sequence,
6893         * added new dbName code 'A' for functions placed in absolute section
6894         * src/pic16/main.c: added function attribute _naked,
6895         * added pragma 'code' to place a fnuction at an absolute address,
6896         * added command line arguments --debug-ralloc and --pcode-verbose,
6897         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6898         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6899         * (pic16_newpCodeOpLit2): modified to take the second operand as
6900         pCodeOp pointer,
6901         * (pic16_printpBlock): modified to emit each function in a separate
6902         section,
6903         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6904         UPPER for immediate operands,
6905         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6906         instruction,
6907         * src/pic16/peeph.def: all peepholes with movff are commented out,
6908         because there is a problem in the pcode peep optimizer,
6909         * src/pic16/ralloc.c: the register allocator can now reuse local
6910         function symbols for another function. This saves register usage.
6911         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6912
6913         Added file src/pic16/NOTES with information about program writing on
6914         the current port version.
6915
6916 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6917
6918         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6919         and peephole 252 (array access)
6920
6921 2004-01-09  Borut Razem <borut.razem AT siol.net>
6922
6923         * src/SDCCmain.c : fixed #872250: -l command line defined library
6924           files are scanned before standard library files
6925
6926 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6927
6928         * src/SDCCast.c (decorateType): fixed bug #874046
6929
6930 2004-01-09  Borut Razem <borut.razem AT siol.net>
6931
6932         * support/scripts/sdcc.nsi: remove previous installation
6933
6934 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6935
6936         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6937         bytes for last interrupt vector (mcs51)
6938         * sdcc.spec: fixed typo
6939
6940 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6941
6942         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6943         gen51Code): more efficient parameter receive for --model-large
6944         ("bug" #845294)
6945
6946 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6947
6948         * src/ds390/main.c,
6949         * src/z80/main.c: added missed needLinkerScript flags (more than
6950         one port structure defined in these file)
6951         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6952         bug #795325
6953
6954 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6955
6956         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6957         * src/port.h: added flag needLinkerScript in port->linker
6958         structure to inform whether to create a .lnk file or not,
6959         * src/avr/main.c,
6960         * src/ds390/main.c,
6961         * src/hc08/main.c,
6962         * src/mcs51/main.c,
6963         * src/pic/main.c,
6964         * src/pic16/main.c,
6965         * src/xa51/main.c,
6966         * src/z80/main.c: changed appropriately to configure
6967         needLinkerScript flag
6968         * src/pic/gen.c,
6969         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6970         * src/pic/glue.c: added variable udata_section_name to
6971         override default uninitialized data segment definition for
6972         devices only with SHAREBANK memory (reported from Erik Epetrich)
6973         * (pic14emitOverlay): modified to emit a commented overlay segment
6974         directive when no overlay data exist
6975         * (picglue): modified to emit uninitialized data segment
6976         according to udata_section_name
6977         * src/pic/main.c (_pic14_parseOptions): added command line
6978         options --udata-section-name=[name] to override default
6979         udata definition name
6980         * modified _linkCmd and _asmCmd to include compiler passed
6981         arguments via -W option
6982         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6983         object file from '.rel' to '.o' in port->linker structure,
6984         changed size of fptr from 2 to 3 in port structure
6985
6986 2004-01-07  Borut Razem <borut.razem AT siol.net>
6987
6988         * support/scripts/sdcc.nsi: update PATH
6989         * support/scripts/sdcc.ico: craeted
6990
6991 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6992
6993         * device/include/Makefile.in: fix install
6994         * doc/Makefile: fix install
6995
6996 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6997
6998         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6999         in bug #860505
7000         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7001         how the function variable allocation summary is displayed; also
7002         include information about variables allocated to the overlay
7003         segment
7004
7005 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7006
7007         * as/mcs51/lkmain.c: Help about -Y option
7008         * as/mcs51/lkarea.c: Fixed gcc warnings
7009
7010 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7011
7012         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7013         fixed warning
7014         * support/valdiag/tests/overflow.c: added
7015         * src/SDCCast.c (decorateType),
7016         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7017         LEFT_OP (left shift)
7018
7019 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7020
7021         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7022         (default behaviour).
7023
7024 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7025
7026         A python script to validate compiler diagnostic messages. It can be
7027         used to verify that sdcc complains about bad c source code and
7028         gives a good location of the error.
7029         * support/valdiag/Makefile,
7030         * support/valdiag/valdiag.py,
7031         * support/valdiag/tests/*
7032
7033 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7034
7035         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7036         * src/SDCCsymt.c (newEnumType),
7037         * src/SDCCsymt.h
7038         * support/Util/SDCCerr.c,
7039         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7040         enum related bugs.
7041         * support/regression/tests/enum.c: added test for enum values that
7042         require at least 2 bytes of storage.
7043
7044 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7045
7046         * src/common.h: added ifndef/define/endif macros
7047         around the header file.
7048         Bug reported from Jesus Calvino-Fraga
7049
7050 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7051
7052         * sdcc.spec: updated
7053         * device/include/Makefile.in: don't install CVS directories
7054         * device/lib/Makefile.in: added removal of CVS directories after install
7055         * doc/Makefile: fixed install, added local_icons
7056         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7057         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7058         * src/ds390/gen.c (genRightShift): fixed bug #870788
7059         * src/SDCCast.c (decorateType): fixed bug #870781
7060
7061 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7062
7063         PIC16 port related changes:
7064         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7065         added variable stackPos,
7066
7067         * gen.c: genCall, assignResultValue: added support for
7068         pushing/retrieving function parameters to/from stack,
7069         genFunction,genEndFunction: setup stack frame for the
7070         generated function,
7071         genAddrOf: will be changed according to bug 863624
7072
7073         * added files genutils.c and genutils.h which contain gen*
7074         debugged and optimised functions extracted from gen.c
7075
7076         * glue.c: added variable 'externs' which holds extern symbols,
7077         pic16emitRegularMap: is modified to properly handle relocatable
7078          symbols under the new scheme,
7079         pic16createInterruptVect: is modified
7080         pic16printPublics: is modified to emit 'global' assembler directives,
7081         added pic16_printExterns to print extern symbols,
7082         pic16glue: initializes stack/frame pointer in the beginning of
7083         the assembly output. Temporary hack, will be corrected later,
7084         because gplink yet does not support stack and SDCC does not
7085         yet support a type of crt0.o object to create the final binary.
7086
7087         * Removed many lines that contain 8051 legacy code.
7088         * The code is finally placed under a 'code' directive.
7089         * Added port specific options.
7090
7091         * _process_pragma: simplified since now we do not need *special*
7092         include file to define SFR registers. But a separate header
7093         will be needed. This will be developed later.
7094         * _pic16_parseOptions: added, parses port specific options:
7095         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7096         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7097         --preplace-udata-with=
7098
7099         * _pic16_setDefaultOptions: modified to initialize section names,
7100         but hack is temporarly out of order since it needs improvement.
7101         * _pic16_genAssemblerPreamble: configuration words are emitted by
7102         their address instead of their name. This part is incomplete and
7103         supports only the 18Fxx2 devices. Other devices will emit an error
7104         during assembly since they do not contain the same set of config
7105         registers
7106         * _pic16_genIVT: is modified,
7107
7108         * pcode.c: added definitions for some hardware registers that are needed
7109         for stack support
7110         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7111         All PCI entries are updated. Now LFSR is supported.
7112         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7113         * added pic16_newpCodeOpLit2 to support instructions with
7114         two literal arguments
7115         * pic16_pCode2str: corrected code that emits assembler instructions
7116         with two literal operands and those that have an access bit modifier
7117         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7118         this fixes a bug which caused some labels to be lost, when an
7119         assembler directive was added, i.e. banksel,
7120         * pic16_FixRegisterBanking: improved logic that causes the insertion
7121         of bank switching,
7122         * InlineFunction: functions that are called once, are not any more
7123         inlined. This can be a port option in the future,
7124
7125         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7126
7127         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7128         hold the corresponding uninitialized symbols,
7129         * pic16_allocProcessorRegister: registers have explicit marked the
7130         accessBank field,
7131         * pic16_allocInternalRegister: registers are explicit marked as
7132         not used,
7133         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7134         processing list, so bit registers were lost,
7135         *
7136
7137         * ralloc.h: added field 'accessBank' and original symbol operand
7138         in register definition,
7139         * removed the field isMapped from register definition,
7140
7141         ** Several functions have been removed from various sources:
7142         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7143         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7144         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7145         pic16_assignRelocatableRegisters
7146
7147         ** others have been introduced:
7148         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7149         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7150
7151 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7152
7153         * support/scripts/inc2h.pl: changed definition of BIT_AT
7154         to emit 'sbit at' instead of 'bit at'. This was a request.
7155
7156         PIC16 port related preliminary changes:
7157         * gen.c: prefixed function popRegFromString with
7158         pic16_ and all references to it corrected
7159         * pcode.c: all pic16_pc_* hardware registers prefixed
7160         with underscore (_),
7161         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7162         * ralloc.c: newReg(): when register is REG_SFR then
7163         set address to rIdx,
7164         pic16_allocProcessorRegister(): marks register wasUsed=0
7165         pic16_writeUsedRegs(): added a call to assign processor
7166         registers via pic16_assignFixedRegisters
7167
7168 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7169
7170         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7171         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7172         variables in unused register banks.  Also the SSEG is placed
7173         wherever there is enough space for it, and IDATA can be anywhere
7174         in internal RAM.  For now compile using -Wl-Y[stack_size].
7175         The mem file is different for this option as well, since it
7176         makes no sense of talking about DSEG lenght.
7177
7178 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7179
7180         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7181         in certain cases, e.g. when ROM assignment, patch provided
7182         from Albert den Haan.
7183
7184 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7185
7186         Many signedness and type propagation fixes:
7187         * src/SDCCicode.c: made geniCodeCast() static
7188         replaced SPEC_ by IS_ (cosmetic)
7189         (operandOperation): fixed div and mod operation
7190         (usualBinaryConversions): added support for promotion of char
7191         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7192         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7193         (geniCodeAdd): an array index will stay unsigned, even if promoted
7194         from char to int
7195         (geniCodeArray): ditto
7196         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7197         * src/SDCCsymt.c (computeType): added more support for char;
7198         promotion of char is selectable by promoteCharToInt, fixed signedness
7199         for all cases
7200         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7201         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7202         * src/SDCCval (val*): replaced signedness calculation by
7203         computeType()
7204         rearranged if-branches (cosmetic)
7205         (valShift): added warning W_SHIFT_CHANGED
7206         (valCompare): fixed problem with different types
7207         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7208         * support/regression/tests/literalop.c: added many cases
7209         * support/regression/tests/ast_constant_folding.c: changed finally to
7210         'unsigned int'
7211         * .version: new year, new version: 2.3.7
7212         * src/SDCCmain.c (main): applied patch #866468
7213         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7214         provided by Scott Bronson
7215         * doc/sdccman.lyx: updated documentation for sdcdb
7216         updated and added chapter tips
7217
7218 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7219
7220         * src/SDCCsymt.h: missing from yesterday's commits
7221
7222 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7223
7224         * src/SDCC.y (struct_or_union_specifier),
7225         * support/Util/SDCCerr.c,
7226         * support/Util/SDCCerr.h: verify that struct & union tags are used
7227         as declared.
7228
7229 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7230
7231         * src/SDCCglobl.h: missing from yesterday's commits
7232
7233 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7234
7235         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7236         sft_attributes, struct_declaration, parameter_declaration,
7237         type_name, start_block, declaration_list),
7238         * src/SDCC.lex (check_type): support redefinition of typedef names
7239
7240 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7241
7242         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7243         aligned xdata arrays. Erik helped me with the if clause.
7244
7245 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7246
7247         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7248         warning
7249
7250 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7251
7252         * src/SDCCast.h,
7253         * src/SDCCast.c (newAst_),
7254         * src/SDCCicode.h,
7255         * src/SDCCicode.c (ast2iCode, newiCode),
7256         * src/SDCCglobl.h,
7257         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7258         expr, statement, expression_statement, selection_statement,
7259         iteration_statement, expr_opt, jump_statement): foundation for tracking
7260         sequence points
7261         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7262         point code too)
7263
7264 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7265
7266         * support/Util/SDCCerr.c,
7267         * src/SDCCast.h,
7268         * src/SDCCast.c (createCase, createDefault, decorateType),
7269         * src/SDCClabel.c (labelUnreach),
7270         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7271         to error messages.
7272         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7273         (with thanks to Stas Sergeev)
7274         * device/include/time.h,
7275         * device/lib/time.c (CheckTime): suppress unreachable code warning
7276
7277 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7278
7279         * src/SDCCast.c (createIvalCharPtr),
7280         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7281         bug #753752)
7282         * support/regression/tests/nullstring.c: tests for these two bugs
7283
7284 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7285
7286         * support/Util/SDCCerr.h,
7287         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7288         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7289         about storage class and 'at' used inside struct or union
7290         * src/SDCCBBlock.c (iCodeFromeBBlock),
7291         * src/SDCCcse.c (ifxOptimize),
7292         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7293         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7294         printIval, emitStaticSeg, emitOverlay),
7295         * src/SDCClabel.c (deleteIfx),
7296         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7297         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7298         gatherAutoInit, processParms),
7299         * support/Util/SDCCerr.h,
7300         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7301         reporting for post-parse errors.
7302
7303 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7304
7305         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7306         implicit casts via union; they don't work on big endian systems
7307         (possible fix for bug #861138)
7308
7309 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7310
7311         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7312         * src/mcs51/main.c: fixed the fix for bug #737001
7313
7314 2003-12-15  Borut Razem <borut.razem AT siol.net>
7315
7316         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7317
7318 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7319
7320         * support/makebin/makebin.c: put output in binary mode
7321
7322 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7323
7324         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7325         xdata and data memory on startup. Set the environment variable
7326         SDCC_NOGENRAMCLEAR to disable this.
7327         * src/mcs51/peephole.def,
7328         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7329         (allows non-interrupt and interrupt code to safely compete for a resource
7330         without the non-interrupt code having to disable interrupts)
7331
7332 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7333
7334         * src/SDCCicode.c (geniCodeAdd),
7335         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7336         with valFromType if type might be a pointer and host is big endian).
7337         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7338         types, not just integer types.
7339         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7340         multiply defined with mismatching "at" address.
7341
7342 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7343
7344         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7345         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7346         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7347         with embedded nulls (fixed bug #753752)
7348
7349 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7350
7351         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7352         Apparently this did not see much testing (endless loop)
7353
7354 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7355
7356         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7357
7358 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7359
7360         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7361         gracefully handle NULL memmap pointers
7362
7363 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7364
7365         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7366         instead of deleting the iCode when an operand is volatile
7367         * src/z80/gen.c (genDummyRead),
7368         * src/mcs51/gen.c (genDummyRead),
7369         * src/ds390/gen.c (genDummyRead),
7370         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7371         not just IC_RIGHT
7372         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7373         * src/SDCC.y: fixed bug #850420
7374
7375 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7376
7377         Applied z80 i/o port patch from Peter Townson and fixed some operators
7378         to better handle operands in A register.
7379         * device/include/z180.h
7380         * src/SDCC.y
7381         * src/SDCCglue.c
7382         * src/z80/gen.c
7383         * src/z80/gen.h
7384         * src/z80/main.c
7385         * src/z80/peeph-z80.def
7386         * src/z80/peeph.def
7387         * src/z80/z80.h
7388
7389 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7390
7391         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7392
7393 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7394
7395         * device/lib/hc08/_mullong.c: Removed extra #endif
7396
7397 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7398
7399         * sim/ucsim/hc08.src/inst.cc,
7400         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7401         carries from x to h
7402         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7403         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7404         * device/include/stdarg.h: fixed varargs for hc08
7405         * device/lib/Makefile.in,
7406         * device/lib/hc08/Makefile,
7407         * device/lib/hc08/_mulint.c,
7408         * device/lib/hc08/_mullong.c: fixed some endian problems
7409
7410 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7411
7412         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7413         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7414         * device/lib/_gptrget.c,
7415         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7416
7417 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7418
7419         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7420         * src/SDCCast.c (astErrors): fixed bug #846007
7421         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7422
7423 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7424
7425         * src/SDCCast.c (decorateType): disabled a transformation I added in
7426         revision 1.188 (access to fields of a structure at an absolute address);
7427         it breaks with bitfields, extern declarations, and gcse analysis.
7428         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7429         could be assigned through a pointer, so don't complain.
7430         * src/SDCCast.c (astErrors),
7431         * src/SDCCast.h,
7432         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7433
7434 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7435
7436         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7437         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7438         output of __config directives, since gpasm now supports them
7439         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7440         pre-processor macro, i.e. -DMCU=p18f452
7441         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7442         and modified to handle 'cast' icode similarly to '=' icode
7443         * src/pic16/device.h (typedef struct PIC_device): added field
7444         'extMIface' to indicate that chip has external memory interface
7445         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7446         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7447         18F8720
7448
7449 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7450
7451         * src/SDCC.y (pointer): fixed bug #846006
7452         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7453         * src/SDCCast.c (decorateType): fixed bug #846009
7454         * src/ds390/peeph.def,
7455         * src/ds390/gen.c (genAnd, genOr),
7456         * src/mcs51/peeph.def,
7457         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7458
7459 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7460
7461         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7462         * src/SDCCdflow.c
7463         * src/SDCCcse.c
7464         * src/SDCCcse.h
7465         * src/SDCCBBlock.h
7466         * src/SDCCBBlock.c
7467
7468 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7469
7470         fixed bug #845089
7471         * src/SDCCbitv.h,
7472         * src/SDCCbitv.c: added function to free a bitvector
7473         * src/SDCClrange.h,
7474         * src/SDCClrange.c: added function to recompute the liveranges
7475         * src/avr/ralloc.c,
7476         * src/ds390/ralloc.c,
7477         * src/hc08/ralloc.c,
7478         * src/mcs51/ralloc.c,
7479         * src/pic/ralloc.c,
7480         * src/pic16/ralloc.c,
7481         * src/xa51/ralloc.c,
7482         * src/z80/ralloc.c: recompute the liveranges after register packing
7483
7484 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7485
7486         * src/SDCCloop.c (newInduction): fixed bug #845630
7487
7488 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7489
7490         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7491         inadvertantly left behind from my 2003-11-12 change
7492
7493 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7494
7495         Updated headers I neglected to commit yesterday.
7496         * src/SDCClrange.h,
7497         * src/SDCCicode.h
7498
7499 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7500
7501         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7502         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7503         * src/SDCCopt.c (eBBlockFromiCode),
7504         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7505         the creation of the key hash table from the sequencing so it can be used
7506         earlier (for some GCSE bug fixes still pending)
7507
7508 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7509
7510         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7511         * support/regression/tests/addsub.c: testing genPlus shortcut
7512
7513 2003-11-15  Borut Razem <borut.razem AT siol.net>
7514
7515         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7516
7517 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7518
7519         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7520         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7521         ordering is immaterial.
7522         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7523
7524 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7525
7526         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7527         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7528         (SIGSEV) of bug #840381
7529         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7530         unlink new file before rename if new and old filenames are the same)
7531
7532 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7533
7534         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7535         uninitialized variables) for the mcs51. Set environment variable
7536         SDCC_GENRAMCLEAR to test.
7537         xdata initialization slightly shorter
7538
7539 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7540
7541         * src/SDCCsymt.h,
7542         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7543         #838241 & 780691 (basicly the same bug)
7544         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7545         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7546
7547 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7548
7549         * src/SDCCmain.c (linkEdit): "fix" #834252
7550
7551 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7552
7553         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7554         * src/SDCCast.h,
7555         * src/SDCC.y: fixed bug #819403
7556
7557 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7558
7559         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7560         the reentrant attribute.
7561         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7562         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7563         simulation
7564         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7565         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7566         erroneously reduced to a literal.
7567         * src/hc08/ralloc.c (packRegisters, rematStr),
7568         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7569         some cases
7570
7571 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7572
7573         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7574         * doc/sdccman.lyx: changed from 'article' to 'book'
7575         * doc/Makefile: readded test_suite_spec and cdbfileformat
7576
7577 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7578
7579         * device/include/stdlib.h: include malloc.h to comply with ANSI
7580         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7581
7582 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7583
7584         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7585         * doc/clean.mk: also remove *.out files
7586         * doc/sdccman.lyx: some additions, larger top/bottom margins
7587
7588 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7589
7590         * src/SDCC.y: fixed bug #837365
7591         * support/regression/tests/bitopcse.c
7592         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7593         a symbol (might be valop instead)
7594         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7595         * device/lib/clean.mk: added hc08 to the cleaning list
7596
7597 2003-11-04  Borut Razem <borut.razem AT siol.net>
7598
7599         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7600           made 2003-11-04
7601         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7602           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7603           malloc is declared in standard stdlib.h
7604
7605 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7606
7607         * device/lib/hc08/Makefile: need to clean .rel not .o files
7608         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7609
7610 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7611
7612         * src/port.h,
7613         * src/hc08/main.c,
7614         * src/mcs51/main.c,
7615         * src/ds390/main.c,
7616         * src/z80/main.c,
7617         * src/avr/main.c,
7618         * src/pic/main.c,
7619         * src/pic16/main.c,
7620         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7621         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7622         tests (which uses the port's oclsExpense function)
7623         * src/SDCC.y,
7624         * src/SDCCast.c,
7625         * src/SDCCicode.c,
7626         * src/hc08/gen.c,
7627         * src/ds390/gen.c,
7628         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7629
7630 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7631
7632         * src/SDCCcse.c (ifxOptimize),
7633         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7634         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7635         deleting the IFX iCode.
7636         * src/hc08/ralloc.c: reduced unneeded slocs
7637         * src/hc08/gen.c: fixed bug in asmopToBoolean
7638
7639 2003-11-04  Borut Razem <borut.razem AT siol.net>
7640
7641         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7642           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7643           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7644           transferred to configure
7645
7646 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7647
7648         Use headers defined in the C[++] standards:
7649         * sim/ucsim/gui.src/serio.src/fileio.cc
7650         * sim/ucsim/gui.src/serio.src/frontend.cc
7651         * sim/ucsim/gui.src/serio.src/main.cc
7652         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7653         * support/Util/NewAlloc.c
7654         * as/hc08/lklibr.c
7655         * as/mcs51/lklibr.c
7656         * as/z80/aslist.c
7657         * as/z80/assym.c
7658
7659 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7660
7661         * Added MSVC projects for hc08 assembler and linker:
7662         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7663         /as/hc08/link_hc08.dsp
7664
7665 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7666
7667         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7668
7669 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7670
7671         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7672
7673 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7674
7675         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7676
7677 2003-10-31  Borut Razem <borut.razem AT siol.net>
7678
7679         * support/cpp2/cpplib.h,
7680           support/cpp2/cpplib.c,
7681           support/cpp2/cpplex.c,
7682           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7683           to switch _asm block preprocessing on / off. Default is
7684           #pragma preproc_asm +
7685
7686 2003-10-31  Borut Razem <borut.razem AT siol.net>
7687
7688         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7689           when outputting comment blocks (when executed with -C option) and
7690           _asm (SDCPP specific) blocks
7691
7692 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7693
7694         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7695
7696 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7697
7698         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7699
7700 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7701
7702         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7703         * src/SDCCast.c (decorateType): fixed bug #832664
7704
7705 2003-10-31  Borut Razem <borut.razem AT siol.net>
7706
7707         * support\cpp2\cpplex.c: fixed for SDCPP:
7708           comments(when executed with -C option) and _asm blocks
7709           were included even if they where in skipped #if block.
7710           Applied solution from GCC cpp 3.3.2
7711
7712 2003-10-31  Borut Razem <borut.razem AT siol.net>
7713
7714         * src/SDCC.lex: sdcc now understands both formats:
7715           '# <line_number> <file_name>' and
7716           '#line <line_number> <file_name>'
7717         * support/cpp2/cppmain.c: sdcpp now generates the standard
7718           '# <line_number> <file_name>' instead of former
7719           '#line <line_number> <file_name>'
7720
7721 2003-10-30  Borut Razem <borut.razem AT siol.net>
7722
7723         * support/cpp2/cpphash.h,
7724         * support/cpp2/cpplib.h
7725         * support/cpp2/cpplex.c,
7726         * support/cpp2/cppmain.c,
7727         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7728
7729 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7730
7731         Fixed a number of problems revealed by bug #827883.
7732         * src/SDCCloop.c (loopInvariants): Spill location of the
7733         result operand should be recomputed if extracted from
7734         a loop. Also, don't extract assignments of an iTemp
7735         from a literal.
7736         * src/SDCCast.c (isConformingBody): loop reversal should
7737         not occur if the control variable is involved with a
7738         relational operator.
7739
7740 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7741
7742         * .version: bumped to 2.3.6 to reflect the big improvements
7743         made by Erik and Klaus. Thanks!
7744
7745 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7746
7747         Replaced the livrange code.
7748         * src/SDCClrange.c: added new LR code
7749         * src/SDCCloop.c,
7750         * src/SDCCBBlock.h: removed remainig parts from old LR code
7751         * src/ds390/ralloc.c,
7752         * src/ds390/gen.c: minor fixes to make it work with new code
7753
7754 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7755
7756         * as/hc08/asm.h,
7757         * as/hc08/lkrloc.c,
7758         * src/hc08/gen.c,
7759         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7760         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7761         (tweaked fix for bug #818696)
7762
7763 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7764
7765         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7766
7767 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7768
7769         * src/SDCCmain.c,
7770         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7771         * src/mcs51/gen.c (gencjneshort),
7772         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7773         more efficient (per Scott Bronson's suggestion)
7774
7775 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7776
7777         Extended the semantics of the critical keyword to include
7778         individual statements. See RFE #827755 and #799831
7779         * src/SDCC.y
7780         * src/SDCCicode.c
7781         * src/SDCCopt.c
7782         * src/SDCCast.c
7783         * support/Util/SDCCerr.c
7784         * support/Util/SDCCerr.h
7785         * src/mcs51/gen.c
7786         * src/ds390/gen.c
7787         * src/hc08/gen.c
7788
7789 2003-10-19  Borut Razem <borut.razem AT siol.net>
7790
7791         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7792
7793 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7794
7795         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7796         Fixed bug #818696
7797         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7798         and predecrement operand is displayed
7799
7800 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7801
7802         * src/SDCCval.c (valMinus): fixed bug #826041
7803
7804 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7805
7806         Some hc08 related updates that I missed earlier
7807         * sim/ucsim/stypes.h
7808         * support/regression/ports/hc08/spec.mk
7809
7810 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7811
7812         New target "hc08" for the Motorola 68hc08 family of micros
7813
7814         * configure
7815         * configure.in
7816         * Makefile
7817         * src/hc08/*
7818         * src/SDCCmain.c
7819         * src/port.h
7820         * sim/ucsim/hc08.src/*
7821         * sim/ucsim/configure.in
7822         * src/ucsim/configure
7823         * sim/ucsim/packages_in.mk
7824         * as/hc08/*
7825         * as/Makefile
7826         * device/include/mc68hc908qy.h
7827         * device/lib/hc08/*
7828         * device/lib/Makefile.in
7829         * support/regression/ports/hc08/*
7830         * support/regression/Makefile
7831
7832 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7833
7834         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7835         regression test
7836         * src/ds390/gen.c (genCast): fixed bug #821957
7837
7838 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7839
7840         * device/lib/logf.c: "fixed" overlay bug
7841         * support/regression/ports/host/spec.mk: added m library
7842         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7843         * support/regression/tests/float_trans: added (for Eric)
7844
7845 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7846
7847         * src/mcs51/gen.c (genCpl): fixed bug
7848         http://sf.net/mailarchive/message.php?msg_id=6263915
7849
7850 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7851
7852         * src/SDCCast.c (decorateType): added extended constant folding
7853         * src/SDCCsymt.c (computeType): cleanup
7854         * src/SDCCval.c (valShift): minor optimization
7855         * support/regression/tests/ast_constant_folding.c: added
7856
7857 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7858
7859         * src/SDCCmain.c: removed some unintended changes
7860
7861 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7862
7863         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7864         * src/z80/gen.c: fixed part of bug #817589
7865         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7866
7867 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7868
7869         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7870         * src/SDCCcflow.c
7871         * src/SDCCcse.c
7872         * src/SDCCdflow.c
7873         * src/SDCClabel.c
7874         * src/SDCClrange.c
7875         * src/SDCCmem.c
7876         * src/SDCCopt.c
7877         * src/SDCCpeeph.c
7878         * src/SDCCset.c
7879         * src/avr/ralloc.c
7880         * src/ds390/ralloc.c
7881         * src/izt/ralloc.c
7882         * src/mcs51/ralloc.c
7883         * src/pic/ralloc.c
7884         * src/pic16/ralloc.c
7885         * src/xa51/ralloc.c
7886         * src/z80/ralloc.c
7887         * src/z80/gen.c: removed unused label "release:"
7888
7889 2003-10-06  Borut Razem <borut.razem AT siol.net>
7890
7891         * src/SDCC.lex: removed definition of unused variables
7892           save_optimize and save_options
7893
7894 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7895
7896         * clean.mk: removed '=' in "-maxdepth=1"
7897         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7898         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7899
7900 2003-10-06  Borut Razem <borut.razem AT siol.net>
7901
7902         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7903           my_unput() replaced by unput()
7904
7905 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7906
7907         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7908         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7909         type-punned pointer will break strict-aliasing rules"
7910         Old LR behaviour is again default; Klaus' LR can be choosen by
7911         defining the environment variable LRKLAUS
7912         * src/SDCCBBlock.h
7913         * src/SDCCloop.c
7914         * src/SDCClrange.c
7915         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7916         * clean.mk: fixed removal of files in bin/CVS/
7917         * device/lib/clean.mk: fixed removal of directories small and large
7918         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7919         * src/SDCCicode.c,
7920         * src/SDCCval.c: removed superflous test for pedantic
7921
7922 2003-10-05  Borut Razem <borut.razem AT siol.net>
7923
7924         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7925           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7926           message "unmatched #pragma SAVE and #pragma RESTORE"
7927
7928 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7929
7930         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7931           assembly, critical functions, atomic, nojtbound)
7932
7933 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7934
7935         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7936         * src/SDCCBBlock.h
7937         * src/SDCCloop.c
7938         * src/SDCCloop.h
7939         * src/SDCClrange.c
7940
7941 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7942
7943         * src/z80/gen.h,
7944         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7945         * src/mcs51/gen.h
7946         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7947         * src/ds390/gen.h
7948         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7949         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7950         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7951
7952 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7953
7954         * src/z80/gen.c (genRet): fixed bug #524753
7955         * src/z80/gen.c (genCast): fixed internal error on cast from
7956         pointer to long
7957         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7958         fix for bug #477835 to the z80
7959         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7960         for tracking iCodes in the peephole optimizer for z80
7961
7962 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7963
7964         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7965         the other part of bug #814548
7966         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7967
7968 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7969
7970         * src/SDCCcse.c: fixed part of bug #814548
7971
7972 2003-09-28  Borut Razem <borut.razem AT siol.net>
7973
7974         * src/asm.c: rewrite of printILine() to use temporary file instead
7975           a pipe
7976         * src/xa51/main.c: commented out declaration of int rewinds
7977
7978 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7979
7980         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7981
7982 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7983
7984         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7985         * src/asm.c (printILine): Fixed bug #811015
7986
7987 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7988
7989         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7990         freeing.
7991
7992 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7993
7994         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7995         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7996         to correctly handle general case of AOP_PAIRPTR
7997         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7998
7999 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8000
8001         * src/mcs51/ralloc.c (fillGaps),
8002         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8003         register positioning bug)
8004
8005 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8006
8007         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8008
8009 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8010
8011         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8012         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8013         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8014         (ralloc doesn't intentionally do this now, but perhaps later)
8015         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8016         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8017         register positioning bugs (Fixed bug #762602 and #795325)
8018         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8019         (Fixed bug #808779)
8020         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8021         lines that --i-code-in-asm generates
8022
8023 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8024
8025         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8026         trying to fclose a FILE* that was already closed.
8027
8028 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8029
8030         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8031         of const struct should be treated as if const themselves)
8032
8033 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8034
8035         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8036
8037 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8038
8039         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8040         Unix (/n) and DOS (/r/n) line terminations.
8041
8042 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8043
8044         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8045         bug #613775
8046
8047 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8048
8049         * src/mcs51/gen.c (genFunction, genEndFunction),
8050         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8051         and restore of EA so that stack offsets to parameters are
8052         correct when using both critical and reentrant/stack-auto.
8053         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8054         size (can be triggered in error if sloc is shared between
8055         different sized objects)
8056         * device/include/float.h: fixed macros to explicitly use
8057         unsigned long where needed
8058
8059 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8060
8061         Feature req. 799831: added code to allow nesting of critical functions
8062         * src/mcs51/gen.c (genFunction, genEndFunction)
8063         * src/ds390/gen.c (genFunction, genEndFunction)
8064
8065 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8066
8067         * src/SDCCsymt.c (sclsFromPtr),
8068         * src/SDCCsymt.h,
8069         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8070         support for standard C idiom of memory mapped variables; for
8071         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8072         to xdata int at 0x1234 tempvar = 1.
8073         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8074         provided by Akiya ISHIDA
8075
8076 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8077
8078         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8079         * src/SDCCval.c (constVal): added reduction from int to char
8080         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8081         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8082         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8083         to ignore the sign
8084         * support/regression/tests/shifts.c: fixed
8085
8086 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8087
8088         * src/z80/gen.c (genXor): Fixed bug #805445
8089
8090 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8091
8092         Fixed bug #621531 (const & volatile confusion in the type chain).
8093         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8094         refer to the const or volatile state of the pointer itself.
8095
8096         * src/SDCCast.c
8097         * src/SDCCglue.c
8098         * src/SDCCicode.c
8099         * src/SDCCsymt.c
8100         * src/SDCCval.c
8101         * src/SDCC.y
8102         * src/SDCCsymt.h
8103         * src/pic/gen.c
8104         * src/pic/ralloc.c
8105         * src/pic16/gen.c
8106         * src/pic16/ralloc.c
8107         * support/regression/tests/const.c
8108
8109 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8110
8111         When checking for duplicated modules, use absolute paths
8112         instead of relative paths.  Files changed:
8113
8114         * as/mcs51/lklib.c
8115         * link/z80/lklib.c
8116
8117 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8118
8119         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8120
8121 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8122
8123         * device/include/string.h: added size_t typedef, changed
8124         prototypes to use size_t, eliminated separate reentrant and
8125         non-reentrant declarations, added _memmove declaration
8126         * device/lib/_memcpy.c: changed to use size_t instead of int,
8127         changed /4 to >>2 to avoid division library call
8128         * device/lib/_memcmp.c,
8129         * device/lib/_memset.c,
8130         * device/lib/_strncat.c,
8131         * device/lib/_strncpy.c,
8132         * device/lib/_strncmp.c: changed to use size_t instead of int
8133         * device/lib/_memmove.c: new file (fixed bug #772294)
8134         * device/lib/Makefile.in: added _memmove.c
8135         * device/lib/z80/asm_strings.s: fixed bug #772290
8136         * support/regression/tests/bitfields.c: attempt to fix host assertion
8137         failure on amd64-unknown-linux2.2
8138
8139 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8140
8141         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8142         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8143         * as/z80/asmain.c (main): fixed bug #801766
8144
8145 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8146
8147         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8148         compilers
8149
8150 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8151
8152         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8153         reported in bug #800609
8154
8155 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8156
8157         * Top header beautifications in src/pic16 directory:
8158           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8159           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8160           pcoderegs.h, ralloc.c, ralloc.h
8161         * main.c: added top header and GPL license notice
8162         * pcode.c: fixed the if-conditional warning
8163
8164 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8165
8166         * device/lib/_mullong.c: replaced int by short for gcc
8167
8168 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8169
8170         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8171         and JUMPTABLE iCodes properly now (worked by accident before)
8172         * src/mcs51/gen.c (leftRightUseAcc),
8173         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8174         iCode properly now. Use getSize instead of nRegs since a & b
8175         aren't part of the nRegs tally.
8176
8177 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8178
8179         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8180         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8181           before instructions that use the _STATUS register
8182
8183 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8184
8185         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8186         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8187         fetching of the pointer
8188         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8189         copied from genNearPointerSet()
8190         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8191         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8192         If they pop r0/r1 they must be called in the opposite order than aopOp().
8193         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8194         (resp. --stack-auto), prepared for --xstack
8195
8196 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8197
8198         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8199
8200 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8201
8202         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8203         these ports have their own __sdcc_external_start()
8204
8205 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8206
8207         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8208         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8209         type for bits was changed. It resulted in bit variables becoming
8210         global, which is not permitted in PIC 14 assembly output.
8211
8212 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8213
8214         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8215
8216 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8217
8218         Z80 and MCS51 linkers complaint if a public symbol is defined
8219         in more than one library module:
8220
8221         * as/mcs51/lklib.c
8222         * link/z80/lklib.c
8223         * as/mcs51/Makefile.in
8224
8225 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8226
8227         A few small changes that speed up the peephole optimizer.
8228
8229         * src/SDCCpeeph.c
8230
8231 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8232
8233         Try to make the peephole optimizer smarter by maintaining
8234         an association between the assembly source code and the
8235         iCodes that originated them. Put this information to use
8236         with a new peephole rule condition "notVolatile" so that
8237         the rules can be aggressive yet still safe.
8238
8239         * src/SDCCpeeph.c
8240         * src/SDCCpeeph.h
8241         * src/mcs51/gen.c
8242         * src/mcs51/peeph.def
8243
8244 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8245
8246         Fixed bug #741761
8247
8248         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8249         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8250         if the left or right operand symbols have the accuse flag set.
8251
8252 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8253
8254         Changed the type of the result of the ! (NOT) operator to char;
8255         previously it returned the same type as the source. This allows
8256         us to eliminate all the genFloatNot functions (all of its target
8257         implementations were very buggy) since !float can use the same
8258         code as !long now.
8259
8260         * src/SDCCicode.c (ast2iCode): ! returns char
8261         * src/mcs51/gen.c (genNot, genNotFloat),
8262         * src/ds390/gen.c (genNot, genNotFloat),
8263         * src/z80/gen.c (genNot, genNotFloat),
8264         * src/pic/gen.c (genNot, genNotFloat),
8265         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8266
8267 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8268
8269         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8270         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8271            during interrupts. Ensure WSAVE is located at a shared bank address.
8272         2. Fixed page selection in some places
8273         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8274            the registers name strings.
8275         4. Fixed "signed / unsigned compare" compiler warnings.
8276         5. The PIC port manages its own allocation of the general purpose
8277            registers, but makes no attempt to reuse them. As a result when
8278            compiling it soon runs out of general purpose registers. Some
8279            additional code was added to the files pcode.c and device.c to walk
8280            through the function call tree and rename the registers so that they
8281            get reused.
8282
8283         * src/pic/device.c
8284         * src/pic/gen.c
8285         * src/pic/glue.c
8286         * src/pic/pcode.c
8287         * src/pic/pcode.h
8288         * src/pic/ralloc.c
8289         * src/pic/ralloc.h
8290         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8291         genPlus() & genMinus() when the result is the same as left or right
8292
8293 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8294
8295         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8296
8297 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8298
8299         Made bitfield a distinct type from bit so that bitfields
8300         convert as per ANSI C and bits retain their traditional
8301         boolean style behaviour. Implemented bitfield support in
8302         the z80 port.
8303
8304         * src/SDCCsymt.h,
8305         * src/SDCCsymt.c,
8306         * src/SDCCast.c,
8307         * src/cdbFile.c,
8308         * src/mcs51/gen.c,
8309         * src/ds390/gen.c: bit v bitfield split
8310         * src/z80/gen.c: New support for bitfields
8311         * support/regression/tests/bitfields.c: reenabled z80,
8312         added more tests
8313
8314 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8315
8316         Rules 246.x, 247.x relate to bitfields, the others speed up
8317         access to xdata mapped I/O devices.
8318
8319         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8320
8321 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8322
8323         Cleaned up genPackBits and genUnpackBits and added two helper
8324         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8325         for literal assignments in genPackBits (thanks to Frieder for
8326         reminding me).
8327
8328         * src/mcs51/gen.c
8329         * src/ds390/gen.c
8330
8331 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8332
8333         Fixed bug #748310 (pointer to function type mishandled when the
8334         function name is omitted). Also fixed a SIGSEGV when a function
8335         attribute (reentrant, etc) is used on a non-function or on a
8336         function but misplaced before the parameter list.
8337
8338         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8339         bug #748310
8340         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8341         * support/Util/SDCCerr.h,
8342         * support/Util/SDCCerr.c: Added func attr misuse error msg
8343
8344 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8345
8346         Fixed bug #787649 by anonymous
8347         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8348         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8349
8350 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8351
8352         Fixed numerous bitfield problems.
8353
8354         * src/SDCC.y: More bitfield related error checking
8355         * src/SDCCsymt.h,
8356         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8357         * support/Util/SDCCerr.h,
8358         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8359         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8360         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8361         * support/regression/tests/bitfields.c: tests added
8362
8363 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8364
8365         Made the constant following the "interrupt" keyword optional. If
8366         omitted, the function will not automatically be given an entry
8367         in the interrupt vector table (similar to #pragma NOIV, but
8368         less syntacticly kludgy). The interrupt number is also now
8369         range checked. Also fixed a bug in the high order bit example
8370         in the manual.
8371
8372         * src/SDCC.y
8373         * src/SDCCmem.c
8374         * src/SDCCglue.c
8375         * src/SDCCsymt.h
8376         * support/Util/SDCCerr.c
8377         * support/Util/SDCCerr.h
8378         * doc/sdccman.lyx
8379
8380 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8381
8382         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8383         * src/SDCCicode.c (operandOperation): rewritten some ops
8384         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8385         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8386         other type
8387         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8388         be re-activated by defining REDUCE_LITERALS)
8389         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8390         unsigned, but are signed by default
8391         * src/SDCCval.c (constVal): rearranged
8392         * src/SDCCval.c (valMod): preliminary fix
8393         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8394         * support/regression/literalop.c: added, work in progress
8395
8396 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8397
8398         Generate warnings for useless declarations like "char data;"
8399         that don't do what new users expect.
8400
8401         * src/SDCC.y
8402         * support/Util/SDCCerr.h
8403         * support/Util/SDCCerr.c
8404
8405 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8406
8407         * src/SDCCval.c (valMult): fix overflow detection of negative int
8408
8409 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8410
8411         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8412
8413         Changes to support big endian targets:
8414
8415         * src/ports.h
8416         * src/SDCCglue.c
8417         * src/avr/main.c
8418         * src/ds390/main.c
8419         * src/izt/i186.c
8420         * src/mcs51/main.c
8421         * src/pic/main.c
8422         * src/pic16/main.c
8423         * src/xa51/main.c
8424         * src/z80/main.c
8425
8426 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8427
8428         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8429         * device/lib/time.c: fixed warning "integer overflow in expression"
8430
8431 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8432
8433         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8434         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8435         constants are unsigned; added recognition of "u" flag for unsigned
8436         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8437         * src/SDCCval.c (valDiv, valMod): fixed signdness
8438         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8439         signedness of modulo, left and right shift
8440         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8441         * support/Util/SDCCerr.h: added warning W_INT_OVL
8442         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8443         * src/SDCCast.c (ast_print): improved output of constants
8444
8445 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8446
8447         Fixed some warnings when building with MSVC:
8448
8449         * as\mcs51\asdata.c
8450         * as\z80\asdata.c
8451         * as\mcs51\asm.h
8452         * as\z80\asm.h
8453         * link\z80\aslink.h
8454         * link\z80\lkdata.c
8455         * link\z80\lkeval.c
8456         * link\z80\lkgb.c
8457         * link\z80\lkihx.c
8458         * link\z80\lks19.c
8459         * link\z80\lksym.c
8460         * support\cpp2\cpplib.c
8461         * src\ds390\gen.c
8462         * src\mcs51\gen.c
8463
8464 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8465
8466         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8467
8468 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8469
8470         * support\librarian\clean.mk: Do not remove Makefile.
8471         * support\librarian\Makefile: added.
8472
8473 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8474
8475         Added librarian to MSVC build:
8476         * all.dsp
8477         * sdcc.dsw
8478         * support\librarian\librarian.dsp
8479
8480         'configure' not needed for librarian, removed:
8481         * support\librarian\configure
8482         * support\librarian\configure.in
8483         * support\librarian\config_in.h
8484         * support\librarian\Makefile.in
8485
8486         Hopefully these ones built the librarian and the rest of sdcc properly:
8487         * Makefile
8488         * Makefile.common.in
8489
8490         Messed up 'configure', so revert to previous version:
8491         * configure
8492         * configure.in
8493
8494 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8495
8496         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8497         there, while the mantissa of a double is "only" 53 bits wide.
8498
8499 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8500
8501         Adding sdcclib to the build.  MSVC project coming soon.
8502         Files added/changed:
8503
8504         * support\librarian\clean.mk
8505         * support\librarian\configure
8506         * support\librarian\configure.in
8507         * support\librarian\config_in.h
8508         * support\librarian\Makefile.bcc
8509         * support\librarian\Makefile.in
8510         * support\librarian\sdcclib.c
8511         * Makefile.bcc
8512         * Makefile
8513         * Makefile.common.in
8514         * configure
8515         * configure.in
8516
8517 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8518
8519         Linker now complaints if linked modules have conflicting options, for
8520         example, one compiled using --model-large and another one compiled with
8521         --model-small.  The following files were modified:
8522
8523         * as\mcs51\asdata.c
8524         * as\mcs51\aslink.h
8525         * as\mcs51\asm.h
8526         * as\mcs51\asmain.c
8527         * as\mcs51\asout.c
8528         * as\mcs51\i51pst.c
8529         * as\mcs51\lkdata.c
8530         * as\mcs51\lklibr.c
8531         * as\mcs51\lkmain.c
8532         * as\z80\asdata.c
8533         * as\z80\asm.h
8534         * as\z80\asmain.c
8535         * as\z80\asout.c
8536         * as\z80\z80pst.c
8537         * link\z80\aslink.h
8538         * link\z80\lkdata.c
8539         * link\z80\lklibr.c
8540         * link\z80\lkmain.c
8541         * src\SDCCglue.c
8542
8543 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8544
8545         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8546         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8547
8548 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8549
8550         * src/z80/mappings.i: fix _mul[us][int,long] entries
8551
8552 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8553
8554         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8555
8556 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8557
8558         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8559         * support/regression/tests/bitopcse.c: added
8560         fixed warning:
8561         * src/avr/gen.c:
8562         * src/pic/gen.c:
8563         * src/pic16/gen.c:
8564         * src/z80/gen.c:
8565         * src/xa51/gen.c:
8566
8567 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8568
8569         added support for new library format to z80, gbz80 linkers:
8570         *link/z80/aslink.h
8571         *link/z80/lklex.c
8572         *link/z80/lklib.c
8573         *link/z80/lklist.c
8574
8575 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8576
8577         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8578         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8579
8580 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8581
8582         added DUMMY_READ_VOLATILE:
8583         * src/SDCC.y:
8584         * src/avr/gen.c:
8585         * src/xa51/gen.c:
8586         * src/z80/gen.c:
8587         * src/pic/gen.c:
8588         * src/pic16/gen.c:
8589         * src/mcs51/gen.c:
8590         * src/ds390/gen.c:
8591         * src/SDCCcse.c (algebraicOpts): many improvements
8592         * src/SDCCcse.h: removed algebraicOpts()
8593         * src/SDCCicode.c (picDummyRead): added
8594
8595 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8596
8597         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8598         "Insufficient space in data memory".
8599
8600 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8601
8602         * src/mcs51/gen.c: fixed bug #771358
8603         * src/z80/gen.c: fixed bug #759087
8604
8605 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8606
8607         * src/pic16/glue.c: minor cleanup by Vangelis
8608
8609 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8610
8611         * device/include/regc515c.h: fixed #758477
8612         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8613         * device/lib/_gptrput.c: saved a few bytes
8614         * my tab spacing is 8, yours too?)
8615         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8616         * device/lib/serial.c: process RX bytes earlier than TX bytes
8617         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8618
8619 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8620
8621         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8622
8623 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8624
8625     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8626
8627 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8628
8629         * device/lib/Makefile.in: bad fix, reverted to 1.43
8630
8631 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8632
8633         * device/lib/Makefile.in: added missing z80 object files
8634
8635 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8636
8637         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8638         pic16 progress by Vangelis:
8639         * src/SDCCglobl.h:
8640         * src/SDCCmain.c:
8641         * src/pic/Makefile:
8642         * src/pic:
8643         * pic/Makefile:
8644         * pic16/device.c:
8645         * pic16/device.h:
8646         * pic16/gen.c:
8647         * pic16/gen.h:
8648         * pic16/genarith.c:
8649         * pic16/glue.c:
8650         * pic16/main.c:
8651         * pic16/pcode.c:
8652         * pic16/pcode.h:
8653         * pic16/pcodepeep.c:
8654         * pic16/peeph.def:
8655
8656 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8657
8658     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8659
8660 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8661
8662     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8663     added gbz80 build to MSVC project.
8664     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8665     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8666     from 8051 stuff and setup so it links using a .lnk file.
8667
8668 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8669
8670     * support/librarian/sdcclib.c: sdcc librarian.
8671     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8672     with sdcclib.
8673
8674 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8675
8676     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8677
8678 2003-07-02  Borut Razem <borut.razem AT siol.net>
8679
8680         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8681         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8682         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8683         src/xa51/main.c, src/z80/main.c:
8684         virtualization of glue() function: each port has it's own glue function,
8685         which is accessed by do_glue function pointer in PORT.general structure
8686
8687 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8688
8689         * DS800C400 fun, improved ROM interface and tinibios.
8690
8691 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8692
8693         * More support for DS80C400. Now includes beginning of interface to ROM.
8694
8695 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8696
8697         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8698
8699 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8700
8701         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8702
8703 2003-06-19  Borut Razem <borut.razem AT siol.net>
8704
8705         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8706
8707 2003-06-19  Borut Razem <borut.razem AT siol.net>
8708
8709         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8710         fixed Z80 port - crt0.o: cannot open.
8711
8712 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8713
8714         * support/Util/MySystem.c (merge_command): revert bad fix
8715
8716 2003-06-18  Borut Razem <borut.razem AT siol.net>
8717
8718         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8719
8720 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8721
8722         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8723         option --use-stdout sends errors to stdout instead of stderr.
8724
8725 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8726
8727         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8728
8729 2003-06-15  Borut Razem <borut.razem AT siol.net>
8730
8731         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8732         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8733         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8734         fixed width array of pointers replaced with sets;
8735         multiple include and lib paths ared transferred to preprocessor and linker
8736         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8737         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8738         fixed width array of pointers
8739         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8740         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8741         fixupPath(), getPathDifference()
8742         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8743         fixed width array of pointers
8744
8745 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8746
8747         * src/pic16/ralloc.c: fix warnings
8748         * src/pic16/pcode.c: fix warning
8749
8750 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8751
8752          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8753         know all the details, but essentially this set of changes enable
8754         the pic16 port to generate movff instructions and generate assembler
8755         directives,
8756         * src/SDCCmain.c:
8757         * src/pic16/gen.c:
8758         * src/pic16/glue.c:
8759         * src/pic16/pcode.c:
8760         * src/pic16/device.c:
8761         * src/pic16/main.c:
8762         * src/pic16/pcode.h:
8763         * src/pic16/pcoderegs.c:
8764         * src/pic16/ralloc.c:
8765         * src/pic16/ralloc.h:
8766
8767 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8768
8769         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8770         added option --vc, so sdcc errors and warnings are compatible with
8771         Microsoft Visual Studio.
8772
8773 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8774
8775         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8776           device/lib/libfloat.lib: added atof function.
8777
8778 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8779
8780         * doc/sdccman.lyx: updated to Lyx 1.3
8781         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8782         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8783         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8784
8785 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8786
8787         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8788
8789 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8790
8791         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8792           additions to the "related tools/documentation" section
8793
8794 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8795
8796         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8797
8798 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8799
8800         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8801         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8802
8803 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8804
8805         * doc/sdccman.lyx: fix double dash and other minor things
8806         * doc/Makefile: fix double dash
8807
8808 2003-05-28  Karl Bongers(patches from Martin Helmling)
8809         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8810           condition and ignore commands.
8811
8812 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8813
8814         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8815           is in parts still quite out of date, I did changes as far as I felt makes sense
8816           for a non-native english speaker.
8817           Please feel free to add to the manual or to correct my changes.
8818         * doc/Makefile: undid touching the date of intermediate tex files.
8819
8820 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8821
8822         * doc/sdccman.lyx: Manual has an index now
8823
8824 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8825
8826         Finalize muluint/mulsint and mululong/mulslong merging:
8827         * device/lib/_mulint.c
8828         * device/lib/_mullong.c
8829         * device/lib/gbz80/mul.s
8830         * device/lib/gbz80/stubs.s
8831         * device/lib/z80/mul.s
8832         * device/lib/z80/stubs.s
8833         * src/SDCCsymt.c (initCSupport)
8834
8835 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8836
8837         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8838         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8839           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8840           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8841           instead of /Zm500.
8842
8843 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8844
8845         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8846           the regression tests I'm not brave enough to enable 245.b, 245.c
8847         * doc/sdccman.lyx: added latex preamble for hyperref package.
8848           Using pdflatex this will give you a hyperlinked pdf file with
8849           bookmarks. (prepend '%' before /usepackage if this breaks something)
8850
8851 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8852
8853          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8854
8855 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8856
8857         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8858
8859 2003-05-21    <johan AT balder>
8860
8861         * src/SDCCglue.c (printIval): fixed bug #739934
8862
8863 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8864
8865         Applied patch from bug 737905 (renamed yylineo to mylineno):
8866         * src/altlex.c
8867         * src/SDCCast.c
8868         * src/SDCglobl.h
8869         * src/SDCC.lex
8870         * src/SDCCsymt.c
8871         * src/SDCCval.c
8872         * src/pic16/pcode.c: Cleaned warnings
8873         * src/pic16/pcodeflow.c: Cleaned warnings
8874         * src/pic16/pcoderegs.c: Cleaned warnings
8875
8876 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8877
8878         * src/pic16/pcode.c: Cleaned warnings
8879         * src/pic16/pcodepeep.c: Cleaned warnings
8880         * src/pic16/ralloc.c: Cleaned warnings
8881
8882 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8883
8884         * doc/sdccman.lyx: fixed bug 739745
8885         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8886
8887 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8888
8889         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8890         it can be defined with CFLAGS when running configure
8891         * src/SDCCmain.c: fixed compiling + linking with object files
8892
8893 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8894
8895         * configure.in: configure for pic16 port,
8896             added --disable-pic16-port
8897         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8898         * src/SDCCmain.c: linkOptions is changed to set *,
8899             added if/endif conditional macros to remove options help
8900             messages from optionsTable when a port is not configured, added
8901             support for the PIc16 port in the ports table, when executing
8902             the compiler with no port specified on command line, a default
8903             port is selected with the new macro DEFAULT_PORT which is
8904             defined in port.h, in setDefaultOptions() linkOptions is removed
8905             from initialization assignment, since now it is a set,
8906             parseCmdLine uses setParseWithComma for linkOptions, in
8907             linkEdit() linkOptions are accessed with new function indexSet()
8908             which returns the i'th item of a set variable. See SDCCset.c, in
8909             linkEdit() when calling buildCmdLine(), added linkOptions as
8910             last argument. Now users can pass arguments to gplink via the
8911             -Wl option, main() uses pic16glue() to glue up pic16 programs
8912         * src/SDCCpeeph.c: various changes to support pic16
8913         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8914             return the i'th item of the set
8915         * src/SDCCset.h: added function prototype for indexSet()
8916         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8917         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8918         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8919             added macro DEFAULT_PORT
8920         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8921         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8922             generated
8923         * src/pic16/glue.c: commented out some error producing lines
8924         * src/pic16/main.c: __config directives are commented out to stop
8925             gpasm complaining and test the linkage with gplink, _linkCmd and
8926             _asmCmd changed to be more gplink and gpasm friendly
8927         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8928             produced an error when parsed, peep rule 12 is added to utilize
8929             movff, but it is commented out since the pCode does not support
8930             yet a command with 2 address arguments
8931
8932 2003-05-18    <johan AT balder>
8933
8934         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8935         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8936 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8937
8938         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8939   Added feature to script commands from file.
8940
8941 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8942
8943         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8944         * src/SDCCutil.c: include ctype.h for win32
8945
8946 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8947
8948         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8949
8950 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8951
8952         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8953   Fixed so you can set breakpoints prior to run, run does not stop
8954   on entry now.  Add tbreak.  Other enhancements and fixes for use
8955   with ddd.
8956
8957 2003-05-12  Borut Razem <borut.razem AT siol.net>
8958
8959         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8960
8961 2003-05-11  Borut Razem <borut.razem AT siol.net>
8962
8963         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8964         the path of bin directory, so that PATH is the only env. variable, which has to be set
8965         in case of standard installation.
8966         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8967         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8968         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8969
8970 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8971
8972         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8973         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8974         temp files are in the port dir; clean the gen/test directory when
8975         generating new test.c
8976         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8977         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8978         * support/regression/tests/zeropad.c: added
8979
8980 2003-05-09    <johan AT balder>
8981
8982         * src/SDCCglue.c: fixed bug #597940
8983
8984 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8985
8986         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8987   cache sfr, optimize next,step, fix off by one sourceline,
8988   support ddd list function.
8989         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8990
8991 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8992
8993         * support/regression/HTMLgen.py: added compare_s2f()
8994         * support/regression/Makefile: redo 1.27
8995         * support/regression/generate-cases.py: redo 1.5
8996
8997 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8998
8999         * support/regression/tests/float.c: workaround 33 bit hex constant
9000         * support/regression/tests/simplefloat.c: fix division for host
9001
9002 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9003
9004         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9005         that tame's the PIC's over-aggressive optimizer.
9006
9007 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9008
9009          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9010          support for MSVC.
9011
9012 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9013
9014         Initial support for DS80C400. "Hello world" runs on TINIm400
9015         (with polled I/O).
9016
9017 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9018
9019          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9020          * Some notes on ddd usage added in debugger/README
9021          Martin Helmling adding more features and fixes for ddd GUI debugger.
9022          Code added for nexti, stepi, up, down, and other adjustments.
9023
9024 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9025
9026         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9027         * src/pic/peeph.def Added two rules to optimize carry manipulation
9028         * src/pic/* removed debug printfs
9029
9030 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9031
9032         * debugger/mcs51/cmd.c: added header newalloc.h
9033
9034 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9035
9036         * as/Makefile: new EXEEXT
9037         * as/z80/Makefile: remove trailing slash of BUILDIR
9038         * as/z80/clean.mk: new EXEEXT
9039         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9040         * support/cpp2/Makefile.in: new EXEEXT
9041         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9042
9043 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9044
9045         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9046         EXEEXT was introduced to fix all related problems with targets
9047         "clean", "install" and "uninstall"; a couple of further flaws
9048         especially with "clean" have been fixed too
9049         * as/mcs51/Makefile.in
9050         * as/mcs51/clean.mk
9051         * as/z80/Makefile
9052         * Makefile
9053         * clean.mk
9054         * debugger/mcs51/Makefile.in
9055         * debugger/mcs51/clean.mk
9056         * link/z80/Makefile
9057         * link/z80/Makefile.in
9058         * link/z80/clean.mk
9059         * link/Makefile
9060         * packihx/Makefile.in
9061         * packihx/clean.mk
9062         * sim/ucsim/Makefile
9063         * sim/ucsim/clean.mk
9064         * sim/ucsim/avr.src/Makefile.in
9065         * sim/ucsim/avr.src/clean.mk
9066         * sim/ucsim/s51.src/Makefile.in
9067         * sim/ucsim/s51.src/clean.mk
9068         * sim/ucsim/xa.src/Makefile.in
9069         * sim/ucsim/xa.src/clean.mk
9070         * sim/ucsim/z80.src/Makefile.in
9071         * sim/ucsim/z80.src/clean.mk
9072         * sim/ucsim/main_in.mk
9073         * sim/ucsim/packages_in.mk
9074         * sim/ucsim/gui.src/Makefile.in
9075         * sim/ucsim/gui.src/serio.src/Makefile.in
9076         * sim/ucsim/gui.src/serio.src/clean.mk
9077         * src/Makefile.in
9078         * src/clean.mk
9079         * support/cpp2/Makefile.in
9080         * support/cpp2/clean.mk
9081         * support/makebin/Makefile
9082         * support/makebin/clean.mk
9083         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9084         * doc/sdccman.lyx: --program-suffix no longer needed
9085
9086 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9087
9088          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9089          Martin Helmling added support for ddd GUI debugger.
9090          Code added to display assembly, set variables, and other commands
9091          to interface to ddd.
9092
9093 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9094
9095         * as/Makefile: fix target clean
9096         * as/clean.mk: fix target clean
9097         * as/z80/clean.mk: fix target clean
9098
9099 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9100
9101         * Makefile.common.in: added  AT EXEEXT AT
9102         * configure.in: removed all mingw32 stuff
9103         * configure: rebuilt from configure.in
9104         * doc/sdccman.lyx: updated section "installation"
9105         * support/scripts/sdcc_mingw32: adapted to configure
9106         * support/scripts/sdcc_cygwin_mingw32: added
9107
9108 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9109
9110         * src/pic Added object file support for the PIC port
9111         * src/pic Applied patch from Craig Franklin (this started the object file support)
9112         * src/regression Updated the PIC regression tests for object files
9113
9114 2003-04-20  Borut Razem <borut.razem AT siol.net>
9115
9116         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9117           lklex.c: In function `getfid':
9118           lklex.c:203: warning: array subscript has type `char'
9119         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9120           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9121         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9122           stack handling macros
9123
9124 2003-04-19  Borut Razem <borut.razem AT siol.net>
9125
9126         * "handling space characters in file path" task:
9127         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9128         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9129         * support/Util/MySystem.h: make it self-sufficient
9130         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9131           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9132           handling space characters in file path
9133         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9134           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9135         * support/Util/MySystem.c: handling space characters in executable's path
9136
9137 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9138
9139         * as/z80/Makefile: fix permanent rebuild of z80
9140         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9141         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9142
9143 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9144
9145         * src/SDCCopt.c: add special case optimization to replace modulo by
9146           a power of two with a bitwise AND.
9147
9148 2003-04-18    <johan AT balder>
9149
9150         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9151
9152 2003-04-17    <johan AT balder>
9153
9154         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9155         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9156
9157 2003-04-13  Borut Razem <borut.razem AT siol.net>
9158
9159         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9160         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9161           fixed mingw problem in adl_NORMALIZE_PATH
9162
9163 2003-04-12  Borut Razem <borut.razem AT siol.net>
9164
9165         * fixed "#pragma SAVE/RESTORE can not be nested":
9166         * src/SDCC.lex: reworked pragma handling functions
9167         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9168         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9169
9170 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9171
9172         * src/SDCCutil.c (pathEquivalent): defined but not used
9173         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9174         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9175         * configure: rebuilt from configure.in
9176         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9177         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9178         * device/include/Makefile.in: replace sdcc_datadir
9179         * device/lib/Makefile.in: replace sdcc_datadir
9180         * Makefile.common.in: add LDFLAGS from configure
9181         * packihx/Makefile.in: use LDFLAGS
9182         * src/Makefile.in: use LDFLAGS
9183         * support/cpp2/Makefile.in: add LDFLAGS from configure
9184         * support/makebin/Makefile: use LDFLAGS
9185         * .version: bumped version number to 2.3.5
9186
9187 2003-04-12  Borut Razem <borut.razem AT siol.net>
9188
9189         * completed "different paths" task:
9190         * src/SDCCmacro.c: fixed bug in handling quotes
9191         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9192         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9193
9194 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9195
9196         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9197
9198 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9199
9200         * ds390/gen.c ds390/peeph.def: fix bug 706781
9201
9202 2003-04-11  Borut Razem <borut.razem AT siol.net>
9203
9204         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9205
9206 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9207
9208         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9209         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9210          set - this bit used to not be set...).
9211         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9212           bad code in PIC Port
9213         * src/regression/and2.c added to test bug 609268
9214         * src/regression/Makefile added and2.c to regression test
9215
9216
9217 2003-04-08    <johan AT CP255758-A>
9218
9219         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9220         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9221         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9222
9223 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9224
9225         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9226         fix bug #487815
9227         * support/cpp2/Makefile.in: fix bug #487815
9228         * configure: rebuilt from configure.in
9229         * Makefile.common.in: docdir changed, new path suffixes
9230         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9231         * sdcc_vc_in.h: reflect changes from sdccconf.h
9232         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9233         * src/SDCCutil.h: remove BINDIR hack
9234         * doc/sdccman.lyx: update new path hierarchy
9235
9236 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9237
9238         * src/SDCCpeeph.c: added okToRemoveSLOC test
9239
9240 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9241
9242         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9243
9244 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9245
9246         * src/SDCCpeeph.c: added labelIsReturnOnly test
9247         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9248
9249 2003-04-05    <johan AT balder>
9250
9251         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9252         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9253         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9254         * src/SDCCast.c: fixed a warning
9255         * src/SDCCast.h: fixed a warning
9256         * src/SDCCicode.c (operandFromAst): fixed a warning
9257
9258 2003-04-04    <johan AT balder>
9259
9260         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9261         * src/SDCCast.c (decorateType): fixed bug #715076
9262         * src/SDCC.y: fixed bug #702907
9263
9264 2003-04-03    <johan AT balder>
9265
9266         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9267         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9268         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9269         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9270         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9271
9272 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9273
9274         * _decdptr.c: fix return values
9275         * _gptrget.c: fix return values
9276         * _gptrgetc.c: fix return values
9277         * _gptrput.c: fix return values
9278         * _mulint.c: fix return values
9279         * as/z80/Makefile: fix 'make -j' problem
9280
9281 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9282
9283         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9284         * configure.in: big cleanup, updated to autoconf 2.5x
9285         * configure: rebuilt from configure.in
9286         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9287         * sdcc_vc_in.h: reflect changes from sdccconf.h
9288         * doc/Makefile: fixed a flaw in "make install"
9289
9290 2003-04-02    <johan AT balder>
9291
9292         * src/ds390/gen.c (genCmp): no comments
9293         * src/mcs51/gen.c (genCmp): no comments
9294         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9295         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9296
9297 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9298
9299         * support/regression/generate-cases.py: place generated file in given sub directory
9300         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9301         * support/regression/Makefile: improvements for 'make -j';
9302         side effect: it's simpler and faster now
9303
9304 2003-03-31  Borut Razem <borut.razem AT siol.net>
9305
9306         * src/z80/main.c: link-{port} and as-{port} defined without path
9307         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9308
9309 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9310
9311         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9312
9313 2003-03-30  Borut Razem <borut.razem AT siol.net>
9314
9315         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9316           changed type of list parameter to set
9317         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9318         * src/port.h: changed type of do_assemble() parameter to set
9319         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9320           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9321           definition of "cppoutfilename" macro with NULL value in preProcess()
9322         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9323         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9324         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9325           replaced with set *binPathSet
9326         * shash_add() deallocates the item, if allready exsists, before adding the new one
9327         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9328
9329 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9330
9331         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9332           a nested for loop bug in the PIC port
9333         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9334           for loops
9335
9336 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9337
9338         * support/Util/dbuf.h: remove C++ stuff to make it portable
9339
9340 2003-03-28  Borut Razem <borut.razem AT siol.net>
9341
9342         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9343           literal strings in stringLiteral()
9344         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9345         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9346           to the project
9347
9348 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9349
9350         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9351
9352 2003-03-26    <johan AT balder>
9353
9354         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9355         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9356         * src/SDCCast.c (decorateType): fixed " -v < 3"
9357
9358 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9359
9360         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9361         Added Lenny Story's debug infrastructure changes:
9362         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9363         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9364         * src/cdbFile.c: added
9365         * src/SDCCdebug.c: added
9366         * src/SDCCdebug.h: added
9367         * src/SDCCast.c (createFunction)
9368         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9369         * src/SDCCmain.c (parseCmdLine, main)
9370         * src/SDCCmem.c (redoStackOffsets)
9371         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9372         * src/SDCCsymt.h
9373         * src/common.h
9374         * src/avr/gen.c (genAVRCode)
9375         * src/ds390/gen.c (gen390Code)
9376         * src/mcs51/gen.c (gen51Code)
9377         * src/pic/gen.c (genpic14Code)
9378         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9379         * src/xa51/gen.c (genXA51Code)
9380         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9381
9382 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9383
9384         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9385         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9386
9387 2003-03-22    <johan AT balder>
9388
9389         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9390
9391 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9392
9393         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9394         * doc/cdbfileformat.lyx: added, written by Lenny Story
9395         * doc/Makefile: added cdbfileformat.lyx
9396         * doc/clean.mk: added cdbfileformat.lyx
9397
9398 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9399
9400         * src/mcs51/peeph.def: fix bug #705773
9401
9402 2003-03-20    <johan AT balder>
9403
9404         An sfr/sbit can have an "at #" AND an initializer
9405         * src/SDCCsymt.c (checkSClass):
9406         * src/SDCCmem.c (allocGlobal):
9407         * src/SDCCmem.c (allocLocal):
9408         * src/SDCCast.c (createBlock):
9409
9410 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9411
9412         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9413
9414 2003-03-16    <johan AT balder>
9415
9416         Undid the hackup of const and volatile, the problem is much bigger
9417         * src/SDCC.y:1.65
9418         * src/SDCCast.c:1.171
9419         * src/SDCCglue.c:1.138
9420         * src/SDCCicode.c:1.146
9421         * src/SDCCsymt.c:1.150
9422         * src/SDCCval.c:1.65
9423
9424 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9425
9426         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9427         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9428
9429 2003-03-13    <johan AT balder>
9430
9431         Hackup const and volatile modifiers in type chains a bit:
9432         * src/SDCC.y:1.63
9433         * src/SDCCast.c:1.169
9434         * src/SDCCglue.c:1.136
9435         * src/SDCCicode.c:1.143
9436         * src/SDCCsymt.c1.146
9437         * src/SDCCsymt.h1.59
9438         * src/SDCCval.c:1.63
9439
9440 2003-03-12    <johan AT balder>
9441
9442         * src/SDCCBBlock.h: more LRH debugging junk
9443         * src/SDCCcflow.h: more LRH debugging junk
9444         * src/SDCCloop.c: more LRH debugging junk
9445         * src/SDCC.y (struct_declaration): fixed bug #697590
9446         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9447         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9448         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9449
9450 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9451         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9452         test function names must now match exactly).
9453         * src/SDCCcse.c: added special case in findCheaperOp to allow
9454         extending a short integer. Makes less awful code for bug 700121 test case.
9455
9456 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9457
9458         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9459         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9460
9461 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9462
9463         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9464         actually called (operandsNotEqual() was called for all
9465         operandsNotEqualX tests).
9466
9467 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9468
9469         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9470         with shorter literals. Fixes bug 700121.
9471
9472 2003-03-11    <johan AT balder>
9473
9474         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9475
9476 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9477
9478         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9479         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9480
9481 2003-03-10  Borut Razem <borut.razem AT siol.net>
9482
9483         * src/SDCCmain.c: pipe preprocessor's output
9484         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9485         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9486         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9487         which closes all pipes in pipeSet set
9488         * src/SDCCset.c: free deleted item in function deleteSetItem()
9489         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9490         moved from z80 to src subproject
9491         * .version: increased version number to 2.3.4
9492
9493 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9494
9495         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9496         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9497         * support/regression/ports/xa51/spec.mk: fix typo
9498
9499 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9500
9501         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9502
9503 2003-03-09  Borut Razem <borut.razem AT siol.net>
9504
9505         * src/SDCCmain.c: pipe preprocessor's output
9506         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9507         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9508         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9509         which closes all pipes in pipeSet set
9510         * src/SDCCset.c: free deleted item in function deleteSetItem()
9511         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9512         moved from z80 to src subproject
9513
9514 2003-03-09  Borut Razem <borut.razem AT siol.net>
9515
9516         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9517         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9518         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9519         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9520         * src/SDCCglobl.h: unification of WIN32 native definitions
9521
9522 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9523
9524         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9525
9526 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9527
9528         * src/configure.in:   check for endianess (even while cross-compiling)
9529         * src/configure:      check for endianess (even while cross-compiling)
9530         * src/configure_in.h: check for endianess (even while cross-compiling)
9531         * src/avr/gen.c:        remove old endianess stuff
9532         * src/mcs51/gen.c:      remove old endianess stuff
9533         * src/ds390/gen.c:      remove old endianess stuff
9534         * src/pic/gen.c:        remove old endianess stuff
9535         * src/pic/genarith.c:   remove old endianess stuff
9536         * src/pic/glue.c:       fix endianess check
9537         * src/pic16/gen.c:      remove old endianess stuff
9538         * src/pic16/genarith.c: remove old endianess stuff
9539         * src/pic16/glue.c:     fix endianess check
9540         * src/xa51/gen.c:       remove old endianess stuff
9541         * src/z80/gen.c:        fix endianess check
9542         * src/SDCCglue.c:       fix endianess check
9543         * src/ds390/peeph.def: fix bug 700036
9544
9545 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9546
9547         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9548         * src/configure: find appropriate data-types on host for SDCC's int and long
9549         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9550         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9551         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9552
9553 2003-03-07    <johan AT balder>
9554
9555         Just a big NOOP:
9556                 some minor cleanups before the big shot
9557                 OP_DEFS and OP_USES now use Kevin's protection
9558                 new option --nolabelopt
9559
9560         * src/SDCCBBlock.c:
9561         * src/SDCCast.c,:
9562         * src/SDCCcflow.c:
9563         * src/SDCCcse.c:
9564         * src/SDCCicode.c:
9565         * src/SDCCicode.h:
9566         * src/SDCClabel.c:
9567         * src/SDCCloop.c:
9568         * src/SDCCmain.c:
9569         * src/ds390/ralloc.c:
9570         * src/mcs51/ralloc.c:
9571         * src/pic/ralloc.c:
9572         * src/xa51/ralloc.c:
9573         * src/z80/ralloc.c:
9574
9575 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9576
9577         * src/pic/pcode.c (get_op): fix 64 bit warnings
9578         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9579         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9580         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9581         * support/regression/tests/malloc.c: fix 64 bit warnings
9582
9583 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9584
9585         * src/mcs51/gen.c (genMinus): fixed bug 696436
9586
9587 2003-03-02  Borut Razem <borut.razem AT siol.net>
9588
9589         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9590
9591 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9592
9593         * configure.in: test for mkstemp
9594         * sdccconf_in.h: add HAVE_MKSTEMP
9595
9596 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9597
9598         * device/include/ctype.h: removed warning while using --stack-auto
9599         * device/include/malloc.h: removed warning while using --stack-auto
9600         * device/include/string.h: removed warning while using --stack-auto
9601
9602 2003-02-23  Borut Razem <borut.razem AT siol.net>
9603
9604         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9605         because NDEBUG is defined (see man assert)
9606         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9607
9608 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9609
9610         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9611         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9612
9613 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9614
9615         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9616         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9617
9618 2003-02-18    <johan AT balder>
9619
9620         * as/mcs51/asmain.c (asmbl): module can start with a digit
9621         * as/z80/asmain.c (asmbl): module can start with a digit
9622
9623 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9624
9625         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9626         * src/asm.c: fix pipe() for Mingw32
9627
9628 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9629
9630         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9631         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9632         make -V work again; --c1mode reads now from stdin
9633         * doc/sdccman.lyx: added --c1mode
9634         * support/Util/SDCCerr.c: new messages for c1 mode
9635         * support/Util/SDCCerr.h: new messages for c1 mode
9636         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9637
9638 2003-02-15    <johan AT balder>
9639
9640         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9641
9642 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9643
9644         * doc/sdccman.lyx: Environment variables, -o and other minor things
9645
9646 2003-02-14    <johan AT balder>
9647
9648         * src/xa51/main.c: before anyone really tries to use it :)
9649
9650         * Install doc's in share/sdcc/doc
9651         * removed some obsolete files
9652         * Do a proper make distclean and uninstall
9653         M Makefile.common.in
9654         R sdccbuild.sh
9655         M as/Makefile
9656         M device/include/Makefile.in
9657         M device/lib/Makefile.in
9658         M doc/sdccman.lyx
9659         M link/Makefile
9660         M sim/ucsim/doc/Makefile.in
9661         M src/clean.mk
9662         R src/avr/peeph.rul
9663         R src/xa51/peeph.rul
9664         M support/cpp2/Makefile.in
9665         M support/makebin/Makefile
9666
9667
9668 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9669
9670         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9671
9672 2003-02-10  Borut Razem <borut.razem AT siol.net>
9673
9674         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9675         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9676         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9677         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9678         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9679         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9680         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9681         src/z80/Makefile.bcc: Borland Makefile cleanup
9682         * as/z80/Makefile.bcc: Added Borland Makefile
9683         * support/cpp2/borland.h: Removed
9684
9685 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9686
9687         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9688         * src/SDCC.lex: new pragma NOIV
9689         * src/SDCCglobl.h: new pragma NOIV
9690         * src/SDCCmem.c: new pragma NOIV
9691
9692 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9693
9694         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9695
9696 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9697
9698         * src/SDCCmain.c: signal handling is switched off by --debug
9699         * doc/Makefile: small fix for install; use clean.mk again
9700         * doc/clean.mk: clean *.pdf and *.html too
9701
9702 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9703
9704         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9705         * device/lib/printfl.c: fix a ds390 bug by making it portable
9706         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9707         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9708         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9709         * debugger/mcs51/cmd.c: converted multi-line string literals
9710         * sim/ucsim/globals.cc: converted multi-line string literals
9711         * src/SDCCmain.c: introduced signal handler to remove temp files
9712         * doc/Makefile: small tweaks, implement clean
9713         * doc: removed generated files
9714
9715 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9716
9717         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9718         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9719         Address Record is not correctly generated for DS390."
9720
9721 2003-02-02  Borut Razem <borut.razem AT siol.net>
9722
9723         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9724         * as/mcs51/asm.h: fixed compilation with Borland C
9725         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9726         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9727         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9728         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9729         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9730         src/z80/Makefile.bcc: delete $(LIB) only if exist
9731         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9732
9733 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9734
9735         * device/include/malloc.h: introduced NULL
9736         * device/include/string.h: introduced NULL
9737         * device/include/stdlib.h: introduced NULL
9738         * device/lib/_memcpy.c: removed NULL
9739         * device/lib/_strcat.c: removed NULL
9740         * device/lib/_strchr.c: removed NULL
9741         * device/lib/_strcmp.c: removed NULL
9742         * device/lib/_strcpy.c: removed NULL
9743         * device/lib/_strcspn.c: removed NULL
9744         * device/lib/_strlen.c: removed NULL
9745         * device/lib/_strncat.c: removed NULL
9746         * device/lib/_strncmp.c: removed NULL
9747         * device/lib/_strncpy.c: removed NULL
9748         * device/lib/_strpbrk.c: removed NULL
9749         * device/lib/_strrchr.c: removed NULL
9750         * device/lib/_strspn.c: removed NULL
9751         * device/lib/_strstr.c: removed NULL
9752         * device/lib/_strtok.c: removed NULL
9753         * device/lib/malloc.c: removed NULL, include own header
9754
9755 2003-02-02    <johan AT balder>
9756
9757         * 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
9758         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9759         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9760         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9761         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9762         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9763
9764 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9765
9766         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9767         area 'DATA'"
9768
9769 2003-02-01    <johan AT balder>
9770
9771         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9772
9773 2003-01-31    <johan AT CP255758-A>
9774
9775         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9776
9777 2003-01-30    <johan AT balder>
9778
9779         * src/SDCCBBlock.c: automatic bug detection
9780         * src/SDCCicode.c: automatic bug detection
9781
9782 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9783
9784         * src/SDCCglobl.h:   now --xram-size 0 works
9785         * src/SDCCmain.c:    now --xram-size 0 works
9786
9787 2003-01-29    <johan AT balder>
9788
9789         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9790
9791 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9792
9793         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9794         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9795         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9796         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9797         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9798         * src/SDCCmain.c:    Added options --xram-size and --code-size
9799
9800 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9801
9802         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9803         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9804
9805 2003-01-27    <johan AT balder>
9806
9807         * src/SDCC.y: fixed bug #613764
9808
9809 2003-01-26    <johan AT balder>
9810
9811         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9812         * src/SDCCsymt.h: fixed bug #673374
9813         * src/SDCCglue.c: fixed bug #661910
9814         * src/SDCCast.c: fixed bug #458099 and 673374
9815
9816 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9817
9818         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9819         * as/mcs51/strcmpi.h: added
9820         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9821         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9822         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9823         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9824         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9825         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9826         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9827         * as/mcs51/Makefile.aslink: new module strcmpi
9828         * as/mcs51/Makefile.asx8051: new module strcmpi
9829         * as/mcs51/Makefil.bcc: new module strcmpi
9830         * as/mcs51/Makefile.in: new module strcmpi
9831         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9832
9833 2003-01-26    <johan AT balder>
9834
9835         * src/SDCCglue.c: reverted back to 1.124
9836         * src/SDCCast.c: reverted back to 1.156
9837         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9838
9839 2003-01-25    <johan AT balder>
9840
9841         * src/SDCCglue.c: A better fix for bug #661910
9842         * src/SDCCast.c: A better fix for bug #661910
9843         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9844
9845 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9846
9847         * src/Makefile.in: remove spawn.o
9848         * src/SDCCmain.c: remove spawn.h
9849         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9850         * src/spawn.c: removed
9851         * src/spawn.h: removed
9852         * support/regression/ports/ds390/spec.mk: link with -r
9853
9854 2003-01-24    <johan AT CP255758-A>
9855
9856         * src/ds390/gen.c (aopOp): fixed bug #667458
9857         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9858         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9859         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9860
9861 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9862
9863         * src/mcs51/peeph.def: better assembler identation by Frieder
9864         * src/mcs51/gen.c: better assembler identation by Frieder
9865
9866 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9867
9868         * as/z80/string.h: removed for gcc 3.2
9869         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9870         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9871
9872 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9873
9874         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9875         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9876         * support/regression/Makefile: separate temp files for ports
9877         * support/regression/generate-cases.py: separate temp files for ports
9878         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9879         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9880
9881 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9882
9883         * moved tinitalk to device/examples/ds390
9884
9885 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9886
9887         * as/mcs51/lkmem.c: rflag is for DS390
9888         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9889         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9890                          (linkEdit): move mem- and map-files the same way as ihx-files
9891         * src/z80/main.c (_setDefaultOptions): removed --generic
9892         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9893         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9894         * src/pic/glue.c (picglue): --c1mode works again
9895         * src/pic16/glue.c (pic16glue): --c1mode works again
9896         * src/asm.c (printCLine): fix #660034
9897
9898 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9899
9900         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9901         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9902         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9903         * as/mcs51/lkmem (summary): better fix for sp problem
9904         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9905         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9906         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9907                                               remove --stack-after-data
9908
9909 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9910
9911         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9912         * src/SDCCutil.c (join): ugly bug: missing '\0'
9913         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9914
9915 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9916
9917         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9918         * src/port.h: typo
9919         * src/pic/main.c (_asmCmd): gpasm supports -o
9920         * src/z80/main.c: more general macros
9921         * device/lib/Makefile.in: remove intermediate files
9922
9923 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9924
9925         * .version: Bumped version number to 2.3.3
9926         * src/SDCCBBlock.c: new option -o
9927         * src/SDCCglobl.h: new option -o
9928         * src/SDCCglue.c: new option -o
9929         * src/SDCCmain.c: new option -o
9930         * src/asm.c: new option -o
9931         * src/ds390/main.c: new option -o
9932         * src/pic/glue.c: new option -o
9933         * src/pic/pcode.c: new option -o
9934         * src/pic/ralloc.c: new option -o
9935         * src/pic16/glue.c: new option -o
9936         * src/pic16/pcode.c: new option -o
9937         * src/pic16/ralloc.c: new option -o
9938         * src/z80/main.c: new option -o
9939         * device/lib/Makefile.in: use -o
9940         * support/regression/ports/ds390/spec.mk: use -o
9941         * support/regression/ports/gbz80/spec.mk: use -o
9942         * support/regression/ports/mcs51/spec.mk: use -o
9943         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9944         * support/regression/ports/z80/spec.mk: use -o
9945         * support/regression/ports/ucz80/spec.mk: use -o
9946         * support/regression/ports/xa51/spec.mk: use -o
9947         * support/regression/fwk/lib/timeout.c: fix usage string
9948
9949 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9950         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9951
9952 2003-01-07    <johan AT balder>
9953
9954         * src/SDCCast.c (decorateType): fixed bug #600035
9955
9956 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9957         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9958         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9959         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9960         * src/pic/pcode.c: outcommented unused variable to remove warnings
9961         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9962
9963 2003-01-06    <karl AT turbobit.com>
9964         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9965    regression tests.
9966
9967 2003-01-06    <johan AT balder>
9968
9969         * src/SDCCicode.c: fixed array add
9970
9971 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9972         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9973         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9974
9975 2003-01-04    <johan AT balder>
9976
9977         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9978
9979 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9980         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9981
9982 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9983         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9984         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9985
9986 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9987         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9988
9989 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9990         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9991
9992 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9993         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9994
9995 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9996
9997     * in \sdcc\as\mcs51\ changed these files in order to create an
9998     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9999     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10000     following files to include the previous two files: aslink.dsp,
10001     Makefile.aslink, Makefile.bcc, and Makefile.in.
10002
10003     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10004     .adb instead of .cdb
10005
10006 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10007
10008         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10009         value from option --iram-size.
10010
10011 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10012
10013         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10014         dram[] array.
10015
10016 2002-09-18    <wiml AT hhhh.org>
10017
10018         * SDCClrange.h: exposed setFromRange() and setToRange()
10019         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10020           packRegsForAccUse() (bug 542397)
10021         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10022           multiple times and emitting the fetch operations more than once
10023           added aopGetUsesAcc() function to allow binary operators to
10024           fetch their operands in the correct order; made genMinus() emit
10025           compact code for X = LITERAL - Y
10026
10027 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10028         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10029         sprintf() in line 1267.
10030
10031 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10032         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10033         like ports.
10034
10035 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10036         Changes to aslink (All the changes are marked with 'JCF'):
10037
10038         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10039         summary().
10040
10041         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10042         area BSEG.  Also moves, if possible, the DATA area down into the internal
10043         ram so more space is available.
10044
10045         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10046         sflag.
10047
10048         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10049         not bytes.  Function summary() which creates a memory usage summary
10050         file with extension .mem.  Reports of overlaping stack and small stack
10051         size.  If the space for the stack is less than 16 bytes aslink trows a
10052         warning.
10053
10054         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10055         the 8051.  Option 'y' for memory summary output file.
10056
10057         Changes to sdcc (All the changes are marked with 'JCF'):
10058
10059         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10060
10061         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10062         overlaying area for it (uses RegBankUsed[4]).
10063
10064         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10065         bank zero as used by default.  By default aslink locates the stack
10066         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10067         the creation of the .mem file.  Delegates the allocation of data area
10068         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10069         the begining of the stack area to aslink.
10070
10071         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10072         glue() in SDCCglue.c creates an area for it.
10073
10074 2002-09-03  Borut Razem <borut.razem AT siol.net>
10075         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10076         sdcc/src/pic/glue.c:
10077         introduced atexit() handler for teporay files removal in case of
10078         errors, assertions, ...
10079
10080 2002-08-29  Borut Razem <borut.razem AT siol.net>
10081         * sdcc/support/cpp2/auto-host_vc_in.h:
10082         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10083         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10084         Maybe there is a similar problem with BORLANDC? It should be checked!
10085
10086         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10087         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10088         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10089         was not executed, and the compiler (cl) launched a warning:
10090         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10091
10092 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10093         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10094
10095 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10096         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10097
10098         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10099           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10100           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10101           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10102           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10103           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10104           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10105         - added Release configuration in VS projects
10106         - review of compiler an linker options
10107         - VC .exe files are generated in bin_vc directory, not to interfere
10108           with binaries generated from other projects (cygwin, mingw, bcc ...)
10109
10110         * sdcc/src/yacc.dsp: added
10111
10112         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10113         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10114         and insert the version number definitions from .version
10115
10116         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10117
10118         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10119         added - genarate auto-host.h using auto-host_vc_in.h as template
10120
10121         * sdcc/sdcc_vc.h,
10122         removed from CVS, generated automatically
10123
10124 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10125         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10126
10127 2002-08-11  Borut Razem <borut.razem AT siol.net>
10128         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10129
10130 2002-08-10  Borut Razem <borut.razem AT siol.net>
10131         * src/SDCCmain.c (main):
10132         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10133         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10134         The consequence was that some temporary files were not removed.
10135
10136         * src/SDCCglue.c:
10137         unification of code in functions tempfilename() and tempfile():
10138         function tempnam() is defined in Visual Studio 6.0 and .NET
10139
10140         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10141
10142         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10143           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10144         - removed compiler command line option /WX: Treats all warnings as errors
10145         - update a list of source files, included into the project
10146
10147         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10148           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10149         changed project type to Generic Project so that can be correcly converted to VS.NET project
10150
10151         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10152
10153         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10154
10155         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10156
10157         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10158         added return 0 statements after assert() to make compiler happy
10159
10160         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10161         added newline in the def file to keep MSC compiler satisfied
10162
10163         * sdcc/src/z80/gen.c:
10164         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10165           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10166         - solved MSC error in function aopDump()
10167
10168         * sdcc_vc.h: define PREFIX as "\\sdcc"
10169
10170 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10171         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10172
10173 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10174         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10175         - Rewrote the register banking algorithm.
10176         - Added pCode live-range analysis to registers (for now, only non-used and
10177         singly-used registers optimized away)
10178
10179         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10180
10181         * 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.
10182
10183 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10184         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10185
10186 2002-04-22  Michael Hope  <michaelh AT vroom>
10187
10188         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10189
10190         * configure.in (DD_COPT): Added include support required for gbdk.
10191
10192         * .version: Bumped version number just to increase it.
10193
10194         * src/SDCCmain.c: Added -nostdinc to the default options.
10195
10196 2002-04-15  Michael Hope  <michaelh AT vroom>
10197
10198         * device/lib/z80/printf.c (sprintf): Added.
10199
10200         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10201
10202         * src/z80/peeph.def: Added transpose redundent load rule.
10203
10204         * src/z80/main.c: Added force callee saves for jaune.
10205
10206         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10207
10208         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10209
10210 2002-03-28  Johan Knol  <johan AT balder>
10211
10212         * src/SDCCval.c: fixed bug #532436
10213
10214 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10215         * /src/port.h:
10216         Added "char *Processor" field to the port structure.
10217
10218         * /src/SDCCmain.c:
10219         Added -p option. Allows port dependent processor to be specified.
10220
10221         * all ports:
10222         Initialized the new field char *Processor field to NULL in all ports
10223
10224         * /src/pic/*:
10225         Compiler generated registers for interrupt context saving
10226         were not getting allocated.
10227
10228 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10229
10230         * /src/SDCCast.c:
10231         Fixed left shift. Will promote the left side of a left shift
10232         if a) left shifting more than size of operand or b) when assigned
10233         to something size > size of left side
10234
10235 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10236         * src/pic/*
10237         tons of changes. Register allocation has been
10238         rewritten. Added customization for the various PICs. Flow
10239         analysis is restructured. ...
10240
10241         * src/pic/device.h:
10242         Added
10243
10244         * src/pic/device.c:
10245         Added. device.c is a PIC port hack to accomodate variations
10246         in PIC devices.
10247
10248 2002-03-13  Michael Hope  <michaelh AT vroom>
10249
10250         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10251
10252 2002-03-04  johanknol  <johanknol AT manik>
10253
10254         * /src/SDCCval.c: fixed
10255
10256         const unsigned char arr[][2] = { { 0, 1 } };
10257         t18.c:1: error: Initializer element is not constant
10258
10259 2002-03-04  bela  <bela AT manik>
10260
10261         * /device/include/mcs51reg.h:
10262         ds89c420 register definition update
10263
10264 2002-03-03    <johan AT FRIJA>
10265
10266         * support/Util/SDCCerr.c: did something, but don't no why anymore
10267
10268         * support/regression/tests/bug-524691.c: made it a little less shy
10269
10270         * src/SDCCast.c (decorateType): fixed bug #524697
10271
10272         * src/SDCCast.c: made some lineno improvements
10273
10274         * src/SDCCval.c (getNelements): changed warning to error
10275
10276         * src/SDCCglue.c (printIvalArray): changed warning to error
10277
10278         * src/SDCCicode.c: fixed a warning for mingw
10279
10280         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10281
10282         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10283
10284 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10285
10286         * src/ds390/peeph.def:
10287         Added some more peephole rules
10288
10289         * src/ds390/gen.c: Various fixes & enhancements
10290
10291         * src/SDCClrange.c, src/SDCClrange.h:
10292         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10293
10294         * src/ds390/ralloc.c:
10295         various fixes & enhancements (ds390) specific
10296
10297         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10298         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10299         from rallocs.
10300
10301         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10302
10303 2002-03-02    <johan AT FRIJA>
10304
10305         * src/SDCCast.c (decorateType): fixed bug #524708
10306
10307         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10308
10309         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10310
10311 2002-03-01  Michael Hope  <michaelh AT vroom>
10312
10313         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10314
10315         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10316
10317 2002-03-01    <johan AT FRIJA>
10318
10319         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10320
10321         * src/SDCCast.c (decorateType): fixed bug #524209
10322
10323         * src/SDCCval.c (valNot): fixed bug #524195
10324
10325 2002-02-26    <johan AT balder>
10326
10327         * src/xa51/gen.c: fixed a warning
10328
10329         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10330
10331         * src/SDCCast.c (decorateType): fixed bug #522534
10332
10333 2002-02-23    <johan AT balder>
10334
10335         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10336
10337 2002-02-22    <johan AT balder>
10338
10339         * src/SDCCast.c: fixed bug #514865
10340
10341         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10342
10343 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10344
10345         * sdcc/src/SDCCloop.c:
10346         Previous fix was not good. basic blocks that have "break" or "return" are
10347         not really partof a loop , but live ranges used in these blocks should
10348         be live thru the entire loop, so set partOfLoop but don't add them to
10349         loop region
10350
10351 2002-02-21    <johan AT FRIJA>
10352
10353         * src/SDCCcse.c: fixed bug #514308
10354
10355 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10356
10357         * src/SDCCloop.c:
10358         Fixed BUG #519583. If a conditional block ended in a return/break
10359         statement inside a loop, it was not being considered part of the loop.
10360
10361         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10362
10363 2002-02-10  Karl Bongers <karl AT turbobit.com>
10364
10365         * debugger/*:
10366         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10367         with lots of comments and notes.
10368
10369         * device/examples/test2.c:
10370         Fix bug, "red" variable not being initialized(compiler complained).
10371
10372         * device/examples/Makefile, examples/test3.c:
10373         Add Makefile in device/examples folder, compiles test3.c
10374         for use as a multiple module SDCDB test case.
10375
10376         * sim/ucsim/cmd.src/cmdset.cc:
10377         Took out debug printfs in ucsim "next" command.
10378
10379         * sim/ucsim/xa.src:
10380         Karl and Johan start ucsim XA support.  Most dissassembly working,
10381         about 75% emulation done(plenty of work remaining).
10382
10383         * sim/ucsim/z80.src:
10384         Add Z80 support to ucsim, add test-ucz80 regression test,
10385         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10386         Notice z80 compiler fails on examples/test3.c/crc code.
10387
10388 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10389
10390         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10391         Added support for --parms-in-bank1
10392
10393         * src/ds390/peeph.def:
10394         added a few more peephole optimzations
10395
10396         * src/ds390/main.c:
10397         1) added __builtin_inp & __builtin_outp used to read in data of given length
10398            from a memory mapped port
10399         2) added __builtin_memcmp
10400         3) added __builtin_swapw swap bytes of a short
10401
10402         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10403         1) handle multiple send & receives from register bank1
10404         2) ralloc can now allocate DPTR1 to some liveRanges
10405
10406         * src/SDCCsymt.c, src/SDCCsymt.h:
10407         changes to handle multiple sends & receives
10408
10409         * src/SDCCptropt.h:
10410         added some pointer arithmetic optimization
10411
10412         * src/SDCCptropt.c:
10413         added some pointer arithmetic optimizations but not stable yet so not
10414         called from anywhere (will get this working shortly)
10415
10416         * src/SDCCopt.c: fixed for multiple sends & receives
10417
10418         * src/SDCCmain.c:
10419         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10420         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10421            set preprocessor defines (depending on options)
10422
10423         * src/SDCCicode.c, src/SDCCicode.h:
10424         changes made to handle multiple sends & receives
10425
10426         * src/SDCCglobl.h:
10427         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10428
10429         * src/SDCCcse.c, src/SDCCcse.h:
10430         added function findbackward def (to be used in upcoming optimization)
10431
10432         * src/SDCCcflow.c, src/SDCCcflow.h:
10433         added function returnAtEnd - to determine if a basic block terminates with
10434         a RETURN iCode
10435
10436         * src/SDCCast.c, src/SDCCast.h:
10437         added option parms-in-bank1
10438
10439         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10440         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10441         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10442         adjusted for --parms-in-bank1 option
10443
10444         * device/include/string.h:
10445         donot redefine "reentrant" keyword
10446
10447         * device/include/ds80c390.h: Added some more SFRs
10448
10449 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10450
10451         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10452
10453 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10454
10455         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10456
10457 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10458
10459         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10460
10461 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10462
10463         * Added --xram-movc option
10464
10465 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10466
10467         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10468
10469 2002-01-11  Johan Knol
10470
10471         * Added math lib of Jesus Calvino-Fraga
10472
10473 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10474
10475         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10476         * support/regression/Makefile: new target test-mcs51-stack-auto
10477         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10478
10479 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10480
10481         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10482
10483 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10484
10485         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10486
10487 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10488
10489         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10490
10491         * src/SDCCglue.h: add definition for printIvalChar()
10492
10493 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10494
10495         * src/SDCCast.c: fix #498138 by Johan
10496
10497         * src/SDCCglue.c: fix #498138 by Johan
10498
10499 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10500
10501         * support/regression/Makefile: fix clean
10502
10503         * support/regression/ports/ds390/support.c: fix transmission of last character
10504
10505 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10506
10507         * /sdcc/src/ds390/gen.c:
10508         a) improved computing address of stack variable
10509         b) took out some #if 0 code
10510         c) improved parmBytes adjustment
10511         d) improved genPlusIncr & genMinusIncr
10512         e) genCmp could generate bad code (when left assigned to DPTR)
10513         f) Fixed bug in hasInc
10514
10515         * /sdcc/src/ds390/ralloc.c:
10516         a) packRegsForSupport could mess up live information (Fixed)
10517         b) packRegsDPTRuse could be incorrect for left & right shift
10518
10519         * /sdcc/src/mcs51/ralloc.c:
10520         packRegsForSupport could mess up the live information (Fixed)
10521
10522         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10523
10524         * /sdcc/src/SDCCast.c:
10525         can reverse a loop even if function call is present as long
10526         as the loop control variable is local & is not passed as parameter
10527
10528 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10529
10530         * /sdcc/ChangeLog: *** empty log message ***
10531
10532         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10533         More builtin function additions for TININative
10534
10535         * /sdcc/src/ds390/ralloc.c:
10536         Had broken the regression testsuite
10537
10538         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10539
10540         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10541         Added funcattr hasStackParms will be set for reentrant functions when there
10542         are paramteres on the stack, this helps in minimizing frame pointer generation
10543         typeFromStr can handle function pointers now
10544
10545         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10546         *** empty log message ***
10547
10548 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10549
10550         * /src/ds390/gen.c, /src/ds390/main.c:
10551         More builtin function additions for TININative
10552
10553         * /src/ds390/ralloc.c:
10554         Had broken the regression testsuite
10555
10556         * /src/SDCCast.c: Fixed a bug in dumptree
10557
10558         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10559         Added funcattr hasStackParms will be set for reentrant functions when there
10560         are paramteres on the stack, this helps in minimizing frame pointer generation
10561         typeFromStr can handle function pointers now
10562
10563         * /doc/builtins.txt, /doc/TININative.txt:
10564         *** empty log message ***
10565
10566
10567 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10568
10569         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10570         ALPHA version for -mTININative
10571
10572         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10573         updated to reflect changes in the port structure
10574
10575         * /src/port.h:
10576         added function do_assemble (similar to do_link) if non-null this function
10577         will be called to do assembly (-mTININative) requires a multi command
10578         assembly
10579         added function genAssemblerEnd will be called to generate assembler Epilogue
10580
10581         * /src/SDCCsymt.c:
10582         added _JavaNative to debug info printing
10583
10584         * /src/SDCCmain.c: added option --tini-libid
10585         added port->do_assemble function (-mTININative) has a multi command assemble
10586
10587         * /src/SDCCglue.c: Disabled "constExpr" check
10588         added port->genAssemblerEnd function
10589
10590         * /src/SDCCglobl.h: Added option --tini-libid value
10591
10592         * /src/SDCCast.h:
10593         tookout optimizeCompare from the header (has no external references)
10594
10595         * /src/SDCCast.c: made one more function "static"
10596
10597 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10598
10599         * src/z80/mappings.i: Added z80asm support.
10600
10601         * src/z80/main.c: Added z80asm support on --asm=z80asm
10602
10603         * src/z80/gen.c: Fixed asm portability issues.
10604
10605         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10606
10607         * src/SDCCglue.c (printExterns): Added global/extern split.
10608
10609 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10610
10611         * support/regression/Makefile: added test for mcs51 model large
10612
10613         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10614
10615         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10616
10617 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10618
10619         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10620
10621 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10622
10623         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10624
10625         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10626
10627 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10628
10629         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10630
10631         * support/regression/tests/simplefloat.c: Port to mcs51.
10632
10633 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10634         * support/regression/tests/bug-485362.c: Added.
10635
10636         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10637
10638         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10639
10640         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10641
10642         * src/z80/gen.c (aopDump): Added a dump function.
10643
10644 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10645         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10646
10647         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10648
10649         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10650
10651         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10652
10653         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10654
10655         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10656
10657         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10658
10659         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10660
10661         * support/regression/ports/ds390/support.c: Use tinibios.
10662
10663         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10664
10665 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10666
10667         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10668         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10669
10670         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10671
10672         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10673
10674 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10675
10676         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10677
10678         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10679         (packRegsForIYUse): Created and optimised.
10680
10681 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10682
10683         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10684 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10685
10686         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10687
10688         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10689
10690         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10691
10692 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10693
10694         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10695
10696         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10697
10698 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10699
10700         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10701
10702         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10703
10704         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10705
10706 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10707
10708         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10709         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10710         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10711
10712         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10713
10714         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10715         (genNotFloat): Added.
10716         (genUminusFloat): Added.
10717
10718         * device/lib/z80/Makefile: Added floating pt stubs.
10719
10720         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10721
10722         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10723
10724         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10725
10726 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10727
10728         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10729
10730         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10731
10732         * sdcc/support/regression/Makefile: Add port ds390.
10733
10734         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10735
10736         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10737
10738         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10739
10740         * sdcc/support/regression/ports/ds390/support.c: Added.
10741
10742         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10743
10744         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10745
10746         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10747
10748 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10749
10750         * device/include/malloc.h: Added z80 and gbz80 support.
10751
10752         * device/lib/gbz80/heap.s: Added.
10753
10754         * device/lib/z80/heap.s: Added.
10755
10756         * device/lib/malloc.c: Added z80 and gbz80 support.
10757
10758         * support/regression/tests/malloc.c (testMalloc): Added.
10759
10760         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10761
10762         * support/regression/tests/bug-478094.c: Added.
10763
10764         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10765
10766 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10767
10768         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10769
10770         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10771
10772         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10773
10774         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10775
10776         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10777
10778 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10779
10780         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10781
10782 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10783
10784         * support/regression/tests/bug-477927.c: Added.
10785
10786         * src/z80/peeph.def: Added minor rules.
10787
10788         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10789
10790         * src/z80/peeph.def: Added jump optimisation modification.
10791
10792 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10793
10794         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10795
10796 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10797
10798         * support/regression/tests/funptrs.c: Added.
10799
10800 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10801
10802         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10803
10804 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10805
10806         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10807
10808         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10809
10810         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10811         (movLeft2ResultLong): Created.
10812
10813         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10814         (joinPushes): Added.  Joins two char pushes into a word push.
10815
10816 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10817
10818         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10819
10820         * support/makebin/Makefile (install): Added creation of dest dir.
10821
10822 2001-10-24 Karl Bongers <karl AT turbobit.com>
10823
10824         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10825
10826 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10827
10828         * src/z80/ralloc.c: Turned off faulty pack for one use.
10829
10830         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10831
10832         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10833
10834 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10835
10836         * support/regression/Makefile: Improved clean
10837
10838         * support/regression/ports/gbz80/spec.mk: Added clean
10839
10840         * support/regression/ports/host/spec.mk: Added clean
10841
10842         * support/regression/ports/z80/spec.mk: Added clean
10843
10844         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10845
10846         * support/regression/ports/mcs51/timeout.c: little improvements
10847
10848 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10849
10850         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10851
10852         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10853
10854         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10855
10856 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10857
10858         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10859
10860         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10861
10862 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10863         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10864
10865         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10866
10867         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10868
10869         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10870
10871         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10872
10873         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10874
10875         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10876
10877         * support/regression/tests/longor.c: Added.
10878
10879 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10880
10881         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10882
10883         * as/mcs51/aslink.h: define PATH_MAX
10884
10885         * as/mcs51/asm.h: define PATH_MAX
10886
10887         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10888
10889         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10890
10891         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10892
10893         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10894
10895         * src/SDCCglobl.h: define PATH_MAX
10896
10897         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10898
10899         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10900
10901 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10902
10903         * src/z80/gen.c (gencjneshort): Fixed
10904
10905         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10906
10907 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10908
10909         * support/regression/tests/bug-469671.c: Added.
10910
10911         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10912
10913 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10914
10915         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10916
10917         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10918
10919 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10920
10921         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10922
10923         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10924
10925         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10926
10927         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10928
10929         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10930
10931         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10932
10933         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10934
10935 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10936
10937         * 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.
10938
10939         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10940
10941         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10942
10943 2001-10-07    <johan AT FRIJA>
10944
10945         * device/lib/gets.c (gets): fixed the return value.
10946
10947 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10948         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10949
10950         * 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.
10951
10952         * 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.
10953
10954         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10955
10956         * src/pic/gen.c: Removed Safe_strdup.
10957
10958         * configure.in: Added option to enable libgc support.
10959
10960         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10961         (bitVectUnion): Optimised.
10962         (bitVectIntersect): Optimised.
10963         (bitVectBitsInCommon): Optimised.
10964         (bitVectCplAnd): Optimised.
10965
10966         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10967
10968 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10969
10970         * src/SDCCmain.c: distinguish between assembler debug and plain options
10971
10972         * src/avr/main.c:   remove standard assembler options
10973
10974         * src/ds390/main.c: remove standard assembler options
10975
10976         * src/mcs51/main.c: remove standard assembler options
10977
10978         * src/port.h: removed "PENDING" comment
10979
10980 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10981
10982         * src/device/lib/_mulint.c  : new, with assember functions
10983
10984         * src/device/lib/_mullong.c : new, with assember functions
10985
10986         * src/device/lib/_divuint.c : with assember functions
10987
10988         * src/device/lib/_divsint.c : with assember functions
10989
10990         * src/device/lib/_divulong.c: with assember functions
10991
10992         * src/device/lib/_divslong.c: with assember functions
10993
10994         * src/device/lib/_moduint.c : with assember functions
10995
10996         * src/device/lib/_modsint.c : with assember functions
10997
10998         * src/device/lib/_modulong.c: with assember functions
10999
11000         * src/device/lib/_modslong.c: with assember functions
11001
11002         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11003
11004         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11005
11006         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11007                                       replaced _mululong.c and _mulslong.c by _mullong.c
11008
11009 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11010
11011         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11012
11013 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11014
11015         * src/SDCCglue.c: test, if win32api is available for MINGW
11016
11017 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11018
11019         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11020         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11021         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11022         * support/regression/ports/host/spec.mk: removed GENERIC
11023         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11024         * support/regression/ports/z80/spec.mk: removed GENERIC
11025
11026 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11027
11028         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11029
11030         * support/regression/tests/bug-467035.c: Created.
11031
11032 2001-10-01    <johan AT FRIJA>
11033
11034         * src/SDCC.y: fixed bug #466586 part 1
11035
11036 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11037
11038         * SDCCicode.c: z80 has no generic pointers
11039         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11040
11041 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11042
11043         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11044
11045 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11046
11047         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11048
11049         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11050
11051 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11052
11053         * configure.in: Fixed up so that ucsim is only configured once.
11054
11055         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11056
11057         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11058         (getPathDifference): As above.
11059
11060         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11061
11062         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11063
11064 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11065         * .version: Updated to 2.3.1
11066
11067         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11068         Added copyright header.
11069
11070         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11071         (assemble): Added support for macro based assembler commands.
11072         (linkEdit): Added support for macro based linker commands.
11073         (preProcess): Changed the pre-processor to use macros.
11074         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11075         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11076
11077         * device/lib/z80/crt0.s: Added module name for debugging.
11078
11079 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11080
11081         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11082
11083         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11084
11085         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11086
11087         * src/Makefile.in: Added SDCCmacro and SDCCutil
11088
11089 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11090
11091         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11092
11093 2001-09-16    <johan AT FRIJA>
11094
11095         * 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.
11096
11097 2001-09-15    <johan AT FRIJA>
11098
11099         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11100         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11101
11102 2001-09-11    <johan AT FRIJA>
11103
11104         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11105
11106 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11107
11108         * support/regression/tests/bug-460444.c: Added test case.
11109
11110         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11111         (genCast): Added justification for all of the asserts.
11112
11113 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11114
11115         * support/regression/support.c: _xdata replaced by xdata
11116
11117         * support/regression/spec.mk: removed _generic
11118
11119 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11120
11121         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11122
11123         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11124         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11125
11126         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11127
11128         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11129
11130         * support/regression/tests/bug-460010.c: Added test case.
11131
11132         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11133
11134 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11135
11136         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11137
11138         * support/regression/testfwk.c: removed workaround for bug #436344
11139
11140         * support/regression/tests/bp.c: use less memory with mcs51
11141
11142         * support/regression/tests/bug-441448.c: use less memory
11143
11144         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11145
11146         * support/regression/collate-results.py: typo
11147
11148 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11149
11150         * support/regression/tests/fetchoverlap.c: Added new test case.
11151
11152         * support/regression/tests/bp.c: Added new test case.
11153
11154         * support/regression/tests/bug-448984.c: Added new test case.
11155
11156         * support/regression/tests/pow2shifts.c: Added new test case.
11157
11158         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11159         (genlshTwo): Fixed right shift for count > 8.
11160
11161         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11162
11163 2001-09-08    <johan AT FRIJA>
11164
11165         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11166
11167 2001-09-07    <johan AT FRIJA>
11168
11169         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11170
11171         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11172
11173 2001-09-06    <johan AT FRIJA>
11174
11175         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11176         * bernhard noted me at this: "() equals to (void)" (1.38)
11177
11178 2001-09-05    <johan AT FRIJA>
11179
11180         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11181
11182 2001-09-04    <johan AT FRIJA>
11183
11184         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11185
11186
11187 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11188
11189         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11190
11191 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11192
11193         * link/z80/aslink.h: Fixed path for PATH_MAX
11194
11195 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11196
11197         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11198
11199         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11200
11201         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11202
11203         * 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.
11204
11205 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11206
11207         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11208         (genCmp): Fixed up genCmp for the GB with longs.
11209
11210         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11211
11212         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11213
11214         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11215
11216         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11217
11218 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11219
11220         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11221
11222 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11223
11224         * 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.
11225
11226         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11227
11228 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11229
11230         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11231
11232         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11233
11234 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11235
11236   * sim/ucsim/configure:    little improvement of Cygwin-detection
11237   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11238   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11239   * support/regression/tests/bug-221100.c: small changes for mcs51
11240   * support/regression/tests/bug-221168.c: small changes for mcs51
11241   * support/regression/tests/bug-227710.c: small changes for mcs51
11242   * support/regression/tests/staticinit.c: small changes for mcs51
11243   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11244   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11245   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11246
11247 $Revision$