ce6ce2a3307d2b6c68d04882c6af4eb8fdb0eba7
[fw/sdcc] / ChangeLog
1 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * support/regression/collate-results.py: fixed output in case of
4         a valdiag error
5         * support/regression/generate-cases.py: fixed splitting of pathnames
6         with dots
7         * as/hc08/lklibr.c (addfile),
8         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
9
10 2006-04-11 Raphael Neider <rneider AT web.de>
11
12         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
13         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
14         * src/pic16/pcode.c (assignValnums): fixed #1460578
15
16 2006-04-11 Raphael Neider <rneider AT web.de>
17
18         * device/lib/pic/libdev/*.c,
19         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
20           fixes #1468739, enables compilation in --std-c99 mode
21         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
22
23 2006-04-11 Raphael Neider <rneider AT web.de>
24
25         * src/pic/device.c (find_device): removed debug output
26           (list_valid_pics): enabled verbose listing of supported devices
27         * device/include/stdbool.h: define bool as char for pic14/16 as well
28
29 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
30
31         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
32
33 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
34
35         * .version: bumped version to 2.5.6
36         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
37
38 2006-04-06 Raphael Neider <rneider AT web.de>
39
40         * .version: bumped version to 2.5.6 (pic14 ABI changed)
41         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
42         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
43           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
44             pic14_constructAbsMap
45           (pic14printPublics): declare absolute global symbols as global
46           (pic14createInterruptVect),
47         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
48           (newReg): assume new registers unused, use correct name in
49             hashtable (reg->name instead of name), more debugLog output
50         * src/pic/device.h (PIC_device): added fields for verbose output
51         * src/pic/device.c: moved device definition to pic14devices.txt,
52             added routines for runtime parsing of pic14devices.txt,
53             added support for second config word
54         * src/pic/main.c (_process_pragma): removed #pragma maxram,
55           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
56           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
57           (_pic14_parseOptions): moved pCodeInitRegisters here
58           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
59         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
60           (pCodeInitRegisters): rewrapped comments, perpared new approach to
61             handling the pseudo stack
62         * device/lib/Makefile.in: ignore failures in objects-pic16,
63         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
64         * device/lib/pic/NEWS: document new dependency on picXXX.lib
65         * device/lib/pic/Makefile.subdir,
66         * device/lib/pic16/Makefile.subdir: improved clean rules
67         * device/lib/pic/libdev/: NEW, pic14 device libraries
68         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
69         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
70         * device/include/Makefile.in: create subdir and install pic14 headers
71         * device/include/pic/p16f_common.inc: removed unused declarations
72         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
73             PICs from inc2h.pl v1.6,
74             replaced BIT_AT macros with struct declarations
75         * device/include/pic/pic14devices.txt: definition of supported devices,
76             all above improvements contributed by Zik Saleeba, thanks
77         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
78         * support/scripts/sdcc.nsi: also install pic14 device libraries and
79             headers
80
81 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
82
83         * device/include/mcs51/c8051f410.h: added interrupt numbers,
84         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
85           thanks to Charles Olds
86
87 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
88
89         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
90
91 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
92
93         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
94         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
95         * support/regression/bug1464657.c: added, new test
96
97 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
98
99         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
100           version number
101
102 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
103
104         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
105           --no-peep and --peep-file <file> are used don't use default rules but
106           do use the <file>
107
108 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
109
110         * src/mcs51/gen.c (genCall): fixed bug 1457608
111
112 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
113
114         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
115         changes seem to cause (trigger?) problems with the build system.
116
117 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
118
119         * src/SDCCpeeph.c (operandsLiteral): new, added,
120           (callFuncByName): inserted operandsLiteral
121         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
122
123 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
124
125         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
126         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
127
128 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
129
130         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
131           implemented patch 1120823 Thanks to Willy De la Court (normal
132           interrupts need an interrupt number now if they are made critical),
133           and enabled nesting of critical functions though not for gbz80
134           (genCritical, genEndCritical): added functions
135           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
136         * src/z80/mappings.i: added "ei" to all mappings
137
138 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
139
140         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
141         submitted by the Debian SDCC maintainer Aurelien Jarno:
142         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
143         archive with gcc 4.1 on mips and wrote the patch"
144
145 2006-03-16 Raphael Neider <rneider AT web.de>
146
147         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
148           the left operand is shorter than the result (c* = lit-c* + int),
149           fixes bug #1450796
150         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
151           OP_SYMBOL
152
153 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
154
155         * src/.version: increased version number to 2.5.5
156         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
157         linking is done manually in pic16 port's _linkEdit,
158         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
159         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
160         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
161         allocate asmop as AOP_ACC,
162         (aopForRemat): added parameter 'bool result' in function declaration,
163         (pic16_aopGet): return AOP_ACC when accessing WREG,
164         (pic16_popGetTempReg): minor modification,
165         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
166         'pic16_allocWithIdx',
167         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
168         calling function in absolute addresses,
169         (genAssign): take into account AOP_ACC asmop,
170         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
171         * src/pic16/pcoderegs.c: some debug functions and lines added,
172         * src/pic16/ralloc.c (decodeRegType): added but commented out,
173         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
174         register too,
175         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
176         call to allocReg, not by manually allocating a new one,
177         (pic16_assignRegisters): now before going through the register
178         allocating functions mark all registers as free. This eliminates some
179         side effects resulting from peephole parser done earlier in the backbone
180
181 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
182
183         * src/SDCCicode.c (geniCodeLogic),
184         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
185
186 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
187
188         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
189           (genSend): bugfix, do not allocate and free twice,
190           (shiftRLong): handle partially overlapping aops
191         * support/regression/tests/bitopcse.c: fixed warning redefined idata
192
193 2006-03-08 Borut Razem <borut.razem AT siol.net>
194
195         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
196           for pic16
197
198 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
199
200         * support/regression/tests/bug1409955.c: new, added
201         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
202         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
203           (aopForSym, aopOp): increment asmop.allocated if reused,
204           (freeAsmop): decrement asmop.allocated and check for zero instead of
205           using asmop.freed,
206           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
207           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
208            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
209            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
210            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
211            genSignedRightShift, genRightShift, genDataPointerGet,
212            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
213            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
214             in reverse order from allocation,
215           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
216             added swappedLR to keep track
217         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
218           pdata & code for GCC, z80, gbz80 & hc08
219         * support/regression/tests/zeropad.c: moved defines to testfwk.h
220
221 2006-03-08 Raphael Neider <rneider AT web.de>
222
223         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
224
225 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
226
227         * device/include/mcs51/c8051f410.h: new SiLabs mcu
228         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
229         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
230
231 2006-03-06 Borut Razem <borut.razem AT siol.net>
232
233         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
234           made the linker quiet
235
236 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
237
238         * src/pic16/gen.c (genPcall): fixed bug #1443644
239         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
240         which dumps before the function entry point a data byte which represents
241         the number of the local variables used by the specified function, added
242         'xinst' for initial support for Extended Instruction Support,
243         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
244         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
245         port->fun_prefix anymore (may change later),
246         (genFunction, genEndFunction): do not store/restore local registers for
247         _main (this should take care the --main-return command line option in
248         the future),
249         (genOr): removed some legacy pic-port instructions,
250         * src/pic16/genarith.c (genAddLit): re-enabled old code because
251         performing operations with SFR's causes data to be written more than
252         once to each SFR. Perhaps SFRs should be handled in special cases...
253         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
254         pcode.h
255         * src/pic16/main.c (_process_pragma): stack bound checking did not take
256         into account for stack starting position,
257         (struct OPTIONS pic16_optionsTable): added command line argument
258         --extended or -y for Extended Instruction Support,
259         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
260         (deassignLRs): *** perhaps the most important change, old 'for' code
261         (commented out for reference), didn't account for some registers which
262         were left marked 'not free' after a pointer operation. The change
263         reduces register usage a lot in some cases
264
265 2006-03-04 Borut Razem <borut.razem AT siol.net>
266
267         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
268           _clean
269         * support/regression/tests/bug-524697.c: decreased array size for
270           mcs51 to fit into the internal RAM
271         * support/regression/Makefile.in: a little bit more verbose
272
273 2006-03-03 Borut Razem <borut.razem AT siol.net>
274
275         * support/regression/fwk/lib/testfwk.c,
276           support/regression/fwk/include/testfwk.h: introduced function
277           _prints(), nonrecursive _printn(), call _initEmu() from main()
278         * support/regression/ports/gbz80/support.asm,
279           support/regression/ports/ucz80/support.asm,
280           support/regression/ports/z80/support.asm,
281           support/regression/ports/ds390/support.c,
282           support/regression/ports/hc08/support.c,
283           support/regression/ports/host/support.c,
284           support/regression/ports/mcs51/support.c,
285           support/regression/ports/xa51/support.c: added empty _initEmu()
286           function
287         * support/regression/ports/pic16/gpsim.cmd,
288           support/regression/ports/pic16/spec.mk,
289           support/regression/ports/pic16/support.c,
290           support/regression/Makefile.in: added pic16 regression test
291
292 2006-03-01 Raphael Neider <rneider AT web.de>
293
294         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
295           genConstPointerGet): use safe way of generating MOVFF to cover
296             literals as well as registers, fixes bug #1440527
297         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
298             dereference
299           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
300             more correctly, fixes bug #1232186
301           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
302         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
303             gplink guess the correct processor in more cases, applied patch
304             from Till Riedel attached to and fixing bug #1436552
305
306 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
307
308         * support/regression/tests/array.c: added, contains check for #1434401
309         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
310
311 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
312
313         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
314         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
315         * device/include/mcs51/c8051f326.h,
316         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
317         * device/include/mcs51/c8051f000.h,
318         * device/include/mcs51/c8051f018.h,
319         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
320           PCON_IDLE,PCON_STOP and added sfr16 definitions
321
322 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
323
324         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
325           genGetWord): fixed bug 1409955
326
327 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
328
329         * device/include/hc08/mc68hc908gp32.h,
330         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
331
332 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
333
334         * src/SDCCast.c (constExprValue): return NULL if not a value
335         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
336         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
337         * support/regression/tests/bitfields.c: enabled signed bitfield for all
338
339 2006-02-13 Borut Razem <borut.razem AT siol.net>
340
341         * src/regression/ptrarg.c: added, fails due to bug #1430967
342         * src/regression/Makefile: ptrarg.c added, ...
343
344 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
345
346         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
347         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
348
349 2006-02-11 Borut Razem <borut.razem AT siol.net>
350
351         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
352           print "Processor: xxx" message to stdout only if --verbose
353
354 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
355
356         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
357         * support/regression/tests/bug1426356.c: added
358         * support/regression/tests/bitfields.c: removed 2 tests
359
360 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
361
362         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
363         * device/include/mcs51/c8051f330.h,
364         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
365           PCON_IDLE,PCON_STOP and added sfr16 definitions
366         * device/lib/_divsint.c,
367         * device/lib/_divuint.c,
368         * device/lib/_divulong.c,
369         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
370           register bank bug for small stackauto
371
372 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
373
374         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
375
376 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
377
378         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
379         * all.dsp: corrected several bin paths
380         * device/include/mcs51/c8051f120.h,
381         * device/include/mcs51/c8051f300.h,
382         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
383           to PCON_IDLE,PCON_STOP
384         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
385         * device/lib/printf_large.c (output_float): fixed bug 1388703
386         * support/regression/tests/bug1057979.c: added test for bug 1388703
387
388 2006-02-08 Raphael Neider <rneider AT web.de>
389
390         * src/pic/pcode.c (pciTRIS): fixed typo,
391           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
392           (LinkFlow): fixed handling of flows that end in a call,
393           (ReuseReg): perform safety check earlier
394         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
395             to work with flows at the beginning of a pBlock,
396             fixes #1426557 (Symbol not previously defined),
397           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
398             usage information
399           (RemoveUnusedRegisters): update register usage info
400         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
401             created, reuse existing ones instead
402         * src/pic/gen.c (genPcall): fixed #1424719
403
404 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
405
406         * link/z80/lkmain.c,
407         * link/z80/lklex.c,
408         * link/z80/lkdata.c,
409         * link/z80/aslink.h: fixed build on current cygwin:
410         replaced getline() by lk_getline()
411
412 2006-02-01 Borut Razem <borut.razem AT siol.net>
413
414         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
415           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
416           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
417           src/regression/bool1.c, src/regression/bool2.c,
418           src/regression/bool3.c, src/regression/call1.c,
419           src/regression/compare.c, src/regression/compare10.c,
420           src/regression/compare2.c, src/regression/compare3.c,
421           src/regression/compare4.c, src/regression/compare5.c,
422           src/regression/compare6.c, src/regression/compare7.c,
423           src/regression/compare8.c, src/regression/compare9.c,
424           src/regression/configword.c, src/regression/for.c,
425           src/regression/inline.c, src/regression/mult1.c,
426           src/regression/nestfor.c, src/regression/or1.c,
427           src/regression/pointer1.c, src/regression/ptrfunc.c,
428           src/regression/rotate1.c, src/regression/rotate2.c,
429           src/regression/rotate3.c, src/regression/rotate4.c,
430           src/regression/rotate5.c, src/regression/rotate6.c,
431           src/regression/rotate7.c, src/regression/string1.c,
432           src/regression/struct1.c, src/regression/sub.c,
433           src/regression/sub2.c, src/regression/switch1.c,
434           src/regression/while.c, src/regression/xor.c,
435           src/regression/create_stc, src/regression/simulate,
436           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
437           regression tests
438         * src/regression/gpsim_assert.h: added
439
440 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
441
442         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
443         ((void (code *) (void)) 0) ();
444         * as/hc08/aslex.c,
445         * as/hc08/aslink.h,
446         * as/hc08/asm.h,
447         * as/hc08/asmain.c,
448         * as/hc08/lkdata.c,
449         * as/hc08/lklex.c,
450         * as/hc08/lkmain.c,
451         * as/mcs51/aslex.c,
452         * as/mcs51/aslink.h,
453         * as/mcs51/asm.h,
454         * as/mcs51/asmain.c,
455         * as/mcs51/lkdata.c,
456         * as/mcs51/lklex.c,
457         * as/mcs51/lkmain.c,
458         * as/z80/aslex.c,
459         * as/z80/asm.h,
460         * as/z80/asmain.c: fixed build on current cygwin:
461         replaced getline() by as_getline()
462
463 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
464
465         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
466         declarator in the symbol chain
467         * src/SDCCsymt.h,
468         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
469         parameter list for function pointers
470         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
471         * support/regression/tests/bug-716242.c: added
472
473 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
474
475         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
476         offset if possible
477         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
478
479 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
480
481         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
482         inifinitely recurseable, added static
483         * support/regression/tests/bug-1408066.c: added
484
485 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
486
487         * src/SDCCicode.h,
488         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
489         renamed, added possibility to create "postLoopLbl"-labels
490         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
491         newiTempLoopHeaderLabel
492         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
493         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
494         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
495         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
496         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
497         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
498         (basicInduction): fixed bug #136564, made static,
499         (loopInduction): changed parameter of basicInduction, made static,
500         (addPostLoopBlock): added
501         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
502         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
503         findLoopEndSeq
504         * support/regression/tests/bug-136564.c: added
505         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
506         --std-sdcc99 to LIBSDCCFLAGS
507
508 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
509
510         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
511         while loop
512         * support/regression/tests/bug-1406131.c: added
513
514 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
515
516         * src/SDCCast.c (decorateType): fix promotion of unary minus
517         * src/SDCCsymt.c (computeType): beautified
518         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
519         (valUnaryPM, valComplement): fix sign and promotion,
520         (valNot): ANSI: result type is int (SDCC: unsigned char)
521         * support/regression/tests/uminus.c: speedup by removing superflous
522         test case 'int'
523         * support/regression/tests/onebyte.c: added promotion and signedness
524         tests for unary minus
525         * support/regressions/tests/bug-477927.c: disable warning about
526         uninitialized variables
527         * support/regression/tests/not.c: added
528
529 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
530
531         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
532         * src/mcs51/gen.c (gen51Code): show final register usage after
533         fillGaps in asm with --i-code-in-asm
534         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
535         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
536         incUsed, rliveClear, adjustIChain): made static,
537         (setFromRange): excluded because it's unused,
538         (findPrevUseSym, markWholeLoop): added,
539         (findPrevUse): rewritten; fixes bug 895992; now a complete search
540         through all branches of predecessors enables sdcc to emit the warning
541         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
542         (rlivePoint): made static, added parameter emitWarnings which is only
543         true during the first run out of two,
544         (findRecursiveSucc, findRecursivePred): removed,
545         (computeLiveRanges): made static, added parameter emitWarnings,
546         (dumpIcRlive): added for debugging only
547         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
548         removed prototype of setFromRange()
549         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
550         in call of computeLiveRanges()
551         * support/regression/tests/bug-895992.c: added
552         * support/regression/tests/bug-971834.c: added
553         * support/valdiag/tests/bug-895992.c: added
554         * support/valdiag/tests/bug-971834.c: added
555
556 2005-12-18 Raphael Neider <rneider AT web.de>
557
558         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
559           (genUnpackBits): improved code for direct operands,
560           (genPackBits): improved code for literal assignment to bitfields
561             and for direct destination operands (no FSR indirection),
562             prevented redundant AND, fixes #1362800,
563           (AccLsh): added parameter to disable masking of the result
564         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
565           skip instructions with side-effects (like incfsz),
566           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
567         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
568         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
569           fixes #1375263
570
571 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
572
573         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
574         volatile variables as spill location
575
576 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
577
578         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
579         replacing literals
580         * support/regression/tests/bug-1376320.c: added
581
582 2005-12-08 Raphael Neider <rneider AT web.de>
583
584         * src/pic/device.c: renamed is_shared to pic14_is_shared
585         * src/pic/gen.c (genIfx): re-enabled handling of sbits
586         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
587           (is_valid_identifier): added for above workaround
588
589 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
590
591         * device/lib/Makefile.in: fixed to enable port-specific-objects
592         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
593           char, thanks Hubert Sack
594         * doc/sdccman.lyx: documented --xstack-loc,
595           elaborated a bit more on interrupts and pitfalls,
596           removed "setjmp/longjmp unsupported",
597           documented some unsupported C99 features
598         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
599         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
600           if, thanks Hubert Sack
601         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
602         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
603           make make_library
604         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
605           regression tests can report resource usage (rfe 700441)
606         * support/regression/collate-results.py: report resource usage
607         * support/regression/ports/ds390/spec.mk,
608         * support/regression/ports/hc08/spec.mk,
609         * support/regression/ports/mcs51/spec.mk,
610         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
611         * support/regression/ports/ds390/uCsim.cmd,
612         * support/regression/ports/hc08/uCsim.cmd,
613         * support/regression/ports/mcs51/uCsim.cmd,
614         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
615         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
616           library, use the default one
617         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
618           building the library
619
620 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
621
622         * config.dsp: added dependency on .version and configure_vc.awk
623         * device/include/setjmp.h: updated for --stack-auto and --xstack
624         * device/include/mcs51/at89c51snd1c.h: corrected line endings
625         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
626         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
627         * device/lib/libsdcc.lib: added _setjmp
628         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
629           (decorateType): fixed bug 1372851,
630           (optimizeGetHbit): fixed warning
631         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
632           array initialisation
633         * support/regression/tests/bug1057979.c: added test for bug 1358192
634         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
635
636 2005-12-03 Borut Razem <borut.razem AT siol.net>
637
638         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
639           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
640
641 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
642
643         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
644         createIval): implement symbol independant "flexible array member",
645         (createIvalCharPtr): implemented flexible array initialisation with a
646         string
647         * src/SDCCsymt.c (copyStruct): removed,
648         (getSize): fixed misleading comment,
649         (getAllocSize): removed, the additional allocation size is now in
650         sym->flexArrayLength,
651         (checkStructFlexArray): new, syntax checks for flexible array members,
652         (compStructSize): added syntax checks for "flexible array members"
653         (copyStruct): removed,
654         (copyLinkChain): removed inefficient fix for bug 770487
655         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
656         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
657         symbol->flexArrayLength
658         * src/SDCCerr.c,
659         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
660         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
661         * support/regression/tests/structflexarray.c: added
662         * support/valdiag/tests/structflexiblearray.c: added
663
664 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
665
666         * src/SDCCast.c (decorateType): fixed bug 1368489
667         * support/Util/SDCCerr.c,
668         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
669
670 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
671
672         * device/include/mcs51/at89c51snd1c.h: added file submitted by
673           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
674
675 2005-11-27 Borut Razem <borut.razem AT siol.net>
676
677         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
678           support/cpp2/mkdeps.h: added command line option
679           -obj-ext=<extension> to SDCPP to define object file externion, used
680           for generation of make dependencies (-M)
681         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
682
683 2005-11-26 Borut Razem <borut.razem AT siol.net>
684
685         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
686           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
687           added pic and pic16 libraries
688
689 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
690
691         * device/include/float.h: Corrected typo in prototype of __fsgt
692
693 2005-11-25 Borut Razem <borut.razem AT siol.net>
694
695         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
696           added creation of model-mcs51-stack-auto libraries
697
698 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
699
700         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
701         and fields-list too
702         * src/SDCCast.c (createIvalArray): removed obsolete comment
703
704 2005-11-24 Borut Razem <borut.razem AT siol.net>
705
706         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
707           added missing device/lib/mcs51/crt*.asm sources
708
709 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
710
711         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
712
713 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
714
715         * device/lib/_fs2schar.c,
716         * device/lib/_fs2sint.c,
717         * device/lib/_fs2slong.c: optimized inline asm
718
719 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
720
721         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
722           Better handling of floats between -1.0 and 0.0.
723
724 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
725
726         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
727           (the missing "if"s prohibited removal of redundant labels)
728
729 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
730
731         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
732           Properly convert floats between -1.0 and 0.0 to long, int, and char
733           types (max integer value of negative floats tends to zero).
734         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
735           Removed changes made so to work properly with floats between
736           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
737           and _fs2char.c
738
739 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
740
741         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
742         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
743         (genCast) cosmetic change
744         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
745         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
746         from mcs51
747         * support/regression/tests/bitfields (testSignedBitfields): added
748
749 2005-11-18 Borut Razem <borut.razem AT siol.net>
750
751         * sdcc/device/lib/Makefile.in: remove all unnecessary files
752         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
753           introduced SILENT option to make building of pic16 libraries less
754
755 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
756
757         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
758           Now they work properly with floats between -1.0 and 0.0
759         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
760
761 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
762
763         * src/SDCCicode.c (printOperand): added missing else
764
765 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
766
767         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
768         reformatted for better readability
769         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
770         signed bitfields
771
772 2005-11-17 Borut Razem <borut.razem AT siol.net>
773
774         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
775           introduced SILENT option to make building of pic16 libraries less
776           verbose - used for nightly snapshot build
777         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
778           available on Win32 platforms.
779         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
780           medium, large, pic and pic16
781
782 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
783
784         * device/lib/printf_large.c: Temporary patch for bug 1358192:
785           printf("%f"...) sets fraction to zero.
786
787 2005-11-16 Raphael Neider <rneider AT web.de>
788
789         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
790           fixes #1357221
791         * src/pic/gen.c (genIfx): implemented for CARRY bit
792         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
793           to generic pointers, fixes #1357332,
794           (pic16_movLit2f): NEW,
795           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
796
797 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
798
799         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
800
801 2005-11-11 Raphael Neider <rneider AT web.de>
802
803         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
804         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
805           compute pointer's type from operand,
806           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
807           improved single bit reads, fixes bug #1353379
808
809 2005-11-09 Borut Razem <borut.razem AT siol.net>
810
811         * support/scripts/sdcc.nsi: added lib/pic to the package
812
813 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
814
815         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
816
817 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
818
819         * support/regression/tests/bug1348008.c: added
820         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
821         * support/regression/tests/bug1337835.c: updated comment
822
823 2005-11-06 Borut Razem <borut.razem AT siol.net>
824
825         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
826           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
827           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
828           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
829           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
830           dynamic construction of cl_error_class and derivates - 2.nd try
831
832 2005-11-05 Borut Razem <borut.razem AT siol.net>
833
834         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
835           bug, which caused Bus Errors on sparc solaris
836
837 2005-11-04 Borut Razem <borut.razem AT siol.net>
838
839         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
840           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
841           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
842           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
843           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
844           and derivates to resolve the initialization problem on OSX
845
846 2005-11-02 Borut Razem <borut.razem AT siol.net>
847
848         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
849           corrected typo - #include <winsock2.h>
850
851 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
852
853         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
854           (_asxxxx_mapping): added org directive for future enhancements
855
856 2005-11-01 Borut Razem <borut.razem AT siol.net>
857
858         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
859           enabled sockets on WIN32
860         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
861
862 2005-10-31 Borut Razem <borut.razem AT siol.net>
863
864         * support/regression/generate-cases.py: escape backslashes in {testcase}:
865           WIN32 backslash path delimiters should be escaped when used in C strings
866         * support/regression/tests/bitfields.c: exclude failing assertions for
867           __CYGWIN32__ and __MINGW32__ hosts
868
869 2005-10-30 Borut Razem <borut.razem AT siol.net>
870
871         * src/SDCCutil.c: corrected double comparison typo
872
873 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
874
875         * device/lib/medium/Makefile: added for new memory model medium
876         * device/include/asm/mcs51/features.h: updated for medium/pdata
877         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
878           added Multiply & Accumulate sbit's and MAC0_PAGE define
879         * device/include/mcs51/c8051f300.h: added sfr16 definitions
880         * device/include/mcs51/c8051f310.h: added sfr16 definitions
881         * device/lib/_mullong.c: update for medium model
882         * device/lib/incl.mk: added medium model
883         * doc/sdccman.lyx: documented medium model
884         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
885         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
886         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
887         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
888           (allocParms): set SCLS and OCLS to pdata for medium model
889         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
890           for pdata,
891           (powof2): return <0 if not power of 2
892         * src/avr/gen.c (genBitWise): use updated powof2
893         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
894           (shiftR2Left2Result): small optimization in setup, save acc when storing,
895           (shiftLLeftOrResult): use B if necessary
896         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
897         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
898         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
899         * support/regression/Makefile.in: added test-mcs51-medium
900         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
901
902 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
903
904         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
905         specifier unsigned
906         * device/lib/time.c (mktime): fixed bug 1334315
907
908 2005-10-28 Raphael Neider <rneider AT web.de>
909
910         * device/include/pic/p16f_common.inc: added common declarations
911         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
912
913 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
914
915         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
916           (aopPutUsesAcc): added to predict accumulator use,
917           (assignResultValue): save acc if necessary,
918           (genMinusDec): store result if indirectly addressed,
919           (genDivOneByte):  save acc if necessary,
920           (movLeft2Result): bugfix if left already in acc,
921           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
922             attention to accumulator use (esp. pdata),
923           (genReceive): receive pdata correctly
924         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
925         * src/SDCCicode.h: added isOperandInPagedSpace prototype
926
927 2005-10-27 Raphael Neider <rneider AT web.de>
928
929         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
930
931 2005-10-27 Raphael Neider <rneider AT web.de>
932
933         * .version: changed version to 2.5.4
934         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
935         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
936           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
937             arithmetics support routines
938         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
939         * device/lib/Makefile.in: also create installdir for pic
940
941         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
942           pic14 port as well
943         * src/pic/device.c (dump_sfr): rewritten to delegate register
944           placement to the linker (use `extern sym' rather than sym EQU addr),
945           (validAddress): fixed to check last specified address
946         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
947           (popGetLit): truncate literal value to 8 bit,
948           (popGet): moved assert to more appropriate place
949           (popGetExternal): create pCode operand from and mark the according
950             symbol as being `extern'
951           (popGetAddr): added sanity check on immediate's offset, provide
952             GPOINTER tag on demand
953           (aopPut): fixed for immediates,
954           (mov2w_op): move operand's address or contents to WREG (depending on
955             operand type), safer variant of mov2w,
956           (movwf,call_libraryfunc): NEW, handy abbreviations,
957           (get_argument_pcop,get_return_val_pcop,pass_argument,
958           get_returnvalue): interface for accessing function parameters and
959             return values,
960           (assignResultValuei,genRet): use new parameter/return value interface
961           (pic14_getDataSize): back to old version handling generic pointers,
962           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
963             provided implementation and/or fixed old one,
964           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
965             calls, removed legacy 8051 reference code
966           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
967           (loadSignToC): NEW, move the operands sign bit to CARRY,
968           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
969             genRightShiftSigned, accepts negative shift counts,
970           (setup_fsr): load FSR and adjust IRP (indirect memory access),
971           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
972             generic pointers, __data pointers and __code pointers,
973           (genUnpackBits,genPackBits): rewritten to work with generic pointers
974             and signed bitfields, limit bitfields to 8 bit,
975           (genDataPointerGet): fixed number of bytes read,
976           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
977           (genPointerGet,genPointerSet): fixed handling of __code pointers,
978             pointers to constant data are no longer assumed to point to __code
979             space, removed invalid pointer types,
980           (bitpatternFromVal): retrieve the PICs representation of an integer
981             or float literal,
982           (genDataPointerSet): fixed assigning to po_immediate operands,
983           (genGenPointerSet): implemented as library call,
984           (genIfx): fixed incorrect condition,
985           (genAddrOf): limit generic pointers' addresses to 2 bytes,
986             provide GPOINTER tag according to destination's storage class,
987           (genCast): added code to handle casting to generic pointers, added
988             sign-/zero extension of the result
989           (aop_isLitLike,op_isLitLike): fixed handling of immediates
990         * src/pic/gen.h: added macros to access IRP bit in STATUS register
991         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
992           extend the result
993         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
994           address/register resides in the shared banks
995           (emitSymbolToFile): improved to handle global and `pinned' symbols,
996             put all variables into separate sections (have the linker arrange
997             them)
998           (picglue): put init code and interrupt handlers in separate sections
999         * src/pic/main.c: added port specific options table, modified to PORT
1000           structure to make GPOINTERs 3 byte, added pic14_options
1001           (_pic14_do_link): private linking routine (update paths to libraries,
1002             add libsdcc.lib by default)
1003         * src/pic/main.h: declare pic14_options
1004         * src/pic/pcode.c: fixed instructions i/o relations,
1005           (RegCond): reverted to correct version,
1006           (newpCodeOpLit): truncate literals to 8 bit,
1007           (genericPrint): added debug output,
1008           (getRegFromInstruction): fixed for various operand types, simplified
1009           (BuildFlow): fixed broken handling of isntructions with labels
1010           (LinkFlow): start at last instruction in flow (skip trailing comments),
1011             pass the flow on to the next instruction after CALL
1012           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1013           (insertPCodeInstruction): fixed inserting after a skip instruction,
1014           (DoBankSelect): fixed for labeled instructions
1015           (OptimizepBlock): honor --nopeep switch
1016           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1017         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1018         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1019           (pCodeOptime2pCodes): allow disabling this optimization via
1020             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1021             but is still buggy), started implementation of a dataflow based
1022             pCode optimization (CSE + dead code elimination)
1023           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1024         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1025           names are independant of the stack location and therefore portable across
1026           devices
1027
1028 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1029
1030         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1031           (selectSpil): fixed bug 1337835 by not spilling bit variables
1032         * support/regression/tests/bug1337835.c: added test for this bug
1033         * src/mcs51/peeph.def: restart after rule 3.c,
1034           addded rules 263.x to optimize loading constants
1035
1036 2005-10-26 Raphael Neider <rneider AT web.de>
1037
1038         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1039         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1040           (genAssign): emit warning when casting literals to generic pointer
1041             type, also applies when taking the address of a fixed variable,
1042           (genCast): improved casting to generic pointers
1043         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1044           extern variables, added verbose error message
1045         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1046
1047 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1048
1049         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1050         carry must be complemented too
1051         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1052         could be emitted by genMinus
1053         * src/SDCCval.c (constVal): fixed bug 1305065
1054
1055 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1056
1057         * src/SDCCast.c (addCast): added promotion for bit variables
1058         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1059         promotion casts + optimisation
1060         (optimizeGetWord): fix warning 'i' might be used uninitialized
1061         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1062         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1063
1064 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1065
1066         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1067         all chars are promoted to int; promotion should be handled in SDCCast.c
1068
1069 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1070
1071         * device/lib/_strcmp.c: Fixed bug 1326457
1072
1073 2005-10-11 Raphael Neider <rneider AT web.de>
1074
1075         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1076         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1077
1078 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1079
1080         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1081         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1082
1083 2005-10-04 Raphael Neider <rneider AT web.de>
1084
1085         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1086           device/lib/pic16/pics.all: added pic18f1320
1087         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1088
1089 2005-09-30 Raphael Neider <rneider AT web.de>
1090
1091         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1092         * src/pic16/devices.inc: NEW, provides device descriptions
1093         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1094
1095 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1096
1097         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1098           GETHBIT
1099
1100 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1101
1102         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1103           documented Any Order Bit, Higher Order Byte and Higher Order Word
1104         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1105         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1106           (optimizeGetAbit): new, to get any bit, not only the high bit,
1107           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1108           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1109           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1110           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1111             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1112             GETABIT, GETBYTE, GETWORD: decorate them,
1113           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1114           (ast_print): added GETABIT, GETBYTE, GETWORD
1115         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1116         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1117           (geniCodeBinary): new generic binary icode,
1118           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1119         * src/port.h: updated comment for PORT.hasExtBitOp
1120         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1121           (genGetByte): new, to get a single byte,
1122           (genGetWord): new, to get a word from a long,
1123           (gen51Code): added GETABIT, GETBYTE, GETWORD
1124         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1125
1126 2005-09-23 Raphael Neider <rneider AT web.de>
1127
1128         * configure.in, configure: have device/lib/pic configured
1129         * device/lib/Makefile.in: added model-pic14
1130         * device/lib/clean.mk: added pic/ to clean rule
1131         * device/lib/pic: added rudimentary pic14 library providing support
1132           functions for multiplication/division/generic pointer access
1133         * src/SDCCopt.c (convilong): mark support functions as extern
1134           for pic14 port as well
1135         * src/pic/gen.c (genMult): added assertions,
1136           (genpic14Code): emit warning on unhandled iCodes
1137         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1138         * src/pic/pcode.c (pCodeOpCopy),
1139         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1140           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1141           SFR_REGISTER}), made safe for future extensions
1142         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1143           instructions even if preceeded by SKIP instructions (also remove
1144           them); removed unused code
1145         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1146           prevents leaving parts of the structure uninitialized after copying
1147
1148 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1149
1150         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1151           ago by me
1152         * support/regression/tests/addsub.c: added test for the bug
1153
1154 2005-09-21 Raphael Neider <rneider AT web.de>
1155
1156         * device/include/pic16/pic18f1220.h,
1157           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1158         * device/lib/pic16/Makefile.rules: added missing opening paren
1159         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1160           are provided in genutils.c,
1161           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1162           operand/result sizes,
1163           (genCmp): assert on NULL pointers first, then check deref'ed values
1164         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1165           result size
1166
1167 2005-09-18 Raphael Neider <rneider AT web.de>
1168
1169         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1170           as these are now unused,
1171           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1172         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1173           local, avoids uninitialized pointer dereference on r->name
1174         * src/pic16/ralloc.c (newReg): fixed indentation
1175
1176 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1177
1178         * src/SDCCval.c (constVal): fixed bug 730366
1179         * support/Util/SDCCerr.c,
1180         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1181
1182 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1183
1184         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1185
1186 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1187
1188         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1189
1190 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1191
1192         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1193           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1194         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1195           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1196         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1197         * packihx/packihx.c (hexDigit): made c unsigned char
1198         * as/mcs51/lklibr.c (fndsym),
1199         * link/z80/lkgb.c (gb),
1200         * link/z80/lklibr.c (fndsym),
1201         * link/z80/lkrloc.c (relr),
1202         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1203         * src/SDCC.lex (checkCurrFile, process_pragma),
1204         * src/SDCCglue.c (spacesToUnderscores),
1205         * src/SDCCmain.c (setParseWithComma, processFile),
1206         * src/asm.c (tvsprintf, printCLine),
1207         * src/avr/gen.c (emitcode, aopPut),
1208         * src/ds390/gen.c (emitcode),
1209         * src/hc08/gen.c (emitcode, emitinline),
1210         * src/mcs51/gen.c (emitcode, genInline),
1211         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1212           tokenizeLineNode),
1213         * src/pic/ralloc.c (debugLog),
1214         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1215           tokenizeLineNode),
1216         * src/pic16/ralloc.c (debugLog),
1217         * src/z80/main.c (_process_pragma):
1218            made all ctype.h function calls safe
1219         * src/SDCCopt.c: include math.h for fabs
1220         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1221           and used them throughout the code to make ctype.h function calls safe
1222         * src/ds390/main.c (asmLineNodeFromLineNode),
1223         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1224         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1225            unsigned char*
1226         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1227           (newpCodeAsmDir): made ctype.h function calls safe
1228         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1229           pic16_emitcode):  made lbp unsigned char*
1230         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1231           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1232         * src/xa51/gen.c (emitcode),
1233         * src/z80/gen.c (_emit2): made lbp unsigned char*
1234         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1235            char*
1236
1237 2005-09-05 Raphael Neider <rneider AT web.de>
1238
1239         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1240           access bank splitpoint
1241
1242 2005-09-05 Raphael Neider <rneider AT web.de>
1243
1244         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1245
1246 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1247
1248         * .version: changed to version 2.5.3
1249         * doc/sdccman.lyx: changed version to 2.5.3,
1250           documented --codeseg and --constseg and pragma codeseg and constseg,
1251           documented bit parameters (reentrant) and bit returning
1252         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1253            currFunc->recvSize, but is this ok for all ports?
1254           (ast2iCode): result of ~ on unsigned char must be cast to int for
1255            bool to work
1256         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1257           function pointers in bit space
1258         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1259           (processFuncArgs): call port.reg_parm() with reentrancy info
1260         * src/port.h,
1261         * src/avr/main.c,
1262         * src/ds390/main.c,
1263         * src/hc08/main.c,
1264         * src/pic/main.c,
1265         * src/pic16/main.c,
1266         * src/xa51/main.c,
1267         * src/z80/main.c: port.reg_parm prototype extended with
1268           "bool reentrant" parameter
1269         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1270           options.stackAuto for allocating bit register parameters
1271         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1272           (genSend): set BitBankUsed if it is,
1273           (selectRegBank): factored out of genCall for use in genPcall,
1274           (genCall): removed redundant dtype assignmen, use selectRegBank,
1275           (genPcall): handle returning in Carry properly, save in F0 if needed,
1276           (genReceive): handle bit register parameters
1277         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1278           (mcs51_assignRegisters): enable bit registers for all reentrant
1279            functions and don't set BitBankUsed unconditionally
1280         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1281         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1282         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1283
1284 2005-08-27 Borut Razem <borut.razem AT siol.net>
1285
1286         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1287         ppc-osx (Darwin) does not support -u option. It seems that it is
1288         supported only on Linux - GNU cp
1289
1290 2005-08-25 Borut Razem <borut.razem AT siol.net>
1291
1292         * sim/ucsim/gui.src/serio.src/Makefile.in,
1293           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1294           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1295           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1296           install and strip, since the strip at /usr/ccs/bin should be used
1297           on solaris
1298
1299 2005-08-24 Borut Razem <borut.razem AT siol.net>
1300
1301         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1302
1303 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1304
1305         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1306         ffffffffu
1307
1308 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1309
1310         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1311         * as/mcs51/lkmain.c (link_main): fixed warning
1312         * device/include/stdbool.h: ds390 has no advanced bit support yet
1313         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1314         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1315         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1316           and updated their macros
1317         * src/SDCCval.c (constVal): updated comment for renamed b_long
1318
1319 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1320
1321         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1322         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1323           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1324           (oprio): set priority for '['
1325         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1326            and adb_24_bit
1327         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1328         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1329         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1330         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1331           added overlayable BIT_BANK area
1332         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1333           (summary2): explain 'T' in legenda
1334         * as/mcs51/lkrloc.c: replaced old K&R style,
1335           (relr): added R_BIT processing,
1336           (errmsg): added "Bit-addressable relocation error",
1337           (adb_bit): added for converting from byte- to bit-addressable space,
1338           (adb_24_bit): added for converting from byte- to bit-addressable space
1339         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1340            used in reentrant functions now even as return value
1341         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1342         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1343           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1344         * src/SDCCglobl.h: added indicator BitBankUsed
1345         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1346            the bit registers b0-b7
1347         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1348           (geniCodeCast): fixed bug 1263853,
1349           (geniCodeLogicAndOr): put result in bool or char,
1350           (geniCodeReceive): added parameter func for accessing the return type,
1351           (geniCodeFunctionBody): pass func to geniCodeReceive
1352         * src/SDCCmain.c: added indicator BitBankUsed
1353         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1354         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1355           (checkSClass): don't put automatic bool/bit on stack,
1356           (checkFunction): removed check on function cannot return bit
1357         * src/SDCCsymt.h: added newBoolLink prototype
1358         * src/mcs51/gen.c (rb1regs): added bit registers,
1359           (movc): created for assigning to carry,
1360           (pushReg, popReg): created for pushing registers,
1361           (sameRegs): check both AOP_REG and AOP_CRY types,
1362           (aopOp): handle bit registers,
1363           (aopPut): optimization no self-assign,
1364           (saveRegisters): push reg->base (bits) only once for bit registers,
1365            and use pushReg,
1366           (unsaveRegisters): pop reg->base only once and use popReg,
1367           (assignResultValue): added parameter func and return in carry for bits,
1368           (genIpush): optimization no reload in A if not changed,
1369           (genSend): bit parameters in reentrant functions are passed in bit
1370            registers by first assigning to bits in B, then save registers and
1371            copy B to bits,
1372           (genCall): handle returning in Carry properly, save it in F0 if needed,
1373           (genPcall): updated assignResultValue call, this is not safe yet for bit
1374            returning function !!!
1375           (genFunction): don't generate equ's for bit registers and use pushReg,
1376           (genEndFunction): take care of bit returning functions and use popReg,
1377           (genRet): return bit in Carry,
1378           (genIfx): optimize bit registers and other directly addressable bits,
1379           (genReceive): updated assignResultValue call
1380         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1381           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1382            registers when using stack-auto
1383         * src/mcs51/ralloc.c (_G): added allBitregs,
1384           (regs8051): added the bit registers,
1385           (createStackSpil): use macro IS_BIT,
1386           (getRegBit): added to allocate a bit register, else spill,
1387           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1388           (updateRegUsage): factored out to ease stepping while debugging,
1389           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1390            also allocate bit registers,
1391           (fillGaps): handle bit registers,
1392           (findAllBitregs): added to create bit vector with all bit registers,
1393           (mcs51_allBitregs): returns this bit vector,
1394           (mcs51_assignRegisters): when using stack-auto use bit registers for
1395            passing parameters and creating local variables
1396         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1397
1398 2005-08-22 Borut Razem <borut.razem AT siol.net>
1399
1400         * device/lib/Makefile.in: replaced find option -or with -o
1401           to make it run on solaris
1402
1403 2005-08-22 Raphael Neider <rneider AT web.de>
1404
1405         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1406           fixes #1265442 (crash on Solaris)
1407
1408 2005-08-20 Borut Razem <borut.razem AT siol.net>
1409
1410         * configure, configure.in: added tests for libsocket and libnsl libraries,
1411           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1412           from support/regression/Makefile.in
1413         * support/regression/Makefile.in: added
1414         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1415         * sim/ucsim/libtool: regenerated on sparc-solaris
1416         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1417           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1418           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1419           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1420           sparc-solaris, which doesn't use GNU ld linker
1421         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1422         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1423
1424 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1425
1426         * src/mcs51/peeph.def: updated comments
1427
1428 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1429
1430         * device/lib/_gptrget.c,
1431         * device/lib/_gptrput.c: slightly shorter
1432         * doc/sdccman.lyx: incremented version
1433         * src/mcs51/peeph.def: moved peephole comments to the line of first
1434           change to better keep line correlation, reanimated 186.e
1435         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1436
1437 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1438
1439         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1440           David Saxton with quotes around file name.
1441
1442 2005-08-15 Borut Razem <borut.razem AT siol.net>
1443
1444         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1445           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1446           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1447           make tests run on x86_64 platform
1448
1449 2005-08-13 Raphael Neider <rneider AT web.de>
1450
1451         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1452           as it might be executed DURING a build (parallel make is wonderful)
1453
1454 2005-08-13 Raphael Neider <rneider AT web.de>
1455
1456         * device/lib/Makefile.in (port-specific-objects-pic16):
1457           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1458         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1459           dependency
1460         * device/lib/pic16/Makefile.rules: build subdirs before creating
1461           the library, removed builddir rule, create $(builddir) early in
1462           recurse rule, use empty recurse rule for leaf directories
1463         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1464           mkdir errors (race condition), removed duplicate suffix "hex"
1465           from clean rules
1466         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1467         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1468           prevents mkdir -p from aborting on Alpha
1469
1470 2005-08-12 Raphael Neider <rneider AT web.de>
1471
1472         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1473           db-statements in order to allow for arrays of pointers in code
1474           sections to be placed without interspersed 0-padding, fixes
1475           bug #1256215
1476         * (emitStatistics): fixed division by zero for pic18f1220
1477         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1478           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1479         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1480         * (pic16_pCodeConstString): keep track of already emitted string
1481           literals to prevent "duplicate definitions of symbol _str_NR"
1482         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1483           debug message
1484         * device/lib/Makefile.in: ignore failing PIC16 library builds
1485         * device/lib/pic16/Makefile: do not build if gputils are missing
1486         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1487
1488 2005-08-10 Raphael Neider <rneider AT web.de>
1489
1490         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1491           my last commit)
1492
1493 2005-08-10 Raphael Neider <rneider AT web.de>
1494
1495         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1496           Rokas' patch to add the new fixed point type "__fixed16x16"
1497         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1498           functions for __fixed16x16 arithmetics
1499         * device/lib/pic16: reimplemented the build system to support
1500           a separate build directory, better handling of libio (create
1501           the library in a separate subdir for each architecture) and
1502           easier configuration (centralized in Makefile.common)
1503
1504 2005-08-07 Raphael Neider <rneider AT web.de>
1505
1506         * src/pic16/gen.c (genrshTwo): fixed sign extension
1507         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1508         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1509           added T0CONbits
1510         * device/include/pic16/pic18f4220.h: NEW, header for
1511           pic18f4220 and pic18f4320
1512         * device/include/pic16/pic18fregs.h: added new devices,
1513           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1514         * device/include/pic16/signal.h: resolved name clashes
1515           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1516           to also allow testing for interrupt enable bits, added
1517           comments on how to use the macros
1518         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1519         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1520           register definitions for the devices
1521         * device/lib/pic16/pics.all: added new devices
1522         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1523           allocated memory
1524         * device/lib/pic16/libc/stdlib/memfree: do not count
1525           the block header as free memory
1526         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1527           simplified and added missing end-of-blocklist-marker
1528           (reported by Peter Onion, fixes #1252814)
1529         * (_mergeHeapBlock): fixed loop condition
1530         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1531           len==0, restructured code
1532         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1533           up a bit, reduced bitfield accesses, prevent endless loops
1534           in case of heap corruption
1535         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1536           "unreferenced arguments/must return a value" warnings
1537         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1538           replaced BAUDREG with SPBRG
1539         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1540           device/lib/pic16/debug/gstack/gstack.c: replaced
1541           _naked, _asm, _endasm with __naked, __asm, __endasm
1542
1543 2005-08-05 Raphael Neider <rneider AT web.de>
1544
1545         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1546           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1547
1548 2005-08-05 Borut Razem <borut.razem AT siol.net>
1549
1550         * device/lib/Makefile.in: added missing ';'
1551         * configure: removed ^M characters
1552
1553 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1554
1555         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1556           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1557           License
1558
1559 2005-08-04 Borut Razem <borut.razem AT siol.net>
1560
1561         * configure.in: pic16 libraries build 2nd try - enable running
1562           configure in device/lib/pic16
1563         * configure: regenerated from configure.in
1564         * device/lib/Makefile.in: create $(PORT)/bin directory
1565
1566 2005-08-03 Raphael Neider <rneider AT web.de>
1567
1568         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1569           to get/set values via pointers
1570         * (genUnpackBits,genPackBits): changed detection of
1571           ptr->bitfield vs. sym.bitfield, fixed access via generic
1572           pointers, removed dead (wrong) code for multibyte bitfields
1573         * (genNearPointerGet, genGenPointerGet): removed useless code,
1574           fixed bitfield detection, fixes #1250594
1575         * (genNearPointerSet): removed useless code
1576         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1577           and introduced macro pic16_emitpcode that conditionally emits
1578           the origin of the following pCode (useful for debugging SDCC)
1579         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1580         * (createDefmap): fixed handling of LFSR for --optimize-df
1581
1582 2005-08-02 Borut Razem <borut.razem AT siol.net>
1583
1584         * device/lib/Makefile.in: pic16 libraries build enabled since
1585           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1586
1587 2005-08-02 Raphael Neider <rneider AT web.de>
1588
1589         * src/pic16/gen.c (genPackBits): removed deprecated warning
1590         * (genGenPointerSet): fixed bitfield detection
1591
1592 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1593
1594         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1595
1596 2005-07-31 Raphael Neider <rneider AT web.de>
1597
1598         * device/lib/pic16/libdev/pic18f458.c,
1599           device/include/pic16/pic18f458.h: added missing T0CONbits
1600
1601 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1602
1603         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1604
1605 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1606
1607         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1608
1609 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1610
1611         * device/include/mcs51/at89c51ed2.h: added.
1612
1613 2005-07-23 Raphael Neider <rneider AT web.de>
1614
1615         * src/pic/gen.h: added emitpcode macro for debugging
1616         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1617           and replace by macro adding debug information on demand
1618         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1619         * (gencjne): tried to fix; replaced with correct (slower) code
1620         * (gen{Unp,P}ackBits): fixed single bit access
1621         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1622         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1623           previous instruction
1624         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1625           register has to be handled with care (forbidding movement
1626           of assignments/uses, removing assignments completely, ...)
1627         * (pCodeOptime2pCodes): make use of regIsSpecial
1628         * added lots of debugging output (commented out)
1629         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1630           from being reused as result UNLESS it is known to work
1631
1632 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1633
1634         * support/Util/dbuf.h: include <stddef.h> for size_t
1635         * .version: changed to version 2.5.2
1636
1637 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1638
1639         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1640
1641 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1642
1643         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1644           (genModOneByte): removed needless psha/pula
1645
1646 2005-07-22 Raphael Neider <rneider AT web.de>
1647
1648         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1649           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1650         * src/pic/gen.c (resolveIfx): do not "invent" labels
1651         * (genSkipc): changed to positive logic
1652         * (genSkipCond): removed as no longer needed
1653         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1654           backport from PIC16
1655         * (genLeftShift): check operands are in different registers
1656         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1657           INCF does not update CARRY...
1658         * src/pic/main.c: fixed _linkCmd
1659         * src/pic/pcode.c (unlinkpCode): added inactive code
1660         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1661           alive (do not assign result and operand overlapping registers)
1662
1663 2005-07-22 Raphael Neider <rneider AT web.de>
1664
1665         * src/pic/device.c (dump_sfr): replaced register declaration with
1666           call to emitSymbolToFile() to avoid duplicate symbols
1667         * (assignRelocatableRegisters): do not declare external symbols
1668         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1669           right (take size of type, not etype)
1670         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1671         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1672         * (packRegsForAccUse): disabled assignment of WREG as
1673           the result reg to prevent occurence of just fixed #1235003,
1674           fixes #1242954
1675         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1676           symbols (avoids duplicate symbols in .asm file)
1677         * (pic14emitRegularMap): use emitSymbolToFile()
1678         * src/pic/gen.c (aopOp): fixed spillLocation handling
1679         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1680         * (genDataPointerSet): removed unneccessary variables/output
1681
1682 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1683
1684         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1685         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1686
1687 2005-07-21 Raphael Neider <rneider AT web.de>
1688
1689         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1690           architecture cannot handle them efficiently, fixes bug #1235003
1691         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1692           check for empty sets before using them (fixes bug #1232190)
1693
1694 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1695
1696         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1697           (lnksect2): generate warnings for memory overlap
1698         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1699           constseg to set the name of these segments so you can instruct the linker
1700           to place them in banks
1701         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1702         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1703           added code_seg and const_seg to options
1704         * src/SDCCglue.c (emitMaps): use options.const_seg,
1705           (createInterruptVect): put interrupt vectors in segment HOME,
1706           (glue): put HOME before static segment and put the main glue in HOME,
1707           (glue): use options.code_seg
1708         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1709         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1710           these segments so you can instruct the linker to place them in banks
1711           (linkEdit): use code_loc for HOME segment which should be the first
1712           segment in code memory now
1713         * src/SDCCmem.c: fixed more stuff like bug 1238386
1714         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1715           (changePointer): don't change function pointers to code pointers for
1716           banked functions,
1717           (compareType): added exceptional check for banked function pointers
1718         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1719         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1720           after static in code memory
1721         * src/mcs51/gen.c: added aopLiteralLong prototype,
1722           (aopForSym): use getSize for functions,
1723           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1724           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1725           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1726           the segment,
1727           (genPcall): use call for literal function pointers and generate banked
1728           calls over the one trampoline so there's only one place for the user to
1729           modify according to his/hers hardware,
1730           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1731           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1732         * src/mcs51/main.c: added keyword banked,
1733           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1734         * support/Util/SDCCerr.c,
1735         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1736           needed for passing the bank and address to the trampoline
1737         * device/lib/mcs51/crtbank.asm: added for bankswitching
1738         * device/lib/mcs51/Makefile: added crtbank
1739
1740 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1741
1742         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1743           for fields at offset 0 of a struct or union as reported
1744           on 2005-07-07 in the developer mailing list.
1745
1746 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1747
1748         * src/SDCCmem.c: fixed bug 1238386
1749
1750 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1751
1752         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1753           (patch #1144962), added peephole 300, enabled 259.x
1754         * doc/sdccman.lyx: removed screenshot and provided link instead
1755
1756 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1757
1758         * doc/sdccman.lyx: added section about debugging with ddd
1759         * doc/figures/ddd_example.eps: screenshot of debugging session
1760
1761 2005-07-04 Raphael Neider <rneider AT web.de>
1762
1763         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1764           like CODE pointers, fixes #1115683
1765         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1766           call, fixes bugs #1232211, #1228110,
1767           fixed wrong casts to pCodeFlow from pCodeInstructions
1768
1769 2005-07-04 Raphael Neider <rneider AT web.de>
1770
1771         * src/pic/gen.c (popGet): changed assert to allow for
1772           bit operands
1773         * (popGetAddr): changed signature to provide
1774           an additional index, patched all call sites
1775         * (genCmpEq): handle literal-like operands correctly
1776         * (genAddrOf): added sanity checks on __code/__data pointers
1777         * (genAssign): added handling of symbols from __code section
1778         * (gencjne): do not generate code for comparisons whose result
1779           is neither stored nor used, fixes bug #1171114
1780         * (AccLsh, AccRsh): operate on operand instead of WREG
1781         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1782           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1783           by known count
1784         * rewrote complete shift-by-literal logic, commented unused
1785           functions out
1786         * (genConstPointerGet): get multiple bytes (if result size > 1),
1787           fixed handling of non-immediate addresses
1788         * (genPointerGet): handle CODE pointers like CONST pointers
1789         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1790         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1791           operand is to be treated as a literal or not
1792         * (mov2w,genPcall,genCmpEq),
1793           src/pic/genarith.c: use aop_isLitLike() to decide between
1794           literal/register contents
1795         * (addSign): added missing offset
1796         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1797           only emit comment in debug-mode,
1798           use {aop,op}_isLitLike throughout the file
1799         * src/pic/glue.c: fix initializers for pointers (work in progress)
1800         * src/pic/pcode.c (get_op): honor index on _const symbols
1801         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1802         * (dumppBlock): added pCode size estimation
1803         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1804           check for IS_SYMOP before OP_SYMBOL'ing
1805         * fixed indentation, compacted switch-statements
1806         * (allocReg): find free register and allocate it instead of
1807           allocating new registers all the time
1808         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1809           registers as its operands (necessary only for multibyte GETs)
1810
1811 2005-07-01 Raphael Neider <rneider AT web.de>
1812
1813         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1814           debugging .asm-output macros FENTRY + FEXIT
1815         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1816           way... I wonder...
1817         * (emitpComment): NEW, printf to pCode
1818         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1819           offset handling
1820         * (popGetAddr): NEW, variant of popGet to access an immediates
1821           high(er) bytes instead of the n'th byte of memory they reference,
1822           replaced popGet with popGetAddr where neccessary
1823         * (genDataPointerGet): reactivated and fixed implementation
1824         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1825           accesses
1826         * (genDataPointerSet): fixed multibyte assignments
1827         * (genpic14Code): fixed --i-code-in-asm handling
1828         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1829         * (genPlus): fixed index-out-of-bounds error
1830         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1831         * src/pic/ralloc.c: added debugging output macro FENTRY2
1832         * (spillThis): fixed indentation, enbraced for-body for clarity
1833         * (rematStr): commented out as now unused
1834         * (regTypeNum): commented out special spill case (overwrites
1835           arbitrary values)
1836         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1837
1838 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1839
1840         * doc/sdccman.lyx: documented sfr16/sfr32,
1841           added example for using storage class with function pointers
1842         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1843
1844 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1845
1846         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1847         * device/lib/_itoa.c,
1848         * device/lib/_ltoa.c: optimized codesize
1849         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1850           but don't know how to suppress the double warning.
1851         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1852         * support/Util/SDCCerr.c,
1853         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1854
1855 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1856
1857         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1858           fixed old K&R prototypes
1859         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1860         * device/lib/_gptrget.c,
1861         * device/lib/_gptrgetc.c,
1862         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1863           also new versions for small generic pointers and banked generic pointers
1864         * src/port.h: added const_name
1865         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1866         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1867         * src/SDCCcse.c (findPrevIc): check all associative operators
1868         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1869         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1870         * src/SDCCmem.c: updated comments,
1871           set far-space to 0 for pdata, results in optimized code
1872         * src/SDCCmem.h: added macro CONST_NAME
1873         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1874           moving the info into the highest bits, see also gptrget/gptrput
1875         * src/src.dsp: added sdcc.ico to project files
1876         * src/avr/gen.c (genCast): fixed bug 0x%d
1877         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1878         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1879           relation between ptr_type and DCL_TYPE,
1880           (genCast): fixed bug 0x%d
1881         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1882           (CODE)" for const_name
1883         * src/hc08/gen.c (genCast): fixed bug 0x%d
1884         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1885           (hc08_port): added "CONST (CODE)" for const_name
1886         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1887           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1888           between ptr_type and DCL_TYPE,
1889           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1890           operand* and took AOP() inside function so sfr-ness can be checked,
1891           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1892           new prototype,
1893           (genFunction, genEndFunction): optimized stack setup,
1894           (genMinus): optimized for literals with ending zeroes (in bytes),
1895           (genCast): fixed bug 0x%d
1896         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1897           (mcs51_port): added "CONST (CODE)" for const_name
1898         * src/mcs51/peeph.def: made rule 226 more generic
1899         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1900         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1901         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1902         * src/z80/main.c (z80_port): added NULL for const_name,
1903           (gbz80_port): added NULL for const_name
1904         * support/regression/tests/bug663539.c,
1905         * support/regression/tests/sfr16.c: new tests
1906
1907 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1908
1909         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1910
1911 2005-06-24 Raphael Neider <rneider AT web.de>
1912
1913         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1914           corrected typos...
1915         * device/include/pic16/signal.h: added USBIF
1916           and SIG_USB
1917
1918 2005-06-24 Raphael Neider <rneider AT web.de>
1919
1920         * device/lib/pic16/libdev/pic18f2455.c,
1921           device/include/pic16/pic18f2455.h: NEW
1922         * device/include/pic16/pic18fregs.h,
1923           device/lib/pic16/pics.all,
1924           src/pic16/device.c: added 18f2455
1925         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1926           device/include/pic16/{pic18f[68][567].h,usart.h}:
1927           replaced MULTIPLE_USARTS define with more relaible
1928           compatibility sfrs (for USART access)
1929
1930 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1931
1932         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1933           and the output asm file line is printed on two lines.
1934
1935 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1936
1937         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1938           BGT, BLE, BHI, and BLS instructions
1939         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1940           genCmpEq): removed
1941         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1942           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1943           fixes bug #1216342
1944         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1945
1946 2005-06-15 Raphael Neider <rneider AT web.de>
1947
1948         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1949         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1950         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1951           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1952           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1953
1954 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1955
1956         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1957           Marcel Telka in bug #1215704
1958
1959 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1960
1961         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1962           located in shared memory bank.
1963
1964 2005-05-31 Raphael Neider <rneider AT web.de>
1965
1966         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1967           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1968           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1969
1970 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1971
1972         * device/lib/_strncpy.c: fixed the fix
1973
1974 2005-05-26 Raphael Neider <rneider AT web.de>
1975
1976         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1977           initializers with \0, bug #1208187
1978         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1979           intializers with \0, bug #1208187
1980
1981 2005-05-26 Raphael Neider <rneider AT web.de>
1982
1983         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1984           initializers with \0, bug #1208187
1985         * src/pic16/main.c (_process_pragma): added sanity checks
1986           for stack position and size, emit warnings when appropriate
1987
1988 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1989
1990         * device/lib/_strncpy.c: fixed not filling with \0
1991
1992 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1993
1994         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1995           createFunction),
1996         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1997           compound_statement),
1998         * src/SDCCsymt.h,
1999         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2000
2001 2005-05-24 Raphael Neider <rneider AT web.de>
2002
2003         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2004
2005 2005-05-24 Raphael Neider <rneider AT web.de>
2006
2007         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2008           TRISE definitions, closes bug #1162453
2009
2010 2005-05-22 Raphael Neider <rneider AT web.de>
2011
2012         * src/pic16/main.c (_process_pragma): check for missing
2013           arguments to pragmas code and udata
2014         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2015           consistency fixes to match other headers (thanks to Jim Paris)
2016         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2017
2018 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2019
2020         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2021
2022 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2023
2024         * support/regression/tests/bug1198642.c: new test
2025         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2026         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2027         * support/scripts/resource.h,
2028         * support/scripts/resource.rc,
2029         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2030         * support/scripts/sdcc.ico: added 32x32 icon
2031
2032 2005-05-18 Raphael Neider <rneider AT web.de>
2033
2034         * device/lib/pic16/libdev/pic18f*.c,
2035         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2036           keywords to "__sfr" and "__at (X)"
2037         * device/include/pic16/pic18fregs.h: added pic18f4520
2038         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2039           #1203088 (MPLAB compatibility)
2040
2041 2005-05-17 Raphael Neider <rneider AT web.de>
2042
2043         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2044         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2045         * device/lib/pic16/pics.all: added new devices
2046         * src/pic16/device.c: added support for pic18f4520
2047
2048 2005-05-16 Raphael Neider <rneider AT web.de>
2049         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2050         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2051         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2052           convenience function for bit access
2053
2054 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2055
2056         * device/lib/printf_large.c: fixed bug 1193299
2057         * support/regression/tests/bug1057979.c: added test %3.3s
2058
2059 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2060
2061         * device/include/mcs51/8051.h,
2062         * device/include/mcs51/8052.h: made parseable with lint
2063         * device/include/mcs51/lint.h: added include file for (sp)lint
2064         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2065         * doc/cdbfileformat.lyx,
2066         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2067
2068 2005-05-14 Raphael Neider <rneider AT web.de>
2069
2070         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2071         * device/lib/pic16/libc/stdlib/itoa.c (new)
2072         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2073         * device/lib/pic16/libio/Makefile: exclude subdir according to
2074           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2075         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2076         * src/pic16/gen.c (genFunction): prevent annoying warning
2077         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2078           nameclashes on BeOS
2079         * support/cpp2/cppmain.c (cpp_output_string): new
2080         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2081           fixes bug 1116802
2082
2083 2005-05-13 Borut Razem <borut.razem AT siol.net>
2084
2085         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2086
2087 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2088
2089         * .version: changed to version 2.5.1; back to bleeding edge development
2090
2091 2005-05-11 Borut Razem <borut.razem AT siol.net>
2092
2093         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2094           generate PDF version 1.3 documents
2095
2096 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2097
2098         * .version: changed to version 2.5.0
2099
2100 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2101
2102         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2103
2104 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2105
2106         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2107         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2108         well as many smaller updates.
2109         * .version: changed to version 2.5.0-pre1
2110
2111 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2112
2113         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2114
2115 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2116
2117         * support/regression/tests/bug1185672.c: added
2118         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2119           bug 1185672
2120         * src/mcs51/gen.c (genCall): added comments, made it look safer
2121         * src/mcs51/gen.c (genEndFunction): simplified
2122
2123 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2124
2125         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2126
2127 2005-04-14 Borut Razem <borut.razem AT siol.net>
2128
2129         * fixed bug 1045046 - SIGSEGV with really simple code?:
2130           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2131           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2132
2133 2005-04-14 Borut Razem <borut.razem AT siol.net>
2134
2135         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2136           src/pic16/device.h: temporarily disabled experimental #inline pragma
2137           for 2.5.0 release
2138
2139 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2140
2141         * device/include/z80/stdio.h,
2142         * device/include/z80/string.h: removed these highly incomplete files so
2143           SDCC can use the default ones in device/include/
2144
2145 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2146
2147         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2148         gcc warning.
2149         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2150         fix sdcpp warnings.
2151
2152 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2153
2154         * device/include/malloc.h: removed redundant __reentrant prototypes
2155         * device/lib/_mullong.c: added working xstack variant in asm (C version
2156           doesn't pass regression tests)
2157         * device/lib/bpx.c: used __data and made bpx char for mcs51
2158         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2159           (createFunction): fixed bug with xstackPtr
2160         * src/SDCCcse.c: corrected comments
2161         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2162           (killDeadCode, eBBlockFromiCode): removed unused code
2163         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2164           corrected comments
2165         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2166           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2167           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2168           (genModOneByte): fixed warning in MSVC
2169         * src/mcs51/main.c (): added comments
2170         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2171
2172 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2173
2174         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2175
2176 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2177
2178         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2179
2180 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2181
2182         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2183         characters arrays of larger size than the declared one.
2184
2185 2005-04-10 Borut Razem <borut.razem AT siol.net>
2186
2187         * src/pic/gen.c (genInline),
2188           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2189           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2190           (findNextInstruction), (findPrevInstruction),
2191           (findInstructionUsingLabel),
2192           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2193         * src/pic/pcode.c (findLabel): added missing '\n'
2194         * src/src.dsp: added SDCCdwarf2.c to the project
2195
2196 2005-04-09 Borut Razem <borut.razem AT siol.net>
2197
2198         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2199
2200 2005-04-08 Raphael Neider <rneider AT web.de>
2201
2202         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2203           into the chain after a given one) and mergeDefmapSymbols (combine
2204           defmap entries for each symbol per pcode)
2205         * (createDefmap): have defmap entries merged in the end
2206         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2207           a symbol before replacing one access type's symbol, merge symbols in
2208           the end (replacement symbol might already have an entry)
2209         * (assignValnums): keep reference to written WREG intact
2210
2211 2005-04-08 Raphael Neider <rneider AT web.de>
2212
2213         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2214           Alpha)
2215
2216 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2217
2218         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2219         bytes
2220
2221 2005-04-07 Raphael Neider <rneider AT web.de>
2222
2223         * device/include/pic16/usart.h: added compatibility defines for
2224           devices with more than one USART
2225         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2226
2227 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2228
2229         * device/lib/Makefile.in: updated for port specific include
2230
2231 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2232
2233         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2234
2235 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2236
2237         * device/include/8051.h,
2238         * device/include/8052.h,
2239         * device/include/at89S8252.h,
2240         * device/include/at89c55.h,
2241         * device/include/at89x051.h,
2242         * device/include/at89x51.h,
2243         * device/include/at89x52.h,
2244         * device/include/mcs51reg.h,
2245         * device/include/reg51.h,
2246         * device/include/reg764.h,
2247         * device/include/regc515c.h,
2248         * device/include/sab80515.h: (re)moved these 12 files
2249         * device/include/mcs51/8051.h,
2250         * device/include/mcs51/8052.h,
2251         * device/include/mcs51/at89S8252.h,
2252         * device/include/mcs51/at89c55.h,
2253         * device/include/mcs51/at89x051.h,
2254         * device/include/mcs51/at89x51.h,
2255         * device/include/mcs51/at89x52.h,
2256         * device/include/mcs51/mcs51reg.h,
2257         * device/include/mcs51/reg51.h,
2258         * device/include/mcs51/reg764.h,
2259         * device/include/mcs51/regc515c.h,
2260         * device/include/mcs51/sab80515.h: and added them here
2261
2262 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2263
2264         * device/include/stdarg.h: changed SDCC specific keywords to double
2265           underlined form.
2266         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2267           mcs51 and ds390.
2268         * device/include/hc08/mc68hc908gp32.h,
2269         * device/include/hc08/mc68hc908jb8.h,
2270         * device/include/hc08/mc68hc908jkjl.h,
2271         * device/include/hc08/mc68hc908qy.h: fixed comments
2272         * device/include/mcs51/README: updated
2273         * device/include/mcs51/c8051f120.h: added PINRSF
2274         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2275         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2276           amidst code. Also inline is not supported.
2277
2278 2005-04-06 Raphael Neider <rneider AT web.de>
2279
2280         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2281         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2282           callers stack/frame pointers
2283
2284 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2285
2286         * device/include/pic16/usart.h: added, missing in previous commit,
2287         * device/include/pic16/adc.h: fixed typo,
2288         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2289         commit,
2290         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2291         <p18fxxx.inc>
2292         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2293         uninitialized because a bug appears with gplink
2294         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2295         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2296         complains for unrecognised option
2297
2298 2005-04-05 Raphael Neider <rneider AT web.de>
2299
2300         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2301           structs as well (using memcpy)
2302         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2303           on ISRs (GOTO has no label)
2304         * src/pic16/device.h: added OF_OPTIMIZE_DF
2305         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2306           new data flow analysis/optimization
2307         * src/pic16/pcode.c: added (prototypes for and implementation of)
2308           dataflow analysis functions, fixed pCodeInstructions' inCond and
2309           outCond values, made RCALL a branch instruction
2310         * (pic16_unlinkpCode): keep C line if possible
2311         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2312           C line moved if possible
2313         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2314         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2315           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2316         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2317           new flow)
2318         * (pic16_getJumptabpCode): NEW, needed in...
2319         * (LinkFlow): fixed handling of jumptables, calls and conditional
2320           branches
2321         * (pic16_InsertCommentAfter): NEW
2322         * (pic16_pCodeReplace): made verbose and flow preserving
2323         * (AnalyzeFlow): added call to data flow analysis
2324         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2325         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2326         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2327
2328 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2329
2330         * src/SDCCast.c (decorateType): fixed bug #1105626
2331
2332 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2333
2334         * device/include/asm/pic16/features.h,
2335         * pic18f*.h headers,
2336         * device/include/pic16/adc.h,
2337         * device/include/pic16/delay.h,
2338         * device/include/pic16/i2c.h,
2339         * device/include/pic16/malloc.h,
2340         * device/include/pic16/stdio.h,
2341         * device/include/pic16/stdlib.h,
2342         * device/include/pic16/string.h,
2343         * device/lib/pic16/libc/stdio/printf_tiny.c,
2344         * device/lib/pic16/libc/stdio/printf_small.c,
2345         * device/lib/pic16/libc/stdio/strmgpsim.c,
2346         * device/lib/pic16/libc/stdio/strmmssp.c,
2347         * device/lib/pic16/libc/stdio/strmusart.c,
2348         * device/lib/pic16/libc/stdio/vfprintf.c,
2349         * device/lib/pic16/libc/stdlib/ltoa.c,
2350         * device/lib/pic16/libc/stdlib/putchar.c,
2351         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2352         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2353         * device/lib/pic16/libc/stdlib/memchrram.c,
2354         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2355         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2356         * device/lib/pic16/libio/adc/adcbusy.c,
2357         * device/lib/pic16/libio/adc/adcread.c,
2358         * device/lib/pic16/libio/adc/adcsetch.c,
2359         * device/lib/pic16/libio/usart/ubaud.c,
2360         * device/lib/pic16/libio/usart/ubusy.c,
2361         * device/lib/pic16/libio/usart/udrdy.c,
2362         * device/lib/pic16/libio/usart/uopen.c,
2363         * device/lib/pic16/libio/usart/uputc.c,
2364         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2365         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2366         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2367         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2368         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2369         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2370         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2371         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2372         specific keywords to double underlined form,
2373         * device/lib/pic16/libc/Makefile.rules,
2374         * device/lib/pic16/libsdcc/Makefile.rules,
2375         * device/lib/pic16/libm/Makefile,
2376         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2377         to compile with C standard set in Makefile.common
2378         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2379         rand.c and crc.c in compilation process,
2380         * device/lib/pic16/libsdcc/int/divuint.c,
2381         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2382         `c' from signed to unsigned,
2383         * device/lib/pic16/startup/crt0.c,
2384         * device/lib/pic16/startup/crt0i.c,
2385         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2386         keywords to double underlined form, bug fixes in _do_cinit function
2387         which prevented the correct initialization of the .idata segment,
2388         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2389         core to enter a infinite loop
2390         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2391
2392 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2393
2394         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2395
2396 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2397
2398         * device/include/Makefile.in: add support for hc08 subdirectory
2399         * device/include/hc08/: new subdirectory
2400         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2401         Lucas Loizaga, thanks!
2402         * device/include/hc08/mc68hc908qy.h,
2403         * device/include/hc08/mc68hc908gp32.h,
2404         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2405         their own directory. Changed internal macro names to use the compiler
2406         reserved namespace. Changed SDCC specific keywords to double
2407         underlined form.
2408         * device/include/math.h,
2409         * device/include/malloc.h,
2410         * device/include/stdarg.h,
2411         * device/include/stdbool.h
2412         * device/include/string.h,
2413         * device/include/tinibios.h,
2414         * device/include/ds400rom.h,
2415         * device/include/8051.h,
2416         * device/include/8052.h,
2417         * device/include/80c51xa.h,
2418         * device/include/at89c55.h,
2419         * device/include/at89S8252.h,
2420         * device/include/at89x51.h,
2421         * device/include/at89x52.h,
2422         * device/include/ds80c390.h,
2423         * device/include/reg764.h,
2424         * device/include/regc515c.h,
2425         * device/include/sab80515.h,
2426         * device/include/mcs51/c8051f000.h,
2427         * device/include/mcs51/c8051f018.h,
2428         * device/include/mcs51/c8051f020.h,
2429         * device/include/mcs51/c8051f040.h,
2430         * device/include/mcs51/c8051f060.h,
2431         * device/include/mcs51/c8051f120.h,
2432         * device/include/mcs51/c8051f300.h,
2433         * device/include/mcs51/c8051f310.h,
2434         * device/include/mcs51/c8051f320.h,
2435         * device/include/mcs51/c8051f330.h,
2436         * device/include/mcs51/c8051f350.h,
2437         * device/include/z180.h: Changed SDCC specific keywords to double
2438         underlined form.
2439
2440 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2441
2442         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2443         18F4455,
2444         * (pic16_assignConfigWordValue): disable testing of configuration
2445         register value with config mask,
2446         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2447         function with port->fun_prefix,
2448         * (genFunction): when generating a naked interrupt function never
2449         create an absolute segment placed in interrupt vector address, place
2450         the actual interrupt function at IVA instead, when an interrupt
2451         function is generated with unspecified interrupt then do not create
2452         the absolute section,
2453         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2454         code for generating a call to generic pointer get/put function with
2455         a call to function pic16_callGenericPointer(),
2456         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2457         the call to the generic pointer get/put functions with prefixing the
2458         function name with port->fun_prefix,
2459         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2460         * src/pic16/main.c (_process_pragma): prefix function with
2461         port->fun_prefix,
2462         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2463         calling assembler, old 18Fxxxx macro is deprecated,
2464         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2465         PC_ASMDIR in while condition,
2466         * (findInstruction): add PC_ASMDIR in while condition,
2467         * (buildCallTree): prefix main with port->fun_prefix,
2468         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2469         identifier for variable with banked access in instructions BTFSS,
2470         BTFSC, BCF, BSF, BTG
2471         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2472         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2473         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2474         perform optimization when enviroment variable NO_REG_OPT is set,
2475         * (insideLRBlock): NEW, return 1 if register is inside an
2476         INF_LOCALREGS block,
2477         * (RemoveRegFromLRBlock): remove a register that is completely
2478         eliminated by register optimization, but it is still left in local
2479         register store/restore in/from stack block,
2480         * (Remove2pcodes): after removing register, check to see if it
2481         should be removed from local register store/restore in/from stack
2482         block,
2483         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2484         DUMMY_READ_VOLATILE,
2485
2486         * device/include/pic16/adc.h: minor prototype modifications and
2487         update,
2488         * device/include/pic16/malloc.h: added GPL notice various
2489         modifications,
2490         * device/include/pic16/stdint.h: NEW, standard header for ints
2491         * device/include/pic16/delay.h: NEW, header for delay functions,
2492         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2493         delay1mtcy,
2494         * device/include/pic16/signal.h: NEW, header providing helper macros
2495         for implementing signal handlers,
2496         * device/include/pic16/stdio.h: added prototypes for functions,
2497         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2498         prototypes for stdin and stdout, added macro PUTCHAR to
2499         automatically implement putchar function prototype,
2500         * device/include/pic16/usart.h: modified and updated USART library,
2501         * device/lib/pic16/libio/adc/,
2502         * device/lib/pic16/libio/i2c: some modifications to improve library
2503         performance,
2504         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2505         family of functions,
2506         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2507         family of functions and other sources,
2508         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2509         of the PIC18Fxx[28] devices,
2510         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2511         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2512         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2513         _do_cinit function, because the previous failed when local variables
2514         where not placed in the same memory bank,
2515         * device/lib/pic16/libsdcc/char/: various modifications to improve
2516         library performance,
2517         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2518         information on the new functions of the c library and more...
2519
2520 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2521
2522         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2523
2524 2005-03-26 Raphael Neider <rneider AT web.de>
2525
2526         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2527           if condition == CARRY)
2528         * (genCmp): adapted to new genSkipc semantics
2529         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2530           on rIfx (genCmp was broken)
2531
2532 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2533
2534         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2535         * src/z80/main.c (_keywords[]),
2536         * src/SDCCglobal.h (struct options),
2537         * src/SDCC.y,
2538         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2539         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2540         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2541         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2542         always available in leading double underscore form. The C99 support is
2543         mostly missing, but it's a start.
2544         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2545         reserved identifier "__data".
2546
2547 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2548
2549         * src/mcs51/peeph.def: fixed bug 1170013
2550
2551 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2552
2553         * device/include/mcs51reg.h: fixed bug 842007
2554
2555 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2556
2557         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2558         last time.
2559
2560 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2561
2562         * src/port.h (struct PORT),
2563         * src/avr/ralloc.c (avr_assignRegisters),
2564         * src/avr/main.c,
2565         * src/ds390/ralloc.c (ds390_assignRegisters),
2566         * src/ds390/main.c,
2567         * src/hc08/ralloc.c (hc08_assignRegisters),
2568         * src/hc08/main.c,
2569         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2570         * src/mcs51/main.c,
2571         * src/pic/ralloc.c (pic14_assignRegisters),
2572         * src/pic/main.c,
2573         * src/pic16/ralloc.c (pic16_assignRegisters),
2574         * src/pic16/main.c,
2575         * src/xa51/ralloc.c (xa51_assignRegisters),
2576         * src/xa51/main.c,
2577         * src/z80/ralloc.c (z80_assignRegisters),
2578         * src/z80/ralloc.h,
2579         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2580         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2581         * src/SDCCcse.h,
2582         * src/SDCCdflow.c (computeDataFlow),
2583         * src/SDCCdflow.h,
2584         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2585         * src/SDCCloop.h,
2586         * src/SDCCcflow.c (*),
2587         * src/SDCCcflow.h,
2588         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2589         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2590         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2591         immedDom() returning wrong block; probably fixes bug #1160833)
2592
2593 2005-03-20 Borut Razem <borut.razem AT siol.net>
2594
2595         * support/scripts/inc2h.pl: WIN32 port
2596
2597 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2598
2599         * device/lib/makefile.in: added abs.c and labs.c
2600
2601 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2602
2603         * device/include/stdint.h: added
2604         * device/lib/abs.c: added
2605         * device/lib/labs.c: added
2606         * device/include/stdlib.h: added abs() and labs() prototypes
2607         * device/lib/libsdcc.lib: added abs and labs
2608         * device/include/float.h,
2609         * device/lib/_fsmul.c,
2610         * device/lib/printf_fast.c,
2611         * device/lib/printf_tiny.c: updated comments
2612
2613 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2614
2615         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2616         bug #1164313
2617
2618 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2619
2620         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2621         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2622
2623 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2624
2625         * device/lib/printf_large.c: removed inline assembly for portability and
2626           readability. Use printf_fast if speed or size are more important.
2627         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2628         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2629
2630 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2631
2632         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2633         prevent compiler warning
2634
2635 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2636
2637         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2638         moved to level 0 and declared as static. Also they are explicit
2639         placed in access bank. This was necessery because some times they
2640         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2641         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2642         optimizations. Currently only compare to unsigned char is implemented,
2643         * src/pic16/gen.c: added fReturnIdx array,
2644         * (struct resolvedIfx) is moved to gen.h and made public,
2645         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2646         * (aopForSym): added an optimization to directly store in stack of
2647         the operand of a SEND iCode,
2648         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2649         but as registers instead (AOP_REG) using the fReturnIdx array,
2650         * (pic16_freeAsmop): remove the freed register from the
2651         _G.sregsAlloc field,
2652         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2653         a compare of 'WREG',
2654         * (pic16_popGetTempRegCond): changed function prototype, now
2655         function takes also a bitVector argument v which holds the current
2656         set of registers that are allocated for stack access by aopForSym,
2657         registers allocated in aopForSym for accessing stack symbols are not
2658         any more part of the functions usedRegs field,
2659         * (genCall): some times aopOp is called for a stack variable to be
2660         send, aopForSym might perform the push, if this is true make sure
2661         that genCall doesn't push the variable twice by testing _G.resDirect,
2662         * (genFunction): changed testing for unspecified interrupt number
2663         from 256 to INTNO_UNSPEC,
2664         * modified selection scheme of frame pointer generation. Previously
2665         if function did use local registers a frame pointer was generated,
2666         now a frame pointer is generated only if function has arguments
2667         (that need PLUSW2 register access), or has stack arguments, or the
2668         compiler is not instructed to omit the frame pointer,
2669         * (genEndFunction): before restoring local registers that were saved
2670         in the function preamble, also restore the registers that *might*
2671         have been allocated for stack access,
2672         * (genRet): removed some old comments,
2673         * (genCmp, the active (RN's) version): added a call to the
2674         pic16_genCmp_special function to perform the compare with a more
2675         robust and optimized way,
2676         * (genInline): a feature has been added in inline code generation,
2677         which allows a wildcard variable substitution when writing inline
2678         assembly. Code is incomplete and experimental therefore undocumented,
2679         * (genCast): changed order of aopOp for result and right to allow
2680         aopForSym to directly load the result if possible,
2681         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2682         perform an optimized compare on some selected special occasions,
2683         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2684         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2685         generate an IVT any more,
2686         * src/pic16/main.c (pic16_optionsTable): added command line option
2687         --optimize-cmp,
2688         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2689         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2690         macros,
2691         * src/pic16/NOTES: Raphael Neider added in list of active developers
2692         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2693         jumptable_end to prevent bug #,
2694         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2695         inCond and outCond fields,
2696         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2697         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2698         turn off register spilling,
2699         * (packRegsForOneUse): synced with other ports' versions although it
2700         is not used currently,
2701         * (pic16_packRegisters): added an optimization while reading
2702         structure bitfields, some registers may be saved (malloc code is
2703         decreased by 80 bytes)
2704
2705 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2706
2707         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2708         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2709         this can be optimized more?
2710
2711 2005-03-10 Raphael Neider <rneider AT web.de>
2712
2713         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2714           genNearPointerGet): (hopefully) fixed access to bitfields via
2715           pointers (p->bitN = x; and x = p->bitN; failed)
2716
2717 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2718
2719         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2720
2721 2005-03-09 Raphael Neider <rneider AT web.de>
2722
2723         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2724
2725 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2726
2727         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2728         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2729           (regTypeNum): set REG_BIT type if necessary
2730         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2731         * support/regression/tests/critical.c: check bug 1144613
2732
2733 2005-03-02 Raphael Neider <rneider AT web.de>
2734
2735         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2736
2737 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2738
2739         * src/avr/ralloc.c (serialRegAssign),
2740         * src/ds390/ralloc.c (serialRegAssign),
2741         * src/hc08/ralloc.c (serialRegAssign),
2742         * src/mcs51/ralloc.c (serialRegAssign),
2743         * src/pic/ralloc.c (serialRegAssign),
2744         * src/pic16/ralloc.c (serialRegAssign),
2745         * src/xa51/ralloc.c (serialRegAssign),
2746         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2747
2748 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2749
2750         * src/SDCCast.c (decorateType): fixed bug 1124787
2751
2752 2005-02-20 Hubert Sack <sack AT digiplan.de>
2753         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2754
2755         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2756         patch #1121755
2757
2758 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2759
2760         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2761         to keep the correct label reference count when adding/removing references
2762         to labels. A peephole file using this is appended to patch #1144962.
2763
2764 2005-02-14 Raphael Neider <rneider AT web.de>
2765
2766         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2767         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2768         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2769           retrievals of result operand's value on assignment
2770
2771 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2772
2773         * device/include/pic16/string.h: modified prototype for memccpy()
2774         to memccpy(void *, void *, char, size_t)
2775         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2776         check whether to omit frame pointer or not,
2777         * (genInline): convert all occurences of "\n" to LF in inline
2778         assembler blocks, this helps formatting the inline text,
2779         * (pic16_loadFSR0): modified prototype,
2780         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2781         removed some 8051 legacy code,
2782         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2783         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2784         before allocating temporary registers in functions,
2785
2786 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2787
2788         * support/regression/tests/bitvars.c: corrected the "fix"
2789
2790 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2791
2792         * support/regression/tests/bitvars.c,
2793         * support/regression/tests/bitwise.c,
2794         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2795
2796 2005-02-10 Raphael Neider <rneider AT web.de>
2797
2798         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2799           different size for Alpha
2800         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2801
2802 2005-02-09 Raphael Neider <rneider AT web.de>
2803
2804         * src/SDCC.lex(doPragma) : save and restore warning options as well
2805           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2806         * have #pragma less_pedantic set the errorlevel to WARNING
2807           (fixes #1117001)
2808         * (cloneOptimize) : fixed wrong malloc's size
2809         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2810           facilitate correct handling of #pragma (save|restore)
2811
2812 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2813
2814         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2815
2816 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2817
2818         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2819
2820 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2821
2822         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2823
2824 2005-02-02 Raphael Neider <rneider AT web.de>
2825
2826         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2827         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2828         * (pic16_storeForReturn): fixed to allow returning function pointers
2829         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2830         * device/include/pic16/{stddef.h,stdbool.h}: added
2831
2832 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2833
2834         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2835
2836 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2837
2838         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2839         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2840          appeared to be required
2841
2842 2005-01-31 Borut Razem <borut.razem AT siol.net>
2843
2844         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2845           include/mcs51 and include/z80 directories to the package
2846
2847 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2848
2849         * src/hc08/gen.c (genFunction): fixed bug #1112752
2850
2851 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2852
2853         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2854
2855 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2856
2857         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2858
2859 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2860
2861         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2862
2863 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2864
2865         * device/include/c8051fxxx.h: removed these 6 files
2866         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2867
2868 2005-01-26 Raphael Neider <rneider AT web.de>
2869
2870         * src/pic16/gen.c (genAssign): fixed assignment from longs
2871           in codespace (were cut to three bytes)
2872         * (genDummyRead): implemented (except for CODESPACE...),
2873           fixed bug #1108575
2874         * src/pic16/glue.c (emitStatistics): beautified
2875         * device/lib/pic16/libm/Makefile: added include path
2876
2877 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2878
2879         * src/z80/gen.c (aopPut): fixed bug #1103902
2880
2881 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2882
2883         * device/lib/expf.c: fixed bug #1095792
2884
2885 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2886
2887         * device/lib/pic16/libm: added Math library sources
2888
2889 2005-01-24 Raphael Neider <rneider AT web.de>
2890
2891         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2892           to enable upcast to pCodeOpReg2 (there is no type tag to
2893           differenciate the two and pic16_popGet2p cast into PCOR2)
2894         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2895           (sizeof(sectNames) changed to sizeof(sectName))
2896           Both patches fix segfaults under MinGW.
2897
2898 2005-01-23 Raphael Neider <rneider AT web.de>
2899
2900         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2901           Safe_[mc]?alloc()'ed variables
2902         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2903           of (byte sized) temporaries (assign them to WREG for now)
2904         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2905           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2906           this might fix SIGSEGVs on MinGW...
2907         * src/SDCCopt.c (killDeadCode): restored original behaviour
2908           (volatile operands might get thrown away though)
2909
2910 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2911
2912         * src/pic16/gen.c: fixed bug #1106975,
2913         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2914         pointer update, INTCON is saved, global interrupts are disabled and
2915         restored after updateing TOS.
2916         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2917         * added function attribute 'shadowregs' to take advantage of shadow
2918         registers,
2919         * added function attribute 'wparam' as an alternative to the wparam
2920         pragma,
2921         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2922         user declares a non-ISR function as 'shadowregs',
2923         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2924
2925 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2926
2927         * .version: bumped version number to 2.4.8
2928         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2929         pic16 port,
2930         * device/lib/pic16/libio/i2c/: I2C module support library,
2931         * device/include/pic16/i2c.h: I2C support library header,
2932         * device/lib/pic16/libc/stdio/: standard IO support sources,
2933         * (printf_small.c): printf_small() source, supports float print,
2934         * (printf_tiny.c): printf_tiny() source, does not support floats,
2935         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2936         enable global optimizations for entire library source, other
2937         Makefiles in the source tree are also modified to reflect this,
2938         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2939         function,
2940         * doc/sdccman.lyx: updated to reflect new changes,
2941         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2942         sym->onStack if-case,
2943         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2944         sbit, idata, _idata, xdata, _xdata,
2945         * added pragma library, to link an external library, (see doc),
2946         * removed command line options, --pomit-config-words, --pomit-ivt,
2947         --pleave-reset-vector,
2948         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2949         when calling assembler to reflect memory model used, also define
2950         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2951         reflect stack model used,
2952         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2953         on stack return NULL,
2954
2955 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2956
2957         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2958           of the operands is volatile. Fixes #1020220
2959
2960 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2961
2962         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2963         * (OptimizeRegUsage): make sure that there is really no other flow where
2964           the first pCode is used
2965
2966 2005-01-22 Raphael Neider <rneider AT web.de>
2967
2968         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2969           to fix #1106967 (pCode->seq are not set up correctly)
2970
2971 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2972
2973         * src/SDCCglue.c (glue): make sure code area is declared before the
2974         static initialization area.
2975
2976 2005-01-21 Raphael Neider <rneider AT web.de>
2977
2978         * device/lib/Makefile.in: fixed test for pic16 install dir
2979         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2980           optimizations
2981         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2982           added --optimize-goto compiler switch and pragma wparam documentation
2983         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2984         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2985           and PRODH closing bug #1071770 (peephole optimizer)
2986
2987 2005-01-19 Raphael Neider <rneider AT web.de>
2988
2989         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2990           cmdLine buffers (used when calling sdcpp...) are large enough
2991           (MAX_PATH=256 truncates arguments leading to system halts when
2992           used in MinGW...)
2993         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2994         * (genUminus): rewritten to for efficiency
2995         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2996           used uninitialized in some cases)
2997         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2998           copy the third byte from the int -- now assumes 0x80 (data memory)
2999         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3000           operands (genAddLit expects the iCode's operands to swapped as
3001           well), fixed leftover bytes (crashed for short left operands)
3002         * (pic16_genMinusDec): performance improvements, removed false
3003           PIC14 emitSKPNCs
3004         * (pic16_genMinus): fixed to cope with differently sized operands
3005         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3006           for --obanksel > 1
3007         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3008         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3009           new banksel optimization
3010         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3011           analysis for temporary registers (segfaults...)
3012         * src/pic16/peeph.def: added rule
3013
3014 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3015
3016         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3017         which converts a float number to its ASCII representation
3018         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3019         functions to convert the fractional and integer part of a float to ASCII,
3020         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3021         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3022         ram
3023         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3024         _STATMEM macros,
3025         * device/include/pic16/adc.h: added GPL info,
3026         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3027         a pCodeOp as tested operand,
3028         * (genNearPointerGet): optimized bit testing, does not use
3029         intermediate register for bit value, test directly instead with
3030         BTFSS, BTFSC, works only for single bits,
3031         * (genpic16Code): dump the name of the iCode in the asm,
3032         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3033         renamed to pic16_decodeOp,
3034         * (serialRegAssign): do not allocate a temporary register for iCode
3035         sequences that test a single bit for 1/0
3036
3037 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3038
3039         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3040         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3041         access stack and frame pointers. They are initially assigned to
3042         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3043         accessing SFRs. Updated all occurences of modification of stack or
3044         frame pointer in gen.c and pcode.c,
3045         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3046         assigning of a literal value to pointers,
3047         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3048         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3049         selected
3050
3051 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3052
3053         * doc/sdccman.lyx: update documentation about stack pragma, added
3054         some info for stack memory models
3055
3056 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3057
3058         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3059
3060 2005-01-08 Raphael Neider <rneider AT web.de>
3061
3062         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3063           udata sections to fix bug #1097823
3064
3065 2005-01-05 Raphael Neider <rneider AT web.de>
3066
3067         * src/pic16/gen.c (genGenericShift): added handling of differently
3068           sized left operand and result
3069
3070 2005-01-04 Raphael Neider <rneider AT web.de>
3071
3072         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3073         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3074           to hold the condition bit)
3075         * added new version of genCmp (old code available via #define)
3076         * added new version of genShiftLeft/genShiftRight in a generic
3077           way, now supports shifting by negative values
3078         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3079           shiftCount (expected by genGenericShift)
3080         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3081         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3082           dump
3083         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3084           is an invalid literal too...)
3085
3086 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3087
3088         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3089         from Raphael Neider,
3090         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3091         for 8-bit literals. This fixes some literal operands which are sign
3092         extended to 16-bits ints when instruction needs only 8-bits.
3093
3094 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3095
3096         * device/lib/logf.c: added mcs51 assembly version
3097         * device/lib/expf.c: added mcs51 assembly version
3098         * device/lib/_logexpf.c: new shared asm code for expf and logf
3099         * device/include/math.h: add defines for assembly math library
3100         * device/lib/Makefile.in: build new _logexpf.c
3101         * device/lib/libfloat.lib: use new _logexpf.c
3102
3103 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3104
3105         * src/pic/device.c
3106         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3107           device types which have less than 0x7f registers.
3108
3109 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3110
3111         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3112
3113 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3114
3115         * device/lib/printf_fast.c: only build on supported arch.
3116         * device/lib/printf_tiny.c: only build on supported arch.
3117         * device/lib/printf_fast_f.c: only build if asm float lib
3118         * device/lib/_fsget1arg.c: only build if asm float lib
3119         * device/lib/_fsget2args.c: only build if asm float lib
3120         * device/lib/_fsnormalize.c: only build if asm float lib
3121         * device/lib/_fsreturnval.c: only build if asm float lib
3122         * device/lib/_fsrshift.c: only build if asm float lib
3123         * device/lib/_fsswapargs.c: only build if asm float lib
3124         * device/include/stdio.h: don't provide print_fast,
3125           print_fast_f, print_tiny prototypes if --xstack used
3126
3127 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3128
3129         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3130         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3131           to the SOURCES
3132
3133 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3134
3135         * device/lib/printf_fast_f.c: same as printf_fast, but
3136           with floating point enabled
3137         * device/lib/printf_fast.c: minor tweaks
3138         * device/include/stdio.h: add printf_fast_f
3139
3140 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3141
3142         * src/SDCCmain.c: make --float-reent default for mcs51
3143         * device/lib/_fsadd.c: added mcs51 assembly version
3144         * device/lib/_fssub.c: added mcs51 assembly version
3145         * device/lib/_fsmul.c: added mcs51 assembly version
3146         * device/lib/_fsdiv.c: added mcs51 assembly version
3147         * device/lib/_fseq.c: added mcs51 assembly version
3148         * device/lib/_fsneq.c: added mcs51 assembly version
3149         * device/lib/_fsgt.c: added mcs51 assembly version
3150         * device/lib/_fslt.c: added mcs51 assembly version
3151         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3152         * device/lib/Makefile.in: add _fscmp to build
3153         * device/lib/libfloat.lib: add _fscmp to build
3154
3155 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3156
3157         * device/lib/_fs2slong.c: added mcs51 assembly version
3158         * device/lib/_fs2sint.c: added mcs51 assembly version
3159         * device/lib/_fs2schar.c: added mcs51 assembly version
3160         * device/lib/_fs2ulong.c: added mcs51 assembly version
3161         * device/lib/_fs2uint.c: added mcs51 assembly version
3162         * device/lib/_fs2uchar.c: added mcs51 assembly version
3163         * device/lib/_slong2fs.c: added mcs51 assembly version
3164         * device/lib/_sint2fs.c: added mcs51 assembly version
3165         * device/lib/_schar2fs.c: added mcs51 assembly version
3166         * device/lib/_ulong2fs.c: added mcs51 assembly version
3167         * device/lib/_uint2fs.c: added mcs51 assembly version
3168         * device/lib/_uchar2fs.c: added mcs51 assembly version
3169         * device/include/float.h: added #define to select asm vs c
3170
3171 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3172
3173         * device/lib/printf_fast.c: improvements to float output
3174         * device/include/float.h: add defines for assembly float library
3175         * device/lib/_fsget1arg.c: receive 1 float arg
3176         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3177         * device/lib/_fsnormalize.c: normalize a float
3178         * device/lib/_fsreturnval.c: return float, various helper routines
3179         * device/lib/_fsrshift.c: right shift a float's mantissa
3180         * device/lib/_fsswapargs.c: swap 2 floats
3181         * device/lib/Makefile.in: build these 6 new files for mcs51
3182         * device/lib/libfloat.lib: add these 6 files to the library
3183
3184 2004-12-26 Borut Razem <borut.razem AT siol.net>
3185
3186         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3187           built by gcc 3.4.2
3188
3189 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3190
3191         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3192           and fully reentrant and register bank neutral.
3193         * device/lib/printf_fast.c: added float (not enabled by default),
3194           added compact/slower integer (also not enabled by default),
3195           improved size/speed of fast integer code, other minor changes
3196         * device/include/stdio.h, device/lib/Makefile.in,
3197           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3198
3199 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3200
3201         * src/pic16/pcode.c: declaring variables other than at the start of a
3202           block is not supported in C by VC6.
3203
3204 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3205
3206         * applied a previous patch from Raphael Neider that wasn't included
3207         in the previous commits, which fixes infinite loops within jumptable
3208         improvements,
3209         * made some fixes that previous patches introduced
3210
3211 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3212
3213         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3214         that fixes an issue with AOP_PCODE asmop's offset,
3215         * (pic16_popCopyReg): update instance field too,
3216         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3217         function of pic port,
3218         * (genCmp, genAnd, genAssign),
3219         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3220
3221 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3222
3223         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3224         variables initial values to idata section,
3225         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3226         variables in some functions. This utilizes parmBytes field of iCode
3227         structure to hold the offset of the variable in stack. (might be
3228         able to use the stack field too?)
3229         * applied patch from Raphael Neider # ### , # ###
3230         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3231         variable initial values in idata section,
3232         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3233         for static variables with initial value
3234         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3235         applied fix in while loop from Raphael Neider.
3236
3237 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3238
3239         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3240         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3241         * src/ds390/ralloc.c (serialRegAssign): spill bits
3242         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3243         * support/Util/SDCCerr.c,
3244         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3245         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3246         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3247
3248 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3249
3250         * device/include/sdcc-lib.h: inserted LGPL, added includes
3251           asm/ds390/features.h and asm/mcs51/features.h
3252         * device/include/asm/default/features.h,
3253         * device/include/asm/gbz80/features.h,
3254         * device/include/asm/z80/features.h: added empty _AUTOMEM
3255           and _STATMEM
3256         * device/include/asm/ds390/features.h,
3257         * device/include/asm/mcs51/features.h: added files with defines for
3258           _AUTOMEM and _STATMEM indicating automatic and static storage class
3259         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3260         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3261         * src/SDCCicode.c (geniCodeCast),
3262         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3263         * src/SDCCloop.c (loopInduction): removed unused variable lr
3264         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3265           to convertToFcall to include char modulo (RFE 1065037), added check
3266           if left operand is unsigned and use abs of literal value
3267         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3268           as it doesn't work after conversion from peephole.def to peephole.rul
3269         * src/mcs51/gen.c (toBoolean): added check for size,
3270           (genModOneByte): optimized code for signed char modulo a literal
3271           power of 2 (thanks to Hubert Sack),
3272           (genRRC): removed unnecessary "clr c",
3273           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3274         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3275           jump optimization,
3276           swapped rules 256.c and 256.d,
3277           extended 256.d by using new multiple checks (thanks Erik),
3278           added rules 256.e and 256.f,
3279           updated rule 261.a and 261.b to new generated code
3280         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3281
3282 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3283
3284         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3285           induction related bugs, including first part of bug #1074377
3286
3287 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3288
3289         * applied patch from bug-report #1076292,
3290         * applied patches for genAnd and Goto-optimizations for Raphael
3291         Neider,
3292         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3293         dump a less iCode information,
3294         * src/pic16/device.h (pic16_options_t): added field debgen,
3295         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3296         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3297         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3298         puclic,
3299         * (various functions): added macros FENTRY and FENTRY2 to functions,
3300         to emit function prologue,
3301         * (various functions): fixed indentation,
3302         * (genNearPointerGet): fixed loading of FSR0,
3303         * (genPackBits): applied patch from Raphael Neider to fix updating
3304         of FSR0 and touching only the modified bits,
3305         * src/pic16/genarith.c (various functions): added macros FENTRY to
3306         emit function prologue in comments,
3307         * src/pic16/pcode.h: added functions debugf2, debugf3,
3308         * src/pic16/ralloc.c: partial fix for packForPush caused
3309         segmentation fault,
3310
3311 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3312
3313         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3314           <stsp AT users.sourceforge.net> with reversed byte order
3315         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3316
3317 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3318
3319         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3320           bug #1074377
3321         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3322         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3323
3324 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3325
3326         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3327
3328 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3329
3330         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3331           conditions,
3332           (setFromConditionArgs): friendly operand parser for peephole rules,
3333           (operandBaseName, operandsNotRelated): new peephole condition
3334           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3335           architecture specific register naming into account, handles n-way
3336           comparisons, and supports quoted literals
3337         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3338
3339 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3340
3341         * src/mcs51/peeph.def: fixed bug #1076940
3342
3343 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3344
3345         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3346
3347 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3348
3349         Adding support for replacing ljmps with sjmps in jumptables
3350         generated for switch statements. For now you need to set the
3351         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3352         Now 4 algorithms for mcs51 jumptable generation are used:
3353         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3354         addresses loaded pc-relative for up to 112 cases and stack-pushing
3355         target addresses loaded with offset from dptr for up to 256 cases.
3356
3357         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3358         * src/mcs51/main.c: adapted constants for switch table generation
3359         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3360
3361 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3362
3363         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3364         * support/regression/tests/bug1057979.c: added test for bug 1073386
3365
3366 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3367
3368         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3369         compilers
3370
3371 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3372
3373         * src/pic16/device.h,
3374         * src/pic16/genarith.c,
3375         * src/pic16/glue.c,
3376         * src/pic16/main.c,
3377         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3378
3379 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3380
3381         Large cummulative patch for pic16 port.
3382         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3383         to call when a stack overflow occurs,
3384         * (malloc.h): added CVS Id tag,
3385         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3386         variable,
3387         * added libc directory. The current version of LibC contains string
3388         functions, ctype functions and macros and some functions of the
3389         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3390         be extensively tested in the future. Standard disclaimer here.
3391         Library is not automatically build yet. But one can build it by
3392         invoking 'make' inside the libc directory.
3393         * added ADC library under libio. Preliminary version yet.
3394
3395         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3396         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3397         aopForRemat() now and not by pic16_aopOp(),
3398         * (pic16_popGetTempReg): removed warning messgae when allocating
3399         temporary registers, its a buggy feature and will be removed,
3400         * (pic16_popGet): set register instance field in AOP_CRY,
3401         * (pic16_outBitC): fixed for results in size greater than 1,
3402         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3403         * (pic16_storeForReturn): optimized return of 0,
3404         * (genCmp): experimental code for new genCmp which uses PIC18's
3405         special compare&skip instructions. Initial tests fail some times
3406         with variables grater than 1 byte in size, so new code is disabled,
3407         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3408         a single bit,
3409         * (genCast): began a fix to optimize the casting of a bit to another
3410         bit, now assigning a bitfield to another bitfield will fail, sorry,
3411         * src/pic16/main.c: disabled the use of lr-support feature,
3412         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3413         * added some function prototypes, added function _debugf prototype,
3414         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3415         bits with offset (case PO_GPR_BIT),
3416         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3417         command line,
3418         * (isBankInstruction): modified to return 0 for no banking instruction,
3419         and 1 for banking instruction,
3420         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3421         caused stop processing pCodes after a inline assembly block,
3422         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3423         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3424         registers when it shouldn't,
3425         * src/pic16/ralloc.c (allocReg): add preliminary support for
3426         supporting a limited set of temporary registers,
3427
3428 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3429
3430         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3431           genDataPointerSet): ensure assignments always copy in MSB to LSB
3432           order,
3433           (loadRegFromAop): recognize CLRH optimization,
3434           (genFunction): optimize RECEIVE iCodes in reentrant functions
3435
3436 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3437
3438         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3439           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3440           selected.
3441         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3442         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3443           contiguous with data
3444
3445 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3446
3447         * device/lib/_gptrget.c (_gptrget),
3448         * device/lib/_gptrgetc.c (_gptrgetc),
3449         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3450           instead of sjmp to ret
3451         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3452           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3453
3454 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3455
3456         * .version: bumped version to 2.4.7
3457         * device/lib/_gptrget.c (_gptrget): is now _naked
3458         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3459         * device/lib/_gptrput.c (_gptrput): is now _naked
3460         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3461           (createFunction): fixed xstack
3462         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3463         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3464           or bit either,
3465           (geniCodeCritical): store original interrupt state in an iTemp bit
3466           var unless stack-auto
3467         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3468         * src/SDCCmain.c (setIncludePath): added include/target to search path
3469         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3470         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3471           prototype,
3472           (processFuncArgs): put bit vars in bit area
3473         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3474           unsaveRBank): fixed xstack,
3475           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3476           (genFunction, genEndFunction): fixed xstack,
3477           (genAssign): optimization don't walk backwards through mem
3478         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3479         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3480         * support/regression/Makefile: also make library (for stack-auto) when
3481           making "all" and added "test-mcs51-xstack-auto"
3482         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3483         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3484         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3485         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3486         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3487           make-library by MAKE_LIBRARY
3488         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3489           regression tests for xstack
3490         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3491         * support/regression/tests/critical.c: test for critical on mcs51
3492
3493 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3494
3495         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3496           built version of sdcc instead of installed version
3497
3498 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3499
3500         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3501         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3502           vprintf.c now
3503         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3504         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3505           WARNING: remove device/lib/build/z80/printf.o by hand when
3506           updating from previous build!
3507         * device/lib/z80/printf.c: updated comment
3508         * support/regression/tests/bug1057979.c: test all ports now
3509         * support/regression/tests/bug1065458.c: file added
3510
3511 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3512
3513         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3514           *_start and *_end symbols for static functions
3515
3516 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3517
3518         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3519           and search crt0.o in all library paths,
3520           (setIncludePath): proper handling of --nostdinc,
3521           (setLibPath): proper handling of --nostdlib
3522         * support/regression/Makefile,
3523         * support/regression/ports/ds390/spec.mk,
3524         * support/regression/ports/gbz80/spec.mk,
3525         * support/regression/ports/hc08/spec.mk,
3526         * support/regression/ports/mcs51/spec.mk,
3527         * support/regression/ports/mcs51-large/spec.mk,
3528         * support/regression/ports/mcs51-stack-auto/spec.mk,
3529         * support/regression/ports/z80/spec.mk: use include and lib files from
3530           built version of sdcc instead of installed version
3531         * doc/sdccman.lyx: fixed typo in --nostdinc
3532
3533 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3534
3535         * src/pic/pcode.c,
3536         * src/pic/device.c,
3537         * src/pic/ralloc.c,
3538         * src/pic/gen.c : added support to generate code for struct bit fields.
3539
3540 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3541
3542         * as/xa51/xa_version.h,
3543         * device/include/errno.h,
3544         * device/include/regc515c.h,
3545         * device/lib/_itoa.c,
3546         * device/lib/_ltoa.c,
3547         * device/lib/ser_ir_cts_rts.c,
3548         * sim/ucsim/xa.src/glob.cc,
3549         * sim/ucsim/xa.src/inst_gen.cc,
3550         * sim/ucsim/xa.src/xa_bit.cc,
3551         * sim/ucsim/xa.src/xa_sfr.cc,
3552         * sim/ucsim/z80.src/inst_dd.cc,
3553         * sim/ucsim/z80.src/inst_fdcb.cc,
3554         * support/scripts/keil2sdcc.pl,
3555         * src/pic16/pic16.dsp,
3556         * src/pic16/pic16a.dsp: corrected cvs line endings
3557         * device/lib/printf_large.c: fixed bug 1057979
3558         * src/pic16/gen.c: fixed non-C standard code
3559         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3560         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3561         * support/regression/ports/mcs51/support.c: reload T1 asap
3562         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3563           pdata use and clear idata startup behaviour
3564         * support/regression/tests/bug1057979.c: added
3565
3566 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3567
3568         * device/examples/ds390/ow390/ad26.h,
3569         * device/examples/ds390/ow390/cnt1d.h,
3570         * device/examples/ds390/ow390/crcutil.c,
3571         * device/examples/ds390/ow390/ownet.h,
3572         * device/examples/ds390/ow390/owsesu.c,
3573         * device/examples/ds390/ow390/swt12.h,
3574         * device/examples/ds390/ow390/swtoper.c,
3575         * device/examples/ds390/ow390/temp10.h,
3576         * device/examples/ds390/ow390/thermodl.c,
3577         * device/examples/ds390/tinitalk/tinitalk.dsp,
3578         * device/examples/ds390/tinitalk/tinitalk.dsw,
3579         * device/examples/mcs51/clock/hw.h,
3580         * device/examples/mcs51/simple2/go.bat,
3581         * device/examples/serialcomm/windows/serial.h,
3582         * device/examples/xa51/dummy.c,
3583         * device/examples/xa51/hello.c,
3584         * device/include/80c51xa.h,
3585         * device/include/at89x051.h: corrected cvs line endings
3586
3587 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3588
3589         * src/pic16/main.c (options): added command line --gstack, to trace
3590         stack over/under flows,
3591         * added pragma 'wparam' to allow passing first byte of function
3592         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3593         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3594         call to __gstack_test function and sets up the symbol as extern,
3595         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3596         * popaop): added call to pic16_testStackOverflow,
3597         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3598         wparamList list,
3599         * (genCall, genPcall): now all parameters are passed via stack
3600         except in functions that are pass to wparam pragma in which WREG is
3601         used too,
3602         * (genPcall): REENTRANT flag is checked to see if variable prototype
3603         contains reentrant keyword, don't call a non-reentrant function, via
3604         a reentrant function pointer or vice versa, functions are never
3605         passed via WREG,
3606         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3607         D.Winkler,
3608         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3609         SIGSEGV when accessing a NULL register stucture,
3610         * (pic16_printGPointerType): modified to handle UPPER modifier for
3611         function initializers, changed prototype of function to simpler one,
3612         * (pic16_printIvalFuncPtr): check to see if function is already
3613         added in externs list,
3614         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3615         optimized a move from W to SFR with a move to the same register
3616         later after a CALL,
3617         * device/lib/pic16/debug: NEW directory, contains debug features
3618         which are enabled when linking with libdebug.lib, currently command
3619         line option --gstack enables stack pointer tracing for over/under
3620         flow, corresponding sources are in debug/gstack
3621
3622 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3623
3624         * doc/sdccman.lyx: updated SDCC version,
3625         * (PIC16 port): update list of command line options,
3626         * src/pic16/device.h (structure pic16_options_t): added field gstack
3627         to enable stack overflow tracing on push/pops,
3628         * src/pic16/device.c (statistics structure): added statistics
3629         structure,
3630         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3631         pic16_dump_int_registers): increase statistics counters for each
3632         * variable which is encountered
3633         * (pic16_dump_usection): emit each .udata variable to its own udata
3634         section,
3635         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3636         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3637         parameters via stack, otherwise use old scheme,
3638         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3639         assembler output file,
3640         * src/pic16/main.c: added command line options --gstack to enable
3641         push/pop tracing for stack overflow,
3642         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3643         instructions): added size of each instruction,
3644         * (pic16_countInstruction): estimate size of instructions in
3645         the_pFile list, inline assembly blocks are not counted,
3646         * (pic16_FixRegisterBanking): trace previous register usage, when
3647         banksel optimizations is greater than 0, don't emit a redudant
3648         banksel directive,
3649
3650 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3651
3652         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3653         * src/pic16/ralloc.c : applied same fix for pic16.
3654         * src/pic/gen.c : tidied it up a little.
3655
3656 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3657
3658         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3659         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3660
3661 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3662
3663         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3664
3665 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3666
3667         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3668         non-reentrant function __modsint in the interrupt function (thus
3669         corrupting math operations during serial I/O)
3670         * device/lib/ser_ir.c: as above, changed buffersize
3671         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3672         256.c,d for zeroing
3673         * doc/Makefile: added option -t for rsync
3674
3675 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3676
3677         * src/SDCCast.h (struct ast),
3678         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3679
3680 2004-10-20 Borut Razem <borut.razem AT siol.net>
3681
3682         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3683         package
3684
3685 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3686
3687         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3688         makefile targets,
3689         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3690         support functions to replace long sequences of MOVFF's from access
3691         bank registers to stack and vice versa,
3692         * src/pic16/device.h: added new field opt_flags, where optimization
3693         flags can be set to enable certain features,
3694         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3695         * pBlock, (genFunction, genEndFunction): surroung loop for
3696         saving/loading used registers in stack with PC_INFO pCodes,
3697         INF_LREGS. Code in between can then be optimized by pCode optimizer
3698         to support function calls,
3699         * (genDataPointerSet): fixed bug which loaded float fields in
3700         structures with corrupt data,
3701         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3702         in a standard way debug info on stderr. Feature used for developing
3703         and debugging only,
3704         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3705         obsolete chunks of code,
3706         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3707         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3708         * pic16/src/pcode.c (pic16_newpCodeInfo,
3709         * (pic16_newpCodeOpLocalRegs),
3710         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3711         feature,
3712         * (pic16_pCodeConstString): printing of the initial value of a
3713         symbol as a comment is inhibited since parsing was already done by
3714         copyStr and output is corrupt,
3715         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3716
3717 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3718
3719         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3720
3721 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3722
3723         * as/mcs51/lkarea.c: removed old K&R style,
3724           (lnksect): changed check on boundary error,
3725           (lnksect2): changed check on boundary error,
3726           (lnksect2): extend XSTK to end of page if size = 1
3727         * as/mcs51/lkmain.c: removed old K&R style,
3728           (Areas51): create l_IRAM symbol
3729         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3730         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3731           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3732         * device/lib/_mullong.c: added version to be compiled with xstack
3733         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3734         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3735         * device/lib/mcs51/crtxstack.asm: fixed comment
3736         * src/SDCCglue.c: maxInterrupts defaults to 0,
3737           (emitMaps): added pdata,
3738           (createInterruptVect): (re)moved default,
3739           (glue): added pdata,
3740           (glue): moved __start__xstack to XSTK with default size 1
3741         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3742           and options.float_rent when options.stackAuto is set,
3743           (linkEdit): only write XDATA_NAME if provided on command line
3744         * src/SDCCmem.h,
3745         * src/SDCCmem.c: added pdata
3746         * src/port.h: added pdata_name to PORT
3747         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3748           (saveRegisters, unsaveRegisters): removed usage of B,
3749           (genMinus): fixed accumulator clash,
3750           (genJumpTab): added comment, this needs another look
3751         * src/mcs51/gen.c: added check for "B in use" paranoia,
3752           added pushB() and popB()
3753         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3754           chance
3755         * src/avr/main.c,
3756         * src/ds390/main.c,
3757         * src/hc08/main.c,
3758         * src/mcs51/main.c,
3759         * src/pic/main.c,
3760         * src/pic16/main.c,
3761         * src/xa51/main.c,
3762         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3763           added PSEG (PAG,XDATA) or NULL to port specifier
3764         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3765         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3766           (_mcs51_genInitStartup): removed __start__xstack equ,
3767           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3768         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3769         * src/z80/gen.c (_rleAppend): fixed warnings
3770         * support/regression/tests/zeropad.c: added pdata test
3771         * .version: bumped to 2.4.6
3772
3773 2004-10-17 Borut Razem <borut.razem AT siol.net>
3774
3775         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3776         as a part of nightly build
3777
3778 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3779
3780         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3781         WREG holds the first byte function parameters,
3782         * (aopForSym): take special case for symbols which are in FARSPACE
3783         but in CODESPACE too,
3784         * (assignResultValue): modified to take into account _G.useWreg,
3785         * (genCall): don't use wreg for parameter passing when function is
3786         declared as reentrant, too, added optimization INCF to stack
3787         pointer when stack parameter count is 1,
3788         * (genFunction, genEndFunction): refurnished and fixed to not using
3789         wreg for passing parameters when function has varargs or is
3790         reentrant, fixed bug with symbol name compare for generating
3791         functions in absolute address,
3792         * (pic16_storeForReturn): refurnished,
3793         * (genCmp): began writing a new version of the function, not ready
3794         yet, therefore it is disabled,
3795         * (genAssign): do not read code memory when assigning a function to
3796         a pointer function,
3797         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3798         array of characters, not pointer,
3799         * (pic16initialComments): in debug mode emit an .ident directive for
3800         the assembler,
3801         * (_process_pragma): emit a new warning type (internal to pic16)
3802         when setting stack to default length, emit a similar warning when
3803         placing a function at absolute address and address is not word aligned
3804         * (_pic16_parseOptions): added 'return TRUE' statement,
3805         * (_pic16_linkEdit): if compiling a source, then add the source's
3806         file object, first in the list of objects to link,
3807
3808 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3809
3810         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3811         * src/pic/main.c : removed VC warning.
3812         * src/pic/gen.c : changed comment.
3813
3814 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3815
3816         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3817         reference to a deprecated symbol _GPTRREG was causing failure to
3818         link. Thanks G. M. Gallant for the info.
3819
3820 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3821
3822         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3823         comments for Bugs item #954788.
3824
3825 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3826
3827         * src/pic16/device.c (pic16_dump_gsection,
3828         * pic16_groupRegistersInSection): handle symbols declared to be in
3829         access bank differently,
3830         * src/pic16/gen.c (struct _G): added field resDirect,
3831         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3832         send values read from stack directly to result and don't allocate
3833         temporary values,
3834         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3835         same registers,
3836         * (pic16_sameRegsOfs): NEW,
3837         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3838         free because they were not allocated from temporary pool,
3839         * pic16_popRegFromString): workaround to fix a problem with
3840         allocating variables twice or never,
3841         * (genGenPointerGet): using PRODL instead of FSR0H,
3842         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3843         instead of FSR0H,
3844         * (genAssign): take advantage of the _G.resDirect flag,
3845         * (genCast): around line 11844, use mov2f instead of directly
3846         MOVFF'ing between operands to account for literal values,
3847         * src/pic16/genutils.c: some new debug functions for gpsim have been
3848         added,
3849         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3850         float with integer part only,
3851         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3852         place variables in access bank
3853         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3854         updated sources to reflect recent changes in gen.c
3855
3856 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3857
3858         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3859         sources that searched for headers in installation path, now the
3860         device/include/pic16 is used,
3861         * src/pic16/glue.c (pic16glue),
3862         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3863         .line directives if not in debug mode, this suppresses assembler's
3864         warnings for ignored directives
3865
3866 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3867
3868         * src/port.h: made reset_regparms prototype void parameter explicit.
3869         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3870         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3871         * doc/sdccman.lyx: documented warning disabling and how to use
3872           printf_large to make it print floats.
3873         * device/include/stdbool.h: NEW
3874         * device/lib/_atof.c,
3875         * device/lib/_divuint.c,
3876         * device/lib/_divulong.c,
3877         * device/lib/expf.c,
3878         * device/lib/printf_large.c,
3879         * device/lib/sincosf.c,
3880         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3881         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3882           a completely reentrant lib.
3883
3884 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3885
3886         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3887         * device/include/pic16/stdio.h: fixed bug with colon
3888
3889 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3890
3891         * device/include/pic16/stdio.h,
3892         * device/include/pic16/stdlib.h,
3893         * device/include/pic16/math.h: NEW
3894         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3895         declared as _naked to reduce overhead
3896         * device/lib/Makefile.in (target port-specific-objects-pic16):
3897         changed * to *.* so to ignore the CVS directory,
3898         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3899         stacked variables back in stack,
3900         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3901         corruption
3902
3903 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3904
3905         * .version: bumped version number to 2.4.5
3906         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3907         * support/Util/SDCCerr.c (messages structure): added entry for
3908         W_POSSBUG2
3909
3910         Large cumulative patch for pic16 port and libraries.
3911         * device/include/pic16/sdcc-lib.h,
3912         * device/include/pic16/stdarg.h,
3913         * device/include/asm/pic16/features.h,
3914         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3915         * device/include/pic16/float.h: changes reentrant keyword with
3916         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3917         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3918         updated target build-libraries to include objects from gptr,
3919         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3920         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3921         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3922         all function headings,
3923         * src/SDCCmain.c: added global parameter userIncDirsSet,
3924         * (parseCmdLine): when option -I is encountered add directory to
3925         userIncDirsSet too,
3926         * src/version.awk: added space between control and long,
3927         * src/pic16/NOTES: added some notes for the port,
3928         * src/pic16/gen.c: added prototype for mov2fp function,
3929         * (fReturnpic16[]): properly named return value registers,
3930         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3931         * (aopForSym): added code to handle symbols with onStack flag set,
3932         symbols onStack are allocated PTRSIZE bytes,
3933         * (aopFreeAsmop): handles special case where asmops are stack objects,
3934         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3935         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3936         added argument lock to trace flaws in allocating temporary registers
3937         when developing port,
3938         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3939         * (pic16_popRegFromString): reenabled allocating a direct register
3940         from string,
3941         * (assignResultValue): various beautifications,
3942         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3943         referenced function argument,
3944         * (genIpush): reenabled to allow stacked arguments, handles only
3945         ic->parmPush iCodes,
3946         * (genCall, genPcall): major changes to allow for variable argument
3947         functions, fixed a bug with falsely restoring stack pointer after
3948         returning from call,
3949         * (genFunction): pending code for critical function,
3950         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3951         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3952         * (genNearPointerGet): fixed bug with indirect reading, was always
3953         reading from INDF0
3954         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3955         pointers,
3956         * (genAddrOf): rewrote code to take address of a stacked function parameter
3957         * (genCast): fixed casting to generic pointer type,
3958         * src/pic16/gen.h: added AOP_STA,
3959         * (struct asmop): added field stk,
3960         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3961         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3962         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3963         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3964         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3965         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3966         generic pointers,
3967         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3968         and library paths,
3969         * (pic16_port structure): generic pointer size is set to 3,
3970         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3971         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3972         compiler warning,
3973         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3974         operand is an iTemp,
3975
3976 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3977
3978         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3979         * debugger/mcs51/simi.c: addapt new syntax of s51
3980
3981 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3982
3983         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3984         * src/pic16/pcode.c: commented out some calls to free() in order to
3985         fix bug #989576,
3986
3987 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3988
3989         * src/SDCCicode.h,
3990         * src/SDCCicode.c (isiCodeInFunctionCall),
3991         * src/avr/ralloc.c (selectSpil),
3992         * src/pic/ralloc.c (selectSpil),
3993         * src/pic16/ralloc.c (selectSpil),
3994         * src/ds390/ralloc.c (selectSpil),
3995         * src/hc08/ralloc.c (selectSpil),
3996         * src/xa51/ralloc.c (selectSpil),
3997         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3998         stack in the middle of a function call sequence (fixes bug #1020268)
3999         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4000         costs associated with the minimum switch case.
4001
4002 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4003
4004         * src/SDCC.lex: fixed bug #1030549
4005
4006 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4007
4008         * src/SDCCcse.h (struct cseDef),
4009         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4010         over a function call if the CSE is derived from a symbol whose
4011         address has been taken (fixes bug #1029883)
4012         * support/regression/tests/bug-1029883: a new regression test for
4013         this bug
4014
4015 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4016
4017         * src/hc08/gen.c (emitinline): fixed bug #1029778
4018         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4019         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4020         and starts toward RFE #905167)
4021
4022 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4023
4024         * src/pic16/gen.c (mov2f): New function to move an operand to
4025         another without considering if it is a literal or a register,
4026         * (pic16_sameRegs): don't check if they are both AOP_REG,
4027         * (AccRsh): removed andmask=0 lines,
4028         * (genLeftShift): duplicated to be improved in future versions,
4029         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4030         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4031         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4032         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4033         * (insertBankSwitch): fixed inserting banksel directives algorithm
4034         for instructions that follow a skip instruction, this fixes a report
4035         for broken subtraction code generation,
4036         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4037         iCode is a left op, just in case result and right share the same
4038         registers
4039
4040 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4041
4042         * src/hc08/main.c,
4043         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4044         preservation of HX
4045         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4046         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4047         on 2004-09-12; it was buggy
4048
4049 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4050
4051         * src/SDCCsymt.h: removed RESULT_CHECK
4052         * src/SDCCast.c,
4053         * src/SDCCglue.c,
4054         * src/SDCCval.c,
4055         * src/pic/glue.c,
4056         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4057
4058 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4059
4060         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4061         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4062         configuration values no more rejected by compiler, they are assigned
4063         to configuration registers with a warning message instead,
4064         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4065         the for-loop so last conf register is emitted too,
4066         * (_pic16_initPaths): link library libsdcc.lib by default,
4067         * (_hasNativeMulFor): modified test for multiplication according to
4068         Raphael Neider's remarks. Integer multiplication is also done with
4069         support functions,
4070         * device/include/pic16/pic18fregs.h: corrected type error in while
4071         testing and including 18f6720 header file
4072
4073 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4074
4075         * src/pic16/device.h (pic16_options): removed field use_crt,
4076         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4077         until an optimization to handle single bits is added,
4078         * (pic16_loadFSR0): moved before genUnpackBits,
4079         * (genAnd): some white lines removed,
4080         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4081         leave_reset flags in pic16_options when using crt modules,
4082
4083 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4084
4085         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4086           for bugs 898889 & 979599. Also used some safer print instructions.
4087
4088 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4089
4090         * src/pic16/device.h (pic16_options_t): added field use_crt,
4091         crt_name, no_crt,
4092         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4093         catch a probable future bug,
4094         * src/pic16/gen.c: aopIdx function commented out,
4095         * (genAssign): commented out old code which used aopIdx,
4096         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4097         code, added if conditionals to take into account the --use-crt
4098         command line options,
4099         * src/pic16/main.c (pic16_optionsTable): added new command line
4100         options, --use-crt= and --no-crt,
4101         * (_pic16_linkEdit): now the proper crt object is added in the
4102         linker command line except than when --no-crt is specified,
4103         * src/pic16/pcode.c,
4104         * src/pic16/pcode.h: added some structures and functions for a new
4105         optimization scheme to compansate for instruction overhead between
4106         same iCodes, this scheme is currently under development and is not
4107         working in any way,
4108         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4109         to && operator,
4110         * device/lib/pic16/startup/crt0i.c,
4111         * device/lib/pic16/startup/crt0iz.c: added global char variable
4112         __uflags to force the generation of an idata section
4113
4114 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4115
4116         * doc/Makefile,
4117         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4118         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4119
4120 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4121
4122         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4123         Frieder) and clarified the default code optimization mode
4124
4125 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4126
4127         * src/SDCC.lex (doPragma, process_pragma),
4128         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4129         "opt_code_size", and "opt_code_balanced"
4130         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4131         regrouped options by category, added support for category headers
4132         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4133         and "--opt-code-size"
4134         * doc/sdccman.lyx: documented these new options and pragmas
4135         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4136         preference into account
4137
4138 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4139
4140         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4141           geniCodePreDec): Fixed bug 904237 by generating a warning
4142         * src/SDCCerr.h,
4143         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4144
4145 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4146
4147         * src/pic/device.c : When no max ram set validate full memory range.
4148         * src/pic/pcode.c,
4149         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4150
4151 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4152
4153         * device/lib/_gptrget.c,
4154         * device/lib/_gptrput.c: updated comment
4155         * device/lib/calloc.c,
4156         * device/lib/free.c,
4157         * device/lib/malloc.c,
4158         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4159         * src/SDCCcse.c (cseBBlock),
4160         * src/SDCCicode.c (printOperand, geniCodeArray),
4161         * src/SDCCicode.h (struct operand): fixed bug 868103
4162         * support/regression/tests/bug-868103.c: added
4163         * src/SDCCast.c (searchLitOp),
4164         * src/SDCCcse.h (struct cseDef),
4165         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4166         * src/SDCCicode.h (struct operand),
4167         * src/SDCCsymt.h (struct sym_link),
4168         * src/avr/gen.c (hasInc),
4169         * src/ds390/gen.c (hasInc),
4170         * src/hc08/gen.c (genPlusIncr, hasInc),
4171         * src/mcs51/gen.c (hasInc),
4172         * src/pic16/glue.c (pic16_printIvalChar),
4173         * src/pic16/ralloc.c (regWithIdx),
4174         * src/xa51/gen.c (hasInc) : removed warnings
4175         * src/SDCCast.c (createBlock): added comment ???
4176         * src/hc08/ralloc.c: updated comments
4177
4178 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4179
4180         * doc/sdccman.lyx: updated section on switch statements, added
4181         section about semaphore locking
4182         * doc/Makefile: added option -info for latex2html
4183         * device/lib/_gptrget.c,
4184         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4185
4186 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4187
4188         * src/pic/device.h,
4189         * src/pic/device.c,
4190         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4191          maxram is less than 0x100.
4192
4193 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4194
4195         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4196
4197 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4198
4199         * src/port.h,
4200         * src/mcs51/main.c,
4201         * src/ds390/main.c,
4202         * src/z80/main.c,
4203         * src/hc08/main.c,
4204         * src/pic/main.c,
4205         * src/pic16/main.c,
4206         * src/avr/main.c,
4207         * src/xa51/main.c
4208         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4209         a jump table is the best form for a switch statement, including
4210         automatic insertion of missing cases to make the case range
4211         continuous. Developed in collaboration with Frieder Ferlemann.
4212
4213 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4214
4215         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4216         accumulator result if it needs sign extension
4217
4218 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4219
4220         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4221
4222 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4223
4224         * device/lib/gbz80/printf.c,
4225         * device/lib/z80/printf.c: removed define for NULL
4226
4227 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4228
4229         * as/xa51/xa_link.c,
4230         * device/examples/ds390/ow390/ad26.c,
4231         * device/examples/ds390/ow390/cnt1d.c,
4232         * device/examples/ds390/ow390/counter.c,
4233         * device/examples/ds390/ow390/ds2480.h,
4234         * device/examples/ds390/ow390/ds2480ut.c,
4235         * device/examples/ds390/ow390/findtype.c,
4236         * device/examples/ds390/ow390/gethumd.c,
4237         * device/examples/ds390/ow390/owllu.c,
4238         * device/examples/ds390/ow390/ownetu.c,
4239         * device/examples/ds390/ow390/swt12.c,
4240         * device/examples/ds390/ow390/swtloop.c,
4241         * device/examples/ds390/ow390/temp.c,
4242         * device/examples/ds390/ow390/temp10.c,
4243         * device/examples/ds390/ow390/thermo21.c,
4244         * device/examples/ds390/ow390/tinilnk.c,
4245         * device/examples/ds390/ow390/tstfind.c,
4246         * device/examples/serialcomm/windows/serial.cpp,
4247         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4248         * device/include/reg51.h: fixed line endings for cvs
4249
4250 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4251
4252         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4253         packRegsForAccUse, packRegisters): new accumulator register
4254         packing algorithm
4255         * support/regression/ports/hc08/support.c (_putchar): suppress
4256         warning of unused variable
4257         * src/SDCCicode.c: added SWAP entry to codeTable
4258
4259 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4260
4261         * device/lib/sprintf.c: forgot to add this file before previous commit
4262
4263 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4264
4265         * src/pic16/gen.c (genPackBits): added operand right in function
4266         parameters, load result directly if p_type is POINTER (that is
4267         called by genNearPointerSet)
4268         * (genUnPackBits): added operand left in function parameters,
4269         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4270         FSR0 if accessing bitfields,
4271
4272 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4273
4274         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4275           _print_format; updated printf, sprintf, vsprintf
4276         * device/include/asm/default/features.h: corrected comment/define
4277         * device/lib/Makefile.in: added sprintf.c
4278         * device/lib/libsdcc.lib: added sprintf module
4279         * device/lib/printf_large.c,
4280         * device/lib/vprintf.c,
4281         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4282           into these 3 files
4283         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4284         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4285         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4286           hc08 test
4287         * support/regression/tests/zeropad.c: define idata as data for hc08
4288
4289 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4290
4291         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4292         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4293         labels are referenced at least once (even if a reference is not found)
4294         * src/hc08/gen.c (emitcode): set isComment flag for comments
4295         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4296         loads), rules 6a..6b (optimize jumps to return)
4297
4298 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4299
4300         * device/lib/acosf.c (acosf),
4301         * device/lib/asinf.c (asinf),
4302         * device/lib/atanf.c (atanf),
4303         * device/lib/ceilf.c (ceilf),
4304         * device/lib/cosf.c (cosf),
4305         * device/lib/coshf.c (coshf),
4306         * device/lib/cotf.c (cotf),
4307         * device/lib/fabsf.c (fabsf),
4308         * device/lib/floorf.c (floorf),
4309         * device/lib/log10f.c (log10f),
4310         * device/lib/logf.c (logf),
4311         * device/lib/sinf.c (sinf),
4312         * device/lib/sinhf.c (sinhf),
4313         * device/lib/sqrtf.c (sqrtf),
4314         * device/lib/tanf.c (tanf),
4315         * device/lib/tanhf.c (tanhf),
4316         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4317         replaced all instances of "reentrant" in the library functions
4318         defined in math.h with this macro.
4319         * support/regression/tests/float_trans.c: reenabled test for hc08
4320
4321 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4322
4323         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4324         erroneously deleted
4325
4326 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4327
4328         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4329         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4330         multi-byte volatile operands are used
4331         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4332         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4333         initialization to area GSINIT0 so that it would always precede
4334         any static initializers in GSINIT
4335         * support/regression/tests/zeropad.c: fixed idata define for hc08
4336         * support/regression/tests/bug-927659.c,
4337         * support/regression/tests/float_trans.c: disabled tests for hc08
4338         pending missing library routines
4339         * .version: increased version number to 2.4.4 - hc08 port now passes
4340         regression tests
4341
4342
4343 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4344
4345         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4346         * Makefile.common.in,
4347         * as/Makefile,
4348         * as/hc08/Makefile.in,
4349         * as/mcs51/Makefile.in,
4350         * as/z80/Makefile.in,
4351         * debugger/mcs51/Makefile.in,
4352         * device/include/Makefile.in,
4353         * device/lib/Makefile.in,
4354         * doc/Makefile,
4355         * link/Makefile,
4356         * link/z80/Makefile.in,
4357         * packihx/Makefile.in,
4358         * sim/ucsim/main_in.mk,
4359         * sim/ucsim/avr.src/Makefile.in,
4360         * sim/ucsim/doc/Makefile.in,
4361         * sim/ucsim/gui.src/serio.src/Makefile.in,
4362         * sim/ucsim/hc08.src/Makefile.in,
4363         * sim/ucsim/s51.src/Makefile.in,
4364         * sim/ucsim/xa.src/Makefile.in,
4365         * sim/ucsim/z80.src/Makefile.in,
4366         * src/Makefile.in,
4367         * support/cpp2/Makefile.in,
4368         * support/librarian/Makefile,
4369         * support/makebin/Makefile: added DESTDIR to the install path proposed
4370         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4371         * doc/sdccman.lyx: added DESTDIR documentation
4372
4373 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4374
4375         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4376         instruction for interrupt handlers, use fast returns when returning
4377         from high priority interrupts
4378
4379 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4380
4381         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4382         code generation
4383         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4384         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4385         bugs, ported much of Bernhard's code from mcs51
4386         * src/mcs51/gen.c (genSend),
4387         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4388         than one when calling a reentrant function
4389         * device/lib/_mullong.c: defined an alternate struct layout for big
4390         endian ports (hc08)
4391
4392 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4393
4394         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4395         test
4396
4397 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4398
4399         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4400         are sane and complete before asking the port its prefered parameter
4401         passing method (fixes bug #1017633)
4402         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4403         and _ret3
4404
4405 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4406
4407         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4408         problem in bitfields >= 8 bits.
4409
4410 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4411
4412         * src/SDCCsymt.c: undid changes that were not meant to be committed
4413
4414 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4415
4416         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4417
4418 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4419
4420         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4421           copied and wrong bit got inverted
4422
4423 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4424
4425         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4426         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4427         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4428         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4429         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4430         assignments to bitfields at known addresses
4431         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4432         reads from bitfields at known addresses
4433         * src/hc08/ralloc.c (packRegisters),
4434         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4435         genhc08Code): optimize pointer get values used as conditionals
4436         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4437         and branch
4438
4439 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4440
4441         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4442         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4443         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4444         as conditionals
4445
4446 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4447
4448         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4449
4450 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4451
4452         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4453         related problems
4454
4455 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4456
4457         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4458
4459 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4460
4461         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4462         mcs51 port
4463
4464 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4465
4466         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4467
4468 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4469
4470         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4471         cases use more compact code.
4472
4473 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4474
4475         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4476
4477 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4478
4479         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4480
4481 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4482
4483         * src/SDCCsymt.h,
4484         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4485         parameter of changePointer() from symbol* to sym_link*
4486         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4487         * src/SDCCsymt.c (compareType): void* type is castable to other
4488         pointers, but not necesarily an exact match.
4489         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4490         is no longer blindly treated as an exact match.
4491         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4492
4493 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4494
4495         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4496
4497 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4498
4499         * src/pic/gen.c,
4500         * src/pic/pcode.c,
4501         * src/pic/ralloc.h,
4502         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4503
4504 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4505
4506         * src/pic/device.c,
4507         * src/pic/device.h,
4508         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4509
4510 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4511
4512         * src/mcs51/gen.c (emitcode): fixed bug #992819
4513
4514 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4515
4516         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4517           there's no need to make it worse
4518
4519 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4520
4521         * src/mcs51/ralloc.c (deassignLR),
4522         * src/ds390/ralloc.c (deassignLR),
4523         * src/hc08/ralloc.c (deassignLR),
4524         * src/z80/ralloc.c (deassignLR),
4525         * src/pic/ralloc.c (deassignLR),
4526         * src/pic16/ralloc.c (deassignLR),
4527         * src/avr/ralloc.c (deassignLR),
4528         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4529         rlivePoint): fixed another part of bug #971834
4530
4531 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4532
4533         * src/z80/main.c: enabled "critical" keyword
4534         * src/z80/mappings.i,
4535         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4536         functions (fixes bug #979646)
4537         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4538
4539 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4540
4541         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4542           such as c:\mydir.
4543
4544 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4545
4546         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4547           doesn't disable too much optimizations
4548
4549 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4550
4551         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4552
4553 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4554
4555         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4556
4557 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4558
4559         * src/pic/gen.c tidied up tabs
4560         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4561         * src/pic/main.c tidied up tabs
4562         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4563         * src/pic/pcoderegs.c tidied up tabs
4564         * src/pic/ralloc.c tidied up tabs
4565
4566 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4567
4568         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4569         to S_FIXED for pic16 port and when symbol is not in level 0,
4570         allocate for S_REGISTER storage class and pic16 port, too,
4571         * src/pic16/device.h: prototype for checkSym,
4572         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4573         * (pic16_assignConfigWordValue): test the value and the mask to
4574         validate that the value is suitable for the configuration word,
4575         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4576         collect extern declared symbols, don't emit symbol twice, check
4577         first if symbol is in publics set first,
4578         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4579         * added command line '--fstack' which enables an experimental
4580         feature for stack access, too buggy to be used yet...
4581         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4582         * (pic16_allocDirReg): when register has storage class S_REGISTER
4583         allocate in pic16_dynAccessRegs,
4584         * device/include/pic16/pic18f????.h: modified configuration word
4585         naming convention, words started as CONFIG0H but should be CONFIG1H
4586
4587 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4588
4589         * device/include/mcs51reg.h: fixed bug 970993
4590
4591 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4592
4593         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4594         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4595         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4596         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4597         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4598         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4599           error/warning numbers,
4600           added function setWarningDisabled()
4601         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4602         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4603           _memcmp.c _memmove.c calloc.c realloc.c free.c
4604         * support/regression/tests/malloc.c: added tests for new functionality
4605         * support/regression/tests/zeropad.c: added tests for truncated initializers
4606           and initialized char arrays starting with '\x0'
4607         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4608
4609 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4610
4611         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4612
4613 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4614
4615         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4616         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4617         peephole 177.e. Thanks to anonymous
4618
4619 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4620
4621         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4622         function isn't used in the source but referenced as a
4623         variable initializer then declare it as extern in .asm file
4624
4625 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4626
4627         * .version: increased version number to 2.4.3
4628
4629         Adding version extension according to ChangeLog CVS revision
4630         * src/Makefile.in (target all): added dependency 'version.h'
4631         * (rule version.h): added rule to create version.h from ChangeLog,
4632         * (rule dep): added dependency version.h,
4633         * src/version.awk: AWK script to create version.h
4634         * src/SDCCdwarf2.c (dwWriteModule),
4635         * src/SDCCglue.c (initialComments),
4636         * src/SDCCmain.c (printVersionInfo): modified to write after
4637         version string the version extension number,
4638         * src/SDCCutil.c: included "version.h"
4639         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4640         number,
4641         * src/SDCCutil.h: added prototype for getBuildNumber
4642
4643         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4644         includeDirsSet, too,
4645         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4646         const char [] is found in function prototype...
4647
4648         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4649         moving to WREG with source is already in WREG,
4650         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4651         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4652         * (aopForSym): stack'ed symbols are partially supported, added
4653         if-clause to support symbols in FARSPACE,
4654         * (sameRegs): added test for AOP_ACC to see if registers are same,
4655         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4656         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4657         * (pic16_popRegFromString): will not allocate a new register if it
4658         doesn't find one by name, bug may have introduced...
4659         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4660         * (genIpush): revived to use pic16 port's stack,
4661         * (genAddrOf): added incomplete case for stack'ed operand,
4662         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4663         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4664         can handle multibyte operands,
4665         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4666         * (pic16initialComments): added message for MPLAB compatibility
4667         mode enabled,
4668         * src/pic16/main.h: prototype for pic16_mplab_comp,
4669         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4670         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4671         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4672         because of increased complexity of procedure,
4673         * (_process_pragma): stack pragma changed to format 'stack pos len',
4674         emit symbol '_stack_end' to conform with gplink,
4675         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4676         to search for register,
4677         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4678         PO_GPR_REGISTER,
4679         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4680         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4681         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4682         case for PO_GPR_REGISTER,
4683         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4684         dies, the new era is ahead !...
4685         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4686         pic16_dynInternalRegs,
4687         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4688         * (pic16_allocDirReg): minor optimizations and bug fixes,
4689         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4690
4691         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4692         load stack and frame pointer with address of 'stack_end' symbol
4693
4694 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4695
4696         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4697         without source code but only variable initializers
4698
4699 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4700
4701         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4702         external are not declared as extern to reduce overhead while linking
4703
4704 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4705
4706         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4707
4708 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4709
4710         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4711           Yee Keat for the patch
4712         * src/SDCCast.c (decorateType): fixed bug #979599
4713         * src/ds390/gen.h: removed local fReturnSizeDS390
4714         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4715         * src/ds390/gen.c (genAnd, genOr, genXor),
4716         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4717
4718 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4719
4720         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4721         add relFilesSet to $3, manipulate $2 to handle linking of object
4722         files without source files in command line,
4723         * device/include/pic16 (all headers): added ID location macros,
4724         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4725         entries for ID location bytes,
4726         * (pic16_assignIdByteValue): NEW,
4727         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4728         added field dumpcalltree to pic16_options_t,
4729         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4730         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4731         emitting rFalseIfx label after check_carry label,
4732         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4733         pic16_emitDIRegs), NEW
4734         * (pic16glue): dump .calltree file when option --calltree found,
4735         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4736         * (_pic16_genAssemblerPreamble): emit ID locations after
4737         configuration registers,
4738         * (pic16_linkCmd): modifications of the link command,
4739         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4740         * (pic16_pCodeInitRegisters): don't init stack registers,
4741         * (pic16_findPrevInstruction): fixed bug,
4742         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4743         bug with immediate registers,
4744         * (buildCallTree): traces stack push and pop,
4745         * (pct2): dump also stack usage for each function,
4746         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4747         * (pic16_allocDirReg): various modifications,
4748         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4749         fixed to 1,
4750
4751 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4752
4753         * src/pic16/pcode.c: removed buggy double colon
4754
4755 2004-07-01 Borut Razem <borut.razem AT siol.net>
4756
4757         * support/scripts/sdcc.nsi: added include/pic16 to setup
4758
4759 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4760
4761         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4762         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4763         target 'clean',
4764         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4765         specific command line arguments. Also added sample lkr script
4766         for placing a variable at a specific memory bank.
4767         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4768         at a specific memory bank,
4769         * (pic16_dump_isection): fixed bug which caused string literals to
4770         be omitted when dumping idata section,
4771         * (pic16_groupRegistersInSection): added code to handle registers
4772         in specific memory banks,
4773         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4774         public, all references are renamed too,
4775         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4776         AOP_DPTR2,
4777         * (pic16_storeForReturn): added case to handle when dest is WREG,
4778         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4779         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4780         pic16_rel_udata, check to see if that register is marked as being
4781         a member of a specific memory bank,
4782         * (pic16_printIvalCharPtr): added code to add string literals either
4783         to code or the idata sections,
4784         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4785         also accept the 'udata' pragma,
4786         * src/pic16/main.h: new structure types sectName and sectSym
4787         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4788         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4789         * (pic16_findPrevInstruction): fixed, it returned nothing,
4790         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4791         instruction combinations,
4792         * (pic16_FixRegisterBanking): heavily reorganised,
4793         * (pic16_AnalyzeBanking): if generating banksel directives is
4794         disabled, then don't call FixRegisterBanking at all,
4795         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4796         completely removed,
4797         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4798
4799 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4800
4801         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4802         Phuah Yee Keat <yk.phuah AT nestac.com>
4803
4804 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4805
4806         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4807         correctly the IVT even if it is relocated to some other location
4808
4809 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4810
4811         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4812         * device/include/pic16/pic18f2220.h: NEW,
4813         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4814         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4815         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4816         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4817         nodefaultlibs, ivt_loc is the location of the interrupt vector
4818         table, and nodefaultlibs signs that default libraries should not be
4819         linked in link stage,
4820         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4821         according to --ivt-loc argument,
4822         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4823         when pragma stack is found,
4824
4825 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4826
4827         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4828         256 (range check), 257 (do while), 258.a-f (bit banging
4829         f.e. on 3-wire SPI bus)
4830
4831 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4832
4833         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4834         variables used exclusively within a loop
4835
4836 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4837
4838         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4839
4840 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4841
4842         * src/SDCClrange.c (computeClash): fixed bug #971834
4843
4844 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4845
4846         * src/mcs51/gen.c (genCmp): fixed bug #975903
4847         * src/hc08/gen.c (operandsEqu),
4848         * src/ds390/gen.c (operandsEqu),
4849         * src/z80/gen.c (operandsEqu),
4850         * src/pic/gen.c (operandsEqu),
4851         * src/pic16/gen.c (operandsEqu),
4852         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4853         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4854
4855 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4856
4857         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4858
4859 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4860
4861         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4862         default case in switch statement,
4863         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4864         to eliminate problem with initialisation of pointers, but problem
4865         still exists,
4866         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4867         * (emitStaticSegment): removed various lines emitting debug info,
4868         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4869         added processor registers for utilizing EEPROM,
4870         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4871         configurable and set 8
4872
4873 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4874
4875         * .version: increased version number to 2.4.2,
4876
4877         Cumulative patch for pic16 port
4878         * src/pic16/device.c: changed scheme to dump initial values for
4879         variables in idata segment, all print_idata* functions were removed,
4880         now the pic16_printIval* will be called,
4881         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4882         * _pic16_printPointerType, pic16_printPointerType,
4883         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4884         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4885         NEW, similar to the respective functions in SDCCglue.c,
4886         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4887         way, emitting hex bytes,
4888         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4889
4890 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4891
4892         * src/avr/ralloc.c (serialRegAssign),
4893         * src/xa51/ralloc.c (serialRegAssign),
4894         * src/pic/ralloc.c (serialRegAssign),
4895         * src/pic16/ralloc.c (serialRegAssign),
4896         * src/hc08/ralloc.c (serialRegAssign),
4897         * src/z80/ralloc.c (serialRegAssign),
4898         * src/ds390/ralloc.c (serialRegAssign),
4899         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4900
4901 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4902
4903         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4904         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4905
4906 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4907
4908         Cumulative patch for pic16 port:
4909         * src/pic16/device.h (typedef PIC16_device) modified fields for
4910         defining microcontrollers,
4911         * src/pic16/device.c: added new info for all devices in Pics16 array,
4912         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4913         to be optimised out by the pCode optimiser,
4914         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4915         specially, bug reported by G.M. Gallant,
4916         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4917         as force'd so that cannot be optimised out by pCode optimiser,
4918         * src/pic16/pcode.c,
4919         * src/pic16/pcodepeeph.c,
4920         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4921         they are disabled by default, but can be enabled explicit with
4922         command argument --denable-peeps, for testing,
4923         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4924         --pomit-ivt in COMPILE_FLAGS
4925
4926 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4927
4928         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4929           compilation on MSVC
4930
4931 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4932
4933         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4934
4935 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4936
4937         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4938         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4939
4940 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4941
4942         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4943         would only assign 0x300001 register.
4944
4945 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4946
4947         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4948         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4949
4950 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4951
4952         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4953         for ds80c400
4954         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4955         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4956         added peephole 254 (left shift), 255 (jump table)
4957
4958 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4959
4960         * device/lib/Makefile.in: removed comment line with model-pic16,
4961         * (target port-specific-objects-pic16): the libraries and objects
4962         are copied to the build directory form the device/lib/pic16/bin
4963         directory
4964
4965         Cumulative patch concerning pic16 port:
4966         * library directory has been re-organized,
4967         * added support for PIC18F1220,
4968         * added headers and library sources for chips 18f1220,18f6520,
4969         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4970
4971         * configuration registers setting has changed, now each supported
4972         device has a complete description of the registers it uses,
4973         * all initialisations are moved to idata sections, these section
4974         can be absolute or relocatable,
4975         * fixed initialisation of codespace variables,
4976         * fixed warning about PCLATU and gpsim,
4977         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4978         * (genAssign): use table reads when assigning from variables in codespace,
4979         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4980         char/int variables placed in codespace,
4981         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4982         registers set in .asm file, no need for --pomit-config-words anymore,
4983         * (pic16glue): some 8051 legacy segments are commented out
4984         (to be removed completely),
4985         * added support for alternative assembler and linker with --asm=
4986         and --link= command line arguments,
4987         * peepholes are disabled automatically in the port, no need to
4988         specify on command line,
4989         * port supports natively char/int/long multiplication, but converts
4990         all divisions to support functions,
4991         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4992         to the file set in variable $2,
4993         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4994         strings in ASCII format and not in hex,
4995         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4996         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4997         allocate proper register if iCodes aren't temporary,
4998
4999 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5000
5001         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5002
5003 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5004
5005         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5006         is commented out
5007
5008 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5009
5010         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5011         computed address is reused
5012         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5013         multi-byte bitfields
5014
5015 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5016
5017         * src/z80/gen.c: (genArrayInit): must check for pointers too
5018
5019 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5020
5021         * support/regression/tests/zeropad.c: never meant to commit the
5022           nestedstruct test: removed, added check for GCC version
5023
5024 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5025
5026         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5027         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5028         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5029           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5030           bugs 928906 and 954082 half-empty initializers
5031         * src/SDCCsymt.h,
5032         * src/SDCCsymt.c (getAllocSize): added for above fix
5033         * src/z80/gen.c (genArrayInit): fixed bug 741044
5034         * support/regression/tests/zeropad.c: added tests
5035
5036 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5037
5038         * src/pic16/device.c (pic16_dump_section): corrected bug which
5039         caused some symbols of the libraries to be misplaced
5040
5041 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5042
5043         * src/pic16/glue.c,
5044         * src/pic16/ralloc.h,
5045         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5046         to fix conflict with pic port
5047
5048 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5049
5050         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5051         externs configuration variables,
5052         * src/pic16/ralloc.h,
5053         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5054         prototype in header, commented out some debug messages
5055
5056 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5057
5058         * src/pic16/glue.c,
5059         * src/pic16/main.c,
5060         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5061         for gpasm COFF object generation. Thanks to D. Hawkins for
5062         his patch info
5063
5064 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5065
5066         * src/ds390/main.c,
5067         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5068         Brock for spotting this)
5069         * src/ds390/gen.c (genEndFunction),
5070         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5071         interrupt handler and critical. Disable push/pop optimizations when
5072         peephole optimizations disabled.
5073
5074 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5075
5076         Updated pic16 library sources and headers.
5077         * device/lib/pic16/pic18f*/ ,
5078         * device/include/pic16/*.h: modified to handle structured SFR
5079         definitions
5080
5081 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5082
5083         * src/port.h (PORT structure): added hook initPaths, now each
5084         port can declare its own default search paths,
5085         which can been seen with the --print-search-dirs option,
5086         see pic16 port for example,
5087         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5088         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5089         * (doPrintSearchDirs): NEW, replaces in a central manner the
5090         printing of search dirs which was split in set*Paths functions,
5091         * (main): added call to port->initPaths and doPrintSearchDirs,
5092         * src/avr/main.c,
5093         * src/ds390/main.c,
5094         * src/hc08/main.c,
5095         * src/izt/i186.c,
5096         * src/izt/tlcs900h.c,
5097         * src/mcs51/main.c,
5098         * src/pic/main.c,
5099         * src/pic16/main.c: modified port structures to reflect addition of
5100         initPaths hook,
5101
5102         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5103         * (pic16_dump_section): for registers in same address reserve memory once,
5104         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5105         to no_banksel,
5106         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5107         result is greater in size than right or left,
5108         * (pic16_genUMult8X8_8): there are some cases where the result can
5109         be 16 bits size, so handle these,
5110         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5111         * (pic16_outBitC): modified to emit pcodes,
5112         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5113         or not,
5114         * (genDivOneByte): implemented algorithm to divide 8-bits,
5115         * (genCmp): uncommented goto, but issues still exist,
5116         * (genAnd): fixed a bug with variables >8bits,
5117         * (genPackBits): optimization added that uses BCF/BSF to change a
5118         single bit,
5119         * (genAssign): fixed bug when assigning floating point literals,
5120         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5121         __sdcc_gsinit_startup label,
5122         * src/pic16/main.c (_pic16_init): removed search directory
5123         initialisations,
5124         * (_pic16_initPaths): NEW, used to initialise search directories,
5125         * (_hasNativeMulFor): support functions for all except char/int
5126         multiplication, and char division,
5127         * (PIC16_port struct): modified entry for native mul support,
5128         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5129         no_banksel option,
5130         * (buildCallTree): call to register_usage is ifdef'ed out,
5131
5132 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5133
5134         * device/include/string.h: applied Stas Sergeev's patch to make this
5135         header file compatible with the preprocessor -Wundef option
5136         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5137         failure (fixes bug #941458)
5138
5139 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5140
5141         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5142         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5143         that the variable, not the function, should be static
5144         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5145         to be consistent with non-literal case
5146
5147 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5148
5149         * src/SDCCast.c (isConformingBody): fixed bug #949967
5150         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5151         convilong): fixed bug #952086
5152
5153 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5154
5155         * src/SDCCmem.c (allocVariables): fixed bug #955321
5156
5157 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5158
5159         * src/hc08/main.c (_hc08_genAssemblerEnd),
5160         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5161         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5162         completely eliminated the use of a temporary file
5163         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5164         when more than one file linked
5165         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5166
5167 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5168
5169         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5170         which fixes bug #543481
5171         * support/regression/tests/bug-751703.c: fixed comments left from a
5172         cut and paste error
5173         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5174         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5175         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5176         scopes
5177         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5178         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5179         are now changed to underscores in moduleName
5180
5181 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5182
5183         * as/mcs51/lkmem.c: better fix for bug #954173
5184
5185 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5186         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5187
5188         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5189         * device/include/c8051f000.h,
5190         * device/include/c8051f120.h,
5191         * device/include/c8051f300.h,
5192         * device/include/c8051f310.h,
5193         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5194         PWM16) and detab'ed
5195
5196 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5197
5198         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5199         and mailing lists, doc'ed --no-peep-comments, removed reference
5200         to knoppix (newest version has no LyX/LaTeX), other minor changes
5201         * src/SDCCglue.c (glue): save 2 bytes stack space with
5202         option --main-return. The ljmp could probably be avoided too
5203
5204 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5205
5206         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5207
5208 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5209
5210         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5211         * src/SDCCopt.c (isLocalWithoutDef),
5212         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5213         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5214         (credit to Maarten Brock for patch #949363, on which this is based)
5215         * support/regression/tests/bug-751703.c: some test cases of extern used
5216         within inner scopes.
5217
5218 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5219
5220         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5221         SPEC_STRUCT
5222         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5223         struct definitions
5224         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5225         dwWriteLabel): fix to create valid debugger symbols even when
5226         the module name has non-alphanumeric symbols in it
5227         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5228         when a variable's allocation has been optimized away
5229
5230
5231 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5232
5233         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5234         * src/hc08/main.c,
5235         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5236         * src/mcs51/main.c,
5237         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5238         * src/ds390/main.c,
5239         * src/z80/gen.c (z80_emitDebuggerSymbol),
5240         * src/z80/main.c,
5241         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5242         * src/pic/main.c,
5243         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5244         * src/pic16/main.c,
5245         * src/avr/gen.c (avr_emitDebuggerSymbol),
5246         * src/avr/main.c,
5247         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5248         * src/xa51/main.c,
5249         * src/SDCCdebug.c (emitDebuggerSymbol),
5250         * src/SDCCdebug.h,
5251         * src/port.h: added a debugger struct to the port struct. Added a
5252         callback for defining debugger symbols
5253
5254         * src/SDCCast.c (createLabel),
5255         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5256         with isitmp = 1
5257         * src/SDCCicode.h,
5258         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5259         iCode back to the ast for the function
5260
5261         * src/hc08/ralloc.c (hc08_assignRegisters),
5262         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5263         unneeded fields from the regs struct.
5264         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5265         pushReg() & pullReg() functions instead of emitcode()
5266
5267         * src/hc08/gen.c (genLabel, genhc08Code),
5268         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5269
5270         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5271         debugger hooks
5272
5273         * src/hc08/gen.c (genEndFunction, genhc08Code),
5274         * src/hc08/gen.h,
5275         * src/mcs51/gen.c (genEndFunction, gen51Code),
5276         * src/mcs51/gen.h,
5277         * src/ds390/gen.c (genEndFunction, gen390Code),
5278         * src/ds390/gen.h,
5279         * src/z80/gen.c (genEndFunction, genZ80Code),
5280         * src/z80/gen.h,
5281         * src/z80/z80.h,
5282         * src/pic/gen.c (genEndFunction, genpic14Code),
5283         * src/pic/gen.h,
5284         * src/pic16/gen.c (genEndFunction, genpic16Code),
5285         * src/pic16/gen.h,
5286         * src/avr/gen.c (genEndFunction, genAVRCode),
5287         * src/avr/gen.h,
5288         * src/xa51/gen.c (genEndFunction, genXA51Code),
5289         * src/xa51/gen.h,
5290         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5291         specific code to cdbFile.c and out of the backend code generators
5292
5293         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5294         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5295         starting address is now 0
5296
5297         * as/hc08/asm.h,
5298         * as/hc08/m08pst.c,
5299         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5300         assembler directive for DWARF support
5301         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5302
5303         * src/src.dsp,
5304         * src/Makefile.in,
5305         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5306
5307 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5308
5309         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5310         and inappropriate peephole optimization in jump tables
5311
5312 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5313
5314         * as/hc08/m08pst.c,
5315         * src/SDCCglue.c: sdccopt works for the hc08 port now
5316
5317 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5318
5319         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5320
5321 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5322
5323         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5324
5325 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5326
5327         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5328         rules
5329         * src/SDCCmain.c,
5330         * src/SDCCglobl.h,
5331         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5332         comments from the peephole optimizer replacement rules
5333         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5334         symbols
5335         * src/SDCCcse.c (updateSpillLocation),
5336         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5337         equivalents
5338         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5339         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5340         objects far pointers
5341
5342 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5343
5344         * src/SDCCsymt.h: a missing part of my last change
5345         * src/pic/ralloc.c (regTypeNum),
5346         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5347
5348 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5349
5350         * src/SDCCicode.h,
5351         * src/SDCCicode.c (aggrToPtrDclType),
5352         * src/SDCCptropt.h,
5353         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5354         ptrPseudoSymConvert),
5355         * src/pic/ralloc.c (regTypeNum),
5356         * src/pic16/ralloc.c (regTypeNum),
5357         * src/hc08/ralloc.c (regTypeNum),
5358         * src/ds390/ralloc.c (regTypeNum),
5359         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5360         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5361
5362 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5363
5364         * link/z80/lkmain.c (afile),
5365         * as/hc08/lkmain.c (afile),
5366         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5367         prevent a pointer problem when a filename has no directory and
5368         no extension specified.
5369
5370 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5371
5372         * link/z80/lkmain.c (afile): allow periods in directory names
5373         * link/z80/lkmain.c (afile),
5374         * as/mcs51/lkmain.c (afile),
5375         * as/hc08/lkmain.c (afile): allow linker script file to have an
5376         extension other than ".lnk"
5377         * link/z80/lklex.c (getfid),
5378         * link/z80/lkmain.c (parse),
5379         * as/mcs51/lklex.c (getfid),
5380         * as/mcs51/lkmain.c (parse),
5381         * as/hc08/lklex.c (getfid),
5382         * as/hc08/lkmain.c (parse): Support comments in the linker script
5383         file on lines by themselves and after filenames
5384
5385 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5386
5387         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5388
5389 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5390
5391         * src/z80/peeph-z80.def: removed some peephole rules that don't
5392         work with multibyte arithmetic (fixed bug #937126)
5393         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5394         to registers and not global variables
5395         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5396         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5397         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5398         checking for assignments not internally generated (fixed bug #931895)
5399         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5400         structure member (fixed bug #930072)
5401
5402 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5403
5404         * src/SDCCmain.c (linkEdit),
5405         * src/hc08/main.c (_hc08_parseOptions),
5406         * as/hc08/Makefile.in,
5407         * as/hc08/aslink.h,
5408         * as/hc08/asm.h,
5409         * as/hc08/m08pst.c,
5410         * as/hc08/lkrloc.c (relr, rele),
5411         * as/hc08/lkarea.c (lnkarea)
5412         * as/hc08/lkmain.c (afile, parse),
5413         * as/hc08/lkelf.c: support for ELF output
5414         * as/hc08/lks19.c (s19),
5415         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5416
5417 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5418
5419         * as/mcs51/lkihx.c: Fixed bug #899105.
5420
5421 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5422
5423         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5424         .dsp files from Unix to DOS.
5425
5426 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5427
5428         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5429         function pointers; we have been compliant for several months now.
5430         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5431         change that was accidently commented out
5432         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5433         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5434         bug #922319
5435
5436 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5437
5438         * src/hc08/gen.c: output of all of the internal debugging information
5439         is now controlled by the D() macro; it is disabled by default
5440
5441 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5442
5443         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5444         harder to keep the same registers during a CAST iCode
5445         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5446         long via int can be done in a single cast, if the signedness is
5447         correct.
5448         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5449         putchar() in tinibios.c in ds390's library
5450
5451 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5452
5453         * src/SDCCast.c (decorateType): fixed bug #898889,
5454         cast result of a literal complement too
5455         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5456         fixed check for bitfields
5457
5458 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5459
5460         * src/SDCCicode.c (geniCodeLogic): made it static,
5461         (geniCodeLogicAndOr): added in order to fix bug #905492,
5462         (ast2iCode): fixed bug #905492
5463         * support/regression/tests/bug-905492.c: added
5464         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5465         (processParms): fixed bug #927659: don't copy parms, this will clear
5466         decorated flag
5467         * support/regression/tests/bug-927659.c: added
5468
5469 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5470
5471         * src/SDCCast.c (addCast): don't cast float to char
5472         * device/lib/libsdcc.lib: added _memmove
5473
5474 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5475
5476         * device/lib/large/Makefile: fixed parallel execution by
5477         replacing `make` by `$(MAKE)`
5478
5479 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5480
5481         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5482         offsets (fixes bug #923936)
5483
5484 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5485
5486         * device/lib/small/Makefile: fixed parallel execution by
5487         replacing `make` by `$(MAKE)`
5488
5489 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5490
5491         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5492
5493 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5494
5495         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5496         * src/regression/Makefile: Regression test was not running.
5497
5498 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5499
5500         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5501         complement if possible
5502         * src/SDCCval.c (valComplement),
5503         * src/SDCCicode.c (operandOperation): fixed complement of literal
5504         * support/regression/tests/onebyte.c (testComplement): added
5505
5506 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5507
5508         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5509         return an optimized tree; actually replace actParm with the new tree
5510         * src/SDCCast.h: added some parantheses to remove side effects
5511         * support/regression/tests/bug-920866.c
5512
5513 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5514         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5515         Bit operands were not being handled properly in the pic14 port.
5516         (now src/regression/add.c passes again).
5517
5518 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5519
5520         * src/SDCC.y (labeled_statement): case and default no longer require
5521         a following statement (RFE #893037)
5522
5523 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5524
5525         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5526         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5527         disabled (fixes bug #916294)
5528         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5529         "mov a,acc"; patch provided by Lenny Story
5530         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5531
5532 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5533
5534         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5535         functions
5536         * src/ds390/gen.c (genFunction, genEndFunction),
5537         * src/ds390/ralloc.c (ds390_assignRegisters),
5538         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5539         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5540         pushed if there are parameters passed on the stack. Also, a cleaner
5541         way to decide if r0/r1 should be pushed/popped. (Together they fix
5542         bug #918693)
5543
5544 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5545
5546         * doc/sdccman.lyx,
5547         * device/lib/mcs51/crtpagesfr.asm,
5548         * device/lib/mcs51/crtxinit.asm,
5549         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5550         to avoid confusion with Si Lab's SFRPAGE register.
5551
5552 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5553
5554         * src/SDCCglue.c (emitMaps): allow public sfr variables
5555         * src/SDCCglue.c (initialComments): include compiler build date
5556         with compiler version and put the timestamp of the generated
5557         assembly file on a serperate line to be less confusing.
5558         * src/port.h: added genInitStartup hook
5559         * src/avr/main.c,
5560         * src/ds390/main.c,
5561         * src/hc08/main.c,
5562         * src/pic/main.c,
5563         * src/pic16/main.c,
5564         * src/xa51/main.c,
5565         * src/z80/main.c: genInitStartup initialize as NULL (default to
5566         historical behaviour)
5567         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5568         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5569         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5570         library instead of hard coding it into the compiler.
5571         * support/regression/ports/mcs51-stack-auto/spec.mk,
5572         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5573         * device/lib/mcs51/Makefile,
5574         * device/lib/small/Makefile,
5575         * device/lib/large/Makefile,
5576         * device/lib/mcs51/crtpagesfr.asm,
5577         * device/lib/mcs51/crtstart.asm,
5578         * device/lib/mcs51/crtxclear.asm,
5579         * device/lib/mcs51/crtxinit.asm,
5580         * device/lib/mcs51/crtclear.asm,
5581         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5582         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5583         and into user configurable files.
5584         * device/lib/clean.mk: clean mcs51 directory too
5585         * support/regression/tests/longlit.c: added static to T1 declaration
5586         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5587         accesses in the initialization code
5588
5589 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5590
5591         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5592         OSCTRIMVAL as noted in bug #916008
5593
5594 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5595
5596         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5597         in loops with multiple exits (reported as incorrect registers
5598         used by Martin Helmling in Sdcc-user list)
5599
5600 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5601
5602         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5603         made ds390 register extensions look less like error messages
5604
5605 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5606
5607         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5608         reported by Adam Wozniak in Sdcc-user list
5609
5610 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5611
5612         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5613         arithmetic optimizations, added debug output
5614
5615 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5616
5617         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5618         * sdcc.spec: updated and split sdcc into 3 rpms
5619         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5620         needed for literals of LEFT_OP and '+'
5621         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5622         introduced RESULT_TYPE_NOPROM
5623         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5624         left shift
5625         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5626         limited promotion to int only for '*'
5627         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5628
5629 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5630
5631         * src/pic16/gen.c (genSkip),
5632         (genc16bit2lit), (gencjneshort): commented out
5633         (is_LitOp): new helper function, checks operand type
5634         (genCmpEq): rewritten
5635
5636 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5637
5638         * support/regression/tests/bug-908454.c: added
5639
5640 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5641
5642         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5643         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5644         (geniCodeCast): cosmetic, don't preserve bit storage class
5645         (geniCodeLeftShift): added promotion
5646         (geniCodeLogic): fixed regression
5647         * src/SDCCsymt.c (computeTypeOr): accept bits too
5648         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5649
5650 2004-03-07  Borut Razem <borut.razem AT siol.net>
5651
5652         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5653
5654 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5655
5656         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5657         version of pic16_genPackRegisters which does not check if ic is a
5658         CAST operator,
5659         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5660         function cause string1.c regression test fails
5661
5662 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5663
5664         * sim/ucsim/configure.in,
5665         * sim/ucsim/configure,
5666         * sim/ucsim/doc/Makefile.in: use docdir
5667         * src/SDCC.y: fixed sbit atrributes
5668         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5669         * src/SDCCast.c (decorateType): |^& need special promotion handling
5670         * src/SDCCast.h,
5671         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5672         * src/SDCCsymt.h (computeType),
5673         * src/SDCCicode.c: computeType() needs op
5674         * src/SDCCsymt.c (checkTypeSanity),
5675         * doc/sddman.lyx: "plain" bitfields are unsigned
5676         * src/SDCCsymt.c (computeTypeOr): added
5677         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5678         |^& ops
5679         * src/SDCCval.c (val*): computeType() needs op
5680         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5681         * support/regression/tests/onebyte.c: added tests for |^&
5682
5683 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5684
5685         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5686         for writing icode into asm output.
5687
5688 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5689
5690         * src/pic16/device.c: added some debug lines enabled
5691         with macro DEBUG_CHECK,
5692         * src/pic16/genarith.c: more debug in genPlus,
5693         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5694         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5695         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5696         * (aopForSym): onStack symbols are re-placed in data memspace,
5697         and onStack flag is cleared,
5698         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5699         copy temporary pcodeop,
5700         * (genPcall): added warning for not updating PCLATU,
5701         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5702         always true for pic16 port,
5703         * (genMultOneWord): NEW, supports integer multiplication,
5704         * (genMult): modified to call genMultOneWord,
5705         * (ifxForOp): added warning when return NULL,
5706         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5707         flag is set before call to operandFromSymbol for implicit
5708         added structures,
5709         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5710         options.intlong_rent are set by default,
5711         * (_hasNativeMulFor): modified to allow port generation of integer
5712         multiplication,
5713         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5714         set regtype to REG_SFR for all registers, restricting seting the
5715         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5716
5717 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5718
5719         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5720         more than 500 times in the regression tests
5721
5722 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5723
5724         * support/Util/SDCCerr.h,
5725         * support/Util/SDCCerr.c,
5726         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5727         enumerator_list),
5728         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5729         for symbol conflicts.
5730         * support/valdiags/tests/enum.c,
5731         * support/valdiags/tests/tentdecl.c,
5732         * support/valdiags/tests/struct.c: expect possible error messages
5733         referring to original symbol definitions.
5734         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5735         * src/SDCCsymt.h,
5736         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5737
5738 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5739
5740         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5741
5742 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5743
5744         * src/pic16/ralloc.c (newReg): fixed bug #908929
5745
5746 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5747
5748         * src/ds390/gen.c: added missing #include "main.h"
5749
5750 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5751
5752         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5753         checking if symbol is already in set,
5754         * src/pic16/device.h: prototype for checkAddSym,
5755         * src/pic16/gen.c: (_G): added entry interruptvector,
5756         * (assignResultValue): removed some commented out lines,
5757         * (genFunction): check for ISR via sym->type, absolute section for
5758         interrupt code is created via a new pBlock, the goto instruction is
5759         placed now correctly at the interrupt vector position, changed all
5760         references from ivec to _G.interruptvector,
5761         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5762         is the interrupt is a high priority one, same for return from ISR,
5763         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5764         externs to calls of checkAddSym,
5765         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5766         pic16_pcode_verbose flag is set,
5767         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5768         * src/pic16/pcoderegs.c: message about how many registers are saved
5769         will only be emitted if pic16_pcode_verbose flag is set,
5770
5771 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5772
5773         * src/ds390/ralloc.h,
5774         * src/ds390/ralloc.c (ds390_regWithIdx),
5775         * src/ds390/gen.c (emitcode),
5776         * src/ds390/main.h,
5777         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5778         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5779         ds390operandCompare, getRegsRead, getRegsWritten,
5780         initializeAsmLineNode): customized instruction size calculation for
5781         ds390, started basis for some register optimizations
5782         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5783         corresponding assembly output
5784         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5785         missing push/pop of r0/r1. Optimized push/pops
5786
5787 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5788
5789         * src/mcs51/main.c (instructionSize): fixed ACALL size
5790         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5791
5792 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5793
5794         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5795         the sorting of rlist with NULL elements
5796         * (print_idataType, print_idata): NEW to create idata sections
5797         * src/pic16/device.h: idataSymSet new variable
5798         * src/pic16/gen.c (genFunction): fixed some bugs in string
5799         comparing, improved the absolute section creation for ISRs,
5800         added FSR0L/FSR0H in registers that are saved in an ISR,
5801         * (genInline): fixed the processing of inline snippets,
5802         now they undergo no process by the peephole optimizer
5803         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5804         are placed in idataSymSet,
5805         * (pic16emitStaticSeg): extern symbols are added in externs,
5806         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5807         switching when aboslute variables are placed in access bank memory
5808         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5809         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5810         commented out with #if,
5811         * (pic16_packRegisters): reintroduce the check for CAST because some
5812         symbols are not correctly handled,
5813         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5814         pCodeInstruction instead of pCode,
5815         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5816         pCodeAsmDir definition,
5817         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5818         directive, then the argument directive is emitted without the leading
5819         tab, hack for inline labels which must be in the first column,
5820         * (compareLabel,pic16_findNextInstruction),
5821         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5822         * (insertBankSwitch): modified for the new pCodeAsmDir,
5823
5824 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5825         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5826
5827         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5828         instance,
5829         * (pushSide): commented out with #if,
5830         * (assignResultValue): fixed some typos in saving
5831         registers,
5832         * (genPcall): FIXED and sync'ed with genCall,
5833         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5834         * (genNearPointerGet): fixed to handle some more cases,
5835         implementation scheme via table reads,
5836         * (genConstPointerGet): modified to access code memory correct,
5837         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5838         and improved to handle some cases
5839         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5840         instead of "RETLW" for init data
5841         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5842         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5843         variables are placed in access bank memory (<0x80 and >=0xf80),
5844         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5845         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5846         TBLWT_POSTDEC,TBLWT_PREINC
5847         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5848         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5849         directives
5850         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5851         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5852         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5853         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5854
5855 2004-02-29  Borut Razem <borut.razem AT siol.net>
5856
5857         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5858         support/Util/findme.h, support/Util/system.h: enhance binary relative
5859         search for lib and include by using findProgramPath()
5860
5861 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5862
5863         * src/SDCCpeeph.h,
5864         * src/SDCCpeeph.c (pcDistance),
5865         * src/port.h,
5866         * src/mcs51/ralloc.h,
5867         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5868         * src/mcs51/main.h,
5869         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5870         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5871         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5872         size calculation port specific, started basis for some register
5873         optimizations
5874         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5875         missing push/pop of r0/r1. Optimized push/pops
5876         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5877         * device/lib/_modsint.c (_modsint),
5878         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5879         and stack version so regression tests pass
5880
5881 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5882
5883         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5884         * src/SDCCast.c (decorateType): catch another small optimization
5885         with '?' operator
5886         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5887         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5888         modified to finally use computeType() all over SDCC,
5889         see Feature Request #877103
5890         * src/SDCCval.h: cosmetic
5891         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5892         valCompare(); regression tested in muldiv.c
5893         * support/regression/tests/muldiv.c (testMod): mod sign follows
5894         dividend only
5895
5896 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5897
5898         * src/SDCCast.c (decorateType): fixed bug #902362
5899         * doc/INSTALL.txt: fixed install instructions for win32
5900
5901 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5902
5903         * device/include/Makefile.in (install): fixed by replacing spaces
5904         by tabs
5905         * doc/README.txt,
5906         * doc/INSTALL.txt: updated for release
5907         * doc/sdccman.lyx: added warning for --xstack being buggy
5908
5909 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5910
5911         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5912         to eliminate build warnings.
5913         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5914
5915 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5916            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5917
5918         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5919         removed -penable-stack, added comment for stack pragma, added
5920         warning for not initializing the stack/frame registers, removed
5921         comment at interrupts section
5922
5923         Stack is made permanent, there is no ability to disable stack usage.
5924         * src/pic16/device.h,
5925         * src/pic16/device.c: removed all references to USE_STACK macro,
5926         * src/pic16/device.c (pic16_dump_section): when no elements in
5927         rlist, free rlist before return,
5928         * (pic16_dump_int_registers): NEW, internal registers are a new set
5929         of general purpose registers reused by each function,
5930         * (checkAddReg): returns 1 if registers is added to set,
5931         * (pic16_groupRegistersInSection): when a registers is of type
5932         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5933         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5934         SRCASECMP macro is moved here from device.c
5935         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5936         PO_PCLATU, PO_PRODL, PO_PRODH,
5937         * (pic16_pCodeOpType, genMinus,
5938         changed compares to "a" register, with AOP_ACC,
5939         * (pic16_genPlus): fixed some bugs and indented properly,
5940         * (pic16_addSign): changed size to size+offset in the MOVWF
5941         instruction,
5942         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5943         multiply 8-bit operand by literal, result is 8-bit,
5944         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5945         multiply 2 8-bit operand, result is 8-bit,
5946         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5947         genUMult8X*_16,
5948         * src/pic16/gen.c: changed accUse to contain WREG only,
5949         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5950         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5951         true, do not use immediate addressing any more unless sym is a
5952         pointer in codespace,
5953         * (aopForRemat): do not use immediate addressing when symbol not in
5954         codespace and when symbol's address is requested,
5955         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5956         accUse size (= 1),
5957         * (aopGet): added case for AOP_ACC and don't return "accumulator
5958         bug" but WREG instead,
5959         * (popGetTempReg): pushes contents of temporary register in stack,
5960         * (popReleaseTempReg): pops contents of temporary register from
5961         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5962         * (pic16_popGet): separated case AOP_ACC to return register WREG
5963         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5964         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5965         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5966         the use of immediate pointers to certain cases only.
5967
5968         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5969         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5970         * (assignResultValue, genCall, genRet): modified to use the new
5971         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5972         genPcall is still broken,
5973         * (genFunction): added code to create 'A' type pBlocks when
5974         interrupt functions are generated, code not extensively tested yet,
5975         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5976         * (genEndFunction): modified so ISRs pop stored registers from stack,
5977         * (genMultOneByte): cleanup,
5978         * (AccRsh): added flag andmask, to and result with appropriate mask,
5979         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5980         * (genDataPointerGet): fixed and reenabled its use,
5981         * (genNearDataPointerGet): bugs fixed,
5982         * (genDataPointerSet): bugs fixed,
5983         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5984         pic16_DumpSymbol, pic16_DumpOp,
5985         * src/pic16/genutils.h: function prototypes for the above functions,
5986         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5987         pointers,
5988         * (pic16emitRegularMap): many many many improvements, but needs a
5989         major cleanup,
5990         * src/pic16/main.c: enable_stack in pic16_options is removed,
5991         * (_pic16_parseOptions): removed command line options -penable-stack,
5992         * (_process_pragma): emit stack symbol only when stack pragma is
5993         processed,
5994         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5995         redirected to FSR0L/FSR0H pair,
5996         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5997         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5998         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5999         for immediates,
6000         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6001         * (dumpPicOptype): NEW,
6002         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6003         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6004         with movff instruction,
6005         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6006         added pic16_int_regs, some packRegsFor* functions are commented out,
6007         because produce errors,
6008         * src/pic16/NOTES: minor modifications
6009
6010 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6011
6012         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6013         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6014         --pack-iram.
6015         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6016         * as/mcs51/lkaomf51.c: fixed bug #895763
6017
6018 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6019
6020         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6021
6022 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6023
6024         * doc/sdccman.lyx: added details about the HC08 storage classes and
6025         interrupts, fixed the register usage info for z80 & gbz80
6026
6027 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6028
6029         * doc/sdccman.lyx: added more pic16 port documentation
6030         * device/include/pic16/: added header pic18fregs.h
6031
6032 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6033
6034         * doc/sdccman.lyx: added Vangelis' contribution
6035
6036 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6037
6038         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6039         extend to the next CALL or PCALL, not just to the next CALL.
6040
6041 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6042
6043         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6044
6045 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6046
6047         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6048         bug #895752 and a better fix for bug #716790
6049
6050 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6051
6052         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6053
6054 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6055
6056         * doc/sdccman.lyx: minor changes, minor changed
6057
6058 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6059
6060         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6061         which can't handle SDCC_NEWONEBYTEOPS,
6062         (geniCodeMultiply): removed conversion from mult to shift for pic14
6063         and pic16
6064
6065 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6066
6067         * src/hc08/gen.h,
6068         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6069         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6070         thus fixing bug #895406
6071
6072 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6073
6074         * device/lib/_modsint.c,
6075         * device/lib/_modslong.c: sign follows divisor only
6076         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6077         signs or signedness can be ignored
6078         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6079         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6080         added optimization for IFX,
6081         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6082         arguments;
6083         reenabled optimization for IFX, which was removed on 2004-01-11
6084         * src/SDCCast.h: added return type IFX
6085         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6086         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6087         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6088         SDCC_OLDONEBYTEOPS selects the old behaviour
6089         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6090         changed again and commented promotion rule
6091         * src/SDCCval.c (valDiv): promotion no longer necessary
6092         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6093         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6094         rewritten
6095         * support/regression/tests/onebyte.c: added
6096
6097 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6098
6099         * gen.c (genInline): reverted to old code for assemnling inline
6100         code because of bug reported James Chadd
6101
6102 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6103
6104         * ralloc.h: missing declarations from previous patch,
6105         seems that patch for ralloc.h was never applied, fixed
6106
6107 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6108            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6109
6110         * pcode.c,
6111         * pcode.h,
6112         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6113         indirect addressing. Marked FSR0 as deprecated
6114         * gen.c (pointerCode): commented out, not needed now
6115         (pic16_popGet2p): new MOVFF helper function
6116         (genGenPointerGet),
6117         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6118         (shiftRLong): removed duplicate debugging info
6119
6120 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6121
6122         * src/ds390/gen.c (genNearPointerGet),
6123         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6124         optimization with bits, but not bitfields.
6125         * src/ds390/ralloc.c (packRegisters),
6126         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6127
6128 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6129
6130         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6131
6132 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6133
6134         * src/SDCCsymt.h,
6135         * src/SDCCicode.c (operandFromSymbol),
6136         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6137         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6138         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6139         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6140         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6141         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6142         bug #892038
6143         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6144         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6145         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6146         * src/SDCCsymt.c (newSymbol),
6147         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6148         enumerator_list),
6149         * src/SDCCval.h,
6150         * src/SDCCval.c (newiList): fixed bug #885705
6151
6152 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6153
6154         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6155         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6156
6157 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6158
6159         * device/include/c8051f120.h,
6160         * device/include/c8051f300.h,
6161         * device/include/c8051f310.h: added/updated header files for Silicon
6162         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6163         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6164         in new section Submitting patches
6165
6166 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6167
6168         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6169         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6170         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6171         genGenPointerSet),
6172         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6173         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6174         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6175         genGenPointerSet),
6176         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6177         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6178         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6179         genGenPointerSet),
6180         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6181         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6182         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6183         genGenPointerSet): fixed bug #892400
6184         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6185         to eliminate build warnings.
6186         * src/SDCCast.c (processParms),
6187         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6188         fixed bug 751859
6189         * support/valdiag/valdiag.py: added GCC to the list of defines active
6190         when compiling with gcc
6191
6192 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6193
6194         * support/Util/SDCCerr.h,
6195         * support/Util/SDCCerr.c,
6196         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6197         with an incomplete type (fixed bug #883734)
6198         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6199
6200 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6201
6202         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6203
6204 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6205
6206         * src/SDCCast.c (decorateType),
6207         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6208         function pointer implementation
6209         * support/regression/tests/funptrs.c: added tests to verify both forms
6210         of function pointers work correctly. Added tests to verify parameters
6211         are passed in the correct order.
6212
6213 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6214
6215         * device.c (regCompare): registers are sorted by ascending
6216         address and increasing size,
6217         * main.c (_pic16_finaliseOptions): removed the declaration
6218         of compiler macro MCU. Now a macro of the format pic18fxxxx
6219         will be defined from the command line
6220
6221 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6222             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6223
6224         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6225         PCOP_RLCF was overwritten!
6226         * gen.c (genSkip): commented out calls to pic16_emitcode,
6227         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6228         * (genlshTwo),
6229         * (genRRC): added debugging info,
6230         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6231         overwritten while shifting,
6232         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6233         overwritten while shifting,
6234         * (AccLsh),
6235         * (AccRsh),
6236         * (shiftLLeftOrResult),
6237         * (shiftRLeftOrResult),
6238         * (shiftRLong),
6239         * (shiftLLong): Implemented with pic16_emitpcode
6240         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6241         * (genLeftShift): Fixed bug, operand for shift by variable always
6242         was "and"ed with 0x0f,
6243         * (genLeftShiftLiteral),
6244         * (genrshTwo),
6245         * (genRightShiftLiteral): added debugging info,
6246         * (genrshFour): added comment,
6247         * (genRightShift): determined signedness from operand "left"
6248         instead of "result"
6249
6250 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6251
6252         * src/SDCCicode.c (geniCodeParms),
6253         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6254         function pointers, fixed function pointer bugs #861242 and #861896
6255
6256 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6257
6258         * device/include/c8051f000.h,
6259         * device/include/c8051f120.h,
6260         * device/include/c8051f300.h: added header files for Silicon
6261         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6262
6263 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6264
6265         * src/SDCCast.c (processParams): added new type flow and restructured
6266         (gatherAutoInit): added new type flow
6267         (addCast): cosmetic changes
6268         (getLeftResultType): added new type flow for array indices, patch
6269         provided by Stas, see FR #877103
6270         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6271         array index patch by Stas
6272         * src/SDCCast.h: added prototype getResultTypeFromType()
6273         * src/SDCCval.h,
6274         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6275         * src/pic/glue.c (pic14emitStaticSeg),
6276         * src/pic16/glue.c (pic16emitStaticSeg),
6277         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6278         for initialization of symbols
6279         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6280         * support/Util/SDCCerr.h:
6281         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6282         * .version: bumped version number to 2.3.8
6283         * device/include/Makefile.in (install),
6284         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6285         avoid warnings
6286
6287 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6288
6289         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6290         Slade Rich fixed an optimization bug
6291         * src/pic/pcodepeep.c,
6292         * src/pic/pcoderegs.c
6293         * doc/Makefile (install): added test for directory
6294
6295 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6296
6297         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6298         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6299         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6300         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6301         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6302         * as/mcs51/asexpr.c (term),
6303         * as/hc08/asexpr.c (term): fixed bug #887146
6304
6305 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6306
6307         * src/z80/gen.c (genMult): handle single byte result product
6308         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6309         DUMMY_READ_VOLATILE (fixed bug #886367)
6310
6311 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6312
6313         * support/regression/tests/libmullong.c: fixed logic, on little endian
6314         hosts we ended without a mullong_wrapper()
6315
6316 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6317
6318         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6319         virus/worm forged address usage.
6320
6321 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6322
6323         Fixed promotion, it should be done on AST level:
6324         * src/SDCCast.c (addCast): added promotion to int
6325         (decorateType): updated call to upCast()
6326         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6327         usualUnaryConversions()
6328
6329 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6330
6331         * support/regression/tests/literalop.c (mulWrapper): Added a
6332         wrapper to remove integer overflow warnings.
6333
6334         * support/regression/tests/float_trans.c: Made work on host.
6335
6336         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6337         location of sz80.
6338
6339         * support/regression/generate-cases.py (main): Changed from inline
6340         to a main method.
6341
6342         * doc/Makefile (install): Changed to depth first to get rid of
6343         missing directory install warning.
6344
6345         * as/Makefile (install-doc): Made work on Mac.
6346
6347 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6348
6349         * src/SDCCast.c: added an additional type flow in decorateType() of
6350         opposite direction, see feature request #860006; it's enabled at runtime
6351         by setting the environment variable SDCC_NEWTYPEFLOW
6352         * src/SDCCast.h: changed prototype of decorateType()
6353         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6354         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6355         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6356         see feature request #877103
6357         * src/SDCCval.c: updated call of decorateType()
6358         (valBitwise): fixed bug #882876
6359         (valMinus): added promotion
6360         (valLogicAndOr): result is unsigned
6361         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6362         * src/SDCCsymt.c (computeType),
6363         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6364         must not cause an unsigned operation
6365         * src/pic/glue (pic14emitRegularMap),
6366         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6367
6368 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6369
6370         * src/pic/pcode.c (PCodeID): commented out left over debug code
6371
6372 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6373
6374         * support/valdiag/tests/overflow.c: added shift tests
6375         * src/pic/device.c,
6376         * src/pic/gen.c,
6377         * src/pic/gen.h,
6378         * src/pic/glue.c,
6379         * src/pic/main.c,
6380         * src/pic/pcode.c,
6381         * src/pic/pcode.h,
6382         * src/pic/pcodepeep.c,
6383         * src/pic/pcoderegs.c,
6384         * src/pic/ralloc.c,
6385         * src/pic/ralloc.h: applied patch from Slade Rich;
6386         added support for multiple code pages and multiple RAM banks on the
6387         PIC 14 port. The ASM files now no longer simply assume all the
6388         code / RAM are in the same page / bank. This means the linker can
6389         safely allocate code/RAM of separate ASM files to different pages/banks.
6390         * doc/sdccman.lyx: added Slade's tips
6391         * src/mcs51/peeph.def: fixed bug #880768
6392
6393 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6394
6395         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6396         * src/SDCCast.c (decorateType): fixed bug #880197
6397
6398 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6399
6400         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6401         getopt.h.
6402
6403         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6404         strtof is not part of C89 and isn't included with Mac OS X.
6405
6406 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6407
6408         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6409         shiftL2Left2Result): fixed bug #879326
6410         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6411         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6412         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6413         address fetch for clr instruction
6414         * device/lib/hc08/_mulint.c: created optimized assembly version
6415         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6416
6417 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6418
6419         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6420         proposed in FR #877103
6421
6422 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6423
6424         * src/SDCCval.c (cheapestVal): added missing checks
6425         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6426         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6427
6428 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6429
6430         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6431         equal operands
6432
6433 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6434
6435         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6436         loaded with the linker search paths (-L arguments) and the libraries
6437         to be linked with the current source (-l arguments). Changes
6438         currently will affect only the pic16 port.
6439         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6440         include path the port specific paths and port specific libraries,
6441         * gplink command now contains the $3 argument,
6442         * src/pic16/device.h,
6443         * src/pic16/device.c,: structure PIC_device is made public and
6444         renamed to PIC16_device, the same for variable Pics which is renamed
6445         to Pics16. Updated all references to them.
6446         * src/pic16/glue.c (pic16glue): corrected bug with code
6447         initialization which bypassed the variable initializations block.
6448
6449         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6450         COMPILE_FLAGS and added the --nostdinc option
6451
6452 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6453
6454         * device/include/mc68hc908jb8.h: Register defs for another member
6455         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6456
6457 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6458
6459         Documenting changes from previous commits.
6460         * configure.in (version 1.56),
6461         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6462         when generating output files to configure the pic16 library,
6463         but now I've commented it out, since gputils aren't installed in the
6464         SF compile farm, so library won't compile
6465
6466         * device/lib/Makefile.in (version 1.56): initially I've added in
6467         target 'all' the prerequestive 'model-pic16' so it compiled the
6468         pic16 library, but now I've commented it out for the same reasons
6469         above,
6470         * added targets 'model-pic16' and 'objects-pic16' to compile the
6471         library
6472         * added target 'port-specific-objects-pic16' to handle the
6473         generated libraries and copy them into the build/ directory
6474         * added target 'clean-intermediate-pic16' to clean intermediate
6475         files into pic16 directory
6476         * in target 'installdirs' added line to create directory pic16 in
6477         the installation path
6478
6479         * device/include/Makefile.in (version 1.11): in target 'install'
6480         added lines to copy all header files to installation path,
6481         * in target 'installdirs' added line create directory for pic16
6482         headers in the installation path
6483
6484 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6485
6486         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6487          a function call
6488
6489 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6490
6491         * configure,
6492         * device/lib/configure.in,
6493         * device/lib/configure: fixed for autoconf 2.57
6494
6495 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6496
6497         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6498         option so that it actually works. Made it specific to the z80, since
6499         the gbz80 doesn't have these kinds of I/O ports.
6500
6501 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6502
6503         * device/include/z180.h,
6504         * device/lib/_memcpy.c,
6505         * device/lib/_memmove.c,
6506         * device/lib/_mulint.c,
6507         * device/lib/ser_ir.c,
6508         * device/lib/ser_ir_cts_rts.c,
6509         * device/lib/_strcmp.c,
6510         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6511         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6512         portmode; added deprecation warning for bank= and protmode= forms.
6513         Also, guard against buffer overflow.
6514         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6515
6516 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6517
6518         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6519         changed interrupt vector table generation to only emit declared vectors.
6520         * device/include/Makefile.in: added missing backslash
6521         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6522
6523 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6524
6525         Mainly changes to support compilation of the device libraries
6526         * src/pic16/device.c: stack is allocated via symbol and not
6527         via literal number. The symbol is placed in the corresponding
6528         position of the data ram
6529         * (pic16_dump_section): relocatable and absolute uninitialized
6530         data are now emitted in sorted order to reduce section naming,
6531         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6532         weren't marked as being in the access bank,
6533
6534 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6535
6536         Added portion of GNU PIC Library under the directory
6537         device/include/pic16 and device/lib/pic16. These files
6538         contain the declarations of SFRs for the PIC18Fxx2 devices.
6539         The directory is initialized via configure from toplevel.
6540
6541 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6542
6543         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6544         the spilllocations to be compared correctly
6545
6546 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6547
6548         * src/SDCCast.c (decorateType): fixed bug introduced today
6549
6550 2004-01-12  Borut Razem <borut.razem AT siol.net>
6551
6552         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6553         doc/sdccman.lyx: upper case pragmas are deprecated
6554
6555 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6556
6557         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6558         in simpler and even better code
6559
6560 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6561
6562         * src/SDCCicode.c (operandOperation): fixed bug #874819
6563         * src/SDCCast.c (decorateType): fixed
6564         char foo (unsigned long ul) { return ul > 0; }
6565
6566 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6567
6568         * doc/sdccman.lyx: Moved and added some sections, small changes
6569         all over. Telling LaTeX to be less strict with word spacing
6570         to better keep the right margin. Changed some notes about
6571         maintainance of the ports in section 3.2.1 - is it OK like this?
6572
6573 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6574
6575         SDCC source changes:
6576         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6577         convilong): modified to inform the pic16 port that builtin functions
6578         are external
6579
6580         PIC16 PORT specific changes:
6581         * src/pic16/device.c pic16_dump_equates() added,
6582         processor registers declared internally by the port are emitted in
6583         the translation as equates,
6584         * src/pic16/gen.c: inline code is passed unprocessed to the
6585         translation,
6586         * (pic16_popGetLit2): fnuction modified to take second operand as
6587         pCodeOp pointer and not as literal,
6588         * (popRegFromIdx): prefixed with pic16_,
6589         * (pic16_popCombine2): modified to receive already allocated pCode
6590         operands,
6591         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6592         * (genFunction): initializes local stack frame and pushes on stack
6593         all the registers used by this function,
6594         * (genEndFunction): restores all registers from stack and restores
6595         stack frame,
6596         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6597         improvements,
6598         * (pic16glue): changed the program startup sequence,
6599         * added new dbName code 'A' for functions placed in absolute section
6600         * src/pic16/main.c: added function attribute _naked,
6601         * added pragma 'code' to place a fnuction at an absolute address,
6602         * added command line arguments --debug-ralloc and --pcode-verbose,
6603         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6604         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6605         * (pic16_newpCodeOpLit2): modified to take the second operand as
6606         pCodeOp pointer,
6607         * (pic16_printpBlock): modified to emit each function in a separate
6608         section,
6609         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6610         UPPER for immediate operands,
6611         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6612         instruction,
6613         * src/pic16/peeph.def: all peepholes with movff are commented out,
6614         because there is a problem in the pcode peep optimizer,
6615         * src/pic16/ralloc.c: the register allocator can now reuse local
6616         function symbols for another function. This saves register usage.
6617         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6618
6619         Added file src/pic16/NOTES with information about program writing on
6620         the current port version.
6621
6622 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6623
6624         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6625         and peephole 252 (array access)
6626
6627 2004-01-09  Borut Razem <borut.razem AT siol.net>
6628
6629         * src/SDCCmain.c : fixed #872250: -l command line defined library
6630           files are scanned before standard library files
6631
6632 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6633
6634         * src/SDCCast.c (decorateType): fixed bug #874046
6635
6636 2004-01-09  Borut Razem <borut.razem AT siol.net>
6637
6638         * support/scripts/sdcc.nsi: remove previous installation
6639
6640 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6641
6642         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6643         bytes for last interrupt vector (mcs51)
6644         * sdcc.spec: fixed typo
6645
6646 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6647
6648         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6649         gen51Code): more efficient parameter receive for --model-large
6650         ("bug" #845294)
6651
6652 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6653
6654         * src/ds390/main.c,
6655         * src/z80/main.c: added missed needLinkerScript flags (more than
6656         one port structure defined in these file)
6657         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6658         bug #795325
6659
6660 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6661
6662         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6663         * src/port.h: added flag needLinkerScript in port->linker
6664         structure to inform whether to create a .lnk file or not,
6665         * src/avr/main.c,
6666         * src/ds390/main.c,
6667         * src/hc08/main.c,
6668         * src/mcs51/main.c,
6669         * src/pic/main.c,
6670         * src/pic16/main.c,
6671         * src/xa51/main.c,
6672         * src/z80/main.c: changed appropriately to configure
6673         needLinkerScript flag
6674         * src/pic/gen.c,
6675         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6676         * src/pic/glue.c: added variable udata_section_name to
6677         override default uninitialized data segment definition for
6678         devices only with SHAREBANK memory (reported from Erik Epetrich)
6679         * (pic14emitOverlay): modified to emit a commented overlay segment
6680         directive when no overlay data exist
6681         * (picglue): modified to emit uninitialized data segment
6682         according to udata_section_name
6683         * src/pic/main.c (_pic14_parseOptions): added command line
6684         options --udata-section-name=[name] to override default
6685         udata definition name
6686         * modified _linkCmd and _asmCmd to include compiler passed
6687         arguments via -W option
6688         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6689         object file from '.rel' to '.o' in port->linker structure,
6690         changed size of fptr from 2 to 3 in port structure
6691
6692 2004-01-07  Borut Razem <borut.razem AT siol.net>
6693
6694         * support/scripts/sdcc.nsi: update PATH
6695         * support/scripts/sdcc.ico: craeted
6696
6697 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6698
6699         * device/include/Makefile.in: fix install
6700         * doc/Makefile: fix install
6701
6702 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6703
6704         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6705         in bug #860505
6706         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6707         how the function variable allocation summary is displayed; also
6708         include information about variables allocated to the overlay
6709         segment
6710
6711 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6712
6713         * as/mcs51/lkmain.c: Help about -Y option
6714         * as/mcs51/lkarea.c: Fixed gcc warnings
6715
6716 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6717
6718         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6719         fixed warning
6720         * support/valdiag/tests/overflow.c: added
6721         * src/SDCCast.c (decorateType),
6722         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6723         LEFT_OP (left shift)
6724
6725 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6726
6727         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6728         (default behaviour).
6729
6730 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6731
6732         A python script to validate compiler diagnostic messages. It can be
6733         used to verify that sdcc complains about bad c source code and
6734         gives a good location of the error.
6735         * support/valdiag/Makefile,
6736         * support/valdiag/valdiag.py,
6737         * support/valdiag/tests/*
6738
6739 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6740
6741         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6742         * src/SDCCsymt.c (newEnumType),
6743         * src/SDCCsymt.h
6744         * support/Util/SDCCerr.c,
6745         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6746         enum related bugs.
6747         * support/regression/tests/enum.c: added test for enum values that
6748         require at least 2 bytes of storage.
6749
6750 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6751
6752         * src/common.h: added ifndef/define/endif macros
6753         around the header file.
6754         Bug reported from Jesus Calvino-Fraga
6755
6756 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6757
6758         * sdcc.spec: updated
6759         * device/include/Makefile.in: don't install CVS directories
6760         * device/lib/Makefile.in: added removal of CVS directories after install
6761         * doc/Makefile: fixed install, added local_icons
6762         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6763         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6764         * src/ds390/gen.c (genRightShift): fixed bug #870788
6765         * src/SDCCast.c (decorateType): fixed bug #870781
6766
6767 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6768
6769         PIC16 port related changes:
6770         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6771         added variable stackPos,
6772
6773         * gen.c: genCall, assignResultValue: added support for
6774         pushing/retrieving function parameters to/from stack,
6775         genFunction,genEndFunction: setup stack frame for the
6776         generated function,
6777         genAddrOf: will be changed according to bug 863624
6778
6779         * added files genutils.c and genutils.h which contain gen*
6780         debugged and optimised functions extracted from gen.c
6781
6782         * glue.c: added variable 'externs' which holds extern symbols,
6783         pic16emitRegularMap: is modified to properly handle relocatable
6784          symbols under the new scheme,
6785         pic16createInterruptVect: is modified
6786         pic16printPublics: is modified to emit 'global' assembler directives,
6787         added pic16_printExterns to print extern symbols,
6788         pic16glue: initializes stack/frame pointer in the beginning of
6789         the assembly output. Temporary hack, will be corrected later,
6790         because gplink yet does not support stack and SDCC does not
6791         yet support a type of crt0.o object to create the final binary.
6792
6793         * Removed many lines that contain 8051 legacy code.
6794         * The code is finally placed under a 'code' directive.
6795         * Added port specific options.
6796
6797         * _process_pragma: simplified since now we do not need *special*
6798         include file to define SFR registers. But a separate header
6799         will be needed. This will be developed later.
6800         * _pic16_parseOptions: added, parses port specific options:
6801         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6802         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6803         --preplace-udata-with=
6804
6805         * _pic16_setDefaultOptions: modified to initialize section names,
6806         but hack is temporarly out of order since it needs improvement.
6807         * _pic16_genAssemblerPreamble: configuration words are emitted by
6808         their address instead of their name. This part is incomplete and
6809         supports only the 18Fxx2 devices. Other devices will emit an error
6810         during assembly since they do not contain the same set of config
6811         registers
6812         * _pic16_genIVT: is modified,
6813
6814         * pcode.c: added definitions for some hardware registers that are needed
6815         for stack support
6816         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6817         All PCI entries are updated. Now LFSR is supported.
6818         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6819         * added pic16_newpCodeOpLit2 to support instructions with
6820         two literal arguments
6821         * pic16_pCode2str: corrected code that emits assembler instructions
6822         with two literal operands and those that have an access bit modifier
6823         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6824         this fixes a bug which caused some labels to be lost, when an
6825         assembler directive was added, i.e. banksel,
6826         * pic16_FixRegisterBanking: improved logic that causes the insertion
6827         of bank switching,
6828         * InlineFunction: functions that are called once, are not any more
6829         inlined. This can be a port option in the future,
6830
6831         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6832
6833         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6834         hold the corresponding uninitialized symbols,
6835         * pic16_allocProcessorRegister: registers have explicit marked the
6836         accessBank field,
6837         * pic16_allocInternalRegister: registers are explicit marked as
6838         not used,
6839         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6840         processing list, so bit registers were lost,
6841         *
6842
6843         * ralloc.h: added field 'accessBank' and original symbol operand
6844         in register definition,
6845         * removed the field isMapped from register definition,
6846
6847         ** Several functions have been removed from various sources:
6848         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6849         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6850         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6851         pic16_assignRelocatableRegisters
6852
6853         ** others have been introduced:
6854         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6855         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6856
6857 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6858
6859         * support/scripts/inc2h.pl: changed definition of BIT_AT
6860         to emit 'sbit at' instead of 'bit at'. This was a request.
6861
6862         PIC16 port related preliminary changes:
6863         * gen.c: prefixed function popRegFromString with
6864         pic16_ and all references to it corrected
6865         * pcode.c: all pic16_pc_* hardware registers prefixed
6866         with underscore (_),
6867         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6868         * ralloc.c: newReg(): when register is REG_SFR then
6869         set address to rIdx,
6870         pic16_allocProcessorRegister(): marks register wasUsed=0
6871         pic16_writeUsedRegs(): added a call to assign processor
6872         registers via pic16_assignFixedRegisters
6873
6874 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6875
6876         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6877         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6878         variables in unused register banks.  Also the SSEG is placed
6879         wherever there is enough space for it, and IDATA can be anywhere
6880         in internal RAM.  For now compile using -Wl-Y[stack_size].
6881         The mem file is different for this option as well, since it
6882         makes no sense of talking about DSEG lenght.
6883
6884 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6885
6886         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6887         in certain cases, e.g. when ROM assignment, patch provided
6888         from Albert den Haan.
6889
6890 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6891
6892         Many signedness and type propagation fixes:
6893         * src/SDCCicode.c: made geniCodeCast() static
6894         replaced SPEC_ by IS_ (cosmetic)
6895         (operandOperation): fixed div and mod operation
6896         (usualBinaryConversions): added support for promotion of char
6897         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6898         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6899         (geniCodeAdd): an array index will stay unsigned, even if promoted
6900         from char to int
6901         (geniCodeArray): ditto
6902         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6903         * src/SDCCsymt.c (computeType): added more support for char;
6904         promotion of char is selectable by promoteCharToInt, fixed signedness
6905         for all cases
6906         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6907         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6908         * src/SDCCval (val*): replaced signedness calculation by
6909         computeType()
6910         rearranged if-branches (cosmetic)
6911         (valShift): added warning W_SHIFT_CHANGED
6912         (valCompare): fixed problem with different types
6913         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6914         * support/regression/tests/literalop.c: added many cases
6915         * support/regression/tests/ast_constant_folding.c: changed finally to
6916         'unsigned int'
6917         * .version: new year, new version: 2.3.7
6918         * src/SDCCmain.c (main): applied patch #866468
6919         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6920         provided by Scott Bronson
6921         * doc/sdccman.lyx: updated documentation for sdcdb
6922         updated and added chapter tips
6923
6924 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6925
6926         * src/SDCCsymt.h: missing from yesterday's commits
6927
6928 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6929
6930         * src/SDCC.y (struct_or_union_specifier),
6931         * support/Util/SDCCerr.c,
6932         * support/Util/SDCCerr.h: verify that struct & union tags are used
6933         as declared.
6934
6935 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6936
6937         * src/SDCCglobl.h: missing from yesterday's commits
6938
6939 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6940
6941         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6942         sft_attributes, struct_declaration, parameter_declaration,
6943         type_name, start_block, declaration_list),
6944         * src/SDCC.lex (check_type): support redefinition of typedef names
6945
6946 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6947
6948         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6949         aligned xdata arrays. Erik helped me with the if clause.
6950
6951 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6952
6953         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6954         warning
6955
6956 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6957
6958         * src/SDCCast.h,
6959         * src/SDCCast.c (newAst_),
6960         * src/SDCCicode.h,
6961         * src/SDCCicode.c (ast2iCode, newiCode),
6962         * src/SDCCglobl.h,
6963         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6964         expr, statement, expression_statement, selection_statement,
6965         iteration_statement, expr_opt, jump_statement): foundation for tracking
6966         sequence points
6967         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6968         point code too)
6969
6970 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6971
6972         * support/Util/SDCCerr.c,
6973         * src/SDCCast.h,
6974         * src/SDCCast.c (createCase, createDefault, decorateType),
6975         * src/SDCClabel.c (labelUnreach),
6976         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6977         to error messages.
6978         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6979         (with thanks to Stas Sergeev)
6980         * device/include/time.h,
6981         * device/lib/time.c (CheckTime): suppress unreachable code warning
6982
6983 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6984
6985         * src/SDCCast.c (createIvalCharPtr),
6986         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6987         bug #753752)
6988         * support/regression/tests/nullstring.c: tests for these two bugs
6989
6990 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6991
6992         * support/Util/SDCCerr.h,
6993         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6994         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6995         about storage class and 'at' used inside struct or union
6996         * src/SDCCBBlock.c (iCodeFromeBBlock),
6997         * src/SDCCcse.c (ifxOptimize),
6998         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6999         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7000         printIval, emitStaticSeg, emitOverlay),
7001         * src/SDCClabel.c (deleteIfx),
7002         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7003         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7004         gatherAutoInit, processParms),
7005         * support/Util/SDCCerr.h,
7006         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7007         reporting for post-parse errors.
7008
7009 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7010
7011         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7012         implicit casts via union; they don't work on big endian systems
7013         (possible fix for bug #861138)
7014
7015 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7016
7017         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7018         * src/mcs51/main.c: fixed the fix for bug #737001
7019
7020 2003-12-15  Borut Razem <borut.razem AT siol.net>
7021
7022         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7023
7024 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7025
7026         * support/makebin/makebin.c: put output in binary mode
7027
7028 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7029
7030         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7031         xdata and data memory on startup. Set the environment variable
7032         SDCC_NOGENRAMCLEAR to disable this.
7033         * src/mcs51/peephole.def,
7034         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7035         (allows non-interrupt and interrupt code to safely compete for a resource
7036         without the non-interrupt code having to disable interrupts)
7037
7038 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7039
7040         * src/SDCCicode.c (geniCodeAdd),
7041         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7042         with valFromType if type might be a pointer and host is big endian).
7043         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7044         types, not just integer types.
7045         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7046         multiply defined with mismatching "at" address.
7047
7048 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7049
7050         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7051         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7052         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7053         with embedded nulls (fixed bug #753752)
7054
7055 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7056
7057         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7058         Apparently this did not see much testing (endless loop)
7059
7060 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7061
7062         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7063
7064 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7065
7066         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7067         gracefully handle NULL memmap pointers
7068
7069 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7070
7071         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7072         instead of deleting the iCode when an operand is volatile
7073         * src/z80/gen.c (genDummyRead),
7074         * src/mcs51/gen.c (genDummyRead),
7075         * src/ds390/gen.c (genDummyRead),
7076         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7077         not just IC_RIGHT
7078         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7079         * src/SDCC.y: fixed bug #850420
7080
7081 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7082
7083         Applied z80 i/o port patch from Peter Townson and fixed some operators
7084         to better handle operands in A register.
7085         * device/include/z180.h
7086         * src/SDCC.y
7087         * src/SDCCglue.c
7088         * src/z80/gen.c
7089         * src/z80/gen.h
7090         * src/z80/main.c
7091         * src/z80/peeph-z80.def
7092         * src/z80/peeph.def
7093         * src/z80/z80.h
7094
7095 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7096
7097         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7098
7099 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7100
7101         * device/lib/hc08/_mullong.c: Removed extra #endif
7102
7103 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7104
7105         * sim/ucsim/hc08.src/inst.cc,
7106         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7107         carries from x to h
7108         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7109         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7110         * device/include/stdarg.h: fixed varargs for hc08
7111         * device/lib/Makefile.in,
7112         * device/lib/hc08/Makefile,
7113         * device/lib/hc08/_mulint.c,
7114         * device/lib/hc08/_mullong.c: fixed some endian problems
7115
7116 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7117
7118         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7119         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7120         * device/lib/_gptrget.c,
7121         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7122
7123 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7124
7125         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7126         * src/SDCCast.c (astErrors): fixed bug #846007
7127         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7128
7129 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7130
7131         * src/SDCCast.c (decorateType): disabled a transformation I added in
7132         revision 1.188 (access to fields of a structure at an absolute address);
7133         it breaks with bitfields, extern declarations, and gcse analysis.
7134         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7135         could be assigned through a pointer, so don't complain.
7136         * src/SDCCast.c (astErrors),
7137         * src/SDCCast.h,
7138         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7139
7140 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7141
7142         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7143         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7144         output of __config directives, since gpasm now supports them
7145         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7146         pre-processor macro, i.e. -DMCU=p18f452
7147         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7148         and modified to handle 'cast' icode similarly to '=' icode
7149         * src/pic16/device.h (typedef struct PIC_device): added field
7150         'extMIface' to indicate that chip has external memory interface
7151         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7152         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7153         18F8720
7154
7155 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7156
7157         * src/SDCC.y (pointer): fixed bug #846006
7158         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7159         * src/SDCCast.c (decorateType): fixed bug #846009
7160         * src/ds390/peeph.def,
7161         * src/ds390/gen.c (genAnd, genOr),
7162         * src/mcs51/peeph.def,
7163         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7164
7165 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7166
7167         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7168         * src/SDCCdflow.c
7169         * src/SDCCcse.c
7170         * src/SDCCcse.h
7171         * src/SDCCBBlock.h
7172         * src/SDCCBBlock.c
7173
7174 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7175
7176         fixed bug #845089
7177         * src/SDCCbitv.h,
7178         * src/SDCCbitv.c: added function to free a bitvector
7179         * src/SDCClrange.h,
7180         * src/SDCClrange.c: added function to recompute the liveranges
7181         * src/avr/ralloc.c,
7182         * src/ds390/ralloc.c,
7183         * src/hc08/ralloc.c,
7184         * src/mcs51/ralloc.c,
7185         * src/pic/ralloc.c,
7186         * src/pic16/ralloc.c,
7187         * src/xa51/ralloc.c,
7188         * src/z80/ralloc.c: recompute the liveranges after register packing
7189
7190 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7191
7192         * src/SDCCloop.c (newInduction): fixed bug #845630
7193
7194 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7195
7196         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7197         inadvertantly left behind from my 2003-11-12 change
7198
7199 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7200
7201         Updated headers I neglected to commit yesterday.
7202         * src/SDCClrange.h,
7203         * src/SDCCicode.h
7204
7205 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7206
7207         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7208         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7209         * src/SDCCopt.c (eBBlockFromiCode),
7210         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7211         the creation of the key hash table from the sequencing so it can be used
7212         earlier (for some GCSE bug fixes still pending)
7213
7214 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7215
7216         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7217         * support/regression/tests/addsub.c: testing genPlus shortcut
7218
7219 2003-11-15  Borut Razem <borut.razem AT siol.net>
7220
7221         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7222
7223 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7224
7225         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7226         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7227         ordering is immaterial.
7228         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7229
7230 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7231
7232         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7233         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7234         (SIGSEV) of bug #840381
7235         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7236         unlink new file before rename if new and old filenames are the same)
7237
7238 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7239
7240         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7241         uninitialized variables) for the mcs51. Set environment variable
7242         SDCC_GENRAMCLEAR to test.
7243         xdata initialization slightly shorter
7244
7245 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7246
7247         * src/SDCCsymt.h,
7248         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7249         #838241 & 780691 (basicly the same bug)
7250         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7251         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7252
7253 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7254
7255         * src/SDCCmain.c (linkEdit): "fix" #834252
7256
7257 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7258
7259         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7260         * src/SDCCast.h,
7261         * src/SDCC.y: fixed bug #819403
7262
7263 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7264
7265         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7266         the reentrant attribute.
7267         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7268         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7269         simulation
7270         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7271         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7272         erroneously reduced to a literal.
7273         * src/hc08/ralloc.c (packRegisters, rematStr),
7274         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7275         some cases
7276
7277 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7278
7279         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7280         * doc/sdccman.lyx: changed from 'article' to 'book'
7281         * doc/Makefile: readded test_suite_spec and cdbfileformat
7282
7283 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7284
7285         * device/include/stdlib.h: include malloc.h to comply with ANSI
7286         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7287
7288 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7289
7290         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7291         * doc/clean.mk: also remove *.out files
7292         * doc/sdccman.lyx: some additions, larger top/bottom margins
7293
7294 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7295
7296         * src/SDCC.y: fixed bug #837365
7297         * support/regression/tests/bitopcse.c
7298         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7299         a symbol (might be valop instead)
7300         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7301         * device/lib/clean.mk: added hc08 to the cleaning list
7302
7303 2003-11-04  Borut Razem <borut.razem AT siol.net>
7304
7305         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7306           made 2003-11-04
7307         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7308           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7309           malloc is declared in standard stdlib.h
7310
7311 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7312
7313         * device/lib/hc08/Makefile: need to clean .rel not .o files
7314         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7315
7316 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7317
7318         * src/port.h,
7319         * src/hc08/main.c,
7320         * src/mcs51/main.c,
7321         * src/ds390/main.c,
7322         * src/z80/main.c,
7323         * src/avr/main.c,
7324         * src/pic/main.c,
7325         * src/pic16/main.c,
7326         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7327         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7328         tests (which uses the port's oclsExpense function)
7329         * src/SDCC.y,
7330         * src/SDCCast.c,
7331         * src/SDCCicode.c,
7332         * src/hc08/gen.c,
7333         * src/ds390/gen.c,
7334         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7335
7336 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7337
7338         * src/SDCCcse.c (ifxOptimize),
7339         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7340         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7341         deleting the IFX iCode.
7342         * src/hc08/ralloc.c: reduced unneeded slocs
7343         * src/hc08/gen.c: fixed bug in asmopToBoolean
7344
7345 2003-11-04  Borut Razem <borut.razem AT siol.net>
7346
7347         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7348           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7349           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7350           transferred to configure
7351
7352 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7353
7354         Use headers defined in the C[++] standards:
7355         * sim/ucsim/gui.src/serio.src/fileio.cc
7356         * sim/ucsim/gui.src/serio.src/frontend.cc
7357         * sim/ucsim/gui.src/serio.src/main.cc
7358         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7359         * support/Util/NewAlloc.c
7360         * as/hc08/lklibr.c
7361         * as/mcs51/lklibr.c
7362         * as/z80/aslist.c
7363         * as/z80/assym.c
7364
7365 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7366
7367         * Added MSVC projects for hc08 assembler and linker:
7368         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7369         /as/hc08/link_hc08.dsp
7370
7371 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7372
7373         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7374
7375 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7376
7377         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7378
7379 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7380
7381         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7382
7383 2003-10-31  Borut Razem <borut.razem AT siol.net>
7384
7385         * support/cpp2/cpplib.h,
7386           support/cpp2/cpplib.c,
7387           support/cpp2/cpplex.c,
7388           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7389           to switch _asm block preprocessing on / off. Default is
7390           #pragma preproc_asm +
7391
7392 2003-10-31  Borut Razem <borut.razem AT siol.net>
7393
7394         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7395           when outputting comment blocks (when executed with -C option) and
7396           _asm (SDCPP specific) blocks
7397
7398 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7399
7400         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7401
7402 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7403
7404         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7405
7406 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7407
7408         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7409         * src/SDCCast.c (decorateType): fixed bug #832664
7410
7411 2003-10-31  Borut Razem <borut.razem AT siol.net>
7412
7413         * support\cpp2\cpplex.c: fixed for SDCPP:
7414           comments(when executed with -C option) and _asm blocks
7415           were included even if they where in skipped #if block.
7416           Applied solution from GCC cpp 3.3.2
7417
7418 2003-10-31  Borut Razem <borut.razem AT siol.net>
7419
7420         * src/SDCC.lex: sdcc now understands both formats:
7421           '# <line_number> <file_name>' and
7422           '#line <line_number> <file_name>'
7423         * support/cpp2/cppmain.c: sdcpp now generates the standard
7424           '# <line_number> <file_name>' instead of former
7425           '#line <line_number> <file_name>'
7426
7427 2003-10-30  Borut Razem <borut.razem AT siol.net>
7428
7429         * support/cpp2/cpphash.h,
7430         * support/cpp2/cpplib.h
7431         * support/cpp2/cpplex.c,
7432         * support/cpp2/cppmain.c,
7433         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7434
7435 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7436
7437         Fixed a number of problems revealed by bug #827883.
7438         * src/SDCCloop.c (loopInvariants): Spill location of the
7439         result operand should be recomputed if extracted from
7440         a loop. Also, don't extract assignments of an iTemp
7441         from a literal.
7442         * src/SDCCast.c (isConformingBody): loop reversal should
7443         not occur if the control variable is involved with a
7444         relational operator.
7445
7446 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7447
7448         * .version: bumped to 2.3.6 to reflect the big improvements
7449         made by Erik and Klaus. Thanks!
7450
7451 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7452
7453         Replaced the livrange code.
7454         * src/SDCClrange.c: added new LR code
7455         * src/SDCCloop.c,
7456         * src/SDCCBBlock.h: removed remainig parts from old LR code
7457         * src/ds390/ralloc.c,
7458         * src/ds390/gen.c: minor fixes to make it work with new code
7459
7460 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7461
7462         * as/hc08/asm.h,
7463         * as/hc08/lkrloc.c,
7464         * src/hc08/gen.c,
7465         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7466         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7467         (tweaked fix for bug #818696)
7468
7469 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7470
7471         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7472
7473 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7474
7475         * src/SDCCmain.c,
7476         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7477         * src/mcs51/gen.c (gencjneshort),
7478         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7479         more efficient (per Scott Bronson's suggestion)
7480
7481 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7482
7483         Extended the semantics of the critical keyword to include
7484         individual statements. See RFE #827755 and #799831
7485         * src/SDCC.y
7486         * src/SDCCicode.c
7487         * src/SDCCopt.c
7488         * src/SDCCast.c
7489         * support/Util/SDCCerr.c
7490         * support/Util/SDCCerr.h
7491         * src/mcs51/gen.c
7492         * src/ds390/gen.c
7493         * src/hc08/gen.c
7494
7495 2003-10-19  Borut Razem <borut.razem AT siol.net>
7496
7497         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7498
7499 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7500
7501         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7502         Fixed bug #818696
7503         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7504         and predecrement operand is displayed
7505
7506 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7507
7508         * src/SDCCval.c (valMinus): fixed bug #826041
7509
7510 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7511
7512         Some hc08 related updates that I missed earlier
7513         * sim/ucsim/stypes.h
7514         * support/regression/ports/hc08/spec.mk
7515
7516 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7517
7518         New target "hc08" for the Motorola 68hc08 family of micros
7519
7520         * configure
7521         * configure.in
7522         * Makefile
7523         * src/hc08/*
7524         * src/SDCCmain.c
7525         * src/port.h
7526         * sim/ucsim/hc08.src/*
7527         * sim/ucsim/configure.in
7528         * src/ucsim/configure
7529         * sim/ucsim/packages_in.mk
7530         * as/hc08/*
7531         * as/Makefile
7532         * device/include/mc68hc908qy.h
7533         * device/lib/hc08/*
7534         * device/lib/Makefile.in
7535         * support/regression/ports/hc08/*
7536         * support/regression/Makefile
7537
7538 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7539
7540         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7541         regression test
7542         * src/ds390/gen.c (genCast): fixed bug #821957
7543
7544 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7545
7546         * device/lib/logf.c: "fixed" overlay bug
7547         * support/regression/ports/host/spec.mk: added m library
7548         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7549         * support/regression/tests/float_trans: added (for Eric)
7550
7551 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7552
7553         * src/mcs51/gen.c (genCpl): fixed bug
7554         http://sf.net/mailarchive/message.php?msg_id=6263915
7555
7556 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7557
7558         * src/SDCCast.c (decorateType): added extended constant folding
7559         * src/SDCCsymt.c (computeType): cleanup
7560         * src/SDCCval.c (valShift): minor optimization
7561         * support/regression/tests/ast_constant_folding.c: added
7562
7563 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7564
7565         * src/SDCCmain.c: removed some unintended changes
7566
7567 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7568
7569         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7570         * src/z80/gen.c: fixed part of bug #817589
7571         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7572
7573 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7574
7575         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7576         * src/SDCCcflow.c
7577         * src/SDCCcse.c
7578         * src/SDCCdflow.c
7579         * src/SDCClabel.c
7580         * src/SDCClrange.c
7581         * src/SDCCmem.c
7582         * src/SDCCopt.c
7583         * src/SDCCpeeph.c
7584         * src/SDCCset.c
7585         * src/avr/ralloc.c
7586         * src/ds390/ralloc.c
7587         * src/izt/ralloc.c
7588         * src/mcs51/ralloc.c
7589         * src/pic/ralloc.c
7590         * src/pic16/ralloc.c
7591         * src/xa51/ralloc.c
7592         * src/z80/ralloc.c
7593         * src/z80/gen.c: removed unused label "release:"
7594
7595 2003-10-06  Borut Razem <borut.razem AT siol.net>
7596
7597         * src/SDCC.lex: removed definition of unused variables
7598           save_optimize and save_options
7599
7600 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7601
7602         * clean.mk: removed '=' in "-maxdepth=1"
7603         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7604         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7605
7606 2003-10-06  Borut Razem <borut.razem AT siol.net>
7607
7608         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7609           my_unput() replaced by unput()
7610
7611 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7612
7613         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7614         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7615         type-punned pointer will break strict-aliasing rules"
7616         Old LR behaviour is again default; Klaus' LR can be choosen by
7617         defining the environment variable LRKLAUS
7618         * src/SDCCBBlock.h
7619         * src/SDCCloop.c
7620         * src/SDCClrange.c
7621         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7622         * clean.mk: fixed removal of files in bin/CVS/
7623         * device/lib/clean.mk: fixed removal of directories small and large
7624         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7625         * src/SDCCicode.c,
7626         * src/SDCCval.c: removed superflous test for pedantic
7627
7628 2003-10-05  Borut Razem <borut.razem AT siol.net>
7629
7630         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7631           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7632           message "unmatched #pragma SAVE and #pragma RESTORE"
7633
7634 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7635
7636         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7637           assembly, critical functions, atomic, nojtbound)
7638
7639 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7640
7641         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7642         * src/SDCCBBlock.h
7643         * src/SDCCloop.c
7644         * src/SDCCloop.h
7645         * src/SDCClrange.c
7646
7647 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7648
7649         * src/z80/gen.h,
7650         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7651         * src/mcs51/gen.h
7652         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7653         * src/ds390/gen.h
7654         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7655         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7656         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7657
7658 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7659
7660         * src/z80/gen.c (genRet): fixed bug #524753
7661         * src/z80/gen.c (genCast): fixed internal error on cast from
7662         pointer to long
7663         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7664         fix for bug #477835 to the z80
7665         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7666         for tracking iCodes in the peephole optimizer for z80
7667
7668 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7669
7670         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7671         the other part of bug #814548
7672         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7673
7674 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7675
7676         * src/SDCCcse.c: fixed part of bug #814548
7677
7678 2003-09-28  Borut Razem <borut.razem AT siol.net>
7679
7680         * src/asm.c: rewrite of printILine() to use temporary file instead
7681           a pipe
7682         * src/xa51/main.c: commented out declaration of int rewinds
7683
7684 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7685
7686         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7687
7688 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7689
7690         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7691         * src/asm.c (printILine): Fixed bug #811015
7692
7693 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7694
7695         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7696         freeing.
7697
7698 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7699
7700         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7701         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7702         to correctly handle general case of AOP_PAIRPTR
7703         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7704
7705 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7706
7707         * src/mcs51/ralloc.c (fillGaps),
7708         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7709         register positioning bug)
7710
7711 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7712
7713         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7714
7715 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7716
7717         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7718         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7719         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7720         (ralloc doesn't intentionally do this now, but perhaps later)
7721         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7722         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7723         register positioning bugs (Fixed bug #762602 and #795325)
7724         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7725         (Fixed bug #808779)
7726         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7727         lines that --i-code-in-asm generates
7728
7729 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7730
7731         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7732         trying to fclose a FILE* that was already closed.
7733
7734 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7735
7736         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7737         of const struct should be treated as if const themselves)
7738
7739 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7740
7741         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7742
7743 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7744
7745         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7746         Unix (/n) and DOS (/r/n) line terminations.
7747
7748 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7749
7750         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7751         bug #613775
7752
7753 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7754
7755         * src/mcs51/gen.c (genFunction, genEndFunction),
7756         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7757         and restore of EA so that stack offsets to parameters are
7758         correct when using both critical and reentrant/stack-auto.
7759         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7760         size (can be triggered in error if sloc is shared between
7761         different sized objects)
7762         * device/include/float.h: fixed macros to explicitly use
7763         unsigned long where needed
7764
7765 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7766
7767         Feature req. 799831: added code to allow nesting of critical functions
7768         * src/mcs51/gen.c (genFunction, genEndFunction)
7769         * src/ds390/gen.c (genFunction, genEndFunction)
7770
7771 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7772
7773         * src/SDCCsymt.c (sclsFromPtr),
7774         * src/SDCCsymt.h,
7775         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7776         support for standard C idiom of memory mapped variables; for
7777         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7778         to xdata int at 0x1234 tempvar = 1.
7779         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7780         provided by Akiya ISHIDA
7781
7782 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7783
7784         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7785         * src/SDCCval.c (constVal): added reduction from int to char
7786         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7787         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7788         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7789         to ignore the sign
7790         * support/regression/tests/shifts.c: fixed
7791
7792 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7793
7794         * src/z80/gen.c (genXor): Fixed bug #805445
7795
7796 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7797
7798         Fixed bug #621531 (const & volatile confusion in the type chain).
7799         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7800         refer to the const or volatile state of the pointer itself.
7801
7802         * src/SDCCast.c
7803         * src/SDCCglue.c
7804         * src/SDCCicode.c
7805         * src/SDCCsymt.c
7806         * src/SDCCval.c
7807         * src/SDCC.y
7808         * src/SDCCsymt.h
7809         * src/pic/gen.c
7810         * src/pic/ralloc.c
7811         * src/pic16/gen.c
7812         * src/pic16/ralloc.c
7813         * support/regression/tests/const.c
7814
7815 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7816
7817         When checking for duplicated modules, use absolute paths
7818         instead of relative paths.  Files changed:
7819
7820         * as/mcs51/lklib.c
7821         * link/z80/lklib.c
7822
7823 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7824
7825         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7826
7827 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7828
7829         * device/include/string.h: added size_t typedef, changed
7830         prototypes to use size_t, eliminated separate reentrant and
7831         non-reentrant declarations, added _memmove declaration
7832         * device/lib/_memcpy.c: changed to use size_t instead of int,
7833         changed /4 to >>2 to avoid division library call
7834         * device/lib/_memcmp.c,
7835         * device/lib/_memset.c,
7836         * device/lib/_strncat.c,
7837         * device/lib/_strncpy.c,
7838         * device/lib/_strncmp.c: changed to use size_t instead of int
7839         * device/lib/_memmove.c: new file (fixed bug #772294)
7840         * device/lib/Makefile.in: added _memmove.c
7841         * device/lib/z80/asm_strings.s: fixed bug #772290
7842         * support/regression/tests/bitfields.c: attempt to fix host assertion
7843         failure on amd64-unknown-linux2.2
7844
7845 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7846
7847         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7848         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7849         * as/z80/asmain.c (main): fixed bug #801766
7850
7851 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7852
7853         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7854         compilers
7855
7856 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7857
7858         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7859         reported in bug #800609
7860
7861 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7862
7863         * Top header beautifications in src/pic16 directory:
7864           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7865           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7866           pcoderegs.h, ralloc.c, ralloc.h
7867         * main.c: added top header and GPL license notice
7868         * pcode.c: fixed the if-conditional warning
7869
7870 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7871
7872         * device/lib/_mullong.c: replaced int by short for gcc
7873
7874 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7875
7876         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7877         and JUMPTABLE iCodes properly now (worked by accident before)
7878         * src/mcs51/gen.c (leftRightUseAcc),
7879         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7880         iCode properly now. Use getSize instead of nRegs since a & b
7881         aren't part of the nRegs tally.
7882
7883 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7884
7885         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7886         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7887           before instructions that use the _STATUS register
7888
7889 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7890
7891         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7892         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7893         fetching of the pointer
7894         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7895         copied from genNearPointerSet()
7896         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7897         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7898         If they pop r0/r1 they must be called in the opposite order than aopOp().
7899         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7900         (resp. --stack-auto), prepared for --xstack
7901
7902 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7903
7904         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7905
7906 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7907
7908         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7909         these ports have their own __sdcc_external_start()
7910
7911 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7912
7913         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7914         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7915         type for bits was changed. It resulted in bit variables becoming
7916         global, which is not permitted in PIC 14 assembly output.
7917
7918 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7919
7920         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7921
7922 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7923
7924         Z80 and MCS51 linkers complaint if a public symbol is defined
7925         in more than one library module:
7926
7927         * as/mcs51/lklib.c
7928         * link/z80/lklib.c
7929         * as/mcs51/Makefile.in
7930
7931 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7932
7933         A few small changes that speed up the peephole optimizer.
7934
7935         * src/SDCCpeeph.c
7936
7937 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7938
7939         Try to make the peephole optimizer smarter by maintaining
7940         an association between the assembly source code and the
7941         iCodes that originated them. Put this information to use
7942         with a new peephole rule condition "notVolatile" so that
7943         the rules can be aggressive yet still safe.
7944
7945         * src/SDCCpeeph.c
7946         * src/SDCCpeeph.h
7947         * src/mcs51/gen.c
7948         * src/mcs51/peeph.def
7949
7950 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7951
7952         Fixed bug #741761
7953
7954         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7955         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7956         if the left or right operand symbols have the accuse flag set.
7957
7958 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7959
7960         Changed the type of the result of the ! (NOT) operator to char;
7961         previously it returned the same type as the source. This allows
7962         us to eliminate all the genFloatNot functions (all of its target
7963         implementations were very buggy) since !float can use the same
7964         code as !long now.
7965
7966         * src/SDCCicode.c (ast2iCode): ! returns char
7967         * src/mcs51/gen.c (genNot, genNotFloat),
7968         * src/ds390/gen.c (genNot, genNotFloat),
7969         * src/z80/gen.c (genNot, genNotFloat),
7970         * src/pic/gen.c (genNot, genNotFloat),
7971         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7972
7973 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7974
7975         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7976         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7977            during interrupts. Ensure WSAVE is located at a shared bank address.
7978         2. Fixed page selection in some places
7979         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7980            the registers name strings.
7981         4. Fixed "signed / unsigned compare" compiler warnings.
7982         5. The PIC port manages its own allocation of the general purpose
7983            registers, but makes no attempt to reuse them. As a result when
7984            compiling it soon runs out of general purpose registers. Some
7985            additional code was added to the files pcode.c and device.c to walk
7986            through the function call tree and rename the registers so that they
7987            get reused.
7988
7989         * src/pic/device.c
7990         * src/pic/gen.c
7991         * src/pic/glue.c
7992         * src/pic/pcode.c
7993         * src/pic/pcode.h
7994         * src/pic/ralloc.c
7995         * src/pic/ralloc.h
7996         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7997         genPlus() & genMinus() when the result is the same as left or right
7998
7999 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8000
8001         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8002
8003 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8004
8005         Made bitfield a distinct type from bit so that bitfields
8006         convert as per ANSI C and bits retain their traditional
8007         boolean style behaviour. Implemented bitfield support in
8008         the z80 port.
8009
8010         * src/SDCCsymt.h,
8011         * src/SDCCsymt.c,
8012         * src/SDCCast.c,
8013         * src/cdbFile.c,
8014         * src/mcs51/gen.c,
8015         * src/ds390/gen.c: bit v bitfield split
8016         * src/z80/gen.c: New support for bitfields
8017         * support/regression/tests/bitfields.c: reenabled z80,
8018         added more tests
8019
8020 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8021
8022         Rules 246.x, 247.x relate to bitfields, the others speed up
8023         access to xdata mapped I/O devices.
8024
8025         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8026
8027 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8028
8029         Cleaned up genPackBits and genUnpackBits and added two helper
8030         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8031         for literal assignments in genPackBits (thanks to Frieder for
8032         reminding me).
8033
8034         * src/mcs51/gen.c
8035         * src/ds390/gen.c
8036
8037 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8038
8039         Fixed bug #748310 (pointer to function type mishandled when the
8040         function name is omitted). Also fixed a SIGSEGV when a function
8041         attribute (reentrant, etc) is used on a non-function or on a
8042         function but misplaced before the parameter list.
8043
8044         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8045         bug #748310
8046         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8047         * support/Util/SDCCerr.h,
8048         * support/Util/SDCCerr.c: Added func attr misuse error msg
8049
8050 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8051
8052         Fixed bug #787649 by anonymous
8053         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8054         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8055
8056 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8057
8058         Fixed numerous bitfield problems.
8059
8060         * src/SDCC.y: More bitfield related error checking
8061         * src/SDCCsymt.h,
8062         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8063         * support/Util/SDCCerr.h,
8064         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8065         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8066         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8067         * support/regression/tests/bitfields.c: tests added
8068
8069 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8070
8071         Made the constant following the "interrupt" keyword optional. If
8072         omitted, the function will not automatically be given an entry
8073         in the interrupt vector table (similar to #pragma NOIV, but
8074         less syntacticly kludgy). The interrupt number is also now
8075         range checked. Also fixed a bug in the high order bit example
8076         in the manual.
8077
8078         * src/SDCC.y
8079         * src/SDCCmem.c
8080         * src/SDCCglue.c
8081         * src/SDCCsymt.h
8082         * support/Util/SDCCerr.c
8083         * support/Util/SDCCerr.h
8084         * doc/sdccman.lyx
8085
8086 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8087
8088         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8089         * src/SDCCicode.c (operandOperation): rewritten some ops
8090         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8091         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8092         other type
8093         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8094         be re-activated by defining REDUCE_LITERALS)
8095         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8096         unsigned, but are signed by default
8097         * src/SDCCval.c (constVal): rearranged
8098         * src/SDCCval.c (valMod): preliminary fix
8099         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8100         * support/regression/literalop.c: added, work in progress
8101
8102 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8103
8104         Generate warnings for useless declarations like "char data;"
8105         that don't do what new users expect.
8106
8107         * src/SDCC.y
8108         * support/Util/SDCCerr.h
8109         * support/Util/SDCCerr.c
8110
8111 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8112
8113         * src/SDCCval.c (valMult): fix overflow detection of negative int
8114
8115 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8116
8117         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8118
8119         Changes to support big endian targets:
8120
8121         * src/ports.h
8122         * src/SDCCglue.c
8123         * src/avr/main.c
8124         * src/ds390/main.c
8125         * src/izt/i186.c
8126         * src/mcs51/main.c
8127         * src/pic/main.c
8128         * src/pic16/main.c
8129         * src/xa51/main.c
8130         * src/z80/main.c
8131
8132 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8133
8134         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8135         * device/lib/time.c: fixed warning "integer overflow in expression"
8136
8137 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8138
8139         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8140         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8141         constants are unsigned; added recognition of "u" flag for unsigned
8142         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8143         * src/SDCCval.c (valDiv, valMod): fixed signdness
8144         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8145         signedness of modulo, left and right shift
8146         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8147         * support/Util/SDCCerr.h: added warning W_INT_OVL
8148         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8149         * src/SDCCast.c (ast_print): improved output of constants
8150
8151 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8152
8153         Fixed some warnings when building with MSVC:
8154
8155         * as\mcs51\asdata.c
8156         * as\z80\asdata.c
8157         * as\mcs51\asm.h
8158         * as\z80\asm.h
8159         * link\z80\aslink.h
8160         * link\z80\lkdata.c
8161         * link\z80\lkeval.c
8162         * link\z80\lkgb.c
8163         * link\z80\lkihx.c
8164         * link\z80\lks19.c
8165         * link\z80\lksym.c
8166         * support\cpp2\cpplib.c
8167         * src\ds390\gen.c
8168         * src\mcs51\gen.c
8169
8170 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8171
8172         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8173
8174 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8175
8176         * support\librarian\clean.mk: Do not remove Makefile.
8177         * support\librarian\Makefile: added.
8178
8179 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8180
8181         Added librarian to MSVC build:
8182         * all.dsp
8183         * sdcc.dsw
8184         * support\librarian\librarian.dsp
8185
8186         'configure' not needed for librarian, removed:
8187         * support\librarian\configure
8188         * support\librarian\configure.in
8189         * support\librarian\config_in.h
8190         * support\librarian\Makefile.in
8191
8192         Hopefully these ones built the librarian and the rest of sdcc properly:
8193         * Makefile
8194         * Makefile.common.in
8195
8196         Messed up 'configure', so revert to previous version:
8197         * configure
8198         * configure.in
8199
8200 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8201
8202         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8203         there, while the mantissa of a double is "only" 53 bits wide.
8204
8205 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8206
8207         Adding sdcclib to the build.  MSVC project coming soon.
8208         Files added/changed:
8209
8210         * support\librarian\clean.mk
8211         * support\librarian\configure
8212         * support\librarian\configure.in
8213         * support\librarian\config_in.h
8214         * support\librarian\Makefile.bcc
8215         * support\librarian\Makefile.in
8216         * support\librarian\sdcclib.c
8217         * Makefile.bcc
8218         * Makefile
8219         * Makefile.common.in
8220         * configure
8221         * configure.in
8222
8223 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8224
8225         Linker now complaints if linked modules have conflicting options, for
8226         example, one compiled using --model-large and another one compiled with
8227         --model-small.  The following files were modified:
8228
8229         * as\mcs51\asdata.c
8230         * as\mcs51\aslink.h
8231         * as\mcs51\asm.h
8232         * as\mcs51\asmain.c
8233         * as\mcs51\asout.c
8234         * as\mcs51\i51pst.c
8235         * as\mcs51\lkdata.c
8236         * as\mcs51\lklibr.c
8237         * as\mcs51\lkmain.c
8238         * as\z80\asdata.c
8239         * as\z80\asm.h
8240         * as\z80\asmain.c
8241         * as\z80\asout.c
8242         * as\z80\z80pst.c
8243         * link\z80\aslink.h
8244         * link\z80\lkdata.c
8245         * link\z80\lklibr.c
8246         * link\z80\lkmain.c
8247         * src\SDCCglue.c
8248
8249 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8250
8251         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8252         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8253
8254 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8255
8256         * src/z80/mappings.i: fix _mul[us][int,long] entries
8257
8258 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8259
8260         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8261
8262 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8263
8264         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8265         * support/regression/tests/bitopcse.c: added
8266         fixed warning:
8267         * src/avr/gen.c:
8268         * src/pic/gen.c:
8269         * src/pic16/gen.c:
8270         * src/z80/gen.c:
8271         * src/xa51/gen.c:
8272
8273 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8274
8275         added support for new library format to z80, gbz80 linkers:
8276         *link/z80/aslink.h
8277         *link/z80/lklex.c
8278         *link/z80/lklib.c
8279         *link/z80/lklist.c
8280
8281 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8282
8283         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8284         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8285
8286 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8287
8288         added DUMMY_READ_VOLATILE:
8289         * src/SDCC.y:
8290         * src/avr/gen.c:
8291         * src/xa51/gen.c:
8292         * src/z80/gen.c:
8293         * src/pic/gen.c:
8294         * src/pic16/gen.c:
8295         * src/mcs51/gen.c:
8296         * src/ds390/gen.c:
8297         * src/SDCCcse.c (algebraicOpts): many improvements
8298         * src/SDCCcse.h: removed algebraicOpts()
8299         * src/SDCCicode.c (picDummyRead): added
8300
8301 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8302
8303         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8304         "Insufficient space in data memory".
8305
8306 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8307
8308         * src/mcs51/gen.c: fixed bug #771358
8309         * src/z80/gen.c: fixed bug #759087
8310
8311 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8312
8313         * src/pic16/glue.c: minor cleanup by Vangelis
8314
8315 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8316
8317         * device/include/regc515c.h: fixed #758477
8318         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8319         * device/lib/_gptrput.c: saved a few bytes
8320         * my tab spacing is 8, yours too?)
8321         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8322         * device/lib/serial.c: process RX bytes earlier than TX bytes
8323         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8324
8325 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8326
8327         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8328
8329 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8330
8331     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8332
8333 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8334
8335         * device/lib/Makefile.in: bad fix, reverted to 1.43
8336
8337 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8338
8339         * device/lib/Makefile.in: added missing z80 object files
8340
8341 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8342
8343         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8344         pic16 progress by Vangelis:
8345         * src/SDCCglobl.h:
8346         * src/SDCCmain.c:
8347         * src/pic/Makefile:
8348         * src/pic:
8349         * pic/Makefile:
8350         * pic16/device.c:
8351         * pic16/device.h:
8352         * pic16/gen.c:
8353         * pic16/gen.h:
8354         * pic16/genarith.c:
8355         * pic16/glue.c:
8356         * pic16/main.c:
8357         * pic16/pcode.c:
8358         * pic16/pcode.h:
8359         * pic16/pcodepeep.c:
8360         * pic16/peeph.def:
8361
8362 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8363
8364     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8365
8366 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8367
8368     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8369     added gbz80 build to MSVC project.
8370     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8371     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8372     from 8051 stuff and setup so it links using a .lnk file.
8373
8374 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8375
8376     * support/librarian/sdcclib.c: sdcc librarian.
8377     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8378     with sdcclib.
8379
8380 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8381
8382     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8383
8384 2003-07-02  Borut Razem <borut.razem AT siol.net>
8385
8386         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8387         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8388         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8389         src/xa51/main.c, src/z80/main.c:
8390         virtualization of glue() function: each port has it's own glue function,
8391         which is accessed by do_glue function pointer in PORT.general structure
8392
8393 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8394
8395         * DS800C400 fun, improved ROM interface and tinibios.
8396
8397 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8398
8399         * More support for DS80C400. Now includes beginning of interface to ROM.
8400
8401 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8402
8403         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8404
8405 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8406
8407         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8408
8409 2003-06-19  Borut Razem <borut.razem AT siol.net>
8410
8411         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8412
8413 2003-06-19  Borut Razem <borut.razem AT siol.net>
8414
8415         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8416         fixed Z80 port - crt0.o: cannot open.
8417
8418 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8419
8420         * support/Util/MySystem.c (merge_command): revert bad fix
8421
8422 2003-06-18  Borut Razem <borut.razem AT siol.net>
8423
8424         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8425
8426 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8427
8428         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8429         option --use-stdout sends errors to stdout instead of stderr.
8430
8431 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8432
8433         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8434
8435 2003-06-15  Borut Razem <borut.razem AT siol.net>
8436
8437         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8438         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8439         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8440         fixed width array of pointers replaced with sets;
8441         multiple include and lib paths ared transferred to preprocessor and linker
8442         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8443         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8444         fixed width array of pointers
8445         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8446         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8447         fixupPath(), getPathDifference()
8448         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8449         fixed width array of pointers
8450
8451 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8452
8453         * src/pic16/ralloc.c: fix warnings
8454         * src/pic16/pcode.c: fix warning
8455
8456 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8457
8458          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8459         know all the details, but essentially this set of changes enable
8460         the pic16 port to generate movff instructions and generate assembler
8461         directives,
8462         * src/SDCCmain.c:
8463         * src/pic16/gen.c:
8464         * src/pic16/glue.c:
8465         * src/pic16/pcode.c:
8466         * src/pic16/device.c:
8467         * src/pic16/main.c:
8468         * src/pic16/pcode.h:
8469         * src/pic16/pcoderegs.c:
8470         * src/pic16/ralloc.c:
8471         * src/pic16/ralloc.h:
8472
8473 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8474
8475         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8476         added option --vc, so sdcc errors and warnings are compatible with
8477         Microsoft Visual Studio.
8478
8479 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8480
8481         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8482           device/lib/libfloat.lib: added atof function.
8483
8484 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8485
8486         * doc/sdccman.lyx: updated to Lyx 1.3
8487         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8488         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8489         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8490
8491 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8492
8493         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8494
8495 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8496
8497         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8498           additions to the "related tools/documentation" section
8499
8500 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8501
8502         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8503
8504 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8505
8506         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8507         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8508
8509 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8510
8511         * doc/sdccman.lyx: fix double dash and other minor things
8512         * doc/Makefile: fix double dash
8513
8514 2003-05-28  Karl Bongers(patches from Martin Helmling)
8515         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8516           condition and ignore commands.
8517
8518 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8519
8520         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8521           is in parts still quite out of date, I did changes as far as I felt makes sense
8522           for a non-native english speaker.
8523           Please feel free to add to the manual or to correct my changes.
8524         * doc/Makefile: undid touching the date of intermediate tex files.
8525
8526 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8527
8528         * doc/sdccman.lyx: Manual has an index now
8529
8530 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8531
8532         Finalize muluint/mulsint and mululong/mulslong merging:
8533         * device/lib/_mulint.c
8534         * device/lib/_mullong.c
8535         * device/lib/gbz80/mul.s
8536         * device/lib/gbz80/stubs.s
8537         * device/lib/z80/mul.s
8538         * device/lib/z80/stubs.s
8539         * src/SDCCsymt.c (initCSupport)
8540
8541 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8542
8543         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8544         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8545           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8546           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8547           instead of /Zm500.
8548
8549 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8550
8551         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8552           the regression tests I'm not brave enough to enable 245.b, 245.c
8553         * doc/sdccman.lyx: added latex preamble for hyperref package.
8554           Using pdflatex this will give you a hyperlinked pdf file with
8555           bookmarks. (prepend '%' before /usepackage if this breaks something)
8556
8557 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8558
8559          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8560
8561 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8562
8563         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8564
8565 2003-05-21    <johan AT balder>
8566
8567         * src/SDCCglue.c (printIval): fixed bug #739934
8568
8569 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8570
8571         Applied patch from bug 737905 (renamed yylineo to mylineno):
8572         * src/altlex.c
8573         * src/SDCCast.c
8574         * src/SDCglobl.h
8575         * src/SDCC.lex
8576         * src/SDCCsymt.c
8577         * src/SDCCval.c
8578         * src/pic16/pcode.c: Cleaned warnings
8579         * src/pic16/pcodeflow.c: Cleaned warnings
8580         * src/pic16/pcoderegs.c: Cleaned warnings
8581
8582 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8583
8584         * src/pic16/pcode.c: Cleaned warnings
8585         * src/pic16/pcodepeep.c: Cleaned warnings
8586         * src/pic16/ralloc.c: Cleaned warnings
8587
8588 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8589
8590         * doc/sdccman.lyx: fixed bug 739745
8591         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8592
8593 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8594
8595         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8596         it can be defined with CFLAGS when running configure
8597         * src/SDCCmain.c: fixed compiling + linking with object files
8598
8599 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8600
8601         * configure.in: configure for pic16 port,
8602             added --disable-pic16-port
8603         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8604         * src/SDCCmain.c: linkOptions is changed to set *,
8605             added if/endif conditional macros to remove options help
8606             messages from optionsTable when a port is not configured, added
8607             support for the PIc16 port in the ports table, when executing
8608             the compiler with no port specified on command line, a default
8609             port is selected with the new macro DEFAULT_PORT which is
8610             defined in port.h, in setDefaultOptions() linkOptions is removed
8611             from initialization assignment, since now it is a set,
8612             parseCmdLine uses setParseWithComma for linkOptions, in
8613             linkEdit() linkOptions are accessed with new function indexSet()
8614             which returns the i'th item of a set variable. See SDCCset.c, in
8615             linkEdit() when calling buildCmdLine(), added linkOptions as
8616             last argument. Now users can pass arguments to gplink via the
8617             -Wl option, main() uses pic16glue() to glue up pic16 programs
8618         * src/SDCCpeeph.c: various changes to support pic16
8619         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8620             return the i'th item of the set
8621         * src/SDCCset.h: added function prototype for indexSet()
8622         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8623         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8624         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8625             added macro DEFAULT_PORT
8626         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8627         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8628             generated
8629         * src/pic16/glue.c: commented out some error producing lines
8630         * src/pic16/main.c: __config directives are commented out to stop
8631             gpasm complaining and test the linkage with gplink, _linkCmd and
8632             _asmCmd changed to be more gplink and gpasm friendly
8633         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8634             produced an error when parsed, peep rule 12 is added to utilize
8635             movff, but it is commented out since the pCode does not support
8636             yet a command with 2 address arguments
8637
8638 2003-05-18    <johan AT balder>
8639
8640         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8641         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8642 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8643
8644         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8645   Added feature to script commands from file.
8646
8647 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8648
8649         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8650         * src/SDCCutil.c: include ctype.h for win32
8651
8652 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8653
8654         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8655
8656 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8657
8658         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8659   Fixed so you can set breakpoints prior to run, run does not stop
8660   on entry now.  Add tbreak.  Other enhancements and fixes for use
8661   with ddd.
8662
8663 2003-05-12  Borut Razem <borut.razem AT siol.net>
8664
8665         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8666
8667 2003-05-11  Borut Razem <borut.razem AT siol.net>
8668
8669         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8670         the path of bin directory, so that PATH is the only env. variable, which has to be set
8671         in case of standard installation.
8672         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8673         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8674         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8675
8676 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8677
8678         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8679         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8680         temp files are in the port dir; clean the gen/test directory when
8681         generating new test.c
8682         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8683         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8684         * support/regression/tests/zeropad.c: added
8685
8686 2003-05-09    <johan AT balder>
8687
8688         * src/SDCCglue.c: fixed bug #597940
8689
8690 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8691
8692         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8693   cache sfr, optimize next,step, fix off by one sourceline,
8694   support ddd list function.
8695         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8696
8697 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8698
8699         * support/regression/HTMLgen.py: added compare_s2f()
8700         * support/regression/Makefile: redo 1.27
8701         * support/regression/generate-cases.py: redo 1.5
8702
8703 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8704
8705         * support/regression/tests/float.c: workaround 33 bit hex constant
8706         * support/regression/tests/simplefloat.c: fix division for host
8707
8708 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8709
8710         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8711         that tame's the PIC's over-aggressive optimizer.
8712
8713 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8714
8715          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8716          support for MSVC.
8717
8718 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8719
8720         Initial support for DS80C400. "Hello world" runs on TINIm400
8721         (with polled I/O).
8722
8723 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8724
8725          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8726          * Some notes on ddd usage added in debugger/README
8727          Martin Helmling adding more features and fixes for ddd GUI debugger.
8728          Code added for nexti, stepi, up, down, and other adjustments.
8729
8730 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8731
8732         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8733         * src/pic/peeph.def Added two rules to optimize carry manipulation
8734         * src/pic/* removed debug printfs
8735
8736 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8737
8738         * debugger/mcs51/cmd.c: added header newalloc.h
8739
8740 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8741
8742         * as/Makefile: new EXEEXT
8743         * as/z80/Makefile: remove trailing slash of BUILDIR
8744         * as/z80/clean.mk: new EXEEXT
8745         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8746         * support/cpp2/Makefile.in: new EXEEXT
8747         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8748
8749 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8750
8751         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8752         EXEEXT was introduced to fix all related problems with targets
8753         "clean", "install" and "uninstall"; a couple of further flaws
8754         especially with "clean" have been fixed too
8755         * as/mcs51/Makefile.in
8756         * as/mcs51/clean.mk
8757         * as/z80/Makefile
8758         * Makefile
8759         * clean.mk
8760         * debugger/mcs51/Makefile.in
8761         * debugger/mcs51/clean.mk
8762         * link/z80/Makefile
8763         * link/z80/Makefile.in
8764         * link/z80/clean.mk
8765         * link/Makefile
8766         * packihx/Makefile.in
8767         * packihx/clean.mk
8768         * sim/ucsim/Makefile
8769         * sim/ucsim/clean.mk
8770         * sim/ucsim/avr.src/Makefile.in
8771         * sim/ucsim/avr.src/clean.mk
8772         * sim/ucsim/s51.src/Makefile.in
8773         * sim/ucsim/s51.src/clean.mk
8774         * sim/ucsim/xa.src/Makefile.in
8775         * sim/ucsim/xa.src/clean.mk
8776         * sim/ucsim/z80.src/Makefile.in
8777         * sim/ucsim/z80.src/clean.mk
8778         * sim/ucsim/main_in.mk
8779         * sim/ucsim/packages_in.mk
8780         * sim/ucsim/gui.src/Makefile.in
8781         * sim/ucsim/gui.src/serio.src/Makefile.in
8782         * sim/ucsim/gui.src/serio.src/clean.mk
8783         * src/Makefile.in
8784         * src/clean.mk
8785         * support/cpp2/Makefile.in
8786         * support/cpp2/clean.mk
8787         * support/makebin/Makefile
8788         * support/makebin/clean.mk
8789         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8790         * doc/sdccman.lyx: --program-suffix no longer needed
8791
8792 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8793
8794          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8795          Martin Helmling added support for ddd GUI debugger.
8796          Code added to display assembly, set variables, and other commands
8797          to interface to ddd.
8798
8799 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8800
8801         * as/Makefile: fix target clean
8802         * as/clean.mk: fix target clean
8803         * as/z80/clean.mk: fix target clean
8804
8805 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8806
8807         * Makefile.common.in: added  AT EXEEXT AT
8808         * configure.in: removed all mingw32 stuff
8809         * configure: rebuilt from configure.in
8810         * doc/sdccman.lyx: updated section "installation"
8811         * support/scripts/sdcc_mingw32: adapted to configure
8812         * support/scripts/sdcc_cygwin_mingw32: added
8813
8814 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8815
8816         * src/pic Added object file support for the PIC port
8817         * src/pic Applied patch from Craig Franklin (this started the object file support)
8818         * src/regression Updated the PIC regression tests for object files
8819
8820 2003-04-20  Borut Razem <borut.razem AT siol.net>
8821
8822         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8823           lklex.c: In function `getfid':
8824           lklex.c:203: warning: array subscript has type `char'
8825         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8826           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8827         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8828           stack handling macros
8829
8830 2003-04-19  Borut Razem <borut.razem AT siol.net>
8831
8832         * "handling space characters in file path" task:
8833         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8834         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8835         * support/Util/MySystem.h: make it self-sufficient
8836         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8837           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8838           handling space characters in file path
8839         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8840           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8841         * support/Util/MySystem.c: handling space characters in executable's path
8842
8843 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8844
8845         * as/z80/Makefile: fix permanent rebuild of z80
8846         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8847         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8848
8849 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8850
8851         * src/SDCCopt.c: add special case optimization to replace modulo by
8852           a power of two with a bitwise AND.
8853
8854 2003-04-18    <johan AT balder>
8855
8856         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8857
8858 2003-04-17    <johan AT balder>
8859
8860         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8861         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8862
8863 2003-04-13  Borut Razem <borut.razem AT siol.net>
8864
8865         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8866         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8867           fixed mingw problem in adl_NORMALIZE_PATH
8868
8869 2003-04-12  Borut Razem <borut.razem AT siol.net>
8870
8871         * fixed "#pragma SAVE/RESTORE can not be nested":
8872         * src/SDCC.lex: reworked pragma handling functions
8873         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8874         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8875
8876 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8877
8878         * src/SDCCutil.c (pathEquivalent): defined but not used
8879         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8880         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8881         * configure: rebuilt from configure.in
8882         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8883         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8884         * device/include/Makefile.in: replace sdcc_datadir
8885         * device/lib/Makefile.in: replace sdcc_datadir
8886         * Makefile.common.in: add LDFLAGS from configure
8887         * packihx/Makefile.in: use LDFLAGS
8888         * src/Makefile.in: use LDFLAGS
8889         * support/cpp2/Makefile.in: add LDFLAGS from configure
8890         * support/makebin/Makefile: use LDFLAGS
8891         * .version: bumped version number to 2.3.5
8892
8893 2003-04-12  Borut Razem <borut.razem AT siol.net>
8894
8895         * completed "different paths" task:
8896         * src/SDCCmacro.c: fixed bug in handling quotes
8897         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8898         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8899
8900 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8901
8902         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8903
8904 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8905
8906         * ds390/gen.c ds390/peeph.def: fix bug 706781
8907
8908 2003-04-11  Borut Razem <borut.razem AT siol.net>
8909
8910         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8911
8912 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8913
8914         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8915         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8916          set - this bit used to not be set...).
8917         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8918           bad code in PIC Port
8919         * src/regression/and2.c added to test bug 609268
8920         * src/regression/Makefile added and2.c to regression test
8921
8922
8923 2003-04-08    <johan AT CP255758-A>
8924
8925         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8926         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8927         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8928
8929 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8930
8931         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8932         fix bug #487815
8933         * support/cpp2/Makefile.in: fix bug #487815
8934         * configure: rebuilt from configure.in
8935         * Makefile.common.in: docdir changed, new path suffixes
8936         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8937         * sdcc_vc_in.h: reflect changes from sdccconf.h
8938         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8939         * src/SDCCutil.h: remove BINDIR hack
8940         * doc/sdccman.lyx: update new path hierarchy
8941
8942 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8943
8944         * src/SDCCpeeph.c: added okToRemoveSLOC test
8945
8946 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8947
8948         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8949
8950 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8951
8952         * src/SDCCpeeph.c: added labelIsReturnOnly test
8953         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8954
8955 2003-04-05    <johan AT balder>
8956
8957         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8958         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8959         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8960         * src/SDCCast.c: fixed a warning
8961         * src/SDCCast.h: fixed a warning
8962         * src/SDCCicode.c (operandFromAst): fixed a warning
8963
8964 2003-04-04    <johan AT balder>
8965
8966         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8967         * src/SDCCast.c (decorateType): fixed bug #715076
8968         * src/SDCC.y: fixed bug #702907
8969
8970 2003-04-03    <johan AT balder>
8971
8972         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8973         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8974         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8975         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8976         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8977
8978 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8979
8980         * _decdptr.c: fix return values
8981         * _gptrget.c: fix return values
8982         * _gptrgetc.c: fix return values
8983         * _gptrput.c: fix return values
8984         * _mulint.c: fix return values
8985         * as/z80/Makefile: fix 'make -j' problem
8986
8987 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8988
8989         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8990         * configure.in: big cleanup, updated to autoconf 2.5x
8991         * configure: rebuilt from configure.in
8992         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8993         * sdcc_vc_in.h: reflect changes from sdccconf.h
8994         * doc/Makefile: fixed a flaw in "make install"
8995
8996 2003-04-02    <johan AT balder>
8997
8998         * src/ds390/gen.c (genCmp): no comments
8999         * src/mcs51/gen.c (genCmp): no comments
9000         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9001         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9002
9003 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9004
9005         * support/regression/generate-cases.py: place generated file in given sub directory
9006         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9007         * support/regression/Makefile: improvements for 'make -j';
9008         side effect: it's simpler and faster now
9009
9010 2003-03-31  Borut Razem <borut.razem AT siol.net>
9011
9012         * src/z80/main.c: link-{port} and as-{port} defined without path
9013         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9014
9015 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9016
9017         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9018
9019 2003-03-30  Borut Razem <borut.razem AT siol.net>
9020
9021         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9022           changed type of list parameter to set
9023         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9024         * src/port.h: changed type of do_assemble() parameter to set
9025         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9026           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9027           definition of "cppoutfilename" macro with NULL value in preProcess()
9028         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9029         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9030         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9031           replaced with set *binPathSet
9032         * shash_add() deallocates the item, if allready exsists, before adding the new one
9033         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9034
9035 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9036
9037         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9038           a nested for loop bug in the PIC port
9039         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9040           for loops
9041
9042 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9043
9044         * support/Util/dbuf.h: remove C++ stuff to make it portable
9045
9046 2003-03-28  Borut Razem <borut.razem AT siol.net>
9047
9048         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9049           literal strings in stringLiteral()
9050         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9051         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9052           to the project
9053
9054 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9055
9056         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9057
9058 2003-03-26    <johan AT balder>
9059
9060         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9061         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9062         * src/SDCCast.c (decorateType): fixed " -v < 3"
9063
9064 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9065
9066         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9067         Added Lenny Story's debug infrastructure changes:
9068         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9069         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9070         * src/cdbFile.c: added
9071         * src/SDCCdebug.c: added
9072         * src/SDCCdebug.h: added
9073         * src/SDCCast.c (createFunction)
9074         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9075         * src/SDCCmain.c (parseCmdLine, main)
9076         * src/SDCCmem.c (redoStackOffsets)
9077         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9078         * src/SDCCsymt.h
9079         * src/common.h
9080         * src/avr/gen.c (genAVRCode)
9081         * src/ds390/gen.c (gen390Code)
9082         * src/mcs51/gen.c (gen51Code)
9083         * src/pic/gen.c (genpic14Code)
9084         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9085         * src/xa51/gen.c (genXA51Code)
9086         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9087
9088 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9089
9090         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9091         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9092
9093 2003-03-22    <johan AT balder>
9094
9095         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9096
9097 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9098
9099         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9100         * doc/cdbfileformat.lyx: added, written by Lenny Story
9101         * doc/Makefile: added cdbfileformat.lyx
9102         * doc/clean.mk: added cdbfileformat.lyx
9103
9104 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9105
9106         * src/mcs51/peeph.def: fix bug #705773
9107
9108 2003-03-20    <johan AT balder>
9109
9110         An sfr/sbit can have an "at #" AND an initializer
9111         * src/SDCCsymt.c (checkSClass):
9112         * src/SDCCmem.c (allocGlobal):
9113         * src/SDCCmem.c (allocLocal):
9114         * src/SDCCast.c (createBlock):
9115
9116 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9117
9118         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9119
9120 2003-03-16    <johan AT balder>
9121
9122         Undid the hackup of const and volatile, the problem is much bigger
9123         * src/SDCC.y:1.65
9124         * src/SDCCast.c:1.171
9125         * src/SDCCglue.c:1.138
9126         * src/SDCCicode.c:1.146
9127         * src/SDCCsymt.c:1.150
9128         * src/SDCCval.c:1.65
9129
9130 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9131
9132         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9133         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9134
9135 2003-03-13    <johan AT balder>
9136
9137         Hackup const and volatile modifiers in type chains a bit:
9138         * src/SDCC.y:1.63
9139         * src/SDCCast.c:1.169
9140         * src/SDCCglue.c:1.136
9141         * src/SDCCicode.c:1.143
9142         * src/SDCCsymt.c1.146
9143         * src/SDCCsymt.h1.59
9144         * src/SDCCval.c:1.63
9145
9146 2003-03-12    <johan AT balder>
9147
9148         * src/SDCCBBlock.h: more LRH debugging junk
9149         * src/SDCCcflow.h: more LRH debugging junk
9150         * src/SDCCloop.c: more LRH debugging junk
9151         * src/SDCC.y (struct_declaration): fixed bug #697590
9152         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9153         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9154         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9155
9156 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9157         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9158         test function names must now match exactly).
9159         * src/SDCCcse.c: added special case in findCheaperOp to allow
9160         extending a short integer. Makes less awful code for bug 700121 test case.
9161
9162 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9163
9164         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9165         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9166
9167 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9168
9169         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9170         actually called (operandsNotEqual() was called for all
9171         operandsNotEqualX tests).
9172
9173 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9174
9175         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9176         with shorter literals. Fixes bug 700121.
9177
9178 2003-03-11    <johan AT balder>
9179
9180         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9181
9182 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9183
9184         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9185         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9186
9187 2003-03-10  Borut Razem <borut.razem AT siol.net>
9188
9189         * src/SDCCmain.c: pipe preprocessor's output
9190         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9191         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9192         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9193         which closes all pipes in pipeSet set
9194         * src/SDCCset.c: free deleted item in function deleteSetItem()
9195         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9196         moved from z80 to src subproject
9197         * .version: increased version number to 2.3.4
9198
9199 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9200
9201         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9202         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9203         * support/regression/ports/xa51/spec.mk: fix typo
9204
9205 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9206
9207         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9208
9209 2003-03-09  Borut Razem <borut.razem AT siol.net>
9210
9211         * src/SDCCmain.c: pipe preprocessor's output
9212         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9213         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9214         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9215         which closes all pipes in pipeSet set
9216         * src/SDCCset.c: free deleted item in function deleteSetItem()
9217         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9218         moved from z80 to src subproject
9219
9220 2003-03-09  Borut Razem <borut.razem AT siol.net>
9221
9222         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9223         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9224         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9225         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9226         * src/SDCCglobl.h: unification of WIN32 native definitions
9227
9228 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9229
9230         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9231
9232 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9233
9234         * src/configure.in:   check for endianess (even while cross-compiling)
9235         * src/configure:      check for endianess (even while cross-compiling)
9236         * src/configure_in.h: check for endianess (even while cross-compiling)
9237         * src/avr/gen.c:        remove old endianess stuff
9238         * src/mcs51/gen.c:      remove old endianess stuff
9239         * src/ds390/gen.c:      remove old endianess stuff
9240         * src/pic/gen.c:        remove old endianess stuff
9241         * src/pic/genarith.c:   remove old endianess stuff
9242         * src/pic/glue.c:       fix endianess check
9243         * src/pic16/gen.c:      remove old endianess stuff
9244         * src/pic16/genarith.c: remove old endianess stuff
9245         * src/pic16/glue.c:     fix endianess check
9246         * src/xa51/gen.c:       remove old endianess stuff
9247         * src/z80/gen.c:        fix endianess check
9248         * src/SDCCglue.c:       fix endianess check
9249         * src/ds390/peeph.def: fix bug 700036
9250
9251 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9252
9253         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9254         * src/configure: find appropriate data-types on host for SDCC's int and long
9255         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9256         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9257         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9258
9259 2003-03-07    <johan AT balder>
9260
9261         Just a big NOOP:
9262                 some minor cleanups before the big shot
9263                 OP_DEFS and OP_USES now use Kevin's protection
9264                 new option --nolabelopt
9265
9266         * src/SDCCBBlock.c:
9267         * src/SDCCast.c,:
9268         * src/SDCCcflow.c:
9269         * src/SDCCcse.c:
9270         * src/SDCCicode.c:
9271         * src/SDCCicode.h:
9272         * src/SDCClabel.c:
9273         * src/SDCCloop.c:
9274         * src/SDCCmain.c:
9275         * src/ds390/ralloc.c:
9276         * src/mcs51/ralloc.c:
9277         * src/pic/ralloc.c:
9278         * src/xa51/ralloc.c:
9279         * src/z80/ralloc.c:
9280
9281 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9282
9283         * src/pic/pcode.c (get_op): fix 64 bit warnings
9284         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9285         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9286         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9287         * support/regression/tests/malloc.c: fix 64 bit warnings
9288
9289 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9290
9291         * src/mcs51/gen.c (genMinus): fixed bug 696436
9292
9293 2003-03-02  Borut Razem <borut.razem AT siol.net>
9294
9295         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9296
9297 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9298
9299         * configure.in: test for mkstemp
9300         * sdccconf_in.h: add HAVE_MKSTEMP
9301
9302 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9303
9304         * device/include/ctype.h: removed warning while using --stack-auto
9305         * device/include/malloc.h: removed warning while using --stack-auto
9306         * device/include/string.h: removed warning while using --stack-auto
9307
9308 2003-02-23  Borut Razem <borut.razem AT siol.net>
9309
9310         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9311         because NDEBUG is defined (see man assert)
9312         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9313
9314 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9315
9316         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9317         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9318
9319 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9320
9321         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9322         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9323
9324 2003-02-18    <johan AT balder>
9325
9326         * as/mcs51/asmain.c (asmbl): module can start with a digit
9327         * as/z80/asmain.c (asmbl): module can start with a digit
9328
9329 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9330
9331         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9332         * src/asm.c: fix pipe() for Mingw32
9333
9334 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9335
9336         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9337         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9338         make -V work again; --c1mode reads now from stdin
9339         * doc/sdccman.lyx: added --c1mode
9340         * support/Util/SDCCerr.c: new messages for c1 mode
9341         * support/Util/SDCCerr.h: new messages for c1 mode
9342         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9343
9344 2003-02-15    <johan AT balder>
9345
9346         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9347
9348 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9349
9350         * doc/sdccman.lyx: Environment variables, -o and other minor things
9351
9352 2003-02-14    <johan AT balder>
9353
9354         * src/xa51/main.c: before anyone really tries to use it :)
9355
9356         * Install doc's in share/sdcc/doc
9357         * removed some obsolete files
9358         * Do a proper make distclean and uninstall
9359         M Makefile.common.in
9360         R sdccbuild.sh
9361         M as/Makefile
9362         M device/include/Makefile.in
9363         M device/lib/Makefile.in
9364         M doc/sdccman.lyx
9365         M link/Makefile
9366         M sim/ucsim/doc/Makefile.in
9367         M src/clean.mk
9368         R src/avr/peeph.rul
9369         R src/xa51/peeph.rul
9370         M support/cpp2/Makefile.in
9371         M support/makebin/Makefile
9372
9373
9374 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9375
9376         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9377
9378 2003-02-10  Borut Razem <borut.razem AT siol.net>
9379
9380         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9381         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9382         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9383         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9384         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9385         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9386         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9387         src/z80/Makefile.bcc: Borland Makefile cleanup
9388         * as/z80/Makefile.bcc: Added Borland Makefile
9389         * support/cpp2/borland.h: Removed
9390
9391 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9392
9393         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9394         * src/SDCC.lex: new pragma NOIV
9395         * src/SDCCglobl.h: new pragma NOIV
9396         * src/SDCCmem.c: new pragma NOIV
9397
9398 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9399
9400         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9401
9402 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9403
9404         * src/SDCCmain.c: signal handling is switched off by --debug
9405         * doc/Makefile: small fix for install; use clean.mk again
9406         * doc/clean.mk: clean *.pdf and *.html too
9407
9408 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9409
9410         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9411         * device/lib/printfl.c: fix a ds390 bug by making it portable
9412         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9413         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9414         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9415         * debugger/mcs51/cmd.c: converted multi-line string literals
9416         * sim/ucsim/globals.cc: converted multi-line string literals
9417         * src/SDCCmain.c: introduced signal handler to remove temp files
9418         * doc/Makefile: small tweaks, implement clean
9419         * doc: removed generated files
9420
9421 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9422
9423         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9424         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9425         Address Record is not correctly generated for DS390."
9426
9427 2003-02-02  Borut Razem <borut.razem AT siol.net>
9428
9429         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9430         * as/mcs51/asm.h: fixed compilation with Borland C
9431         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9432         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9433         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9434         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9435         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9436         src/z80/Makefile.bcc: delete $(LIB) only if exist
9437         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9438
9439 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9440
9441         * device/include/malloc.h: introduced NULL
9442         * device/include/string.h: introduced NULL
9443         * device/include/stdlib.h: introduced NULL
9444         * device/lib/_memcpy.c: removed NULL
9445         * device/lib/_strcat.c: removed NULL
9446         * device/lib/_strchr.c: removed NULL
9447         * device/lib/_strcmp.c: removed NULL
9448         * device/lib/_strcpy.c: removed NULL
9449         * device/lib/_strcspn.c: removed NULL
9450         * device/lib/_strlen.c: removed NULL
9451         * device/lib/_strncat.c: removed NULL
9452         * device/lib/_strncmp.c: removed NULL
9453         * device/lib/_strncpy.c: removed NULL
9454         * device/lib/_strpbrk.c: removed NULL
9455         * device/lib/_strrchr.c: removed NULL
9456         * device/lib/_strspn.c: removed NULL
9457         * device/lib/_strstr.c: removed NULL
9458         * device/lib/_strtok.c: removed NULL
9459         * device/lib/malloc.c: removed NULL, include own header
9460
9461 2003-02-02    <johan AT balder>
9462
9463         * 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
9464         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9465         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9466         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9467         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9468         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9469
9470 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9471
9472         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9473         area 'DATA'"
9474
9475 2003-02-01    <johan AT balder>
9476
9477         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9478
9479 2003-01-31    <johan AT CP255758-A>
9480
9481         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9482
9483 2003-01-30    <johan AT balder>
9484
9485         * src/SDCCBBlock.c: automatic bug detection
9486         * src/SDCCicode.c: automatic bug detection
9487
9488 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9489
9490         * src/SDCCglobl.h:   now --xram-size 0 works
9491         * src/SDCCmain.c:    now --xram-size 0 works
9492
9493 2003-01-29    <johan AT balder>
9494
9495         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9496
9497 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9498
9499         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9500         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9501         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9502         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9503         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9504         * src/SDCCmain.c:    Added options --xram-size and --code-size
9505
9506 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9507
9508         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9509         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9510
9511 2003-01-27    <johan AT balder>
9512
9513         * src/SDCC.y: fixed bug #613764
9514
9515 2003-01-26    <johan AT balder>
9516
9517         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9518         * src/SDCCsymt.h: fixed bug #673374
9519         * src/SDCCglue.c: fixed bug #661910
9520         * src/SDCCast.c: fixed bug #458099 and 673374
9521
9522 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9523
9524         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9525         * as/mcs51/strcmpi.h: added
9526         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9527         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9528         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9529         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9530         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9531         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9532         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9533         * as/mcs51/Makefile.aslink: new module strcmpi
9534         * as/mcs51/Makefile.asx8051: new module strcmpi
9535         * as/mcs51/Makefil.bcc: new module strcmpi
9536         * as/mcs51/Makefile.in: new module strcmpi
9537         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9538
9539 2003-01-26    <johan AT balder>
9540
9541         * src/SDCCglue.c: reverted back to 1.124
9542         * src/SDCCast.c: reverted back to 1.156
9543         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9544
9545 2003-01-25    <johan AT balder>
9546
9547         * src/SDCCglue.c: A better fix for bug #661910
9548         * src/SDCCast.c: A better fix for bug #661910
9549         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9550
9551 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9552
9553         * src/Makefile.in: remove spawn.o
9554         * src/SDCCmain.c: remove spawn.h
9555         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9556         * src/spawn.c: removed
9557         * src/spawn.h: removed
9558         * support/regression/ports/ds390/spec.mk: link with -r
9559
9560 2003-01-24    <johan AT CP255758-A>
9561
9562         * src/ds390/gen.c (aopOp): fixed bug #667458
9563         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9564         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9565         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9566
9567 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9568
9569         * src/mcs51/peeph.def: better assembler identation by Frieder
9570         * src/mcs51/gen.c: better assembler identation by Frieder
9571
9572 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9573
9574         * as/z80/string.h: removed for gcc 3.2
9575         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9576         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9577
9578 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9579
9580         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9581         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9582         * support/regression/Makefile: separate temp files for ports
9583         * support/regression/generate-cases.py: separate temp files for ports
9584         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9585         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9586
9587 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9588
9589         * moved tinitalk to device/examples/ds390
9590
9591 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9592
9593         * as/mcs51/lkmem.c: rflag is for DS390
9594         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9595         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9596                          (linkEdit): move mem- and map-files the same way as ihx-files
9597         * src/z80/main.c (_setDefaultOptions): removed --generic
9598         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9599         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9600         * src/pic/glue.c (picglue): --c1mode works again
9601         * src/pic16/glue.c (pic16glue): --c1mode works again
9602         * src/asm.c (printCLine): fix #660034
9603
9604 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9605
9606         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9607         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9608         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9609         * as/mcs51/lkmem (summary): better fix for sp problem
9610         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9611         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9612         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9613                                               remove --stack-after-data
9614
9615 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9616
9617         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9618         * src/SDCCutil.c (join): ugly bug: missing '\0'
9619         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9620
9621 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9622
9623         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9624         * src/port.h: typo
9625         * src/pic/main.c (_asmCmd): gpasm supports -o
9626         * src/z80/main.c: more general macros
9627         * device/lib/Makefile.in: remove intermediate files
9628
9629 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9630
9631         * .version: Bumped version number to 2.3.3
9632         * src/SDCCBBlock.c: new option -o
9633         * src/SDCCglobl.h: new option -o
9634         * src/SDCCglue.c: new option -o
9635         * src/SDCCmain.c: new option -o
9636         * src/asm.c: new option -o
9637         * src/ds390/main.c: new option -o
9638         * src/pic/glue.c: new option -o
9639         * src/pic/pcode.c: new option -o
9640         * src/pic/ralloc.c: new option -o
9641         * src/pic16/glue.c: new option -o
9642         * src/pic16/pcode.c: new option -o
9643         * src/pic16/ralloc.c: new option -o
9644         * src/z80/main.c: new option -o
9645         * device/lib/Makefile.in: use -o
9646         * support/regression/ports/ds390/spec.mk: use -o
9647         * support/regression/ports/gbz80/spec.mk: use -o
9648         * support/regression/ports/mcs51/spec.mk: use -o
9649         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9650         * support/regression/ports/z80/spec.mk: use -o
9651         * support/regression/ports/ucz80/spec.mk: use -o
9652         * support/regression/ports/xa51/spec.mk: use -o
9653         * support/regression/fwk/lib/timeout.c: fix usage string
9654
9655 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9656         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9657
9658 2003-01-07    <johan AT balder>
9659
9660         * src/SDCCast.c (decorateType): fixed bug #600035
9661
9662 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9663         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9664         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9665         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9666         * src/pic/pcode.c: outcommented unused variable to remove warnings
9667         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9668
9669 2003-01-06    <karl AT turbobit.com>
9670         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9671    regression tests.
9672
9673 2003-01-06    <johan AT balder>
9674
9675         * src/SDCCicode.c: fixed array add
9676
9677 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9678         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9679         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9680
9681 2003-01-04    <johan AT balder>
9682
9683         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9684
9685 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9686         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9687
9688 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9689         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9690         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9691
9692 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9693         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9694
9695 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9696         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9697
9698 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9699         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9700
9701 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9702
9703     * in \sdcc\as\mcs51\ changed these files in order to create an
9704     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9705     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9706     following files to include the previous two files: aslink.dsp,
9707     Makefile.aslink, Makefile.bcc, and Makefile.in.
9708
9709     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9710     .adb instead of .cdb
9711
9712 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9713
9714         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9715         value from option --iram-size.
9716
9717 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9718
9719         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9720         dram[] array.
9721
9722 2002-09-18    <wiml AT hhhh.org>
9723
9724         * SDCClrange.h: exposed setFromRange() and setToRange()
9725         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9726           packRegsForAccUse() (bug 542397)
9727         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9728           multiple times and emitting the fetch operations more than once
9729           added aopGetUsesAcc() function to allow binary operators to
9730           fetch their operands in the correct order; made genMinus() emit
9731           compact code for X = LITERAL - Y
9732
9733 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9734         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9735         sprintf() in line 1267.
9736
9737 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9738         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9739         like ports.
9740
9741 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9742         Changes to aslink (All the changes are marked with 'JCF'):
9743
9744         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9745         summary().
9746
9747         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9748         area BSEG.  Also moves, if possible, the DATA area down into the internal
9749         ram so more space is available.
9750
9751         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9752         sflag.
9753
9754         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9755         not bytes.  Function summary() which creates a memory usage summary
9756         file with extension .mem.  Reports of overlaping stack and small stack
9757         size.  If the space for the stack is less than 16 bytes aslink trows a
9758         warning.
9759
9760         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9761         the 8051.  Option 'y' for memory summary output file.
9762
9763         Changes to sdcc (All the changes are marked with 'JCF'):
9764
9765         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9766
9767         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9768         overlaying area for it (uses RegBankUsed[4]).
9769
9770         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9771         bank zero as used by default.  By default aslink locates the stack
9772         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9773         the creation of the .mem file.  Delegates the allocation of data area
9774         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9775         the begining of the stack area to aslink.
9776
9777         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9778         glue() in SDCCglue.c creates an area for it.
9779
9780 2002-09-03  Borut Razem <borut.razem AT siol.net>
9781         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9782         sdcc/src/pic/glue.c:
9783         introduced atexit() handler for teporay files removal in case of
9784         errors, assertions, ...
9785
9786 2002-08-29  Borut Razem <borut.razem AT siol.net>
9787         * sdcc/support/cpp2/auto-host_vc_in.h:
9788         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9789         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9790         Maybe there is a similar problem with BORLANDC? It should be checked!
9791
9792         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9793         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9794         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9795         was not executed, and the compiler (cl) launched a warning:
9796         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9797
9798 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9799         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9800
9801 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9802         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9803
9804         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9805           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9806           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9807           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9808           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9809           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9810           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9811         - added Release configuration in VS projects
9812         - review of compiler an linker options
9813         - VC .exe files are generated in bin_vc directory, not to interfere
9814           with binaries generated from other projects (cygwin, mingw, bcc ...)
9815
9816         * sdcc/src/yacc.dsp: added
9817
9818         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9819         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9820         and insert the version number definitions from .version
9821
9822         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9823
9824         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9825         added - genarate auto-host.h using auto-host_vc_in.h as template
9826
9827         * sdcc/sdcc_vc.h,
9828         removed from CVS, generated automatically
9829
9830 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9831         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9832
9833 2002-08-11  Borut Razem <borut.razem AT siol.net>
9834         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9835
9836 2002-08-10  Borut Razem <borut.razem AT siol.net>
9837         * src/SDCCmain.c (main):
9838         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9839         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9840         The consequence was that some temporary files were not removed.
9841
9842         * src/SDCCglue.c:
9843         unification of code in functions tempfilename() and tempfile():
9844         function tempnam() is defined in Visual Studio 6.0 and .NET
9845
9846         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9847
9848         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9849           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9850         - removed compiler command line option /WX: Treats all warnings as errors
9851         - update a list of source files, included into the project
9852
9853         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9854           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9855         changed project type to Generic Project so that can be correcly converted to VS.NET project
9856
9857         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9858
9859         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9860
9861         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9862
9863         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9864         added return 0 statements after assert() to make compiler happy
9865
9866         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9867         added newline in the def file to keep MSC compiler satisfied
9868
9869         * sdcc/src/z80/gen.c:
9870         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9871           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9872         - solved MSC error in function aopDump()
9873
9874         * sdcc_vc.h: define PREFIX as "\\sdcc"
9875
9876 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9877         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9878
9879 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9880         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9881         - Rewrote the register banking algorithm.
9882         - Added pCode live-range analysis to registers (for now, only non-used and
9883         singly-used registers optimized away)
9884
9885         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9886
9887         * 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.
9888
9889 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9890         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9891
9892 2002-04-22  Michael Hope  <michaelh AT vroom>
9893
9894         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9895
9896         * configure.in (DD_COPT): Added include support required for gbdk.
9897
9898         * .version: Bumped version number just to increase it.
9899
9900         * src/SDCCmain.c: Added -nostdinc to the default options.
9901
9902 2002-04-15  Michael Hope  <michaelh AT vroom>
9903
9904         * device/lib/z80/printf.c (sprintf): Added.
9905
9906         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9907
9908         * src/z80/peeph.def: Added transpose redundent load rule.
9909
9910         * src/z80/main.c: Added force callee saves for jaune.
9911
9912         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9913
9914         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9915
9916 2002-03-28  Johan Knol  <johan AT balder>
9917
9918         * src/SDCCval.c: fixed bug #532436
9919
9920 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9921         * /src/port.h:
9922         Added "char *Processor" field to the port structure.
9923
9924         * /src/SDCCmain.c:
9925         Added -p option. Allows port dependent processor to be specified.
9926
9927         * all ports:
9928         Initialized the new field char *Processor field to NULL in all ports
9929
9930         * /src/pic/*:
9931         Compiler generated registers for interrupt context saving
9932         were not getting allocated.
9933
9934 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9935
9936         * /src/SDCCast.c:
9937         Fixed left shift. Will promote the left side of a left shift
9938         if a) left shifting more than size of operand or b) when assigned
9939         to something size > size of left side
9940
9941 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9942         * src/pic/*
9943         tons of changes. Register allocation has been
9944         rewritten. Added customization for the various PICs. Flow
9945         analysis is restructured. ...
9946
9947         * src/pic/device.h:
9948         Added
9949
9950         * src/pic/device.c:
9951         Added. device.c is a PIC port hack to accomodate variations
9952         in PIC devices.
9953
9954 2002-03-13  Michael Hope  <michaelh AT vroom>
9955
9956         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9957
9958 2002-03-04  johanknol  <johanknol AT manik>
9959
9960         * /src/SDCCval.c: fixed
9961
9962         const unsigned char arr[][2] = { { 0, 1 } };
9963         t18.c:1: error: Initializer element is not constant
9964
9965 2002-03-04  bela  <bela AT manik>
9966
9967         * /device/include/mcs51reg.h:
9968         ds89c420 register definition update
9969
9970 2002-03-03    <johan AT FRIJA>
9971
9972         * support/Util/SDCCerr.c: did something, but don't no why anymore
9973
9974         * support/regression/tests/bug-524691.c: made it a little less shy
9975
9976         * src/SDCCast.c (decorateType): fixed bug #524697
9977
9978         * src/SDCCast.c: made some lineno improvements
9979
9980         * src/SDCCval.c (getNelements): changed warning to error
9981
9982         * src/SDCCglue.c (printIvalArray): changed warning to error
9983
9984         * src/SDCCicode.c: fixed a warning for mingw
9985
9986         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9987
9988         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9989
9990 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9991
9992         * src/ds390/peeph.def:
9993         Added some more peephole rules
9994
9995         * src/ds390/gen.c: Various fixes & enhancements
9996
9997         * src/SDCClrange.c, src/SDCClrange.h:
9998         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9999
10000         * src/ds390/ralloc.c:
10001         various fixes & enhancements (ds390) specific
10002
10003         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10004         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10005         from rallocs.
10006
10007         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10008
10009 2002-03-02    <johan AT FRIJA>
10010
10011         * src/SDCCast.c (decorateType): fixed bug #524708
10012
10013         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10014
10015         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10016
10017 2002-03-01  Michael Hope  <michaelh AT vroom>
10018
10019         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10020
10021         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10022
10023 2002-03-01    <johan AT FRIJA>
10024
10025         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10026
10027         * src/SDCCast.c (decorateType): fixed bug #524209
10028
10029         * src/SDCCval.c (valNot): fixed bug #524195
10030
10031 2002-02-26    <johan AT balder>
10032
10033         * src/xa51/gen.c: fixed a warning
10034
10035         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10036
10037         * src/SDCCast.c (decorateType): fixed bug #522534
10038
10039 2002-02-23    <johan AT balder>
10040
10041         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10042
10043 2002-02-22    <johan AT balder>
10044
10045         * src/SDCCast.c: fixed bug #514865
10046
10047         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10048
10049 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10050
10051         * sdcc/src/SDCCloop.c:
10052         Previous fix was not good. basic blocks that have "break" or "return" are
10053         not really partof a loop , but live ranges used in these blocks should
10054         be live thru the entire loop, so set partOfLoop but don't add them to
10055         loop region
10056
10057 2002-02-21    <johan AT FRIJA>
10058
10059         * src/SDCCcse.c: fixed bug #514308
10060
10061 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10062
10063         * src/SDCCloop.c:
10064         Fixed BUG #519583. If a conditional block ended in a return/break
10065         statement inside a loop, it was not being considered part of the loop.
10066
10067         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10068
10069 2002-02-10  Karl Bongers <karl AT turbobit.com>
10070
10071         * debugger/*:
10072         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10073         with lots of comments and notes.
10074
10075         * device/examples/test2.c:
10076         Fix bug, "red" variable not being initialized(compiler complained).
10077
10078         * device/examples/Makefile, examples/test3.c:
10079         Add Makefile in device/examples folder, compiles test3.c
10080         for use as a multiple module SDCDB test case.
10081
10082         * sim/ucsim/cmd.src/cmdset.cc:
10083         Took out debug printfs in ucsim "next" command.
10084
10085         * sim/ucsim/xa.src:
10086         Karl and Johan start ucsim XA support.  Most dissassembly working,
10087         about 75% emulation done(plenty of work remaining).
10088
10089         * sim/ucsim/z80.src:
10090         Add Z80 support to ucsim, add test-ucz80 regression test,
10091         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10092         Notice z80 compiler fails on examples/test3.c/crc code.
10093
10094 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10095
10096         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10097         Added support for --parms-in-bank1
10098
10099         * src/ds390/peeph.def:
10100         added a few more peephole optimzations
10101
10102         * src/ds390/main.c:
10103         1) added __builtin_inp & __builtin_outp used to read in data of given length
10104            from a memory mapped port
10105         2) added __builtin_memcmp
10106         3) added __builtin_swapw swap bytes of a short
10107
10108         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10109         1) handle multiple send & receives from register bank1
10110         2) ralloc can now allocate DPTR1 to some liveRanges
10111
10112         * src/SDCCsymt.c, src/SDCCsymt.h:
10113         changes to handle multiple sends & receives
10114
10115         * src/SDCCptropt.h:
10116         added some pointer arithmetic optimization
10117
10118         * src/SDCCptropt.c:
10119         added some pointer arithmetic optimizations but not stable yet so not
10120         called from anywhere (will get this working shortly)
10121
10122         * src/SDCCopt.c: fixed for multiple sends & receives
10123
10124         * src/SDCCmain.c:
10125         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10126         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10127            set preprocessor defines (depending on options)
10128
10129         * src/SDCCicode.c, src/SDCCicode.h:
10130         changes made to handle multiple sends & receives
10131
10132         * src/SDCCglobl.h:
10133         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10134
10135         * src/SDCCcse.c, src/SDCCcse.h:
10136         added function findbackward def (to be used in upcoming optimization)
10137
10138         * src/SDCCcflow.c, src/SDCCcflow.h:
10139         added function returnAtEnd - to determine if a basic block terminates with
10140         a RETURN iCode
10141
10142         * src/SDCCast.c, src/SDCCast.h:
10143         added option parms-in-bank1
10144
10145         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10146         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10147         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10148         adjusted for --parms-in-bank1 option
10149
10150         * device/include/string.h:
10151         donot redefine "reentrant" keyword
10152
10153         * device/include/ds80c390.h: Added some more SFRs
10154
10155 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10156
10157         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10158
10159 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10160
10161         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10162
10163 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10164
10165         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10166
10167 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10168
10169         * Added --xram-movc option
10170
10171 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10172
10173         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10174
10175 2002-01-11  Johan Knol
10176
10177         * Added math lib of Jesus Calvino-Fraga
10178
10179 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10180
10181         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10182         * support/regression/Makefile: new target test-mcs51-stack-auto
10183         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10184
10185 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10186
10187         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10188
10189 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10190
10191         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10192
10193 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10194
10195         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10196
10197         * src/SDCCglue.h: add definition for printIvalChar()
10198
10199 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10200
10201         * src/SDCCast.c: fix #498138 by Johan
10202
10203         * src/SDCCglue.c: fix #498138 by Johan
10204
10205 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10206
10207         * support/regression/Makefile: fix clean
10208
10209         * support/regression/ports/ds390/support.c: fix transmission of last character
10210
10211 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10212
10213         * /sdcc/src/ds390/gen.c:
10214         a) improved computing address of stack variable
10215         b) took out some #if 0 code
10216         c) improved parmBytes adjustment
10217         d) improved genPlusIncr & genMinusIncr
10218         e) genCmp could generate bad code (when left assigned to DPTR)
10219         f) Fixed bug in hasInc
10220
10221         * /sdcc/src/ds390/ralloc.c:
10222         a) packRegsForSupport could mess up live information (Fixed)
10223         b) packRegsDPTRuse could be incorrect for left & right shift
10224
10225         * /sdcc/src/mcs51/ralloc.c:
10226         packRegsForSupport could mess up the live information (Fixed)
10227
10228         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10229
10230         * /sdcc/src/SDCCast.c:
10231         can reverse a loop even if function call is present as long
10232         as the loop control variable is local & is not passed as parameter
10233
10234 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10235
10236         * /sdcc/ChangeLog: *** empty log message ***
10237
10238         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10239         More builtin function additions for TININative
10240
10241         * /sdcc/src/ds390/ralloc.c:
10242         Had broken the regression testsuite
10243
10244         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10245
10246         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10247         Added funcattr hasStackParms will be set for reentrant functions when there
10248         are paramteres on the stack, this helps in minimizing frame pointer generation
10249         typeFromStr can handle function pointers now
10250
10251         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10252         *** empty log message ***
10253
10254 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10255
10256         * /src/ds390/gen.c, /src/ds390/main.c:
10257         More builtin function additions for TININative
10258
10259         * /src/ds390/ralloc.c:
10260         Had broken the regression testsuite
10261
10262         * /src/SDCCast.c: Fixed a bug in dumptree
10263
10264         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10265         Added funcattr hasStackParms will be set for reentrant functions when there
10266         are paramteres on the stack, this helps in minimizing frame pointer generation
10267         typeFromStr can handle function pointers now
10268
10269         * /doc/builtins.txt, /doc/TININative.txt:
10270         *** empty log message ***
10271
10272
10273 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10274
10275         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10276         ALPHA version for -mTININative
10277
10278         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10279         updated to reflect changes in the port structure
10280
10281         * /src/port.h:
10282         added function do_assemble (similar to do_link) if non-null this function
10283         will be called to do assembly (-mTININative) requires a multi command
10284         assembly
10285         added function genAssemblerEnd will be called to generate assembler Epilogue
10286
10287         * /src/SDCCsymt.c:
10288         added _JavaNative to debug info printing
10289
10290         * /src/SDCCmain.c: added option --tini-libid
10291         added port->do_assemble function (-mTININative) has a multi command assemble
10292
10293         * /src/SDCCglue.c: Disabled "constExpr" check
10294         added port->genAssemblerEnd function
10295
10296         * /src/SDCCglobl.h: Added option --tini-libid value
10297
10298         * /src/SDCCast.h:
10299         tookout optimizeCompare from the header (has no external references)
10300
10301         * /src/SDCCast.c: made one more function "static"
10302
10303 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10304
10305         * src/z80/mappings.i: Added z80asm support.
10306
10307         * src/z80/main.c: Added z80asm support on --asm=z80asm
10308
10309         * src/z80/gen.c: Fixed asm portability issues.
10310
10311         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10312
10313         * src/SDCCglue.c (printExterns): Added global/extern split.
10314
10315 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10316
10317         * support/regression/Makefile: added test for mcs51 model large
10318
10319         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10320
10321         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10322
10323 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10324
10325         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10326
10327 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10328
10329         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10330
10331         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10332
10333 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10334
10335         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10336
10337         * support/regression/tests/simplefloat.c: Port to mcs51.
10338
10339 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10340         * support/regression/tests/bug-485362.c: Added.
10341
10342         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10343
10344         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10345
10346         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10347
10348         * src/z80/gen.c (aopDump): Added a dump function.
10349
10350 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10351         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10352
10353         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10354
10355         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10356
10357         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10358
10359         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10360
10361         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10362
10363         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10364
10365         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10366
10367         * support/regression/ports/ds390/support.c: Use tinibios.
10368
10369         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10370
10371 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10372
10373         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10374         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10375
10376         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10377
10378         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10379
10380 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10381
10382         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10383
10384         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10385         (packRegsForIYUse): Created and optimised.
10386
10387 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10388
10389         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10390 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10391
10392         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10393
10394         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10395
10396         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10397
10398 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10399
10400         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10401
10402         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10403
10404 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10405
10406         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10407
10408         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10409
10410         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10411
10412 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10413
10414         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10415         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10416         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10417
10418         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10419
10420         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10421         (genNotFloat): Added.
10422         (genUminusFloat): Added.
10423
10424         * device/lib/z80/Makefile: Added floating pt stubs.
10425
10426         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10427
10428         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10429
10430         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10431
10432 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10433
10434         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10435
10436         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10437
10438         * sdcc/support/regression/Makefile: Add port ds390.
10439
10440         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10441
10442         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10443
10444         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10445
10446         * sdcc/support/regression/ports/ds390/support.c: Added.
10447
10448         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10449
10450         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10451
10452         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10453
10454 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10455
10456         * device/include/malloc.h: Added z80 and gbz80 support.
10457
10458         * device/lib/gbz80/heap.s: Added.
10459
10460         * device/lib/z80/heap.s: Added.
10461
10462         * device/lib/malloc.c: Added z80 and gbz80 support.
10463
10464         * support/regression/tests/malloc.c (testMalloc): Added.
10465
10466         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10467
10468         * support/regression/tests/bug-478094.c: Added.
10469
10470         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10471
10472 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10473
10474         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10475
10476         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10477
10478         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10479
10480         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10481
10482         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10483
10484 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10485
10486         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10487
10488 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10489
10490         * support/regression/tests/bug-477927.c: Added.
10491
10492         * src/z80/peeph.def: Added minor rules.
10493
10494         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10495
10496         * src/z80/peeph.def: Added jump optimisation modification.
10497
10498 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10499
10500         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10501
10502 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10503
10504         * support/regression/tests/funptrs.c: Added.
10505
10506 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10507
10508         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10509
10510 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10511
10512         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10513
10514         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10515
10516         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10517         (movLeft2ResultLong): Created.
10518
10519         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10520         (joinPushes): Added.  Joins two char pushes into a word push.
10521
10522 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10523
10524         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10525
10526         * support/makebin/Makefile (install): Added creation of dest dir.
10527
10528 2001-10-24 Karl Bongers <karl AT turbobit.com>
10529
10530         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10531
10532 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10533
10534         * src/z80/ralloc.c: Turned off faulty pack for one use.
10535
10536         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10537
10538         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10539
10540 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10541
10542         * support/regression/Makefile: Improved clean
10543
10544         * support/regression/ports/gbz80/spec.mk: Added clean
10545
10546         * support/regression/ports/host/spec.mk: Added clean
10547
10548         * support/regression/ports/z80/spec.mk: Added clean
10549
10550         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10551
10552         * support/regression/ports/mcs51/timeout.c: little improvements
10553
10554 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10555
10556         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10557
10558         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10559
10560         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10561
10562 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10563
10564         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10565
10566         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10567
10568 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10569         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10570
10571         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10572
10573         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10574
10575         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10576
10577         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10578
10579         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10580
10581         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10582
10583         * support/regression/tests/longor.c: Added.
10584
10585 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10586
10587         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10588
10589         * as/mcs51/aslink.h: define PATH_MAX
10590
10591         * as/mcs51/asm.h: define PATH_MAX
10592
10593         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10594
10595         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10596
10597         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10598
10599         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10600
10601         * src/SDCCglobl.h: define PATH_MAX
10602
10603         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10604
10605         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10606
10607 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10608
10609         * src/z80/gen.c (gencjneshort): Fixed
10610
10611         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10612
10613 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10614
10615         * support/regression/tests/bug-469671.c: Added.
10616
10617         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10618
10619 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10620
10621         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10622
10623         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10624
10625 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10626
10627         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10628
10629         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10630
10631         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10632
10633         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10634
10635         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10636
10637         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10638
10639         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10640
10641 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10642
10643         * 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.
10644
10645         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10646
10647         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10648
10649 2001-10-07    <johan AT FRIJA>
10650
10651         * device/lib/gets.c (gets): fixed the return value.
10652
10653 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10654         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10655
10656         * 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.
10657
10658         * 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.
10659
10660         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10661
10662         * src/pic/gen.c: Removed Safe_strdup.
10663
10664         * configure.in: Added option to enable libgc support.
10665
10666         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10667         (bitVectUnion): Optimised.
10668         (bitVectIntersect): Optimised.
10669         (bitVectBitsInCommon): Optimised.
10670         (bitVectCplAnd): Optimised.
10671
10672         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10673
10674 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10675
10676         * src/SDCCmain.c: distinguish between assembler debug and plain options
10677
10678         * src/avr/main.c:   remove standard assembler options
10679
10680         * src/ds390/main.c: remove standard assembler options
10681
10682         * src/mcs51/main.c: remove standard assembler options
10683
10684         * src/port.h: removed "PENDING" comment
10685
10686 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10687
10688         * src/device/lib/_mulint.c  : new, with assember functions
10689
10690         * src/device/lib/_mullong.c : new, with assember functions
10691
10692         * src/device/lib/_divuint.c : with assember functions
10693
10694         * src/device/lib/_divsint.c : with assember functions
10695
10696         * src/device/lib/_divulong.c: with assember functions
10697
10698         * src/device/lib/_divslong.c: with assember functions
10699
10700         * src/device/lib/_moduint.c : with assember functions
10701
10702         * src/device/lib/_modsint.c : with assember functions
10703
10704         * src/device/lib/_modulong.c: with assember functions
10705
10706         * src/device/lib/_modslong.c: with assember functions
10707
10708         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10709
10710         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10711
10712         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10713                                       replaced _mululong.c and _mulslong.c by _mullong.c
10714
10715 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10716
10717         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10718
10719 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10720
10721         * src/SDCCglue.c: test, if win32api is available for MINGW
10722
10723 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10724
10725         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10726         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10727         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10728         * support/regression/ports/host/spec.mk: removed GENERIC
10729         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10730         * support/regression/ports/z80/spec.mk: removed GENERIC
10731
10732 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10733
10734         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10735
10736         * support/regression/tests/bug-467035.c: Created.
10737
10738 2001-10-01    <johan AT FRIJA>
10739
10740         * src/SDCC.y: fixed bug #466586 part 1
10741
10742 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10743
10744         * SDCCicode.c: z80 has no generic pointers
10745         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10746
10747 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10748
10749         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10750
10751 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10752
10753         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10754
10755         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10756
10757 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10758
10759         * configure.in: Fixed up so that ucsim is only configured once.
10760
10761         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10762
10763         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10764         (getPathDifference): As above.
10765
10766         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10767
10768         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10769
10770 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10771         * .version: Updated to 2.3.1
10772
10773         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10774         Added copyright header.
10775
10776         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10777         (assemble): Added support for macro based assembler commands.
10778         (linkEdit): Added support for macro based linker commands.
10779         (preProcess): Changed the pre-processor to use macros.
10780         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10781         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10782
10783         * device/lib/z80/crt0.s: Added module name for debugging.
10784
10785 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10786
10787         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10788
10789         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10790
10791         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10792
10793         * src/Makefile.in: Added SDCCmacro and SDCCutil
10794
10795 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10796
10797         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10798
10799 2001-09-16    <johan AT FRIJA>
10800
10801         * 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.
10802
10803 2001-09-15    <johan AT FRIJA>
10804
10805         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10806         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10807
10808 2001-09-11    <johan AT FRIJA>
10809
10810         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10811
10812 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10813
10814         * support/regression/tests/bug-460444.c: Added test case.
10815
10816         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10817         (genCast): Added justification for all of the asserts.
10818
10819 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10820
10821         * support/regression/support.c: _xdata replaced by xdata
10822
10823         * support/regression/spec.mk: removed _generic
10824
10825 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10826
10827         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10828
10829         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10830         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10831
10832         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10833
10834         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10835
10836         * support/regression/tests/bug-460010.c: Added test case.
10837
10838         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10839
10840 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10841
10842         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10843
10844         * support/regression/testfwk.c: removed workaround for bug #436344
10845
10846         * support/regression/tests/bp.c: use less memory with mcs51
10847
10848         * support/regression/tests/bug-441448.c: use less memory
10849
10850         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10851
10852         * support/regression/collate-results.py: typo
10853
10854 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10855
10856         * support/regression/tests/fetchoverlap.c: Added new test case.
10857
10858         * support/regression/tests/bp.c: Added new test case.
10859
10860         * support/regression/tests/bug-448984.c: Added new test case.
10861
10862         * support/regression/tests/pow2shifts.c: Added new test case.
10863
10864         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10865         (genlshTwo): Fixed right shift for count > 8.
10866
10867         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10868
10869 2001-09-08    <johan AT FRIJA>
10870
10871         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10872
10873 2001-09-07    <johan AT FRIJA>
10874
10875         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10876
10877         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10878
10879 2001-09-06    <johan AT FRIJA>
10880
10881         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10882         * bernhard noted me at this: "() equals to (void)" (1.38)
10883
10884 2001-09-05    <johan AT FRIJA>
10885
10886         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10887
10888 2001-09-04    <johan AT FRIJA>
10889
10890         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10891
10892
10893 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10894
10895         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10896
10897 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10898
10899         * link/z80/aslink.h: Fixed path for PATH_MAX
10900
10901 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10902
10903         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10904
10905         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10906
10907         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10908
10909         * 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.
10910
10911 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10912
10913         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10914         (genCmp): Fixed up genCmp for the GB with longs.
10915
10916         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10917
10918         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10919
10920         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10921
10922         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10923
10924 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10925
10926         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10927
10928 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10929
10930         * 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.
10931
10932         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10933
10934 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10935
10936         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10937
10938         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10939
10940 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10941
10942   * sim/ucsim/configure:    little improvement of Cygwin-detection
10943   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10944   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10945   * support/regression/tests/bug-221100.c: small changes for mcs51
10946   * support/regression/tests/bug-221168.c: small changes for mcs51
10947   * support/regression/tests/bug-227710.c: small changes for mcs51
10948   * support/regression/tests/staticinit.c: small changes for mcs51
10949   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10950   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10951   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10952
10953 $Revision$