* src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
[fw/sdcc] / ChangeLog
1 2005-08-10 Raphael Neider <rneider AT web.de>
2
3         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
4           Rokas' patch to add the new fixed point type "__fixed16x16"
5         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
6           functions for __fixed16x16 arithmetics
7         * device/lib/pic16: reimplemented the build system to support
8           a separate build directory, better handling of libio (create
9           the library in a separate subdir for each architecture) and
10           easier configuration (centralized in Makefile.common)
11
12 2005-08-07 Raphael Neider <rneider AT web.de>
13
14         * src/pic16/gen.c (genrshTwo): fixed sign extension
15         * src/pic16/device.c: added pic18f2320, 4220 and 4320
16         * device/include/pic16/pic18f2220.h: changed some bit definitions,
17           added T0CONbits
18         * device/include/pic16/pic18f4220.h: NEW, header for
19           pic18f4220 and pic18f4320
20         * device/include/pic16/pic18fregs.h: added new devices,
21           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
22         * device/include/pic16/signal.h: resolved name clashes
23           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
24           to also allow testing for interrupt enable bits, added
25           comments on how to use the macros
26         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
27         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
28           register definitions for the devices
29         * device/lib/pic16/pics.all: added new devices
30         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
31           allocated memory
32         * device/lib/pic16/libc/stdlib/memfree: do not count
33           the block header as free memory
34         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
35           simplified and added missing end-of-blocklist-marker
36           (reported by Peter Onion, fixes #1252814)
37         * (_mergeHeapBlock): fixed loop condition
38         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
39           len==0, restructured code
40         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
41           up a bit, reduced bitfield accesses, prevent endless loops
42           in case of heap corruption
43         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
44           "unreferenced arguments/must return a value" warnings
45         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
46           replaced BAUDREG with SPBRG
47         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
48           device/lib/pic16/debug/gstack/gstack.c: replaced
49           _naked, _asm, _endasm with __naked, __asm, __endasm
50
51 2005-08-05 Raphael Neider <rneider AT web.de>
52
53         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
54           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
55
56 2005-08-05 Borut Razem <borut.razem AT siol.net>
57
58         * device/lib/Makefile.in: added missing ';'
59         * configure: removed ^M characters
60
61 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
62
63         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
64           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
65           License
66
67 2005-08-04 Borut Razem <borut.razem AT siol.net>
68
69         * configure.in: pic16 libraries build 2nd try - enable running
70           configure in device/lib/pic16
71         * configure: regenerated from configure.in
72         * device/lib/Makefile.in: create $(PORT)/bin directory
73
74 2005-08-03 Raphael Neider <rneider AT web.de>
75
76         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
77           to get/set values via pointers
78         * (genUnpackBits,genPackBits): changed detection of
79           ptr->bitfield vs. sym.bitfield, fixed access via generic
80           pointers, removed dead (wrong) code for multibyte bitfields
81         * (genNearPointerGet, genGenPointerGet): removed useless code,
82           fixed bitfield detection, fixes #1250594
83         * (genNearPointerSet): removed useless code
84         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
85           and introduced macro pic16_emitpcode that conditionally emits
86           the origin of the following pCode (useful for debugging SDCC)
87         * src/pic16/pcode.c: changed (and disabled) some debug outputs
88         * (createDefmap): fixed handling of LFSR for --optimize-df
89
90 2005-08-02 Borut Razem <borut.razem AT siol.net>
91
92         * device/lib/Makefile.in: pic16 libraries build enabled since
93           gputils-0.13.2 are now localy installed at sourceforge's compile farm
94
95 2005-08-02 Raphael Neider <rneider AT web.de>
96
97         * src/pic16/gen.c (genPackBits): removed deprecated warning
98         * (genGenPointerSet): fixed bitfield detection
99
100 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
101
102         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
103
104 2005-07-31 Raphael Neider <rneider AT web.de>
105
106         * device/lib/pic16/libdev/pic18f458.c,
107           device/include/pic16/pic18f458.h: added missing T0CONbits
108
109 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
110
111         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
112
113 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
114
115         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
116
117 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
118
119         * device/include/mcs51/at89c51ed2.h: added.
120
121 2005-07-23 Raphael Neider <rneider AT web.de>
122
123         * src/pic/gen.h: added emitpcode macro for debugging
124         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
125           and replace by macro adding debug information on demand
126         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
127         * (gencjne): tried to fix; replaced with correct (slower) code
128         * (gen{Unp,P}ackBits): fixed single bit access
129         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
130         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
131           previous instruction
132         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
133           register has to be handled with care (forbidding movement
134           of assignments/uses, removing assignments completely, ...)
135         * (pCodeOptime2pCodes): make use of regIsSpecial
136         * added lots of debugging output (commented out)
137         * src/pic/rallloc.c (deassignLRs): prevent operand registers
138           from being reused as result UNLESS it is known to work
139
140 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
141
142         * support/Util/dbuf.h: include <stddef.h> for size_t
143         * .version: changed to version 2.5.2
144
145 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
146
147         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
148
149 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
150
151         * src/hc08/gen.c (genMinus): fixed bug #1241835,
152           (genModOneByte): removed needless psha/pula
153
154 2005-07-22 Raphael Neider <rneider AT web.de>
155
156         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
157           have PIC14 handled like PIC16, fixes broken pic14 linker calls
158         * src/pic/gen.c (resolveIfx): do not "invent" labels
159         * (genSkipc): changed to positive logic
160         * (genSkipCond): removed as no longer needed
161         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
162           backport from PIC16
163         * (genLeftShift): check operands are in different registers
164         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
165           INCF does not update CARRY...
166         * src/pic/main.c: fixed _linkCmd
167         * src/pic/pcode.c (unlinkpCode): added inactive code
168         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
169           alive (do not assign result and operand overlapping registers)
170
171 2005-07-22 Raphael Neider <rneider AT web.de>
172
173         * src/pic/device.c (dump_sfr): replaced register declaration with
174           call to emitSymbolToFile() to avoid duplicate symbols
175         * (assignRelocatableRegisters): do not declare external symbols
176         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
177           right (take size of type, not etype)
178         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
179         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
180         * (packRegsForAccUse): disabled assignment of WREG as
181           the result reg to prevent occurence of just fixed #1235003,
182           fixes #1242954
183         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
184           symbols (avoids duplicate symbols in .asm file)
185         * (pic14emitRegularMap): use emitSymbolToFile()
186         * src/pic/gen.c (aopOp): fixed spillLocation handling
187         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
188         * (genDataPointerSet): removed unneccessary variables/output
189
190 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
191
192         * as/mcs51/lkarea.c: enlarged codemap for banked memory
193         * device/lib/mcs51/crtbank.asm: added # to 0x0F
194
195 2005-07-21 Raphael Neider <rneider AT web.de>
196
197         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
198           architecture cannot handle them efficiently, fixes bug #1235003
199         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
200           check for empty sets before using them (fixes bug #1232190)
201
202 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
203
204         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
205           (lnksect2): generate warnings for memory overlap
206         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
207           constseg to set the name of these segments so you can instruct the linker
208           to place them in banks
209         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
210         * src/SDCCglobl.h: added MODEL_HUGE to enum,
211           added code_seg and const_seg to options
212         * src/SDCCglue.c (emitMaps): use options.const_seg,
213           (createInterruptVect): put interrupt vectors in segment HOME,
214           (glue): put HOME before static segment and put the main glue in HOME,
215           (glue): use options.code_seg
216         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
217         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
218           these segments so you can instruct the linker to place them in banks
219           (linkEdit): use code_loc for HOME segment which should be the first
220           segment in code memory now
221         * src/SDCCmem.c: fixed more stuff like bug 1238386
222         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
223           (changePointer): don't change function pointers to code pointers for
224           banked functions,
225           (compareType): added exceptional check for banked function pointers
226         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
227         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
228           after static in code memory
229         * src/mcs51/gen.c: added aopLiteralLong prototype,
230           (aopForSym): use getSize for functions,
231           (genCall): generate banked calls over one trampoline __sdcc_banked_call
232           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
233           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
234           the segment,
235           (genPcall): use call for literal function pointers and generate banked
236           calls over the one trampoline so there's only one place for the user to
237           modify according to his/hers hardware,
238           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
239           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
240         * src/mcs51/main.c: added keyword banked,
241           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
242         * support/Util/SDCCerr.c,
243         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
244           needed for passing the bank and address to the trampoline
245         * device/lib/mcs51/crtbank.asm: added for bankswitching
246         * device/lib/mcs51/Makefile: added crtbank
247
248 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
249
250         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
251           for fields at offset 0 of a struct or union as reported
252           on 2005-07-07 in the developer mailing list.
253
254 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
255
256         * src/SDCCmem.c: fixed bug 1238386
257
258 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
259
260         * src/mcs51/peeph.def: added labelrefcounting for peepholes
261           (patch #1144962), added peephole 300, enabled 259.x
262         * doc/sdccman.lyx: removed screenshot and provided link instead
263
264 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
265
266         * doc/sdccman.lyx: added section about debugging with ddd
267         * doc/figures/ddd_example.eps: screenshot of debugging session
268
269 2005-07-04 Raphael Neider <rneider AT web.de>
270
271         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
272           like CODE pointers, fixes #1115683
273         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
274           call, fixes bugs #1232211, #1228110,
275           fixed wrong casts to pCodeFlow from pCodeInstructions
276
277 2005-07-04 Raphael Neider <rneider AT web.de>
278
279         * src/pic/gen.c (popGet): changed assert to allow for
280           bit operands
281         * (popGetAddr): changed signature to provide
282           an additional index, patched all call sites
283         * (genCmpEq): handle literal-like operands correctly
284         * (genAddrOf): added sanity checks on __code/__data pointers
285         * (genAssign): added handling of symbols from __code section
286         * (gencjne): do not generate code for comparisons whose result
287           is neither stored nor used, fixes bug #1171114
288         * (AccLsh, AccRsh): operate on operand instead of WREG
289         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
290           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
291           by known count
292         * rewrote complete shift-by-literal logic, commented unused
293           functions out
294         * (genConstPointerGet): get multiple bytes (if result size > 1),
295           fixed handling of non-immediate addresses
296         * (genPointerGet): handle CODE pointers like CONST pointers
297         * (genpic14Code): insert C-SRC lines as Cource-pCodes
298         * ({aop,op}_isLitLike): NEW, single place to decide whether an
299           operand is to be treated as a literal or not
300         * (mov2w,genPcall,genCmpEq),
301           src/pic/genarith.c: use aop_isLitLike() to decide between
302           literal/register contents
303         * (addSign): added missing offset
304         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
305           only emit comment in debug-mode,
306           use {aop,op}_isLitLike throughout the file
307         * src/pic/glue.c: fix initializers for pointers (work in progress)
308         * src/pic/pcode.c (get_op): honor index on _const symbols
309         * ({reset,dump}pCodeStatistics): NEW, estimate code size
310         * (dumppBlock): added pCode size estimation
311         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
312           check for IS_SYMOP before OP_SYMBOL'ing
313         * fixed indentation, compacted switch-statements
314         * (allocReg): find free register and allocate it instead of
315           allocating new registers all the time
316         * (deassignLRs): prevent POINTER_GET's from being assigned the same
317           registers as its operands (necessary only for multibyte GETs)
318
319 2005-07-01 Raphael Neider <rneider AT web.de>
320
321         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
322           debugging .asm-output macros FENTRY + FEXIT
323         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
324           way... I wonder...
325         * (emitpComment): NEW, printf to pCode
326         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
327           offset handling
328         * (popGetAddr): NEW, variant of popGet to access an immediates
329           high(er) bytes instead of the n'th byte of memory they reference,
330           replaced popGet with popGetAddr where neccessary
331         * (genDataPointerGet): reactivated and fixed implementation
332         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
333           accesses
334         * (genDataPointerSet): fixed multibyte assignments
335         * (genpic14Code): fixed --i-code-in-asm handling
336         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
337         * (genPlus): fixed index-out-of-bounds error
338         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
339         * src/pic/ralloc.c: added debugging output macro FENTRY2
340         * (spillThis): fixed indentation, enbraced for-body for clarity
341         * (rematStr): commented out as now unused
342         * (regTypeNum): commented out special spill case (overwrites
343           arbitrary values)
344         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
345
346 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
347
348         * doc/sdccman.lyx: documented sfr16/sfr32,
349           added example for using storage class with function pointers
350         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
351
352 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
353
354         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
355         * device/lib/_itoa.c,
356         * device/lib/_ltoa.c: optimized codesize
357         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
358           but don't know how to suppress the double warning.
359         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
360         * support/Util/SDCCerr.c,
361         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
362
363 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
364
365         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
366           fixed old K&R prototypes
367         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
368         * device/lib/_gptrget.c,
369         * device/lib/_gptrgetc.c,
370         * device/lib/_gptrput.c: changed versions for new memory indicator values,
371           also new versions for small generic pointers and banked generic pointers
372         * src/port.h: added const_name
373         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
374         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
375         * src/SDCCcse.c (findPrevIc): check all associative operators
376         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
377         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
378         * src/SDCCmem.c: updated comments,
379           set far-space to 0 for pdata, results in optimized code
380         * src/SDCCmem.h: added macro CONST_NAME
381         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
382           moving the info into the highest bits, see also gptrget/gptrput
383         * src/src.dsp: added sdcc.ico to project files
384         * src/avr/gen.c (genCast): fixed bug 0x%d
385         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
386         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
387           relation between ptr_type and DCL_TYPE,
388           (genCast): fixed bug 0x%d
389         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
390           (CODE)" for const_name
391         * src/hc08/gen.c (genCast): fixed bug 0x%d
392         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
393           (hc08_port): added "CONST (CODE)" for const_name
394         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
395           (aopForRemat, adjustArithmeticResult): disconnected direct relation
396           between ptr_type and DCL_TYPE,
397           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
398           operand* and took AOP() inside function so sfr-ness can be checked,
399           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
400           new prototype,
401           (genFunction, genEndFunction): optimized stack setup,
402           (genMinus): optimized for literals with ending zeroes (in bytes),
403           (genCast): fixed bug 0x%d
404         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
405           (mcs51_port): added "CONST (CODE)" for const_name
406         * src/mcs51/peeph.def: made rule 226 more generic
407         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
408         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
409         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
410         * src/z80/main.c (z80_port): added NULL for const_name,
411           (gbz80_port): added NULL for const_name
412         * support/regression/tests/bug663539.c,
413         * support/regression/tests/sfr16.c: new tests
414
415 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
416
417         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
418
419 2005-06-24 Raphael Neider <rneider AT web.de>
420
421         * device/lib/pic16/libdev/pic18f[68][567]20.c:
422           corrected typos...
423         * device/include/pic16/signal.h: added USBIF
424           and SIG_USB
425
426 2005-06-24 Raphael Neider <rneider AT web.de>
427
428         * device/lib/pic16/libdev/pic18f2455.c,
429           device/include/pic16/pic18f2455.h: NEW
430         * device/include/pic16/pic18fregs.h,
431           device/lib/pic16/pics.all,
432           src/pic16/device.c: added 18f2455
433         * device/lib/pic16/libdev/pic18f[68][567]20.c,
434           device/include/pic16/{pic18f[68][567].h,usart.h}:
435           replaced MULTIPLE_USARTS define with more relaible
436           compatibility sfrs (for USART access)
437
438 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
439
440         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
441           and the output asm file line is printed on two lines.
442
443 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
444
445         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
446           BGT, BLE, BHI, and BLS instructions
447         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
448           genCmpEq): removed
449         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
450           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
451           fixes bug #1216342
452         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
453
454 2005-06-15 Raphael Neider <rneider AT web.de>
455
456         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
457         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
458         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
459           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
460           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
461
462 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
463
464         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
465           Marcel Telka in bug #1215704
466
467 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
468
469         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
470           located in shared memory bank.
471
472 2005-05-31 Raphael Neider <rneider AT web.de>
473
474         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
475           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
476           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
477
478 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
479
480         * device/lib/_strncpy.c: fixed the fix
481
482 2005-05-26 Raphael Neider <rneider AT web.de>
483
484         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
485           initializers with \0, bug #1208187
486         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
487           intializers with \0, bug #1208187
488
489 2005-05-26 Raphael Neider <rneider AT web.de>
490
491         * src/pic16/glue.c (pic16_printIvalChar): fixed string
492           initializers with \0, bug #1208187
493         * src/pic16/main.c (_process_pragma): added sanity checks
494           for stack position and size, emit warnings when appropriate
495
496 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
497
498         * device/lib/_strncpy.c: fixed not filling with \0
499
500 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
501
502         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
503           createFunction),
504         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
505           compound_statement),
506         * src/SDCCsymt.h,
507         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
508
509 2005-05-24 Raphael Neider <rneider AT web.de>
510
511         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
512
513 2005-05-24 Raphael Neider <rneider AT web.de>
514
515         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
516           TRISE definitions, closes bug #1162453
517
518 2005-05-22 Raphael Neider <rneider AT web.de>
519
520         * src/pic16/main.c (_process_pragma): check for missing
521           arguments to pragmas code and udata
522         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
523           consistency fixes to match other headers (thanks to Jim Paris)
524         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
525
526 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
527
528         * src/SDCCicode.c (isOperandEqual): fixed missing ;
529
530 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
531
532         * support/regression/tests/bug1198642.c: new test
533         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
534         * src/SDCCcse.c (findPrevIc): added comment, please have a look
535         * support/scripts/resource.h,
536         * support/scripts/resource.rc,
537         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
538         * support/scripts/sdcc.ico: added 32x32 icon
539
540 2005-05-18 Raphael Neider <rneider AT web.de>
541
542         * device/lib/pic16/libdev/pic18f*.c,
543         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
544           keywords to "__sfr" and "__at (X)"
545         * device/include/pic16/pic18fregs.h: added pic18f4520
546         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
547           #1203088 (MPLAB compatibility)
548
549 2005-05-17 Raphael Neider <rneider AT web.de>
550
551         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
552         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
553         * device/lib/pic16/pics.all: added new devices
554         * src/pic16/device.c: added support for pic18f4520
555
556 2005-05-16 Raphael Neider <rneider AT web.de>
557         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
558         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
559         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
560           convenience function for bit access
561
562 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
563
564         * device/lib/printf_large.c: fixed bug 1193299
565         * support/regression/tests/bug1057979.c: added test %3.3s
566
567 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
568
569         * device/include/mcs51/8051.h,
570         * device/include/mcs51/8052.h: made parseable with lint
571         * device/include/mcs51/lint.h: added include file for (sp)lint
572         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
573         * doc/cdbfileformat.lyx,
574         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
575
576 2005-05-14 Raphael Neider <rneider AT web.de>
577
578         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
579         * device/lib/pic16/libc/stdlib/itoa.c (new)
580         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
581         * device/lib/pic16/libio/Makefile: exclude subdir according to
582           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
583         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
584         * src/pic16/gen.c (genFunction): prevent annoying warning
585         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
586           nameclashes on BeOS
587         * support/cpp2/cppmain.c (cpp_output_string): new
588         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
589           fixes bug 1116802
590
591 2005-05-13 Borut Razem <borut.razem AT siol.net>
592
593         * src/SDCCmain.c (linkEdit): fixed bug 1195202
594
595 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
596
597         * .version: changed to version 2.5.1; back to bleeding edge development
598
599 2005-05-11 Borut Razem <borut.razem AT siol.net>
600
601         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
602           generate PDF version 1.3 documents
603
604 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
605
606         * .version: changed to version 2.5.0
607
608 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
609
610         * doc/sdccman.lyx: updated weblinks, index and smaller updates
611
612 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
613
614         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
615         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
616         well as many smaller updates.
617         * .version: changed to version 2.5.0-pre1
618
619 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
620
621         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
622
623 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
624
625         * support/regression/tests/bug1185672.c: added
626         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
627           bug 1185672
628         * src/mcs51/gen.c (genCall): added comments, made it look safer
629         * src/mcs51/gen.c (genEndFunction): simplified
630
631 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
632
633         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
634
635 2005-04-14 Borut Razem <borut.razem AT siol.net>
636
637         * fixed bug 1045046 - SIGSEGV with really simple code?:
638           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
639           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
640
641 2005-04-14 Borut Razem <borut.razem AT siol.net>
642
643         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
644           src/pic16/device.h: temporarily disabled experimental #inline pragma
645           for 2.5.0 release
646
647 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
648
649         * device/include/z80/stdio.h,
650         * device/include/z80/string.h: removed these highly incomplete files so
651           SDCC can use the default ones in device/include/
652
653 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
654
655         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
656         gcc warning.
657         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
658         fix sdcpp warnings.
659
660 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
661
662         * device/include/malloc.h: removed redundant __reentrant prototypes
663         * device/lib/_mullong.c: added working xstack variant in asm (C version
664           doesn't pass regression tests)
665         * device/lib/bpx.c: used __data and made bpx char for mcs51
666         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
667           (createFunction): fixed bug with xstackPtr
668         * src/SDCCcse.c: corrected comments
669         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
670           (killDeadCode, eBBlockFromiCode): removed unused code
671         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
672           corrected comments
673         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
674           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
675           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
676           (genModOneByte): fixed warning in MSVC
677         * src/mcs51/main.c (): added comments
678         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
679
680 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
681
682         * src/SDCCmain.c (linkEdit): oops, changed one line too many
683
684 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
685
686         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
687
688 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
689
690         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
691         characters arrays of larger size than the declared one.
692
693 2005-04-10 Borut Razem <borut.razem AT siol.net>
694
695         * src/pic/gen.c (genInline),
696           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
697           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
698           (findNextInstruction), (findPrevInstruction),
699           (findInstructionUsingLabel),
700           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
701         * src/pic/pcode.c (findLabel): added missing '\n'
702         * src/src.dsp: added SDCCdwarf2.c to the project
703
704 2005-04-09 Borut Razem <borut.razem AT siol.net>
705
706         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
707
708 2005-04-08 Raphael Neider <rneider AT web.de>
709
710         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
711           into the chain after a given one) and mergeDefmapSymbols (combine
712           defmap entries for each symbol per pcode)
713         * (createDefmap): have defmap entries merged in the end
714         * (defmapReplaceSymRef): split defmap entries covering two accesses to
715           a symbol before replacing one access type's symbol, merge symbols in
716           the end (replacement symbol might already have an entry)
717         * (assignValnums): keep reference to written WREG intact
718
719 2005-04-08 Raphael Neider <rneider AT web.de>
720
721         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
722           Alpha)
723
724 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
725
726         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
727         bytes
728
729 2005-04-07 Raphael Neider <rneider AT web.de>
730
731         * device/include/pic16/usart.h: added compatibility defines for
732           devices with more than one USART
733         * device/include/pic16/pic18f[68][567]20.h: activated above defines
734
735 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
736
737         * device/lib/Makefile.in: updated for port specific include
738
739 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
740
741         * support/regression/ports/mcs51/spec.mk: added mcs51 include
742
743 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
744
745         * device/include/8051.h,
746         * device/include/8052.h,
747         * device/include/at89S8252.h,
748         * device/include/at89c55.h,
749         * device/include/at89x051.h,
750         * device/include/at89x51.h,
751         * device/include/at89x52.h,
752         * device/include/mcs51reg.h,
753         * device/include/reg51.h,
754         * device/include/reg764.h,
755         * device/include/regc515c.h,
756         * device/include/sab80515.h: (re)moved these 12 files
757         * device/include/mcs51/8051.h,
758         * device/include/mcs51/8052.h,
759         * device/include/mcs51/at89S8252.h,
760         * device/include/mcs51/at89c55.h,
761         * device/include/mcs51/at89x051.h,
762         * device/include/mcs51/at89x51.h,
763         * device/include/mcs51/at89x52.h,
764         * device/include/mcs51/mcs51reg.h,
765         * device/include/mcs51/reg51.h,
766         * device/include/mcs51/reg764.h,
767         * device/include/mcs51/regc515c.h,
768         * device/include/mcs51/sab80515.h: and added them here
769
770 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
771
772         * device/include/stdarg.h: changed SDCC specific keywords to double
773           underlined form.
774         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
775           mcs51 and ds390.
776         * device/include/hc08/mc68hc908gp32.h,
777         * device/include/hc08/mc68hc908jb8.h,
778         * device/include/hc08/mc68hc908jkjl.h,
779         * device/include/hc08/mc68hc908qy.h: fixed comments
780         * device/include/mcs51/README: updated
781         * device/include/mcs51/c8051f120.h: added PINRSF
782         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
783         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
784           amidst code. Also inline is not supported.
785
786 2005-04-06 Raphael Neider <rneider AT web.de>
787
788         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
789         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
790           callers stack/frame pointers
791
792 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
793
794         * device/include/pic16/usart.h: added, missing in previous commit,
795         * device/include/pic16/adc.h: fixed typo,
796         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
797         commit,
798         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
799         <p18fxxx.inc>
800         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
801         uninitialized because a bug appears with gplink
802         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
803         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
804         complains for unrecognised option
805
806 2005-04-05 Raphael Neider <rneider AT web.de>
807
808         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
809           structs as well (using memcpy)
810         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
811           on ISRs (GOTO has no label)
812         * src/pic16/device.h: added OF_OPTIMIZE_DF
813         * src/pic16/main.c: added compiler switch --optimize-df to enable the
814           new data flow analysis/optimization
815         * src/pic16/pcode.c: added (prototypes for and implementation of)
816           dataflow analysis functions, fixed pCodeInstructions' inCond and
817           outCond values, made RCALL a branch instruction
818         * (pic16_unlinkpCode): keep C line if possible
819         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
820           C line moved if possible
821         * (pic16_getRegFrompCodeOp): NEW, improved version of...
822         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
823           to use new pic16_getRegFrompCodeOp (works for more SFRs)
824         * (pic16_BuildFlow): fixed skip instructions with label (did not start
825           new flow)
826         * (pic16_getJumptabpCode): NEW, needed in...
827         * (LinkFlow): fixed handling of jumptables, calls and conditional
828           branches
829         * (pic16_InsertCommentAfter): NEW
830         * (pic16_pCodeReplace): made verbose and flow preserving
831         * (AnalyzeFlow): added call to data flow analysis
832         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
833         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
834         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
835
836 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
837
838         * src/SDCCast.c (decorateType): fixed bug #1105626
839
840 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
841
842         * device/include/asm/pic16/features.h,
843         * pic18f*.h headers,
844         * device/include/pic16/adc.h,
845         * device/include/pic16/delay.h,
846         * device/include/pic16/i2c.h,
847         * device/include/pic16/malloc.h,
848         * device/include/pic16/stdio.h,
849         * device/include/pic16/stdlib.h,
850         * device/include/pic16/string.h,
851         * device/lib/pic16/libc/stdio/printf_tiny.c,
852         * device/lib/pic16/libc/stdio/printf_small.c,
853         * device/lib/pic16/libc/stdio/strmgpsim.c,
854         * device/lib/pic16/libc/stdio/strmmssp.c,
855         * device/lib/pic16/libc/stdio/strmusart.c,
856         * device/lib/pic16/libc/stdio/vfprintf.c,
857         * device/lib/pic16/libc/stdlib/ltoa.c,
858         * device/lib/pic16/libc/stdlib/putchar.c,
859         * device/lib/pic16/libc/stdlib/x_ftoa.c,
860         * device/lib/pic16/libc/stdlib/memchrpgm.c,
861         * device/lib/pic16/libc/stdlib/memchrram.c,
862         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
863         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
864         * device/lib/pic16/libio/adc/adcbusy.c,
865         * device/lib/pic16/libio/adc/adcread.c,
866         * device/lib/pic16/libio/adc/adcsetch.c,
867         * device/lib/pic16/libio/usart/ubaud.c,
868         * device/lib/pic16/libio/usart/ubusy.c,
869         * device/lib/pic16/libio/usart/udrdy.c,
870         * device/lib/pic16/libio/usart/uopen.c,
871         * device/lib/pic16/libio/usart/uputc.c,
872         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
873         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
874         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
875         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
876         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
877         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
878         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
879         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
880         specific keywords to double underlined form,
881         * device/lib/pic16/libc/Makefile.rules,
882         * device/lib/pic16/libsdcc/Makefile.rules,
883         * device/lib/pic16/libm/Makefile,
884         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
885         to compile with C standard set in Makefile.common
886         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
887         rand.c and crc.c in compilation process,
888         * device/lib/pic16/libsdcc/int/divuint.c,
889         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
890         `c' from signed to unsigned,
891         * device/lib/pic16/startup/crt0.c,
892         * device/lib/pic16/startup/crt0i.c,
893         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
894         keywords to double underlined form, bug fixes in _do_cinit function
895         which prevented the correct initialization of the .idata segment,
896         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
897         core to enter a infinite loop
898         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
899
900 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
901
902         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
903
904 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
905
906         * device/include/Makefile.in: add support for hc08 subdirectory
907         * device/include/hc08/: new subdirectory
908         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
909         Lucas Loizaga, thanks!
910         * device/include/hc08/mc68hc908qy.h,
911         * device/include/hc08/mc68hc908gp32.h,
912         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
913         their own directory. Changed internal macro names to use the compiler
914         reserved namespace. Changed SDCC specific keywords to double
915         underlined form.
916         * device/include/math.h,
917         * device/include/malloc.h,
918         * device/include/stdarg.h,
919         * device/include/stdbool.h
920         * device/include/string.h,
921         * device/include/tinibios.h,
922         * device/include/ds400rom.h,
923         * device/include/8051.h,
924         * device/include/8052.h,
925         * device/include/80c51xa.h,
926         * device/include/at89c55.h,
927         * device/include/at89S8252.h,
928         * device/include/at89x51.h,
929         * device/include/at89x52.h,
930         * device/include/ds80c390.h,
931         * device/include/reg764.h,
932         * device/include/regc515c.h,
933         * device/include/sab80515.h,
934         * device/include/mcs51/c8051f000.h,
935         * device/include/mcs51/c8051f018.h,
936         * device/include/mcs51/c8051f020.h,
937         * device/include/mcs51/c8051f040.h,
938         * device/include/mcs51/c8051f060.h,
939         * device/include/mcs51/c8051f120.h,
940         * device/include/mcs51/c8051f300.h,
941         * device/include/mcs51/c8051f310.h,
942         * device/include/mcs51/c8051f320.h,
943         * device/include/mcs51/c8051f330.h,
944         * device/include/mcs51/c8051f350.h,
945         * device/include/z180.h: Changed SDCC specific keywords to double
946         underlined form.
947
948 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
949
950         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
951         18F4455,
952         * (pic16_assignConfigWordValue): disable testing of configuration
953         register value with config mask,
954         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
955         function with port->fun_prefix,
956         * (genFunction): when generating a naked interrupt function never
957         create an absolute segment placed in interrupt vector address, place
958         the actual interrupt function at IVA instead, when an interrupt
959         function is generated with unspecified interrupt then do not create
960         the absolute section,
961         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
962         code for generating a call to generic pointer get/put function with
963         a call to function pic16_callGenericPointer(),
964         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
965         the call to the generic pointer get/put functions with prefixing the
966         function name with port->fun_prefix,
967         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
968         * src/pic16/main.c (_process_pragma): prefix function with
969         port->fun_prefix,
970         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
971         calling assembler, old 18Fxxxx macro is deprecated,
972         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
973         PC_ASMDIR in while condition,
974         * (findInstruction): add PC_ASMDIR in while condition,
975         * (buildCallTree): prefix main with port->fun_prefix,
976         * (pic16_pCode2str): fixed bug that didn't emit the memory access
977         identifier for variable with banked access in instructions BTFSS,
978         BTFSC, BCF, BSF, BTG
979         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
980         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
981         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
982         perform optimization when enviroment variable NO_REG_OPT is set,
983         * (insideLRBlock): NEW, return 1 if register is inside an
984         INF_LOCALREGS block,
985         * (RemoveRegFromLRBlock): remove a register that is completely
986         eliminated by register optimization, but it is still left in local
987         register store/restore in/from stack block,
988         * (Remove2pcodes): after removing register, check to see if it
989         should be removed from local register store/restore in/from stack
990         block,
991         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
992         DUMMY_READ_VOLATILE,
993
994         * device/include/pic16/adc.h: minor prototype modifications and
995         update,
996         * device/include/pic16/malloc.h: added GPL notice various
997         modifications,
998         * device/include/pic16/stdint.h: NEW, standard header for ints
999         * device/include/pic16/delay.h: NEW, header for delay functions,
1000         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1001         delay1mtcy,
1002         * device/include/pic16/signal.h: NEW, header providing helper macros
1003         for implementing signal handlers,
1004         * device/include/pic16/stdio.h: added prototypes for functions,
1005         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1006         prototypes for stdin and stdout, added macro PUTCHAR to
1007         automatically implement putchar function prototype,
1008         * device/include/pic16/usart.h: modified and updated USART library,
1009         * device/lib/pic16/libio/adc/,
1010         * device/lib/pic16/libio/i2c: some modifications to improve library
1011         performance,
1012         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1013         family of functions,
1014         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1015         family of functions and other sources,
1016         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1017         of the PIC18Fxx[28] devices,
1018         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1019         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1020         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1021         _do_cinit function, because the previous failed when local variables
1022         where not placed in the same memory bank,
1023         * device/lib/pic16/libsdcc/char/: various modifications to improve
1024         library performance,
1025         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1026         information on the new functions of the c library and more...
1027
1028 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1029
1030         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1031
1032 2005-03-26 Raphael Neider <rneider AT web.de>
1033
1034         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1035           if condition == CARRY)
1036         * (genCmp): adapted to new genSkipc semantics
1037         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1038           on rIfx (genCmp was broken)
1039
1040 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1041
1042         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1043         * src/z80/main.c (_keywords[]),
1044         * src/SDCCglobal.h (struct options),
1045         * src/SDCC.y,
1046         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1047         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1048         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1049         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1050         always available in leading double underscore form. The C99 support is
1051         mostly missing, but it's a start.
1052         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1053         reserved identifier "__data".
1054
1055 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1056
1057         * src/mcs51/peeph.def: fixed bug 1170013
1058
1059 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1060
1061         * device/include/mcs51reg.h: fixed bug 842007
1062
1063 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1064
1065         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1066         last time.
1067
1068 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1069
1070         * src/port.h (struct PORT),
1071         * src/avr/ralloc.c (avr_assignRegisters),
1072         * src/avr/main.c,
1073         * src/ds390/ralloc.c (ds390_assignRegisters),
1074         * src/ds390/main.c,
1075         * src/hc08/ralloc.c (hc08_assignRegisters),
1076         * src/hc08/main.c,
1077         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1078         * src/mcs51/main.c,
1079         * src/pic/ralloc.c (pic14_assignRegisters),
1080         * src/pic/main.c,
1081         * src/pic16/ralloc.c (pic16_assignRegisters),
1082         * src/pic16/main.c,
1083         * src/xa51/ralloc.c (xa51_assignRegisters),
1084         * src/xa51/main.c,
1085         * src/z80/ralloc.c (z80_assignRegisters),
1086         * src/z80/ralloc.h,
1087         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1088         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1089         * src/SDCCcse.h,
1090         * src/SDCCdflow.c (computeDataFlow),
1091         * src/SDCCdflow.h,
1092         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1093         * src/SDCCloop.h,
1094         * src/SDCCcflow.c (*),
1095         * src/SDCCcflow.h,
1096         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1097         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1098         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1099         immedDom() returning wrong block; probably fixes bug #1160833)
1100
1101 2005-03-20 Borut Razem <borut.razem AT siol.net>
1102
1103         * support/scripts/inc2h.pl: WIN32 port
1104
1105 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1106
1107         * device/lib/makefile.in: added abs.c and labs.c
1108
1109 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1110
1111         * device/include/stdint.h: added
1112         * device/lib/abs.c: added
1113         * device/lib/labs.c: added
1114         * device/include/stdlib.h: added abs() and labs() prototypes
1115         * device/lib/libsdcc.lib: added abs and labs
1116         * device/include/float.h,
1117         * device/lib/_fsmul.c,
1118         * device/lib/printf_fast.c,
1119         * device/lib/printf_tiny.c: updated comments
1120
1121 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1122
1123         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1124         bug #1164313
1125
1126 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1127
1128         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1129         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1130
1131 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1132
1133         * device/lib/printf_large.c: removed inline assembly for portability and
1134           readability. Use printf_fast if speed or size are more important.
1135         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1136         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1137
1138 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1139
1140         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1141         prevent compiler warning
1142
1143 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1144
1145         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1146         moved to level 0 and declared as static. Also they are explicit
1147         placed in access bank. This was necessery because some times they
1148         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1149         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1150         optimizations. Currently only compare to unsigned char is implemented,
1151         * src/pic16/gen.c: added fReturnIdx array,
1152         * (struct resolvedIfx) is moved to gen.h and made public,
1153         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1154         * (aopForSym): added an optimization to directly store in stack of
1155         the operand of a SEND iCode,
1156         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1157         but as registers instead (AOP_REG) using the fReturnIdx array,
1158         * (pic16_freeAsmop): remove the freed register from the
1159         _G.sregsAlloc field,
1160         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1161         a compare of 'WREG',
1162         * (pic16_popGetTempRegCond): changed function prototype, now
1163         function takes also a bitVector argument v which holds the current
1164         set of registers that are allocated for stack access by aopForSym,
1165         registers allocated in aopForSym for accessing stack symbols are not
1166         any more part of the functions usedRegs field,
1167         * (genCall): some times aopOp is called for a stack variable to be
1168         send, aopForSym might perform the push, if this is true make sure
1169         that genCall doesn't push the variable twice by testing _G.resDirect,
1170         * (genFunction): changed testing for unspecified interrupt number
1171         from 256 to INTNO_UNSPEC,
1172         * modified selection scheme of frame pointer generation. Previously
1173         if function did use local registers a frame pointer was generated,
1174         now a frame pointer is generated only if function has arguments
1175         (that need PLUSW2 register access), or has stack arguments, or the
1176         compiler is not instructed to omit the frame pointer,
1177         * (genEndFunction): before restoring local registers that were saved
1178         in the function preamble, also restore the registers that *might*
1179         have been allocated for stack access,
1180         * (genRet): removed some old comments,
1181         * (genCmp, the active (RN's) version): added a call to the
1182         pic16_genCmp_special function to perform the compare with a more
1183         robust and optimized way,
1184         * (genInline): a feature has been added in inline code generation,
1185         which allows a wildcard variable substitution when writing inline
1186         assembly. Code is incomplete and experimental therefore undocumented,
1187         * (genCast): changed order of aopOp for result and right to allow
1188         aopForSym to directly load the result if possible,
1189         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1190         perform an optimized compare on some selected special occasions,
1191         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1192         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1193         generate an IVT any more,
1194         * src/pic16/main.c (pic16_optionsTable): added command line option
1195         --optimize-cmp,
1196         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1197         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1198         macros,
1199         * src/pic16/NOTES: Raphael Neider added in list of active developers
1200         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1201         jumptable_end to prevent bug #,
1202         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1203         inCond and outCond fields,
1204         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1205         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1206         turn off register spilling,
1207         * (packRegsForOneUse): synced with other ports' versions although it
1208         is not used currently,
1209         * (pic16_packRegisters): added an optimization while reading
1210         structure bitfields, some registers may be saved (malloc code is
1211         decreased by 80 bytes)
1212
1213 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1214
1215         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1216         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1217         this can be optimized more?
1218
1219 2005-03-10 Raphael Neider <rneider AT web.de>
1220
1221         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1222           genNearPointerGet): (hopefully) fixed access to bitfields via
1223           pointers (p->bitN = x; and x = p->bitN; failed)
1224
1225 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1226
1227         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1228
1229 2005-03-09 Raphael Neider <rneider AT web.de>
1230
1231         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1232
1233 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1234
1235         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1236         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1237           (regTypeNum): set REG_BIT type if necessary
1238         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1239         * support/regression/tests/critical.c: check bug 1144613
1240
1241 2005-03-02 Raphael Neider <rneider AT web.de>
1242
1243         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1244
1245 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1246
1247         * src/avr/ralloc.c (serialRegAssign),
1248         * src/ds390/ralloc.c (serialRegAssign),
1249         * src/hc08/ralloc.c (serialRegAssign),
1250         * src/mcs51/ralloc.c (serialRegAssign),
1251         * src/pic/ralloc.c (serialRegAssign),
1252         * src/pic16/ralloc.c (serialRegAssign),
1253         * src/xa51/ralloc.c (serialRegAssign),
1254         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1255
1256 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1257
1258         * src/SDCCast.c (decorateType): fixed bug 1124787
1259
1260 2005-02-20 Hubert Sack <sack AT digiplan.de>
1261         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1262
1263         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1264         patch #1121755
1265
1266 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1267
1268         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1269         to keep the correct label reference count when adding/removing references
1270         to labels. A peephole file using this is appended to patch #1144962.
1271
1272 2005-02-14 Raphael Neider <rneider AT web.de>
1273
1274         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1275         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1276         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1277           retrievals of result operand's value on assignment
1278
1279 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1280
1281         * device/include/pic16/string.h: modified prototype for memccpy()
1282         to memccpy(void *, void *, char, size_t)
1283         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1284         check whether to omit frame pointer or not,
1285         * (genInline): convert all occurences of "\n" to LF in inline
1286         assembler blocks, this helps formatting the inline text,
1287         * (pic16_loadFSR0): modified prototype,
1288         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1289         removed some 8051 legacy code,
1290         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1291         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1292         before allocating temporary registers in functions,
1293
1294 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1295
1296         * support/regression/tests/bitvars.c: corrected the "fix"
1297
1298 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1299
1300         * support/regression/tests/bitvars.c,
1301         * support/regression/tests/bitwise.c,
1302         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1303
1304 2005-02-10 Raphael Neider <rneider AT web.de>
1305
1306         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1307           different size for Alpha
1308         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1309
1310 2005-02-09 Raphael Neider <rneider AT web.de>
1311
1312         * src/SDCC.lex(doPragma) : save and restore warning options as well
1313           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1314         * have #pragma less_pedantic set the errorlevel to WARNING
1315           (fixes #1117001)
1316         * (cloneOptimize) : fixed wrong malloc's size
1317         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1318           facilitate correct handling of #pragma (save|restore)
1319
1320 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1321
1322         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1323
1324 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1325
1326         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1327
1328 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1329
1330         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1331
1332 2005-02-02 Raphael Neider <rneider AT web.de>
1333
1334         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1335         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1336         * (pic16_storeForReturn): fixed to allow returning function pointers
1337         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1338         * device/include/pic16/{stddef.h,stdbool.h}: added
1339
1340 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1341
1342         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1343
1344 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1345
1346         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1347         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1348          appeared to be required
1349
1350 2005-01-31 Borut Razem <borut.razem AT siol.net>
1351
1352         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
1353           include/mcs51 and include/z80 directories to the package
1354
1355 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1356
1357         * src/hc08/gen.c (genFunction): fixed bug #1112752
1358
1359 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1360
1361         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
1362
1363 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1364
1365         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
1366
1367 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
1368
1369         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
1370
1371 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
1372
1373         * device/include/c8051fxxx.h: removed these 6 files
1374         * device/include/mcs51/c8051fxxx.h: added these 11 new files
1375
1376 2005-01-26 Raphael Neider <rneider AT web.de>
1377
1378         * src/pic16/gen.c (genAssign): fixed assignment from longs
1379           in codespace (were cut to three bytes)
1380         * (genDummyRead): implemented (except for CODESPACE...),
1381           fixed bug #1108575
1382         * src/pic16/glue.c (emitStatistics): beautified
1383         * device/lib/pic16/libm/Makefile: added include path
1384
1385 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1386
1387         * src/z80/gen.c (aopPut): fixed bug #1103902
1388
1389 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1390
1391         * device/lib/expf.c: fixed bug #1095792
1392
1393 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
1394
1395         * device/lib/pic16/libm: added Math library sources
1396
1397 2005-01-24 Raphael Neider <rneider AT web.de>
1398
1399         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
1400           to enable upcast to pCodeOpReg2 (there is no type tag to
1401           differenciate the two and pic16_popGet2p cast into PCOR2)
1402         * src/pic16/main.c (_process_pragma): fixed another malloc bug
1403           (sizeof(sectNames) changed to sizeof(sectName))
1404           Both patches fix segfaults under MinGW.
1405
1406 2005-01-23 Raphael Neider <rneider AT web.de>
1407
1408         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
1409           Safe_[mc]?alloc()'ed variables
1410         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
1411           of (byte sized) temporaries (assign them to WREG for now)
1412         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
1413           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
1414           this might fix SIGSEGVs on MinGW...
1415         * src/SDCCopt.c (killDeadCode): restored original behaviour
1416           (volatile operands might get thrown away though)
1417
1418 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
1419
1420         * src/pic16/gen.c: fixed bug #1106975,
1421         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
1422         pointer update, INTCON is saved, global interrupts are disabled and
1423         restored after updateing TOS.
1424         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
1425         * added function attribute 'shadowregs' to take advantage of shadow
1426         registers,
1427         * added function attribute 'wparam' as an alternative to the wparam
1428         pragma,
1429         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
1430         user declares a non-ISR function as 'shadowregs',
1431         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
1432
1433 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
1434
1435         * .version: bumped version number to 2.4.8
1436         * device/lib/pic16/pics.all: list of PIC18F devices supported by
1437         pic16 port,
1438         * device/lib/pic16/libio/i2c/: I2C module support library,
1439         * device/include/pic16/i2c.h: I2C support library header,
1440         * device/lib/pic16/libc/stdio/: standard IO support sources,
1441         * (printf_small.c): printf_small() source, supports float print,
1442         * (printf_tiny.c): printf_tiny() source, does not support floats,
1443         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
1444         enable global optimizations for entire library source, other
1445         Makefiles in the source tree are also modified to reflect this,
1446         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
1447         function,
1448         * doc/sdccman.lyx: updated to reflect new changes,
1449         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
1450         sym->onStack if-case,
1451         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
1452         sbit, idata, _idata, xdata, _xdata,
1453         * added pragma library, to link an external library, (see doc),
1454         * removed command line options, --pomit-config-words, --pomit-ivt,
1455         --pleave-reset-vector,
1456         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
1457         when calling assembler to reflect memory model used, also define
1458         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
1459         reflect stack model used,
1460         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
1461         on stack return NULL,
1462
1463 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1464
1465         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
1466           of the operands is volatile. Fixes #1020220
1467
1468 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1469
1470         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
1471         * (OptimizeRegUsage): make sure that there is really no other flow where
1472           the first pCode is used
1473
1474 2005-01-22 Raphael Neider <rneider AT web.de>
1475
1476         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
1477           to fix #1106967 (pCode->seq are not set up correctly)
1478
1479 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1480
1481         * src/SDCCglue.c (glue): make sure code area is declared before the
1482         static initialization area.
1483
1484 2005-01-21 Raphael Neider <rneider AT web.de>
1485
1486         * device/lib/Makefile.in: fixed test for pic16 install dir
1487         * device/lib/pic16/*/Makefile*: modified compile flags to enable
1488           optimizations
1489         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
1490           added --optimize-goto compiler switch and pragma wparam documentation
1491         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
1492         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
1493           and PRODH closing bug #1071770 (peephole optimizer)
1494
1495 2005-01-19 Raphael Neider <rneider AT web.de>
1496
1497         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
1498           cmdLine buffers (used when calling sdcpp...) are large enough
1499           (MAX_PATH=256 truncates arguments leading to system halts when
1500           used in MinGW...)
1501         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
1502         * (genUminus): rewritten to for efficiency
1503         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
1504           used uninitialized in some cases)
1505         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
1506           copy the third byte from the int -- now assumes 0x80 (data memory)
1507         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
1508           operands (genAddLit expects the iCode's operands to swapped as
1509           well), fixed leftover bytes (crashed for short left operands)
1510         * (pic16_genMinusDec): performance improvements, removed false
1511           PIC14 emitSKPNCs
1512         * (pic16_genMinus): fixed to cope with differently sized operands
1513         * src/pic16/glue.c (pic16_glue): added new banksel optimization
1514           for --obanksel > 1
1515         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
1516         * src/pic16/graph.[ch]: implementation of directed graphs, used by
1517           new banksel optimization
1518         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
1519           analysis for temporary registers (segfaults...)
1520         * src/pic16/peeph.def: added rule
1521
1522 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
1523
1524         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
1525         which converts a float number to its ASCII representation
1526         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
1527         functions to convert the fractional and integer part of a float to ASCII,
1528         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
1529         realloc.c): added _MALLOC_SPEC to explicit place variables in data
1530         ram
1531         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
1532         _STATMEM macros,
1533         * device/include/pic16/adc.h: added GPL info,
1534         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
1535         a pCodeOp as tested operand,
1536         * (genNearPointerGet): optimized bit testing, does not use
1537         intermediate register for bit value, test directly instead with
1538         BTFSS, BTFSC, works only for single bits,
1539         * (genpic16Code): dump the name of the iCode in the asm,
1540         * src/pic16/ralloc.c (decodeOp): removed static declaration and
1541         renamed to pic16_decodeOp,
1542         * (serialRegAssign): do not allocate a temporary register for iCode
1543         sequences that test a single bit for 1/0
1544
1545 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
1546
1547         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
1548         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
1549         access stack and frame pointers. They are initially assigned to
1550         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
1551         accessing SFRs. Updated all occurences of modification of stack or
1552         frame pointer in gen.c and pcode.c,
1553         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
1554         assigning of a literal value to pointers,
1555         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
1556         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
1557         selected
1558
1559 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
1560
1561         * doc/sdccman.lyx: update documentation about stack pragma, added
1562         some info for stack memory models
1563
1564 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1565
1566         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
1567
1568 2005-01-08 Raphael Neider <rneider AT web.de>
1569
1570         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
1571           udata sections to fix bug #1097823
1572
1573 2005-01-05 Raphael Neider <rneider AT web.de>
1574
1575         * src/pic16/gen.c (genGenericShift): added handling of differently
1576           sized left operand and result
1577
1578 2005-01-04 Raphael Neider <rneider AT web.de>
1579
1580         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
1581         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
1582           to hold the condition bit)
1583         * added new version of genCmp (old code available via #define)
1584         * added new version of genShiftLeft/genShiftRight in a generic
1585           way, now supports shifting by negative values
1586         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
1587           shiftCount (expected by genGenericShift)
1588         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
1589         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
1590           dump
1591         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
1592           is an invalid literal too...)
1593
1594 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
1595
1596         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
1597         from Raphael Neider,
1598         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
1599         for 8-bit literals. This fixes some literal operands which are sign
1600         extended to 16-bits ints when instruction needs only 8-bits.
1601
1602 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
1603
1604         * device/lib/logf.c: added mcs51 assembly version
1605         * device/lib/expf.c: added mcs51 assembly version
1606         * device/lib/_logexpf.c: new shared asm code for expf and logf
1607         * device/include/math.h: add defines for assembly math library
1608         * device/lib/Makefile.in: build new _logexpf.c
1609         * device/lib/libfloat.lib: use new _logexpf.c
1610
1611 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1612
1613         * src/pic/device.c
1614         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
1615           device types which have less than 0x7f registers.
1616
1617 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1618
1619         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
1620
1621 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1622
1623         * device/lib/printf_fast.c: only build on supported arch.
1624         * device/lib/printf_tiny.c: only build on supported arch.
1625         * device/lib/printf_fast_f.c: only build if asm float lib
1626         * device/lib/_fsget1arg.c: only build if asm float lib
1627         * device/lib/_fsget2args.c: only build if asm float lib
1628         * device/lib/_fsnormalize.c: only build if asm float lib
1629         * device/lib/_fsreturnval.c: only build if asm float lib
1630         * device/lib/_fsrshift.c: only build if asm float lib
1631         * device/lib/_fsswapargs.c: only build if asm float lib
1632         * device/include/stdio.h: don't provide print_fast,
1633           print_fast_f, print_tiny prototypes if --xstack used
1634
1635 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
1636
1637         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
1638         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
1639           to the SOURCES
1640
1641 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1642
1643         * device/lib/printf_fast_f.c: same as printf_fast, but
1644           with floating point enabled
1645         * device/lib/printf_fast.c: minor tweaks
1646         * device/include/stdio.h: add printf_fast_f
1647
1648 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1649
1650         * src/SDCCmain.c: make --float-reent default for mcs51
1651         * device/lib/_fsadd.c: added mcs51 assembly version
1652         * device/lib/_fssub.c: added mcs51 assembly version
1653         * device/lib/_fsmul.c: added mcs51 assembly version
1654         * device/lib/_fsdiv.c: added mcs51 assembly version
1655         * device/lib/_fseq.c: added mcs51 assembly version
1656         * device/lib/_fsneq.c: added mcs51 assembly version
1657         * device/lib/_fsgt.c: added mcs51 assembly version
1658         * device/lib/_fslt.c: added mcs51 assembly version
1659         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
1660         * device/lib/Makefile.in: add _fscmp to build
1661         * device/lib/libfloat.lib: add _fscmp to build
1662
1663 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1664
1665         * device/lib/_fs2slong.c: added mcs51 assembly version
1666         * device/lib/_fs2sint.c: added mcs51 assembly version
1667         * device/lib/_fs2schar.c: added mcs51 assembly version
1668         * device/lib/_fs2ulong.c: added mcs51 assembly version
1669         * device/lib/_fs2uint.c: added mcs51 assembly version
1670         * device/lib/_fs2uchar.c: added mcs51 assembly version
1671         * device/lib/_slong2fs.c: added mcs51 assembly version
1672         * device/lib/_sint2fs.c: added mcs51 assembly version
1673         * device/lib/_schar2fs.c: added mcs51 assembly version
1674         * device/lib/_ulong2fs.c: added mcs51 assembly version
1675         * device/lib/_uint2fs.c: added mcs51 assembly version
1676         * device/lib/_uchar2fs.c: added mcs51 assembly version
1677         * device/include/float.h: added #define to select asm vs c
1678
1679 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
1680
1681         * device/lib/printf_fast.c: improvements to float output
1682         * device/include/float.h: add defines for assembly float library
1683         * device/lib/_fsget1arg.c: receive 1 float arg
1684         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
1685         * device/lib/_fsnormalize.c: normalize a float
1686         * device/lib/_fsreturnval.c: return float, various helper routines
1687         * device/lib/_fsrshift.c: right shift a float's mantissa
1688         * device/lib/_fsswapargs.c: swap 2 floats
1689         * device/lib/Makefile.in: build these 6 new files for mcs51
1690         * device/lib/libfloat.lib: add these 6 files to the library
1691
1692 2004-12-26 Borut Razem <borut.razem AT siol.net>
1693
1694         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
1695           built by gcc 3.4.2
1696
1697 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
1698
1699         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
1700           and fully reentrant and register bank neutral.
1701         * device/lib/printf_fast.c: added float (not enabled by default),
1702           added compact/slower integer (also not enabled by default),
1703           improved size/speed of fast integer code, other minor changes
1704         * device/include/stdio.h, device/lib/Makefile.in,
1705           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
1706
1707 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
1708
1709         * src/pic16/pcode.c: declaring variables other than at the start of a
1710           block is not supported in C by VC6.
1711
1712 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
1713
1714         * applied a previous patch from Raphael Neider that wasn't included
1715         in the previous commits, which fixes infinite loops within jumptable
1716         improvements,
1717         * made some fixes that previous patches introduced
1718
1719 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
1720
1721         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
1722         that fixes an issue with AOP_PCODE asmop's offset,
1723         * (pic16_popCopyReg): update instance field too,
1724         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
1725         function of pic port,
1726         * (genCmp, genAnd, genAssign),
1727         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
1728
1729 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
1730
1731         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
1732         variables initial values to idata section,
1733         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
1734         variables in some functions. This utilizes parmBytes field of iCode
1735         structure to hold the offset of the variable in stack. (might be
1736         able to use the stack field too?)
1737         * applied patch from Raphael Neider # ### , # ###
1738         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
1739         variable initial values in idata section,
1740         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
1741         for static variables with initial value
1742         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
1743         applied fix in while loop from Raphael Neider.
1744
1745 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
1746
1747         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
1748         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
1749         * src/ds390/ralloc.c (serialRegAssign): spill bits
1750         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
1751         * support/Util/SDCCerr.c,
1752         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
1753         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
1754         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
1755
1756 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
1757
1758         * device/include/sdcc-lib.h: inserted LGPL, added includes
1759           asm/ds390/features.h and asm/mcs51/features.h
1760         * device/include/asm/default/features.h,
1761         * device/include/asm/gbz80/features.h,
1762         * device/include/asm/z80/features.h: added empty _AUTOMEM
1763           and _STATMEM
1764         * device/include/asm/ds390/features.h,
1765         * device/include/asm/mcs51/features.h: added files with defines for
1766           _AUTOMEM and _STATMEM indicating automatic and static storage class
1767         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
1768         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
1769         * src/SDCCicode.c (geniCodeCast),
1770         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
1771         * src/SDCCloop.c (loopInduction): removed unused variable lr
1772         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
1773           to convertToFcall to include char modulo (RFE 1065037), added check
1774           if left operand is unsigned and use abs of literal value
1775         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
1776           as it doesn't work after conversion from peephole.def to peephole.rul
1777         * src/mcs51/gen.c (toBoolean): added check for size,
1778           (genModOneByte): optimized code for signed char modulo a literal
1779           power of 2 (thanks to Hubert Sack),
1780           (genRRC): removed unnecessary "clr c",
1781           (genRLC): replaced "add a,acc" with cheaper "rlc a"
1782         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
1783           jump optimization,
1784           swapped rules 256.c and 256.d,
1785           extended 256.d by using new multiple checks (thanks Erik),
1786           added rules 256.e and 256.f,
1787           updated rule 261.a and 261.b to new generated code
1788         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
1789
1790 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1791
1792         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
1793           induction related bugs, including first part of bug #1074377
1794
1795 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
1796
1797         * applied patch from bug-report #1076292,
1798         * applied patches for genAnd and Goto-optimizations for Raphael
1799         Neider,
1800         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
1801         dump a less iCode information,
1802         * src/pic16/device.h (pic16_options_t): added field debgen,
1803         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
1804         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
1805         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
1806         puclic,
1807         * (various functions): added macros FENTRY and FENTRY2 to functions,
1808         to emit function prologue,
1809         * (various functions): fixed indentation,
1810         * (genNearPointerGet): fixed loading of FSR0,
1811         * (genPackBits): applied patch from Raphael Neider to fix updating
1812         of FSR0 and touching only the modified bits,
1813         * src/pic16/genarith.c (various functions): added macros FENTRY to
1814         emit function prologue in comments,
1815         * src/pic16/pcode.h: added functions debugf2, debugf3,
1816         * src/pic16/ralloc.c: partial fix for packForPush caused
1817         segmentation fault,
1818
1819 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1820
1821         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
1822           <stsp AT users.sourceforge.net> with reversed byte order
1823         * support/regression/tests/rotate.c: added (ds390 skips some tests)
1824
1825 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1826
1827         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
1828           bug #1074377
1829         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
1830         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
1831
1832 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
1833
1834         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
1835
1836 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1837
1838         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
1839           conditions,
1840           (setFromConditionArgs): friendly operand parser for peephole rules,
1841           (operandBaseName, operandsNotRelated): new peephole condition
1842           "operandsNotRelated" -- similar to "operandsNotSame", but takes
1843           architecture specific register naming into account, handles n-way
1844           comparisons, and supports quoted literals
1845         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
1846
1847 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1848
1849         * src/mcs51/peeph.def: fixed bug #1076940
1850
1851 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
1852
1853         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
1854
1855 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1856
1857         Adding support for replacing ljmps with sjmps in jumptables
1858         generated for switch statements. For now you need to set the
1859         environment variable SDCC_SJMP_JUMPTABLE to enable this.
1860         Now 4 algorithms for mcs51 jumptable generation are used:
1861         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
1862         addresses loaded pc-relative for up to 112 cases and stack-pushing
1863         target addresses loaded with offset from dptr for up to 256 cases.
1864
1865         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
1866         * src/mcs51/main.c: adapted constants for switch table generation
1867         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
1868
1869 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
1870
1871         * device/lib/printf_large.c (_print_format): fixed bug 1073386
1872         * support/regression/tests/bug1057979.c: added test for bug 1073386
1873
1874 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
1875
1876         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
1877         compilers
1878
1879 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
1880
1881         * src/pic16/device.h,
1882         * src/pic16/genarith.c,
1883         * src/pic16/glue.c,
1884         * src/pic16/main.c,
1885         * src/pic16/pcode.c: applied patches #1068154 and #1070213
1886
1887 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
1888
1889         Large cummulative patch for pic16 port.
1890         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
1891         to call when a stack overflow occurs,
1892         * (malloc.h): added CVS Id tag,
1893         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
1894         variable,
1895         * added libc directory. The current version of LibC contains string
1896         functions, ctype functions and macros and some functions of the
1897         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
1898         be extensively tested in the future. Standard disclaimer here.
1899         Library is not automatically build yet. But one can build it by
1900         invoking 'make' inside the libc directory.
1901         * added ADC library under libio. Preliminary version yet.
1902
1903         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
1904         * src/pic16/gen.c (aopForRemat): asmop size is filled by
1905         aopForRemat() now and not by pic16_aopOp(),
1906         * (pic16_popGetTempReg): removed warning messgae when allocating
1907         temporary registers, its a buggy feature and will be removed,
1908         * (pic16_popGet): set register instance field in AOP_CRY,
1909         * (pic16_outBitC): fixed for results in size greater than 1,
1910         * (genUminusFloat): fixed for pic16, ported code from mcs51,
1911         * (pic16_storeForReturn): optimized return of 0,
1912         * (genCmp): experimental code for new genCmp which uses PIC18's
1913         special compare&skip instructions. Initial tests fail some times
1914         with variables grater than 1 byte in size, so new code is disabled,
1915         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
1916         a single bit,
1917         * (genCast): began a fix to optimize the casting of a bit to another
1918         bit, now assigning a bitfield to another bitfield will fail, sorry,
1919         * src/pic16/main.c: disabled the use of lr-support feature,
1920         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
1921         * added some function prototypes, added function _debugf prototype,
1922         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
1923         bits with offset (case PO_GPR_BIT),
1924         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
1925         command line,
1926         * (isBankInstruction): modified to return 0 for no banking instruction,
1927         and 1 for banking instruction,
1928         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
1929         caused stop processing pCodes after a inline assembly block,
1930         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
1931         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
1932         registers when it shouldn't,
1933         * src/pic16/ralloc.c (allocReg): add preliminary support for
1934         supporting a limited set of temporary registers,
1935
1936 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1937
1938         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
1939           genDataPointerSet): ensure assignments always copy in MSB to LSB
1940           order,
1941           (loadRegFromAop): recognize CLRH optimization,
1942           (genFunction): optimize RECEIVE iCodes in reentrant functions
1943
1944 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1945
1946         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
1947           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
1948           selected.
1949         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
1950         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
1951           contiguous with data
1952
1953 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1954
1955         * device/lib/_gptrget.c (_gptrget),
1956         * device/lib/_gptrgetc.c (_gptrgetc),
1957         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
1958           instead of sjmp to ret
1959         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
1960           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
1961
1962 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1963
1964         * .version: bumped version to 2.4.7
1965         * device/lib/_gptrget.c (_gptrget): is now _naked
1966         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
1967         * device/lib/_gptrput.c (_gptrput): is now _naked
1968         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
1969           (createFunction): fixed xstack
1970         * src/SDCCglue.c (emitMaps): set allocation required for bit area
1971         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
1972           or bit either,
1973           (geniCodeCritical): store original interrupt state in an iTemp bit
1974           var unless stack-auto
1975         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
1976         * src/SDCCmain.c (setIncludePath): added include/target to search path
1977         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
1978         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
1979           prototype,
1980           (processFuncArgs): put bit vars in bit area
1981         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
1982           unsaveRBank): fixed xstack,
1983           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
1984           (genFunction, genEndFunction): fixed xstack,
1985           (genAssign): optimization don't walk backwards through mem
1986         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
1987         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
1988         * support/regression/Makefile: also make library (for stack-auto) when
1989           making "all" and added "test-mcs51-xstack-auto"
1990         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
1991         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
1992         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
1993         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
1994         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
1995           make-library by MAKE_LIBRARY
1996         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
1997           regression tests for xstack
1998         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
1999         * support/regression/tests/critical.c: test for critical on mcs51
2000
2001 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2002
2003         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2004           built version of sdcc instead of installed version
2005
2006 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2007
2008         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2009         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2010           vprintf.c now
2011         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2012         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2013           WARNING: remove device/lib/build/z80/printf.o by hand when
2014           updating from previous build!
2015         * device/lib/z80/printf.c: updated comment
2016         * support/regression/tests/bug1057979.c: test all ports now
2017         * support/regression/tests/bug1065458.c: file added
2018
2019 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2020
2021         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2022           *_start and *_end symbols for static functions
2023
2024 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2025
2026         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2027           and search crt0.o in all library paths,
2028           (setIncludePath): proper handling of --nostdinc,
2029           (setLibPath): proper handling of --nostdlib
2030         * support/regression/Makefile,
2031         * support/regression/ports/ds390/spec.mk,
2032         * support/regression/ports/gbz80/spec.mk,
2033         * support/regression/ports/hc08/spec.mk,
2034         * support/regression/ports/mcs51/spec.mk,
2035         * support/regression/ports/mcs51-large/spec.mk,
2036         * support/regression/ports/mcs51-stack-auto/spec.mk,
2037         * support/regression/ports/z80/spec.mk: use include and lib files from
2038           built version of sdcc instead of installed version
2039         * doc/sdccman.lyx: fixed typo in --nostdinc
2040
2041 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2042
2043         * src/pic/pcode.c,
2044         * src/pic/device.c,
2045         * src/pic/ralloc.c,
2046         * src/pic/gen.c : added support to generate code for struct bit fields.
2047
2048 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2049
2050         * as/xa51/xa_version.h,
2051         * device/include/errno.h,
2052         * device/include/regc515c.h,
2053         * device/lib/_itoa.c,
2054         * device/lib/_ltoa.c,
2055         * device/lib/ser_ir_cts_rts.c,
2056         * sim/ucsim/xa.src/glob.cc,
2057         * sim/ucsim/xa.src/inst_gen.cc,
2058         * sim/ucsim/xa.src/xa_bit.cc,
2059         * sim/ucsim/xa.src/xa_sfr.cc,
2060         * sim/ucsim/z80.src/inst_dd.cc,
2061         * sim/ucsim/z80.src/inst_fdcb.cc,
2062         * support/scripts/keil2sdcc.pl,
2063         * src/pic16/pic16.dsp,
2064         * src/pic16/pic16a.dsp: corrected cvs line endings
2065         * device/lib/printf_large.c: fixed bug 1057979
2066         * src/pic16/gen.c: fixed non-C standard code
2067         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2068         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2069         * support/regression/ports/mcs51/support.c: reload T1 asap
2070         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2071           pdata use and clear idata startup behaviour
2072         * support/regression/tests/bug1057979.c: added
2073
2074 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2075
2076         * device/examples/ds390/ow390/ad26.h,
2077         * device/examples/ds390/ow390/cnt1d.h,
2078         * device/examples/ds390/ow390/crcutil.c,
2079         * device/examples/ds390/ow390/ownet.h,
2080         * device/examples/ds390/ow390/owsesu.c,
2081         * device/examples/ds390/ow390/swt12.h,
2082         * device/examples/ds390/ow390/swtoper.c,
2083         * device/examples/ds390/ow390/temp10.h,
2084         * device/examples/ds390/ow390/thermodl.c,
2085         * device/examples/ds390/tinitalk/tinitalk.dsp,
2086         * device/examples/ds390/tinitalk/tinitalk.dsw,
2087         * device/examples/mcs51/clock/hw.h,
2088         * device/examples/mcs51/simple2/go.bat,
2089         * device/examples/serialcomm/windows/serial.h,
2090         * device/examples/xa51/dummy.c,
2091         * device/examples/xa51/hello.c,
2092         * device/include/80c51xa.h,
2093         * device/include/at89x051.h: corrected cvs line endings
2094
2095 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2096
2097         * src/pic16/main.c (options): added command line --gstack, to trace
2098         stack over/under flows,
2099         * added pragma 'wparam' to allow passing first byte of function
2100         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2101         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2102         call to __gstack_test function and sets up the symbol as extern,
2103         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2104         * popaop): added call to pic16_testStackOverflow,
2105         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2106         wparamList list,
2107         * (genCall, genPcall): now all parameters are passed via stack
2108         except in functions that are pass to wparam pragma in which WREG is
2109         used too,
2110         * (genPcall): REENTRANT flag is checked to see if variable prototype
2111         contains reentrant keyword, don't call a non-reentrant function, via
2112         a reentrant function pointer or vice versa, functions are never
2113         passed via WREG,
2114         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2115         D.Winkler,
2116         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2117         SIGSEGV when accessing a NULL register stucture,
2118         * (pic16_printGPointerType): modified to handle UPPER modifier for
2119         function initializers, changed prototype of function to simpler one,
2120         * (pic16_printIvalFuncPtr): check to see if function is already
2121         added in externs list,
2122         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2123         optimized a move from W to SFR with a move to the same register
2124         later after a CALL,
2125         * device/lib/pic16/debug: NEW directory, contains debug features
2126         which are enabled when linking with libdebug.lib, currently command
2127         line option --gstack enables stack pointer tracing for over/under
2128         flow, corresponding sources are in debug/gstack
2129
2130 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2131
2132         * doc/sdccman.lyx: updated SDCC version,
2133         * (PIC16 port): update list of command line options,
2134         * src/pic16/device.h (structure pic16_options_t): added field gstack
2135         to enable stack overflow tracing on push/pops,
2136         * src/pic16/device.c (statistics structure): added statistics
2137         structure,
2138         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2139         pic16_dump_int_registers): increase statistics counters for each
2140         * variable which is encountered
2141         * (pic16_dump_usection): emit each .udata variable to its own udata
2142         section,
2143         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2144         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2145         parameters via stack, otherwise use old scheme,
2146         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2147         assembler output file,
2148         * src/pic16/main.c: added command line options --gstack to enable
2149         push/pop tracing for stack overflow,
2150         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2151         instructions): added size of each instruction,
2152         * (pic16_countInstruction): estimate size of instructions in
2153         the_pFile list, inline assembly blocks are not counted,
2154         * (pic16_FixRegisterBanking): trace previous register usage, when
2155         banksel optimizations is greater than 0, don't emit a redudant
2156         banksel directive,
2157
2158 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2159
2160         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2161         * src/pic16/ralloc.c : applied same fix for pic16.
2162         * src/pic/gen.c : tidied it up a little.
2163
2164 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2165
2166         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2167         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2168
2169 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2170
2171         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2172
2173 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2174
2175         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2176         non-reentrant function __modsint in the interrupt function (thus
2177         corrupting math operations during serial I/O)
2178         * device/lib/ser_ir.c: as above, changed buffersize
2179         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2180         256.c,d for zeroing
2181         * doc/Makefile: added option -t for rsync
2182
2183 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2184
2185         * src/SDCCast.h (struct ast),
2186         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2187
2188 2004-10-20 Borut Razem <borut.razem AT siol.net>
2189
2190         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2191         package
2192
2193 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2194
2195         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2196         makefile targets,
2197         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2198         support functions to replace long sequences of MOVFF's from access
2199         bank registers to stack and vice versa,
2200         * src/pic16/device.h: added new field opt_flags, where optimization
2201         flags can be set to enable certain features,
2202         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2203         * pBlock, (genFunction, genEndFunction): surroung loop for
2204         saving/loading used registers in stack with PC_INFO pCodes,
2205         INF_LREGS. Code in between can then be optimized by pCode optimizer
2206         to support function calls,
2207         * (genDataPointerSet): fixed bug which loaded float fields in
2208         structures with corrupt data,
2209         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2210         in a standard way debug info on stderr. Feature used for developing
2211         and debugging only,
2212         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2213         obsolete chunks of code,
2214         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2215         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2216         * pic16/src/pcode.c (pic16_newpCodeInfo,
2217         * (pic16_newpCodeOpLocalRegs),
2218         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2219         feature,
2220         * (pic16_pCodeConstString): printing of the initial value of a
2221         symbol as a comment is inhibited since parsing was already done by
2222         copyStr and output is corrupt,
2223         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2224
2225 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2226
2227         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2228
2229 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2230
2231         * as/mcs51/lkarea.c: removed old K&R style,
2232           (lnksect): changed check on boundary error,
2233           (lnksect2): changed check on boundary error,
2234           (lnksect2): extend XSTK to end of page if size = 1
2235         * as/mcs51/lkmain.c: removed old K&R style,
2236           (Areas51): create l_IRAM symbol
2237         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2238         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2239           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2240         * device/lib/_mullong.c: added version to be compiled with xstack
2241         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2242         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2243         * device/lib/mcs51/crtxstack.asm: fixed comment
2244         * src/SDCCglue.c: maxInterrupts defaults to 0,
2245           (emitMaps): added pdata,
2246           (createInterruptVect): (re)moved default,
2247           (glue): added pdata,
2248           (glue): moved __start__xstack to XSTK with default size 1
2249         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2250           and options.float_rent when options.stackAuto is set,
2251           (linkEdit): only write XDATA_NAME if provided on command line
2252         * src/SDCCmem.h,
2253         * src/SDCCmem.c: added pdata
2254         * src/port.h: added pdata_name to PORT
2255         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2256           (saveRegisters, unsaveRegisters): removed usage of B,
2257           (genMinus): fixed accumulator clash,
2258           (genJumpTab): added comment, this needs another look
2259         * src/mcs51/gen.c: added check for "B in use" paranoia,
2260           added pushB() and popB()
2261         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2262           chance
2263         * src/avr/main.c,
2264         * src/ds390/main.c,
2265         * src/hc08/main.c,
2266         * src/mcs51/main.c,
2267         * src/pic/main.c,
2268         * src/pic16/main.c,
2269         * src/xa51/main.c,
2270         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2271           added PSEG (PAG,XDATA) or NULL to port specifier
2272         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2273         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2274           (_mcs51_genInitStartup): removed __start__xstack equ,
2275           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2276         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2277         * src/z80/gen.c (_rleAppend): fixed warnings
2278         * support/regression/tests/zeropad.c: added pdata test
2279         * .version: bumped to 2.4.6
2280
2281 2004-10-17 Borut Razem <borut.razem AT siol.net>
2282
2283         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2284         as a part of nightly build
2285
2286 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2287
2288         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2289         WREG holds the first byte function parameters,
2290         * (aopForSym): take special case for symbols which are in FARSPACE
2291         but in CODESPACE too,
2292         * (assignResultValue): modified to take into account _G.useWreg,
2293         * (genCall): don't use wreg for parameter passing when function is
2294         declared as reentrant, too, added optimization INCF to stack
2295         pointer when stack parameter count is 1,
2296         * (genFunction, genEndFunction): refurnished and fixed to not using
2297         wreg for passing parameters when function has varargs or is
2298         reentrant, fixed bug with symbol name compare for generating
2299         functions in absolute address,
2300         * (pic16_storeForReturn): refurnished,
2301         * (genCmp): began writing a new version of the function, not ready
2302         yet, therefore it is disabled,
2303         * (genAssign): do not read code memory when assigning a function to
2304         a pointer function,
2305         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2306         array of characters, not pointer,
2307         * (pic16initialComments): in debug mode emit an .ident directive for
2308         the assembler,
2309         * (_process_pragma): emit a new warning type (internal to pic16)
2310         when setting stack to default length, emit a similar warning when
2311         placing a function at absolute address and address is not word aligned
2312         * (_pic16_parseOptions): added 'return TRUE' statement,
2313         * (_pic16_linkEdit): if compiling a source, then add the source's
2314         file object, first in the list of objects to link,
2315
2316 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2317
2318         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2319         * src/pic/main.c : removed VC warning.
2320         * src/pic/gen.c : changed comment.
2321
2322 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2323
2324         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2325         reference to a deprecated symbol _GPTRREG was causing failure to
2326         link. Thanks G. M. Gallant for the info.
2327
2328 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2329
2330         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2331         comments for Bugs item #954788.
2332
2333 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2334
2335         * src/pic16/device.c (pic16_dump_gsection,
2336         * pic16_groupRegistersInSection): handle symbols declared to be in
2337         access bank differently,
2338         * src/pic16/gen.c (struct _G): added field resDirect,
2339         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2340         send values read from stack directly to result and don't allocate
2341         temporary values,
2342         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2343         same registers,
2344         * (pic16_sameRegsOfs): NEW,
2345         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2346         free because they were not allocated from temporary pool,
2347         * pic16_popRegFromString): workaround to fix a problem with
2348         allocating variables twice or never,
2349         * (genGenPointerGet): using PRODL instead of FSR0H,
2350         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2351         instead of FSR0H,
2352         * (genAssign): take advantage of the _G.resDirect flag,
2353         * (genCast): around line 11844, use mov2f instead of directly
2354         MOVFF'ing between operands to account for literal values,
2355         * src/pic16/genutils.c: some new debug functions for gpsim have been
2356         added,
2357         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
2358         float with integer part only,
2359         * src/pic16/main.c (_process_pragma): handle pragma udata access to
2360         place variables in access bank
2361         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
2362         updated sources to reflect recent changes in gen.c
2363
2364 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
2365
2366         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
2367         sources that searched for headers in installation path, now the
2368         device/include/pic16 is used,
2369         * src/pic16/glue.c (pic16glue),
2370         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
2371         .line directives if not in debug mode, this suppresses assembler's
2372         warnings for ignored directives
2373
2374 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2375
2376         * src/port.h: made reset_regparms prototype void parameter explicit.
2377         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
2378         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
2379         * doc/sdccman.lyx: documented warning disabling and how to use
2380           printf_large to make it print floats.
2381         * device/include/stdbool.h: NEW
2382         * device/lib/_atof.c,
2383         * device/lib/_divuint.c,
2384         * device/lib/_divulong.c,
2385         * device/lib/expf.c,
2386         * device/lib/printf_large.c,
2387         * device/lib/sincosf.c,
2388         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
2389         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
2390           a completely reentrant lib.
2391
2392 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
2393
2394         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
2395         * device/include/pic16/stdio.h: fixed bug with colon
2396
2397 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
2398
2399         * device/include/pic16/stdio.h,
2400         * device/include/pic16/stdlib.h,
2401         * device/include/pic16/math.h: NEW
2402         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
2403         declared as _naked to reduce overhead
2404         * device/lib/Makefile.in (target port-specific-objects-pic16):
2405         changed * to *.* so to ignore the CVS directory,
2406         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
2407         stacked variables back in stack,
2408         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
2409         corruption
2410
2411 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
2412
2413         * .version: bumped version number to 2.4.5
2414         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
2415         * support/Util/SDCCerr.c (messages structure): added entry for
2416         W_POSSBUG2
2417
2418         Large cumulative patch for pic16 port and libraries.
2419         * device/include/pic16/sdcc-lib.h,
2420         * device/include/pic16/stdarg.h,
2421         * device/include/asm/pic16/features.h,
2422         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
2423         * device/include/pic16/float.h: changes reentrant keyword with
2424         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
2425         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
2426         updated target build-libraries to include objects from gptr,
2427         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
2428         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
2429         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
2430         all function headings,
2431         * src/SDCCmain.c: added global parameter userIncDirsSet,
2432         * (parseCmdLine): when option -I is encountered add directory to
2433         userIncDirsSet too,
2434         * src/version.awk: added space between control and long,
2435         * src/pic16/NOTES: added some notes for the port,
2436         * src/pic16/gen.c: added prototype for mov2fp function,
2437         * (fReturnpic16[]): properly named return value registers,
2438         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
2439         * (aopForSym): added code to handle symbols with onStack flag set,
2440         symbols onStack are allocated PTRSIZE bytes,
2441         * (aopFreeAsmop): handles special case where asmops are stack objects,
2442         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
2443         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
2444         added argument lock to trace flaws in allocating temporary registers
2445         when developing port,
2446         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
2447         * (pic16_popRegFromString): reenabled allocating a direct register
2448         from string,
2449         * (assignResultValue): various beautifications,
2450         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
2451         referenced function argument,
2452         * (genIpush): reenabled to allow stacked arguments, handles only
2453         ic->parmPush iCodes,
2454         * (genCall, genPcall): major changes to allow for variable argument
2455         functions, fixed a bug with falsely restoring stack pointer after
2456         returning from call,
2457         * (genFunction): pending code for critical function,
2458         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
2459         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
2460         * (genNearPointerGet): fixed bug with indirect reading, was always
2461         reading from INDF0
2462         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
2463         pointers,
2464         * (genAddrOf): rewrote code to take address of a stacked function parameter
2465         * (genCast): fixed casting to generic pointer type,
2466         * src/pic16/gen.h: added AOP_STA,
2467         * (struct asmop): added field stk,
2468         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
2469         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
2470         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
2471         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
2472         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
2473         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
2474         generic pointers,
2475         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
2476         and library paths,
2477         * (pic16_port structure): generic pointer size is set to 3,
2478         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
2479         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
2480         compiler warning,
2481         * src/pic16/ralloc.c (allocReg): prevent allocating register when
2482         operand is an iTemp,
2483
2484 2004-09-24 Martin Helmling <mh AT octo-soft.de>
2485
2486         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
2487         * debugger/mcs51/simi.c: addapt new syntax of s51
2488
2489 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
2490
2491         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
2492         * src/pic16/pcode.c: commented out some calls to free() in order to
2493         fix bug #989576,
2494
2495 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2496
2497         * src/SDCCicode.h,
2498         * src/SDCCicode.c (isiCodeInFunctionCall),
2499         * src/avr/ralloc.c (selectSpil),
2500         * src/pic/ralloc.c (selectSpil),
2501         * src/pic16/ralloc.c (selectSpil),
2502         * src/ds390/ralloc.c (selectSpil),
2503         * src/hc08/ralloc.c (selectSpil),
2504         * src/xa51/ralloc.c (selectSpil),
2505         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
2506         stack in the middle of a function call sequence (fixes bug #1020268)
2507         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
2508         costs associated with the minimum switch case.
2509
2510 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2511
2512         * src/SDCC.lex: fixed bug #1030549
2513
2514 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2515
2516         * src/SDCCcse.h (struct cseDef),
2517         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
2518         over a function call if the CSE is derived from a symbol whose
2519         address has been taken (fixes bug #1029883)
2520         * support/regression/tests/bug-1029883: a new regression test for
2521         this bug
2522
2523 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2524
2525         * src/hc08/gen.c (emitinline): fixed bug #1029778
2526         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
2527         to a cast object is no longer a syntax error ("fixes" bug #1030006,
2528         and starts toward RFE #905167)
2529
2530 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
2531
2532         * src/pic16/gen.c (mov2f): New function to move an operand to
2533         another without considering if it is a literal or a register,
2534         * (pic16_sameRegs): don't check if they are both AOP_REG,
2535         * (AccRsh): removed andmask=0 lines,
2536         * (genLeftShift): duplicated to be improved in future versions,
2537         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
2538         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
2539         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
2540         * (pic16initMnemonics): added initialization for POC_INFSNZW,
2541         * (insertBankSwitch): fixed inserting banksel directives algorithm
2542         for instructions that follow a skip instruction, this fixes a report
2543         for broken subtraction code generation,
2544         * src/pic16/ralloc.c (deassignLRs): do not free register if current
2545         iCode is a left op, just in case result and right share the same
2546         registers
2547
2548 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2549
2550         * src/hc08/main.c,
2551         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
2552         preservation of HX
2553         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
2554         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
2555         on 2004-09-12; it was buggy
2556
2557 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
2558
2559         * src/SDCCsymt.h: removed RESULT_CHECK
2560         * src/SDCCast.c,
2561         * src/SDCCglue.c,
2562         * src/SDCCval.c,
2563         * src/pic/glue.c,
2564         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
2565
2566 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
2567
2568         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
2569         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
2570         configuration values no more rejected by compiler, they are assigned
2571         to configuration registers with a warning message instead,
2572         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
2573         the for-loop so last conf register is emitted too,
2574         * (_pic16_initPaths): link library libsdcc.lib by default,
2575         * (_hasNativeMulFor): modified test for multiplication according to
2576         Raphael Neider's remarks. Integer multiplication is also done with
2577         support functions,
2578         * device/include/pic16/pic18fregs.h: corrected type error in while
2579         testing and including 18f6720 header file
2580
2581 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
2582
2583         * src/pic16/device.h (pic16_options): removed field use_crt,
2584         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
2585         until an optimization to handle single bits is added,
2586         * (pic16_loadFSR0): moved before genUnpackBits,
2587         * (genAnd): some white lines removed,
2588         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
2589         leave_reset flags in pic16_options when using crt modules,
2590
2591 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
2592
2593         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
2594           for bugs 898889 & 979599. Also used some safer print instructions.
2595
2596 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
2597
2598         * src/pic16/device.h (pic16_options_t): added field use_crt,
2599         crt_name, no_crt,
2600         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
2601         catch a probable future bug,
2602         * src/pic16/gen.c: aopIdx function commented out,
2603         * (genAssign): commented out old code which used aopIdx,
2604         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
2605         code, added if conditionals to take into account the --use-crt
2606         command line options,
2607         * src/pic16/main.c (pic16_optionsTable): added new command line
2608         options, --use-crt= and --no-crt,
2609         * (_pic16_linkEdit): now the proper crt object is added in the
2610         linker command line except than when --no-crt is specified,
2611         * src/pic16/pcode.c,
2612         * src/pic16/pcode.h: added some structures and functions for a new
2613         optimization scheme to compansate for instruction overhead between
2614         same iCodes, this scheme is currently under development and is not
2615         working in any way,
2616         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
2617         to && operator,
2618         * device/lib/pic16/startup/crt0i.c,
2619         * device/lib/pic16/startup/crt0iz.c: added global char variable
2620         __uflags to force the generation of an idata section
2621
2622 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
2623
2624         * doc/Makefile,
2625         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
2626         * doc/sdccman.lyx: updated sdcc version to 2.4.4
2627
2628 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2629
2630         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
2631         Frieder) and clarified the default code optimization mode
2632
2633 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2634
2635         * src/SDCC.lex (doPragma, process_pragma),
2636         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
2637         "opt_code_size", and "opt_code_balanced"
2638         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
2639         regrouped options by category, added support for category headers
2640         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
2641         and "--opt-code-size"
2642         * doc/sdccman.lyx: documented these new options and pragmas
2643         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
2644         preference into account
2645
2646 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2647
2648         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
2649           geniCodePreDec): Fixed bug 904237 by generating a warning
2650         * src/SDCCerr.h,
2651         * src/SDCCerr.c: added warning W_SIZEOF_VOID
2652
2653 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
2654
2655         * src/pic/device.c : When no max ram set validate full memory range.
2656         * src/pic/pcode.c,
2657         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
2658
2659 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2660
2661         * device/lib/_gptrget.c,
2662         * device/lib/_gptrput.c: updated comment
2663         * device/lib/calloc.c,
2664         * device/lib/free.c,
2665         * device/lib/malloc.c,
2666         * device/lib/realloc.c: added LGPL, made them reentrant-safe
2667         * src/SDCCcse.c (cseBBlock),
2668         * src/SDCCicode.c (printOperand, geniCodeArray),
2669         * src/SDCCicode.h (struct operand): fixed bug 868103
2670         * support/regression/tests/bug-868103.c: added
2671         * src/SDCCast.c (searchLitOp),
2672         * src/SDCCcse.h (struct cseDef),
2673         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
2674         * src/SDCCicode.h (struct operand),
2675         * src/SDCCsymt.h (struct sym_link),
2676         * src/avr/gen.c (hasInc),
2677         * src/ds390/gen.c (hasInc),
2678         * src/hc08/gen.c (genPlusIncr, hasInc),
2679         * src/mcs51/gen.c (hasInc),
2680         * src/pic16/glue.c (pic16_printIvalChar),
2681         * src/pic16/ralloc.c (regWithIdx),
2682         * src/xa51/gen.c (hasInc) : removed warnings
2683         * src/SDCCast.c (createBlock): added comment ???
2684         * src/hc08/ralloc.c: updated comments
2685
2686 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2687
2688         * doc/sdccman.lyx: updated section on switch statements, added
2689         section about semaphore locking
2690         * doc/Makefile: added option -info for latex2html
2691         * device/lib/_gptrget.c,
2692         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
2693
2694 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2695
2696         * src/pic/device.h,
2697         * src/pic/device.c,
2698         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
2699          maxram is less than 0x100.
2700
2701 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2702
2703         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
2704
2705 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2706
2707         * src/port.h,
2708         * src/mcs51/main.c,
2709         * src/ds390/main.c,
2710         * src/z80/main.c,
2711         * src/hc08/main.c,
2712         * src/pic/main.c,
2713         * src/pic16/main.c,
2714         * src/avr/main.c,
2715         * src/xa51/main.c
2716         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
2717         a jump table is the best form for a switch statement, including
2718         automatic insertion of missing cases to make the case range
2719         continuous. Developed in collaboration with Frieder Ferlemann.
2720
2721 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2722
2723         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
2724         accumulator result if it needs sign extension
2725
2726 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2727
2728         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
2729
2730 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2731
2732         * device/lib/gbz80/printf.c,
2733         * device/lib/z80/printf.c: removed define for NULL
2734
2735 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2736
2737         * as/xa51/xa_link.c,
2738         * device/examples/ds390/ow390/ad26.c,
2739         * device/examples/ds390/ow390/cnt1d.c,
2740         * device/examples/ds390/ow390/counter.c,
2741         * device/examples/ds390/ow390/ds2480.h,
2742         * device/examples/ds390/ow390/ds2480ut.c,
2743         * device/examples/ds390/ow390/findtype.c,
2744         * device/examples/ds390/ow390/gethumd.c,
2745         * device/examples/ds390/ow390/owllu.c,
2746         * device/examples/ds390/ow390/ownetu.c,
2747         * device/examples/ds390/ow390/swt12.c,
2748         * device/examples/ds390/ow390/swtloop.c,
2749         * device/examples/ds390/ow390/temp.c,
2750         * device/examples/ds390/ow390/temp10.c,
2751         * device/examples/ds390/ow390/thermo21.c,
2752         * device/examples/ds390/ow390/tinilnk.c,
2753         * device/examples/ds390/ow390/tstfind.c,
2754         * device/examples/serialcomm/windows/serial.cpp,
2755         * device/examples/serialcomm/windows/test_serialcomm.cpp,
2756         * device/include/reg51.h: fixed line endings for cvs
2757
2758 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2759
2760         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
2761         packRegsForAccUse, packRegisters): new accumulator register
2762         packing algorithm
2763         * support/regression/ports/hc08/support.c (_putchar): suppress
2764         warning of unused variable
2765         * src/SDCCicode.c: added SWAP entry to codeTable
2766
2767 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
2768
2769         * device/lib/sprintf.c: forgot to add this file before previous commit
2770
2771 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
2772
2773         * src/pic16/gen.c (genPackBits): added operand right in function
2774         parameters, load result directly if p_type is POINTER (that is
2775         called by genNearPointerSet)
2776         * (genUnPackBits): added operand left in function parameters,
2777         * (genNearPointerGet, genNearPointerSet): prevent the loading of
2778         FSR0 if accessing bitfields,
2779
2780 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
2781
2782         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
2783           _print_format; updated printf, sprintf, vsprintf
2784         * device/include/asm/default/features.h: corrected comment/define
2785         * device/lib/Makefile.in: added sprintf.c
2786         * device/lib/libsdcc.lib: added sprintf module
2787         * device/lib/printf_large.c,
2788         * device/lib/vprintf.c,
2789         * device/lib/sprintf.c: totally refactored printf_large and vprintf
2790           into these 3 files
2791         * support/regression/Makefile: changed ALL_PORTS into a usefull default
2792         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
2793         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
2794           hc08 test
2795         * support/regression/tests/zeropad.c: define idata as data for hc08
2796
2797 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2798
2799         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
2800         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
2801         labels are referenced at least once (even if a reference is not found)
2802         * src/hc08/gen.c (emitcode): set isComment flag for comments
2803         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
2804         loads), rules 6a..6b (optimize jumps to return)
2805
2806 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2807
2808         * device/lib/acosf.c (acosf),
2809         * device/lib/asinf.c (asinf),
2810         * device/lib/atanf.c (atanf),
2811         * device/lib/ceilf.c (ceilf),
2812         * device/lib/cosf.c (cosf),
2813         * device/lib/coshf.c (coshf),
2814         * device/lib/cotf.c (cotf),
2815         * device/lib/fabsf.c (fabsf),
2816         * device/lib/floorf.c (floorf),
2817         * device/lib/log10f.c (log10f),
2818         * device/lib/logf.c (logf),
2819         * device/lib/sinf.c (sinf),
2820         * device/lib/sinhf.c (sinhf),
2821         * device/lib/sqrtf.c (sqrtf),
2822         * device/lib/tanf.c (tanf),
2823         * device/lib/tanhf.c (tanhf),
2824         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
2825         replaced all instances of "reentrant" in the library functions
2826         defined in math.h with this macro.
2827         * support/regression/tests/float_trans.c: reenabled test for hc08
2828
2829 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
2830
2831         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
2832         erroneously deleted
2833
2834 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2835
2836         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
2837         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
2838         multi-byte volatile operands are used
2839         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
2840         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
2841         initialization to area GSINIT0 so that it would always precede
2842         any static initializers in GSINIT
2843         * support/regression/tests/zeropad.c: fixed idata define for hc08
2844         * support/regression/tests/bug-927659.c,
2845         * support/regression/tests/float_trans.c: disabled tests for hc08
2846         pending missing library routines
2847         * .version: increased version number to 2.4.4 - hc08 port now passes
2848         regression tests
2849
2850
2851 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
2852
2853         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
2854         * Makefile.common.in,
2855         * as/Makefile,
2856         * as/hc08/Makefile.in,
2857         * as/mcs51/Makefile.in,
2858         * as/z80/Makefile.in,
2859         * debugger/mcs51/Makefile.in,
2860         * device/include/Makefile.in,
2861         * device/lib/Makefile.in,
2862         * doc/Makefile,
2863         * link/Makefile,
2864         * link/z80/Makefile.in,
2865         * packihx/Makefile.in,
2866         * sim/ucsim/main_in.mk,
2867         * sim/ucsim/avr.src/Makefile.in,
2868         * sim/ucsim/doc/Makefile.in,
2869         * sim/ucsim/gui.src/serio.src/Makefile.in,
2870         * sim/ucsim/hc08.src/Makefile.in,
2871         * sim/ucsim/s51.src/Makefile.in,
2872         * sim/ucsim/xa.src/Makefile.in,
2873         * sim/ucsim/z80.src/Makefile.in,
2874         * src/Makefile.in,
2875         * support/cpp2/Makefile.in,
2876         * support/librarian/Makefile,
2877         * support/makebin/Makefile: added DESTDIR to the install path proposed
2878         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
2879         * doc/sdccman.lyx: added DESTDIR documentation
2880
2881 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
2882
2883         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
2884         instruction for interrupt handlers, use fast returns when returning
2885         from high priority interrupts
2886
2887 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2888
2889         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
2890         code generation
2891         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
2892         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
2893         bugs, ported much of Bernhard's code from mcs51
2894         * src/mcs51/gen.c (genSend),
2895         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
2896         than one when calling a reentrant function
2897         * device/lib/_mullong.c: defined an alternate struct layout for big
2898         endian ports (hc08)
2899
2900 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2901
2902         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
2903         test
2904
2905 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2906
2907         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
2908         are sane and complete before asking the port its prefered parameter
2909         passing method (fixes bug #1017633)
2910         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
2911         and _ret3
2912
2913 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2914
2915         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
2916         problem in bitfields >= 8 bits.
2917
2918 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2919
2920         * src/SDCCsymt.c: undid changes that were not meant to be committed
2921
2922 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2923
2924         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
2925
2926 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2927
2928         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
2929           copied and wrong bit got inverted
2930
2931 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2932
2933         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
2934         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
2935         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
2936         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
2937         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
2938         assignments to bitfields at known addresses
2939         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
2940         reads from bitfields at known addresses
2941         * src/hc08/ralloc.c (packRegisters),
2942         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
2943         genhc08Code): optimize pointer get values used as conditionals
2944         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
2945         and branch
2946
2947 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2948
2949         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
2950         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
2951         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
2952         as conditionals
2953
2954 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2955
2956         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
2957
2958 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2959
2960         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
2961         related problems
2962
2963 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
2964
2965         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
2966
2967 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2968
2969         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
2970         mcs51 port
2971
2972 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2973
2974         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
2975
2976 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2977
2978         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
2979         cases use more compact code.
2980
2981 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
2982
2983         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
2984
2985 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2986
2987         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
2988
2989 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2990
2991         * src/SDCCsymt.h,
2992         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
2993         parameter of changePointer() from symbol* to sym_link*
2994         * src/SDCCast.c (decorateType): call changePointer() for CAST op
2995         * src/SDCCsymt.c (compareType): void* type is castable to other
2996         pointers, but not necesarily an exact match.
2997         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
2998         is no longer blindly treated as an exact match.
2999         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3000
3001 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3002
3003         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3004
3005 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3006
3007         * src/pic/gen.c,
3008         * src/pic/pcode.c,
3009         * src/pic/ralloc.h,
3010         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3011
3012 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3013
3014         * src/pic/device.c,
3015         * src/pic/device.h,
3016         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3017
3018 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3019
3020         * src/mcs51/gen.c (emitcode): fixed bug #992819
3021
3022 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3023
3024         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3025           there's no need to make it worse
3026
3027 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3028
3029         * src/mcs51/ralloc.c (deassignLR),
3030         * src/ds390/ralloc.c (deassignLR),
3031         * src/hc08/ralloc.c (deassignLR),
3032         * src/z80/ralloc.c (deassignLR),
3033         * src/pic/ralloc.c (deassignLR),
3034         * src/pic16/ralloc.c (deassignLR),
3035         * src/avr/ralloc.c (deassignLR),
3036         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3037         rlivePoint): fixed another part of bug #971834
3038
3039 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3040
3041         * src/z80/main.c: enabled "critical" keyword
3042         * src/z80/mappings.i,
3043         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3044         functions (fixes bug #979646)
3045         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3046
3047 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3048
3049         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3050           such as c:\mydir.
3051
3052 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3053
3054         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3055           doesn't disable too much optimizations
3056
3057 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3058
3059         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3060
3061 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3062
3063         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3064
3065 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3066
3067         * src/pic/gen.c tidied up tabs
3068         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3069         * src/pic/main.c tidied up tabs
3070         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3071         * src/pic/pcoderegs.c tidied up tabs
3072         * src/pic/ralloc.c tidied up tabs
3073
3074 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3075
3076         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3077         to S_FIXED for pic16 port and when symbol is not in level 0,
3078         allocate for S_REGISTER storage class and pic16 port, too,
3079         * src/pic16/device.h: prototype for checkSym,
3080         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3081         * (pic16_assignConfigWordValue): test the value and the mask to
3082         validate that the value is suitable for the configuration word,
3083         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3084         collect extern declared symbols, don't emit symbol twice, check
3085         first if symbol is in publics set first,
3086         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3087         * added command line '--fstack' which enables an experimental
3088         feature for stack access, too buggy to be used yet...
3089         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3090         * (pic16_allocDirReg): when register has storage class S_REGISTER
3091         allocate in pic16_dynAccessRegs,
3092         * device/include/pic16/pic18f????.h: modified configuration word
3093         naming convention, words started as CONFIG0H but should be CONFIG1H
3094
3095 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3096
3097         * device/include/mcs51reg.h: fixed bug 970993
3098
3099 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3100
3101         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3102         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3103         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3104         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3105         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3106         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3107           error/warning numbers,
3108           added function setWarningDisabled()
3109         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3110         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3111           _memcmp.c _memmove.c calloc.c realloc.c free.c
3112         * support/regression/tests/malloc.c: added tests for new functionality
3113         * support/regression/tests/zeropad.c: added tests for truncated initializers
3114           and initialized char arrays starting with '\x0'
3115         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3116
3117 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3118
3119         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3120
3121 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3122
3123         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3124         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3125         peephole 177.e. Thanks to anonymous
3126
3127 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3128
3129         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3130         function isn't used in the source but referenced as a
3131         variable initializer then declare it as extern in .asm file
3132
3133 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3134
3135         * .version: increased version number to 2.4.3
3136
3137         Adding version extension according to ChangeLog CVS revision
3138         * src/Makefile.in (target all): added dependency 'version.h'
3139         * (rule version.h): added rule to create version.h from ChangeLog,
3140         * (rule dep): added dependency version.h,
3141         * src/version.awk: AWK script to create version.h
3142         * src/SDCCdwarf2.c (dwWriteModule),
3143         * src/SDCCglue.c (initialComments),
3144         * src/SDCCmain.c (printVersionInfo): modified to write after
3145         version string the version extension number,
3146         * src/SDCCutil.c: included "version.h"
3147         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3148         number,
3149         * src/SDCCutil.h: added prototype for getBuildNumber
3150
3151         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3152         includeDirsSet, too,
3153         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3154         const char [] is found in function prototype...
3155
3156         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3157         moving to WREG with source is already in WREG,
3158         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3159         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3160         * (aopForSym): stack'ed symbols are partially supported, added
3161         if-clause to support symbols in FARSPACE,
3162         * (sameRegs): added test for AOP_ACC to see if registers are same,
3163         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3164         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3165         * (pic16_popRegFromString): will not allocate a new register if it
3166         doesn't find one by name, bug may have introduced...
3167         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3168         * (genIpush): revived to use pic16 port's stack,
3169         * (genAddrOf): added incomplete case for stack'ed operand,
3170         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3171         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3172         can handle multibyte operands,
3173         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3174         * (pic16initialComments): added message for MPLAB compatibility
3175         mode enabled,
3176         * src/pic16/main.h: prototype for pic16_mplab_comp,
3177         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3178         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3179         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3180         because of increased complexity of procedure,
3181         * (_process_pragma): stack pragma changed to format 'stack pos len',
3182         emit symbol '_stack_end' to conform with gplink,
3183         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3184         to search for register,
3185         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3186         PO_GPR_REGISTER,
3187         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3188         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3189         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3190         case for PO_GPR_REGISTER,
3191         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3192         dies, the new era is ahead !...
3193         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3194         pic16_dynInternalRegs,
3195         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3196         * (pic16_allocDirReg): minor optimizations and bug fixes,
3197         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3198
3199         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3200         load stack and frame pointer with address of 'stack_end' symbol
3201
3202 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3203
3204         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3205         without source code but only variable initializers
3206
3207 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3208
3209         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3210         external are not declared as extern to reduce overhead while linking
3211
3212 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3213
3214         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3215
3216 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3217
3218         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3219           Yee Keat for the patch
3220         * src/SDCCast.c (decorateType): fixed bug #979599
3221         * src/ds390/gen.h: removed local fReturnSizeDS390
3222         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3223         * src/ds390/gen.c (genAnd, genOr, genXor),
3224         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3225
3226 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3227
3228         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3229         add relFilesSet to $3, manipulate $2 to handle linking of object
3230         files without source files in command line,
3231         * device/include/pic16 (all headers): added ID location macros,
3232         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3233         entries for ID location bytes,
3234         * (pic16_assignIdByteValue): NEW,
3235         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3236         added field dumpcalltree to pic16_options_t,
3237         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3238         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3239         emitting rFalseIfx label after check_carry label,
3240         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3241         pic16_emitDIRegs), NEW
3242         * (pic16glue): dump .calltree file when option --calltree found,
3243         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3244         * (_pic16_genAssemblerPreamble): emit ID locations after
3245         configuration registers,
3246         * (pic16_linkCmd): modifications of the link command,
3247         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3248         * (pic16_pCodeInitRegisters): don't init stack registers,
3249         * (pic16_findPrevInstruction): fixed bug,
3250         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3251         bug with immediate registers,
3252         * (buildCallTree): traces stack push and pop,
3253         * (pct2): dump also stack usage for each function,
3254         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3255         * (pic16_allocDirReg): various modifications,
3256         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3257         fixed to 1,
3258
3259 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3260
3261         * src/pic16/pcode.c: removed buggy double colon
3262
3263 2004-07-01 Borut Razem <borut.razem AT siol.net>
3264
3265         * support/scripts/sdcc.nsi: added include/pic16 to setup
3266
3267 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3268
3269         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3270         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3271         target 'clean',
3272         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3273         specific command line arguments. Also added sample lkr script
3274         for placing a variable at a specific memory bank.
3275         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3276         at a specific memory bank,
3277         * (pic16_dump_isection): fixed bug which caused string literals to
3278         be omitted when dumping idata section,
3279         * (pic16_groupRegistersInSection): added code to handle registers
3280         in specific memory banks,
3281         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3282         public, all references are renamed too,
3283         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3284         AOP_DPTR2,
3285         * (pic16_storeForReturn): added case to handle when dest is WREG,
3286         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3287         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3288         pic16_rel_udata, check to see if that register is marked as being
3289         a member of a specific memory bank,
3290         * (pic16_printIvalCharPtr): added code to add string literals either
3291         to code or the idata sections,
3292         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3293         also accept the 'udata' pragma,
3294         * src/pic16/main.h: new structure types sectName and sectSym
3295         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3296         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3297         * (pic16_findPrevInstruction): fixed, it returned nothing,
3298         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3299         instruction combinations,
3300         * (pic16_FixRegisterBanking): heavily reorganised,
3301         * (pic16_AnalyzeBanking): if generating banksel directives is
3302         disabled, then don't call FixRegisterBanking at all,
3303         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3304         completely removed,
3305         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3306
3307 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3308
3309         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3310         Phuah Yee Keat <yk.phuah AT nestac.com>
3311
3312 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3313
3314         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3315         correctly the IVT even if it is relocated to some other location
3316
3317 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3318
3319         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3320         * device/include/pic16/pic18f2220.h: NEW,
3321         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3322         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3323         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3324         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3325         nodefaultlibs, ivt_loc is the location of the interrupt vector
3326         table, and nodefaultlibs signs that default libraries should not be
3327         linked in link stage,
3328         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3329         according to --ivt-loc argument,
3330         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3331         when pragma stack is found,
3332
3333 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3334
3335         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3336         256 (range check), 257 (do while), 258.a-f (bit banging
3337         f.e. on 3-wire SPI bus)
3338
3339 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3340
3341         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3342         variables used exclusively within a loop
3343
3344 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3345
3346         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3347
3348 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3349
3350         * src/SDCClrange.c (computeClash): fixed bug #971834
3351
3352 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3353
3354         * src/mcs51/gen.c (genCmp): fixed bug #975903
3355         * src/hc08/gen.c (operandsEqu),
3356         * src/ds390/gen.c (operandsEqu),
3357         * src/z80/gen.c (operandsEqu),
3358         * src/pic/gen.c (operandsEqu),
3359         * src/pic16/gen.c (operandsEqu),
3360         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
3361         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
3362
3363 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3364
3365         * src/SDCCcse.c (cseBBlock): fixed bug #966963
3366
3367 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
3368
3369         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
3370         default case in switch statement,
3371         * glue.c (pic16_initPointer): expr is initialised via decoarteType
3372         to eliminate problem with initialisation of pointers, but problem
3373         still exists,
3374         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
3375         * (emitStaticSegment): removed various lines emitting debug info,
3376         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
3377         added processor registers for utilizing EEPROM,
3378         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
3379         configurable and set 8
3380
3381 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
3382
3383         * .version: increased version number to 2.4.2,
3384
3385         Cumulative patch for pic16 port
3386         * src/pic16/device.c: changed scheme to dump initial values for
3387         variables in idata segment, all print_idata* functions were removed,
3388         now the pic16_printIval* will be called,
3389         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
3390         * _pic16_printPointerType, pic16_printPointerType,
3391         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
3392         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
3393         NEW, similar to the respective functions in SDCCglue.c,
3394         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
3395         way, emitting hex bytes,
3396         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
3397
3398 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3399
3400         * src/avr/ralloc.c (serialRegAssign),
3401         * src/xa51/ralloc.c (serialRegAssign),
3402         * src/pic/ralloc.c (serialRegAssign),
3403         * src/pic16/ralloc.c (serialRegAssign),
3404         * src/hc08/ralloc.c (serialRegAssign),
3405         * src/z80/ralloc.c (serialRegAssign),
3406         * src/ds390/ralloc.c (serialRegAssign),
3407         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
3408
3409 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3410
3411         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
3412         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
3413
3414 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
3415
3416         Cumulative patch for pic16 port:
3417         * src/pic16/device.h (typedef PIC16_device) modified fields for
3418         defining microcontrollers,
3419         * src/pic16/device.c: added new info for all devices in Pics16 array,
3420         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
3421         to be optimised out by the pCode optimiser,
3422         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
3423         specially, bug reported by G.M. Gallant,
3424         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
3425         as force'd so that cannot be optimised out by pCode optimiser,
3426         * src/pic16/pcode.c,
3427         * src/pic16/pcodepeeph.c,
3428         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
3429         they are disabled by default, but can be enabled explicit with
3430         command argument --denable-peeps, for testing,
3431         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
3432         --pomit-ivt in COMPILE_FLAGS
3433
3434 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3435
3436         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
3437           compilation on MSVC
3438
3439 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3440
3441         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
3442
3443 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3444
3445         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
3446         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
3447
3448 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
3449
3450         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
3451         would only assign 0x300001 register.
3452
3453 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
3454
3455         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
3456         in COMPILE_FLAGS. Thanks to G. Gallant for report.
3457
3458 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3459
3460         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
3461         for ds80c400
3462         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
3463         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
3464         added peephole 254 (left shift), 255 (jump table)
3465
3466 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
3467
3468         * device/lib/Makefile.in: removed comment line with model-pic16,
3469         * (target port-specific-objects-pic16): the libraries and objects
3470         are copied to the build directory form the device/lib/pic16/bin
3471         directory
3472
3473         Cumulative patch concerning pic16 port:
3474         * library directory has been re-organized,
3475         * added support for PIC18F1220,
3476         * added headers and library sources for chips 18f1220,18f6520,
3477         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
3478
3479         * configuration registers setting has changed, now each supported
3480         device has a complete description of the registers it uses,
3481         * all initialisations are moved to idata sections, these section
3482         can be absolute or relocatable,
3483         * fixed initialisation of codespace variables,
3484         * fixed warning about PCLATU and gpsim,
3485         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
3486         * (genAssign): use table reads when assigning from variables in codespace,
3487         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
3488         char/int variables placed in codespace,
3489         * (pic16_emitConfigRegs): NEW, emits a list with configuration
3490         registers set in .asm file, no need for --pomit-config-words anymore,
3491         * (pic16glue): some 8051 legacy segments are commented out
3492         (to be removed completely),
3493         * added support for alternative assembler and linker with --asm=
3494         and --link= command line arguments,
3495         * peepholes are disabled automatically in the port, no need to
3496         specify on command line,
3497         * port supports natively char/int/long multiplication, but converts
3498         all divisions to support functions,
3499         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
3500         to the file set in variable $2,
3501         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
3502         strings in ASCII format and not in hex,
3503         * ralloc.c (serialRegAssign): added a triplet of conditional calls
3504         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
3505         allocate proper register if iCodes aren't temporary,
3506
3507 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
3508
3509         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
3510
3511 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
3512
3513         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
3514         is commented out
3515
3516 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3517
3518         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
3519         computed address is reused
3520         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
3521         multi-byte bitfields
3522
3523 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3524
3525         * src/z80/gen.c: (genArrayInit): must check for pointers too
3526
3527 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3528
3529         * support/regression/tests/zeropad.c: never meant to commit the
3530           nestedstruct test: removed, added check for GCC version
3531
3532 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
3533
3534         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
3535         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
3536         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
3537           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
3538           bugs 928906 and 954082 half-empty initializers
3539         * src/SDCCsymt.h,
3540         * src/SDCCsymt.c (getAllocSize): added for above fix
3541         * src/z80/gen.c (genArrayInit): fixed bug 741044
3542         * support/regression/tests/zeropad.c: added tests
3543
3544 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
3545
3546         * src/pic16/device.c (pic16_dump_section): corrected bug which
3547         caused some symbols of the libraries to be misplaced
3548
3549 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3550
3551         * src/pic16/glue.c,
3552         * src/pic16/ralloc.h,
3553         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
3554         to fix conflict with pic port
3555
3556 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3557
3558         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
3559         externs configuration variables,
3560         * src/pic16/ralloc.h,
3561         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
3562         prototype in header, commented out some debug messages
3563
3564 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
3565
3566         * src/pic16/glue.c,
3567         * src/pic16/main.c,
3568         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
3569         for gpasm COFF object generation. Thanks to D. Hawkins for
3570         his patch info
3571
3572 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3573
3574         * src/ds390/main.c,
3575         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
3576         Brock for spotting this)
3577         * src/ds390/gen.c (genEndFunction),
3578         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
3579         interrupt handler and critical. Disable push/pop optimizations when
3580         peephole optimizations disabled.
3581
3582 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3583
3584         Updated pic16 library sources and headers.
3585         * device/lib/pic16/pic18f*/ ,
3586         * device/include/pic16/*.h: modified to handle structured SFR
3587         definitions
3588
3589 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3590
3591         * src/port.h (PORT structure): added hook initPaths, now each
3592         port can declare its own default search paths,
3593         which can been seen with the --print-search-dirs option,
3594         see pic16 port for example,
3595         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
3596         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
3597         * (doPrintSearchDirs): NEW, replaces in a central manner the
3598         printing of search dirs which was split in set*Paths functions,
3599         * (main): added call to port->initPaths and doPrintSearchDirs,
3600         * src/avr/main.c,
3601         * src/ds390/main.c,
3602         * src/hc08/main.c,
3603         * src/izt/i186.c,
3604         * src/izt/tlcs900h.c,
3605         * src/mcs51/main.c,
3606         * src/pic/main.c,
3607         * src/pic16/main.c: modified port structures to reflect addition of
3608         initPaths hook,
3609
3610         * src/pic16/device.c (regCompare): registers are finally sorted by name,
3611         * (pic16_dump_section): for registers in same address reserve memory once,
3612         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
3613         to no_banksel,
3614         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
3615         result is greater in size than right or left,
3616         * (pic16_genUMult8X8_8): there are some cases where the result can
3617         be 16 bits size, so handle these,
3618         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
3619         * (pic16_outBitC): modified to emit pcodes,
3620         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
3621         or not,
3622         * (genDivOneByte): implemented algorithm to divide 8-bits,
3623         * (genCmp): uncommented goto, but issues still exist,
3624         * (genAnd): fixed a bug with variables >8bits,
3625         * (genPackBits): optimization added that uses BCF/BSF to change a
3626         single bit,
3627         * (genAssign): fixed bug when assigning floating point literals,
3628         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
3629         __sdcc_gsinit_startup label,
3630         * src/pic16/main.c (_pic16_init): removed search directory
3631         initialisations,
3632         * (_pic16_initPaths): NEW, used to initialise search directories,
3633         * (_hasNativeMulFor): support functions for all except char/int
3634         multiplication, and char division,
3635         * (PIC16_port struct): modified entry for native mul support,
3636         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
3637         no_banksel option,
3638         * (buildCallTree): call to register_usage is ifdef'ed out,
3639
3640 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3641
3642         * device/include/string.h: applied Stas Sergeev's patch to make this
3643         header file compatible with the preprocessor -Wundef option
3644         * src/SDCCmain.c (main): abort compilation if preprocessor reports
3645         failure (fixes bug #941458)
3646
3647 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3648
3649         * src/SDCCopt.c (killDeadCode): fixed bug #907733
3650         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
3651         that the variable, not the function, should be static
3652         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
3653         to be consistent with non-literal case
3654
3655 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3656
3657         * src/SDCCast.c (isConformingBody): fixed bug #949967
3658         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
3659         convilong): fixed bug #952086
3660
3661 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3662
3663         * src/SDCCmem.c (allocVariables): fixed bug #955321
3664
3665 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3666
3667         * src/hc08/main.c (_hc08_genAssemblerEnd),
3668         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
3669         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
3670         completely eliminated the use of a temporary file
3671         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
3672         when more than one file linked
3673         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
3674
3675 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3676
3677         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
3678         which fixes bug #543481
3679         * support/regression/tests/bug-751703.c: fixed comments left from a
3680         cut and paste error
3681         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
3682         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
3683         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
3684         scopes
3685         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
3686         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
3687         are now changed to underscores in moduleName
3688
3689 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3690
3691         * as/mcs51/lkmem.c: better fix for bug #954173
3692
3693 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3694         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3695
3696         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
3697         * device/include/c8051f000.h,
3698         * device/include/c8051f120.h,
3699         * device/include/c8051f300.h,
3700         * device/include/c8051f310.h,
3701         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
3702         PWM16) and detab'ed
3703
3704 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3705
3706         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
3707         and mailing lists, doc'ed --no-peep-comments, removed reference
3708         to knoppix (newest version has no LyX/LaTeX), other minor changes
3709         * src/SDCCglue.c (glue): save 2 bytes stack space with
3710         option --main-return. The ljmp could probably be avoided too
3711
3712 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3713
3714         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
3715
3716 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3717
3718         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
3719         * src/SDCCopt.c (isLocalWithoutDef),
3720         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
3721         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
3722         (credit to Maarten Brock for patch #949363, on which this is based)
3723         * support/regression/tests/bug-751703.c: some test cases of extern used
3724         within inner scopes.
3725
3726 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3727
3728         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
3729         SPEC_STRUCT
3730         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
3731         struct definitions
3732         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
3733         dwWriteLabel): fix to create valid debugger symbols even when
3734         the module name has non-alphanumeric symbols in it
3735         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
3736         when a variable's allocation has been optimized away
3737
3738
3739 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3740
3741         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
3742         * src/hc08/main.c,
3743         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
3744         * src/mcs51/main.c,
3745         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
3746         * src/ds390/main.c,
3747         * src/z80/gen.c (z80_emitDebuggerSymbol),
3748         * src/z80/main.c,
3749         * src/pic/gen.c (pic14_emitDebuggerSymbol),
3750         * src/pic/main.c,
3751         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
3752         * src/pic16/main.c,
3753         * src/avr/gen.c (avr_emitDebuggerSymbol),
3754         * src/avr/main.c,
3755         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
3756         * src/xa51/main.c,
3757         * src/SDCCdebug.c (emitDebuggerSymbol),
3758         * src/SDCCdebug.h,
3759         * src/port.h: added a debugger struct to the port struct. Added a
3760         callback for defining debugger symbols
3761
3762         * src/SDCCast.c (createLabel),
3763         * src/SDCC.y (labeled_statement): mark all compiler generated labels
3764         with isitmp = 1
3765         * src/SDCCicode.h,
3766         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
3767         iCode back to the ast for the function
3768
3769         * src/hc08/ralloc.c (hc08_assignRegisters),
3770         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
3771         unneeded fields from the regs struct.
3772         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
3773         pushReg() & pullReg() functions instead of emitcode()
3774
3775         * src/hc08/gen.c (genLabel, genhc08Code),
3776         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
3777
3778         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
3779         debugger hooks
3780
3781         * src/hc08/gen.c (genEndFunction, genhc08Code),
3782         * src/hc08/gen.h,
3783         * src/mcs51/gen.c (genEndFunction, gen51Code),
3784         * src/mcs51/gen.h,
3785         * src/ds390/gen.c (genEndFunction, gen390Code),
3786         * src/ds390/gen.h,
3787         * src/z80/gen.c (genEndFunction, genZ80Code),
3788         * src/z80/gen.h,
3789         * src/z80/z80.h,
3790         * src/pic/gen.c (genEndFunction, genpic14Code),
3791         * src/pic/gen.h,
3792         * src/pic16/gen.c (genEndFunction, genpic16Code),
3793         * src/pic16/gen.h,
3794         * src/avr/gen.c (genEndFunction, genAVRCode),
3795         * src/avr/gen.h,
3796         * src/xa51/gen.c (genEndFunction, genXA51Code),
3797         * src/xa51/gen.h,
3798         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
3799         specific code to cdbFile.c and out of the backend code generators
3800
3801         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
3802         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
3803         starting address is now 0
3804
3805         * as/hc08/asm.h,
3806         * as/hc08/m08pst.c,
3807         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
3808         assembler directive for DWARF support
3809         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
3810
3811         * src/src.dsp,
3812         * src/Makefile.in,
3813         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
3814
3815 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3816
3817         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
3818         and inappropriate peephole optimization in jump tables
3819
3820 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3821
3822         * as/hc08/m08pst.c,
3823         * src/SDCCglue.c: sdccopt works for the hc08 port now
3824
3825 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
3826
3827         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
3828
3829 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3830
3831         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
3832
3833 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3834
3835         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
3836         rules
3837         * src/SDCCmain.c,
3838         * src/SDCCglobl.h,
3839         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
3840         comments from the peephole optimizer replacement rules
3841         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
3842         symbols
3843         * src/SDCCcse.c (updateSpillLocation),
3844         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
3845         equivalents
3846         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
3847         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
3848         objects far pointers
3849
3850 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3851
3852         * src/SDCCsymt.h: a missing part of my last change
3853         * src/pic/ralloc.c (regTypeNum),
3854         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
3855
3856 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3857
3858         * src/SDCCicode.h,
3859         * src/SDCCicode.c (aggrToPtrDclType),
3860         * src/SDCCptropt.h,
3861         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
3862         ptrPseudoSymConvert),
3863         * src/pic/ralloc.c (regTypeNum),
3864         * src/pic16/ralloc.c (regTypeNum),
3865         * src/hc08/ralloc.c (regTypeNum),
3866         * src/ds390/ralloc.c (regTypeNum),
3867         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
3868         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
3869
3870 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3871
3872         * link/z80/lkmain.c (afile),
3873         * as/hc08/lkmain.c (afile),
3874         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
3875         prevent a pointer problem when a filename has no directory and
3876         no extension specified.
3877
3878 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3879
3880         * link/z80/lkmain.c (afile): allow periods in directory names
3881         * link/z80/lkmain.c (afile),
3882         * as/mcs51/lkmain.c (afile),
3883         * as/hc08/lkmain.c (afile): allow linker script file to have an
3884         extension other than ".lnk"
3885         * link/z80/lklex.c (getfid),
3886         * link/z80/lkmain.c (parse),
3887         * as/mcs51/lklex.c (getfid),
3888         * as/mcs51/lkmain.c (parse),
3889         * as/hc08/lklex.c (getfid),
3890         * as/hc08/lkmain.c (parse): Support comments in the linker script
3891         file on lines by themselves and after filenames
3892
3893 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3894
3895         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
3896
3897 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3898
3899         * src/z80/peeph-z80.def: removed some peephole rules that don't
3900         work with multibyte arithmetic (fixed bug #937126)
3901         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
3902         to registers and not global variables
3903         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
3904         geniCodePreInc, geniCodePostDec, geniCodePreDec,
3905         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
3906         checking for assignments not internally generated (fixed bug #931895)
3907         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
3908         structure member (fixed bug #930072)
3909
3910 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3911
3912         * src/SDCCmain.c (linkEdit),
3913         * src/hc08/main.c (_hc08_parseOptions),
3914         * as/hc08/Makefile.in,
3915         * as/hc08/aslink.h,
3916         * as/hc08/asm.h,
3917         * as/hc08/m08pst.c,
3918         * as/hc08/lkrloc.c (relr, rele),
3919         * as/hc08/lkarea.c (lnkarea)
3920         * as/hc08/lkmain.c (afile, parse),
3921         * as/hc08/lkelf.c: support for ELF output
3922         * as/hc08/lks19.c (s19),
3923         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
3924
3925 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3926
3927         * as/mcs51/lkihx.c: Fixed bug #899105.
3928
3929 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3930
3931         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
3932         .dsp files from Unix to DOS.
3933
3934 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3935
3936         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
3937         function pointers; we have been compliant for several months now.
3938         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
3939         change that was accidently commented out
3940         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
3941         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
3942         bug #922319
3943
3944 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3945
3946         * src/hc08/gen.c: output of all of the internal debugging information
3947         is now controlled by the D() macro; it is disabled by default
3948
3949 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3950
3951         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
3952         harder to keep the same registers during a CAST iCode
3953         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
3954         long via int can be done in a single cast, if the signedness is
3955         correct.
3956         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
3957         putchar() in tinibios.c in ds390's library
3958
3959 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
3960
3961         * src/SDCCast.c (decorateType): fixed bug #898889,
3962         cast result of a literal complement too
3963         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
3964         fixed check for bitfields
3965
3966 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
3967
3968         * src/SDCCicode.c (geniCodeLogic): made it static,
3969         (geniCodeLogicAndOr): added in order to fix bug #905492,
3970         (ast2iCode): fixed bug #905492
3971         * support/regression/tests/bug-905492.c: added
3972         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
3973         (processParms): fixed bug #927659: don't copy parms, this will clear
3974         decorated flag
3975         * support/regression/tests/bug-927659.c: added
3976
3977 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
3978
3979         * src/SDCCast.c (addCast): don't cast float to char
3980         * device/lib/libsdcc.lib: added _memmove
3981
3982 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
3983
3984         * device/lib/large/Makefile: fixed parallel execution by
3985         replacing `make` by `$(MAKE)`
3986
3987 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3988
3989         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
3990         offsets (fixes bug #923936)
3991
3992 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
3993
3994         * device/lib/small/Makefile: fixed parallel execution by
3995         replacing `make` by `$(MAKE)`
3996
3997 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
3998
3999         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4000
4001 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4002
4003         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4004         * src/regression/Makefile: Regression test was not running.
4005
4006 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4007
4008         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4009         complement if possible
4010         * src/SDCCval.c (valComplement),
4011         * src/SDCCicode.c (operandOperation): fixed complement of literal
4012         * support/regression/tests/onebyte.c (testComplement): added
4013
4014 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4015
4016         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4017         return an optimized tree; actually replace actParm with the new tree
4018         * src/SDCCast.h: added some parantheses to remove side effects
4019         * support/regression/tests/bug-920866.c
4020
4021 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4022         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4023         Bit operands were not being handled properly in the pic14 port.
4024         (now src/regression/add.c passes again).
4025
4026 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4027
4028         * src/SDCC.y (labeled_statement): case and default no longer require
4029         a following statement (RFE #893037)
4030
4031 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4032
4033         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4034         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4035         disabled (fixes bug #916294)
4036         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4037         "mov a,acc"; patch provided by Lenny Story
4038         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4039
4040 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4041
4042         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4043         functions
4044         * src/ds390/gen.c (genFunction, genEndFunction),
4045         * src/ds390/ralloc.c (ds390_assignRegisters),
4046         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4047         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4048         pushed if there are parameters passed on the stack. Also, a cleaner
4049         way to decide if r0/r1 should be pushed/popped. (Together they fix
4050         bug #918693)
4051
4052 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4053
4054         * doc/sdccman.lyx,
4055         * device/lib/mcs51/crtpagesfr.asm,
4056         * device/lib/mcs51/crtxinit.asm,
4057         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4058         to avoid confusion with Si Lab's SFRPAGE register.
4059
4060 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4061
4062         * src/SDCCglue.c (emitMaps): allow public sfr variables
4063         * src/SDCCglue.c (initialComments): include compiler build date
4064         with compiler version and put the timestamp of the generated
4065         assembly file on a serperate line to be less confusing.
4066         * src/port.h: added genInitStartup hook
4067         * src/avr/main.c,
4068         * src/ds390/main.c,
4069         * src/hc08/main.c,
4070         * src/pic/main.c,
4071         * src/pic16/main.c,
4072         * src/xa51/main.c,
4073         * src/z80/main.c: genInitStartup initialize as NULL (default to
4074         historical behaviour)
4075         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4076         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4077         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4078         library instead of hard coding it into the compiler.
4079         * support/regression/ports/mcs51-stack-auto/spec.mk,
4080         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4081         * device/lib/mcs51/Makefile,
4082         * device/lib/small/Makefile,
4083         * device/lib/large/Makefile,
4084         * device/lib/mcs51/crtpagesfr.asm,
4085         * device/lib/mcs51/crtstart.asm,
4086         * device/lib/mcs51/crtxclear.asm,
4087         * device/lib/mcs51/crtxinit.asm,
4088         * device/lib/mcs51/crtclear.asm,
4089         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4090         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4091         and into user configurable files.
4092         * device/lib/clean.mk: clean mcs51 directory too
4093         * support/regression/tests/longlit.c: added static to T1 declaration
4094         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4095         accesses in the initialization code
4096
4097 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4098
4099         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4100         OSCTRIMVAL as noted in bug #916008
4101
4102 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4103
4104         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4105         in loops with multiple exits (reported as incorrect registers
4106         used by Martin Helmling in Sdcc-user list)
4107
4108 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4109
4110         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4111         made ds390 register extensions look less like error messages
4112
4113 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4114
4115         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4116         reported by Adam Wozniak in Sdcc-user list
4117
4118 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4119
4120         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4121         arithmetic optimizations, added debug output
4122
4123 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4124
4125         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4126         * sdcc.spec: updated and split sdcc into 3 rpms
4127         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4128         needed for literals of LEFT_OP and '+'
4129         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4130         introduced RESULT_TYPE_NOPROM
4131         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4132         left shift
4133         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4134         limited promotion to int only for '*'
4135         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4136
4137 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4138
4139         * src/pic16/gen.c (genSkip),
4140         (genc16bit2lit), (gencjneshort): commented out
4141         (is_LitOp): new helper function, checks operand type
4142         (genCmpEq): rewritten
4143
4144 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4145
4146         * support/regression/tests/bug-908454.c: added
4147
4148 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4149
4150         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4151         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4152         (geniCodeCast): cosmetic, don't preserve bit storage class
4153         (geniCodeLeftShift): added promotion
4154         (geniCodeLogic): fixed regression
4155         * src/SDCCsymt.c (computeTypeOr): accept bits too
4156         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4157
4158 2004-03-07  Borut Razem <borut.razem AT siol.net>
4159
4160         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4161
4162 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4163
4164         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4165         version of pic16_genPackRegisters which does not check if ic is a
4166         CAST operator,
4167         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4168         function cause string1.c regression test fails
4169
4170 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4171
4172         * sim/ucsim/configure.in,
4173         * sim/ucsim/configure,
4174         * sim/ucsim/doc/Makefile.in: use docdir
4175         * src/SDCC.y: fixed sbit atrributes
4176         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4177         * src/SDCCast.c (decorateType): |^& need special promotion handling
4178         * src/SDCCast.h,
4179         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4180         * src/SDCCsymt.h (computeType),
4181         * src/SDCCicode.c: computeType() needs op
4182         * src/SDCCsymt.c (checkTypeSanity),
4183         * doc/sddman.lyx: "plain" bitfields are unsigned
4184         * src/SDCCsymt.c (computeTypeOr): added
4185         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4186         |^& ops
4187         * src/SDCCval.c (val*): computeType() needs op
4188         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4189         * support/regression/tests/onebyte.c: added tests for |^&
4190
4191 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4192
4193         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4194         for writing icode into asm output.
4195
4196 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4197
4198         * src/pic16/device.c: added some debug lines enabled
4199         with macro DEBUG_CHECK,
4200         * src/pic16/genarith.c: more debug in genPlus,
4201         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4202         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4203         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4204         * (aopForSym): onStack symbols are re-placed in data memspace,
4205         and onStack flag is cleared,
4206         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4207         copy temporary pcodeop,
4208         * (genPcall): added warning for not updating PCLATU,
4209         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4210         always true for pic16 port,
4211         * (genMultOneWord): NEW, supports integer multiplication,
4212         * (genMult): modified to call genMultOneWord,
4213         * (ifxForOp): added warning when return NULL,
4214         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4215         flag is set before call to operandFromSymbol for implicit
4216         added structures,
4217         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4218         options.intlong_rent are set by default,
4219         * (_hasNativeMulFor): modified to allow port generation of integer
4220         multiplication,
4221         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4222         set regtype to REG_SFR for all registers, restricting seting the
4223         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4224
4225 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4226
4227         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4228         more than 500 times in the regression tests
4229
4230 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4231
4232         * support/Util/SDCCerr.h,
4233         * support/Util/SDCCerr.c,
4234         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4235         enumerator_list),
4236         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4237         for symbol conflicts.
4238         * support/valdiags/tests/enum.c,
4239         * support/valdiags/tests/tentdecl.c,
4240         * support/valdiags/tests/struct.c: expect possible error messages
4241         referring to original symbol definitions.
4242         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4243         * src/SDCCsymt.h,
4244         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4245
4246 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4247
4248         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4249
4250 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4251
4252         * src/pic16/ralloc.c (newReg): fixed bug #908929
4253
4254 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4255
4256         * src/ds390/gen.c: added missing #include "main.h"
4257
4258 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4259
4260         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4261         checking if symbol is already in set,
4262         * src/pic16/device.h: prototype for checkAddSym,
4263         * src/pic16/gen.c: (_G): added entry interruptvector,
4264         * (assignResultValue): removed some commented out lines,
4265         * (genFunction): check for ISR via sym->type, absolute section for
4266         interrupt code is created via a new pBlock, the goto instruction is
4267         placed now correctly at the interrupt vector position, changed all
4268         references from ivec to _G.interruptvector,
4269         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4270         is the interrupt is a high priority one, same for return from ISR,
4271         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4272         externs to calls of checkAddSym,
4273         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4274         pic16_pcode_verbose flag is set,
4275         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4276         * src/pic16/pcoderegs.c: message about how many registers are saved
4277         will only be emitted if pic16_pcode_verbose flag is set,
4278
4279 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4280
4281         * src/ds390/ralloc.h,
4282         * src/ds390/ralloc.c (ds390_regWithIdx),
4283         * src/ds390/gen.c (emitcode),
4284         * src/ds390/main.h,
4285         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4286         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4287         ds390operandCompare, getRegsRead, getRegsWritten,
4288         initializeAsmLineNode): customized instruction size calculation for
4289         ds390, started basis for some register optimizations
4290         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4291         corresponding assembly output
4292         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4293         missing push/pop of r0/r1. Optimized push/pops
4294
4295 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4296
4297         * src/mcs51/main.c (instructionSize): fixed ACALL size
4298         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4299
4300 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4301
4302         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4303         the sorting of rlist with NULL elements
4304         * (print_idataType, print_idata): NEW to create idata sections
4305         * src/pic16/device.h: idataSymSet new variable
4306         * src/pic16/gen.c (genFunction): fixed some bugs in string
4307         comparing, improved the absolute section creation for ISRs,
4308         added FSR0L/FSR0H in registers that are saved in an ISR,
4309         * (genInline): fixed the processing of inline snippets,
4310         now they undergo no process by the peephole optimizer
4311         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4312         are placed in idataSymSet,
4313         * (pic16emitStaticSeg): extern symbols are added in externs,
4314         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4315         switching when aboslute variables are placed in access bank memory
4316         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4317         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4318         commented out with #if,
4319         * (pic16_packRegisters): reintroduce the check for CAST because some
4320         symbols are not correctly handled,
4321         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4322         pCodeInstruction instead of pCode,
4323         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4324         pCodeAsmDir definition,
4325         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4326         directive, then the argument directive is emitted without the leading
4327         tab, hack for inline labels which must be in the first column,
4328         * (compareLabel,pic16_findNextInstruction),
4329         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4330         * (insertBankSwitch): modified for the new pCodeAsmDir,
4331
4332 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4333         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4334
4335         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4336         instance,
4337         * (pushSide): commented out with #if,
4338         * (assignResultValue): fixed some typos in saving
4339         registers,
4340         * (genPcall): FIXED and sync'ed with genCall,
4341         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4342         * (genNearPointerGet): fixed to handle some more cases,
4343         implementation scheme via table reads,
4344         * (genConstPointerGet): modified to access code memory correct,
4345         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4346         and improved to handle some cases
4347         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4348         instead of "RETLW" for init data
4349         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4350         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4351         variables are placed in access bank memory (<0x80 and >=0xf80),
4352         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
4353         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
4354         TBLWT_POSTDEC,TBLWT_PREINC
4355         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
4356         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
4357         directives
4358         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
4359         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
4360         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
4361         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
4362
4363 2004-02-29  Borut Razem <borut.razem AT siol.net>
4364
4365         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
4366         support/Util/findme.h, support/Util/system.h: enhance binary relative
4367         search for lib and include by using findProgramPath()
4368
4369 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4370
4371         * src/SDCCpeeph.h,
4372         * src/SDCCpeeph.c (pcDistance),
4373         * src/port.h,
4374         * src/mcs51/ralloc.h,
4375         * src/mcs51/ralloc.c (mcs51_regWithIdx),
4376         * src/mcs51/main.h,
4377         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
4378         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4379         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
4380         size calculation port specific, started basis for some register
4381         optimizations
4382         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
4383         missing push/pop of r0/r1. Optimized push/pops
4384         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
4385         * device/lib/_modsint.c (_modsint),
4386         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
4387         and stack version so regression tests pass
4388
4389 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
4390
4391         * src/Makefile.in (dep): include SLIBOBJS in dependency check
4392         * src/SDCCast.c (decorateType): catch another small optimization
4393         with '?' operator
4394         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
4395         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
4396         modified to finally use computeType() all over SDCC,
4397         see Feature Request #877103
4398         * src/SDCCval.h: cosmetic
4399         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
4400         valCompare(); regression tested in muldiv.c
4401         * support/regression/tests/muldiv.c (testMod): mod sign follows
4402         dividend only
4403
4404 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
4405
4406         * src/SDCCast.c (decorateType): fixed bug #902362
4407         * doc/INSTALL.txt: fixed install instructions for win32
4408
4409 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
4410
4411         * device/include/Makefile.in (install): fixed by replacing spaces
4412         by tabs
4413         * doc/README.txt,
4414         * doc/INSTALL.txt: updated for release
4415         * doc/sdccman.lyx: added warning for --xstack being buggy
4416
4417 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
4418
4419         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
4420         to eliminate build warnings.
4421         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
4422
4423 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
4424            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4425
4426         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
4427         removed -penable-stack, added comment for stack pragma, added
4428         warning for not initializing the stack/frame registers, removed
4429         comment at interrupts section
4430
4431         Stack is made permanent, there is no ability to disable stack usage.
4432         * src/pic16/device.h,
4433         * src/pic16/device.c: removed all references to USE_STACK macro,
4434         * src/pic16/device.c (pic16_dump_section): when no elements in
4435         rlist, free rlist before return,
4436         * (pic16_dump_int_registers): NEW, internal registers are a new set
4437         of general purpose registers reused by each function,
4438         * (checkAddReg): returns 1 if registers is added to set,
4439         * (pic16_groupRegistersInSection): when a registers is of type
4440         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
4441         * src/pic16/device.h: memRange and Assigned Memory are deleted,
4442         SRCASECMP macro is moved here from device.c
4443         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
4444         PO_PCLATU, PO_PRODL, PO_PRODH,
4445         * (pic16_pCodeOpType, genMinus,
4446         changed compares to "a" register, with AOP_ACC,
4447         * (pic16_genPlus): fixed some bugs and indented properly,
4448         * (pic16_addSign): changed size to size+offset in the MOVWF
4449         instruction,
4450         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
4451         multiply 8-bit operand by literal, result is 8-bit,
4452         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
4453         multiply 2 8-bit operand, result is 8-bit,
4454         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
4455         genUMult8X*_16,
4456         * src/pic16/gen.c: changed accUse to contain WREG only,
4457         * (pic16_emitcomment): renamed to pic16_emitpcomment,
4458         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
4459         true, do not use immediate addressing any more unless sym is a
4460         pointer in codespace,
4461         * (aopForRemat): do not use immediate addressing when symbol not in
4462         codespace and when symbol's address is requested,
4463         * (aopOp): for-loop in if(sym->accUse) is modified for the new
4464         accUse size (= 1),
4465         * (aopGet): added case for AOP_ACC and don't return "accumulator
4466         bug" but WREG instead,
4467         * (popGetTempReg): pushes contents of temporary register in stack,
4468         * (popReleaseTempReg): pops contents of temporary register from
4469         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
4470         * (pic16_popGet): separated case AOP_ACC to return register WREG
4471         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
4472         or PO_IMMEDIATE and initializes their instance/offset appropriately,
4473         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
4474         the use of immediate pointers to certain cases only.
4475
4476         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
4477         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
4478         * (assignResultValue, genCall, genRet): modified to use the new
4479         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
4480         genPcall is still broken,
4481         * (genFunction): added code to create 'A' type pBlocks when
4482         interrupt functions are generated, code not extensively tested yet,
4483         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
4484         * (genEndFunction): modified so ISRs pop stored registers from stack,
4485         * (genMultOneByte): cleanup,
4486         * (AccRsh): added flag andmask, to and result with appropriate mask,
4487         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
4488         * (genDataPointerGet): fixed and reenabled its use,
4489         * (genNearDataPointerGet): bugs fixed,
4490         * (genDataPointerSet): bugs fixed,
4491         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
4492         pic16_DumpSymbol, pic16_DumpOp,
4493         * src/pic16/genutils.h: function prototypes for the above functions,
4494         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
4495         pointers,
4496         * (pic16emitRegularMap): many many many improvements, but needs a
4497         major cleanup,
4498         * src/pic16/main.c: enable_stack in pic16_options is removed,
4499         * (_pic16_parseOptions): removed command line options -penable-stack,
4500         * (_process_pragma): emit stack symbol only when stack pragma is
4501         processed,
4502         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
4503         redirected to FSR0L/FSR0H pair,
4504         * (pic16_get_op, pic16_get_op2): modifications and improvements,
4505         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4506         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
4507         for immediates,
4508         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
4509         * (dumpPicOptype): NEW,
4510         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
4511         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
4512         with movff instruction,
4513         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
4514         added pic16_int_regs, some packRegsFor* functions are commented out,
4515         because produce errors,
4516         * src/pic16/NOTES: minor modifications
4517
4518 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4519
4520         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
4521         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
4522         --pack-iram.
4523         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
4524         * as/mcs51/lkaomf51.c: fixed bug #895763
4525
4526 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
4527
4528         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
4529
4530 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4531
4532         * doc/sdccman.lyx: added details about the HC08 storage classes and
4533         interrupts, fixed the register usage info for z80 & gbz80
4534
4535 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
4536
4537         * doc/sdccman.lyx: added more pic16 port documentation
4538         * device/include/pic16/: added header pic18fregs.h
4539
4540 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
4541
4542         * doc/sdccman.lyx: added Vangelis' contribution
4543
4544 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4545
4546         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
4547         extend to the next CALL or PCALL, not just to the next CALL.
4548
4549 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
4550
4551         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
4552
4553 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4554
4555         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
4556         bug #895752 and a better fix for bug #716790
4557
4558 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4559
4560         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
4561
4562 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4563
4564         * doc/sdccman.lyx: minor changes, minor changed
4565
4566 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
4567
4568         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
4569         which can't handle SDCC_NEWONEBYTEOPS,
4570         (geniCodeMultiply): removed conversion from mult to shift for pic14
4571         and pic16
4572
4573 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4574
4575         * src/hc08/gen.h,
4576         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
4577         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
4578         thus fixing bug #895406
4579
4580 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
4581
4582         * device/lib/_modsint.c,
4583         * device/lib/_modslong.c: sign follows divisor only
4584         * src/hc08/gen.c (genMultOneByte): if result size is 1,
4585         signs or signedness can be ignored
4586         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
4587         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
4588         added optimization for IFX,
4589         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
4590         arguments;
4591         reenabled optimization for IFX, which was removed on 2004-01-11
4592         * src/SDCCast.h: added return type IFX
4593         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
4594         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
4595         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
4596         SDCC_OLDONEBYTEOPS selects the old behaviour
4597         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
4598         changed again and commented promotion rule
4599         * src/SDCCval.c (valDiv): promotion no longer necessary
4600         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
4601         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
4602         rewritten
4603         * support/regression/tests/onebyte.c: added
4604
4605 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
4606
4607         * gen.c (genInline): reverted to old code for assemnling inline
4608         code because of bug reported James Chadd
4609
4610 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
4611
4612         * ralloc.h: missing declarations from previous patch,
4613         seems that patch for ralloc.h was never applied, fixed
4614
4615 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4616            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4617
4618         * pcode.c,
4619         * pcode.h,
4620         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
4621         indirect addressing. Marked FSR0 as deprecated
4622         * gen.c (pointerCode): commented out, not needed now
4623         (pic16_popGet2p): new MOVFF helper function
4624         (genGenPointerGet),
4625         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
4626         (shiftRLong): removed duplicate debugging info
4627
4628 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4629
4630         * src/ds390/gen.c (genNearPointerGet),
4631         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
4632         optimization with bits, but not bitfields.
4633         * src/ds390/ralloc.c (packRegisters),
4634         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
4635
4636 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
4637
4638         * src/SDCCcse.c (algebraicOpts): copy operands before modification
4639
4640 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4641
4642         * src/SDCCsymt.h,
4643         * src/SDCCicode.c (operandFromSymbol),
4644         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
4645         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
4646         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
4647         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
4648         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
4649         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
4650         bug #892038
4651         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
4652         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
4653         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
4654         * src/SDCCsymt.c (newSymbol),
4655         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4656         enumerator_list),
4657         * src/SDCCval.h,
4658         * src/SDCCval.c (newiList): fixed bug #885705
4659
4660 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4661
4662         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
4663         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
4664
4665 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4666
4667         * device/include/c8051f120.h,
4668         * device/include/c8051f300.h,
4669         * device/include/c8051f310.h: added/updated header files for Silicon
4670         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4671         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
4672         in new section Submitting patches
4673
4674 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4675
4676         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
4677         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4678         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4679         genGenPointerSet),
4680         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
4681         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4682         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4683         genGenPointerSet),
4684         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
4685         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4686         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4687         genGenPointerSet),
4688         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
4689         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4690         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4691         genGenPointerSet): fixed bug #892400
4692         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
4693         to eliminate build warnings.
4694         * src/SDCCast.c (processParms),
4695         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
4696         fixed bug 751859
4697         * support/valdiag/valdiag.py: added GCC to the list of defines active
4698         when compiling with gcc
4699
4700 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4701
4702         * support/Util/SDCCerr.h,
4703         * support/Util/SDCCerr.c,
4704         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
4705         with an incomplete type (fixed bug #883734)
4706         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
4707
4708 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4709
4710         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
4711
4712 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4713
4714         * src/SDCCast.c (decorateType),
4715         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
4716         function pointer implementation
4717         * support/regression/tests/funptrs.c: added tests to verify both forms
4718         of function pointers work correctly. Added tests to verify parameters
4719         are passed in the correct order.
4720
4721 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
4722
4723         * device.c (regCompare): registers are sorted by ascending
4724         address and increasing size,
4725         * main.c (_pic16_finaliseOptions): removed the declaration
4726         of compiler macro MCU. Now a macro of the format pic18fxxxx
4727         will be defined from the command line
4728
4729 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4730             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4731
4732         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
4733         PCOP_RLCF was overwritten!
4734         * gen.c (genSkip): commented out calls to pic16_emitcode,
4735         * (genCmpEQ): fixed "long" compares, only high word did get compared,
4736         * (genlshTwo),
4737         * (genRRC): added debugging info,
4738         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
4739         overwritten while shifting,
4740         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
4741         overwritten while shifting,
4742         * (AccLsh),
4743         * (AccRsh),
4744         * (shiftLLeftOrResult),
4745         * (shiftRLeftOrResult),
4746         * (shiftRLong),
4747         * (shiftLLong): Implemented with pic16_emitpcode
4748         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
4749         * (genLeftShift): Fixed bug, operand for shift by variable always
4750         was "and"ed with 0x0f,
4751         * (genLeftShiftLiteral),
4752         * (genrshTwo),
4753         * (genRightShiftLiteral): added debugging info,
4754         * (genrshFour): added comment,
4755         * (genRightShift): determined signedness from operand "left"
4756         instead of "result"
4757
4758 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4759
4760         * src/SDCCicode.c (geniCodeParms),
4761         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
4762         function pointers, fixed function pointer bugs #861242 and #861896
4763
4764 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4765
4766         * device/include/c8051f000.h,
4767         * device/include/c8051f120.h,
4768         * device/include/c8051f300.h: added header files for Silicon
4769         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4770
4771 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
4772
4773         * src/SDCCast.c (processParams): added new type flow and restructured
4774         (gatherAutoInit): added new type flow
4775         (addCast): cosmetic changes
4776         (getLeftResultType): added new type flow for array indices, patch
4777         provided by Stas, see FR #877103
4778         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
4779         array index patch by Stas
4780         * src/SDCCast.h: added prototype getResultTypeFromType()
4781         * src/SDCCval.h,
4782         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
4783         * src/pic/glue.c (pic14emitStaticSeg),
4784         * src/pic16/glue.c (pic16emitStaticSeg),
4785         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
4786         for initialization of symbols
4787         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
4788         * support/Util/SDCCerr.h:
4789         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
4790         * .version: bumped version number to 2.3.8
4791         * device/include/Makefile.in (install),
4792         * doc/Makefile (install): changed to 'rm `find ...`' construct to
4793         avoid warnings
4794
4795 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
4796
4797         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
4798         Slade Rich fixed an optimization bug
4799         * src/pic/pcodepeep.c,
4800         * src/pic/pcoderegs.c
4801         * doc/Makefile (install): added test for directory
4802
4803 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4804
4805         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
4806         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
4807         * src/pic/ralloc.c (getRegPtr, getRegGpr),
4808         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
4809         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
4810         * as/mcs51/asexpr.c (term),
4811         * as/hc08/asexpr.c (term): fixed bug #887146
4812
4813 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4814
4815         * src/z80/gen.c (genMult): handle single byte result product
4816         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
4817         DUMMY_READ_VOLATILE (fixed bug #886367)
4818
4819 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
4820
4821         * support/regression/tests/libmullong.c: fixed logic, on little endian
4822         hosts we ended without a mullong_wrapper()
4823
4824 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4825
4826         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
4827         virus/worm forged address usage.
4828
4829 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
4830
4831         Fixed promotion, it should be done on AST level:
4832         * src/SDCCast.c (addCast): added promotion to int
4833         (decorateType): updated call to upCast()
4834         * src/SDCCicode.c (geniCodeLeftShift): removed call to
4835         usualUnaryConversions()
4836
4837 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
4838
4839         * support/regression/tests/literalop.c (mulWrapper): Added a
4840         wrapper to remove integer overflow warnings.
4841
4842         * support/regression/tests/float_trans.c: Made work on host.
4843
4844         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
4845         location of sz80.
4846
4847         * support/regression/generate-cases.py (main): Changed from inline
4848         to a main method.
4849
4850         * doc/Makefile (install): Changed to depth first to get rid of
4851         missing directory install warning.
4852
4853         * as/Makefile (install-doc): Made work on Mac.
4854
4855 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
4856
4857         * src/SDCCast.c: added an additional type flow in decorateType() of
4858         opposite direction, see feature request #860006; it's enabled at runtime
4859         by setting the environment variable SDCC_NEWTYPEFLOW
4860         * src/SDCCast.h: changed prototype of decorateType()
4861         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
4862         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
4863         'char' to 'int' can be omitted, if both operands are 'unsigned char';
4864         see feature request #877103
4865         * src/SDCCval.c: updated call of decorateType()
4866         (valBitwise): fixed bug #882876
4867         (valMinus): added promotion
4868         (valLogicAndOr): result is unsigned
4869         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
4870         * src/SDCCsymt.c (computeType),
4871         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
4872         must not cause an unsigned operation
4873         * src/pic/glue (pic14emitRegularMap),
4874         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
4875
4876 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
4877
4878         * src/pic/pcode.c (PCodeID): commented out left over debug code
4879
4880 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
4881
4882         * support/valdiag/tests/overflow.c: added shift tests
4883         * src/pic/device.c,
4884         * src/pic/gen.c,
4885         * src/pic/gen.h,
4886         * src/pic/glue.c,
4887         * src/pic/main.c,
4888         * src/pic/pcode.c,
4889         * src/pic/pcode.h,
4890         * src/pic/pcodepeep.c,
4891         * src/pic/pcoderegs.c,
4892         * src/pic/ralloc.c,
4893         * src/pic/ralloc.h: applied patch from Slade Rich;
4894         added support for multiple code pages and multiple RAM banks on the
4895         PIC 14 port. The ASM files now no longer simply assume all the
4896         code / RAM are in the same page / bank. This means the linker can
4897         safely allocate code/RAM of separate ASM files to different pages/banks.
4898         * doc/sdccman.lyx: added Slade's tips
4899         * src/mcs51/peeph.def: fixed bug #880768
4900
4901 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4902
4903         * src/hc08/ralloc.c (rematStr): fixed bug #879282
4904         * src/SDCCast.c (decorateType): fixed bug #880197
4905
4906 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
4907
4908         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
4909         getopt.h.
4910
4911         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
4912         strtof is not part of C89 and isn't included with Mac OS X.
4913
4914 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4915
4916         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
4917         shiftL2Left2Result): fixed bug #879326
4918         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
4919         (genMultOneByte): fixed bug in signed vs unsigned multiplication
4920         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
4921         address fetch for clr instruction
4922         * device/lib/hc08/_mulint.c: created optimized assembly version
4923         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
4924
4925 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
4926
4927         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
4928         proposed in FR #877103
4929
4930 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
4931
4932         * src/SDCCval.c (cheapestVal): added missing checks
4933         * src/SDCCicode.c (usualBinaryConversions): fixed condition
4934         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
4935
4936 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
4937
4938         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
4939         equal operands
4940
4941 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
4942
4943         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
4944         loaded with the linker search paths (-L arguments) and the libraries
4945         to be linked with the current source (-l arguments). Changes
4946         currently will affect only the pic16 port.
4947         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
4948         include path the port specific paths and port specific libraries,
4949         * gplink command now contains the $3 argument,
4950         * src/pic16/device.h,
4951         * src/pic16/device.c,: structure PIC_device is made public and
4952         renamed to PIC16_device, the same for variable Pics which is renamed
4953         to Pics16. Updated all references to them.
4954         * src/pic16/glue.c (pic16glue): corrected bug with code
4955         initialization which bypassed the variable initializations block.
4956
4957         * device/lib/pic16/Makefile.rules: removed --penable-stack from
4958         COMPILE_FLAGS and added the --nostdinc option
4959
4960 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4961
4962         * device/include/mc68hc908jb8.h: Register defs for another member
4963         of the hc08 family. Contributed by Bjorn Bringert - thanks!
4964
4965 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
4966
4967         Documenting changes from previous commits.
4968         * configure.in (version 1.56),
4969         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
4970         when generating output files to configure the pic16 library,
4971         but now I've commented it out, since gputils aren't installed in the
4972         SF compile farm, so library won't compile
4973
4974         * device/lib/Makefile.in (version 1.56): initially I've added in
4975         target 'all' the prerequestive 'model-pic16' so it compiled the
4976         pic16 library, but now I've commented it out for the same reasons
4977         above,
4978         * added targets 'model-pic16' and 'objects-pic16' to compile the
4979         library
4980         * added target 'port-specific-objects-pic16' to handle the
4981         generated libraries and copy them into the build/ directory
4982         * added target 'clean-intermediate-pic16' to clean intermediate
4983         files into pic16 directory
4984         * in target 'installdirs' added line to create directory pic16 in
4985         the installation path
4986
4987         * device/include/Makefile.in (version 1.11): in target 'install'
4988         added lines to copy all header files to installation path,
4989         * in target 'installdirs' added line create directory for pic16
4990         headers in the installation path
4991
4992 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
4993
4994         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
4995          a function call
4996
4997 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
4998
4999         * configure,
5000         * device/lib/configure.in,
5001         * device/lib/configure: fixed for autoconf 2.57
5002
5003 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5004
5005         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5006         option so that it actually works. Made it specific to the z80, since
5007         the gbz80 doesn't have these kinds of I/O ports.
5008
5009 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5010
5011         * device/include/z180.h,
5012         * device/lib/_memcpy.c,
5013         * device/lib/_memmove.c,
5014         * device/lib/_mulint.c,
5015         * device/lib/ser_ir.c,
5016         * device/lib/ser_ir_cts_rts.c,
5017         * device/lib/_strcmp.c,
5018         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5019         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5020         portmode; added deprecation warning for bank= and protmode= forms.
5021         Also, guard against buffer overflow.
5022         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5023
5024 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5025
5026         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5027         changed interrupt vector table generation to only emit declared vectors.
5028         * device/include/Makefile.in: added missing backslash
5029         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5030
5031 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5032
5033         Mainly changes to support compilation of the device libraries
5034         * src/pic16/device.c: stack is allocated via symbol and not
5035         via literal number. The symbol is placed in the corresponding
5036         position of the data ram
5037         * (pic16_dump_section): relocatable and absolute uninitialized
5038         data are now emitted in sorted order to reduce section naming,
5039         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5040         weren't marked as being in the access bank,
5041
5042 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5043
5044         Added portion of GNU PIC Library under the directory
5045         device/include/pic16 and device/lib/pic16. These files
5046         contain the declarations of SFRs for the PIC18Fxx2 devices.
5047         The directory is initialized via configure from toplevel.
5048
5049 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5050
5051         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5052         the spilllocations to be compared correctly
5053
5054 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5055
5056         * src/SDCCast.c (decorateType): fixed bug introduced today
5057
5058 2004-01-12  Borut Razem <borut.razem AT siol.net>
5059
5060         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5061         doc/sdccman.lyx: upper case pragmas are deprecated
5062
5063 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5064
5065         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5066         in simpler and even better code
5067
5068 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5069
5070         * src/SDCCicode.c (operandOperation): fixed bug #874819
5071         * src/SDCCast.c (decorateType): fixed
5072         char foo (unsigned long ul) { return ul > 0; }
5073
5074 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5075
5076         * doc/sdccman.lyx: Moved and added some sections, small changes
5077         all over. Telling LaTeX to be less strict with word spacing
5078         to better keep the right margin. Changed some notes about
5079         maintainance of the ports in section 3.2.1 - is it OK like this?
5080
5081 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5082
5083         SDCC source changes:
5084         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5085         convilong): modified to inform the pic16 port that builtin functions
5086         are external
5087
5088         PIC16 PORT specific changes:
5089         * src/pic16/device.c pic16_dump_equates() added,
5090         processor registers declared internally by the port are emitted in
5091         the translation as equates,
5092         * src/pic16/gen.c: inline code is passed unprocessed to the
5093         translation,
5094         * (pic16_popGetLit2): fnuction modified to take second operand as
5095         pCodeOp pointer and not as literal,
5096         * (popRegFromIdx): prefixed with pic16_,
5097         * (pic16_popCombine2): modified to receive already allocated pCode
5098         operands,
5099         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5100         * (genFunction): initializes local stack frame and pushes on stack
5101         all the registers used by this function,
5102         * (genEndFunction): restores all registers from stack and restores
5103         stack frame,
5104         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5105         improvements,
5106         * (pic16glue): changed the program startup sequence,
5107         * added new dbName code 'A' for functions placed in absolute section
5108         * src/pic16/main.c: added function attribute _naked,
5109         * added pragma 'code' to place a fnuction at an absolute address,
5110         * added command line arguments --debug-ralloc and --pcode-verbose,
5111         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5112         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5113         * (pic16_newpCodeOpLit2): modified to take the second operand as
5114         pCodeOp pointer,
5115         * (pic16_printpBlock): modified to emit each function in a separate
5116         section,
5117         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5118         UPPER for immediate operands,
5119         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5120         instruction,
5121         * src/pic16/peeph.def: all peepholes with movff are commented out,
5122         because there is a problem in the pcode peep optimizer,
5123         * src/pic16/ralloc.c: the register allocator can now reuse local
5124         function symbols for another function. This saves register usage.
5125         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5126
5127         Added file src/pic16/NOTES with information about program writing on
5128         the current port version.
5129
5130 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5131
5132         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5133         and peephole 252 (array access)
5134
5135 2004-01-09  Borut Razem <borut.razem AT siol.net>
5136
5137         * src/SDCCmain.c : fixed #872250: -l command line defined library
5138           files are scanned before standard library files
5139
5140 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5141
5142         * src/SDCCast.c (decorateType): fixed bug #874046
5143
5144 2004-01-09  Borut Razem <borut.razem AT siol.net>
5145
5146         * support/scripts/sdcc.nsi: remove previous installation
5147
5148 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5149
5150         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5151         bytes for last interrupt vector (mcs51)
5152         * sdcc.spec: fixed typo
5153
5154 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5155
5156         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5157         gen51Code): more efficient parameter receive for --model-large
5158         ("bug" #845294)
5159
5160 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5161
5162         * src/ds390/main.c,
5163         * src/z80/main.c: added missed needLinkerScript flags (more than
5164         one port structure defined in these file)
5165         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5166         bug #795325
5167
5168 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5169
5170         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5171         * src/port.h: added flag needLinkerScript in port->linker
5172         structure to inform whether to create a .lnk file or not,
5173         * src/avr/main.c,
5174         * src/ds390/main.c,
5175         * src/hc08/main.c,
5176         * src/mcs51/main.c,
5177         * src/pic/main.c,
5178         * src/pic16/main.c,
5179         * src/xa51/main.c,
5180         * src/z80/main.c: changed appropriately to configure
5181         needLinkerScript flag
5182         * src/pic/gen.c,
5183         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5184         * src/pic/glue.c: added variable udata_section_name to
5185         override default uninitialized data segment definition for
5186         devices only with SHAREBANK memory (reported from Erik Epetrich)
5187         * (pic14emitOverlay): modified to emit a commented overlay segment
5188         directive when no overlay data exist
5189         * (picglue): modified to emit uninitialized data segment
5190         according to udata_section_name
5191         * src/pic/main.c (_pic14_parseOptions): added command line
5192         options --udata-section-name=[name] to override default
5193         udata definition name
5194         * modified _linkCmd and _asmCmd to include compiler passed
5195         arguments via -W option
5196         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5197         object file from '.rel' to '.o' in port->linker structure,
5198         changed size of fptr from 2 to 3 in port structure
5199
5200 2004-01-07  Borut Razem <borut.razem AT siol.net>
5201
5202         * support/scripts/sdcc.nsi: update PATH
5203         * support/scripts/sdcc.ico: craeted
5204
5205 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5206
5207         * device/include/Makefile.in: fix install
5208         * doc/Makefile: fix install
5209
5210 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5211
5212         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5213         in bug #860505
5214         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5215         how the function variable allocation summary is displayed; also
5216         include information about variables allocated to the overlay
5217         segment
5218
5219 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5220
5221         * as/mcs51/lkmain.c: Help about -Y option
5222         * as/mcs51/lkarea.c: Fixed gcc warnings
5223
5224 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5225
5226         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5227         fixed warning
5228         * support/valdiag/tests/overflow.c: added
5229         * src/SDCCast.c (decorateType),
5230         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5231         LEFT_OP (left shift)
5232
5233 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5234
5235         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5236         (default behaviour).
5237
5238 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5239
5240         A python script to validate compiler diagnostic messages. It can be
5241         used to verify that sdcc complains about bad c source code and
5242         gives a good location of the error.
5243         * support/valdiag/Makefile,
5244         * support/valdiag/valdiag.py,
5245         * support/valdiag/tests/*
5246
5247 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5248
5249         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5250         * src/SDCCsymt.c (newEnumType),
5251         * src/SDCCsymt.h
5252         * support/Util/SDCCerr.c,
5253         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5254         enum related bugs.
5255         * support/regression/tests/enum.c: added test for enum values that
5256         require at least 2 bytes of storage.
5257
5258 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5259
5260         * src/common.h: added ifndef/define/endif macros
5261         around the header file.
5262         Bug reported from Jesus Calvino-Fraga
5263
5264 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5265
5266         * sdcc.spec: updated
5267         * device/include/Makefile.in: don't install CVS directories
5268         * device/lib/Makefile.in: added removal of CVS directories after install
5269         * doc/Makefile: fixed install, added local_icons
5270         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5271         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5272         * src/ds390/gen.c (genRightShift): fixed bug #870788
5273         * src/SDCCast.c (decorateType): fixed bug #870781
5274
5275 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5276
5277         PIC16 port related changes:
5278         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5279         added variable stackPos,
5280
5281         * gen.c: genCall, assignResultValue: added support for
5282         pushing/retrieving function parameters to/from stack,
5283         genFunction,genEndFunction: setup stack frame for the
5284         generated function,
5285         genAddrOf: will be changed according to bug 863624
5286
5287         * added files genutils.c and genutils.h which contain gen*
5288         debugged and optimised functions extracted from gen.c
5289
5290         * glue.c: added variable 'externs' which holds extern symbols,
5291         pic16emitRegularMap: is modified to properly handle relocatable
5292          symbols under the new scheme,
5293         pic16createInterruptVect: is modified
5294         pic16printPublics: is modified to emit 'global' assembler directives,
5295         added pic16_printExterns to print extern symbols,
5296         pic16glue: initializes stack/frame pointer in the beginning of
5297         the assembly output. Temporary hack, will be corrected later,
5298         because gplink yet does not support stack and SDCC does not
5299         yet support a type of crt0.o object to create the final binary.
5300
5301         * Removed many lines that contain 8051 legacy code.
5302         * The code is finally placed under a 'code' directive.
5303         * Added port specific options.
5304
5305         * _process_pragma: simplified since now we do not need *special*
5306         include file to define SFR registers. But a separate header
5307         will be needed. This will be developed later.
5308         * _pic16_parseOptions: added, parses port specific options:
5309         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5310         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5311         --preplace-udata-with=
5312
5313         * _pic16_setDefaultOptions: modified to initialize section names,
5314         but hack is temporarly out of order since it needs improvement.
5315         * _pic16_genAssemblerPreamble: configuration words are emitted by
5316         their address instead of their name. This part is incomplete and
5317         supports only the 18Fxx2 devices. Other devices will emit an error
5318         during assembly since they do not contain the same set of config
5319         registers
5320         * _pic16_genIVT: is modified,
5321
5322         * pcode.c: added definitions for some hardware registers that are needed
5323         for stack support
5324         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5325         All PCI entries are updated. Now LFSR is supported.
5326         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5327         * added pic16_newpCodeOpLit2 to support instructions with
5328         two literal arguments
5329         * pic16_pCode2str: corrected code that emits assembler instructions
5330         with two literal operands and those that have an access bit modifier
5331         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5332         this fixes a bug which caused some labels to be lost, when an
5333         assembler directive was added, i.e. banksel,
5334         * pic16_FixRegisterBanking: improved logic that causes the insertion
5335         of bank switching,
5336         * InlineFunction: functions that are called once, are not any more
5337         inlined. This can be a port option in the future,
5338
5339         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5340
5341         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5342         hold the corresponding uninitialized symbols,
5343         * pic16_allocProcessorRegister: registers have explicit marked the
5344         accessBank field,
5345         * pic16_allocInternalRegister: registers are explicit marked as
5346         not used,
5347         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5348         processing list, so bit registers were lost,
5349         *
5350
5351         * ralloc.h: added field 'accessBank' and original symbol operand
5352         in register definition,
5353         * removed the field isMapped from register definition,
5354
5355         ** Several functions have been removed from various sources:
5356         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
5357         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
5358         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
5359         pic16_assignRelocatableRegisters
5360
5361         ** others have been introduced:
5362         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
5363         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
5364
5365 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
5366
5367         * support/scripts/inc2h.pl: changed definition of BIT_AT
5368         to emit 'sbit at' instead of 'bit at'. This was a request.
5369
5370         PIC16 port related preliminary changes:
5371         * gen.c: prefixed function popRegFromString with
5372         pic16_ and all references to it corrected
5373         * pcode.c: all pic16_pc_* hardware registers prefixed
5374         with underscore (_),
5375         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
5376         * ralloc.c: newReg(): when register is REG_SFR then
5377         set address to rIdx,
5378         pic16_allocProcessorRegister(): marks register wasUsed=0
5379         pic16_writeUsedRegs(): added a call to assign processor
5380         registers via pic16_assignFixedRegisters
5381
5382 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5383
5384         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
5385         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
5386         variables in unused register banks.  Also the SSEG is placed
5387         wherever there is enough space for it, and IDATA can be anywhere
5388         in internal RAM.  For now compile using -Wl-Y[stack_size].
5389         The mem file is different for this option as well, since it
5390         makes no sense of talking about DSEG lenght.
5391
5392 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
5393
5394         * src/SDCClrange.c: fixed bug 869095 that caused segfault
5395         in certain cases, e.g. when ROM assignment, patch provided
5396         from Albert den Haan.
5397
5398 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
5399
5400         Many signedness and type propagation fixes:
5401         * src/SDCCicode.c: made geniCodeCast() static
5402         replaced SPEC_ by IS_ (cosmetic)
5403         (operandOperation): fixed div and mod operation
5404         (usualBinaryConversions): added support for promotion of char
5405         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
5406         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
5407         (geniCodeAdd): an array index will stay unsigned, even if promoted
5408         from char to int
5409         (geniCodeArray): ditto
5410         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
5411         * src/SDCCsymt.c (computeType): added more support for char;
5412         promotion of char is selectable by promoteCharToInt, fixed signedness
5413         for all cases
5414         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5415         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5416         * src/SDCCval (val*): replaced signedness calculation by
5417         computeType()
5418         rearranged if-branches (cosmetic)
5419         (valShift): added warning W_SHIFT_CHANGED
5420         (valCompare): fixed problem with different types
5421         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
5422         * support/regression/tests/literalop.c: added many cases
5423         * support/regression/tests/ast_constant_folding.c: changed finally to
5424         'unsigned int'
5425         * .version: new year, new version: 2.3.7
5426         * src/SDCCmain.c (main): applied patch #866468
5427         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
5428         provided by Scott Bronson
5429         * doc/sdccman.lyx: updated documentation for sdcdb
5430         updated and added chapter tips
5431
5432 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5433
5434         * src/SDCCsymt.h: missing from yesterday's commits
5435
5436 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5437
5438         * src/SDCC.y (struct_or_union_specifier),
5439         * support/Util/SDCCerr.c,
5440         * support/Util/SDCCerr.h: verify that struct & union tags are used
5441         as declared.
5442
5443 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5444
5445         * src/SDCCglobl.h: missing from yesterday's commits
5446
5447 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5448
5449         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
5450         sft_attributes, struct_declaration, parameter_declaration,
5451         type_name, start_block, declaration_list),
5452         * src/SDCC.lex (check_type): support redefinition of typedef names
5453
5454 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5455
5456         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
5457         aligned xdata arrays. Erik helped me with the if clause.
5458
5459 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5460
5461         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
5462         warning
5463
5464 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5465
5466         * src/SDCCast.h,
5467         * src/SDCCast.c (newAst_),
5468         * src/SDCCicode.h,
5469         * src/SDCCicode.c (ast2iCode, newiCode),
5470         * src/SDCCglobl.h,
5471         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
5472         expr, statement, expression_statement, selection_statement,
5473         iteration_statement, expr_opt, jump_statement): foundation for tracking
5474         sequence points
5475         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
5476         point code too)
5477
5478 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5479
5480         * support/Util/SDCCerr.c,
5481         * src/SDCCast.h,
5482         * src/SDCCast.c (createCase, createDefault, decorateType),
5483         * src/SDCClabel.c (labelUnreach),
5484         * src/SDCC.y (labeled_statement, jump_statement): More improvements
5485         to error messages.
5486         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
5487         (with thanks to Stas Sergeev)
5488         * device/include/time.h,
5489         * device/lib/time.c (CheckTime): suppress unreachable code warning
5490
5491 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5492
5493         * src/SDCCast.c (createIvalCharPtr),
5494         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
5495         bug #753752)
5496         * support/regression/tests/nullstring.c: tests for these two bugs
5497
5498 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5499
5500         * support/Util/SDCCerr.h,
5501         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
5502         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
5503         about storage class and 'at' used inside struct or union
5504         * src/SDCCBBlock.c (iCodeFromeBBlock),
5505         * src/SDCCcse.c (ifxOptimize),
5506         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
5507         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
5508         printIval, emitStaticSeg, emitOverlay),
5509         * src/SDCClabel.c (deleteIfx),
5510         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
5511         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
5512         gatherAutoInit, processParms),
5513         * support/Util/SDCCerr.h,
5514         * support/Util/SDCCerr.c (werrorfl): Support for better error location
5515         reporting for post-parse errors.
5516
5517 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5518
5519         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
5520         implicit casts via union; they don't work on big endian systems
5521         (possible fix for bug #861138)
5522
5523 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5524
5525         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
5526         * src/mcs51/main.c: fixed the fix for bug #737001
5527
5528 2003-12-15  Borut Razem <borut.razem AT siol.net>
5529
5530         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
5531
5532 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5533
5534         * support/makebin/makebin.c: put output in binary mode
5535
5536 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5537
5538         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
5539         xdata and data memory on startup. Set the environment variable
5540         SDCC_NOGENRAMCLEAR to disable this.
5541         * src/mcs51/peephole.def,
5542         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
5543         (allows non-interrupt and interrupt code to safely compete for a resource
5544         without the non-interrupt code having to disable interrupts)
5545
5546 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5547
5548         * src/SDCCicode.c (geniCodeAdd),
5549         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
5550         with valFromType if type might be a pointer and host is big endian).
5551         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
5552         types, not just integer types.
5553         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
5554         multiply defined with mismatching "at" address.
5555
5556 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5557
5558         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
5559         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
5560         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
5561         with embedded nulls (fixed bug #753752)
5562
5563 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5564
5565         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
5566         Apparently this did not see much testing (endless loop)
5567
5568 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5569
5570         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
5571
5572 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5573
5574         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
5575         gracefully handle NULL memmap pointers
5576
5577 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5578
5579         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
5580         instead of deleting the iCode when an operand is volatile
5581         * src/z80/gen.c (genDummyRead),
5582         * src/mcs51/gen.c (genDummyRead),
5583         * src/ds390/gen.c (genDummyRead),
5584         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
5585         not just IC_RIGHT
5586         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
5587         * src/SDCC.y: fixed bug #850420
5588
5589 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5590
5591         Applied z80 i/o port patch from Peter Townson and fixed some operators
5592         to better handle operands in A register.
5593         * device/include/z180.h
5594         * src/SDCC.y
5595         * src/SDCCglue.c
5596         * src/z80/gen.c
5597         * src/z80/gen.h
5598         * src/z80/main.c
5599         * src/z80/peeph-z80.def
5600         * src/z80/peeph.def
5601         * src/z80/z80.h
5602
5603 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5604
5605         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
5606
5607 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5608
5609         * device/lib/hc08/_mullong.c: Removed extra #endif
5610
5611 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5612
5613         * sim/ucsim/hc08.src/inst.cc,
5614         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
5615         carries from x to h
5616         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
5617         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
5618         * device/include/stdarg.h: fixed varargs for hc08
5619         * device/lib/Makefile.in,
5620         * device/lib/hc08/Makefile,
5621         * device/lib/hc08/_mulint.c,
5622         * device/lib/hc08/_mullong.c: fixed some endian problems
5623
5624 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5625
5626         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
5627         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
5628         * device/lib/_gptrget.c,
5629         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
5630
5631 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5632
5633         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
5634         * src/SDCCast.c (astErrors): fixed bug #846007
5635         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
5636
5637 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5638
5639         * src/SDCCast.c (decorateType): disabled a transformation I added in
5640         revision 1.188 (access to fields of a structure at an absolute address);
5641         it breaks with bitfields, extern declarations, and gcse analysis.
5642         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
5643         could be assigned through a pointer, so don't complain.
5644         * src/SDCCast.c (astErrors),
5645         * src/SDCCast.h,
5646         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
5647
5648 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
5649
5650         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
5651         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
5652         output of __config directives, since gpasm now supports them
5653         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
5654         pre-processor macro, i.e. -DMCU=p18f452
5655         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
5656         and modified to handle 'cast' icode similarly to '=' icode
5657         * src/pic16/device.h (typedef struct PIC_device): added field
5658         'extMIface' to indicate that chip has external memory interface
5659         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
5660         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
5661         18F8720
5662
5663 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5664
5665         * src/SDCC.y (pointer): fixed bug #846006
5666         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
5667         * src/SDCCast.c (decorateType): fixed bug #846009
5668         * src/ds390/peeph.def,
5669         * src/ds390/gen.c (genAnd, genOr),
5670         * src/mcs51/peeph.def,
5671         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
5672
5673 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5674
5675         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
5676         * src/SDCCdflow.c
5677         * src/SDCCcse.c
5678         * src/SDCCcse.h
5679         * src/SDCCBBlock.h
5680         * src/SDCCBBlock.c
5681
5682 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
5683
5684         fixed bug #845089
5685         * src/SDCCbitv.h,
5686         * src/SDCCbitv.c: added function to free a bitvector
5687         * src/SDCClrange.h,
5688         * src/SDCClrange.c: added function to recompute the liveranges
5689         * src/avr/ralloc.c,
5690         * src/ds390/ralloc.c,
5691         * src/hc08/ralloc.c,
5692         * src/mcs51/ralloc.c,
5693         * src/pic/ralloc.c,
5694         * src/pic16/ralloc.c,
5695         * src/xa51/ralloc.c,
5696         * src/z80/ralloc.c: recompute the liveranges after register packing
5697
5698 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
5699
5700         * src/SDCCloop.c (newInduction): fixed bug #845630
5701
5702 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5703
5704         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
5705         inadvertantly left behind from my 2003-11-12 change
5706
5707 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5708
5709         Updated headers I neglected to commit yesterday.
5710         * src/SDCClrange.h,
5711         * src/SDCCicode.h
5712
5713 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5714
5715         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
5716         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
5717         * src/SDCCopt.c (eBBlockFromiCode),
5718         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
5719         the creation of the key hash table from the sequencing so it can be used
5720         earlier (for some GCSE bug fixes still pending)
5721
5722 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5723
5724         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
5725         * support/regression/tests/addsub.c: testing genPlus shortcut
5726
5727 2003-11-15  Borut Razem <borut.razem AT siol.net>
5728
5729         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
5730
5731 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5732
5733         * src/SDCCcse.c (cseBBlock): fixed bug #527779
5734         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
5735         ordering is immaterial.
5736         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
5737
5738 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5739
5740         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
5741         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
5742         (SIGSEV) of bug #840381
5743         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
5744         unlink new file before rename if new and old filenames are the same)
5745
5746 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5747
5748         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
5749         uninitialized variables) for the mcs51. Set environment variable
5750         SDCC_GENRAMCLEAR to test.
5751         xdata initialization slightly shorter
5752
5753 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5754
5755         * src/SDCCsymt.h,
5756         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
5757         #838241 & 780691 (basicly the same bug)
5758         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
5759         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
5760
5761 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
5762
5763         * src/SDCCmain.c (linkEdit): "fix" #834252
5764
5765 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5766
5767         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
5768         * src/SDCCast.h,
5769         * src/SDCC.y: fixed bug #819403
5770
5771 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5772
5773         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
5774         the reentrant attribute.
5775         * src/hc08/gen.c (genPackBits): added missing stack readjustment
5776         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
5777         simulation
5778         * src/SDCCast.c (decorateType): fixed bug with storage class not being
5779         updated during pointer dereference; f.e. ~(((char *)1)*) was being
5780         erroneously reduced to a literal.
5781         * src/hc08/ralloc.c (packRegisters, rematStr),
5782         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
5783         some cases
5784
5785 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5786
5787         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
5788         * doc/sdccman.lyx: changed from 'article' to 'book'
5789         * doc/Makefile: readded test_suite_spec and cdbfileformat
5790
5791 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
5792
5793         * device/include/stdlib.h: include malloc.h to comply with ANSI
5794         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
5795
5796 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5797
5798         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
5799         * doc/clean.mk: also remove *.out files
5800         * doc/sdccman.lyx: some additions, larger top/bottom margins
5801
5802 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5803
5804         * src/SDCC.y: fixed bug #837365
5805         * support/regression/tests/bitopcse.c
5806         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
5807         a symbol (might be valop instead)
5808         * device/lib/Makefile.in: added errno.c to HC08SOURCES
5809         * device/lib/clean.mk: added hc08 to the cleaning list
5810
5811 2003-11-04  Borut Razem <borut.razem AT siol.net>
5812
5813         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
5814           made 2003-11-04
5815         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
5816           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
5817           malloc is declared in standard stdlib.h
5818
5819 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5820
5821         * device/lib/hc08/Makefile: need to clean .rel not .o files
5822         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
5823
5824 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5825
5826         * src/port.h,
5827         * src/hc08/main.c,
5828         * src/mcs51/main.c,
5829         * src/ds390/main.c,
5830         * src/z80/main.c,
5831         * src/avr/main.c,
5832         * src/pic/main.c,
5833         * src/pic16/main.c,
5834         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
5835         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
5836         tests (which uses the port's oclsExpense function)
5837         * src/SDCC.y,
5838         * src/SDCCast.c,
5839         * src/SDCCicode.c,
5840         * src/hc08/gen.c,
5841         * src/ds390/gen.c,
5842         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
5843
5844 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5845
5846         * src/SDCCcse.c (ifxOptimize),
5847         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
5848         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
5849         deleting the IFX iCode.
5850         * src/hc08/ralloc.c: reduced unneeded slocs
5851         * src/hc08/gen.c: fixed bug in asmopToBoolean
5852
5853 2003-11-04  Borut Razem <borut.razem AT siol.net>
5854
5855         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
5856           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
5857           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
5858           transferred to configure
5859
5860 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
5861
5862         Use headers defined in the C[++] standards:
5863         * sim/ucsim/gui.src/serio.src/fileio.cc
5864         * sim/ucsim/gui.src/serio.src/frontend.cc
5865         * sim/ucsim/gui.src/serio.src/main.cc
5866         * sim/ucsim/gui.src/serio.src/posix_signal.cc
5867         * support/Util/NewAlloc.c
5868         * as/hc08/lklibr.c
5869         * as/mcs51/lklibr.c
5870         * as/z80/aslist.c
5871         * as/z80/assym.c
5872
5873 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5874
5875         * Added MSVC projects for hc08 assembler and linker:
5876         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
5877         /as/hc08/link_hc08.dsp
5878
5879 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
5880
5881         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
5882
5883 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
5884
5885         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
5886
5887 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5888
5889         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
5890
5891 2003-10-31  Borut Razem <borut.razem AT siol.net>
5892
5893         * support/cpp2/cpplib.h,
5894           support/cpp2/cpplib.c,
5895           support/cpp2/cpplex.c,
5896           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
5897           to switch _asm block preprocessing on / off. Default is
5898           #pragma preproc_asm +
5899
5900 2003-10-31  Borut Razem <borut.razem AT siol.net>
5901
5902         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
5903           when outputting comment blocks (when executed with -C option) and
5904           _asm (SDCPP specific) blocks
5905
5906 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5907
5908         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
5909
5910 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
5911
5912         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
5913
5914 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
5915
5916         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
5917         * src/SDCCast.c (decorateType): fixed bug #832664
5918
5919 2003-10-31  Borut Razem <borut.razem AT siol.net>
5920
5921         * support\cpp2\cpplex.c: fixed for SDCPP:
5922           comments(when executed with -C option) and _asm blocks
5923           were included even if they where in skipped #if block.
5924           Applied solution from GCC cpp 3.3.2
5925
5926 2003-10-31  Borut Razem <borut.razem AT siol.net>
5927
5928         * src/SDCC.lex: sdcc now understands both formats:
5929           '# <line_number> <file_name>' and
5930           '#line <line_number> <file_name>'
5931         * support/cpp2/cppmain.c: sdcpp now generates the standard
5932           '# <line_number> <file_name>' instead of former
5933           '#line <line_number> <file_name>'
5934
5935 2003-10-30  Borut Razem <borut.razem AT siol.net>
5936
5937         * support/cpp2/cpphash.h,
5938         * support/cpp2/cpplib.h
5939         * support/cpp2/cpplex.c,
5940         * support/cpp2/cppmain.c,
5941         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
5942
5943 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5944
5945         Fixed a number of problems revealed by bug #827883.
5946         * src/SDCCloop.c (loopInvariants): Spill location of the
5947         result operand should be recomputed if extracted from
5948         a loop. Also, don't extract assignments of an iTemp
5949         from a literal.
5950         * src/SDCCast.c (isConformingBody): loop reversal should
5951         not occur if the control variable is involved with a
5952         relational operator.
5953
5954 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
5955
5956         * .version: bumped to 2.3.6 to reflect the big improvements
5957         made by Erik and Klaus. Thanks!
5958
5959 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
5960
5961         Replaced the livrange code.
5962         * src/SDCClrange.c: added new LR code
5963         * src/SDCCloop.c,
5964         * src/SDCCBBlock.h: removed remainig parts from old LR code
5965         * src/ds390/ralloc.c,
5966         * src/ds390/gen.c: minor fixes to make it work with new code
5967
5968 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5969
5970         * as/hc08/asm.h,
5971         * as/hc08/lkrloc.c,
5972         * src/hc08/gen.c,
5973         * src/hc08/ralloc.c: Fix various warnings related to the hc08
5974         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
5975         (tweaked fix for bug #818696)
5976
5977 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5978
5979         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
5980
5981 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5982
5983         * src/SDCCmain.c,
5984         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
5985         * src/mcs51/gen.c (gencjneshort),
5986         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
5987         more efficient (per Scott Bronson's suggestion)
5988
5989 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5990
5991         Extended the semantics of the critical keyword to include
5992         individual statements. See RFE #827755 and #799831
5993         * src/SDCC.y
5994         * src/SDCCicode.c
5995         * src/SDCCopt.c
5996         * src/SDCCast.c
5997         * support/Util/SDCCerr.c
5998         * support/Util/SDCCerr.h
5999         * src/mcs51/gen.c
6000         * src/ds390/gen.c
6001         * src/hc08/gen.c
6002
6003 2003-10-19  Borut Razem <borut.razem AT siol.net>
6004
6005         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6006
6007 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6008
6009         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6010         Fixed bug #818696
6011         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6012         and predecrement operand is displayed
6013
6014 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6015
6016         * src/SDCCval.c (valMinus): fixed bug #826041
6017
6018 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6019
6020         Some hc08 related updates that I missed earlier
6021         * sim/ucsim/stypes.h
6022         * support/regression/ports/hc08/spec.mk
6023
6024 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6025
6026         New target "hc08" for the Motorola 68hc08 family of micros
6027
6028         * configure
6029         * configure.in
6030         * Makefile
6031         * src/hc08/*
6032         * src/SDCCmain.c
6033         * src/port.h
6034         * sim/ucsim/hc08.src/*
6035         * sim/ucsim/configure.in
6036         * src/ucsim/configure
6037         * sim/ucsim/packages_in.mk
6038         * as/hc08/*
6039         * as/Makefile
6040         * device/include/mc68hc908qy.h
6041         * device/lib/hc08/*
6042         * device/lib/Makefile.in
6043         * support/regression/ports/hc08/*
6044         * support/regression/Makefile
6045
6046 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6047
6048         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6049         regression test
6050         * src/ds390/gen.c (genCast): fixed bug #821957
6051
6052 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6053
6054         * device/lib/logf.c: "fixed" overlay bug
6055         * support/regression/ports/host/spec.mk: added m library
6056         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6057         * support/regression/tests/float_trans: added (for Eric)
6058
6059 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6060
6061         * src/mcs51/gen.c (genCpl): fixed bug
6062         http://sf.net/mailarchive/message.php?msg_id=6263915
6063
6064 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6065
6066         * src/SDCCast.c (decorateType): added extended constant folding
6067         * src/SDCCsymt.c (computeType): cleanup
6068         * src/SDCCval.c (valShift): minor optimization
6069         * support/regression/tests/ast_constant_folding.c: added
6070
6071 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6072
6073         * src/SDCCmain.c: removed some unintended changes
6074
6075 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6076
6077         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6078         * src/z80/gen.c: fixed part of bug #817589
6079         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6080
6081 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6082
6083         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6084         * src/SDCCcflow.c
6085         * src/SDCCcse.c
6086         * src/SDCCdflow.c
6087         * src/SDCClabel.c
6088         * src/SDCClrange.c
6089         * src/SDCCmem.c
6090         * src/SDCCopt.c
6091         * src/SDCCpeeph.c
6092         * src/SDCCset.c
6093         * src/avr/ralloc.c
6094         * src/ds390/ralloc.c
6095         * src/izt/ralloc.c
6096         * src/mcs51/ralloc.c
6097         * src/pic/ralloc.c
6098         * src/pic16/ralloc.c
6099         * src/xa51/ralloc.c
6100         * src/z80/ralloc.c
6101         * src/z80/gen.c: removed unused label "release:"
6102
6103 2003-10-06  Borut Razem <borut.razem AT siol.net>
6104
6105         * src/SDCC.lex: removed definition of unused variables
6106           save_optimize and save_options
6107
6108 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6109
6110         * clean.mk: removed '=' in "-maxdepth=1"
6111         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6112         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6113
6114 2003-10-06  Borut Razem <borut.razem AT siol.net>
6115
6116         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6117           my_unput() replaced by unput()
6118
6119 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6120
6121         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6122         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6123         type-punned pointer will break strict-aliasing rules"
6124         Old LR behaviour is again default; Klaus' LR can be choosen by
6125         defining the environment variable LRKLAUS
6126         * src/SDCCBBlock.h
6127         * src/SDCCloop.c
6128         * src/SDCClrange.c
6129         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6130         * clean.mk: fixed removal of files in bin/CVS/
6131         * device/lib/clean.mk: fixed removal of directories small and large
6132         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6133         * src/SDCCicode.c,
6134         * src/SDCCval.c: removed superflous test for pedantic
6135
6136 2003-10-05  Borut Razem <borut.razem AT siol.net>
6137
6138         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6139           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6140           message "unmatched #pragma SAVE and #pragma RESTORE"
6141
6142 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6143
6144         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6145           assembly, critical functions, atomic, nojtbound)
6146
6147 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6148
6149         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6150         * src/SDCCBBlock.h
6151         * src/SDCCloop.c
6152         * src/SDCCloop.h
6153         * src/SDCClrange.c
6154
6155 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6156
6157         * src/z80/gen.h,
6158         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6159         * src/mcs51/gen.h
6160         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6161         * src/ds390/gen.h
6162         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6163         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6164         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6165
6166 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6167
6168         * src/z80/gen.c (genRet): fixed bug #524753
6169         * src/z80/gen.c (genCast): fixed internal error on cast from
6170         pointer to long
6171         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6172         fix for bug #477835 to the z80
6173         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6174         for tracking iCodes in the peephole optimizer for z80
6175
6176 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6177
6178         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6179         the other part of bug #814548
6180         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6181
6182 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6183
6184         * src/SDCCcse.c: fixed part of bug #814548
6185
6186 2003-09-28  Borut Razem <borut.razem AT siol.net>
6187
6188         * src/asm.c: rewrite of printILine() to use temporary file instead
6189           a pipe
6190         * src/xa51/main.c: commented out declaration of int rewinds
6191
6192 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6193
6194         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6195
6196 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6197
6198         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6199         * src/asm.c (printILine): Fixed bug #811015
6200
6201 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6202
6203         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6204         freeing.
6205
6206 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6207
6208         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6209         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6210         to correctly handle general case of AOP_PAIRPTR
6211         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6212
6213 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6214
6215         * src/mcs51/ralloc.c (fillGaps),
6216         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6217         register positioning bug)
6218
6219 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6220
6221         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6222
6223 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6224
6225         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6226         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6227         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6228         (ralloc doesn't intentionally do this now, but perhaps later)
6229         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6230         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6231         register positioning bugs (Fixed bug #762602 and #795325)
6232         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6233         (Fixed bug #808779)
6234         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6235         lines that --i-code-in-asm generates
6236
6237 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6238
6239         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6240         trying to fclose a FILE* that was already closed.
6241
6242 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6243
6244         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6245         of const struct should be treated as if const themselves)
6246
6247 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6248
6249         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6250
6251 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6252
6253         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6254         Unix (/n) and DOS (/r/n) line terminations.
6255
6256 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6257
6258         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6259         bug #613775
6260
6261 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6262
6263         * src/mcs51/gen.c (genFunction, genEndFunction),
6264         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6265         and restore of EA so that stack offsets to parameters are
6266         correct when using both critical and reentrant/stack-auto.
6267         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6268         size (can be triggered in error if sloc is shared between
6269         different sized objects)
6270         * device/include/float.h: fixed macros to explicitly use
6271         unsigned long where needed
6272
6273 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6274
6275         Feature req. 799831: added code to allow nesting of critical functions
6276         * src/mcs51/gen.c (genFunction, genEndFunction)
6277         * src/ds390/gen.c (genFunction, genEndFunction)
6278
6279 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6280
6281         * src/SDCCsymt.c (sclsFromPtr),
6282         * src/SDCCsymt.h,
6283         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6284         support for standard C idiom of memory mapped variables; for
6285         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6286         to xdata int at 0x1234 tempvar = 1.
6287         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6288         provided by Akiya ISHIDA
6289
6290 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6291
6292         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6293         * src/SDCCval.c (constVal): added reduction from int to char
6294         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6295         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6296         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6297         to ignore the sign
6298         * support/regression/tests/shifts.c: fixed
6299
6300 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6301
6302         * src/z80/gen.c (genXor): Fixed bug #805445
6303
6304 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6305
6306         Fixed bug #621531 (const & volatile confusion in the type chain).
6307         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6308         refer to the const or volatile state of the pointer itself.
6309
6310         * src/SDCCast.c
6311         * src/SDCCglue.c
6312         * src/SDCCicode.c
6313         * src/SDCCsymt.c
6314         * src/SDCCval.c
6315         * src/SDCC.y
6316         * src/SDCCsymt.h
6317         * src/pic/gen.c
6318         * src/pic/ralloc.c
6319         * src/pic16/gen.c
6320         * src/pic16/ralloc.c
6321         * support/regression/tests/const.c
6322
6323 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6324
6325         When checking for duplicated modules, use absolute paths
6326         instead of relative paths.  Files changed:
6327
6328         * as/mcs51/lklib.c
6329         * link/z80/lklib.c
6330
6331 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6332
6333         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6334
6335 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6336
6337         * device/include/string.h: added size_t typedef, changed
6338         prototypes to use size_t, eliminated separate reentrant and
6339         non-reentrant declarations, added _memmove declaration
6340         * device/lib/_memcpy.c: changed to use size_t instead of int,
6341         changed /4 to >>2 to avoid division library call
6342         * device/lib/_memcmp.c,
6343         * device/lib/_memset.c,
6344         * device/lib/_strncat.c,
6345         * device/lib/_strncpy.c,
6346         * device/lib/_strncmp.c: changed to use size_t instead of int
6347         * device/lib/_memmove.c: new file (fixed bug #772294)
6348         * device/lib/Makefile.in: added _memmove.c
6349         * device/lib/z80/asm_strings.s: fixed bug #772290
6350         * support/regression/tests/bitfields.c: attempt to fix host assertion
6351         failure on amd64-unknown-linux2.2
6352
6353 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6354
6355         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
6356         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
6357         * as/z80/asmain.c (main): fixed bug #801766
6358
6359 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
6360
6361         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
6362         compilers
6363
6364 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6365
6366         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
6367         reported in bug #800609
6368
6369 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
6370
6371         * Top header beautifications in src/pic16 directory:
6372           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
6373           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
6374           pcoderegs.h, ralloc.c, ralloc.h
6375         * main.c: added top header and GPL license notice
6376         * pcode.c: fixed the if-conditional warning
6377
6378 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
6379
6380         * device/lib/_mullong.c: replaced int by short for gcc
6381
6382 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6383
6384         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
6385         and JUMPTABLE iCodes properly now (worked by accident before)
6386         * src/mcs51/gen.c (leftRightUseAcc),
6387         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
6388         iCode properly now. Use getSize instead of nRegs since a & b
6389         aren't part of the nRegs tally.
6390
6391 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
6392
6393         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
6394         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
6395           before instructions that use the _STATUS register
6396
6397 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
6398
6399         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
6400         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
6401         fetching of the pointer
6402         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
6403         copied from genNearPointerSet()
6404         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
6405         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
6406         If they pop r0/r1 they must be called in the opposite order than aopOp().
6407         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
6408         (resp. --stack-auto), prepared for --xstack
6409
6410 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6411
6412         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
6413
6414 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
6415
6416         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
6417         these ports have their own __sdcc_external_start()
6418
6419 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
6420
6421         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6422         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
6423         type for bits was changed. It resulted in bit variables becoming
6424         global, which is not permitted in PIC 14 assembly output.
6425
6426 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6427
6428         * doc/sdccman.lyx: various additions and updates. Rearranged sections
6429
6430 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6431
6432         Z80 and MCS51 linkers complaint if a public symbol is defined
6433         in more than one library module:
6434
6435         * as/mcs51/lklib.c
6436         * link/z80/lklib.c
6437         * as/mcs51/Makefile.in
6438
6439 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6440
6441         A few small changes that speed up the peephole optimizer.
6442
6443         * src/SDCCpeeph.c
6444
6445 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6446
6447         Try to make the peephole optimizer smarter by maintaining
6448         an association between the assembly source code and the
6449         iCodes that originated them. Put this information to use
6450         with a new peephole rule condition "notVolatile" so that
6451         the rules can be aggressive yet still safe.
6452
6453         * src/SDCCpeeph.c
6454         * src/SDCCpeeph.h
6455         * src/mcs51/gen.c
6456         * src/mcs51/peeph.def
6457
6458 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6459
6460         Fixed bug #741761
6461
6462         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
6463         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
6464         if the left or right operand symbols have the accuse flag set.
6465
6466 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6467
6468         Changed the type of the result of the ! (NOT) operator to char;
6469         previously it returned the same type as the source. This allows
6470         us to eliminate all the genFloatNot functions (all of its target
6471         implementations were very buggy) since !float can use the same
6472         code as !long now.
6473
6474         * src/SDCCicode.c (ast2iCode): ! returns char
6475         * src/mcs51/gen.c (genNot, genNotFloat),
6476         * src/ds390/gen.c (genNot, genNotFloat),
6477         * src/z80/gen.c (genNot, genNotFloat),
6478         * src/pic/gen.c (genNot, genNotFloat),
6479         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
6480
6481 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
6482
6483         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6484         1. Interrupt would not compile properly. Ensure PCLATH register is saved
6485            during interrupts. Ensure WSAVE is located at a shared bank address.
6486         2. Fixed page selection in some places
6487         3. Fixed BTFSS/C to where necessary use registers directly and not simply
6488            the registers name strings.
6489         4. Fixed "signed / unsigned compare" compiler warnings.
6490         5. The PIC port manages its own allocation of the general purpose
6491            registers, but makes no attempt to reuse them. As a result when
6492            compiling it soon runs out of general purpose registers. Some
6493            additional code was added to the files pcode.c and device.c to walk
6494            through the function call tree and rename the registers so that they
6495            get reused.
6496
6497         * src/pic/device.c
6498         * src/pic/gen.c
6499         * src/pic/glue.c
6500         * src/pic/pcode.c
6501         * src/pic/pcode.h
6502         * src/pic/ralloc.c
6503         * src/pic/ralloc.h
6504         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
6505         genPlus() & genMinus() when the result is the same as left or right
6506
6507 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6508
6509         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
6510
6511 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6512
6513         Made bitfield a distinct type from bit so that bitfields
6514         convert as per ANSI C and bits retain their traditional
6515         boolean style behaviour. Implemented bitfield support in
6516         the z80 port.
6517
6518         * src/SDCCsymt.h,
6519         * src/SDCCsymt.c,
6520         * src/SDCCast.c,
6521         * src/cdbFile.c,
6522         * src/mcs51/gen.c,
6523         * src/ds390/gen.c: bit v bitfield split
6524         * src/z80/gen.c: New support for bitfields
6525         * support/regression/tests/bitfields.c: reenabled z80,
6526         added more tests
6527
6528 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6529
6530         Rules 246.x, 247.x relate to bitfields, the others speed up
6531         access to xdata mapped I/O devices.
6532
6533         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
6534
6535 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6536
6537         Cleaned up genPackBits and genUnpackBits and added two helper
6538         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
6539         for literal assignments in genPackBits (thanks to Frieder for
6540         reminding me).
6541
6542         * src/mcs51/gen.c
6543         * src/ds390/gen.c
6544
6545 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6546
6547         Fixed bug #748310 (pointer to function type mishandled when the
6548         function name is omitted). Also fixed a SIGSEGV when a function
6549         attribute (reentrant, etc) is used on a non-function or on a
6550         function but misplaced before the parameter list.
6551
6552         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
6553         bug #748310
6554         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
6555         * support/Util/SDCCerr.h,
6556         * support/Util/SDCCerr.c: Added func attr misuse error msg
6557
6558 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6559
6560         Fixed bug #787649 by anonymous
6561         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
6562         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
6563
6564 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6565
6566         Fixed numerous bitfield problems.
6567
6568         * src/SDCC.y: More bitfield related error checking
6569         * src/SDCCsymt.h,
6570         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
6571         * support/Util/SDCCerr.h,
6572         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
6573         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6574         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6575         * support/regression/tests/bitfields.c: tests added
6576
6577 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6578
6579         Made the constant following the "interrupt" keyword optional. If
6580         omitted, the function will not automatically be given an entry
6581         in the interrupt vector table (similar to #pragma NOIV, but
6582         less syntacticly kludgy). The interrupt number is also now
6583         range checked. Also fixed a bug in the high order bit example
6584         in the manual.
6585
6586         * src/SDCC.y
6587         * src/SDCCmem.c
6588         * src/SDCCglue.c
6589         * src/SDCCsymt.h
6590         * support/Util/SDCCerr.c
6591         * support/Util/SDCCerr.h
6592         * doc/sdccman.lyx
6593
6594 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6595
6596         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
6597         * src/SDCCicode.c (operandOperation): rewritten some ops
6598         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
6599         * src/SDCCsymt.c (computeType): literals are handled the same way as any
6600         other type
6601         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
6602         be re-activated by defining REDUCE_LITERALS)
6603         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
6604         unsigned, but are signed by default
6605         * src/SDCCval.c (constVal): rearranged
6606         * src/SDCCval.c (valMod): preliminary fix
6607         * src/SDCCval.c (valCastLiteral): use TYPE_* types
6608         * support/regression/literalop.c: added, work in progress
6609
6610 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6611
6612         Generate warnings for useless declarations like "char data;"
6613         that don't do what new users expect.
6614
6615         * src/SDCC.y
6616         * support/Util/SDCCerr.h
6617         * support/Util/SDCCerr.c
6618
6619 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
6620
6621         * src/SDCCval.c (valMult): fix overflow detection of negative int
6622
6623 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6624
6625         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
6626
6627         Changes to support big endian targets:
6628
6629         * src/ports.h
6630         * src/SDCCglue.c
6631         * src/avr/main.c
6632         * src/ds390/main.c
6633         * src/izt/i186.c
6634         * src/mcs51/main.c
6635         * src/pic/main.c
6636         * src/pic16/main.c
6637         * src/xa51/main.c
6638         * src/z80/main.c
6639
6640 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
6641
6642         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
6643         * device/lib/time.c: fixed warning "integer overflow in expression"
6644
6645 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
6646
6647         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
6648         * src/SDCCval.c (constVal): changed default to signed; hex and octal
6649         constants are unsigned; added recognition of "u" flag for unsigned
6650         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
6651         * src/SDCCval.c (valDiv, valMod): fixed signdness
6652         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
6653         signedness of modulo, left and right shift
6654         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
6655         * support/Util/SDCCerr.h: added warning W_INT_OVL
6656         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
6657         * src/SDCCast.c (ast_print): improved output of constants
6658
6659 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6660
6661         Fixed some warnings when building with MSVC:
6662
6663         * as\mcs51\asdata.c
6664         * as\z80\asdata.c
6665         * as\mcs51\asm.h
6666         * as\z80\asm.h
6667         * link\z80\aslink.h
6668         * link\z80\lkdata.c
6669         * link\z80\lkeval.c
6670         * link\z80\lkgb.c
6671         * link\z80\lkihx.c
6672         * link\z80\lks19.c
6673         * link\z80\lksym.c
6674         * support\cpp2\cpplib.c
6675         * src\ds390\gen.c
6676         * src\mcs51\gen.c
6677
6678 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
6679
6680         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
6681
6682 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6683
6684         * support\librarian\clean.mk: Do not remove Makefile.
6685         * support\librarian\Makefile: added.
6686
6687 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6688
6689         Added librarian to MSVC build:
6690         * all.dsp
6691         * sdcc.dsw
6692         * support\librarian\librarian.dsp
6693
6694         'configure' not needed for librarian, removed:
6695         * support\librarian\configure
6696         * support\librarian\configure.in
6697         * support\librarian\config_in.h
6698         * support\librarian\Makefile.in
6699
6700         Hopefully these ones built the librarian and the rest of sdcc properly:
6701         * Makefile
6702         * Makefile.common.in
6703
6704         Messed up 'configure', so revert to previous version:
6705         * configure
6706         * configure.in
6707
6708 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
6709
6710         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
6711         there, while the mantissa of a double is "only" 53 bits wide.
6712
6713 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6714
6715         Adding sdcclib to the build.  MSVC project coming soon.
6716         Files added/changed:
6717
6718         * support\librarian\clean.mk
6719         * support\librarian\configure
6720         * support\librarian\configure.in
6721         * support\librarian\config_in.h
6722         * support\librarian\Makefile.bcc
6723         * support\librarian\Makefile.in
6724         * support\librarian\sdcclib.c
6725         * Makefile.bcc
6726         * Makefile
6727         * Makefile.common.in
6728         * configure
6729         * configure.in
6730
6731 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6732
6733         Linker now complaints if linked modules have conflicting options, for
6734         example, one compiled using --model-large and another one compiled with
6735         --model-small.  The following files were modified:
6736
6737         * as\mcs51\asdata.c
6738         * as\mcs51\aslink.h
6739         * as\mcs51\asm.h
6740         * as\mcs51\asmain.c
6741         * as\mcs51\asout.c
6742         * as\mcs51\i51pst.c
6743         * as\mcs51\lkdata.c
6744         * as\mcs51\lklibr.c
6745         * as\mcs51\lkmain.c
6746         * as\z80\asdata.c
6747         * as\z80\asm.h
6748         * as\z80\asmain.c
6749         * as\z80\asout.c
6750         * as\z80\z80pst.c
6751         * link\z80\aslink.h
6752         * link\z80\lkdata.c
6753         * link\z80\lklibr.c
6754         * link\z80\lkmain.c
6755         * src\SDCCglue.c
6756
6757 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6758
6759         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
6760         as/mcs51/lklibr.c: Generate a warning when a library is not found.
6761
6762 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
6763
6764         * src/z80/mappings.i: fix _mul[us][int,long] entries
6765
6766 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6767
6768         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
6769
6770 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6771
6772         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
6773         * support/regression/tests/bitopcse.c: added
6774         fixed warning:
6775         * src/avr/gen.c:
6776         * src/pic/gen.c:
6777         * src/pic16/gen.c:
6778         * src/z80/gen.c:
6779         * src/xa51/gen.c:
6780
6781 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6782
6783         added support for new library format to z80, gbz80 linkers:
6784         *link/z80/aslink.h
6785         *link/z80/lklex.c
6786         *link/z80/lklib.c
6787         *link/z80/lklist.c
6788
6789 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6790
6791         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
6792         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
6793
6794 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
6795
6796         added DUMMY_READ_VOLATILE:
6797         * src/SDCC.y:
6798         * src/avr/gen.c:
6799         * src/xa51/gen.c:
6800         * src/z80/gen.c:
6801         * src/pic/gen.c:
6802         * src/pic16/gen.c:
6803         * src/mcs51/gen.c:
6804         * src/ds390/gen.c:
6805         * src/SDCCcse.c (algebraicOpts): many improvements
6806         * src/SDCCcse.h: removed algebraicOpts()
6807         * src/SDCCicode.c (picDummyRead): added
6808
6809 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6810
6811         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
6812         "Insufficient space in data memory".
6813
6814 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6815
6816         * src/mcs51/gen.c: fixed bug #771358
6817         * src/z80/gen.c: fixed bug #759087
6818
6819 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
6820
6821         * src/pic16/glue.c: minor cleanup by Vangelis
6822
6823 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6824
6825         * device/include/regc515c.h: fixed #758477
6826         * device/lib/_gptrget.c: saving some cycles in generic pointer get
6827         * device/lib/_gptrput.c: saved a few bytes
6828         * my tab spacing is 8, yours too?)
6829         * device/lib/_ser.c: process RX bytes earlier than TX bytes
6830         * device/lib/serial.c: process RX bytes earlier than TX bytes
6831         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
6832
6833 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6834
6835         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
6836
6837 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6838
6839     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
6840
6841 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
6842
6843         * device/lib/Makefile.in: bad fix, reverted to 1.43
6844
6845 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
6846
6847         * device/lib/Makefile.in: added missing z80 object files
6848
6849 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
6850
6851         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
6852         pic16 progress by Vangelis:
6853         * src/SDCCglobl.h:
6854         * src/SDCCmain.c:
6855         * src/pic/Makefile:
6856         * src/pic:
6857         * pic/Makefile:
6858         * pic16/device.c:
6859         * pic16/device.h:
6860         * pic16/gen.c:
6861         * pic16/gen.h:
6862         * pic16/genarith.c:
6863         * pic16/glue.c:
6864         * pic16/main.c:
6865         * pic16/pcode.c:
6866         * pic16/pcode.h:
6867         * pic16/pcodepeep.c:
6868         * pic16/peeph.def:
6869
6870 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6871
6872     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
6873
6874 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6875
6876     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
6877     added gbz80 build to MSVC project.
6878     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
6879     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
6880     from 8051 stuff and setup so it links using a .lnk file.
6881
6882 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6883
6884     * support/librarian/sdcclib.c: sdcc librarian.
6885     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
6886     with sdcclib.
6887
6888 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6889
6890     * as/mcs51/lkmain.c: properly handle extensions in function afile.
6891
6892 2003-07-02  Borut Razem <borut.razem AT siol.net>
6893
6894         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
6895         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
6896         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
6897         src/xa51/main.c, src/z80/main.c:
6898         virtualization of glue() function: each port has it's own glue function,
6899         which is accessed by do_glue function pointer in PORT.general structure
6900
6901 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
6902
6903         * DS800C400 fun, improved ROM interface and tinibios.
6904
6905 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
6906
6907         * More support for DS80C400. Now includes beginning of interface to ROM.
6908
6909 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
6910
6911         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
6912
6913 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6914
6915         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
6916
6917 2003-06-19  Borut Razem <borut.razem AT siol.net>
6918
6919         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
6920
6921 2003-06-19  Borut Razem <borut.razem AT siol.net>
6922
6923         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
6924         fixed Z80 port - crt0.o: cannot open.
6925
6926 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
6927
6928         * support/Util/MySystem.c (merge_command): revert bad fix
6929
6930 2003-06-18  Borut Razem <borut.razem AT siol.net>
6931
6932         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
6933
6934 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6935
6936         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
6937         option --use-stdout sends errors to stdout instead of stderr.
6938
6939 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
6940
6941         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
6942
6943 2003-06-15  Borut Razem <borut.razem AT siol.net>
6944
6945         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
6946         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
6947         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
6948         fixed width array of pointers replaced with sets;
6949         multiple include and lib paths ared transferred to preprocessor and linker
6950         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
6951         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
6952         fixed width array of pointers
6953         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
6954         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
6955         fixupPath(), getPathDifference()
6956         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
6957         fixed width array of pointers
6958
6959 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
6960
6961         * src/pic16/ralloc.c: fix warnings
6962         * src/pic16/pcode.c: fix warning
6963
6964 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
6965
6966          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
6967         know all the details, but essentially this set of changes enable
6968         the pic16 port to generate movff instructions and generate assembler
6969         directives,
6970         * src/SDCCmain.c:
6971         * src/pic16/gen.c:
6972         * src/pic16/glue.c:
6973         * src/pic16/pcode.c:
6974         * src/pic16/device.c:
6975         * src/pic16/main.c:
6976         * src/pic16/pcode.h:
6977         * src/pic16/pcoderegs.c:
6978         * src/pic16/ralloc.c:
6979         * src/pic16/ralloc.h:
6980
6981 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6982
6983         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
6984         added option --vc, so sdcc errors and warnings are compatible with
6985         Microsoft Visual Studio.
6986
6987 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6988
6989         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
6990           device/lib/libfloat.lib: added atof function.
6991
6992 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
6993
6994         * doc/sdccman.lyx: updated to Lyx 1.3
6995         * doc/cdbfileformat.lyx: updated to Lyx 1.3
6996         * doc/test_suite_spec.lyx: updated to Lyx 1.3
6997         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
6998
6999 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7000
7001         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7002
7003 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7004
7005         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7006           additions to the "related tools/documentation" section
7007
7008 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7009
7010         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7011
7012 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7013
7014         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7015         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7016
7017 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7018
7019         * doc/sdccman.lyx: fix double dash and other minor things
7020         * doc/Makefile: fix double dash
7021
7022 2003-05-28  Karl Bongers(patches from Martin Helmling)
7023         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7024           condition and ignore commands.
7025
7026 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7027
7028         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7029           is in parts still quite out of date, I did changes as far as I felt makes sense
7030           for a non-native english speaker.
7031           Please feel free to add to the manual or to correct my changes.
7032         * doc/Makefile: undid touching the date of intermediate tex files.
7033
7034 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7035
7036         * doc/sdccman.lyx: Manual has an index now
7037
7038 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7039
7040         Finalize muluint/mulsint and mululong/mulslong merging:
7041         * device/lib/_mulint.c
7042         * device/lib/_mullong.c
7043         * device/lib/gbz80/mul.s
7044         * device/lib/gbz80/stubs.s
7045         * device/lib/z80/mul.s
7046         * device/lib/z80/stubs.s
7047         * src/SDCCsymt.c (initCSupport)
7048
7049 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7050
7051         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7052         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7053           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7054           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7055           instead of /Zm500.
7056
7057 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7058
7059         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7060           the regression tests I'm not brave enough to enable 245.b, 245.c
7061         * doc/sdccman.lyx: added latex preamble for hyperref package.
7062           Using pdflatex this will give you a hyperlinked pdf file with
7063           bookmarks. (prepend '%' before /usepackage if this breaks something)
7064
7065 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7066
7067          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7068
7069 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7070
7071         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7072
7073 2003-05-21    <johan AT balder>
7074
7075         * src/SDCCglue.c (printIval): fixed bug #739934
7076
7077 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7078
7079         Applied patch from bug 737905 (renamed yylineo to mylineno):
7080         * src/altlex.c
7081         * src/SDCCast.c
7082         * src/SDCglobl.h
7083         * src/SDCC.lex
7084         * src/SDCCsymt.c
7085         * src/SDCCval.c
7086         * src/pic16/pcode.c: Cleaned warnings
7087         * src/pic16/pcodeflow.c: Cleaned warnings
7088         * src/pic16/pcoderegs.c: Cleaned warnings
7089
7090 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7091
7092         * src/pic16/pcode.c: Cleaned warnings
7093         * src/pic16/pcodepeep.c: Cleaned warnings
7094         * src/pic16/ralloc.c: Cleaned warnings
7095
7096 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7097
7098         * doc/sdccman.lyx: fixed bug 739745
7099         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7100
7101 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7102
7103         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7104         it can be defined with CFLAGS when running configure
7105         * src/SDCCmain.c: fixed compiling + linking with object files
7106
7107 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7108
7109         * configure.in: configure for pic16 port,
7110             added --disable-pic16-port
7111         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7112         * src/SDCCmain.c: linkOptions is changed to set *,
7113             added if/endif conditional macros to remove options help
7114             messages from optionsTable when a port is not configured, added
7115             support for the PIc16 port in the ports table, when executing
7116             the compiler with no port specified on command line, a default
7117             port is selected with the new macro DEFAULT_PORT which is
7118             defined in port.h, in setDefaultOptions() linkOptions is removed
7119             from initialization assignment, since now it is a set,
7120             parseCmdLine uses setParseWithComma for linkOptions, in
7121             linkEdit() linkOptions are accessed with new function indexSet()
7122             which returns the i'th item of a set variable. See SDCCset.c, in
7123             linkEdit() when calling buildCmdLine(), added linkOptions as
7124             last argument. Now users can pass arguments to gplink via the
7125             -Wl option, main() uses pic16glue() to glue up pic16 programs
7126         * src/SDCCpeeph.c: various changes to support pic16
7127         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7128             return the i'th item of the set
7129         * src/SDCCset.h: added function prototype for indexSet()
7130         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7131         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7132         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7133             added macro DEFAULT_PORT
7134         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7135         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7136             generated
7137         * src/pic16/glue.c: commented out some error producing lines
7138         * src/pic16/main.c: __config directives are commented out to stop
7139             gpasm complaining and test the linkage with gplink, _linkCmd and
7140             _asmCmd changed to be more gplink and gpasm friendly
7141         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7142             produced an error when parsed, peep rule 12 is added to utilize
7143             movff, but it is commented out since the pCode does not support
7144             yet a command with 2 address arguments
7145
7146 2003-05-18    <johan AT balder>
7147
7148         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7149         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7150 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7151
7152         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7153   Added feature to script commands from file.
7154
7155 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7156
7157         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7158         * src/SDCCutil.c: include ctype.h for win32
7159
7160 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7161
7162         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7163
7164 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7165
7166         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7167   Fixed so you can set breakpoints prior to run, run does not stop
7168   on entry now.  Add tbreak.  Other enhancements and fixes for use
7169   with ddd.
7170
7171 2003-05-12  Borut Razem <borut.razem AT siol.net>
7172
7173         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7174
7175 2003-05-11  Borut Razem <borut.razem AT siol.net>
7176
7177         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7178         the path of bin directory, so that PATH is the only env. variable, which has to be set
7179         in case of standard installation.
7180         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7181         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7182         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7183
7184 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7185
7186         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7187         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7188         temp files are in the port dir; clean the gen/test directory when
7189         generating new test.c
7190         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7191         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7192         * support/regression/tests/zeropad.c: added
7193
7194 2003-05-09    <johan AT balder>
7195
7196         * src/SDCCglue.c: fixed bug #597940
7197
7198 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7199
7200         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7201   cache sfr, optimize next,step, fix off by one sourceline,
7202   support ddd list function.
7203         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7204
7205 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7206
7207         * support/regression/HTMLgen.py: added compare_s2f()
7208         * support/regression/Makefile: redo 1.27
7209         * support/regression/generate-cases.py: redo 1.5
7210
7211 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7212
7213         * support/regression/tests/float.c: workaround 33 bit hex constant
7214         * support/regression/tests/simplefloat.c: fix division for host
7215
7216 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7217
7218         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7219         that tame's the PIC's over-aggressive optimizer.
7220
7221 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7222
7223          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7224          support for MSVC.
7225
7226 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7227
7228         Initial support for DS80C400. "Hello world" runs on TINIm400
7229         (with polled I/O).
7230
7231 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7232
7233          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7234          * Some notes on ddd usage added in debugger/README
7235          Martin Helmling adding more features and fixes for ddd GUI debugger.
7236          Code added for nexti, stepi, up, down, and other adjustments.
7237
7238 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7239
7240         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7241         * src/pic/peeph.def Added two rules to optimize carry manipulation
7242         * src/pic/* removed debug printfs
7243
7244 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7245
7246         * debugger/mcs51/cmd.c: added header newalloc.h
7247
7248 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7249
7250         * as/Makefile: new EXEEXT
7251         * as/z80/Makefile: remove trailing slash of BUILDIR
7252         * as/z80/clean.mk: new EXEEXT
7253         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7254         * support/cpp2/Makefile.in: new EXEEXT
7255         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7256
7257 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7258
7259         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7260         EXEEXT was introduced to fix all related problems with targets
7261         "clean", "install" and "uninstall"; a couple of further flaws
7262         especially with "clean" have been fixed too
7263         * as/mcs51/Makefile.in
7264         * as/mcs51/clean.mk
7265         * as/z80/Makefile
7266         * Makefile
7267         * clean.mk
7268         * debugger/mcs51/Makefile.in
7269         * debugger/mcs51/clean.mk
7270         * link/z80/Makefile
7271         * link/z80/Makefile.in
7272         * link/z80/clean.mk
7273         * link/Makefile
7274         * packihx/Makefile.in
7275         * packihx/clean.mk
7276         * sim/ucsim/Makefile
7277         * sim/ucsim/clean.mk
7278         * sim/ucsim/avr.src/Makefile.in
7279         * sim/ucsim/avr.src/clean.mk
7280         * sim/ucsim/s51.src/Makefile.in
7281         * sim/ucsim/s51.src/clean.mk
7282         * sim/ucsim/xa.src/Makefile.in
7283         * sim/ucsim/xa.src/clean.mk
7284         * sim/ucsim/z80.src/Makefile.in
7285         * sim/ucsim/z80.src/clean.mk
7286         * sim/ucsim/main_in.mk
7287         * sim/ucsim/packages_in.mk
7288         * sim/ucsim/gui.src/Makefile.in
7289         * sim/ucsim/gui.src/serio.src/Makefile.in
7290         * sim/ucsim/gui.src/serio.src/clean.mk
7291         * src/Makefile.in
7292         * src/clean.mk
7293         * support/cpp2/Makefile.in
7294         * support/cpp2/clean.mk
7295         * support/makebin/Makefile
7296         * support/makebin/clean.mk
7297         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7298         * doc/sdccman.lyx: --program-suffix no longer needed
7299
7300 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7301
7302          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7303          Martin Helmling added support for ddd GUI debugger.
7304          Code added to display assembly, set variables, and other commands
7305          to interface to ddd.
7306
7307 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7308
7309         * as/Makefile: fix target clean
7310         * as/clean.mk: fix target clean
7311         * as/z80/clean.mk: fix target clean
7312
7313 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7314
7315         * Makefile.common.in: added  AT EXEEXT AT
7316         * configure.in: removed all mingw32 stuff
7317         * configure: rebuilt from configure.in
7318         * doc/sdccman.lyx: updated section "installation"
7319         * support/scripts/sdcc_mingw32: adapted to configure
7320         * support/scripts/sdcc_cygwin_mingw32: added
7321
7322 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7323
7324         * src/pic Added object file support for the PIC port
7325         * src/pic Applied patch from Craig Franklin (this started the object file support)
7326         * src/regression Updated the PIC regression tests for object files
7327
7328 2003-04-20  Borut Razem <borut.razem AT siol.net>
7329
7330         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7331           lklex.c: In function `getfid':
7332           lklex.c:203: warning: array subscript has type `char'
7333         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7334           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7335         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7336           stack handling macros
7337
7338 2003-04-19  Borut Razem <borut.razem AT siol.net>
7339
7340         * "handling space characters in file path" task:
7341         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7342         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7343         * support/Util/MySystem.h: make it self-sufficient
7344         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7345           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7346           handling space characters in file path
7347         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7348           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7349         * support/Util/MySystem.c: handling space characters in executable's path
7350
7351 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7352
7353         * as/z80/Makefile: fix permanent rebuild of z80
7354         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
7355         * support/regression/tests/bitfields.c: added Johan's bitfields.c
7356
7357 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
7358
7359         * src/SDCCopt.c: add special case optimization to replace modulo by
7360           a power of two with a bitwise AND.
7361
7362 2003-04-18    <johan AT balder>
7363
7364         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
7365
7366 2003-04-17    <johan AT balder>
7367
7368         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
7369         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
7370
7371 2003-04-13  Borut Razem <borut.razem AT siol.net>
7372
7373         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
7374         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
7375           fixed mingw problem in adl_NORMALIZE_PATH
7376
7377 2003-04-12  Borut Razem <borut.razem AT siol.net>
7378
7379         * fixed "#pragma SAVE/RESTORE can not be nested":
7380         * src/SDCC.lex: reworked pragma handling functions
7381         * sdcc/src/SDCCglobl.h: reworked stack handling macros
7382         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
7383
7384 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7385
7386         * src/SDCCutil.c (pathEquivalent): defined but not used
7387         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
7388         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
7389         * configure: rebuilt from configure.in
7390         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7391         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7392         * device/include/Makefile.in: replace sdcc_datadir
7393         * device/lib/Makefile.in: replace sdcc_datadir
7394         * Makefile.common.in: add LDFLAGS from configure
7395         * packihx/Makefile.in: use LDFLAGS
7396         * src/Makefile.in: use LDFLAGS
7397         * support/cpp2/Makefile.in: add LDFLAGS from configure
7398         * support/makebin/Makefile: use LDFLAGS
7399         * .version: bumped version number to 2.3.5
7400
7401 2003-04-12  Borut Razem <borut.razem AT siol.net>
7402
7403         * completed "different paths" task:
7404         * src/SDCCmacro.c: fixed bug in handling quotes
7405         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
7406         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
7407
7408 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7409
7410         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
7411
7412 2003-04-11 kevin Vigor <kevin AT vigor.nu>
7413
7414         * ds390/gen.c ds390/peeph.def: fix bug 706781
7415
7416 2003-04-11  Borut Razem <borut.razem AT siol.net>
7417
7418         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
7419
7420 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
7421
7422         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
7423         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
7424          set - this bit used to not be set...).
7425         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
7426           bad code in PIC Port
7427         * src/regression/and2.c added to test bug 609268
7428         * src/regression/Makefile added and2.c to regression test
7429
7430
7431 2003-04-08    <johan AT CP255758-A>
7432
7433         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
7434         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
7435         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
7436
7437 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
7438
7439         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
7440         fix bug #487815
7441         * support/cpp2/Makefile.in: fix bug #487815
7442         * configure: rebuilt from configure.in
7443         * Makefile.common.in: docdir changed, new path suffixes
7444         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7445         * sdcc_vc_in.h: reflect changes from sdccconf.h
7446         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
7447         * src/SDCCutil.h: remove BINDIR hack
7448         * doc/sdccman.lyx: update new path hierarchy
7449
7450 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7451
7452         * src/SDCCpeeph.c: added okToRemoveSLOC test
7453
7454 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7455
7456         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
7457
7458 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7459
7460         * src/SDCCpeeph.c: added labelIsReturnOnly test
7461         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
7462
7463 2003-04-05    <johan AT balder>
7464
7465         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
7466         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
7467         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
7468         * src/SDCCast.c: fixed a warning
7469         * src/SDCCast.h: fixed a warning
7470         * src/SDCCicode.c (operandFromAst): fixed a warning
7471
7472 2003-04-04    <johan AT balder>
7473
7474         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
7475         * src/SDCCast.c (decorateType): fixed bug #715076
7476         * src/SDCC.y: fixed bug #702907
7477
7478 2003-04-03    <johan AT balder>
7479
7480         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
7481         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
7482         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
7483         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
7484         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
7485
7486 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
7487
7488         * _decdptr.c: fix return values
7489         * _gptrget.c: fix return values
7490         * _gptrgetc.c: fix return values
7491         * _gptrput.c: fix return values
7492         * _mulint.c: fix return values
7493         * as/z80/Makefile: fix 'make -j' problem
7494
7495 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
7496
7497         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
7498         * configure.in: big cleanup, updated to autoconf 2.5x
7499         * configure: rebuilt from configure.in
7500         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7501         * sdcc_vc_in.h: reflect changes from sdccconf.h
7502         * doc/Makefile: fixed a flaw in "make install"
7503
7504 2003-04-02    <johan AT balder>
7505
7506         * src/ds390/gen.c (genCmp): no comments
7507         * src/mcs51/gen.c (genCmp): no comments
7508         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
7509         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
7510
7511 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
7512
7513         * support/regression/generate-cases.py: place generated file in given sub directory
7514         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
7515         * support/regression/Makefile: improvements for 'make -j';
7516         side effect: it's simpler and faster now
7517
7518 2003-03-31  Borut Razem <borut.razem AT siol.net>
7519
7520         * src/z80/main.c: link-{port} and as-{port} defined without path
7521         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
7522
7523 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
7524
7525         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
7526
7527 2003-03-30  Borut Razem <borut.razem AT siol.net>
7528
7529         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
7530           changed type of list parameter to set
7531         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
7532         * src/port.h: changed type of do_assemble() parameter to set
7533         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
7534           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
7535           definition of "cppoutfilename" macro with NULL value in preProcess()
7536         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
7537         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
7538         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
7539           replaced with set *binPathSet
7540         * shash_add() deallocates the item, if allready exsists, before adding the new one
7541         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
7542
7543 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
7544
7545         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
7546           a nested for loop bug in the PIC port
7547         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
7548           for loops
7549
7550 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
7551
7552         * support/Util/dbuf.h: remove C++ stuff to make it portable
7553
7554 2003-03-28  Borut Razem <borut.razem AT siol.net>
7555
7556         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
7557           literal strings in stringLiteral()
7558         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
7559         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
7560           to the project
7561
7562 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
7563
7564         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
7565
7566 2003-03-26    <johan AT balder>
7567
7568         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
7569         * src/ds390/gen.c (saveRegisters): catched symbol abuse
7570         * src/SDCCast.c (decorateType): fixed " -v < 3"
7571
7572 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
7573
7574         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
7575         Added Lenny Story's debug infrastructure changes:
7576         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
7577         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
7578         * src/cdbFile.c: added
7579         * src/SDCCdebug.c: added
7580         * src/SDCCdebug.h: added
7581         * src/SDCCast.c (createFunction)
7582         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
7583         * src/SDCCmain.c (parseCmdLine, main)
7584         * src/SDCCmem.c (redoStackOffsets)
7585         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
7586         * src/SDCCsymt.h
7587         * src/common.h
7588         * src/avr/gen.c (genAVRCode)
7589         * src/ds390/gen.c (gen390Code)
7590         * src/mcs51/gen.c (gen51Code)
7591         * src/pic/gen.c (genpic14Code)
7592         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
7593         * src/xa51/gen.c (genXA51Code)
7594         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
7595
7596 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7597
7598         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
7599         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
7600
7601 2003-03-22    <johan AT balder>
7602
7603         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
7604
7605 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
7606
7607         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
7608         * doc/cdbfileformat.lyx: added, written by Lenny Story
7609         * doc/Makefile: added cdbfileformat.lyx
7610         * doc/clean.mk: added cdbfileformat.lyx
7611
7612 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
7613
7614         * src/mcs51/peeph.def: fix bug #705773
7615
7616 2003-03-20    <johan AT balder>
7617
7618         An sfr/sbit can have an "at #" AND an initializer
7619         * src/SDCCsymt.c (checkSClass):
7620         * src/SDCCmem.c (allocGlobal):
7621         * src/SDCCmem.c (allocLocal):
7622         * src/SDCCast.c (createBlock):
7623
7624 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
7625
7626         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
7627
7628 2003-03-16    <johan AT balder>
7629
7630         Undid the hackup of const and volatile, the problem is much bigger
7631         * src/SDCC.y:1.65
7632         * src/SDCCast.c:1.171
7633         * src/SDCCglue.c:1.138
7634         * src/SDCCicode.c:1.146
7635         * src/SDCCsymt.c:1.150
7636         * src/SDCCval.c:1.65
7637
7638 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
7639
7640         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
7641         * src/ds390/gen.c (genAddrOf): fixed bug #704087
7642
7643 2003-03-13    <johan AT balder>
7644
7645         Hackup const and volatile modifiers in type chains a bit:
7646         * src/SDCC.y:1.63
7647         * src/SDCCast.c:1.169
7648         * src/SDCCglue.c:1.136
7649         * src/SDCCicode.c:1.143
7650         * src/SDCCsymt.c1.146
7651         * src/SDCCsymt.h1.59
7652         * src/SDCCval.c:1.63
7653
7654 2003-03-12    <johan AT balder>
7655
7656         * src/SDCCBBlock.h: more LRH debugging junk
7657         * src/SDCCcflow.h: more LRH debugging junk
7658         * src/SDCCloop.c: more LRH debugging junk
7659         * src/SDCC.y (struct_declaration): fixed bug #697590
7660         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
7661         * src/ds390/gen.c (aopForRemat): fixed bug #700031
7662         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
7663
7664 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7665         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
7666         test function names must now match exactly).
7667         * src/SDCCcse.c: added special case in findCheaperOp to allow
7668         extending a short integer. Makes less awful code for bug 700121 test case.
7669
7670 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7671
7672         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
7673         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
7674
7675 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7676
7677         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
7678         actually called (operandsNotEqual() was called for all
7679         operandsNotEqualX tests).
7680
7681 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7682
7683         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
7684         with shorter literals. Fixes bug 700121.
7685
7686 2003-03-11    <johan AT balder>
7687
7688         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
7689
7690 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
7691
7692         * src/SDCCloop.c (mergeRegions): an evil beast is dead
7693         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
7694
7695 2003-03-10  Borut Razem <borut.razem AT siol.net>
7696
7697         * src/SDCCmain.c: pipe preprocessor's output
7698         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7699         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7700         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7701         which closes all pipes in pipeSet set
7702         * src/SDCCset.c: free deleted item in function deleteSetItem()
7703         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7704         moved from z80 to src subproject
7705         * .version: increased version number to 2.3.4
7706
7707 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
7708
7709         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
7710         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
7711         * support/regression/ports/xa51/spec.mk: fix typo
7712
7713 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
7714
7715         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
7716
7717 2003-03-09  Borut Razem <borut.razem AT siol.net>
7718
7719         * src/SDCCmain.c: pipe preprocessor's output
7720         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7721         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7722         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7723         which closes all pipes in pipeSet set
7724         * src/SDCCset.c: free deleted item in function deleteSetItem()
7725         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7726         moved from z80 to src subproject
7727
7728 2003-03-09  Borut Razem <borut.razem AT siol.net>
7729
7730         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
7731         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
7732         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
7733         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
7734         * src/SDCCglobl.h: unification of WIN32 native definitions
7735
7736 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7737
7738         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
7739
7740 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7741
7742         * src/configure.in:   check for endianess (even while cross-compiling)
7743         * src/configure:      check for endianess (even while cross-compiling)
7744         * src/configure_in.h: check for endianess (even while cross-compiling)
7745         * src/avr/gen.c:        remove old endianess stuff
7746         * src/mcs51/gen.c:      remove old endianess stuff
7747         * src/ds390/gen.c:      remove old endianess stuff
7748         * src/pic/gen.c:        remove old endianess stuff
7749         * src/pic/genarith.c:   remove old endianess stuff
7750         * src/pic/glue.c:       fix endianess check
7751         * src/pic16/gen.c:      remove old endianess stuff
7752         * src/pic16/genarith.c: remove old endianess stuff
7753         * src/pic16/glue.c:     fix endianess check
7754         * src/xa51/gen.c:       remove old endianess stuff
7755         * src/z80/gen.c:        fix endianess check
7756         * src/SDCCglue.c:       fix endianess check
7757         * src/ds390/peeph.def: fix bug 700036
7758
7759 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7760
7761         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
7762         * src/configure: find appropriate data-types on host for SDCC's int and long
7763         * src/configure.in: find appropriate data-types on host for SDCC's int and long
7764         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
7765         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
7766
7767 2003-03-07    <johan AT balder>
7768
7769         Just a big NOOP:
7770                 some minor cleanups before the big shot
7771                 OP_DEFS and OP_USES now use Kevin's protection
7772                 new option --nolabelopt
7773
7774         * src/SDCCBBlock.c:
7775         * src/SDCCast.c,:
7776         * src/SDCCcflow.c:
7777         * src/SDCCcse.c:
7778         * src/SDCCicode.c:
7779         * src/SDCCicode.h:
7780         * src/SDCClabel.c:
7781         * src/SDCCloop.c:
7782         * src/SDCCmain.c:
7783         * src/ds390/ralloc.c:
7784         * src/mcs51/ralloc.c:
7785         * src/pic/ralloc.c:
7786         * src/xa51/ralloc.c:
7787         * src/z80/ralloc.c:
7788
7789 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
7790
7791         * src/pic/pcode.c (get_op): fix 64 bit warnings
7792         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
7793         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
7794         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
7795         * support/regression/tests/malloc.c: fix 64 bit warnings
7796
7797 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
7798
7799         * src/mcs51/gen.c (genMinus): fixed bug 696436
7800
7801 2003-03-02  Borut Razem <borut.razem AT siol.net>
7802
7803         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
7804
7805 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
7806
7807         * configure.in: test for mkstemp
7808         * sdccconf_in.h: add HAVE_MKSTEMP
7809
7810 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
7811
7812         * device/include/ctype.h: removed warning while using --stack-auto
7813         * device/include/malloc.h: removed warning while using --stack-auto
7814         * device/include/string.h: removed warning while using --stack-auto
7815
7816 2003-02-23  Borut Razem <borut.razem AT siol.net>
7817
7818         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
7819         because NDEBUG is defined (see man assert)
7820         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
7821
7822 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7823
7824         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
7825         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
7826
7827 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7828
7829         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
7830         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
7831
7832 2003-02-18    <johan AT balder>
7833
7834         * as/mcs51/asmain.c (asmbl): module can start with a digit
7835         * as/z80/asmain.c (asmbl): module can start with a digit
7836
7837 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
7838
7839         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
7840         * src/asm.c: fix pipe() for Mingw32
7841
7842 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
7843
7844         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
7845         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
7846         make -V work again; --c1mode reads now from stdin
7847         * doc/sdccman.lyx: added --c1mode
7848         * support/Util/SDCCerr.c: new messages for c1 mode
7849         * support/Util/SDCCerr.h: new messages for c1 mode
7850         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
7851
7852 2003-02-15    <johan AT balder>
7853
7854         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
7855
7856 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
7857
7858         * doc/sdccman.lyx: Environment variables, -o and other minor things
7859
7860 2003-02-14    <johan AT balder>
7861
7862         * src/xa51/main.c: before anyone really tries to use it :)
7863
7864         * Install doc's in share/sdcc/doc
7865         * removed some obsolete files
7866         * Do a proper make distclean and uninstall
7867         M Makefile.common.in
7868         R sdccbuild.sh
7869         M as/Makefile
7870         M device/include/Makefile.in
7871         M device/lib/Makefile.in
7872         M doc/sdccman.lyx
7873         M link/Makefile
7874         M sim/ucsim/doc/Makefile.in
7875         M src/clean.mk
7876         R src/avr/peeph.rul
7877         R src/xa51/peeph.rul
7878         M support/cpp2/Makefile.in
7879         M support/makebin/Makefile
7880
7881
7882 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
7883
7884         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
7885
7886 2003-02-10  Borut Razem <borut.razem AT siol.net>
7887
7888         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
7889         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
7890         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
7891         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
7892         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
7893         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
7894         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
7895         src/z80/Makefile.bcc: Borland Makefile cleanup
7896         * as/z80/Makefile.bcc: Added Borland Makefile
7897         * support/cpp2/borland.h: Removed
7898
7899 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
7900
7901         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
7902         * src/SDCC.lex: new pragma NOIV
7903         * src/SDCCglobl.h: new pragma NOIV
7904         * src/SDCCmem.c: new pragma NOIV
7905
7906 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
7907
7908         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
7909
7910 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
7911
7912         * src/SDCCmain.c: signal handling is switched off by --debug
7913         * doc/Makefile: small fix for install; use clean.mk again
7914         * doc/clean.mk: clean *.pdf and *.html too
7915
7916 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
7917
7918         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
7919         * device/lib/printfl.c: fix a ds390 bug by making it portable
7920         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
7921         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
7922         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
7923         * debugger/mcs51/cmd.c: converted multi-line string literals
7924         * sim/ucsim/globals.cc: converted multi-line string literals
7925         * src/SDCCmain.c: introduced signal handler to remove temp files
7926         * doc/Makefile: small tweaks, implement clean
7927         * doc: removed generated files
7928
7929 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7930
7931         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
7932         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
7933         Address Record is not correctly generated for DS390."
7934
7935 2003-02-02  Borut Razem <borut.razem AT siol.net>
7936
7937         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
7938         * as/mcs51/asm.h: fixed compilation with Borland C
7939         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
7940         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
7941         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
7942         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
7943         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
7944         src/z80/Makefile.bcc: delete $(LIB) only if exist
7945         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
7946
7947 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
7948
7949         * device/include/malloc.h: introduced NULL
7950         * device/include/string.h: introduced NULL
7951         * device/include/stdlib.h: introduced NULL
7952         * device/lib/_memcpy.c: removed NULL
7953         * device/lib/_strcat.c: removed NULL
7954         * device/lib/_strchr.c: removed NULL
7955         * device/lib/_strcmp.c: removed NULL
7956         * device/lib/_strcpy.c: removed NULL
7957         * device/lib/_strcspn.c: removed NULL
7958         * device/lib/_strlen.c: removed NULL
7959         * device/lib/_strncat.c: removed NULL
7960         * device/lib/_strncmp.c: removed NULL
7961         * device/lib/_strncpy.c: removed NULL
7962         * device/lib/_strpbrk.c: removed NULL
7963         * device/lib/_strrchr.c: removed NULL
7964         * device/lib/_strspn.c: removed NULL
7965         * device/lib/_strstr.c: removed NULL
7966         * device/lib/_strtok.c: removed NULL
7967         * device/lib/malloc.c: removed NULL, include own header
7968
7969 2003-02-02    <johan AT balder>
7970
7971         * 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
7972         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
7973         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
7974         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
7975         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
7976         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
7977
7978 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7979
7980         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
7981         area 'DATA'"
7982
7983 2003-02-01    <johan AT balder>
7984
7985         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
7986
7987 2003-01-31    <johan AT CP255758-A>
7988
7989         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
7990
7991 2003-01-30    <johan AT balder>
7992
7993         * src/SDCCBBlock.c: automatic bug detection
7994         * src/SDCCicode.c: automatic bug detection
7995
7996 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7997
7998         * src/SDCCglobl.h:   now --xram-size 0 works
7999         * src/SDCCmain.c:    now --xram-size 0 works
8000
8001 2003-01-29    <johan AT balder>
8002
8003         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8004
8005 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8006
8007         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8008         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8009         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8010         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8011         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8012         * src/SDCCmain.c:    Added options --xram-size and --code-size
8013
8014 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8015
8016         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8017         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8018
8019 2003-01-27    <johan AT balder>
8020
8021         * src/SDCC.y: fixed bug #613764
8022
8023 2003-01-26    <johan AT balder>
8024
8025         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8026         * src/SDCCsymt.h: fixed bug #673374
8027         * src/SDCCglue.c: fixed bug #661910
8028         * src/SDCCast.c: fixed bug #458099 and 673374
8029
8030 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8031
8032         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8033         * as/mcs51/strcmpi.h: added
8034         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8035         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8036         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8037         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8038         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8039         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8040         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8041         * as/mcs51/Makefile.aslink: new module strcmpi
8042         * as/mcs51/Makefile.asx8051: new module strcmpi
8043         * as/mcs51/Makefil.bcc: new module strcmpi
8044         * as/mcs51/Makefile.in: new module strcmpi
8045         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8046
8047 2003-01-26    <johan AT balder>
8048
8049         * src/SDCCglue.c: reverted back to 1.124
8050         * src/SDCCast.c: reverted back to 1.156
8051         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8052
8053 2003-01-25    <johan AT balder>
8054
8055         * src/SDCCglue.c: A better fix for bug #661910
8056         * src/SDCCast.c: A better fix for bug #661910
8057         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8058
8059 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8060
8061         * src/Makefile.in: remove spawn.o
8062         * src/SDCCmain.c: remove spawn.h
8063         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8064         * src/spawn.c: removed
8065         * src/spawn.h: removed
8066         * support/regression/ports/ds390/spec.mk: link with -r
8067
8068 2003-01-24    <johan AT CP255758-A>
8069
8070         * src/ds390/gen.c (aopOp): fixed bug #667458
8071         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8072         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8073         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8074
8075 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8076
8077         * src/mcs51/peeph.def: better assembler identation by Frieder
8078         * src/mcs51/gen.c: better assembler identation by Frieder
8079
8080 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8081
8082         * as/z80/string.h: removed for gcc 3.2
8083         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8084         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8085
8086 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8087
8088         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8089         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8090         * support/regression/Makefile: separate temp files for ports
8091         * support/regression/generate-cases.py: separate temp files for ports
8092         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8093         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8094
8095 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8096
8097         * moved tinitalk to device/examples/ds390
8098
8099 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8100
8101         * as/mcs51/lkmem.c: rflag is for DS390
8102         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8103         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8104                          (linkEdit): move mem- and map-files the same way as ihx-files
8105         * src/z80/main.c (_setDefaultOptions): removed --generic
8106         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8107         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8108         * src/pic/glue.c (picglue): --c1mode works again
8109         * src/pic16/glue.c (pic16glue): --c1mode works again
8110         * src/asm.c (printCLine): fix #660034
8111
8112 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8113
8114         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8115         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8116         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8117         * as/mcs51/lkmem (summary): better fix for sp problem
8118         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8119         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8120         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8121                                               remove --stack-after-data
8122
8123 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8124
8125         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8126         * src/SDCCutil.c (join): ugly bug: missing '\0'
8127         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8128
8129 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8130
8131         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8132         * src/port.h: typo
8133         * src/pic/main.c (_asmCmd): gpasm supports -o
8134         * src/z80/main.c: more general macros
8135         * device/lib/Makefile.in: remove intermediate files
8136
8137 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8138
8139         * .version: Bumped version number to 2.3.3
8140         * src/SDCCBBlock.c: new option -o
8141         * src/SDCCglobl.h: new option -o
8142         * src/SDCCglue.c: new option -o
8143         * src/SDCCmain.c: new option -o
8144         * src/asm.c: new option -o
8145         * src/ds390/main.c: new option -o
8146         * src/pic/glue.c: new option -o
8147         * src/pic/pcode.c: new option -o
8148         * src/pic/ralloc.c: new option -o
8149         * src/pic16/glue.c: new option -o
8150         * src/pic16/pcode.c: new option -o
8151         * src/pic16/ralloc.c: new option -o
8152         * src/z80/main.c: new option -o
8153         * device/lib/Makefile.in: use -o
8154         * support/regression/ports/ds390/spec.mk: use -o
8155         * support/regression/ports/gbz80/spec.mk: use -o
8156         * support/regression/ports/mcs51/spec.mk: use -o
8157         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8158         * support/regression/ports/z80/spec.mk: use -o
8159         * support/regression/ports/ucz80/spec.mk: use -o
8160         * support/regression/ports/xa51/spec.mk: use -o
8161         * support/regression/fwk/lib/timeout.c: fix usage string
8162
8163 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8164         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8165
8166 2003-01-07    <johan AT balder>
8167
8168         * src/SDCCast.c (decorateType): fixed bug #600035
8169
8170 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8171         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8172         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8173         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8174         * src/pic/pcode.c: outcommented unused variable to remove warnings
8175         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8176
8177 2003-01-06    <karl AT turbobit.com>
8178         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8179    regression tests.
8180
8181 2003-01-06    <johan AT balder>
8182
8183         * src/SDCCicode.c: fixed array add
8184
8185 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8186         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8187         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8188
8189 2003-01-04    <johan AT balder>
8190
8191         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8192
8193 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8194         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8195
8196 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8197         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8198         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8199
8200 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8201         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8202
8203 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8204         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8205
8206 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8207         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8208
8209 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8210
8211     * in \sdcc\as\mcs51\ changed these files in order to create an
8212     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8213     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8214     following files to include the previous two files: aslink.dsp,
8215     Makefile.aslink, Makefile.bcc, and Makefile.in.
8216
8217     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8218     .adb instead of .cdb
8219
8220 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8221
8222         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8223         value from option --iram-size.
8224
8225 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8226
8227         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8228         dram[] array.
8229
8230 2002-09-18    <wiml AT hhhh.org>
8231
8232         * SDCClrange.h: exposed setFromRange() and setToRange()
8233         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8234           packRegsForAccUse() (bug 542397)
8235         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8236           multiple times and emitting the fetch operations more than once
8237           added aopGetUsesAcc() function to allow binary operators to
8238           fetch their operands in the correct order; made genMinus() emit
8239           compact code for X = LITERAL - Y
8240
8241 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8242         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8243         sprintf() in line 1267.
8244
8245 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8246         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8247         like ports.
8248
8249 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8250         Changes to aslink (All the changes are marked with 'JCF'):
8251
8252         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8253         summary().
8254
8255         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8256         area BSEG.  Also moves, if possible, the DATA area down into the internal
8257         ram so more space is available.
8258
8259         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8260         sflag.
8261
8262         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8263         not bytes.  Function summary() which creates a memory usage summary
8264         file with extension .mem.  Reports of overlaping stack and small stack
8265         size.  If the space for the stack is less than 16 bytes aslink trows a
8266         warning.
8267
8268         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8269         the 8051.  Option 'y' for memory summary output file.
8270
8271         Changes to sdcc (All the changes are marked with 'JCF'):
8272
8273         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8274
8275         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8276         overlaying area for it (uses RegBankUsed[4]).
8277
8278         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8279         bank zero as used by default.  By default aslink locates the stack
8280         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8281         the creation of the .mem file.  Delegates the allocation of data area
8282         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8283         the begining of the stack area to aslink.
8284
8285         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8286         glue() in SDCCglue.c creates an area for it.
8287
8288 2002-09-03  Borut Razem <borut.razem AT siol.net>
8289         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8290         sdcc/src/pic/glue.c:
8291         introduced atexit() handler for teporay files removal in case of
8292         errors, assertions, ...
8293
8294 2002-08-29  Borut Razem <borut.razem AT siol.net>
8295         * sdcc/support/cpp2/auto-host_vc_in.h:
8296         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8297         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8298         Maybe there is a similar problem with BORLANDC? It should be checked!
8299
8300         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8301         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8302         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8303         was not executed, and the compiler (cl) launched a warning:
8304         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8305
8306 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8307         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8308
8309 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8310         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8311
8312         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8313           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8314           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8315           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8316           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8317           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8318           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8319         - added Release configuration in VS projects
8320         - review of compiler an linker options
8321         - VC .exe files are generated in bin_vc directory, not to interfere
8322           with binaries generated from other projects (cygwin, mingw, bcc ...)
8323
8324         * sdcc/src/yacc.dsp: added
8325
8326         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8327         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8328         and insert the version number definitions from .version
8329
8330         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8331
8332         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8333         added - genarate auto-host.h using auto-host_vc_in.h as template
8334
8335         * sdcc/sdcc_vc.h,
8336         removed from CVS, generated automatically
8337
8338 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8339         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8340
8341 2002-08-11  Borut Razem <borut.razem AT siol.net>
8342         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8343
8344 2002-08-10  Borut Razem <borut.razem AT siol.net>
8345         * src/SDCCmain.c (main):
8346         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8347         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8348         The consequence was that some temporary files were not removed.
8349
8350         * src/SDCCglue.c:
8351         unification of code in functions tempfilename() and tempfile():
8352         function tempnam() is defined in Visual Studio 6.0 and .NET
8353
8354         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
8355
8356         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8357           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
8358         - removed compiler command line option /WX: Treats all warnings as errors
8359         - update a list of source files, included into the project
8360
8361         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8362           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
8363         changed project type to Generic Project so that can be correcly converted to VS.NET project
8364
8365         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
8366
8367         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
8368
8369         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
8370
8371         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
8372         added return 0 statements after assert() to make compiler happy
8373
8374         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
8375         added newline in the def file to keep MSC compiler satisfied
8376
8377         * sdcc/src/z80/gen.c:
8378         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
8379           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
8380         - solved MSC error in function aopDump()
8381
8382         * sdcc_vc.h: define PREFIX as "\\sdcc"
8383
8384 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
8385         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
8386
8387 2002-06-22  Scott Dattalo <scott AT dattalo.com>
8388         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
8389         - Rewrote the register banking algorithm.
8390         - Added pCode live-range analysis to registers (for now, only non-used and
8391         singly-used registers optimized away)
8392
8393         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
8394
8395         * 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.
8396
8397 2002-05-10  Scott Dattalo <scott AT dattalo.com>
8398         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
8399
8400 2002-04-22  Michael Hope  <michaelh AT vroom>
8401
8402         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
8403
8404         * configure.in (DD_COPT): Added include support required for gbdk.
8405
8406         * .version: Bumped version number just to increase it.
8407
8408         * src/SDCCmain.c: Added -nostdinc to the default options.
8409
8410 2002-04-15  Michael Hope  <michaelh AT vroom>
8411
8412         * device/lib/z80/printf.c (sprintf): Added.
8413
8414         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
8415
8416         * src/z80/peeph.def: Added transpose redundent load rule.
8417
8418         * src/z80/main.c: Added force callee saves for jaune.
8419
8420         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
8421
8422         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
8423
8424 2002-03-28  Johan Knol  <johan AT balder>
8425
8426         * src/SDCCval.c: fixed bug #532436
8427
8428 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8429         * /src/port.h:
8430         Added "char *Processor" field to the port structure.
8431
8432         * /src/SDCCmain.c:
8433         Added -p option. Allows port dependent processor to be specified.
8434
8435         * all ports:
8436         Initialized the new field char *Processor field to NULL in all ports
8437
8438         * /src/pic/*:
8439         Compiler generated registers for interrupt context saving
8440         were not getting allocated.
8441
8442 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
8443
8444         * /src/SDCCast.c:
8445         Fixed left shift. Will promote the left side of a left shift
8446         if a) left shifting more than size of operand or b) when assigned
8447         to something size > size of left side
8448
8449 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8450         * src/pic/*
8451         tons of changes. Register allocation has been
8452         rewritten. Added customization for the various PICs. Flow
8453         analysis is restructured. ...
8454
8455         * src/pic/device.h:
8456         Added
8457
8458         * src/pic/device.c:
8459         Added. device.c is a PIC port hack to accomodate variations
8460         in PIC devices.
8461
8462 2002-03-13  Michael Hope  <michaelh AT vroom>
8463
8464         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
8465
8466 2002-03-04  johanknol  <johanknol AT manik>
8467
8468         * /src/SDCCval.c: fixed
8469
8470         const unsigned char arr[][2] = { { 0, 1 } };
8471         t18.c:1: error: Initializer element is not constant
8472
8473 2002-03-04  bela  <bela AT manik>
8474
8475         * /device/include/mcs51reg.h:
8476         ds89c420 register definition update
8477
8478 2002-03-03    <johan AT FRIJA>
8479
8480         * support/Util/SDCCerr.c: did something, but don't no why anymore
8481
8482         * support/regression/tests/bug-524691.c: made it a little less shy
8483
8484         * src/SDCCast.c (decorateType): fixed bug #524697
8485
8486         * src/SDCCast.c: made some lineno improvements
8487
8488         * src/SDCCval.c (getNelements): changed warning to error
8489
8490         * src/SDCCglue.c (printIvalArray): changed warning to error
8491
8492         * src/SDCCicode.c: fixed a warning for mingw
8493
8494         * src/SDCCast.c (decorateType): fixed the << promotion for ops
8495
8496         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
8497
8498 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
8499
8500         * src/ds390/peeph.def:
8501         Added some more peephole rules
8502
8503         * src/ds390/gen.c: Various fixes & enhancements
8504
8505         * src/SDCClrange.c, src/SDCClrange.h:
8506         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
8507
8508         * src/ds390/ralloc.c:
8509         various fixes & enhancements (ds390) specific
8510
8511         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
8512         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
8513         from rallocs.
8514
8515         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
8516
8517 2002-03-02    <johan AT FRIJA>
8518
8519         * src/SDCCast.c (decorateType): fixed bug #524708
8520
8521         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
8522
8523         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
8524
8525 2002-03-01  Michael Hope  <michaelh AT vroom>
8526
8527         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
8528
8529         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
8530
8531 2002-03-01    <johan AT FRIJA>
8532
8533         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
8534
8535         * src/SDCCast.c (decorateType): fixed bug #524209
8536
8537         * src/SDCCval.c (valNot): fixed bug #524195
8538
8539 2002-02-26    <johan AT balder>
8540
8541         * src/xa51/gen.c: fixed a warning
8542
8543         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
8544
8545         * src/SDCCast.c (decorateType): fixed bug #522534
8546
8547 2002-02-23    <johan AT balder>
8548
8549         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
8550
8551 2002-02-22    <johan AT balder>
8552
8553         * src/SDCCast.c: fixed bug #514865
8554
8555         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
8556
8557 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
8558
8559         * sdcc/src/SDCCloop.c:
8560         Previous fix was not good. basic blocks that have "break" or "return" are
8561         not really partof a loop , but live ranges used in these blocks should
8562         be live thru the entire loop, so set partOfLoop but don't add them to
8563         loop region
8564
8565 2002-02-21    <johan AT FRIJA>
8566
8567         * src/SDCCcse.c: fixed bug #514308
8568
8569 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
8570
8571         * src/SDCCloop.c:
8572         Fixed BUG #519583. If a conditional block ended in a return/break
8573         statement inside a loop, it was not being considered part of the loop.
8574
8575         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
8576
8577 2002-02-10  Karl Bongers <karl AT turbobit.com>
8578
8579         * debugger/*:
8580         Fixed up SDCDB debugger somewhat.  Updated debugger/README
8581         with lots of comments and notes.
8582
8583         * device/examples/test2.c:
8584         Fix bug, "red" variable not being initialized(compiler complained).
8585
8586         * device/examples/Makefile, examples/test3.c:
8587         Add Makefile in device/examples folder, compiles test3.c
8588         for use as a multiple module SDCDB test case.
8589
8590         * sim/ucsim/cmd.src/cmdset.cc:
8591         Took out debug printfs in ucsim "next" command.
8592
8593         * sim/ucsim/xa.src:
8594         Karl and Johan start ucsim XA support.  Most dissassembly working,
8595         about 75% emulation done(plenty of work remaining).
8596
8597         * sim/ucsim/z80.src:
8598         Add Z80 support to ucsim, add test-ucz80 regression test,
8599         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
8600         Notice z80 compiler fails on examples/test3.c/crc code.
8601
8602 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
8603
8604         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
8605         Added support for --parms-in-bank1
8606
8607         * src/ds390/peeph.def:
8608         added a few more peephole optimzations
8609
8610         * src/ds390/main.c:
8611         1) added __builtin_inp & __builtin_outp used to read in data of given length
8612            from a memory mapped port
8613         2) added __builtin_memcmp
8614         3) added __builtin_swapw swap bytes of a short
8615
8616         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
8617         1) handle multiple send & receives from register bank1
8618         2) ralloc can now allocate DPTR1 to some liveRanges
8619
8620         * src/SDCCsymt.c, src/SDCCsymt.h:
8621         changes to handle multiple sends & receives
8622
8623         * src/SDCCptropt.h:
8624         added some pointer arithmetic optimization
8625
8626         * src/SDCCptropt.c:
8627         added some pointer arithmetic optimizations but not stable yet so not
8628         called from anywhere (will get this working shortly)
8629
8630         * src/SDCCopt.c: fixed for multiple sends & receives
8631
8632         * src/SDCCmain.c:
8633         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
8634         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
8635            set preprocessor defines (depending on options)
8636
8637         * src/SDCCicode.c, src/SDCCicode.h:
8638         changes made to handle multiple sends & receives
8639
8640         * src/SDCCglobl.h:
8641         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
8642
8643         * src/SDCCcse.c, src/SDCCcse.h:
8644         added function findbackward def (to be used in upcoming optimization)
8645
8646         * src/SDCCcflow.c, src/SDCCcflow.h:
8647         added function returnAtEnd - to determine if a basic block terminates with
8648         a RETURN iCode
8649
8650         * src/SDCCast.c, src/SDCCast.h:
8651         added option parms-in-bank1
8652
8653         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
8654         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
8655         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
8656         adjusted for --parms-in-bank1 option
8657
8658         * device/include/string.h:
8659         donot redefine "reentrant" keyword
8660
8661         * device/include/ds80c390.h: Added some more SFRs
8662
8663 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
8664
8665         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
8666
8667 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
8668
8669         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
8670
8671 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
8672
8673         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
8674
8675 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
8676
8677         * Added --xram-movc option
8678
8679 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
8680
8681         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
8682
8683 2002-01-11  Johan Knol
8684
8685         * Added math lib of Jesus Calvino-Fraga
8686
8687 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
8688
8689         * src/SDCCmain.c (processFile): fix processing of ../../src.c
8690         * support/regression/Makefile: new target test-mcs51-stack-auto
8691         * support/regression/ports/mcs51-stack-auto/spec.mk: added
8692
8693 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8694
8695         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
8696
8697 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8698
8699         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
8700
8701 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
8702
8703         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
8704
8705         * src/SDCCglue.h: add definition for printIvalChar()
8706
8707 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8708
8709         * src/SDCCast.c: fix #498138 by Johan
8710
8711         * src/SDCCglue.c: fix #498138 by Johan
8712
8713 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8714
8715         * support/regression/Makefile: fix clean
8716
8717         * support/regression/ports/ds390/support.c: fix transmission of last character
8718
8719 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
8720
8721         * /sdcc/src/ds390/gen.c:
8722         a) improved computing address of stack variable
8723         b) took out some #if 0 code
8724         c) improved parmBytes adjustment
8725         d) improved genPlusIncr & genMinusIncr
8726         e) genCmp could generate bad code (when left assigned to DPTR)
8727         f) Fixed bug in hasInc
8728
8729         * /sdcc/src/ds390/ralloc.c:
8730         a) packRegsForSupport could mess up live information (Fixed)
8731         b) packRegsDPTRuse could be incorrect for left & right shift
8732
8733         * /sdcc/src/mcs51/ralloc.c:
8734         packRegsForSupport could mess up the live information (Fixed)
8735
8736         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
8737
8738         * /sdcc/src/SDCCast.c:
8739         can reverse a loop even if function call is present as long
8740         as the loop control variable is local & is not passed as parameter
8741
8742 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8743
8744         * /sdcc/ChangeLog: *** empty log message ***
8745
8746         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
8747         More builtin function additions for TININative
8748
8749         * /sdcc/src/ds390/ralloc.c:
8750         Had broken the regression testsuite
8751
8752         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
8753
8754         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
8755         Added funcattr hasStackParms will be set for reentrant functions when there
8756         are paramteres on the stack, this helps in minimizing frame pointer generation
8757         typeFromStr can handle function pointers now
8758
8759         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
8760         *** empty log message ***
8761
8762 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8763
8764         * /src/ds390/gen.c, /src/ds390/main.c:
8765         More builtin function additions for TININative
8766
8767         * /src/ds390/ralloc.c:
8768         Had broken the regression testsuite
8769
8770         * /src/SDCCast.c: Fixed a bug in dumptree
8771
8772         * /src/SDCCsymt.c, /src/SDCCsymt.h:
8773         Added funcattr hasStackParms will be set for reentrant functions when there
8774         are paramteres on the stack, this helps in minimizing frame pointer generation
8775         typeFromStr can handle function pointers now
8776
8777         * /doc/builtins.txt, /doc/TININative.txt:
8778         *** empty log message ***
8779
8780
8781 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8782
8783         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
8784         ALPHA version for -mTININative
8785
8786         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
8787         updated to reflect changes in the port structure
8788
8789         * /src/port.h:
8790         added function do_assemble (similar to do_link) if non-null this function
8791         will be called to do assembly (-mTININative) requires a multi command
8792         assembly
8793         added function genAssemblerEnd will be called to generate assembler Epilogue
8794
8795         * /src/SDCCsymt.c:
8796         added _JavaNative to debug info printing
8797
8798         * /src/SDCCmain.c: added option --tini-libid
8799         added port->do_assemble function (-mTININative) has a multi command assemble
8800
8801         * /src/SDCCglue.c: Disabled "constExpr" check
8802         added port->genAssemblerEnd function
8803
8804         * /src/SDCCglobl.h: Added option --tini-libid value
8805
8806         * /src/SDCCast.h:
8807         tookout optimizeCompare from the header (has no external references)
8808
8809         * /src/SDCCast.c: made one more function "static"
8810
8811 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
8812
8813         * src/z80/mappings.i: Added z80asm support.
8814
8815         * src/z80/main.c: Added z80asm support on --asm=z80asm
8816
8817         * src/z80/gen.c: Fixed asm portability issues.
8818
8819         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
8820
8821         * src/SDCCglue.c (printExterns): Added global/extern split.
8822
8823 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
8824
8825         * support/regression/Makefile: added test for mcs51 model large
8826
8827         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
8828
8829         * support/regression/ports/gbz80/spec.mk: added -mgbz80
8830
8831 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
8832
8833         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
8834
8835 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
8836
8837         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
8838
8839         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
8840
8841 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
8842
8843         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
8844
8845         * support/regression/tests/simplefloat.c: Port to mcs51.
8846
8847 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
8848         * support/regression/tests/bug-485362.c: Added.
8849
8850         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
8851
8852         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
8853
8854         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
8855
8856         * src/z80/gen.c (aopDump): Added a dump function.
8857
8858 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
8859         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
8860
8861         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
8862
8863         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
8864
8865         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
8866
8867         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
8868
8869         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
8870
8871         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
8872
8873         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
8874
8875         * support/regression/ports/ds390/support.c: Use tinibios.
8876
8877         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
8878
8879 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
8880
8881         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
8882         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
8883
8884         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
8885
8886         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
8887
8888 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
8889
8890         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
8891
8892         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
8893         (packRegsForIYUse): Created and optimised.
8894
8895 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
8896
8897         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
8898 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
8899
8900         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
8901
8902         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
8903
8904         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
8905
8906 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8907
8908         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
8909
8910         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
8911
8912 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8913
8914         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
8915
8916         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
8917
8918         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
8919
8920 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
8921
8922         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
8923         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
8924         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
8925
8926         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
8927
8928         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
8929         (genNotFloat): Added.
8930         (genUminusFloat): Added.
8931
8932         * device/lib/z80/Makefile: Added floating pt stubs.
8933
8934         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
8935
8936         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
8937
8938         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
8939
8940 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8941
8942         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
8943
8944         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
8945
8946         * sdcc/support/regression/Makefile: Add port ds390.
8947
8948         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
8949
8950         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
8951
8952         * sdcc/support/regression/ports/ds390/spec.mk: Added.
8953
8954         * sdcc/support/regression/ports/ds390/support.c: Added.
8955
8956         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
8957
8958         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
8959
8960         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
8961
8962 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
8963
8964         * device/include/malloc.h: Added z80 and gbz80 support.
8965
8966         * device/lib/gbz80/heap.s: Added.
8967
8968         * device/lib/z80/heap.s: Added.
8969
8970         * device/lib/malloc.c: Added z80 and gbz80 support.
8971
8972         * support/regression/tests/malloc.c (testMalloc): Added.
8973
8974         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
8975
8976         * support/regression/tests/bug-478094.c: Added.
8977
8978         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
8979
8980 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
8981
8982         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
8983
8984         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
8985
8986         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
8987
8988         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
8989
8990         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
8991
8992 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
8993
8994         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
8995
8996 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
8997
8998         * support/regression/tests/bug-477927.c: Added.
8999
9000         * src/z80/peeph.def: Added minor rules.
9001
9002         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9003
9004         * src/z80/peeph.def: Added jump optimisation modification.
9005
9006 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9007
9008         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9009
9010 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9011
9012         * support/regression/tests/funptrs.c: Added.
9013
9014 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9015
9016         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9017
9018 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9019
9020         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9021
9022         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9023
9024         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9025         (movLeft2ResultLong): Created.
9026
9027         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9028         (joinPushes): Added.  Joins two char pushes into a word push.
9029
9030 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9031
9032         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9033
9034         * support/makebin/Makefile (install): Added creation of dest dir.
9035
9036 2001-10-24 Karl Bongers <karl AT turbobit.com>
9037
9038         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9039
9040 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9041
9042         * src/z80/ralloc.c: Turned off faulty pack for one use.
9043
9044         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9045
9046         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9047
9048 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9049
9050         * support/regression/Makefile: Improved clean
9051
9052         * support/regression/ports/gbz80/spec.mk: Added clean
9053
9054         * support/regression/ports/host/spec.mk: Added clean
9055
9056         * support/regression/ports/z80/spec.mk: Added clean
9057
9058         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9059
9060         * support/regression/ports/mcs51/timeout.c: little improvements
9061
9062 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9063
9064         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9065
9066         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9067
9068         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9069
9070 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9071
9072         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9073
9074         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9075
9076 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9077         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9078
9079         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9080
9081         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9082
9083         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9084
9085         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9086
9087         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9088
9089         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9090
9091         * support/regression/tests/longor.c: Added.
9092
9093 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9094
9095         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9096
9097         * as/mcs51/aslink.h: define PATH_MAX
9098
9099         * as/mcs51/asm.h: define PATH_MAX
9100
9101         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9102
9103         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9104
9105         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9106
9107         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9108
9109         * src/SDCCglobl.h: define PATH_MAX
9110
9111         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9112
9113         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9114
9115 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9116
9117         * src/z80/gen.c (gencjneshort): Fixed
9118
9119         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9120
9121 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9122
9123         * support/regression/tests/bug-469671.c: Added.
9124
9125         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9126
9127 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9128
9129         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9130
9131         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9132
9133 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9134
9135         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9136
9137         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9138
9139         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9140
9141         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9142
9143         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9144
9145         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9146
9147         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9148
9149 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9150
9151         * 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.
9152
9153         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9154
9155         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9156
9157 2001-10-07    <johan AT FRIJA>
9158
9159         * device/lib/gets.c (gets): fixed the return value.
9160
9161 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9162         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9163
9164         * 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.
9165
9166         * 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.
9167
9168         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9169
9170         * src/pic/gen.c: Removed Safe_strdup.
9171
9172         * configure.in: Added option to enable libgc support.
9173
9174         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9175         (bitVectUnion): Optimised.
9176         (bitVectIntersect): Optimised.
9177         (bitVectBitsInCommon): Optimised.
9178         (bitVectCplAnd): Optimised.
9179
9180         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9181
9182 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9183
9184         * src/SDCCmain.c: distinguish between assembler debug and plain options
9185
9186         * src/avr/main.c:   remove standard assembler options
9187
9188         * src/ds390/main.c: remove standard assembler options
9189
9190         * src/mcs51/main.c: remove standard assembler options
9191
9192         * src/port.h: removed "PENDING" comment
9193
9194 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9195
9196         * src/device/lib/_mulint.c  : new, with assember functions
9197
9198         * src/device/lib/_mullong.c : new, with assember functions
9199
9200         * src/device/lib/_divuint.c : with assember functions
9201
9202         * src/device/lib/_divsint.c : with assember functions
9203
9204         * src/device/lib/_divulong.c: with assember functions
9205
9206         * src/device/lib/_divslong.c: with assember functions
9207
9208         * src/device/lib/_moduint.c : with assember functions
9209
9210         * src/device/lib/_modsint.c : with assember functions
9211
9212         * src/device/lib/_modulong.c: with assember functions
9213
9214         * src/device/lib/_modslong.c: with assember functions
9215
9216         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9217
9218         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9219
9220         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9221                                       replaced _mululong.c and _mulslong.c by _mullong.c
9222
9223 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9224
9225         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9226
9227 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9228
9229         * src/SDCCglue.c: test, if win32api is available for MINGW
9230
9231 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9232
9233         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9234         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9235         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9236         * support/regression/ports/host/spec.mk: removed GENERIC
9237         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9238         * support/regression/ports/z80/spec.mk: removed GENERIC
9239
9240 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9241
9242         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9243
9244         * support/regression/tests/bug-467035.c: Created.
9245
9246 2001-10-01    <johan AT FRIJA>
9247
9248         * src/SDCC.y: fixed bug #466586 part 1
9249
9250 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9251
9252         * SDCCicode.c: z80 has no generic pointers
9253         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9254
9255 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9256
9257         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9258
9259 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9260
9261         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9262
9263         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9264
9265 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9266
9267         * configure.in: Fixed up so that ucsim is only configured once.
9268
9269         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9270
9271         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9272         (getPathDifference): As above.
9273
9274         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9275
9276         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9277
9278 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9279         * .version: Updated to 2.3.1
9280
9281         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9282         Added copyright header.
9283
9284         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9285         (assemble): Added support for macro based assembler commands.
9286         (linkEdit): Added support for macro based linker commands.
9287         (preProcess): Changed the pre-processor to use macros.
9288         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9289         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9290
9291         * device/lib/z80/crt0.s: Added module name for debugging.
9292
9293 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9294
9295         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9296
9297         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9298
9299         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9300
9301         * src/Makefile.in: Added SDCCmacro and SDCCutil
9302
9303 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9304
9305         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9306
9307 2001-09-16    <johan AT FRIJA>
9308
9309         * 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.
9310
9311 2001-09-15    <johan AT FRIJA>
9312
9313         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9314         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9315
9316 2001-09-11    <johan AT FRIJA>
9317
9318         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9319
9320 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9321
9322         * support/regression/tests/bug-460444.c: Added test case.
9323
9324         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9325         (genCast): Added justification for all of the asserts.
9326
9327 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9328
9329         * support/regression/support.c: _xdata replaced by xdata
9330
9331         * support/regression/spec.mk: removed _generic
9332
9333 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9334
9335         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9336
9337         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9338         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9339
9340         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9341
9342         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9343
9344         * support/regression/tests/bug-460010.c: Added test case.
9345
9346         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9347
9348 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9349
9350         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9351
9352         * support/regression/testfwk.c: removed workaround for bug #436344
9353
9354         * support/regression/tests/bp.c: use less memory with mcs51
9355
9356         * support/regression/tests/bug-441448.c: use less memory
9357
9358         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
9359
9360         * support/regression/collate-results.py: typo
9361
9362 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
9363
9364         * support/regression/tests/fetchoverlap.c: Added new test case.
9365
9366         * support/regression/tests/bp.c: Added new test case.
9367
9368         * support/regression/tests/bug-448984.c: Added new test case.
9369
9370         * support/regression/tests/pow2shifts.c: Added new test case.
9371
9372         * src/z80/gen.c: Turned off the noise it normally generates for the release.
9373         (genlshTwo): Fixed right shift for count > 8.
9374
9375         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
9376
9377 2001-09-08    <johan AT FRIJA>
9378
9379         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
9380
9381 2001-09-07    <johan AT FRIJA>
9382
9383         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
9384
9385         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
9386
9387 2001-09-06    <johan AT FRIJA>
9388
9389         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
9390         * bernhard noted me at this: "() equals to (void)" (1.38)
9391
9392 2001-09-05    <johan AT FRIJA>
9393
9394         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
9395
9396 2001-09-04    <johan AT FRIJA>
9397
9398         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
9399
9400
9401 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
9402
9403         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
9404
9405 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
9406
9407         * link/z80/aslink.h: Fixed path for PATH_MAX
9408
9409 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
9410
9411         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
9412
9413         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
9414
9415         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
9416
9417         * 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.
9418
9419 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
9420
9421         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
9422         (genCmp): Fixed up genCmp for the GB with longs.
9423
9424         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
9425
9426         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
9427
9428         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
9429
9430         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
9431
9432 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
9433
9434         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
9435
9436 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
9437
9438         * 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.
9439
9440         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
9441
9442 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
9443
9444         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
9445
9446         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
9447
9448 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
9449
9450   * sim/ucsim/configure:    little improvement of Cygwin-detection
9451   * sim/ucsim/configure.in: little improvement of Cygwin-detection
9452   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
9453   * support/regression/tests/bug-221100.c: small changes for mcs51
9454   * support/regression/tests/bug-221168.c: small changes for mcs51
9455   * support/regression/tests/bug-227710.c: small changes for mcs51
9456   * support/regression/tests/staticinit.c: small changes for mcs51
9457   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
9458   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9459   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9460
9461 $Revision$