44212d0ce844c63d513f3aeff6f9ffefb7c1e96d
[fw/sdcc] / ChangeLog
1 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/lib/Makefile.in: updated for port specific include
4
5 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
6
7         * support/regression/ports/mcs51/spec.mk: added mcs51 include
8
9 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
10
11         * device/include/8051.h,
12         * device/include/8052.h,
13         * device/include/at89S8252.h,
14         * device/include/at89c55.h,
15         * device/include/at89x051.h,
16         * device/include/at89x51.h,
17         * device/include/at89x52.h,
18         * device/include/mcs51reg.h,
19         * device/include/reg51.h,
20         * device/include/reg764.h,
21         * device/include/regc515c.h,
22         * device/include/sab80515.h: (re)moved these 12 files
23         * device/include/mcs51/8051.h,
24         * device/include/mcs51/8052.h,
25         * device/include/mcs51/at89S8252.h,
26         * device/include/mcs51/at89c55.h,
27         * device/include/mcs51/at89x051.h,
28         * device/include/mcs51/at89x51.h,
29         * device/include/mcs51/at89x52.h,
30         * device/include/mcs51/mcs51reg.h,
31         * device/include/mcs51/reg51.h,
32         * device/include/mcs51/reg764.h,
33         * device/include/mcs51/regc515c.h,
34         * device/include/mcs51/sab80515.h: and added them here
35
36 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
37
38         * device/include/stdarg.h: changed SDCC specific keywords to double
39           underlined form.
40         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
41           mcs51 and ds390.
42         * device/include/hc08/mc68hc908gp32.h,
43         * device/include/hc08/mc68hc908jb8.h,
44         * device/include/hc08/mc68hc908jkjl.h,
45         * device/include/hc08/mc68hc908qy.h: fixed comments
46         * device/include/mcs51/README: updated
47         * device/include/mcs51/c8051f120.h: added PINRSF
48         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
49         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
50           amidst code. Also inline is not supported.
51
52 2005-04-06 Raphael Neider <rneider AT web.de>
53
54         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
55         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
56           callers stack/frame pointers
57
58 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
59
60         * device/include/pic16/usart.h: added, missing in previous commit,
61         * device/include/pic16/adc.h: fixed typo,
62         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
63         commit,
64         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
65         <p18fxxx.inc>
66         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
67         uninitialized because a bug appears with gplink
68         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
69         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
70         complains for unrecognised option
71
72 2005-04-05 Raphael Neider <rneider AT web.de>
73
74         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
75           structs as well (using memcpy)
76         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
77           on ISRs (GOTO has no label)
78         * src/pic16/device.h: added OF_OPTIMIZE_DF
79         * src/pic16/main.c: added compiler switch --optimize-df to enable the
80           new data flow analysis/optimization
81         * src/pic16/pcode.c: added (prototypes for and implementation of)
82           dataflow analysis functions, fixed pCodeInstructions' inCond and
83           outCond values, made RCALL a branch instruction
84         * (pic16_unlinkpCode): keep C line if possible
85         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
86           C line moved if possible
87         * (pic16_getRegFrompCodeOp): NEW, improved version of...
88         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
89           to use new pic16_getRegFrompCodeOp (works for more SFRs)
90         * (pic16_BuildFlow): fixed skip instructions with label (did not start
91           new flow)
92         * (pic16_getJumptabpCode): NEW, needed in...
93         * (LinkFlow): fixed handling of jumptables, calls and conditional
94           branches
95         * (pic16_InsertCommentAfter): NEW
96         * (pic16_pCodeReplace): made verbose and flow preserving
97         * (AnalyzeFlow): added call to data flow analysis
98         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
99         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
100         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
101
102 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
103
104         * src/SDCCast.c (decorateType): fixed bug #1105626
105
106 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
107
108         * device/include/asm/pic16/features.h,
109         * pic18f*.h headers,
110         * device/include/pic16/adc.h,
111         * device/include/pic16/delay.h,
112         * device/include/pic16/i2c.h,
113         * device/include/pic16/malloc.h,
114         * device/include/pic16/stdio.h,
115         * device/include/pic16/stdlib.h,
116         * device/include/pic16/string.h,
117         * device/lib/pic16/libc/stdio/printf_tiny.c,
118         * device/lib/pic16/libc/stdio/printf_small.c,
119         * device/lib/pic16/libc/stdio/strmgpsim.c,
120         * device/lib/pic16/libc/stdio/strmmssp.c,
121         * device/lib/pic16/libc/stdio/strmusart.c,
122         * device/lib/pic16/libc/stdio/vfprintf.c,
123         * device/lib/pic16/libc/stdlib/ltoa.c,
124         * device/lib/pic16/libc/stdlib/putchar.c,
125         * device/lib/pic16/libc/stdlib/x_ftoa.c,
126         * device/lib/pic16/libc/stdlib/memchrpgm.c,
127         * device/lib/pic16/libc/stdlib/memchrram.c,
128         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
129         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
130         * device/lib/pic16/libio/adc/adcbusy.c,
131         * device/lib/pic16/libio/adc/adcread.c,
132         * device/lib/pic16/libio/adc/adcsetch.c,
133         * device/lib/pic16/libio/usart/ubaud.c,
134         * device/lib/pic16/libio/usart/ubusy.c,
135         * device/lib/pic16/libio/usart/udrdy.c,
136         * device/lib/pic16/libio/usart/uopen.c,
137         * device/lib/pic16/libio/usart/uputc.c,
138         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
139         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
140         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
141         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
142         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
143         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
144         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
145         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
146         specific keywords to double underlined form,
147         * device/lib/pic16/libc/Makefile.rules,
148         * device/lib/pic16/libsdcc/Makefile.rules,
149         * device/lib/pic16/libm/Makefile,
150         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
151         to compile with C standard set in Makefile.common
152         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
153         rand.c and crc.c in compilation process,
154         * device/lib/pic16/libsdcc/int/divuint.c,
155         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
156         `c' from signed to unsigned,
157         * device/lib/pic16/startup/crt0.c,
158         * device/lib/pic16/startup/crt0i.c,
159         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
160         keywords to double underlined form, bug fixes in _do_cinit function
161         which prevented the correct initialization of the .idata segment,
162         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
163         core to enter a infinite loop
164         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
165
166 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
167
168         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
169
170 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
171
172         * device/include/Makefile.in: add support for hc08 subdirectory
173         * device/include/hc08/: new subdirectory
174         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
175         Lucas Loizaga, thanks!
176         * device/include/hc08/mc68hc908qy.h,
177         * device/include/hc08/mc68hc908gp32.h,
178         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
179         their own directory. Changed internal macro names to use the compiler
180         reserved namespace. Changed SDCC specific keywords to double
181         underlined form.
182         * device/include/math.h,
183         * device/include/malloc.h,
184         * device/include/stdarg.h,
185         * device/include/stdbool.h
186         * device/include/string.h,
187         * device/include/tinibios.h,
188         * device/include/ds400rom.h,
189         * device/include/8051.h,
190         * device/include/8052.h,
191         * device/include/80c51xa.h,
192         * device/include/at89c55.h,
193         * device/include/at89S8252.h,
194         * device/include/at89x51.h,
195         * device/include/at89x52.h,
196         * device/include/ds80c390.h,
197         * device/include/reg764.h,
198         * device/include/regc515c.h,
199         * device/include/sab80515.h,
200         * device/include/mcs51/c8051f000.h,
201         * device/include/mcs51/c8051f018.h,
202         * device/include/mcs51/c8051f020.h,
203         * device/include/mcs51/c8051f040.h,
204         * device/include/mcs51/c8051f060.h,
205         * device/include/mcs51/c8051f120.h,
206         * device/include/mcs51/c8051f300.h,
207         * device/include/mcs51/c8051f310.h,
208         * device/include/mcs51/c8051f320.h,
209         * device/include/mcs51/c8051f330.h,
210         * device/include/mcs51/c8051f350.h,
211         * device/include/z180.h: Changed SDCC specific keywords to double
212         underlined form.
213
214 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
215
216         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
217         18F4455,
218         * (pic16_assignConfigWordValue): disable testing of configuration
219         register value with config mask,
220         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
221         function with port->fun_prefix,
222         * (genFunction): when generating a naked interrupt function never
223         create an absolute segment placed in interrupt vector address, place
224         the actual interrupt function at IVA instead, when an interrupt
225         function is generated with unspecified interrupt then do not create
226         the absolute section,
227         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
228         code for generating a call to generic pointer get/put function with
229         a call to function pic16_callGenericPointer(),
230         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
231         the call to the generic pointer get/put functions with prefixing the
232         function name with port->fun_prefix,
233         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
234         * src/pic16/main.c (_process_pragma): prefix function with
235         port->fun_prefix,
236         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
237         calling assembler, old 18Fxxxx macro is deprecated,
238         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
239         PC_ASMDIR in while condition,
240         * (findInstruction): add PC_ASMDIR in while condition,
241         * (buildCallTree): prefix main with port->fun_prefix,
242         * (pic16_pCode2str): fixed bug that didn't emit the memory access
243         identifier for variable with banked access in instructions BTFSS,
244         BTFSC, BCF, BSF, BTG
245         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
246         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
247         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
248         perform optimization when enviroment variable NO_REG_OPT is set,
249         * (insideLRBlock): NEW, return 1 if register is inside an
250         INF_LOCALREGS block,
251         * (RemoveRegFromLRBlock): remove a register that is completely
252         eliminated by register optimization, but it is still left in local
253         register store/restore in/from stack block,
254         * (Remove2pcodes): after removing register, check to see if it
255         should be removed from local register store/restore in/from stack
256         block,
257         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
258         DUMMY_READ_VOLATILE,
259
260         * device/include/pic16/adc.h: minor prototype modifications and
261         update,
262         * device/include/pic16/malloc.h: added GPL notice various
263         modifications,
264         * device/include/pic16/stdint.h: NEW, standard header for ints
265         * device/include/pic16/delay.h: NEW, header for delay functions,
266         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
267         delay1mtcy,
268         * device/include/pic16/signal.h: NEW, header providing helper macros
269         for implementing signal handlers,
270         * device/include/pic16/stdio.h: added prototypes for functions,
271         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
272         prototypes for stdin and stdout, added macro PUTCHAR to
273         automatically implement putchar function prototype,
274         * device/include/pic16/usart.h: modified and updated USART library,
275         * device/lib/pic16/libio/adc/,
276         * device/lib/pic16/libio/i2c: some modifications to improve library
277         performance,
278         * device/lib/pic16/libc/stdio/: modifications for the new printf*
279         family of functions,
280         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
281         family of functions and other sources,
282         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
283         of the PIC18Fxx[28] devices,
284         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
285         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
286         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
287         _do_cinit function, because the previous failed when local variables
288         where not placed in the same memory bank,
289         * device/lib/pic16/libsdcc/char/: various modifications to improve
290         library performance,
291         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
292         information on the new functions of the c library and more...
293
294 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
295
296         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
297
298 2005-03-26 Raphael Neider <rneider AT web.de>
299
300         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
301           if condition == CARRY)
302         * (genCmp): adapted to new genSkipc semantics
303         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
304           on rIfx (genCmp was broken)
305
306 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
307
308         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
309         * src/z80/main.c (_keywords[]),
310         * src/SDCCglobal.h (struct options),
311         * src/SDCC.y,
312         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
313         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
314         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
315         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
316         always available in leading double underscore form. The C99 support is
317         mostly missing, but it's a start.
318         * support/regression/tests/bug-227710.c: fixed nonconforming use of
319         reserved identifier "__data".
320
321 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
322
323         * src/mcs51/peeph.def: fixed bug 1170013
324
325 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
326
327         * device/include/mcs51reg.h: fixed bug 842007
328
329 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
330
331         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
332         last time.
333
334 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
335
336         * src/port.h (struct PORT),
337         * src/avr/ralloc.c (avr_assignRegisters),
338         * src/avr/main.c,
339         * src/ds390/ralloc.c (ds390_assignRegisters),
340         * src/ds390/main.c,
341         * src/hc08/ralloc.c (hc08_assignRegisters),
342         * src/hc08/main.c,
343         * src/mcs51/ralloc.c (mcs51_assignRegisters),
344         * src/mcs51/main.c,
345         * src/pic/ralloc.c (pic14_assignRegisters),
346         * src/pic/main.c,
347         * src/pic16/ralloc.c (pic16_assignRegisters),
348         * src/pic16/main.c,
349         * src/xa51/ralloc.c (xa51_assignRegisters),
350         * src/xa51/main.c,
351         * src/z80/ralloc.c (z80_assignRegisters),
352         * src/z80/ralloc.h,
353         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
354         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
355         * src/SDCCcse.h,
356         * src/SDCCdflow.c (computeDataFlow),
357         * src/SDCCdflow.h,
358         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
359         * src/SDCCloop.h,
360         * src/SDCCcflow.c (*),
361         * src/SDCCcflow.h,
362         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
363         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
364         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
365         immedDom() returning wrong block; probably fixes bug #1160833)
366
367 2005-03-20 Borut Razem <borut.razem AT siol.net>
368
369         * support/scripts/inc2h.pl: WIN32 port
370
371 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
372
373         * device/lib/makefile.in: added abs.c and labs.c
374
375 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
376
377         * device/include/stdint.h: added
378         * device/lib/abs.c: added
379         * device/lib/labs.c: added
380         * device/include/stdlib.h: added abs() and labs() prototypes
381         * device/lib/libsdcc.lib: added abs and labs
382         * device/include/float.h,
383         * device/lib/_fsmul.c,
384         * device/lib/printf_fast.c,
385         * device/lib/printf_tiny.c: updated comments
386
387 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
388
389         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
390         bug #1164313
391
392 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
393
394         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
395         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
396
397 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
398
399         * device/lib/printf_large.c: removed inline assembly for portability and
400           readability. Use printf_fast if speed or size are more important.
401         * src/pic16/gen.c: removed conditions around use of DEBUGpc
402         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
403
404 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
405
406         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
407         prevent compiler warning
408
409 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
410
411         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
412         moved to level 0 and declared as static. Also they are explicit
413         placed in access bank. This was necessery because some times they
414         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
415         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
416         optimizations. Currently only compare to unsigned char is implemented,
417         * src/pic16/gen.c: added fReturnIdx array,
418         * (struct resolvedIfx) is moved to gen.h and made public,
419         * (struct _G): added sregsAlloc and sregsAllocSet fields,
420         * (aopForSym): added an optimization to directly store in stack of
421         the operand of a SEND iCode,
422         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
423         but as registers instead (AOP_REG) using the fReturnIdx array,
424         * (pic16_freeAsmop): remove the freed register from the
425         _G.sregsAlloc field,
426         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
427         a compare of 'WREG',
428         * (pic16_popGetTempRegCond): changed function prototype, now
429         function takes also a bitVector argument v which holds the current
430         set of registers that are allocated for stack access by aopForSym,
431         registers allocated in aopForSym for accessing stack symbols are not
432         any more part of the functions usedRegs field,
433         * (genCall): some times aopOp is called for a stack variable to be
434         send, aopForSym might perform the push, if this is true make sure
435         that genCall doesn't push the variable twice by testing _G.resDirect,
436         * (genFunction): changed testing for unspecified interrupt number
437         from 256 to INTNO_UNSPEC,
438         * modified selection scheme of frame pointer generation. Previously
439         if function did use local registers a frame pointer was generated,
440         now a frame pointer is generated only if function has arguments
441         (that need PLUSW2 register access), or has stack arguments, or the
442         compiler is not instructed to omit the frame pointer,
443         * (genEndFunction): before restoring local registers that were saved
444         in the function preamble, also restore the registers that *might*
445         have been allocated for stack access,
446         * (genRet): removed some old comments,
447         * (genCmp, the active (RN's) version): added a call to the
448         pic16_genCmp_special function to perform the compare with a more
449         robust and optimized way,
450         * (genInline): a feature has been added in inline code generation,
451         which allows a wildcard variable substitution when writing inline
452         assembly. Code is incomplete and experimental therefore undocumented,
453         * (genCast): changed order of aopOp for result and right to allow
454         aopForSym to directly load the result if possible,
455         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
456         perform an optimized compare on some selected special occasions,
457         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
458         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
459         generate an IVT any more,
460         * src/pic16/main.c (pic16_optionsTable): added command line option
461         --optimize-cmp,
462         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
463         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
464         macros,
465         * src/pic16/NOTES: Raphael Neider added in list of active developers
466         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
467         jumptable_end to prevent bug #,
468         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
469         inCond and outCond fields,
470         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
471         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
472         turn off register spilling,
473         * (packRegsForOneUse): synced with other ports' versions although it
474         is not used currently,
475         * (pic16_packRegisters): added an optimization while reading
476         structure bitfields, some registers may be saved (malloc code is
477         decreased by 80 bytes)
478
479 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
480
481         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
482         left is a bitfield, if yes, then don't optimize assignment. Perhaps
483         this can be optimized more?
484
485 2005-03-10 Raphael Neider <rneider AT web.de>
486
487         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
488           genNearPointerGet): (hopefully) fixed access to bitfields via
489           pointers (p->bitN = x; and x = p->bitN; failed)
490
491 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
492
493         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
494
495 2005-03-09 Raphael Neider <rneider AT web.de>
496
497         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
498
499 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
500
501         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
502         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
503           (regTypeNum): set REG_BIT type if necessary
504         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
505         * support/regression/tests/critical.c: check bug 1144613
506
507 2005-03-02 Raphael Neider <rneider AT web.de>
508
509         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
510
511 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
512
513         * src/avr/ralloc.c (serialRegAssign),
514         * src/ds390/ralloc.c (serialRegAssign),
515         * src/hc08/ralloc.c (serialRegAssign),
516         * src/mcs51/ralloc.c (serialRegAssign),
517         * src/pic/ralloc.c (serialRegAssign),
518         * src/pic16/ralloc.c (serialRegAssign),
519         * src/xa51/ralloc.c (serialRegAssign),
520         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
521
522 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
523
524         * src/SDCCast.c (decorateType): fixed bug 1124787
525
526 2005-02-20 Hubert Sack <sack AT digiplan.de>
527         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
528
529         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
530         patch #1121755
531
532 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
533
534         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
535         to keep the correct label reference count when adding/removing references
536         to labels. A peephole file using this is appended to patch #1144962.
537
538 2005-02-14 Raphael Neider <rneider AT web.de>
539
540         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
541         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
542         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
543           retrievals of result operand's value on assignment
544
545 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
546
547         * device/include/pic16/string.h: modified prototype for memccpy()
548         to memccpy(void *, void *, char, size_t)
549         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
550         check whether to omit frame pointer or not,
551         * (genInline): convert all occurences of "\n" to LF in inline
552         assembler blocks, this helps formatting the inline text,
553         * (pic16_loadFSR0): modified prototype,
554         * (genNearPointerGet, genNearPointerSet): reorganization of code,
555         removed some 8051 legacy code,
556         * (genPackBits): enabled handling bitfields exceeding one byte in size,
557         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
558         before allocating temporary registers in functions,
559
560 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
561
562         * support/regression/tests/bitvars.c: corrected the "fix"
563
564 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
565
566         * support/regression/tests/bitvars.c,
567         * support/regression/tests/bitwise.c,
568         * support/regression/tests/rotate.c: "fixed" problems on Alpha
569
570 2005-02-10 Raphael Neider <rneider AT web.de>
571
572         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
573           different size for Alpha
574         * src/pic16/gen.c (genCmpEq) : improved compare with 0
575
576 2005-02-09 Raphael Neider <rneider AT web.de>
577
578         * src/SDCC.lex(doPragma) : save and restore warning options as well
579           (also added new stack plus clone- and copyAndFreeSDCCERRG())
580         * have #pragma less_pedantic set the errorlevel to WARNING
581           (fixes #1117001)
582         * (cloneOptimize) : fixed wrong malloc's size
583         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
584           facilitate correct handling of #pragma (save|restore)
585
586 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
587
588         * src/mcs51/gen.c: removed non-standard C nameless struct/union
589
590 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
591
592         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
593
594 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
595
596         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
597
598 2005-02-02 Raphael Neider <rneider AT web.de>
599
600         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
601         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
602         * (pic16_storeForReturn): fixed to allow returning function pointers
603         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
604         * device/include/pic16/{stddef.h,stdbool.h}: added
605
606 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
607
608         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
609
610 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
611
612         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
613         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
614          appeared to be required
615
616 2005-01-31 Borut Razem <borut.razem AT siol.net>
617
618         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
619           include/mcs51 and include/z80 directories to the package
620
621 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
622
623         * src/hc08/gen.c (genFunction): fixed bug #1112752
624
625 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
626
627         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
628
629 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
630
631         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
632
633 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
634
635         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
636
637 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
638
639         * device/include/c8051fxxx.h: removed these 6 files
640         * device/include/mcs51/c8051fxxx.h: added these 11 new files
641
642 2005-01-26 Raphael Neider <rneider AT web.de>
643
644         * src/pic16/gen.c (genAssign): fixed assignment from longs
645           in codespace (were cut to three bytes)
646         * (genDummyRead): implemented (except for CODESPACE...),
647           fixed bug #1108575
648         * src/pic16/glue.c (emitStatistics): beautified
649         * device/lib/pic16/libm/Makefile: added include path
650
651 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
652
653         * src/z80/gen.c (aopPut): fixed bug #1103902
654
655 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
656
657         * device/lib/expf.c: fixed bug #1095792
658
659 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
660
661         * device/lib/pic16/libm: added Math library sources
662
663 2005-01-24 Raphael Neider <rneider AT web.de>
664
665         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
666           to enable upcast to pCodeOpReg2 (there is no type tag to
667           differenciate the two and pic16_popGet2p cast into PCOR2)
668         * src/pic16/main.c (_process_pragma): fixed another malloc bug
669           (sizeof(sectNames) changed to sizeof(sectName))
670           Both patches fix segfaults under MinGW.
671
672 2005-01-23 Raphael Neider <rneider AT web.de>
673
674         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
675           Safe_[mc]?alloc()'ed variables
676         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
677           of (byte sized) temporaries (assign them to WREG for now)
678         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
679           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
680           this might fix SIGSEGVs on MinGW...
681         * src/SDCCopt.c (killDeadCode): restored original behaviour
682           (volatile operands might get thrown away though)
683
684 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
685
686         * src/pic16/gen.c: fixed bug #1106975,
687         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
688         pointer update, INTCON is saved, global interrupts are disabled and
689         restored after updateing TOS.
690         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
691         * added function attribute 'shadowregs' to take advantage of shadow
692         registers,
693         * added function attribute 'wparam' as an alternative to the wparam
694         pragma,
695         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
696         user declares a non-ISR function as 'shadowregs',
697         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
698
699 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
700
701         * .version: bumped version number to 2.4.8
702         * device/lib/pic16/pics.all: list of PIC18F devices supported by
703         pic16 port,
704         * device/lib/pic16/libio/i2c/: I2C module support library,
705         * device/include/pic16/i2c.h: I2C support library header,
706         * device/lib/pic16/libc/stdio/: standard IO support sources,
707         * (printf_small.c): printf_small() source, supports float print,
708         * (printf_tiny.c): printf_tiny() source, does not support floats,
709         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
710         enable global optimizations for entire library source, other
711         Makefiles in the source tree are also modified to reflect this,
712         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
713         function,
714         * doc/sdccman.lyx: updated to reflect new changes,
715         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
716         sym->onStack if-case,
717         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
718         sbit, idata, _idata, xdata, _xdata,
719         * added pragma library, to link an external library, (see doc),
720         * removed command line options, --pomit-config-words, --pomit-ivt,
721         --pleave-reset-vector,
722         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
723         when calling assembler to reflect memory model used, also define
724         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
725         reflect stack model used,
726         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
727         on stack return NULL,
728
729 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
730
731         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
732           of the operands is volatile. Fixes #1020220
733
734 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
735
736         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
737         * (OptimizeRegUsage): make sure that there is really no other flow where
738           the first pCode is used
739
740 2005-01-22 Raphael Neider <rneider AT web.de>
741
742         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
743           to fix #1106967 (pCode->seq are not set up correctly)
744
745 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
746
747         * src/SDCCglue.c (glue): make sure code area is declared before the
748         static initialization area.
749
750 2005-01-21 Raphael Neider <rneider AT web.de>
751
752         * device/lib/Makefile.in: fixed test for pic16 install dir
753         * device/lib/pic16/*/Makefile*: modified compile flags to enable
754           optimizations
755         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
756           added --optimize-goto compiler switch and pragma wparam documentation
757         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
758         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
759           and PRODH closing bug #1071770 (peephole optimizer)
760
761 2005-01-19 Raphael Neider <rneider AT web.de>
762
763         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
764           cmdLine buffers (used when calling sdcpp...) are large enough
765           (MAX_PATH=256 truncates arguments leading to system halts when
766           used in MinGW...)
767         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
768         * (genUminus): rewritten to for efficiency
769         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
770           used uninitialized in some cases)
771         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
772           copy the third byte from the int -- now assumes 0x80 (data memory)
773         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
774           operands (genAddLit expects the iCode's operands to swapped as
775           well), fixed leftover bytes (crashed for short left operands)
776         * (pic16_genMinusDec): performance improvements, removed false
777           PIC14 emitSKPNCs
778         * (pic16_genMinus): fixed to cope with differently sized operands
779         * src/pic16/glue.c (pic16_glue): added new banksel optimization
780           for --obanksel > 1
781         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
782         * src/pic16/graph.[ch]: implementation of directed graphs, used by
783           new banksel optimization
784         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
785           analysis for temporary registers (segfaults...)
786         * src/pic16/peeph.def: added rule
787
788 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
789
790         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
791         which converts a float number to its ASCII representation
792         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
793         functions to convert the fractional and integer part of a float to ASCII,
794         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
795         realloc.c): added _MALLOC_SPEC to explicit place variables in data
796         ram
797         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
798         _STATMEM macros,
799         * device/include/pic16/adc.h: added GPL info,
800         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
801         a pCodeOp as tested operand,
802         * (genNearPointerGet): optimized bit testing, does not use
803         intermediate register for bit value, test directly instead with
804         BTFSS, BTFSC, works only for single bits,
805         * (genpic16Code): dump the name of the iCode in the asm,
806         * src/pic16/ralloc.c (decodeOp): removed static declaration and
807         renamed to pic16_decodeOp,
808         * (serialRegAssign): do not allocate a temporary register for iCode
809         sequences that test a single bit for 1/0
810
811 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
812
813         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
814         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
815         access stack and frame pointers. They are initially assigned to
816         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
817         accessing SFRs. Updated all occurences of modification of stack or
818         frame pointer in gen.c and pcode.c,
819         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
820         assigning of a literal value to pointers,
821         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
822         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
823         selected
824
825 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
826
827         * doc/sdccman.lyx: update documentation about stack pragma, added
828         some info for stack memory models
829
830 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
831
832         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
833
834 2005-01-08 Raphael Neider <rneider AT web.de>
835
836         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
837           udata sections to fix bug #1097823
838
839 2005-01-05 Raphael Neider <rneider AT web.de>
840
841         * src/pic16/gen.c (genGenericShift): added handling of differently
842           sized left operand and result
843
844 2005-01-04 Raphael Neider <rneider AT web.de>
845
846         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
847         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
848           to hold the condition bit)
849         * added new version of genCmp (old code available via #define)
850         * added new version of genShiftLeft/genShiftRight in a generic
851           way, now supports shifting by negative values
852         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
853           shiftCount (expected by genGenericShift)
854         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
855         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
856           dump
857         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
858           is an invalid literal too...)
859
860 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
861
862         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
863         from Raphael Neider,
864         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
865         for 8-bit literals. This fixes some literal operands which are sign
866         extended to 16-bits ints when instruction needs only 8-bits.
867
868 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
869
870         * device/lib/logf.c: added mcs51 assembly version
871         * device/lib/expf.c: added mcs51 assembly version
872         * device/lib/_logexpf.c: new shared asm code for expf and logf
873         * device/include/math.h: add defines for assembly math library
874         * device/lib/Makefile.in: build new _logexpf.c
875         * device/lib/libfloat.lib: use new _logexpf.c
876
877 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
878
879         * src/pic/device.c
880         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
881           device types which have less than 0x7f registers.
882
883 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
884
885         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
886
887 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
888
889         * device/lib/printf_fast.c: only build on supported arch.
890         * device/lib/printf_tiny.c: only build on supported arch.
891         * device/lib/printf_fast_f.c: only build if asm float lib
892         * device/lib/_fsget1arg.c: only build if asm float lib
893         * device/lib/_fsget2args.c: only build if asm float lib
894         * device/lib/_fsnormalize.c: only build if asm float lib
895         * device/lib/_fsreturnval.c: only build if asm float lib
896         * device/lib/_fsrshift.c: only build if asm float lib
897         * device/lib/_fsswapargs.c: only build if asm float lib
898         * device/include/stdio.h: don't provide print_fast,
899           print_fast_f, print_tiny prototypes if --xstack used
900
901 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
902
903         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
904         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
905           to the SOURCES
906
907 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
908
909         * device/lib/printf_fast_f.c: same as printf_fast, but
910           with floating point enabled
911         * device/lib/printf_fast.c: minor tweaks
912         * device/include/stdio.h: add printf_fast_f
913
914 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
915
916         * src/SDCCmain.c: make --float-reent default for mcs51
917         * device/lib/_fsadd.c: added mcs51 assembly version
918         * device/lib/_fssub.c: added mcs51 assembly version
919         * device/lib/_fsmul.c: added mcs51 assembly version
920         * device/lib/_fsdiv.c: added mcs51 assembly version
921         * device/lib/_fseq.c: added mcs51 assembly version
922         * device/lib/_fsneq.c: added mcs51 assembly version
923         * device/lib/_fsgt.c: added mcs51 assembly version
924         * device/lib/_fslt.c: added mcs51 assembly version
925         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
926         * device/lib/Makefile.in: add _fscmp to build
927         * device/lib/libfloat.lib: add _fscmp to build
928
929 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
930
931         * device/lib/_fs2slong.c: added mcs51 assembly version
932         * device/lib/_fs2sint.c: added mcs51 assembly version
933         * device/lib/_fs2schar.c: added mcs51 assembly version
934         * device/lib/_fs2ulong.c: added mcs51 assembly version
935         * device/lib/_fs2uint.c: added mcs51 assembly version
936         * device/lib/_fs2uchar.c: added mcs51 assembly version
937         * device/lib/_slong2fs.c: added mcs51 assembly version
938         * device/lib/_sint2fs.c: added mcs51 assembly version
939         * device/lib/_schar2fs.c: added mcs51 assembly version
940         * device/lib/_ulong2fs.c: added mcs51 assembly version
941         * device/lib/_uint2fs.c: added mcs51 assembly version
942         * device/lib/_uchar2fs.c: added mcs51 assembly version
943         * device/include/float.h: added #define to select asm vs c
944
945 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
946
947         * device/lib/printf_fast.c: improvements to float output
948         * device/include/float.h: add defines for assembly float library
949         * device/lib/_fsget1arg.c: receive 1 float arg
950         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
951         * device/lib/_fsnormalize.c: normalize a float
952         * device/lib/_fsreturnval.c: return float, various helper routines
953         * device/lib/_fsrshift.c: right shift a float's mantissa
954         * device/lib/_fsswapargs.c: swap 2 floats
955         * device/lib/Makefile.in: build these 6 new files for mcs51
956         * device/lib/libfloat.lib: add these 6 files to the library
957
958 2004-12-26 Borut Razem <borut.razem AT siol.net>
959
960         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
961           built by gcc 3.4.2
962
963 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
964
965         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
966           and fully reentrant and register bank neutral.
967         * device/lib/printf_fast.c: added float (not enabled by default),
968           added compact/slower integer (also not enabled by default),
969           improved size/speed of fast integer code, other minor changes
970         * device/include/stdio.h, device/lib/Makefile.in,
971           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
972
973 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
974
975         * src/pic16/pcode.c: declaring variables other than at the start of a
976           block is not supported in C by VC6.
977
978 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
979
980         * applied a previous patch from Raphael Neider that wasn't included
981         in the previous commits, which fixes infinite loops within jumptable
982         improvements,
983         * made some fixes that previous patches introduced
984
985 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
986
987         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
988         that fixes an issue with AOP_PCODE asmop's offset,
989         * (pic16_popCopyReg): update instance field too,
990         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
991         function of pic port,
992         * (genCmp, genAnd, genAssign),
993         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
994
995 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
996
997         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
998         variables initial values to idata section,
999         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
1000         variables in some functions. This utilizes parmBytes field of iCode
1001         structure to hold the offset of the variable in stack. (might be
1002         able to use the stack field too?)
1003         * applied patch from Raphael Neider # ### , # ###
1004         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
1005         variable initial values in idata section,
1006         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
1007         for static variables with initial value
1008         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
1009         applied fix in while loop from Raphael Neider.
1010
1011 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
1012
1013         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
1014         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
1015         * src/ds390/ralloc.c (serialRegAssign): spill bits
1016         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
1017         * support/Util/SDCCerr.c,
1018         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
1019         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
1020         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
1021
1022 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
1023
1024         * device/include/sdcc-lib.h: inserted LGPL, added includes
1025           asm/ds390/features.h and asm/mcs51/features.h
1026         * device/include/asm/default/features.h,
1027         * device/include/asm/gbz80/features.h,
1028         * device/include/asm/z80/features.h: added empty _AUTOMEM
1029           and _STATMEM
1030         * device/include/asm/ds390/features.h,
1031         * device/include/asm/mcs51/features.h: added files with defines for
1032           _AUTOMEM and _STATMEM indicating automatic and static storage class
1033         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
1034         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
1035         * src/SDCCicode.c (geniCodeCast),
1036         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
1037         * src/SDCCloop.c (loopInduction): removed unused variable lr
1038         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
1039           to convertToFcall to include char modulo (RFE 1065037), added check
1040           if left operand is unsigned and use abs of literal value
1041         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
1042           as it doesn't work after conversion from peephole.def to peephole.rul
1043         * src/mcs51/gen.c (toBoolean): added check for size,
1044           (genModOneByte): optimized code for signed char modulo a literal
1045           power of 2 (thanks to Hubert Sack),
1046           (genRRC): removed unnecessary "clr c",
1047           (genRLC): replaced "add a,acc" with cheaper "rlc a"
1048         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
1049           jump optimization,
1050           swapped rules 256.c and 256.d,
1051           extended 256.d by using new multiple checks (thanks Erik),
1052           added rules 256.e and 256.f,
1053           updated rule 261.a and 261.b to new generated code
1054         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
1055
1056 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1057
1058         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
1059           induction related bugs, including first part of bug #1074377
1060
1061 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
1062
1063         * applied patch from bug-report #1076292,
1064         * applied patches for genAnd and Goto-optimizations for Raphael
1065         Neider,
1066         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
1067         dump a less iCode information,
1068         * src/pic16/device.h (pic16_options_t): added field debgen,
1069         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
1070         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
1071         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
1072         puclic,
1073         * (various functions): added macros FENTRY and FENTRY2 to functions,
1074         to emit function prologue,
1075         * (various functions): fixed indentation,
1076         * (genNearPointerGet): fixed loading of FSR0,
1077         * (genPackBits): applied patch from Raphael Neider to fix updating
1078         of FSR0 and touching only the modified bits,
1079         * src/pic16/genarith.c (various functions): added macros FENTRY to
1080         emit function prologue in comments,
1081         * src/pic16/pcode.h: added functions debugf2, debugf3,
1082         * src/pic16/ralloc.c: partial fix for packForPush caused
1083         segmentation fault,
1084
1085 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1086
1087         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
1088           <stsp AT users.sourceforge.net> with reversed byte order
1089         * support/regression/tests/rotate.c: added (ds390 skips some tests)
1090
1091 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1092
1093         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
1094           bug #1074377
1095         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
1096         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
1097
1098 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
1099
1100         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
1101
1102 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1103
1104         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
1105           conditions,
1106           (setFromConditionArgs): friendly operand parser for peephole rules,
1107           (operandBaseName, operandsNotRelated): new peephole condition
1108           "operandsNotRelated" -- similar to "operandsNotSame", but takes
1109           architecture specific register naming into account, handles n-way
1110           comparisons, and supports quoted literals
1111         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
1112
1113 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1114
1115         * src/mcs51/peeph.def: fixed bug #1076940
1116
1117 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
1118
1119         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
1120
1121 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1122
1123         Adding support for replacing ljmps with sjmps in jumptables
1124         generated for switch statements. For now you need to set the
1125         environment variable SDCC_SJMP_JUMPTABLE to enable this.
1126         Now 4 algorithms for mcs51 jumptable generation are used:
1127         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
1128         addresses loaded pc-relative for up to 112 cases and stack-pushing
1129         target addresses loaded with offset from dptr for up to 256 cases.
1130
1131         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
1132         * src/mcs51/main.c: adapted constants for switch table generation
1133         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
1134
1135 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
1136
1137         * device/lib/printf_large.c (_print_format): fixed bug 1073386
1138         * support/regression/tests/bug1057979.c: added test for bug 1073386
1139
1140 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
1141
1142         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
1143         compilers
1144
1145 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
1146
1147         * src/pic16/device.h,
1148         * src/pic16/genarith.c,
1149         * src/pic16/glue.c,
1150         * src/pic16/main.c,
1151         * src/pic16/pcode.c: applied patches #1068154 and #1070213
1152
1153 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
1154
1155         Large cummulative patch for pic16 port.
1156         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
1157         to call when a stack overflow occurs,
1158         * (malloc.h): added CVS Id tag,
1159         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
1160         variable,
1161         * added libc directory. The current version of LibC contains string
1162         functions, ctype functions and macros and some functions of the
1163         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
1164         be extensively tested in the future. Standard disclaimer here.
1165         Library is not automatically build yet. But one can build it by
1166         invoking 'make' inside the libc directory.
1167         * added ADC library under libio. Preliminary version yet.
1168
1169         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
1170         * src/pic16/gen.c (aopForRemat): asmop size is filled by
1171         aopForRemat() now and not by pic16_aopOp(),
1172         * (pic16_popGetTempReg): removed warning messgae when allocating
1173         temporary registers, its a buggy feature and will be removed,
1174         * (pic16_popGet): set register instance field in AOP_CRY,
1175         * (pic16_outBitC): fixed for results in size greater than 1,
1176         * (genUminusFloat): fixed for pic16, ported code from mcs51,
1177         * (pic16_storeForReturn): optimized return of 0,
1178         * (genCmp): experimental code for new genCmp which uses PIC18's
1179         special compare&skip instructions. Initial tests fail some times
1180         with variables grater than 1 byte in size, so new code is disabled,
1181         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
1182         a single bit,
1183         * (genCast): began a fix to optimize the casting of a bit to another
1184         bit, now assigning a bitfield to another bitfield will fail, sorry,
1185         * src/pic16/main.c: disabled the use of lr-support feature,
1186         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
1187         * added some function prototypes, added function _debugf prototype,
1188         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
1189         bits with offset (case PO_GPR_BIT),
1190         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
1191         command line,
1192         * (isBankInstruction): modified to return 0 for no banking instruction,
1193         and 1 for banking instruction,
1194         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
1195         caused stop processing pCodes after a inline assembly block,
1196         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
1197         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
1198         registers when it shouldn't,
1199         * src/pic16/ralloc.c (allocReg): add preliminary support for
1200         supporting a limited set of temporary registers,
1201
1202 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1203
1204         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
1205           genDataPointerSet): ensure assignments always copy in MSB to LSB
1206           order,
1207           (loadRegFromAop): recognize CLRH optimization,
1208           (genFunction): optimize RECEIVE iCodes in reentrant functions
1209
1210 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1211
1212         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
1213           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
1214           selected.
1215         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
1216         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
1217           contiguous with data
1218
1219 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1220
1221         * device/lib/_gptrget.c (_gptrget),
1222         * device/lib/_gptrgetc.c (_gptrgetc),
1223         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
1224           instead of sjmp to ret
1225         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
1226           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
1227
1228 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1229
1230         * .version: bumped version to 2.4.7
1231         * device/lib/_gptrget.c (_gptrget): is now _naked
1232         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
1233         * device/lib/_gptrput.c (_gptrput): is now _naked
1234         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
1235           (createFunction): fixed xstack
1236         * src/SDCCglue.c (emitMaps): set allocation required for bit area
1237         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
1238           or bit either,
1239           (geniCodeCritical): store original interrupt state in an iTemp bit
1240           var unless stack-auto
1241         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
1242         * src/SDCCmain.c (setIncludePath): added include/target to search path
1243         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
1244         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
1245           prototype,
1246           (processFuncArgs): put bit vars in bit area
1247         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
1248           unsaveRBank): fixed xstack,
1249           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
1250           (genFunction, genEndFunction): fixed xstack,
1251           (genAssign): optimization don't walk backwards through mem
1252         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
1253         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
1254         * support/regression/Makefile: also make library (for stack-auto) when
1255           making "all" and added "test-mcs51-xstack-auto"
1256         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
1257         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
1258         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
1259         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
1260         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
1261           make-library by MAKE_LIBRARY
1262         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
1263           regression tests for xstack
1264         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
1265         * support/regression/tests/critical.c: test for critical on mcs51
1266
1267 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1268
1269         * support/regression/ports/ucz80/spec.mk: use include and lib files from
1270           built version of sdcc instead of installed version
1271
1272 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1273
1274         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
1275         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
1276           vprintf.c now
1277         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
1278         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
1279           WARNING: remove device/lib/build/z80/printf.o by hand when
1280           updating from previous build!
1281         * device/lib/z80/printf.c: updated comment
1282         * support/regression/tests/bug1057979.c: test all ports now
1283         * support/regression/tests/bug1065458.c: file added
1284
1285 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1286
1287         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
1288           *_start and *_end symbols for static functions
1289
1290 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
1291
1292         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
1293           and search crt0.o in all library paths,
1294           (setIncludePath): proper handling of --nostdinc,
1295           (setLibPath): proper handling of --nostdlib
1296         * support/regression/Makefile,
1297         * support/regression/ports/ds390/spec.mk,
1298         * support/regression/ports/gbz80/spec.mk,
1299         * support/regression/ports/hc08/spec.mk,
1300         * support/regression/ports/mcs51/spec.mk,
1301         * support/regression/ports/mcs51-large/spec.mk,
1302         * support/regression/ports/mcs51-stack-auto/spec.mk,
1303         * support/regression/ports/z80/spec.mk: use include and lib files from
1304           built version of sdcc instead of installed version
1305         * doc/sdccman.lyx: fixed typo in --nostdinc
1306
1307 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
1308
1309         * src/pic/pcode.c,
1310         * src/pic/device.c,
1311         * src/pic/ralloc.c,
1312         * src/pic/gen.c : added support to generate code for struct bit fields.
1313
1314 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1315
1316         * as/xa51/xa_version.h,
1317         * device/include/errno.h,
1318         * device/include/regc515c.h,
1319         * device/lib/_itoa.c,
1320         * device/lib/_ltoa.c,
1321         * device/lib/ser_ir_cts_rts.c,
1322         * sim/ucsim/xa.src/glob.cc,
1323         * sim/ucsim/xa.src/inst_gen.cc,
1324         * sim/ucsim/xa.src/xa_bit.cc,
1325         * sim/ucsim/xa.src/xa_sfr.cc,
1326         * sim/ucsim/z80.src/inst_dd.cc,
1327         * sim/ucsim/z80.src/inst_fdcb.cc,
1328         * support/scripts/keil2sdcc.pl,
1329         * src/pic16/pic16.dsp,
1330         * src/pic16/pic16a.dsp: corrected cvs line endings
1331         * device/lib/printf_large.c: fixed bug 1057979
1332         * src/pic16/gen.c: fixed non-C standard code
1333         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
1334         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
1335         * support/regression/ports/mcs51/support.c: reload T1 asap
1336         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
1337           pdata use and clear idata startup behaviour
1338         * support/regression/tests/bug1057979.c: added
1339
1340 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
1341
1342         * device/examples/ds390/ow390/ad26.h,
1343         * device/examples/ds390/ow390/cnt1d.h,
1344         * device/examples/ds390/ow390/crcutil.c,
1345         * device/examples/ds390/ow390/ownet.h,
1346         * device/examples/ds390/ow390/owsesu.c,
1347         * device/examples/ds390/ow390/swt12.h,
1348         * device/examples/ds390/ow390/swtoper.c,
1349         * device/examples/ds390/ow390/temp10.h,
1350         * device/examples/ds390/ow390/thermodl.c,
1351         * device/examples/ds390/tinitalk/tinitalk.dsp,
1352         * device/examples/ds390/tinitalk/tinitalk.dsw,
1353         * device/examples/mcs51/clock/hw.h,
1354         * device/examples/mcs51/simple2/go.bat,
1355         * device/examples/serialcomm/windows/serial.h,
1356         * device/examples/xa51/dummy.c,
1357         * device/examples/xa51/hello.c,
1358         * device/include/80c51xa.h,
1359         * device/include/at89x051.h: corrected cvs line endings
1360
1361 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
1362
1363         * src/pic16/main.c (options): added command line --gstack, to trace
1364         stack over/under flows,
1365         * added pragma 'wparam' to allow passing first byte of function
1366         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
1367         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
1368         call to __gstack_test function and sets up the symbol as extern,
1369         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
1370         * popaop): added call to pic16_testStackOverflow,
1371         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
1372         wparamList list,
1373         * (genCall, genPcall): now all parameters are passed via stack
1374         except in functions that are pass to wparam pragma in which WREG is
1375         used too,
1376         * (genPcall): REENTRANT flag is checked to see if variable prototype
1377         contains reentrant keyword, don't call a non-reentrant function, via
1378         a reentrant function pointer or vice versa, functions are never
1379         passed via WREG,
1380         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
1381         D.Winkler,
1382         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
1383         SIGSEGV when accessing a NULL register stucture,
1384         * (pic16_printGPointerType): modified to handle UPPER modifier for
1385         function initializers, changed prototype of function to simpler one,
1386         * (pic16_printIvalFuncPtr): check to see if function is already
1387         added in externs list,
1388         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
1389         optimized a move from W to SFR with a move to the same register
1390         later after a CALL,
1391         * device/lib/pic16/debug: NEW directory, contains debug features
1392         which are enabled when linking with libdebug.lib, currently command
1393         line option --gstack enables stack pointer tracing for over/under
1394         flow, corresponding sources are in debug/gstack
1395
1396 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
1397
1398         * doc/sdccman.lyx: updated SDCC version,
1399         * (PIC16 port): update list of command line options,
1400         * src/pic16/device.h (structure pic16_options_t): added field gstack
1401         to enable stack overflow tracing on push/pops,
1402         * src/pic16/device.c (statistics structure): added statistics
1403         structure,
1404         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
1405         pic16_dump_int_registers): increase statistics counters for each
1406         * variable which is encountered
1407         * (pic16_dump_usection): emit each .udata variable to its own udata
1408         section,
1409         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
1410         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
1411         parameters via stack, otherwise use old scheme,
1412         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
1413         assembler output file,
1414         * src/pic16/main.c: added command line options --gstack to enable
1415         push/pop tracing for stack overflow,
1416         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
1417         instructions): added size of each instruction,
1418         * (pic16_countInstruction): estimate size of instructions in
1419         the_pFile list, inline assembly blocks are not counted,
1420         * (pic16_FixRegisterBanking): trace previous register usage, when
1421         banksel optimizations is greater than 0, don't emit a redudant
1422         banksel directive,
1423
1424 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
1425
1426         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
1427         * src/pic16/ralloc.c : applied same fix for pic16.
1428         * src/pic/gen.c : tidied it up a little.
1429
1430 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1431
1432         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
1433         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
1434
1435 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1436
1437         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
1438
1439 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1440
1441         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
1442         non-reentrant function __modsint in the interrupt function (thus
1443         corrupting math operations during serial I/O)
1444         * device/lib/ser_ir.c: as above, changed buffersize
1445         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
1446         256.c,d for zeroing
1447         * doc/Makefile: added option -t for rsync
1448
1449 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1450
1451         * src/SDCCast.h (struct ast),
1452         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
1453
1454 2004-10-20 Borut Razem <borut.razem AT siol.net>
1455
1456         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
1457         package
1458
1459 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
1460
1461         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
1462         makefile targets,
1463         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
1464         support functions to replace long sequences of MOVFF's from access
1465         bank registers to stack and vice versa,
1466         * src/pic16/device.h: added new field opt_flags, where optimization
1467         flags can be set to enable certain features,
1468         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
1469         * pBlock, (genFunction, genEndFunction): surroung loop for
1470         saving/loading used registers in stack with PC_INFO pCodes,
1471         INF_LREGS. Code in between can then be optimized by pCode optimizer
1472         to support function calls,
1473         * (genDataPointerSet): fixed bug which loaded float fields in
1474         structures with corrupt data,
1475         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
1476         in a standard way debug info on stderr. Feature used for developing
1477         and debugging only,
1478         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
1479         obsolete chunks of code,
1480         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
1481         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
1482         * pic16/src/pcode.c (pic16_newpCodeInfo,
1483         * (pic16_newpCodeOpLocalRegs),
1484         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
1485         feature,
1486         * (pic16_pCodeConstString): printing of the initial value of a
1487         symbol as a comment is inhibited since parsing was already done by
1488         copyStr and output is corrupt,
1489         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
1490
1491 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1492
1493         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
1494
1495 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
1496
1497         * as/mcs51/lkarea.c: removed old K&R style,
1498           (lnksect): changed check on boundary error,
1499           (lnksect2): changed check on boundary error,
1500           (lnksect2): extend XSTK to end of page if size = 1
1501         * as/mcs51/lkmain.c: removed old K&R style,
1502           (Areas51): create l_IRAM symbol
1503         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
1504         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
1505           model-mcs51-stack-auto, added model-mcs51-xstack-auto
1506         * device/lib/_mullong.c: added version to be compiled with xstack
1507         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
1508         * device/lib/mcs51/crtxclear.asm: clear pdata as well
1509         * device/lib/mcs51/crtxstack.asm: fixed comment
1510         * src/SDCCglue.c: maxInterrupts defaults to 0,
1511           (emitMaps): added pdata,
1512           (createInterruptVect): (re)moved default,
1513           (glue): added pdata,
1514           (glue): moved __start__xstack to XSTK with default size 1
1515         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
1516           and options.float_rent when options.stackAuto is set,
1517           (linkEdit): only write XDATA_NAME if provided on command line
1518         * src/SDCCmem.h,
1519         * src/SDCCmem.c: added pdata
1520         * src/port.h: added pdata_name to PORT
1521         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
1522           (saveRegisters, unsaveRegisters): removed usage of B,
1523           (genMinus): fixed accumulator clash,
1524           (genJumpTab): added comment, this needs another look
1525         * src/mcs51/gen.c: added check for "B in use" paranoia,
1526           added pushB() and popB()
1527         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
1528           chance
1529         * src/avr/main.c,
1530         * src/ds390/main.c,
1531         * src/hc08/main.c,
1532         * src/mcs51/main.c,
1533         * src/pic/main.c,
1534         * src/pic16/main.c,
1535         * src/xa51/main.c,
1536         * src/z80/main.c: (reset_regparms) made void parameter explicit and
1537           added PSEG (PAG,XDATA) or NULL to port specifier
1538         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
1539         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
1540           (_mcs51_genInitStartup): removed __start__xstack equ,
1541           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
1542         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
1543         * src/z80/gen.c (_rleAppend): fixed warnings
1544         * support/regression/tests/zeropad.c: added pdata test
1545         * .version: bumped to 2.4.6
1546
1547 2004-10-17 Borut Razem <borut.razem AT siol.net>
1548
1549         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
1550         as a part of nightly build
1551
1552 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
1553
1554         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
1555         WREG holds the first byte function parameters,
1556         * (aopForSym): take special case for symbols which are in FARSPACE
1557         but in CODESPACE too,
1558         * (assignResultValue): modified to take into account _G.useWreg,
1559         * (genCall): don't use wreg for parameter passing when function is
1560         declared as reentrant, too, added optimization INCF to stack
1561         pointer when stack parameter count is 1,
1562         * (genFunction, genEndFunction): refurnished and fixed to not using
1563         wreg for passing parameters when function has varargs or is
1564         reentrant, fixed bug with symbol name compare for generating
1565         functions in absolute address,
1566         * (pic16_storeForReturn): refurnished,
1567         * (genCmp): began writing a new version of the function, not ready
1568         yet, therefore it is disabled,
1569         * (genAssign): do not read code memory when assigning a function to
1570         a pointer function,
1571         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
1572         array of characters, not pointer,
1573         * (pic16initialComments): in debug mode emit an .ident directive for
1574         the assembler,
1575         * (_process_pragma): emit a new warning type (internal to pic16)
1576         when setting stack to default length, emit a similar warning when
1577         placing a function at absolute address and address is not word aligned
1578         * (_pic16_parseOptions): added 'return TRUE' statement,
1579         * (_pic16_linkEdit): if compiling a source, then add the source's
1580         file object, first in the list of objects to link,
1581
1582 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
1583
1584         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
1585         * src/pic/main.c : removed VC warning.
1586         * src/pic/gen.c : changed comment.
1587
1588 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
1589
1590         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
1591         reference to a deprecated symbol _GPTRREG was causing failure to
1592         link. Thanks G. M. Gallant for the info.
1593
1594 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
1595
1596         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
1597         comments for Bugs item #954788.
1598
1599 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
1600
1601         * src/pic16/device.c (pic16_dump_gsection,
1602         * pic16_groupRegistersInSection): handle symbols declared to be in
1603         access bank differently,
1604         * src/pic16/gen.c (struct _G): added field resDirect,
1605         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
1606         send values read from stack directly to result and don't allocate
1607         temporary values,
1608         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
1609         same registers,
1610         * (pic16_sameRegsOfs): NEW,
1611         * (freeAsmop): if _G.resDirect is set then do not mark registers as
1612         free because they were not allocated from temporary pool,
1613         * pic16_popRegFromString): workaround to fix a problem with
1614         allocating variables twice or never,
1615         * (genGenPointerGet): using PRODL instead of FSR0H,
1616         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
1617         instead of FSR0H,
1618         * (genAssign): take advantage of the _G.resDirect flag,
1619         * (genCast): around line 11844, use mov2f instead of directly
1620         MOVFF'ing between operands to account for literal values,
1621         * src/pic16/genutils.c: some new debug functions for gpsim have been
1622         added,
1623         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
1624         float with integer part only,
1625         * src/pic16/main.c (_process_pragma): handle pragma udata access to
1626         place variables in access bank
1627         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
1628         updated sources to reflect recent changes in gen.c
1629
1630 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
1631
1632         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
1633         sources that searched for headers in installation path, now the
1634         device/include/pic16 is used,
1635         * src/pic16/glue.c (pic16glue),
1636         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
1637         .line directives if not in debug mode, this suppresses assembler's
1638         warnings for ignored directives
1639
1640 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1641
1642         * src/port.h: made reset_regparms prototype void parameter explicit.
1643         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
1644         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
1645         * doc/sdccman.lyx: documented warning disabling and how to use
1646           printf_large to make it print floats.
1647         * device/include/stdbool.h: NEW
1648         * device/lib/_atof.c,
1649         * device/lib/_divuint.c,
1650         * device/lib/_divulong.c,
1651         * device/lib/expf.c,
1652         * device/lib/printf_large.c,
1653         * device/lib/sincosf.c,
1654         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
1655         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
1656           a completely reentrant lib.
1657
1658 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
1659
1660         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
1661         * device/include/pic16/stdio.h: fixed bug with colon
1662
1663 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
1664
1665         * device/include/pic16/stdio.h,
1666         * device/include/pic16/stdlib.h,
1667         * device/include/pic16/math.h: NEW
1668         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
1669         declared as _naked to reduce overhead
1670         * device/lib/Makefile.in (target port-specific-objects-pic16):
1671         changed * to *.* so to ignore the CVS directory,
1672         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
1673         stacked variables back in stack,
1674         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
1675         corruption
1676
1677 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
1678
1679         * .version: bumped version number to 2.4.5
1680         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
1681         * support/Util/SDCCerr.c (messages structure): added entry for
1682         W_POSSBUG2
1683
1684         Large cumulative patch for pic16 port and libraries.
1685         * device/include/pic16/sdcc-lib.h,
1686         * device/include/pic16/stdarg.h,
1687         * device/include/asm/pic16/features.h,
1688         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
1689         * device/include/pic16/float.h: changes reentrant keyword with
1690         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
1691         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
1692         updated target build-libraries to include objects from gptr,
1693         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
1694         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
1695         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
1696         all function headings,
1697         * src/SDCCmain.c: added global parameter userIncDirsSet,
1698         * (parseCmdLine): when option -I is encountered add directory to
1699         userIncDirsSet too,
1700         * src/version.awk: added space between control and long,
1701         * src/pic16/NOTES: added some notes for the port,
1702         * src/pic16/gen.c: added prototype for mov2fp function,
1703         * (fReturnpic16[]): properly named return value registers,
1704         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
1705         * (aopForSym): added code to handle symbols with onStack flag set,
1706         symbols onStack are allocated PTRSIZE bytes,
1707         * (aopFreeAsmop): handles special case where asmops are stack objects,
1708         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
1709         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
1710         added argument lock to trace flaws in allocating temporary registers
1711         when developing port,
1712         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
1713         * (pic16_popRegFromString): reenabled allocating a direct register
1714         from string,
1715         * (assignResultValue): various beautifications,
1716         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
1717         referenced function argument,
1718         * (genIpush): reenabled to allow stacked arguments, handles only
1719         ic->parmPush iCodes,
1720         * (genCall, genPcall): major changes to allow for variable argument
1721         functions, fixed a bug with falsely restoring stack pointer after
1722         returning from call,
1723         * (genFunction): pending code for critical function,
1724         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
1725         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
1726         * (genNearPointerGet): fixed bug with indirect reading, was always
1727         reading from INDF0
1728         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
1729         pointers,
1730         * (genAddrOf): rewrote code to take address of a stacked function parameter
1731         * (genCast): fixed casting to generic pointer type,
1732         * src/pic16/gen.h: added AOP_STA,
1733         * (struct asmop): added field stk,
1734         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
1735         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
1736         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
1737         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
1738         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
1739         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
1740         generic pointers,
1741         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
1742         and library paths,
1743         * (pic16_port structure): generic pointer size is set to 3,
1744         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
1745         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
1746         compiler warning,
1747         * src/pic16/ralloc.c (allocReg): prevent allocating register when
1748         operand is an iTemp,
1749
1750 2004-09-24 Martin Helmling <mh AT octo-soft.de>
1751
1752         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
1753         * debugger/mcs51/simi.c: addapt new syntax of s51
1754
1755 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
1756
1757         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
1758         * src/pic16/pcode.c: commented out some calls to free() in order to
1759         fix bug #989576,
1760
1761 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1762
1763         * src/SDCCicode.h,
1764         * src/SDCCicode.c (isiCodeInFunctionCall),
1765         * src/avr/ralloc.c (selectSpil),
1766         * src/pic/ralloc.c (selectSpil),
1767         * src/pic16/ralloc.c (selectSpil),
1768         * src/ds390/ralloc.c (selectSpil),
1769         * src/hc08/ralloc.c (selectSpil),
1770         * src/xa51/ralloc.c (selectSpil),
1771         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
1772         stack in the middle of a function call sequence (fixes bug #1020268)
1773         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
1774         costs associated with the minimum switch case.
1775
1776 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1777
1778         * src/SDCC.lex: fixed bug #1030549
1779
1780 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1781
1782         * src/SDCCcse.h (struct cseDef),
1783         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
1784         over a function call if the CSE is derived from a symbol whose
1785         address has been taken (fixes bug #1029883)
1786         * support/regression/tests/bug-1029883: a new regression test for
1787         this bug
1788
1789 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1790
1791         * src/hc08/gen.c (emitinline): fixed bug #1029778
1792         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
1793         to a cast object is no longer a syntax error ("fixes" bug #1030006,
1794         and starts toward RFE #905167)
1795
1796 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
1797
1798         * src/pic16/gen.c (mov2f): New function to move an operand to
1799         another without considering if it is a literal or a register,
1800         * (pic16_sameRegs): don't check if they are both AOP_REG,
1801         * (AccRsh): removed andmask=0 lines,
1802         * (genLeftShift): duplicated to be improved in future versions,
1803         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
1804         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
1805         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
1806         * (pic16initMnemonics): added initialization for POC_INFSNZW,
1807         * (insertBankSwitch): fixed inserting banksel directives algorithm
1808         for instructions that follow a skip instruction, this fixes a report
1809         for broken subtraction code generation,
1810         * src/pic16/ralloc.c (deassignLRs): do not free register if current
1811         iCode is a left op, just in case result and right share the same
1812         registers
1813
1814 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1815
1816         * src/hc08/main.c,
1817         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
1818         preservation of HX
1819         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
1820         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
1821         on 2004-09-12; it was buggy
1822
1823 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
1824
1825         * src/SDCCsymt.h: removed RESULT_CHECK
1826         * src/SDCCast.c,
1827         * src/SDCCglue.c,
1828         * src/SDCCval.c,
1829         * src/pic/glue.c,
1830         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
1831
1832 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
1833
1834         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
1835         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
1836         configuration values no more rejected by compiler, they are assigned
1837         to configuration registers with a warning message instead,
1838         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
1839         the for-loop so last conf register is emitted too,
1840         * (_pic16_initPaths): link library libsdcc.lib by default,
1841         * (_hasNativeMulFor): modified test for multiplication according to
1842         Raphael Neider's remarks. Integer multiplication is also done with
1843         support functions,
1844         * device/include/pic16/pic18fregs.h: corrected type error in while
1845         testing and including 18f6720 header file
1846
1847 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
1848
1849         * src/pic16/device.h (pic16_options): removed field use_crt,
1850         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
1851         until an optimization to handle single bits is added,
1852         * (pic16_loadFSR0): moved before genUnpackBits,
1853         * (genAnd): some white lines removed,
1854         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
1855         leave_reset flags in pic16_options when using crt modules,
1856
1857 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
1858
1859         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
1860           for bugs 898889 & 979599. Also used some safer print instructions.
1861
1862 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
1863
1864         * src/pic16/device.h (pic16_options_t): added field use_crt,
1865         crt_name, no_crt,
1866         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
1867         catch a probable future bug,
1868         * src/pic16/gen.c: aopIdx function commented out,
1869         * (genAssign): commented out old code which used aopIdx,
1870         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
1871         code, added if conditionals to take into account the --use-crt
1872         command line options,
1873         * src/pic16/main.c (pic16_optionsTable): added new command line
1874         options, --use-crt= and --no-crt,
1875         * (_pic16_linkEdit): now the proper crt object is added in the
1876         linker command line except than when --no-crt is specified,
1877         * src/pic16/pcode.c,
1878         * src/pic16/pcode.h: added some structures and functions for a new
1879         optimization scheme to compansate for instruction overhead between
1880         same iCodes, this scheme is currently under development and is not
1881         working in any way,
1882         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
1883         to && operator,
1884         * device/lib/pic16/startup/crt0i.c,
1885         * device/lib/pic16/startup/crt0iz.c: added global char variable
1886         __uflags to force the generation of an idata section
1887
1888 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
1889
1890         * doc/Makefile,
1891         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
1892         * doc/sdccman.lyx: updated sdcc version to 2.4.4
1893
1894 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1895
1896         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
1897         Frieder) and clarified the default code optimization mode
1898
1899 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1900
1901         * src/SDCC.lex (doPragma, process_pragma),
1902         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
1903         "opt_code_size", and "opt_code_balanced"
1904         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
1905         regrouped options by category, added support for category headers
1906         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
1907         and "--opt-code-size"
1908         * doc/sdccman.lyx: documented these new options and pragmas
1909         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
1910         preference into account
1911
1912 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1913
1914         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
1915           geniCodePreDec): Fixed bug 904237 by generating a warning
1916         * src/SDCCerr.h,
1917         * src/SDCCerr.c: added warning W_SIZEOF_VOID
1918
1919 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
1920
1921         * src/pic/device.c : When no max ram set validate full memory range.
1922         * src/pic/pcode.c,
1923         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
1924
1925 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1926
1927         * device/lib/_gptrget.c,
1928         * device/lib/_gptrput.c: updated comment
1929         * device/lib/calloc.c,
1930         * device/lib/free.c,
1931         * device/lib/malloc.c,
1932         * device/lib/realloc.c: added LGPL, made them reentrant-safe
1933         * src/SDCCcse.c (cseBBlock),
1934         * src/SDCCicode.c (printOperand, geniCodeArray),
1935         * src/SDCCicode.h (struct operand): fixed bug 868103
1936         * support/regression/tests/bug-868103.c: added
1937         * src/SDCCast.c (searchLitOp),
1938         * src/SDCCcse.h (struct cseDef),
1939         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
1940         * src/SDCCicode.h (struct operand),
1941         * src/SDCCsymt.h (struct sym_link),
1942         * src/avr/gen.c (hasInc),
1943         * src/ds390/gen.c (hasInc),
1944         * src/hc08/gen.c (genPlusIncr, hasInc),
1945         * src/mcs51/gen.c (hasInc),
1946         * src/pic16/glue.c (pic16_printIvalChar),
1947         * src/pic16/ralloc.c (regWithIdx),
1948         * src/xa51/gen.c (hasInc) : removed warnings
1949         * src/SDCCast.c (createBlock): added comment ???
1950         * src/hc08/ralloc.c: updated comments
1951
1952 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1953
1954         * doc/sdccman.lyx: updated section on switch statements, added
1955         section about semaphore locking
1956         * doc/Makefile: added option -info for latex2html
1957         * device/lib/_gptrget.c,
1958         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
1959
1960 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
1961
1962         * src/pic/device.h,
1963         * src/pic/device.c,
1964         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
1965          maxram is less than 0x100.
1966
1967 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
1968
1969         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
1970
1971 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1972
1973         * src/port.h,
1974         * src/mcs51/main.c,
1975         * src/ds390/main.c,
1976         * src/z80/main.c,
1977         * src/hc08/main.c,
1978         * src/pic/main.c,
1979         * src/pic16/main.c,
1980         * src/avr/main.c,
1981         * src/xa51/main.c
1982         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
1983         a jump table is the best form for a switch statement, including
1984         automatic insertion of missing cases to make the case range
1985         continuous. Developed in collaboration with Frieder Ferlemann.
1986
1987 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1988
1989         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
1990         accumulator result if it needs sign extension
1991
1992 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
1993
1994         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
1995
1996 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
1997
1998         * device/lib/gbz80/printf.c,
1999         * device/lib/z80/printf.c: removed define for NULL
2000
2001 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2002
2003         * as/xa51/xa_link.c,
2004         * device/examples/ds390/ow390/ad26.c,
2005         * device/examples/ds390/ow390/cnt1d.c,
2006         * device/examples/ds390/ow390/counter.c,
2007         * device/examples/ds390/ow390/ds2480.h,
2008         * device/examples/ds390/ow390/ds2480ut.c,
2009         * device/examples/ds390/ow390/findtype.c,
2010         * device/examples/ds390/ow390/gethumd.c,
2011         * device/examples/ds390/ow390/owllu.c,
2012         * device/examples/ds390/ow390/ownetu.c,
2013         * device/examples/ds390/ow390/swt12.c,
2014         * device/examples/ds390/ow390/swtloop.c,
2015         * device/examples/ds390/ow390/temp.c,
2016         * device/examples/ds390/ow390/temp10.c,
2017         * device/examples/ds390/ow390/thermo21.c,
2018         * device/examples/ds390/ow390/tinilnk.c,
2019         * device/examples/ds390/ow390/tstfind.c,
2020         * device/examples/serialcomm/windows/serial.cpp,
2021         * device/examples/serialcomm/windows/test_serialcomm.cpp,
2022         * device/include/reg51.h: fixed line endings for cvs
2023
2024 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2025
2026         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
2027         packRegsForAccUse, packRegisters): new accumulator register
2028         packing algorithm
2029         * support/regression/ports/hc08/support.c (_putchar): suppress
2030         warning of unused variable
2031         * src/SDCCicode.c: added SWAP entry to codeTable
2032
2033 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
2034
2035         * device/lib/sprintf.c: forgot to add this file before previous commit
2036
2037 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
2038
2039         * src/pic16/gen.c (genPackBits): added operand right in function
2040         parameters, load result directly if p_type is POINTER (that is
2041         called by genNearPointerSet)
2042         * (genUnPackBits): added operand left in function parameters,
2043         * (genNearPointerGet, genNearPointerSet): prevent the loading of
2044         FSR0 if accessing bitfields,
2045
2046 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
2047
2048         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
2049           _print_format; updated printf, sprintf, vsprintf
2050         * device/include/asm/default/features.h: corrected comment/define
2051         * device/lib/Makefile.in: added sprintf.c
2052         * device/lib/libsdcc.lib: added sprintf module
2053         * device/lib/printf_large.c,
2054         * device/lib/vprintf.c,
2055         * device/lib/sprintf.c: totally refactored printf_large and vprintf
2056           into these 3 files
2057         * support/regression/Makefile: changed ALL_PORTS into a usefull default
2058         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
2059         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
2060           hc08 test
2061         * support/regression/tests/zeropad.c: define idata as data for hc08
2062
2063 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2064
2065         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
2066         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
2067         labels are referenced at least once (even if a reference is not found)
2068         * src/hc08/gen.c (emitcode): set isComment flag for comments
2069         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
2070         loads), rules 6a..6b (optimize jumps to return)
2071
2072 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2073
2074         * device/lib/acosf.c (acosf),
2075         * device/lib/asinf.c (asinf),
2076         * device/lib/atanf.c (atanf),
2077         * device/lib/ceilf.c (ceilf),
2078         * device/lib/cosf.c (cosf),
2079         * device/lib/coshf.c (coshf),
2080         * device/lib/cotf.c (cotf),
2081         * device/lib/fabsf.c (fabsf),
2082         * device/lib/floorf.c (floorf),
2083         * device/lib/log10f.c (log10f),
2084         * device/lib/logf.c (logf),
2085         * device/lib/sinf.c (sinf),
2086         * device/lib/sinhf.c (sinhf),
2087         * device/lib/sqrtf.c (sqrtf),
2088         * device/lib/tanf.c (tanf),
2089         * device/lib/tanhf.c (tanhf),
2090         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
2091         replaced all instances of "reentrant" in the library functions
2092         defined in math.h with this macro.
2093         * support/regression/tests/float_trans.c: reenabled test for hc08
2094
2095 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
2096
2097         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
2098         erroneously deleted
2099
2100 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2101
2102         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
2103         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
2104         multi-byte volatile operands are used
2105         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
2106         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
2107         initialization to area GSINIT0 so that it would always precede
2108         any static initializers in GSINIT
2109         * support/regression/tests/zeropad.c: fixed idata define for hc08
2110         * support/regression/tests/bug-927659.c,
2111         * support/regression/tests/float_trans.c: disabled tests for hc08
2112         pending missing library routines
2113         * .version: increased version number to 2.4.4 - hc08 port now passes
2114         regression tests
2115
2116
2117 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
2118
2119         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
2120         * Makefile.common.in,
2121         * as/Makefile,
2122         * as/hc08/Makefile.in,
2123         * as/mcs51/Makefile.in,
2124         * as/z80/Makefile.in,
2125         * debugger/mcs51/Makefile.in,
2126         * device/include/Makefile.in,
2127         * device/lib/Makefile.in,
2128         * doc/Makefile,
2129         * link/Makefile,
2130         * link/z80/Makefile.in,
2131         * packihx/Makefile.in,
2132         * sim/ucsim/main_in.mk,
2133         * sim/ucsim/avr.src/Makefile.in,
2134         * sim/ucsim/doc/Makefile.in,
2135         * sim/ucsim/gui.src/serio.src/Makefile.in,
2136         * sim/ucsim/hc08.src/Makefile.in,
2137         * sim/ucsim/s51.src/Makefile.in,
2138         * sim/ucsim/xa.src/Makefile.in,
2139         * sim/ucsim/z80.src/Makefile.in,
2140         * src/Makefile.in,
2141         * support/cpp2/Makefile.in,
2142         * support/librarian/Makefile,
2143         * support/makebin/Makefile: added DESTDIR to the install path proposed
2144         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
2145         * doc/sdccman.lyx: added DESTDIR documentation
2146
2147 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
2148
2149         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
2150         instruction for interrupt handlers, use fast returns when returning
2151         from high priority interrupts
2152
2153 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2154
2155         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
2156         code generation
2157         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
2158         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
2159         bugs, ported much of Bernhard's code from mcs51
2160         * src/mcs51/gen.c (genSend),
2161         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
2162         than one when calling a reentrant function
2163         * device/lib/_mullong.c: defined an alternate struct layout for big
2164         endian ports (hc08)
2165
2166 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2167
2168         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
2169         test
2170
2171 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2172
2173         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
2174         are sane and complete before asking the port its prefered parameter
2175         passing method (fixes bug #1017633)
2176         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
2177         and _ret3
2178
2179 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2180
2181         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
2182         problem in bitfields >= 8 bits.
2183
2184 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2185
2186         * src/SDCCsymt.c: undid changes that were not meant to be committed
2187
2188 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2189
2190         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
2191
2192 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2193
2194         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
2195           copied and wrong bit got inverted
2196
2197 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2198
2199         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
2200         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
2201         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
2202         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
2203         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
2204         assignments to bitfields at known addresses
2205         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
2206         reads from bitfields at known addresses
2207         * src/hc08/ralloc.c (packRegisters),
2208         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
2209         genhc08Code): optimize pointer get values used as conditionals
2210         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
2211         and branch
2212
2213 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2214
2215         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
2216         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
2217         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
2218         as conditionals
2219
2220 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2221
2222         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
2223
2224 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2225
2226         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
2227         related problems
2228
2229 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
2230
2231         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
2232
2233 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2234
2235         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
2236         mcs51 port
2237
2238 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2239
2240         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
2241
2242 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2243
2244         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
2245         cases use more compact code.
2246
2247 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
2248
2249         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
2250
2251 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2252
2253         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
2254
2255 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2256
2257         * src/SDCCsymt.h,
2258         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
2259         parameter of changePointer() from symbol* to sym_link*
2260         * src/SDCCast.c (decorateType): call changePointer() for CAST op
2261         * src/SDCCsymt.c (compareType): void* type is castable to other
2262         pointers, but not necesarily an exact match.
2263         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
2264         is no longer blindly treated as an exact match.
2265         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
2266
2267 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
2268
2269         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
2270
2271 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
2272
2273         * src/pic/gen.c,
2274         * src/pic/pcode.c,
2275         * src/pic/ralloc.h,
2276         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
2277
2278 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
2279
2280         * src/pic/device.c,
2281         * src/pic/device.h,
2282         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
2283
2284 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2285
2286         * src/mcs51/gen.c (emitcode): fixed bug #992819
2287
2288 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
2289
2290         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
2291           there's no need to make it worse
2292
2293 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2294
2295         * src/mcs51/ralloc.c (deassignLR),
2296         * src/ds390/ralloc.c (deassignLR),
2297         * src/hc08/ralloc.c (deassignLR),
2298         * src/z80/ralloc.c (deassignLR),
2299         * src/pic/ralloc.c (deassignLR),
2300         * src/pic16/ralloc.c (deassignLR),
2301         * src/avr/ralloc.c (deassignLR),
2302         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
2303         rlivePoint): fixed another part of bug #971834
2304
2305 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2306
2307         * src/z80/main.c: enabled "critical" keyword
2308         * src/z80/mappings.i,
2309         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
2310         functions (fixes bug #979646)
2311         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
2312
2313 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2314
2315         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
2316           such as c:\mydir.
2317
2318 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
2319
2320         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
2321           doesn't disable too much optimizations
2322
2323 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
2324
2325         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
2326
2327 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
2328
2329         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
2330
2331 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
2332
2333         * src/pic/gen.c tidied up tabs
2334         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
2335         * src/pic/main.c tidied up tabs
2336         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
2337         * src/pic/pcoderegs.c tidied up tabs
2338         * src/pic/ralloc.c tidied up tabs
2339
2340 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
2341
2342         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
2343         to S_FIXED for pic16 port and when symbol is not in level 0,
2344         allocate for S_REGISTER storage class and pic16 port, too,
2345         * src/pic16/device.h: prototype for checkSym,
2346         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
2347         * (pic16_assignConfigWordValue): test the value and the mask to
2348         validate that the value is suitable for the configuration word,
2349         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
2350         collect extern declared symbols, don't emit symbol twice, check
2351         first if symbol is in publics set first,
2352         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
2353         * added command line '--fstack' which enables an experimental
2354         feature for stack access, too buggy to be used yet...
2355         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
2356         * (pic16_allocDirReg): when register has storage class S_REGISTER
2357         allocate in pic16_dynAccessRegs,
2358         * device/include/pic16/pic18f????.h: modified configuration word
2359         naming convention, words started as CONFIG0H but should be CONFIG1H
2360
2361 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2362
2363         * device/include/mcs51reg.h: fixed bug 970993
2364
2365 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
2366
2367         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
2368         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
2369         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
2370         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
2371         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
2372         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
2373           error/warning numbers,
2374           added function setWarningDisabled()
2375         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
2376         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
2377           _memcmp.c _memmove.c calloc.c realloc.c free.c
2378         * support/regression/tests/malloc.c: added tests for new functionality
2379         * support/regression/tests/zeropad.c: added tests for truncated initializers
2380           and initialized char arrays starting with '\x0'
2381         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
2382
2383 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
2384
2385         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
2386
2387 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2388
2389         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
2390         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
2391         peephole 177.e. Thanks to anonymous
2392
2393 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
2394
2395         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
2396         function isn't used in the source but referenced as a
2397         variable initializer then declare it as extern in .asm file
2398
2399 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
2400
2401         * .version: increased version number to 2.4.3
2402
2403         Adding version extension according to ChangeLog CVS revision
2404         * src/Makefile.in (target all): added dependency 'version.h'
2405         * (rule version.h): added rule to create version.h from ChangeLog,
2406         * (rule dep): added dependency version.h,
2407         * src/version.awk: AWK script to create version.h
2408         * src/SDCCdwarf2.c (dwWriteModule),
2409         * src/SDCCglue.c (initialComments),
2410         * src/SDCCmain.c (printVersionInfo): modified to write after
2411         version string the version extension number,
2412         * src/SDCCutil.c: included "version.h"
2413         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
2414         number,
2415         * src/SDCCutil.h: added prototype for getBuildNumber
2416
2417         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
2418         includeDirsSet, too,
2419         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
2420         const char [] is found in function prototype...
2421
2422         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
2423         moving to WREG with source is already in WREG,
2424         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
2425         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
2426         * (aopForSym): stack'ed symbols are partially supported, added
2427         if-clause to support symbols in FARSPACE,
2428         * (sameRegs): added test for AOP_ACC to see if registers are same,
2429         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
2430         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
2431         * (pic16_popRegFromString): will not allocate a new register if it
2432         doesn't find one by name, bug may have introduced...
2433         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
2434         * (genIpush): revived to use pic16 port's stack,
2435         * (genAddrOf): added incomplete case for stack'ed operand,
2436         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
2437         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
2438         can handle multibyte operands,
2439         * src/pic16/glue.c (pic16_printIval*): some debug info added,
2440         * (pic16initialComments): added message for MPLAB compatibility
2441         mode enabled,
2442         * src/pic16/main.h: prototype for pic16_mplab_comp,
2443         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
2444         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
2445         * (_pic16_linkEdit): NEW, handles link stage, transferred here
2446         because of increased complexity of procedure,
2447         * (_process_pragma): stack pragma changed to format 'stack pos len',
2448         emit symbol '_stack_end' to conform with gplink,
2449         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
2450         to search for register,
2451         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
2452         PO_GPR_REGISTER,
2453         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
2454         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
2455         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
2456         case for PO_GPR_REGISTER,
2457         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
2458         dies, the new era is ahead !...
2459         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
2460         pic16_dynInternalRegs,
2461         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
2462         * (pic16_allocDirReg): minor optimizations and bug fixes,
2463         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
2464
2465         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
2466         load stack and frame pointer with address of 'stack_end' symbol
2467
2468 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
2469
2470         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
2471         without source code but only variable initializers
2472
2473 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
2474
2475         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
2476         external are not declared as extern to reduce overhead while linking
2477
2478 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
2479
2480         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
2481
2482 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
2483
2484         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
2485           Yee Keat for the patch
2486         * src/SDCCast.c (decorateType): fixed bug #979599
2487         * src/ds390/gen.h: removed local fReturnSizeDS390
2488         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
2489         * src/ds390/gen.c (genAnd, genOr, genXor),
2490         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
2491
2492 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
2493
2494         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
2495         add relFilesSet to $3, manipulate $2 to handle linking of object
2496         files without source files in command line,
2497         * device/include/pic16 (all headers): added ID location macros,
2498         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
2499         entries for ID location bytes,
2500         * (pic16_assignIdByteValue): NEW,
2501         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
2502         added field dumpcalltree to pic16_options_t,
2503         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
2504         is used instead of pic16_Gstack_base_addr, check if (ifx) before
2505         emitting rFalseIfx label after check_carry label,
2506         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
2507         pic16_emitDIRegs), NEW
2508         * (pic16glue): dump .calltree file when option --calltree found,
2509         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
2510         * (_pic16_genAssemblerPreamble): emit ID locations after
2511         configuration registers,
2512         * (pic16_linkCmd): modifications of the link command,
2513         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
2514         * (pic16_pCodeInitRegisters): don't init stack registers,
2515         * (pic16_findPrevInstruction): fixed bug,
2516         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
2517         bug with immediate registers,
2518         * (buildCallTree): traces stack push and pop,
2519         * (pct2): dump also stack usage for each function,
2520         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
2521         * (pic16_allocDirReg): various modifications,
2522         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
2523         fixed to 1,
2524
2525 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
2526
2527         * src/pic16/pcode.c: removed buggy double colon
2528
2529 2004-07-01 Borut Razem <borut.razem AT siol.net>
2530
2531         * support/scripts/sdcc.nsi: added include/pic16 to setup
2532
2533 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
2534
2535         * device/lib/Makefile.in: fixed bug in target objects-pic16,
2536         * device/lib/pic16/Makefile: prefixed with dash (-) command under
2537         target 'clean',
2538         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
2539         specific command line arguments. Also added sample lkr script
2540         for placing a variable at a specific memory bank.
2541         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
2542         at a specific memory bank,
2543         * (pic16_dump_isection): fixed bug which caused string literals to
2544         be omitted when dumping idata section,
2545         * (pic16_groupRegistersInSection): added code to handle registers
2546         in specific memory banks,
2547         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
2548         public, all references are renamed too,
2549         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
2550         AOP_DPTR2,
2551         * (pic16_storeForReturn): added case to handle when dest is WREG,
2552         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
2553         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
2554         pic16_rel_udata, check to see if that register is marked as being
2555         a member of a specific memory bank,
2556         * (pic16_printIvalCharPtr): added code to add string literals either
2557         to code or the idata sections,
2558         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
2559         also accept the 'udata' pragma,
2560         * src/pic16/main.h: new structure types sectName and sectSym
2561         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
2562         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
2563         * (pic16_findPrevInstruction): fixed, it returned nothing,
2564         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
2565         instruction combinations,
2566         * (pic16_FixRegisterBanking): heavily reorganised,
2567         * (pic16_AnalyzeBanking): if generating banksel directives is
2568         disabled, then don't call FixRegisterBanking at all,
2569         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
2570         completely removed,
2571         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
2572
2573 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
2574
2575         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
2576         Phuah Yee Keat <yk.phuah AT nestac.com>
2577
2578 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
2579
2580         * src/pic16/glue.c (pic16createInterruptVect): function now emits
2581         correctly the IVT even if it is relocated to some other location
2582
2583 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
2584
2585         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
2586         * device/include/pic16/pic18f2220.h: NEW,
2587         * device/lib/pic16/libdev/pic18f2220.c: NEW,
2588         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
2589         * src/pic16/device.c (struct Pics16): added info for 18f2220,
2590         * src/pic16/device.h (struct pic16_options): added ivt_loc and
2591         nodefaultlibs, ivt_loc is the location of the interrupt vector
2592         table, and nodefaultlibs signs that default libraries should not be
2593         linked in link stage,
2594         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
2595         according to --ivt-loc argument,
2596         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
2597         when pragma stack is found,
2598
2599 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2600
2601         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
2602         256 (range check), 257 (do while), 258.a-f (bit banging
2603         f.e. on 3-wire SPI bus)
2604
2605 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2606
2607         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
2608         variables used exclusively within a loop
2609
2610 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
2611
2612         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
2613
2614 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2615
2616         * src/SDCClrange.c (computeClash): fixed bug #971834
2617
2618 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2619
2620         * src/mcs51/gen.c (genCmp): fixed bug #975903
2621         * src/hc08/gen.c (operandsEqu),
2622         * src/ds390/gen.c (operandsEqu),
2623         * src/z80/gen.c (operandsEqu),
2624         * src/pic/gen.c (operandsEqu),
2625         * src/pic16/gen.c (operandsEqu),
2626         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
2627         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
2628
2629 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2630
2631         * src/SDCCcse.c (cseBBlock): fixed bug #966963
2632
2633 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
2634
2635         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
2636         default case in switch statement,
2637         * glue.c (pic16_initPointer): expr is initialised via decoarteType
2638         to eliminate problem with initialisation of pointers, but problem
2639         still exists,
2640         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
2641         * (emitStaticSegment): removed various lines emitting debug info,
2642         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
2643         added processor registers for utilizing EEPROM,
2644         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
2645         configurable and set 8
2646
2647 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
2648
2649         * .version: increased version number to 2.4.2,
2650
2651         Cumulative patch for pic16 port
2652         * src/pic16/device.c: changed scheme to dump initial values for
2653         variables in idata segment, all print_idata* functions were removed,
2654         now the pic16_printIval* will be called,
2655         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
2656         * _pic16_printPointerType, pic16_printPointerType,
2657         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
2658         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
2659         NEW, similar to the respective functions in SDCCglue.c,
2660         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
2661         way, emitting hex bytes,
2662         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
2663
2664 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2665
2666         * src/avr/ralloc.c (serialRegAssign),
2667         * src/xa51/ralloc.c (serialRegAssign),
2668         * src/pic/ralloc.c (serialRegAssign),
2669         * src/pic16/ralloc.c (serialRegAssign),
2670         * src/hc08/ralloc.c (serialRegAssign),
2671         * src/z80/ralloc.c (serialRegAssign),
2672         * src/ds390/ralloc.c (serialRegAssign),
2673         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
2674
2675 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2676
2677         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
2678         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
2679
2680 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
2681
2682         Cumulative patch for pic16 port:
2683         * src/pic16/device.h (typedef PIC16_device) modified fields for
2684         defining microcontrollers,
2685         * src/pic16/device.c: added new info for all devices in Pics16 array,
2686         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
2687         to be optimised out by the pCode optimiser,
2688         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
2689         specially, bug reported by G.M. Gallant,
2690         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
2691         as force'd so that cannot be optimised out by pCode optimiser,
2692         * src/pic16/pcode.c,
2693         * src/pic16/pcodepeeph.c,
2694         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
2695         they are disabled by default, but can be enabled explicit with
2696         command argument --denable-peeps, for testing,
2697         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
2698         --pomit-ivt in COMPILE_FLAGS
2699
2700 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
2701
2702         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
2703           compilation on MSVC
2704
2705 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
2706
2707         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
2708
2709 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2710
2711         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
2712         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
2713
2714 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
2715
2716         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
2717         would only assign 0x300001 register.
2718
2719 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
2720
2721         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
2722         in COMPILE_FLAGS. Thanks to G. Gallant for report.
2723
2724 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2725
2726         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
2727         for ds80c400
2728         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
2729         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
2730         added peephole 254 (left shift), 255 (jump table)
2731
2732 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
2733
2734         * device/lib/Makefile.in: removed comment line with model-pic16,
2735         * (target port-specific-objects-pic16): the libraries and objects
2736         are copied to the build directory form the device/lib/pic16/bin
2737         directory
2738
2739         Cumulative patch concerning pic16 port:
2740         * library directory has been re-organized,
2741         * added support for PIC18F1220,
2742         * added headers and library sources for chips 18f1220,18f6520,
2743         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
2744
2745         * configuration registers setting has changed, now each supported
2746         device has a complete description of the registers it uses,
2747         * all initialisations are moved to idata sections, these section
2748         can be absolute or relocatable,
2749         * fixed initialisation of codespace variables,
2750         * fixed warning about PCLATU and gpsim,
2751         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
2752         * (genAssign): use table reads when assigning from variables in codespace,
2753         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
2754         char/int variables placed in codespace,
2755         * (pic16_emitConfigRegs): NEW, emits a list with configuration
2756         registers set in .asm file, no need for --pomit-config-words anymore,
2757         * (pic16glue): some 8051 legacy segments are commented out
2758         (to be removed completely),
2759         * added support for alternative assembler and linker with --asm=
2760         and --link= command line arguments,
2761         * peepholes are disabled automatically in the port, no need to
2762         specify on command line,
2763         * port supports natively char/int/long multiplication, but converts
2764         all divisions to support functions,
2765         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
2766         to the file set in variable $2,
2767         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
2768         strings in ASCII format and not in hex,
2769         * ralloc.c (serialRegAssign): added a triplet of conditional calls
2770         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
2771         allocate proper register if iCodes aren't temporary,
2772
2773 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
2774
2775         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
2776
2777 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
2778
2779         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
2780         is commented out
2781
2782 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2783
2784         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
2785         computed address is reused
2786         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
2787         multi-byte bitfields
2788
2789 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
2790
2791         * src/z80/gen.c: (genArrayInit): must check for pointers too
2792
2793 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
2794
2795         * support/regression/tests/zeropad.c: never meant to commit the
2796           nestedstruct test: removed, added check for GCC version
2797
2798 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
2799
2800         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
2801         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
2802         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
2803           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
2804           bugs 928906 and 954082 half-empty initializers
2805         * src/SDCCsymt.h,
2806         * src/SDCCsymt.c (getAllocSize): added for above fix
2807         * src/z80/gen.c (genArrayInit): fixed bug 741044
2808         * support/regression/tests/zeropad.c: added tests
2809
2810 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
2811
2812         * src/pic16/device.c (pic16_dump_section): corrected bug which
2813         caused some symbols of the libraries to be misplaced
2814
2815 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
2816
2817         * src/pic16/glue.c,
2818         * src/pic16/ralloc.h,
2819         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
2820         to fix conflict with pic port
2821
2822 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
2823
2824         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
2825         externs configuration variables,
2826         * src/pic16/ralloc.h,
2827         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
2828         prototype in header, commented out some debug messages
2829
2830 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
2831
2832         * src/pic16/glue.c,
2833         * src/pic16/main.c,
2834         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
2835         for gpasm COFF object generation. Thanks to D. Hawkins for
2836         his patch info
2837
2838 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2839
2840         * src/ds390/main.c,
2841         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
2842         Brock for spotting this)
2843         * src/ds390/gen.c (genEndFunction),
2844         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
2845         interrupt handler and critical. Disable push/pop optimizations when
2846         peephole optimizations disabled.
2847
2848 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
2849
2850         Updated pic16 library sources and headers.
2851         * device/lib/pic16/pic18f*/ ,
2852         * device/include/pic16/*.h: modified to handle structured SFR
2853         definitions
2854
2855 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
2856
2857         * src/port.h (PORT structure): added hook initPaths, now each
2858         port can declare its own default search paths,
2859         which can been seen with the --print-search-dirs option,
2860         see pic16 port for example,
2861         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
2862         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
2863         * (doPrintSearchDirs): NEW, replaces in a central manner the
2864         printing of search dirs which was split in set*Paths functions,
2865         * (main): added call to port->initPaths and doPrintSearchDirs,
2866         * src/avr/main.c,
2867         * src/ds390/main.c,
2868         * src/hc08/main.c,
2869         * src/izt/i186.c,
2870         * src/izt/tlcs900h.c,
2871         * src/mcs51/main.c,
2872         * src/pic/main.c,
2873         * src/pic16/main.c: modified port structures to reflect addition of
2874         initPaths hook,
2875
2876         * src/pic16/device.c (regCompare): registers are finally sorted by name,
2877         * (pic16_dump_section): for registers in same address reserve memory once,
2878         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
2879         to no_banksel,
2880         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
2881         result is greater in size than right or left,
2882         * (pic16_genUMult8X8_8): there are some cases where the result can
2883         be 16 bits size, so handle these,
2884         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
2885         * (pic16_outBitC): modified to emit pcodes,
2886         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
2887         or not,
2888         * (genDivOneByte): implemented algorithm to divide 8-bits,
2889         * (genCmp): uncommented goto, but issues still exist,
2890         * (genAnd): fixed a bug with variables >8bits,
2891         * (genPackBits): optimization added that uses BCF/BSF to change a
2892         single bit,
2893         * (genAssign): fixed bug when assigning floating point literals,
2894         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
2895         __sdcc_gsinit_startup label,
2896         * src/pic16/main.c (_pic16_init): removed search directory
2897         initialisations,
2898         * (_pic16_initPaths): NEW, used to initialise search directories,
2899         * (_hasNativeMulFor): support functions for all except char/int
2900         multiplication, and char division,
2901         * (PIC16_port struct): modified entry for native mul support,
2902         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
2903         no_banksel option,
2904         * (buildCallTree): call to register_usage is ifdef'ed out,
2905
2906 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2907
2908         * device/include/string.h: applied Stas Sergeev's patch to make this
2909         header file compatible with the preprocessor -Wundef option
2910         * src/SDCCmain.c (main): abort compilation if preprocessor reports
2911         failure (fixes bug #941458)
2912
2913 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2914
2915         * src/SDCCopt.c (killDeadCode): fixed bug #907733
2916         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
2917         that the variable, not the function, should be static
2918         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
2919         to be consistent with non-literal case
2920
2921 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2922
2923         * src/SDCCast.c (isConformingBody): fixed bug #949967
2924         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
2925         convilong): fixed bug #952086
2926
2927 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2928
2929         * src/SDCCmem.c (allocVariables): fixed bug #955321
2930
2931 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2932
2933         * src/hc08/main.c (_hc08_genAssemblerEnd),
2934         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
2935         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
2936         completely eliminated the use of a temporary file
2937         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
2938         when more than one file linked
2939         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
2940
2941 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2942
2943         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
2944         which fixes bug #543481
2945         * support/regression/tests/bug-751703.c: fixed comments left from a
2946         cut and paste error
2947         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
2948         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
2949         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
2950         scopes
2951         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
2952         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
2953         are now changed to underscores in moduleName
2954
2955 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2956
2957         * as/mcs51/lkmem.c: better fix for bug #954173
2958
2959 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2960         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2961
2962         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
2963         * device/include/c8051f000.h,
2964         * device/include/c8051f120.h,
2965         * device/include/c8051f300.h,
2966         * device/include/c8051f310.h,
2967         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
2968         PWM16) and detab'ed
2969
2970 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2971
2972         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
2973         and mailing lists, doc'ed --no-peep-comments, removed reference
2974         to knoppix (newest version has no LyX/LaTeX), other minor changes
2975         * src/SDCCglue.c (glue): save 2 bytes stack space with
2976         option --main-return. The ljmp could probably be avoided too
2977
2978 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2979
2980         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
2981
2982 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2983
2984         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
2985         * src/SDCCopt.c (isLocalWithoutDef),
2986         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
2987         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
2988         (credit to Maarten Brock for patch #949363, on which this is based)
2989         * support/regression/tests/bug-751703.c: some test cases of extern used
2990         within inner scopes.
2991
2992 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2993
2994         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
2995         SPEC_STRUCT
2996         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
2997         struct definitions
2998         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
2999         dwWriteLabel): fix to create valid debugger symbols even when
3000         the module name has non-alphanumeric symbols in it
3001         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
3002         when a variable's allocation has been optimized away
3003
3004
3005 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3006
3007         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
3008         * src/hc08/main.c,
3009         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
3010         * src/mcs51/main.c,
3011         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
3012         * src/ds390/main.c,
3013         * src/z80/gen.c (z80_emitDebuggerSymbol),
3014         * src/z80/main.c,
3015         * src/pic/gen.c (pic14_emitDebuggerSymbol),
3016         * src/pic/main.c,
3017         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
3018         * src/pic16/main.c,
3019         * src/avr/gen.c (avr_emitDebuggerSymbol),
3020         * src/avr/main.c,
3021         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
3022         * src/xa51/main.c,
3023         * src/SDCCdebug.c (emitDebuggerSymbol),
3024         * src/SDCCdebug.h,
3025         * src/port.h: added a debugger struct to the port struct. Added a
3026         callback for defining debugger symbols
3027
3028         * src/SDCCast.c (createLabel),
3029         * src/SDCC.y (labeled_statement): mark all compiler generated labels
3030         with isitmp = 1
3031         * src/SDCCicode.h,
3032         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
3033         iCode back to the ast for the function
3034
3035         * src/hc08/ralloc.c (hc08_assignRegisters),
3036         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
3037         unneeded fields from the regs struct.
3038         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
3039         pushReg() & pullReg() functions instead of emitcode()
3040
3041         * src/hc08/gen.c (genLabel, genhc08Code),
3042         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
3043
3044         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
3045         debugger hooks
3046
3047         * src/hc08/gen.c (genEndFunction, genhc08Code),
3048         * src/hc08/gen.h,
3049         * src/mcs51/gen.c (genEndFunction, gen51Code),
3050         * src/mcs51/gen.h,
3051         * src/ds390/gen.c (genEndFunction, gen390Code),
3052         * src/ds390/gen.h,
3053         * src/z80/gen.c (genEndFunction, genZ80Code),
3054         * src/z80/gen.h,
3055         * src/z80/z80.h,
3056         * src/pic/gen.c (genEndFunction, genpic14Code),
3057         * src/pic/gen.h,
3058         * src/pic16/gen.c (genEndFunction, genpic16Code),
3059         * src/pic16/gen.h,
3060         * src/avr/gen.c (genEndFunction, genAVRCode),
3061         * src/avr/gen.h,
3062         * src/xa51/gen.c (genEndFunction, genXA51Code),
3063         * src/xa51/gen.h,
3064         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
3065         specific code to cdbFile.c and out of the backend code generators
3066
3067         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
3068         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
3069         starting address is now 0
3070
3071         * as/hc08/asm.h,
3072         * as/hc08/m08pst.c,
3073         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
3074         assembler directive for DWARF support
3075         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
3076
3077         * src/src.dsp,
3078         * src/Makefile.in,
3079         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
3080
3081 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3082
3083         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
3084         and inappropriate peephole optimization in jump tables
3085
3086 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3087
3088         * as/hc08/m08pst.c,
3089         * src/SDCCglue.c: sdccopt works for the hc08 port now
3090
3091 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
3092
3093         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
3094
3095 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3096
3097         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
3098
3099 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3100
3101         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
3102         rules
3103         * src/SDCCmain.c,
3104         * src/SDCCglobl.h,
3105         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
3106         comments from the peephole optimizer replacement rules
3107         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
3108         symbols
3109         * src/SDCCcse.c (updateSpillLocation),
3110         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
3111         equivalents
3112         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
3113         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
3114         objects far pointers
3115
3116 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3117
3118         * src/SDCCsymt.h: a missing part of my last change
3119         * src/pic/ralloc.c (regTypeNum),
3120         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
3121
3122 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3123
3124         * src/SDCCicode.h,
3125         * src/SDCCicode.c (aggrToPtrDclType),
3126         * src/SDCCptropt.h,
3127         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
3128         ptrPseudoSymConvert),
3129         * src/pic/ralloc.c (regTypeNum),
3130         * src/pic16/ralloc.c (regTypeNum),
3131         * src/hc08/ralloc.c (regTypeNum),
3132         * src/ds390/ralloc.c (regTypeNum),
3133         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
3134         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
3135
3136 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3137
3138         * link/z80/lkmain.c (afile),
3139         * as/hc08/lkmain.c (afile),
3140         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
3141         prevent a pointer problem when a filename has no directory and
3142         no extension specified.
3143
3144 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3145
3146         * link/z80/lkmain.c (afile): allow periods in directory names
3147         * link/z80/lkmain.c (afile),
3148         * as/mcs51/lkmain.c (afile),
3149         * as/hc08/lkmain.c (afile): allow linker script file to have an
3150         extension other than ".lnk"
3151         * link/z80/lklex.c (getfid),
3152         * link/z80/lkmain.c (parse),
3153         * as/mcs51/lklex.c (getfid),
3154         * as/mcs51/lkmain.c (parse),
3155         * as/hc08/lklex.c (getfid),
3156         * as/hc08/lkmain.c (parse): Support comments in the linker script
3157         file on lines by themselves and after filenames
3158
3159 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3160
3161         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
3162
3163 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3164
3165         * src/z80/peeph-z80.def: removed some peephole rules that don't
3166         work with multibyte arithmetic (fixed bug #937126)
3167         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
3168         to registers and not global variables
3169         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
3170         geniCodePreInc, geniCodePostDec, geniCodePreDec,
3171         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
3172         checking for assignments not internally generated (fixed bug #931895)
3173         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
3174         structure member (fixed bug #930072)
3175
3176 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3177
3178         * src/SDCCmain.c (linkEdit),
3179         * src/hc08/main.c (_hc08_parseOptions),
3180         * as/hc08/Makefile.in,
3181         * as/hc08/aslink.h,
3182         * as/hc08/asm.h,
3183         * as/hc08/m08pst.c,
3184         * as/hc08/lkrloc.c (relr, rele),
3185         * as/hc08/lkarea.c (lnkarea)
3186         * as/hc08/lkmain.c (afile, parse),
3187         * as/hc08/lkelf.c: support for ELF output
3188         * as/hc08/lks19.c (s19),
3189         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
3190
3191 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3192
3193         * as/mcs51/lkihx.c: Fixed bug #899105.
3194
3195 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3196
3197         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
3198         .dsp files from Unix to DOS.
3199
3200 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3201
3202         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
3203         function pointers; we have been compliant for several months now.
3204         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
3205         change that was accidently commented out
3206         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
3207         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
3208         bug #922319
3209
3210 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3211
3212         * src/hc08/gen.c: output of all of the internal debugging information
3213         is now controlled by the D() macro; it is disabled by default
3214
3215 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3216
3217         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
3218         harder to keep the same registers during a CAST iCode
3219         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
3220         long via int can be done in a single cast, if the signedness is
3221         correct.
3222         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
3223         putchar() in tinibios.c in ds390's library
3224
3225 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
3226
3227         * src/SDCCast.c (decorateType): fixed bug #898889,
3228         cast result of a literal complement too
3229         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
3230         fixed check for bitfields
3231
3232 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
3233
3234         * src/SDCCicode.c (geniCodeLogic): made it static,
3235         (geniCodeLogicAndOr): added in order to fix bug #905492,
3236         (ast2iCode): fixed bug #905492
3237         * support/regression/tests/bug-905492.c: added
3238         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
3239         (processParms): fixed bug #927659: don't copy parms, this will clear
3240         decorated flag
3241         * support/regression/tests/bug-927659.c: added
3242
3243 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
3244
3245         * src/SDCCast.c (addCast): don't cast float to char
3246         * device/lib/libsdcc.lib: added _memmove
3247
3248 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
3249
3250         * device/lib/large/Makefile: fixed parallel execution by
3251         replacing `make` by `$(MAKE)`
3252
3253 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3254
3255         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
3256         offsets (fixes bug #923936)
3257
3258 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
3259
3260         * device/lib/small/Makefile: fixed parallel execution by
3261         replacing `make` by `$(MAKE)`
3262
3263 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
3264
3265         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
3266
3267 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
3268
3269         * src/pic/gen.c (genCpl): multi-byte complements were not working.
3270         * src/regression/Makefile: Regression test was not running.
3271
3272 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
3273
3274         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
3275         complement if possible
3276         * src/SDCCval.c (valComplement),
3277         * src/SDCCicode.c (operandOperation): fixed complement of literal
3278         * support/regression/tests/onebyte.c (testComplement): added
3279
3280 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
3281
3282         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
3283         return an optimized tree; actually replace actParm with the new tree
3284         * src/SDCCast.h: added some parantheses to remove side effects
3285         * support/regression/tests/bug-920866.c
3286
3287 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
3288         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
3289         Bit operands were not being handled properly in the pic14 port.
3290         (now src/regression/add.c passes again).
3291
3292 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3293
3294         * src/SDCC.y (labeled_statement): case and default no longer require
3295         a following statement (RFE #893037)
3296
3297 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3298
3299         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
3300         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
3301         disabled (fixes bug #916294)
3302         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
3303         "mov a,acc"; patch provided by Lenny Story
3304         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
3305
3306 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3307
3308         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
3309         functions
3310         * src/ds390/gen.c (genFunction, genEndFunction),
3311         * src/ds390/ralloc.c (ds390_assignRegisters),
3312         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
3313         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
3314         pushed if there are parameters passed on the stack. Also, a cleaner
3315         way to decide if r0/r1 should be pushed/popped. (Together they fix
3316         bug #918693)
3317
3318 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3319
3320         * doc/sdccman.lyx,
3321         * device/lib/mcs51/crtpagesfr.asm,
3322         * device/lib/mcs51/crtxinit.asm,
3323         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
3324         to avoid confusion with Si Lab's SFRPAGE register.
3325
3326 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3327
3328         * src/SDCCglue.c (emitMaps): allow public sfr variables
3329         * src/SDCCglue.c (initialComments): include compiler build date
3330         with compiler version and put the timestamp of the generated
3331         assembly file on a serperate line to be less confusing.
3332         * src/port.h: added genInitStartup hook
3333         * src/avr/main.c,
3334         * src/ds390/main.c,
3335         * src/hc08/main.c,
3336         * src/pic/main.c,
3337         * src/pic16/main.c,
3338         * src/xa51/main.c,
3339         * src/z80/main.c: genInitStartup initialize as NULL (default to
3340         historical behaviour)
3341         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
3342         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
3343         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
3344         library instead of hard coding it into the compiler.
3345         * support/regression/ports/mcs51-stack-auto/spec.mk,
3346         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
3347         * device/lib/mcs51/Makefile,
3348         * device/lib/small/Makefile,
3349         * device/lib/large/Makefile,
3350         * device/lib/mcs51/crtpagesfr.asm,
3351         * device/lib/mcs51/crtstart.asm,
3352         * device/lib/mcs51/crtxclear.asm,
3353         * device/lib/mcs51/crtxinit.asm,
3354         * device/lib/mcs51/crtclear.asm,
3355         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
3356         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
3357         and into user configurable files.
3358         * device/lib/clean.mk: clean mcs51 directory too
3359         * support/regression/tests/longlit.c: added static to T1 declaration
3360         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
3361         accesses in the initialization code
3362
3363 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3364
3365         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
3366         OSCTRIMVAL as noted in bug #916008
3367
3368 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3369
3370         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
3371         in loops with multiple exits (reported as incorrect registers
3372         used by Martin Helmling in Sdcc-user list)
3373
3374 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3375
3376         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
3377         made ds390 register extensions look less like error messages
3378
3379 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3380
3381         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
3382         reported by Adam Wozniak in Sdcc-user list
3383
3384 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
3385
3386         * src/SDCCast.c (decorateType): fixed with bug and promotion in
3387         arithmetic optimizations, added debug output
3388
3389 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
3390
3391         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
3392         * sdcc.spec: updated and split sdcc into 3 rpms
3393         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
3394         needed for literals of LEFT_OP and '+'
3395         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
3396         introduced RESULT_TYPE_NOPROM
3397         (geniCodeMultiply): fixed logic for decision if mul is optimized to
3398         left shift
3399         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
3400         limited promotion to int only for '*'
3401         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
3402
3403 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
3404
3405         * src/pic16/gen.c (genSkip),
3406         (genc16bit2lit), (gencjneshort): commented out
3407         (is_LitOp): new helper function, checks operand type
3408         (genCmpEq): rewritten
3409
3410 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
3411
3412         * support/regression/tests/bug-908454.c: added
3413
3414 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
3415
3416         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
3417         * src/SDCCicode.c (usualBinaryConversions): op needs int type
3418         (geniCodeCast): cosmetic, don't preserve bit storage class
3419         (geniCodeLeftShift): added promotion
3420         (geniCodeLogic): fixed regression
3421         * src/SDCCsymt.c (computeTypeOr): accept bits too
3422         (compareType): 2nd part of fix for bug #908454, needed for bitfields
3423
3424 2004-03-07  Borut Razem <borut.razem AT siol.net>
3425
3426         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
3427
3428 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
3429
3430         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
3431         version of pic16_genPackRegisters which does not check if ic is a
3432         CAST operator,
3433         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
3434         function cause string1.c regression test fails
3435
3436 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
3437
3438         * sim/ucsim/configure.in,
3439         * sim/ucsim/configure,
3440         * sim/ucsim/doc/Makefile.in: use docdir
3441         * src/SDCC.y: fixed sbit atrributes
3442         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
3443         * src/SDCCast.c (decorateType): |^& need special promotion handling
3444         * src/SDCCast.h,
3445         * src/SDCCsymt.h: moved definition of RESULT_TYPE
3446         * src/SDCCsymt.h (computeType),
3447         * src/SDCCicode.c: computeType() needs op
3448         * src/SDCCsymt.c (checkTypeSanity),
3449         * doc/sddman.lyx: "plain" bitfields are unsigned
3450         * src/SDCCsymt.c (computeTypeOr): added
3451         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
3452         |^& ops
3453         * src/SDCCval.c (val*): computeType() needs op
3454         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
3455         * support/regression/tests/onebyte.c: added tests for |^&
3456
3457 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
3458
3459         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
3460         for writing icode into asm output.
3461
3462 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
3463
3464         * src/pic16/device.c: added some debug lines enabled
3465         with macro DEBUG_CHECK,
3466         * src/pic16/genarith.c: more debug in genPlus,
3467         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
3468         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
3469         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
3470         * (aopForSym): onStack symbols are re-placed in data memspace,
3471         and onStack flag is cleared,
3472         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
3473         copy temporary pcodeop,
3474         * (genPcall): added warning for not updating PCLATU,
3475         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
3476         always true for pic16 port,
3477         * (genMultOneWord): NEW, supports integer multiplication,
3478         * (genMult): modified to call genMultOneWord,
3479         * (ifxForOp): added warning when return NULL,
3480         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
3481         flag is set before call to operandFromSymbol for implicit
3482         added structures,
3483         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
3484         options.intlong_rent are set by default,
3485         * (_hasNativeMulFor): modified to allow port generation of integer
3486         multiplication,
3487         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
3488         set regtype to REG_SFR for all registers, restricting seting the
3489         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
3490
3491 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3492
3493         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
3494         more than 500 times in the regression tests
3495
3496 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3497
3498         * support/Util/SDCCerr.h,
3499         * support/Util/SDCCerr.c,
3500         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
3501         enumerator_list),
3502         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
3503         for symbol conflicts.
3504         * support/valdiags/tests/enum.c,
3505         * support/valdiags/tests/tentdecl.c,
3506         * support/valdiags/tests/struct.c: expect possible error messages
3507         referring to original symbol definitions.
3508         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
3509         * src/SDCCsymt.h,
3510         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
3511
3512 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
3513
3514         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
3515
3516 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
3517
3518         * src/pic16/ralloc.c (newReg): fixed bug #908929
3519
3520 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3521
3522         * src/ds390/gen.c: added missing #include "main.h"
3523
3524 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
3525
3526         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
3527         checking if symbol is already in set,
3528         * src/pic16/device.h: prototype for checkAddSym,
3529         * src/pic16/gen.c: (_G): added entry interruptvector,
3530         * (assignResultValue): removed some commented out lines,
3531         * (genFunction): check for ISR via sym->type, absolute section for
3532         interrupt code is created via a new pBlock, the goto instruction is
3533         placed now correctly at the interrupt vector position, changed all
3534         references from ivec to _G.interruptvector,
3535         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
3536         is the interrupt is a high priority one, same for return from ISR,
3537         * src/pic16/glue.c: changed all calls of addSetHead for publics and
3538         externs to calls of checkAddSym,
3539         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
3540         pic16_pcode_verbose flag is set,
3541         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
3542         * src/pic16/pcoderegs.c: message about how many registers are saved
3543         will only be emitted if pic16_pcode_verbose flag is set,
3544
3545 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3546
3547         * src/ds390/ralloc.h,
3548         * src/ds390/ralloc.c (ds390_regWithIdx),
3549         * src/ds390/gen.c (emitcode),
3550         * src/ds390/main.h,
3551         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
3552         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
3553         ds390operandCompare, getRegsRead, getRegsWritten,
3554         initializeAsmLineNode): customized instruction size calculation for
3555         ds390, started basis for some register optimizations
3556         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
3557         corresponding assembly output
3558         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
3559         missing push/pop of r0/r1. Optimized push/pops
3560
3561 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3562
3563         * src/mcs51/main.c (instructionSize): fixed ACALL size
3564         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
3565
3566 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
3567
3568         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
3569         the sorting of rlist with NULL elements
3570         * (print_idataType, print_idata): NEW to create idata sections
3571         * src/pic16/device.h: idataSymSet new variable
3572         * src/pic16/gen.c (genFunction): fixed some bugs in string
3573         comparing, improved the absolute section creation for ISRs,
3574         added FSR0L/FSR0H in registers that are saved in an ISR,
3575         * (genInline): fixed the processing of inline snippets,
3576         now they undergo no process by the peephole optimizer
3577         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
3578         are placed in idataSymSet,
3579         * (pic16emitStaticSeg): extern symbols are added in externs,
3580         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
3581         switching when aboslute variables are placed in access bank memory
3582         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
3583         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
3584         commented out with #if,
3585         * (pic16_packRegisters): reintroduce the check for CAST because some
3586         symbols are not correctly handled,
3587         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
3588         pCodeInstruction instead of pCode,
3589         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
3590         pCodeAsmDir definition,
3591         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
3592         directive, then the argument directive is emitted without the leading
3593         tab, hack for inline labels which must be in the first column,
3594         * (compareLabel,pic16_findNextInstruction),
3595         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
3596         * (insertBankSwitch): modified for the new pCodeAsmDir,
3597
3598 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
3599         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
3600
3601         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
3602         instance,
3603         * (pushSide): commented out with #if,
3604         * (assignResultValue): fixed some typos in saving
3605         registers,
3606         * (genPcall): FIXED and sync'ed with genCall,
3607         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
3608         * (genNearPointerGet): fixed to handle some more cases,
3609         implementation scheme via table reads,
3610         * (genConstPointerGet): modified to access code memory correct,
3611         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
3612         and improved to handle some cases
3613         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
3614         instead of "RETLW" for init data
3615         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
3616         not IN_DIRSPACE, work around to reduce bank switching when aboslute
3617         variables are placed in access bank memory (<0x80 and >=0xf80),
3618         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
3619         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
3620         TBLWT_POSTDEC,TBLWT_PREINC
3621         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
3622         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
3623         directives
3624         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
3625         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
3626         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
3627         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
3628
3629 2004-02-29  Borut Razem <borut.razem AT siol.net>
3630
3631         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
3632         support/Util/findme.h, support/Util/system.h: enhance binary relative
3633         search for lib and include by using findProgramPath()
3634
3635 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3636
3637         * src/SDCCpeeph.h,
3638         * src/SDCCpeeph.c (pcDistance),
3639         * src/port.h,
3640         * src/mcs51/ralloc.h,
3641         * src/mcs51/ralloc.c (mcs51_regWithIdx),
3642         * src/mcs51/main.h,
3643         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
3644         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
3645         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
3646         size calculation port specific, started basis for some register
3647         optimizations
3648         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
3649         missing push/pop of r0/r1. Optimized push/pops
3650         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
3651         * device/lib/_modsint.c (_modsint),
3652         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
3653         and stack version so regression tests pass
3654
3655 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
3656
3657         * src/Makefile.in (dep): include SLIBOBJS in dependency check
3658         * src/SDCCast.c (decorateType): catch another small optimization
3659         with '?' operator
3660         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
3661         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
3662         modified to finally use computeType() all over SDCC,
3663         see Feature Request #877103
3664         * src/SDCCval.h: cosmetic
3665         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
3666         valCompare(); regression tested in muldiv.c
3667         * support/regression/tests/muldiv.c (testMod): mod sign follows
3668         dividend only
3669
3670 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
3671
3672         * src/SDCCast.c (decorateType): fixed bug #902362
3673         * doc/INSTALL.txt: fixed install instructions for win32
3674
3675 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
3676
3677         * device/include/Makefile.in (install): fixed by replacing spaces
3678         by tabs
3679         * doc/README.txt,
3680         * doc/INSTALL.txt: updated for release
3681         * doc/sdccman.lyx: added warning for --xstack being buggy
3682
3683 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
3684
3685         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
3686         to eliminate build warnings.
3687         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
3688
3689 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
3690            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
3691
3692         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
3693         removed -penable-stack, added comment for stack pragma, added
3694         warning for not initializing the stack/frame registers, removed
3695         comment at interrupts section
3696
3697         Stack is made permanent, there is no ability to disable stack usage.
3698         * src/pic16/device.h,
3699         * src/pic16/device.c: removed all references to USE_STACK macro,
3700         * src/pic16/device.c (pic16_dump_section): when no elements in
3701         rlist, free rlist before return,
3702         * (pic16_dump_int_registers): NEW, internal registers are a new set
3703         of general purpose registers reused by each function,
3704         * (checkAddReg): returns 1 if registers is added to set,
3705         * (pic16_groupRegistersInSection): when a registers is of type
3706         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
3707         * src/pic16/device.h: memRange and Assigned Memory are deleted,
3708         SRCASECMP macro is moved here from device.c
3709         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
3710         PO_PCLATU, PO_PRODL, PO_PRODH,
3711         * (pic16_pCodeOpType, genMinus,
3712         changed compares to "a" register, with AOP_ACC,
3713         * (pic16_genPlus): fixed some bugs and indented properly,
3714         * (pic16_addSign): changed size to size+offset in the MOVWF
3715         instruction,
3716         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
3717         multiply 8-bit operand by literal, result is 8-bit,
3718         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
3719         multiply 2 8-bit operand, result is 8-bit,
3720         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
3721         genUMult8X*_16,
3722         * src/pic16/gen.c: changed accUse to contain WREG only,
3723         * (pic16_emitcomment): renamed to pic16_emitpcomment,
3724         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
3725         true, do not use immediate addressing any more unless sym is a
3726         pointer in codespace,
3727         * (aopForRemat): do not use immediate addressing when symbol not in
3728         codespace and when symbol's address is requested,
3729         * (aopOp): for-loop in if(sym->accUse) is modified for the new
3730         accUse size (= 1),
3731         * (aopGet): added case for AOP_ACC and don't return "accumulator
3732         bug" but WREG instead,
3733         * (popGetTempReg): pushes contents of temporary register in stack,
3734         * (popReleaseTempReg): pops contents of temporary register from
3735         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
3736         * (pic16_popGet): separated case AOP_ACC to return register WREG
3737         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
3738         or PO_IMMEDIATE and initializes their instance/offset appropriately,
3739         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
3740         the use of immediate pointers to certain cases only.
3741
3742         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
3743         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
3744         * (assignResultValue, genCall, genRet): modified to use the new
3745         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
3746         genPcall is still broken,
3747         * (genFunction): added code to create 'A' type pBlocks when
3748         interrupt functions are generated, code not extensively tested yet,
3749         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
3750         * (genEndFunction): modified so ISRs pop stored registers from stack,
3751         * (genMultOneByte): cleanup,
3752         * (AccRsh): added flag andmask, to and result with appropriate mask,
3753         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
3754         * (genDataPointerGet): fixed and reenabled its use,
3755         * (genNearDataPointerGet): bugs fixed,
3756         * (genDataPointerSet): bugs fixed,
3757         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
3758         pic16_DumpSymbol, pic16_DumpOp,
3759         * src/pic16/genutils.h: function prototypes for the above functions,
3760         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
3761         pointers,
3762         * (pic16emitRegularMap): many many many improvements, but needs a
3763         major cleanup,
3764         * src/pic16/main.c: enable_stack in pic16_options is removed,
3765         * (_pic16_parseOptions): removed command line options -penable-stack,
3766         * (_process_pragma): emit stack symbol only when stack pragma is
3767         processed,
3768         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
3769         redirected to FSR0L/FSR0H pair,
3770         * (pic16_get_op, pic16_get_op2): modifications and improvements,
3771         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3772         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
3773         for immediates,
3774         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
3775         * (dumpPicOptype): NEW,
3776         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
3777         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
3778         with movff instruction,
3779         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
3780         added pic16_int_regs, some packRegsFor* functions are commented out,
3781         because produce errors,
3782         * src/pic16/NOTES: minor modifications
3783
3784 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3785
3786         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
3787         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
3788         --pack-iram.
3789         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
3790         * as/mcs51/lkaomf51.c: fixed bug #895763
3791
3792 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
3793
3794         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
3795
3796 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3797
3798         * doc/sdccman.lyx: added details about the HC08 storage classes and
3799         interrupts, fixed the register usage info for z80 & gbz80
3800
3801 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
3802
3803         * doc/sdccman.lyx: added more pic16 port documentation
3804         * device/include/pic16/: added header pic18fregs.h
3805
3806 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
3807
3808         * doc/sdccman.lyx: added Vangelis' contribution
3809
3810 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3811
3812         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
3813         extend to the next CALL or PCALL, not just to the next CALL.
3814
3815 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
3816
3817         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
3818
3819 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3820
3821         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
3822         bug #895752 and a better fix for bug #716790
3823
3824 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3825
3826         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
3827
3828 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3829
3830         * doc/sdccman.lyx: minor changes, minor changed
3831
3832 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
3833
3834         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
3835         which can't handle SDCC_NEWONEBYTEOPS,
3836         (geniCodeMultiply): removed conversion from mult to shift for pic14
3837         and pic16
3838
3839 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3840
3841         * src/hc08/gen.h,
3842         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
3843         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
3844         thus fixing bug #895406
3845
3846 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
3847
3848         * device/lib/_modsint.c,
3849         * device/lib/_modslong.c: sign follows divisor only
3850         * src/hc08/gen.c (genMultOneByte): if result size is 1,
3851         signs or signedness can be ignored
3852         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
3853         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
3854         added optimization for IFX,
3855         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
3856         arguments;
3857         reenabled optimization for IFX, which was removed on 2004-01-11
3858         * src/SDCCast.h: added return type IFX
3859         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
3860         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
3861         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
3862         SDCC_OLDONEBYTEOPS selects the old behaviour
3863         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
3864         changed again and commented promotion rule
3865         * src/SDCCval.c (valDiv): promotion no longer necessary
3866         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
3867         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
3868         rewritten
3869         * support/regression/tests/onebyte.c: added
3870
3871 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
3872
3873         * gen.c (genInline): reverted to old code for assemnling inline
3874         code because of bug reported James Chadd
3875
3876 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
3877
3878         * ralloc.h: missing declarations from previous patch,
3879         seems that patch for ralloc.h was never applied, fixed
3880
3881 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
3882            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
3883
3884         * pcode.c,
3885         * pcode.h,
3886         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
3887         indirect addressing. Marked FSR0 as deprecated
3888         * gen.c (pointerCode): commented out, not needed now
3889         (pic16_popGet2p): new MOVFF helper function
3890         (genGenPointerGet),
3891         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
3892         (shiftRLong): removed duplicate debugging info
3893
3894 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3895
3896         * src/ds390/gen.c (genNearPointerGet),
3897         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
3898         optimization with bits, but not bitfields.
3899         * src/ds390/ralloc.c (packRegisters),
3900         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
3901
3902 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
3903
3904         * src/SDCCcse.c (algebraicOpts): copy operands before modification
3905
3906 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3907
3908         * src/SDCCsymt.h,
3909         * src/SDCCicode.c (operandFromSymbol),
3910         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
3911         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
3912         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
3913         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
3914         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
3915         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
3916         bug #892038
3917         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
3918         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
3919         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
3920         * src/SDCCsymt.c (newSymbol),
3921         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
3922         enumerator_list),
3923         * src/SDCCval.h,
3924         * src/SDCCval.c (newiList): fixed bug #885705
3925
3926 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3927
3928         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
3929         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
3930
3931 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3932
3933         * device/include/c8051f120.h,
3934         * device/include/c8051f300.h,
3935         * device/include/c8051f310.h: added/updated header files for Silicon
3936         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
3937         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
3938         in new section Submitting patches
3939
3940 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3941
3942         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
3943         genFarPointerGet, genCodePointerGet, genGenPointerGet,
3944         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
3945         genGenPointerSet),
3946         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
3947         genFarPointerGet, genCodePointerGet, genGenPointerGet,
3948         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
3949         genGenPointerSet),
3950         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
3951         genFarPointerGet, genCodePointerGet, genGenPointerGet,
3952         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
3953         genGenPointerSet),
3954         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
3955         genFarPointerGet, genCodePointerGet, genGenPointerGet,
3956         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
3957         genGenPointerSet): fixed bug #892400
3958         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
3959         to eliminate build warnings.
3960         * src/SDCCast.c (processParms),
3961         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
3962         fixed bug 751859
3963         * support/valdiag/valdiag.py: added GCC to the list of defines active
3964         when compiling with gcc
3965
3966 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3967
3968         * support/Util/SDCCerr.h,
3969         * support/Util/SDCCerr.c,
3970         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
3971         with an incomplete type (fixed bug #883734)
3972         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
3973
3974 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3975
3976         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
3977
3978 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3979
3980         * src/SDCCast.c (decorateType),
3981         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
3982         function pointer implementation
3983         * support/regression/tests/funptrs.c: added tests to verify both forms
3984         of function pointers work correctly. Added tests to verify parameters
3985         are passed in the correct order.
3986
3987 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
3988
3989         * device.c (regCompare): registers are sorted by ascending
3990         address and increasing size,
3991         * main.c (_pic16_finaliseOptions): removed the declaration
3992         of compiler macro MCU. Now a macro of the format pic18fxxxx
3993         will be defined from the command line
3994
3995 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
3996             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
3997
3998         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
3999         PCOP_RLCF was overwritten!
4000         * gen.c (genSkip): commented out calls to pic16_emitcode,
4001         * (genCmpEQ): fixed "long" compares, only high word did get compared,
4002         * (genlshTwo),
4003         * (genRRC): added debugging info,
4004         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
4005         overwritten while shifting,
4006         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
4007         overwritten while shifting,
4008         * (AccLsh),
4009         * (AccRsh),
4010         * (shiftLLeftOrResult),
4011         * (shiftRLeftOrResult),
4012         * (shiftRLong),
4013         * (shiftLLong): Implemented with pic16_emitpcode
4014         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
4015         * (genLeftShift): Fixed bug, operand for shift by variable always
4016         was "and"ed with 0x0f,
4017         * (genLeftShiftLiteral),
4018         * (genrshTwo),
4019         * (genRightShiftLiteral): added debugging info,
4020         * (genrshFour): added comment,
4021         * (genRightShift): determined signedness from operand "left"
4022         instead of "result"
4023
4024 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4025
4026         * src/SDCCicode.c (geniCodeParms),
4027         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
4028         function pointers, fixed function pointer bugs #861242 and #861896
4029
4030 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4031
4032         * device/include/c8051f000.h,
4033         * device/include/c8051f120.h,
4034         * device/include/c8051f300.h: added header files for Silicon
4035         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4036
4037 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
4038
4039         * src/SDCCast.c (processParams): added new type flow and restructured
4040         (gatherAutoInit): added new type flow
4041         (addCast): cosmetic changes
4042         (getLeftResultType): added new type flow for array indices, patch
4043         provided by Stas, see FR #877103
4044         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
4045         array index patch by Stas
4046         * src/SDCCast.h: added prototype getResultTypeFromType()
4047         * src/SDCCval.h,
4048         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
4049         * src/pic/glue.c (pic14emitStaticSeg),
4050         * src/pic16/glue.c (pic16emitStaticSeg),
4051         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
4052         for initialization of symbols
4053         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
4054         * support/Util/SDCCerr.h:
4055         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
4056         * .version: bumped version number to 2.3.8
4057         * device/include/Makefile.in (install),
4058         * doc/Makefile (install): changed to 'rm `find ...`' construct to
4059         avoid warnings
4060
4061 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
4062
4063         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
4064         Slade Rich fixed an optimization bug
4065         * src/pic/pcodepeep.c,
4066         * src/pic/pcoderegs.c
4067         * doc/Makefile (install): added test for directory
4068
4069 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4070
4071         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
4072         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
4073         * src/pic/ralloc.c (getRegPtr, getRegGpr),
4074         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
4075         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
4076         * as/mcs51/asexpr.c (term),
4077         * as/hc08/asexpr.c (term): fixed bug #887146
4078
4079 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4080
4081         * src/z80/gen.c (genMult): handle single byte result product
4082         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
4083         DUMMY_READ_VOLATILE (fixed bug #886367)
4084
4085 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
4086
4087         * support/regression/tests/libmullong.c: fixed logic, on little endian
4088         hosts we ended without a mullong_wrapper()
4089
4090 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4091
4092         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
4093         virus/worm forged address usage.
4094
4095 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
4096
4097         Fixed promotion, it should be done on AST level:
4098         * src/SDCCast.c (addCast): added promotion to int
4099         (decorateType): updated call to upCast()
4100         * src/SDCCicode.c (geniCodeLeftShift): removed call to
4101         usualUnaryConversions()
4102
4103 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
4104
4105         * support/regression/tests/literalop.c (mulWrapper): Added a
4106         wrapper to remove integer overflow warnings.
4107
4108         * support/regression/tests/float_trans.c: Made work on host.
4109
4110         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
4111         location of sz80.
4112
4113         * support/regression/generate-cases.py (main): Changed from inline
4114         to a main method.
4115
4116         * doc/Makefile (install): Changed to depth first to get rid of
4117         missing directory install warning.
4118
4119         * as/Makefile (install-doc): Made work on Mac.
4120
4121 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
4122
4123         * src/SDCCast.c: added an additional type flow in decorateType() of
4124         opposite direction, see feature request #860006; it's enabled at runtime
4125         by setting the environment variable SDCC_NEWTYPEFLOW
4126         * src/SDCCast.h: changed prototype of decorateType()
4127         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
4128         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
4129         'char' to 'int' can be omitted, if both operands are 'unsigned char';
4130         see feature request #877103
4131         * src/SDCCval.c: updated call of decorateType()
4132         (valBitwise): fixed bug #882876
4133         (valMinus): added promotion
4134         (valLogicAndOr): result is unsigned
4135         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
4136         * src/SDCCsymt.c (computeType),
4137         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
4138         must not cause an unsigned operation
4139         * src/pic/glue (pic14emitRegularMap),
4140         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
4141
4142 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
4143
4144         * src/pic/pcode.c (PCodeID): commented out left over debug code
4145
4146 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
4147
4148         * support/valdiag/tests/overflow.c: added shift tests
4149         * src/pic/device.c,
4150         * src/pic/gen.c,
4151         * src/pic/gen.h,
4152         * src/pic/glue.c,
4153         * src/pic/main.c,
4154         * src/pic/pcode.c,
4155         * src/pic/pcode.h,
4156         * src/pic/pcodepeep.c,
4157         * src/pic/pcoderegs.c,
4158         * src/pic/ralloc.c,
4159         * src/pic/ralloc.h: applied patch from Slade Rich;
4160         added support for multiple code pages and multiple RAM banks on the
4161         PIC 14 port. The ASM files now no longer simply assume all the
4162         code / RAM are in the same page / bank. This means the linker can
4163         safely allocate code/RAM of separate ASM files to different pages/banks.
4164         * doc/sdccman.lyx: added Slade's tips
4165         * src/mcs51/peeph.def: fixed bug #880768
4166
4167 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4168
4169         * src/hc08/ralloc.c (rematStr): fixed bug #879282
4170         * src/SDCCast.c (decorateType): fixed bug #880197
4171
4172 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
4173
4174         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
4175         getopt.h.
4176
4177         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
4178         strtof is not part of C89 and isn't included with Mac OS X.
4179
4180 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4181
4182         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
4183         shiftL2Left2Result): fixed bug #879326
4184         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
4185         (genMultOneByte): fixed bug in signed vs unsigned multiplication
4186         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
4187         address fetch for clr instruction
4188         * device/lib/hc08/_mulint.c: created optimized assembly version
4189         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
4190
4191 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
4192
4193         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
4194         proposed in FR #877103
4195
4196 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
4197
4198         * src/SDCCval.c (cheapestVal): added missing checks
4199         * src/SDCCicode.c (usualBinaryConversions): fixed condition
4200         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
4201
4202 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
4203
4204         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
4205         equal operands
4206
4207 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
4208
4209         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
4210         loaded with the linker search paths (-L arguments) and the libraries
4211         to be linked with the current source (-l arguments). Changes
4212         currently will affect only the pic16 port.
4213         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
4214         include path the port specific paths and port specific libraries,
4215         * gplink command now contains the $3 argument,
4216         * src/pic16/device.h,
4217         * src/pic16/device.c,: structure PIC_device is made public and
4218         renamed to PIC16_device, the same for variable Pics which is renamed
4219         to Pics16. Updated all references to them.
4220         * src/pic16/glue.c (pic16glue): corrected bug with code
4221         initialization which bypassed the variable initializations block.
4222
4223         * device/lib/pic16/Makefile.rules: removed --penable-stack from
4224         COMPILE_FLAGS and added the --nostdinc option
4225
4226 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4227
4228         * device/include/mc68hc908jb8.h: Register defs for another member
4229         of the hc08 family. Contributed by Bjorn Bringert - thanks!
4230
4231 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
4232
4233         Documenting changes from previous commits.
4234         * configure.in (version 1.56),
4235         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
4236         when generating output files to configure the pic16 library,
4237         but now I've commented it out, since gputils aren't installed in the
4238         SF compile farm, so library won't compile
4239
4240         * device/lib/Makefile.in (version 1.56): initially I've added in
4241         target 'all' the prerequestive 'model-pic16' so it compiled the
4242         pic16 library, but now I've commented it out for the same reasons
4243         above,
4244         * added targets 'model-pic16' and 'objects-pic16' to compile the
4245         library
4246         * added target 'port-specific-objects-pic16' to handle the
4247         generated libraries and copy them into the build/ directory
4248         * added target 'clean-intermediate-pic16' to clean intermediate
4249         files into pic16 directory
4250         * in target 'installdirs' added line to create directory pic16 in
4251         the installation path
4252
4253         * device/include/Makefile.in (version 1.11): in target 'install'
4254         added lines to copy all header files to installation path,
4255         * in target 'installdirs' added line create directory for pic16
4256         headers in the installation path
4257
4258 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
4259
4260         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
4261          a function call
4262
4263 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
4264
4265         * configure,
4266         * device/lib/configure.in,
4267         * device/lib/configure: fixed for autoconf 2.57
4268
4269 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4270
4271         * src/z80/main.c (_parseOptions): fixed the portmode= command line
4272         option so that it actually works. Made it specific to the z80, since
4273         the gbz80 doesn't have these kinds of I/O ports.
4274
4275 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4276
4277         * device/include/z180.h,
4278         * device/lib/_memcpy.c,
4279         * device/lib/_memmove.c,
4280         * device/lib/_mulint.c,
4281         * device/lib/ser_ir.c,
4282         * device/lib/ser_ir_cts_rts.c,
4283         * device/lib/_strcmp.c,
4284         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
4285         * src/z80/main.c (_process_pragma): add support for pragmas bank and
4286         portmode; added deprecation warning for bank= and protmode= forms.
4287         Also, guard against buffer overflow.
4288         * src/z80/gen.c (aopGet): generate better code for sfr banked read
4289
4290 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4291
4292         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
4293         changed interrupt vector table generation to only emit declared vectors.
4294         * device/include/Makefile.in: added missing backslash
4295         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
4296
4297 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
4298
4299         Mainly changes to support compilation of the device libraries
4300         * src/pic16/device.c: stack is allocated via symbol and not
4301         via literal number. The symbol is placed in the corresponding
4302         position of the data ram
4303         * (pic16_dump_section): relocatable and absolute uninitialized
4304         data are now emitted in sorted order to reduce section naming,
4305         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
4306         weren't marked as being in the access bank,
4307
4308 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
4309
4310         Added portion of GNU PIC Library under the directory
4311         device/include/pic16 and device/lib/pic16. These files
4312         contain the declarations of SFRs for the PIC18Fxx2 devices.
4313         The directory is initialized via configure from toplevel.
4314
4315 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
4316
4317         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
4318         the spilllocations to be compared correctly
4319
4320 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
4321
4322         * src/SDCCast.c (decorateType): fixed bug introduced today
4323
4324 2004-01-12  Borut Razem <borut.razem AT siol.net>
4325
4326         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
4327         doc/sdccman.lyx: upper case pragmas are deprecated
4328
4329 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
4330
4331         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
4332         in simpler and even better code
4333
4334 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
4335
4336         * src/SDCCicode.c (operandOperation): fixed bug #874819
4337         * src/SDCCast.c (decorateType): fixed
4338         char foo (unsigned long ul) { return ul > 0; }
4339
4340 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4341
4342         * doc/sdccman.lyx: Moved and added some sections, small changes
4343         all over. Telling LaTeX to be less strict with word spacing
4344         to better keep the right margin. Changed some notes about
4345         maintainance of the ports in section 3.2.1 - is it OK like this?
4346
4347 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4348
4349         SDCC source changes:
4350         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
4351         convilong): modified to inform the pic16 port that builtin functions
4352         are external
4353
4354         PIC16 PORT specific changes:
4355         * src/pic16/device.c pic16_dump_equates() added,
4356         processor registers declared internally by the port are emitted in
4357         the translation as equates,
4358         * src/pic16/gen.c: inline code is passed unprocessed to the
4359         translation,
4360         * (pic16_popGetLit2): fnuction modified to take second operand as
4361         pCodeOp pointer and not as literal,
4362         * (popRegFromIdx): prefixed with pic16_,
4363         * (pic16_popCombine2): modified to receive already allocated pCode
4364         operands,
4365         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
4366         * (genFunction): initializes local stack frame and pushes on stack
4367         all the registers used by this function,
4368         * (genEndFunction): restores all registers from stack and restores
4369         stack frame,
4370         * src/pic16/glue.c (pic16emitRegularMap): various changes and
4371         improvements,
4372         * (pic16glue): changed the program startup sequence,
4373         * added new dbName code 'A' for functions placed in absolute section
4374         * src/pic16/main.c: added function attribute _naked,
4375         * added pragma 'code' to place a fnuction at an absolute address,
4376         * added command line arguments --debug-ralloc and --pcode-verbose,
4377         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
4378         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
4379         * (pic16_newpCodeOpLit2): modified to take the second operand as
4380         pCodeOp pointer,
4381         * (pic16_printpBlock): modified to emit each function in a separate
4382         section,
4383         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
4384         UPPER for immediate operands,
4385         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
4386         instruction,
4387         * src/pic16/peeph.def: all peepholes with movff are commented out,
4388         because there is a problem in the pcode peep optimizer,
4389         * src/pic16/ralloc.c: the register allocator can now reuse local
4390         function symbols for another function. This saves register usage.
4391         * src/pic16/ralloc.h: added flag isLocal in structure regs,
4392
4393         Added file src/pic16/NOTES with information about program writing on
4394         the current port version.
4395
4396 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4397
4398         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
4399         and peephole 252 (array access)
4400
4401 2004-01-09  Borut Razem <borut.razem AT siol.net>
4402
4403         * src/SDCCmain.c : fixed #872250: -l command line defined library
4404           files are scanned before standard library files
4405
4406 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4407
4408         * src/SDCCast.c (decorateType): fixed bug #874046
4409
4410 2004-01-09  Borut Razem <borut.razem AT siol.net>
4411
4412         * support/scripts/sdcc.nsi: remove previous installation
4413
4414 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4415
4416         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
4417         bytes for last interrupt vector (mcs51)
4418         * sdcc.spec: fixed typo
4419
4420 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4421
4422         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
4423         gen51Code): more efficient parameter receive for --model-large
4424         ("bug" #845294)
4425
4426 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4427
4428         * src/ds390/main.c,
4429         * src/z80/main.c: added missed needLinkerScript flags (more than
4430         one port structure defined in these file)
4431         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
4432         bug #795325
4433
4434 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
4435
4436         * src/SDCCmain.c: removed various references to DEFAULT_PORT
4437         * src/port.h: added flag needLinkerScript in port->linker
4438         structure to inform whether to create a .lnk file or not,
4439         * src/avr/main.c,
4440         * src/ds390/main.c,
4441         * src/hc08/main.c,
4442         * src/mcs51/main.c,
4443         * src/pic/main.c,
4444         * src/pic16/main.c,
4445         * src/xa51/main.c,
4446         * src/z80/main.c: changed appropriately to configure
4447         needLinkerScript flag
4448         * src/pic/gen.c,
4449         * src/pic16/gen.c (genAddrOf): fixed bug #863624
4450         * src/pic/glue.c: added variable udata_section_name to
4451         override default uninitialized data segment definition for
4452         devices only with SHAREBANK memory (reported from Erik Epetrich)
4453         * (pic14emitOverlay): modified to emit a commented overlay segment
4454         directive when no overlay data exist
4455         * (picglue): modified to emit uninitialized data segment
4456         according to udata_section_name
4457         * src/pic/main.c (_pic14_parseOptions): added command line
4458         options --udata-section-name=[name] to override default
4459         udata definition name
4460         * modified _linkCmd and _asmCmd to include compiler passed
4461         arguments via -W option
4462         * src/pic16/main.c: added $l in _asmCmd, changed extension for
4463         object file from '.rel' to '.o' in port->linker structure,
4464         changed size of fptr from 2 to 3 in port structure
4465
4466 2004-01-07  Borut Razem <borut.razem AT siol.net>
4467
4468         * support/scripts/sdcc.nsi: update PATH
4469         * support/scripts/sdcc.ico: craeted
4470
4471 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
4472
4473         * device/include/Makefile.in: fix install
4474         * doc/Makefile: fix install
4475
4476 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4477
4478         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
4479         in bug #860505
4480         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
4481         how the function variable allocation summary is displayed; also
4482         include information about variables allocated to the overlay
4483         segment
4484
4485 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4486
4487         * as/mcs51/lkmain.c: Help about -Y option
4488         * as/mcs51/lkarea.c: Fixed gcc warnings
4489
4490 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
4491
4492         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
4493         fixed warning
4494         * support/valdiag/tests/overflow.c: added
4495         * src/SDCCast.c (decorateType),
4496         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
4497         LEFT_OP (left shift)
4498
4499 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4500
4501         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
4502         (default behaviour).
4503
4504 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4505
4506         A python script to validate compiler diagnostic messages. It can be
4507         used to verify that sdcc complains about bad c source code and
4508         gives a good location of the error.
4509         * support/valdiag/Makefile,
4510         * support/valdiag/valdiag.py,
4511         * support/valdiag/tests/*
4512
4513 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4514
4515         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
4516         * src/SDCCsymt.c (newEnumType),
4517         * src/SDCCsymt.h
4518         * support/Util/SDCCerr.c,
4519         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
4520         enum related bugs.
4521         * support/regression/tests/enum.c: added test for enum values that
4522         require at least 2 bytes of storage.
4523
4524 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
4525
4526         * src/common.h: added ifndef/define/endif macros
4527         around the header file.
4528         Bug reported from Jesus Calvino-Fraga
4529
4530 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
4531
4532         * sdcc.spec: updated
4533         * device/include/Makefile.in: don't install CVS directories
4534         * device/lib/Makefile.in: added removal of CVS directories after install
4535         * doc/Makefile: fixed install, added local_icons
4536         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
4537         * src/mcs51/gen.c (genRightShift): fixed bug #870788
4538         * src/ds390/gen.c (genRightShift): fixed bug #870788
4539         * src/SDCCast.c (decorateType): fixed bug #870781
4540
4541 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
4542
4543         PIC16 port related changes:
4544         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
4545         added variable stackPos,
4546
4547         * gen.c: genCall, assignResultValue: added support for
4548         pushing/retrieving function parameters to/from stack,
4549         genFunction,genEndFunction: setup stack frame for the
4550         generated function,
4551         genAddrOf: will be changed according to bug 863624
4552
4553         * added files genutils.c and genutils.h which contain gen*
4554         debugged and optimised functions extracted from gen.c
4555
4556         * glue.c: added variable 'externs' which holds extern symbols,
4557         pic16emitRegularMap: is modified to properly handle relocatable
4558          symbols under the new scheme,
4559         pic16createInterruptVect: is modified
4560         pic16printPublics: is modified to emit 'global' assembler directives,
4561         added pic16_printExterns to print extern symbols,
4562         pic16glue: initializes stack/frame pointer in the beginning of
4563         the assembly output. Temporary hack, will be corrected later,
4564         because gplink yet does not support stack and SDCC does not
4565         yet support a type of crt0.o object to create the final binary.
4566
4567         * Removed many lines that contain 8051 legacy code.
4568         * The code is finally placed under a 'code' directive.
4569         * Added port specific options.
4570
4571         * _process_pragma: simplified since now we do not need *special*
4572         include file to define SFR registers. But a separate header
4573         will be needed. This will be developed later.
4574         * _pic16_parseOptions: added, parses port specific options:
4575         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
4576         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
4577         --preplace-udata-with=
4578
4579         * _pic16_setDefaultOptions: modified to initialize section names,
4580         but hack is temporarly out of order since it needs improvement.
4581         * _pic16_genAssemblerPreamble: configuration words are emitted by
4582         their address instead of their name. This part is incomplete and
4583         supports only the 18Fxx2 devices. Other devices will emit an error
4584         during assembly since they do not contain the same set of config
4585         registers
4586         * _pic16_genIVT: is modified,
4587
4588         * pcode.c: added definitions for some hardware registers that are needed
4589         for stack support
4590         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
4591         All PCI entries are updated. Now LFSR is supported.
4592         * Removed pic16_pciTRIS is mentioned by mdubuc in source
4593         * added pic16_newpCodeOpLit2 to support instructions with
4594         two literal arguments
4595         * pic16_pCode2str: corrected code that emits assembler instructions
4596         with two literal operands and those that have an access bit modifier
4597         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
4598         this fixes a bug which caused some labels to be lost, when an
4599         assembler directive was added, i.e. banksel,
4600         * pic16_FixRegisterBanking: improved logic that causes the insertion
4601         of bank switching,
4602         * InlineFunction: functions that are called once, are not any more
4603         inlined. This can be a port option in the future,
4604
4605         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
4606
4607         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
4608         hold the corresponding uninitialized symbols,
4609         * pic16_allocProcessorRegister: registers have explicit marked the
4610         accessBank field,
4611         * pic16_allocInternalRegister: registers are explicit marked as
4612         not used,
4613         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
4614         processing list, so bit registers were lost,
4615         *
4616
4617         * ralloc.h: added field 'accessBank' and original symbol operand
4618         in register definition,
4619         * removed the field isMapped from register definition,
4620
4621         ** Several functions have been removed from various sources:
4622         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
4623         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
4624         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
4625         pic16_assignRelocatableRegisters
4626
4627         ** others have been introduced:
4628         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
4629         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
4630
4631 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
4632
4633         * support/scripts/inc2h.pl: changed definition of BIT_AT
4634         to emit 'sbit at' instead of 'bit at'. This was a request.
4635
4636         PIC16 port related preliminary changes:
4637         * gen.c: prefixed function popRegFromString with
4638         pic16_ and all references to it corrected
4639         * pcode.c: all pic16_pc_* hardware registers prefixed
4640         with underscore (_),
4641         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
4642         * ralloc.c: newReg(): when register is REG_SFR then
4643         set address to rIdx,
4644         pic16_allocProcessorRegister(): marks register wasUsed=0
4645         pic16_writeUsedRegs(): added a call to assign processor
4646         registers via pic16_assignFixedRegisters
4647
4648 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4649
4650         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
4651         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
4652         variables in unused register banks.  Also the SSEG is placed
4653         wherever there is enough space for it, and IDATA can be anywhere
4654         in internal RAM.  For now compile using -Wl-Y[stack_size].
4655         The mem file is different for this option as well, since it
4656         makes no sense of talking about DSEG lenght.
4657
4658 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
4659
4660         * src/SDCClrange.c: fixed bug 869095 that caused segfault
4661         in certain cases, e.g. when ROM assignment, patch provided
4662         from Albert den Haan.
4663
4664 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
4665
4666         Many signedness and type propagation fixes:
4667         * src/SDCCicode.c: made geniCodeCast() static
4668         replaced SPEC_ by IS_ (cosmetic)
4669         (operandOperation): fixed div and mod operation
4670         (usualBinaryConversions): added support for promotion of char
4671         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
4672         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
4673         (geniCodeAdd): an array index will stay unsigned, even if promoted
4674         from char to int
4675         (geniCodeArray): ditto
4676         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
4677         * src/SDCCsymt.c (computeType): added more support for char;
4678         promotion of char is selectable by promoteCharToInt, fixed signedness
4679         for all cases
4680         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
4681         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
4682         * src/SDCCval (val*): replaced signedness calculation by
4683         computeType()
4684         rearranged if-branches (cosmetic)
4685         (valShift): added warning W_SHIFT_CHANGED
4686         (valCompare): fixed problem with different types
4687         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
4688         * support/regression/tests/literalop.c: added many cases
4689         * support/regression/tests/ast_constant_folding.c: changed finally to
4690         'unsigned int'
4691         * .version: new year, new version: 2.3.7
4692         * src/SDCCmain.c (main): applied patch #866468
4693         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
4694         provided by Scott Bronson
4695         * doc/sdccman.lyx: updated documentation for sdcdb
4696         updated and added chapter tips
4697
4698 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4699
4700         * src/SDCCsymt.h: missing from yesterday's commits
4701
4702 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4703
4704         * src/SDCC.y (struct_or_union_specifier),
4705         * support/Util/SDCCerr.c,
4706         * support/Util/SDCCerr.h: verify that struct & union tags are used
4707         as declared.
4708
4709 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4710
4711         * src/SDCCglobl.h: missing from yesterday's commits
4712
4713 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4714
4715         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
4716         sft_attributes, struct_declaration, parameter_declaration,
4717         type_name, start_block, declaration_list),
4718         * src/SDCC.lex (check_type): support redefinition of typedef names
4719
4720 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4721
4722         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
4723         aligned xdata arrays. Erik helped me with the if clause.
4724
4725 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4726
4727         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
4728         warning
4729
4730 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4731
4732         * src/SDCCast.h,
4733         * src/SDCCast.c (newAst_),
4734         * src/SDCCicode.h,
4735         * src/SDCCicode.c (ast2iCode, newiCode),
4736         * src/SDCCglobl.h,
4737         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
4738         expr, statement, expression_statement, selection_statement,
4739         iteration_statement, expr_opt, jump_statement): foundation for tracking
4740         sequence points
4741         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
4742         point code too)
4743
4744 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4745
4746         * support/Util/SDCCerr.c,
4747         * src/SDCCast.h,
4748         * src/SDCCast.c (createCase, createDefault, decorateType),
4749         * src/SDCClabel.c (labelUnreach),
4750         * src/SDCC.y (labeled_statement, jump_statement): More improvements
4751         to error messages.
4752         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
4753         (with thanks to Stas Sergeev)
4754         * device/include/time.h,
4755         * device/lib/time.c (CheckTime): suppress unreachable code warning
4756
4757 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4758
4759         * src/SDCCast.c (createIvalCharPtr),
4760         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
4761         bug #753752)
4762         * support/regression/tests/nullstring.c: tests for these two bugs
4763
4764 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4765
4766         * support/Util/SDCCerr.h,
4767         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
4768         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
4769         about storage class and 'at' used inside struct or union
4770         * src/SDCCBBlock.c (iCodeFromeBBlock),
4771         * src/SDCCcse.c (ifxOptimize),
4772         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
4773         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
4774         printIval, emitStaticSeg, emitOverlay),
4775         * src/SDCClabel.c (deleteIfx),
4776         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
4777         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
4778         gatherAutoInit, processParms),
4779         * support/Util/SDCCerr.h,
4780         * support/Util/SDCCerr.c (werrorfl): Support for better error location
4781         reporting for post-parse errors.
4782
4783 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4784
4785         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
4786         implicit casts via union; they don't work on big endian systems
4787         (possible fix for bug #861138)
4788
4789 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4790
4791         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
4792         * src/mcs51/main.c: fixed the fix for bug #737001
4793
4794 2003-12-15  Borut Razem <borut.razem AT siol.net>
4795
4796         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
4797
4798 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4799
4800         * support/makebin/makebin.c: put output in binary mode
4801
4802 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4803
4804         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
4805         xdata and data memory on startup. Set the environment variable
4806         SDCC_NOGENRAMCLEAR to disable this.
4807         * src/mcs51/peephole.def,
4808         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
4809         (allows non-interrupt and interrupt code to safely compete for a resource
4810         without the non-interrupt code having to disable interrupts)
4811
4812 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4813
4814         * src/SDCCicode.c (geniCodeAdd),
4815         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
4816         with valFromType if type might be a pointer and host is big endian).
4817         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
4818         types, not just integer types.
4819         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
4820         multiply defined with mismatching "at" address.
4821
4822 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4823
4824         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
4825         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
4826         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
4827         with embedded nulls (fixed bug #753752)
4828
4829 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4830
4831         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
4832         Apparently this did not see much testing (endless loop)
4833
4834 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4835
4836         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
4837
4838 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4839
4840         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
4841         gracefully handle NULL memmap pointers
4842
4843 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4844
4845         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
4846         instead of deleting the iCode when an operand is volatile
4847         * src/z80/gen.c (genDummyRead),
4848         * src/mcs51/gen.c (genDummyRead),
4849         * src/ds390/gen.c (genDummyRead),
4850         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
4851         not just IC_RIGHT
4852         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
4853         * src/SDCC.y: fixed bug #850420
4854
4855 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4856
4857         Applied z80 i/o port patch from Peter Townson and fixed some operators
4858         to better handle operands in A register.
4859         * device/include/z180.h
4860         * src/SDCC.y
4861         * src/SDCCglue.c
4862         * src/z80/gen.c
4863         * src/z80/gen.h
4864         * src/z80/main.c
4865         * src/z80/peeph-z80.def
4866         * src/z80/peeph.def
4867         * src/z80/z80.h
4868
4869 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4870
4871         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
4872
4873 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4874
4875         * device/lib/hc08/_mullong.c: Removed extra #endif
4876
4877 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4878
4879         * sim/ucsim/hc08.src/inst.cc,
4880         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
4881         carries from x to h
4882         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
4883         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
4884         * device/include/stdarg.h: fixed varargs for hc08
4885         * device/lib/Makefile.in,
4886         * device/lib/hc08/Makefile,
4887         * device/lib/hc08/_mulint.c,
4888         * device/lib/hc08/_mullong.c: fixed some endian problems
4889
4890 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4891
4892         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
4893         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
4894         * device/lib/_gptrget.c,
4895         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
4896
4897 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4898
4899         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
4900         * src/SDCCast.c (astErrors): fixed bug #846007
4901         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
4902
4903 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4904
4905         * src/SDCCast.c (decorateType): disabled a transformation I added in
4906         revision 1.188 (access to fields of a structure at an absolute address);
4907         it breaks with bitfields, extern declarations, and gcse analysis.
4908         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
4909         could be assigned through a pointer, so don't complain.
4910         * src/SDCCast.c (astErrors),
4911         * src/SDCCast.h,
4912         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
4913
4914 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
4915
4916         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
4917         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
4918         output of __config directives, since gpasm now supports them
4919         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
4920         pre-processor macro, i.e. -DMCU=p18f452
4921         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
4922         and modified to handle 'cast' icode similarly to '=' icode
4923         * src/pic16/device.h (typedef struct PIC_device): added field
4924         'extMIface' to indicate that chip has external memory interface
4925         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
4926         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
4927         18F8720
4928
4929 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4930
4931         * src/SDCC.y (pointer): fixed bug #846006
4932         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
4933         * src/SDCCast.c (decorateType): fixed bug #846009
4934         * src/ds390/peeph.def,
4935         * src/ds390/gen.c (genAnd, genOr),
4936         * src/mcs51/peeph.def,
4937         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
4938
4939 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4940
4941         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
4942         * src/SDCCdflow.c
4943         * src/SDCCcse.c
4944         * src/SDCCcse.h
4945         * src/SDCCBBlock.h
4946         * src/SDCCBBlock.c
4947
4948 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
4949
4950         fixed bug #845089
4951         * src/SDCCbitv.h,
4952         * src/SDCCbitv.c: added function to free a bitvector
4953         * src/SDCClrange.h,
4954         * src/SDCClrange.c: added function to recompute the liveranges
4955         * src/avr/ralloc.c,
4956         * src/ds390/ralloc.c,
4957         * src/hc08/ralloc.c,
4958         * src/mcs51/ralloc.c,
4959         * src/pic/ralloc.c,
4960         * src/pic16/ralloc.c,
4961         * src/xa51/ralloc.c,
4962         * src/z80/ralloc.c: recompute the liveranges after register packing
4963
4964 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
4965
4966         * src/SDCCloop.c (newInduction): fixed bug #845630
4967
4968 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4969
4970         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
4971         inadvertantly left behind from my 2003-11-12 change
4972
4973 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4974
4975         Updated headers I neglected to commit yesterday.
4976         * src/SDCClrange.h,
4977         * src/SDCCicode.h
4978
4979 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4980
4981         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
4982         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
4983         * src/SDCCopt.c (eBBlockFromiCode),
4984         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
4985         the creation of the key hash table from the sequencing so it can be used
4986         earlier (for some GCSE bug fixes still pending)
4987
4988 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4989
4990         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
4991         * support/regression/tests/addsub.c: testing genPlus shortcut
4992
4993 2003-11-15  Borut Razem <borut.razem AT siol.net>
4994
4995         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
4996
4997 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4998
4999         * src/SDCCcse.c (cseBBlock): fixed bug #527779
5000         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
5001         ordering is immaterial.
5002         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
5003
5004 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5005
5006         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
5007         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
5008         (SIGSEV) of bug #840381
5009         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
5010         unlink new file before rename if new and old filenames are the same)
5011
5012 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5013
5014         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
5015         uninitialized variables) for the mcs51. Set environment variable
5016         SDCC_GENRAMCLEAR to test.
5017         xdata initialization slightly shorter
5018
5019 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5020
5021         * src/SDCCsymt.h,
5022         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
5023         #838241 & 780691 (basicly the same bug)
5024         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
5025         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
5026
5027 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
5028
5029         * src/SDCCmain.c (linkEdit): "fix" #834252
5030
5031 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5032
5033         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
5034         * src/SDCCast.h,
5035         * src/SDCC.y: fixed bug #819403
5036
5037 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5038
5039         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
5040         the reentrant attribute.
5041         * src/hc08/gen.c (genPackBits): added missing stack readjustment
5042         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
5043         simulation
5044         * src/SDCCast.c (decorateType): fixed bug with storage class not being
5045         updated during pointer dereference; f.e. ~(((char *)1)*) was being
5046         erroneously reduced to a literal.
5047         * src/hc08/ralloc.c (packRegisters, rematStr),
5048         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
5049         some cases
5050
5051 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5052
5053         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
5054         * doc/sdccman.lyx: changed from 'article' to 'book'
5055         * doc/Makefile: readded test_suite_spec and cdbfileformat
5056
5057 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
5058
5059         * device/include/stdlib.h: include malloc.h to comply with ANSI
5060         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
5061
5062 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5063
5064         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
5065         * doc/clean.mk: also remove *.out files
5066         * doc/sdccman.lyx: some additions, larger top/bottom margins
5067
5068 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5069
5070         * src/SDCC.y: fixed bug #837365
5071         * support/regression/tests/bitopcse.c
5072         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
5073         a symbol (might be valop instead)
5074         * device/lib/Makefile.in: added errno.c to HC08SOURCES
5075         * device/lib/clean.mk: added hc08 to the cleaning list
5076
5077 2003-11-04  Borut Razem <borut.razem AT siol.net>
5078
5079         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
5080           made 2003-11-04
5081         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
5082           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
5083           malloc is declared in standard stdlib.h
5084
5085 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5086
5087         * device/lib/hc08/Makefile: need to clean .rel not .o files
5088         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
5089
5090 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5091
5092         * src/port.h,
5093         * src/hc08/main.c,
5094         * src/mcs51/main.c,
5095         * src/ds390/main.c,
5096         * src/z80/main.c,
5097         * src/avr/main.c,
5098         * src/pic/main.c,
5099         * src/pic16/main.c,
5100         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
5101         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
5102         tests (which uses the port's oclsExpense function)
5103         * src/SDCC.y,
5104         * src/SDCCast.c,
5105         * src/SDCCicode.c,
5106         * src/hc08/gen.c,
5107         * src/ds390/gen.c,
5108         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
5109
5110 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5111
5112         * src/SDCCcse.c (ifxOptimize),
5113         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
5114         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
5115         deleting the IFX iCode.
5116         * src/hc08/ralloc.c: reduced unneeded slocs
5117         * src/hc08/gen.c: fixed bug in asmopToBoolean
5118
5119 2003-11-04  Borut Razem <borut.razem AT siol.net>
5120
5121         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
5122           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
5123           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
5124           transferred to configure
5125
5126 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
5127
5128         Use headers defined in the C[++] standards:
5129         * sim/ucsim/gui.src/serio.src/fileio.cc
5130         * sim/ucsim/gui.src/serio.src/frontend.cc
5131         * sim/ucsim/gui.src/serio.src/main.cc
5132         * sim/ucsim/gui.src/serio.src/posix_signal.cc
5133         * support/Util/NewAlloc.c
5134         * as/hc08/lklibr.c
5135         * as/mcs51/lklibr.c
5136         * as/z80/aslist.c
5137         * as/z80/assym.c
5138
5139 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5140
5141         * Added MSVC projects for hc08 assembler and linker:
5142         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
5143         /as/hc08/link_hc08.dsp
5144
5145 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
5146
5147         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
5148
5149 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
5150
5151         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
5152
5153 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5154
5155         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
5156
5157 2003-10-31  Borut Razem <borut.razem AT siol.net>
5158
5159         * support/cpp2/cpplib.h,
5160           support/cpp2/cpplib.c,
5161           support/cpp2/cpplex.c,
5162           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
5163           to switch _asm block preprocessing on / off. Default is
5164           #pragma preproc_asm +
5165
5166 2003-10-31  Borut Razem <borut.razem AT siol.net>
5167
5168         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
5169           when outputting comment blocks (when executed with -C option) and
5170           _asm (SDCPP specific) blocks
5171
5172 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5173
5174         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
5175
5176 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
5177
5178         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
5179
5180 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
5181
5182         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
5183         * src/SDCCast.c (decorateType): fixed bug #832664
5184
5185 2003-10-31  Borut Razem <borut.razem AT siol.net>
5186
5187         * support\cpp2\cpplex.c: fixed for SDCPP:
5188           comments(when executed with -C option) and _asm blocks
5189           were included even if they where in skipped #if block.
5190           Applied solution from GCC cpp 3.3.2
5191
5192 2003-10-31  Borut Razem <borut.razem AT siol.net>
5193
5194         * src/SDCC.lex: sdcc now understands both formats:
5195           '# <line_number> <file_name>' and
5196           '#line <line_number> <file_name>'
5197         * support/cpp2/cppmain.c: sdcpp now generates the standard
5198           '# <line_number> <file_name>' instead of former
5199           '#line <line_number> <file_name>'
5200
5201 2003-10-30  Borut Razem <borut.razem AT siol.net>
5202
5203         * support/cpp2/cpphash.h,
5204         * support/cpp2/cpplib.h
5205         * support/cpp2/cpplex.c,
5206         * support/cpp2/cppmain.c,
5207         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
5208
5209 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5210
5211         Fixed a number of problems revealed by bug #827883.
5212         * src/SDCCloop.c (loopInvariants): Spill location of the
5213         result operand should be recomputed if extracted from
5214         a loop. Also, don't extract assignments of an iTemp
5215         from a literal.
5216         * src/SDCCast.c (isConformingBody): loop reversal should
5217         not occur if the control variable is involved with a
5218         relational operator.
5219
5220 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
5221
5222         * .version: bumped to 2.3.6 to reflect the big improvements
5223         made by Erik and Klaus. Thanks!
5224
5225 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
5226
5227         Replaced the livrange code.
5228         * src/SDCClrange.c: added new LR code
5229         * src/SDCCloop.c,
5230         * src/SDCCBBlock.h: removed remainig parts from old LR code
5231         * src/ds390/ralloc.c,
5232         * src/ds390/gen.c: minor fixes to make it work with new code
5233
5234 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5235
5236         * as/hc08/asm.h,
5237         * as/hc08/lkrloc.c,
5238         * src/hc08/gen.c,
5239         * src/hc08/ralloc.c: Fix various warnings related to the hc08
5240         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
5241         (tweaked fix for bug #818696)
5242
5243 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5244
5245         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
5246
5247 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5248
5249         * src/SDCCmain.c,
5250         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
5251         * src/mcs51/gen.c (gencjneshort),
5252         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
5253         more efficient (per Scott Bronson's suggestion)
5254
5255 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5256
5257         Extended the semantics of the critical keyword to include
5258         individual statements. See RFE #827755 and #799831
5259         * src/SDCC.y
5260         * src/SDCCicode.c
5261         * src/SDCCopt.c
5262         * src/SDCCast.c
5263         * support/Util/SDCCerr.c
5264         * support/Util/SDCCerr.h
5265         * src/mcs51/gen.c
5266         * src/ds390/gen.c
5267         * src/hc08/gen.c
5268
5269 2003-10-19  Borut Razem <borut.razem AT siol.net>
5270
5271         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
5272
5273 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5274
5275         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
5276         Fixed bug #818696
5277         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
5278         and predecrement operand is displayed
5279
5280 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
5281
5282         * src/SDCCval.c (valMinus): fixed bug #826041
5283
5284 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5285
5286         Some hc08 related updates that I missed earlier
5287         * sim/ucsim/stypes.h
5288         * support/regression/ports/hc08/spec.mk
5289
5290 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5291
5292         New target "hc08" for the Motorola 68hc08 family of micros
5293
5294         * configure
5295         * configure.in
5296         * Makefile
5297         * src/hc08/*
5298         * src/SDCCmain.c
5299         * src/port.h
5300         * sim/ucsim/hc08.src/*
5301         * sim/ucsim/configure.in
5302         * src/ucsim/configure
5303         * sim/ucsim/packages_in.mk
5304         * as/hc08/*
5305         * as/Makefile
5306         * device/include/mc68hc908qy.h
5307         * device/lib/hc08/*
5308         * device/lib/Makefile.in
5309         * support/regression/ports/hc08/*
5310         * support/regression/Makefile
5311
5312 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5313
5314         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
5315         regression test
5316         * src/ds390/gen.c (genCast): fixed bug #821957
5317
5318 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
5319
5320         * device/lib/logf.c: "fixed" overlay bug
5321         * support/regression/ports/host/spec.mk: added m library
5322         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
5323         * support/regression/tests/float_trans: added (for Eric)
5324
5325 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
5326
5327         * src/mcs51/gen.c (genCpl): fixed bug
5328         http://sf.net/mailarchive/message.php?msg_id=6263915
5329
5330 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
5331
5332         * src/SDCCast.c (decorateType): added extended constant folding
5333         * src/SDCCsymt.c (computeType): cleanup
5334         * src/SDCCval.c (valShift): minor optimization
5335         * support/regression/tests/ast_constant_folding.c: added
5336
5337 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5338
5339         * src/SDCCmain.c: removed some unintended changes
5340
5341 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5342
5343         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
5344         * src/z80/gen.c: fixed part of bug #817589
5345         * src/SDCCsymt.c (checkFunction): fixed bug #817895
5346
5347 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
5348
5349         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
5350         * src/SDCCcflow.c
5351         * src/SDCCcse.c
5352         * src/SDCCdflow.c
5353         * src/SDCClabel.c
5354         * src/SDCClrange.c
5355         * src/SDCCmem.c
5356         * src/SDCCopt.c
5357         * src/SDCCpeeph.c
5358         * src/SDCCset.c
5359         * src/avr/ralloc.c
5360         * src/ds390/ralloc.c
5361         * src/izt/ralloc.c
5362         * src/mcs51/ralloc.c
5363         * src/pic/ralloc.c
5364         * src/pic16/ralloc.c
5365         * src/xa51/ralloc.c
5366         * src/z80/ralloc.c
5367         * src/z80/gen.c: removed unused label "release:"
5368
5369 2003-10-06  Borut Razem <borut.razem AT siol.net>
5370
5371         * src/SDCC.lex: removed definition of unused variables
5372           save_optimize and save_options
5373
5374 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
5375
5376         * clean.mk: removed '=' in "-maxdepth=1"
5377         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
5378         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
5379
5380 2003-10-06  Borut Razem <borut.razem AT siol.net>
5381
5382         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
5383           my_unput() replaced by unput()
5384
5385 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
5386
5387         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
5388         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
5389         type-punned pointer will break strict-aliasing rules"
5390         Old LR behaviour is again default; Klaus' LR can be choosen by
5391         defining the environment variable LRKLAUS
5392         * src/SDCCBBlock.h
5393         * src/SDCCloop.c
5394         * src/SDCClrange.c
5395         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
5396         * clean.mk: fixed removal of files in bin/CVS/
5397         * device/lib/clean.mk: fixed removal of directories small and large
5398         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
5399         * src/SDCCicode.c,
5400         * src/SDCCval.c: removed superflous test for pedantic
5401
5402 2003-10-05  Borut Razem <borut.razem AT siol.net>
5403
5404         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
5405           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
5406           message "unmatched #pragma SAVE and #pragma RESTORE"
5407
5408 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5409
5410         * doc/sdccman.lyx: various additions and updates (interrupts, inline
5411           assembly, critical functions, atomic, nojtbound)
5412
5413 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
5414
5415         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
5416         * src/SDCCBBlock.h
5417         * src/SDCCloop.c
5418         * src/SDCCloop.h
5419         * src/SDCClrange.c
5420
5421 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5422
5423         * src/z80/gen.h,
5424         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
5425         * src/mcs51/gen.h
5426         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
5427         * src/ds390/gen.h
5428         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
5429         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
5430         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
5431
5432 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5433
5434         * src/z80/gen.c (genRet): fixed bug #524753
5435         * src/z80/gen.c (genCast): fixed internal error on cast from
5436         pointer to long
5437         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
5438         fix for bug #477835 to the z80
5439         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
5440         for tracking iCodes in the peephole optimizer for z80
5441
5442 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5443
5444         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
5445         the other part of bug #814548
5446         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
5447
5448 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
5449
5450         * src/SDCCcse.c: fixed part of bug #814548
5451
5452 2003-09-28  Borut Razem <borut.razem AT siol.net>
5453
5454         * src/asm.c: rewrite of printILine() to use temporary file instead
5455           a pipe
5456         * src/xa51/main.c: commented out declaration of int rewinds
5457
5458 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5459
5460         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
5461
5462 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5463
5464         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
5465         * src/asm.c (printILine): Fixed bug #811015
5466
5467 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5468
5469         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
5470         freeing.
5471
5472 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5473
5474         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
5475         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
5476         to correctly handle general case of AOP_PAIRPTR
5477         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
5478
5479 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5480
5481         * src/mcs51/ralloc.c (fillGaps),
5482         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
5483         register positioning bug)
5484
5485 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
5486
5487         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
5488
5489 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5490
5491         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
5492         genCodePointerGet, genGenPointerGet, genFarPointerSet,
5493         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
5494         (ralloc doesn't intentionally do this now, but perhaps later)
5495         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
5496         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
5497         register positioning bugs (Fixed bug #762602 and #795325)
5498         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
5499         (Fixed bug #808779)
5500         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
5501         lines that --i-code-in-asm generates
5502
5503 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5504
5505         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
5506         trying to fclose a FILE* that was already closed.
5507
5508 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5509
5510         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
5511         of const struct should be treated as if const themselves)
5512
5513 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
5514
5515         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
5516
5517 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5518
5519         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
5520         Unix (/n) and DOS (/r/n) line terminations.
5521
5522 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5523
5524         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
5525         bug #613775
5526
5527 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5528
5529         * src/mcs51/gen.c (genFunction, genEndFunction),
5530         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
5531         and restore of EA so that stack offsets to parameters are
5532         correct when using both critical and reentrant/stack-auto.
5533         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
5534         size (can be triggered in error if sloc is shared between
5535         different sized objects)
5536         * device/include/float.h: fixed macros to explicitly use
5537         unsigned long where needed
5538
5539 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
5540
5541         Feature req. 799831: added code to allow nesting of critical functions
5542         * src/mcs51/gen.c (genFunction, genEndFunction)
5543         * src/ds390/gen.c (genFunction, genEndFunction)
5544
5545 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5546
5547         * src/SDCCsymt.c (sclsFromPtr),
5548         * src/SDCCsymt.h,
5549         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
5550         support for standard C idiom of memory mapped variables; for
5551         example, *((xdata int*)0x1234) = 1 is now internally equivalent
5552         to xdata int at 0x1234 tempvar = 1.
5553         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
5554         provided by Akiya ISHIDA
5555
5556 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
5557
5558         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
5559         * src/SDCCval.c (constVal): added reduction from int to char
5560         * src/SDCCval.c (valMult, valDiv): fixed sign handling
5561         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
5562         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
5563         to ignore the sign
5564         * support/regression/tests/shifts.c: fixed
5565
5566 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5567
5568         * src/z80/gen.c (genXor): Fixed bug #805445
5569
5570 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5571
5572         Fixed bug #621531 (const & volatile confusion in the type chain).
5573         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
5574         refer to the const or volatile state of the pointer itself.
5575
5576         * src/SDCCast.c
5577         * src/SDCCglue.c
5578         * src/SDCCicode.c
5579         * src/SDCCsymt.c
5580         * src/SDCCval.c
5581         * src/SDCC.y
5582         * src/SDCCsymt.h
5583         * src/pic/gen.c
5584         * src/pic/ralloc.c
5585         * src/pic16/gen.c
5586         * src/pic16/ralloc.c
5587         * support/regression/tests/const.c
5588
5589 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5590
5591         When checking for duplicated modules, use absolute paths
5592         instead of relative paths.  Files changed:
5593
5594         * as/mcs51/lklib.c
5595         * link/z80/lklib.c
5596
5597 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5598
5599         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
5600
5601 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5602
5603         * device/include/string.h: added size_t typedef, changed
5604         prototypes to use size_t, eliminated separate reentrant and
5605         non-reentrant declarations, added _memmove declaration
5606         * device/lib/_memcpy.c: changed to use size_t instead of int,
5607         changed /4 to >>2 to avoid division library call
5608         * device/lib/_memcmp.c,
5609         * device/lib/_memset.c,
5610         * device/lib/_strncat.c,
5611         * device/lib/_strncpy.c,
5612         * device/lib/_strncmp.c: changed to use size_t instead of int
5613         * device/lib/_memmove.c: new file (fixed bug #772294)
5614         * device/lib/Makefile.in: added _memmove.c
5615         * device/lib/z80/asm_strings.s: fixed bug #772290
5616         * support/regression/tests/bitfields.c: attempt to fix host assertion
5617         failure on amd64-unknown-linux2.2
5618
5619 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5620
5621         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
5622         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
5623         * as/z80/asmain.c (main): fixed bug #801766
5624
5625 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
5626
5627         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
5628         compilers
5629
5630 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5631
5632         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
5633         reported in bug #800609
5634
5635 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
5636
5637         * Top header beautifications in src/pic16 directory:
5638           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
5639           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
5640           pcoderegs.h, ralloc.c, ralloc.h
5641         * main.c: added top header and GPL license notice
5642         * pcode.c: fixed the if-conditional warning
5643
5644 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
5645
5646         * device/lib/_mullong.c: replaced int by short for gcc
5647
5648 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5649
5650         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
5651         and JUMPTABLE iCodes properly now (worked by accident before)
5652         * src/mcs51/gen.c (leftRightUseAcc),
5653         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
5654         iCode properly now. Use getSize instead of nRegs since a & b
5655         aren't part of the nRegs tally.
5656
5657 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
5658
5659         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
5660         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
5661           before instructions that use the _STATUS register
5662
5663 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
5664
5665         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
5666         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
5667         fetching of the pointer
5668         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
5669         copied from genNearPointerSet()
5670         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
5671         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
5672         If they pop r0/r1 they must be called in the opposite order than aopOp().
5673         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
5674         (resp. --stack-auto), prepared for --xstack
5675
5676 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5677
5678         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
5679
5680 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
5681
5682         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
5683         these ports have their own __sdcc_external_start()
5684
5685 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
5686
5687         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
5688         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
5689         type for bits was changed. It resulted in bit variables becoming
5690         global, which is not permitted in PIC 14 assembly output.
5691
5692 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5693
5694         * doc/sdccman.lyx: various additions and updates. Rearranged sections
5695
5696 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5697
5698         Z80 and MCS51 linkers complaint if a public symbol is defined
5699         in more than one library module:
5700
5701         * as/mcs51/lklib.c
5702         * link/z80/lklib.c
5703         * as/mcs51/Makefile.in
5704
5705 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5706
5707         A few small changes that speed up the peephole optimizer.
5708
5709         * src/SDCCpeeph.c
5710
5711 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5712
5713         Try to make the peephole optimizer smarter by maintaining
5714         an association between the assembly source code and the
5715         iCodes that originated them. Put this information to use
5716         with a new peephole rule condition "notVolatile" so that
5717         the rules can be aggressive yet still safe.
5718
5719         * src/SDCCpeeph.c
5720         * src/SDCCpeeph.h
5721         * src/mcs51/gen.c
5722         * src/mcs51/peeph.def
5723
5724 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5725
5726         Fixed bug #741761
5727
5728         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
5729         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
5730         if the left or right operand symbols have the accuse flag set.
5731
5732 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5733
5734         Changed the type of the result of the ! (NOT) operator to char;
5735         previously it returned the same type as the source. This allows
5736         us to eliminate all the genFloatNot functions (all of its target
5737         implementations were very buggy) since !float can use the same
5738         code as !long now.
5739
5740         * src/SDCCicode.c (ast2iCode): ! returns char
5741         * src/mcs51/gen.c (genNot, genNotFloat),
5742         * src/ds390/gen.c (genNot, genNotFloat),
5743         * src/z80/gen.c (genNot, genNotFloat),
5744         * src/pic/gen.c (genNot, genNotFloat),
5745         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
5746
5747 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
5748
5749         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
5750         1. Interrupt would not compile properly. Ensure PCLATH register is saved
5751            during interrupts. Ensure WSAVE is located at a shared bank address.
5752         2. Fixed page selection in some places
5753         3. Fixed BTFSS/C to where necessary use registers directly and not simply
5754            the registers name strings.
5755         4. Fixed "signed / unsigned compare" compiler warnings.
5756         5. The PIC port manages its own allocation of the general purpose
5757            registers, but makes no attempt to reuse them. As a result when
5758            compiling it soon runs out of general purpose registers. Some
5759            additional code was added to the files pcode.c and device.c to walk
5760            through the function call tree and rename the registers so that they
5761            get reused.
5762
5763         * src/pic/device.c
5764         * src/pic/gen.c
5765         * src/pic/glue.c
5766         * src/pic/pcode.c
5767         * src/pic/pcode.h
5768         * src/pic/ralloc.c
5769         * src/pic/ralloc.h
5770         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
5771         genPlus() & genMinus() when the result is the same as left or right
5772
5773 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5774
5775         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
5776
5777 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5778
5779         Made bitfield a distinct type from bit so that bitfields
5780         convert as per ANSI C and bits retain their traditional
5781         boolean style behaviour. Implemented bitfield support in
5782         the z80 port.
5783
5784         * src/SDCCsymt.h,
5785         * src/SDCCsymt.c,
5786         * src/SDCCast.c,
5787         * src/cdbFile.c,
5788         * src/mcs51/gen.c,
5789         * src/ds390/gen.c: bit v bitfield split
5790         * src/z80/gen.c: New support for bitfields
5791         * support/regression/tests/bitfields.c: reenabled z80,
5792         added more tests
5793
5794 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5795
5796         Rules 246.x, 247.x relate to bitfields, the others speed up
5797         access to xdata mapped I/O devices.
5798
5799         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
5800
5801 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5802
5803         Cleaned up genPackBits and genUnpackBits and added two helper
5804         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
5805         for literal assignments in genPackBits (thanks to Frieder for
5806         reminding me).
5807
5808         * src/mcs51/gen.c
5809         * src/ds390/gen.c
5810
5811 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5812
5813         Fixed bug #748310 (pointer to function type mishandled when the
5814         function name is omitted). Also fixed a SIGSEGV when a function
5815         attribute (reentrant, etc) is used on a non-function or on a
5816         function but misplaced before the parameter list.
5817
5818         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
5819         bug #748310
5820         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
5821         * support/Util/SDCCerr.h,
5822         * support/Util/SDCCerr.c: Added func attr misuse error msg
5823
5824 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
5825
5826         Fixed bug #787649 by anonymous
5827         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
5828         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
5829
5830 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5831
5832         Fixed numerous bitfield problems.
5833
5834         * src/SDCC.y: More bitfield related error checking
5835         * src/SDCCsymt.h,
5836         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
5837         * support/Util/SDCCerr.h,
5838         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
5839         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
5840         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
5841         * support/regression/tests/bitfields.c: tests added
5842
5843 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5844
5845         Made the constant following the "interrupt" keyword optional. If
5846         omitted, the function will not automatically be given an entry
5847         in the interrupt vector table (similar to #pragma NOIV, but
5848         less syntacticly kludgy). The interrupt number is also now
5849         range checked. Also fixed a bug in the high order bit example
5850         in the manual.
5851
5852         * src/SDCC.y
5853         * src/SDCCmem.c
5854         * src/SDCCglue.c
5855         * src/SDCCsymt.h
5856         * support/Util/SDCCerr.c
5857         * support/Util/SDCCerr.h
5858         * doc/sdccman.lyx
5859
5860 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
5861
5862         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
5863         * src/SDCCicode.c (operandOperation): rewritten some ops
5864         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
5865         * src/SDCCsymt.c (computeType): literals are handled the same way as any
5866         other type
5867         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
5868         be re-activated by defining REDUCE_LITERALS)
5869         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
5870         unsigned, but are signed by default
5871         * src/SDCCval.c (constVal): rearranged
5872         * src/SDCCval.c (valMod): preliminary fix
5873         * src/SDCCval.c (valCastLiteral): use TYPE_* types
5874         * support/regression/literalop.c: added, work in progress
5875
5876 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5877
5878         Generate warnings for useless declarations like "char data;"
5879         that don't do what new users expect.
5880
5881         * src/SDCC.y
5882         * support/Util/SDCCerr.h
5883         * support/Util/SDCCerr.c
5884
5885 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
5886
5887         * src/SDCCval.c (valMult): fix overflow detection of negative int
5888
5889 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5890
5891         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
5892
5893         Changes to support big endian targets:
5894
5895         * src/ports.h
5896         * src/SDCCglue.c
5897         * src/avr/main.c
5898         * src/ds390/main.c
5899         * src/izt/i186.c
5900         * src/mcs51/main.c
5901         * src/pic/main.c
5902         * src/pic16/main.c
5903         * src/xa51/main.c
5904         * src/z80/main.c
5905
5906 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
5907
5908         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
5909         * device/lib/time.c: fixed warning "integer overflow in expression"
5910
5911 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
5912
5913         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
5914         * src/SDCCval.c (constVal): changed default to signed; hex and octal
5915         constants are unsigned; added recognition of "u" flag for unsigned
5916         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
5917         * src/SDCCval.c (valDiv, valMod): fixed signdness
5918         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
5919         signedness of modulo, left and right shift
5920         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
5921         * support/Util/SDCCerr.h: added warning W_INT_OVL
5922         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
5923         * src/SDCCast.c (ast_print): improved output of constants
5924
5925 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5926
5927         Fixed some warnings when building with MSVC:
5928
5929         * as\mcs51\asdata.c
5930         * as\z80\asdata.c
5931         * as\mcs51\asm.h
5932         * as\z80\asm.h
5933         * link\z80\aslink.h
5934         * link\z80\lkdata.c
5935         * link\z80\lkeval.c
5936         * link\z80\lkgb.c
5937         * link\z80\lkihx.c
5938         * link\z80\lks19.c
5939         * link\z80\lksym.c
5940         * support\cpp2\cpplib.c
5941         * src\ds390\gen.c
5942         * src\mcs51\gen.c
5943
5944 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
5945
5946         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
5947
5948 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5949
5950         * support\librarian\clean.mk: Do not remove Makefile.
5951         * support\librarian\Makefile: added.
5952
5953 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5954
5955         Added librarian to MSVC build:
5956         * all.dsp
5957         * sdcc.dsw
5958         * support\librarian\librarian.dsp
5959
5960         'configure' not needed for librarian, removed:
5961         * support\librarian\configure
5962         * support\librarian\configure.in
5963         * support\librarian\config_in.h
5964         * support\librarian\Makefile.in
5965
5966         Hopefully these ones built the librarian and the rest of sdcc properly:
5967         * Makefile
5968         * Makefile.common.in
5969
5970         Messed up 'configure', so revert to previous version:
5971         * configure
5972         * configure.in
5973
5974 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
5975
5976         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
5977         there, while the mantissa of a double is "only" 53 bits wide.
5978
5979 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5980
5981         Adding sdcclib to the build.  MSVC project coming soon.
5982         Files added/changed:
5983
5984         * support\librarian\clean.mk
5985         * support\librarian\configure
5986         * support\librarian\configure.in
5987         * support\librarian\config_in.h
5988         * support\librarian\Makefile.bcc
5989         * support\librarian\Makefile.in
5990         * support\librarian\sdcclib.c
5991         * Makefile.bcc
5992         * Makefile
5993         * Makefile.common.in
5994         * configure
5995         * configure.in
5996
5997 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5998
5999         Linker now complaints if linked modules have conflicting options, for
6000         example, one compiled using --model-large and another one compiled with
6001         --model-small.  The following files were modified:
6002
6003         * as\mcs51\asdata.c
6004         * as\mcs51\aslink.h
6005         * as\mcs51\asm.h
6006         * as\mcs51\asmain.c
6007         * as\mcs51\asout.c
6008         * as\mcs51\i51pst.c
6009         * as\mcs51\lkdata.c
6010         * as\mcs51\lklibr.c
6011         * as\mcs51\lkmain.c
6012         * as\z80\asdata.c
6013         * as\z80\asm.h
6014         * as\z80\asmain.c
6015         * as\z80\asout.c
6016         * as\z80\z80pst.c
6017         * link\z80\aslink.h
6018         * link\z80\lkdata.c
6019         * link\z80\lklibr.c
6020         * link\z80\lkmain.c
6021         * src\SDCCglue.c
6022
6023 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6024
6025         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
6026         as/mcs51/lklibr.c: Generate a warning when a library is not found.
6027
6028 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
6029
6030         * src/z80/mappings.i: fix _mul[us][int,long] entries
6031
6032 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6033
6034         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
6035
6036 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6037
6038         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
6039         * support/regression/tests/bitopcse.c: added
6040         fixed warning:
6041         * src/avr/gen.c:
6042         * src/pic/gen.c:
6043         * src/pic16/gen.c:
6044         * src/z80/gen.c:
6045         * src/xa51/gen.c:
6046
6047 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6048
6049         added support for new library format to z80, gbz80 linkers:
6050         *link/z80/aslink.h
6051         *link/z80/lklex.c
6052         *link/z80/lklib.c
6053         *link/z80/lklist.c
6054
6055 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6056
6057         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
6058         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
6059
6060 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
6061
6062         added DUMMY_READ_VOLATILE:
6063         * src/SDCC.y:
6064         * src/avr/gen.c:
6065         * src/xa51/gen.c:
6066         * src/z80/gen.c:
6067         * src/pic/gen.c:
6068         * src/pic16/gen.c:
6069         * src/mcs51/gen.c:
6070         * src/ds390/gen.c:
6071         * src/SDCCcse.c (algebraicOpts): many improvements
6072         * src/SDCCcse.h: removed algebraicOpts()
6073         * src/SDCCicode.c (picDummyRead): added
6074
6075 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6076
6077         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
6078         "Insufficient space in data memory".
6079
6080 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6081
6082         * src/mcs51/gen.c: fixed bug #771358
6083         * src/z80/gen.c: fixed bug #759087
6084
6085 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
6086
6087         * src/pic16/glue.c: minor cleanup by Vangelis
6088
6089 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6090
6091         * device/include/regc515c.h: fixed #758477
6092         * device/lib/_gptrget.c: saving some cycles in generic pointer get
6093         * device/lib/_gptrput.c: saved a few bytes
6094         * my tab spacing is 8, yours too?)
6095         * device/lib/_ser.c: process RX bytes earlier than TX bytes
6096         * device/lib/serial.c: process RX bytes earlier than TX bytes
6097         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
6098
6099 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6100
6101         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
6102
6103 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6104
6105     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
6106
6107 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
6108
6109         * device/lib/Makefile.in: bad fix, reverted to 1.43
6110
6111 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
6112
6113         * device/lib/Makefile.in: added missing z80 object files
6114
6115 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
6116
6117         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
6118         pic16 progress by Vangelis:
6119         * src/SDCCglobl.h:
6120         * src/SDCCmain.c:
6121         * src/pic/Makefile:
6122         * src/pic:
6123         * pic/Makefile:
6124         * pic16/device.c:
6125         * pic16/device.h:
6126         * pic16/gen.c:
6127         * pic16/gen.h:
6128         * pic16/genarith.c:
6129         * pic16/glue.c:
6130         * pic16/main.c:
6131         * pic16/pcode.c:
6132         * pic16/pcode.h:
6133         * pic16/pcodepeep.c:
6134         * pic16/peeph.def:
6135
6136 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6137
6138     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
6139
6140 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6141
6142     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
6143     added gbz80 build to MSVC project.
6144     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
6145     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
6146     from 8051 stuff and setup so it links using a .lnk file.
6147
6148 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6149
6150     * support/librarian/sdcclib.c: sdcc librarian.
6151     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
6152     with sdcclib.
6153
6154 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6155
6156     * as/mcs51/lkmain.c: properly handle extensions in function afile.
6157
6158 2003-07-02  Borut Razem <borut.razem AT siol.net>
6159
6160         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
6161         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
6162         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
6163         src/xa51/main.c, src/z80/main.c:
6164         virtualization of glue() function: each port has it's own glue function,
6165         which is accessed by do_glue function pointer in PORT.general structure
6166
6167 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
6168
6169         * DS800C400 fun, improved ROM interface and tinibios.
6170
6171 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
6172
6173         * More support for DS80C400. Now includes beginning of interface to ROM.
6174
6175 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
6176
6177         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
6178
6179 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6180
6181         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
6182
6183 2003-06-19  Borut Razem <borut.razem AT siol.net>
6184
6185         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
6186
6187 2003-06-19  Borut Razem <borut.razem AT siol.net>
6188
6189         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
6190         fixed Z80 port - crt0.o: cannot open.
6191
6192 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
6193
6194         * support/Util/MySystem.c (merge_command): revert bad fix
6195
6196 2003-06-18  Borut Razem <borut.razem AT siol.net>
6197
6198         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
6199
6200 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6201
6202         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
6203         option --use-stdout sends errors to stdout instead of stderr.
6204
6205 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
6206
6207         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
6208
6209 2003-06-15  Borut Razem <borut.razem AT siol.net>
6210
6211         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
6212         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
6213         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
6214         fixed width array of pointers replaced with sets;
6215         multiple include and lib paths ared transferred to preprocessor and linker
6216         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
6217         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
6218         fixed width array of pointers
6219         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
6220         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
6221         fixupPath(), getPathDifference()
6222         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
6223         fixed width array of pointers
6224
6225 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
6226
6227         * src/pic16/ralloc.c: fix warnings
6228         * src/pic16/pcode.c: fix warning
6229
6230 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
6231
6232          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
6233         know all the details, but essentially this set of changes enable
6234         the pic16 port to generate movff instructions and generate assembler
6235         directives,
6236         * src/SDCCmain.c:
6237         * src/pic16/gen.c:
6238         * src/pic16/glue.c:
6239         * src/pic16/pcode.c:
6240         * src/pic16/device.c:
6241         * src/pic16/main.c:
6242         * src/pic16/pcode.h:
6243         * src/pic16/pcoderegs.c:
6244         * src/pic16/ralloc.c:
6245         * src/pic16/ralloc.h:
6246
6247 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6248
6249         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
6250         added option --vc, so sdcc errors and warnings are compatible with
6251         Microsoft Visual Studio.
6252
6253 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6254
6255         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
6256           device/lib/libfloat.lib: added atof function.
6257
6258 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
6259
6260         * doc/sdccman.lyx: updated to Lyx 1.3
6261         * doc/cdbfileformat.lyx: updated to Lyx 1.3
6262         * doc/test_suite_spec.lyx: updated to Lyx 1.3
6263         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
6264
6265 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
6266
6267         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
6268
6269 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6270
6271         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
6272           additions to the "related tools/documentation" section
6273
6274 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
6275
6276         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
6277
6278 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
6279
6280         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
6281         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
6282
6283 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
6284
6285         * doc/sdccman.lyx: fix double dash and other minor things
6286         * doc/Makefile: fix double dash
6287
6288 2003-05-28  Karl Bongers(patches from Martin Helmling)
6289         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
6290           condition and ignore commands.
6291
6292 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6293
6294         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
6295           is in parts still quite out of date, I did changes as far as I felt makes sense
6296           for a non-native english speaker.
6297           Please feel free to add to the manual or to correct my changes.
6298         * doc/Makefile: undid touching the date of intermediate tex files.
6299
6300 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6301
6302         * doc/sdccman.lyx: Manual has an index now
6303
6304 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
6305
6306         Finalize muluint/mulsint and mululong/mulslong merging:
6307         * device/lib/_mulint.c
6308         * device/lib/_mullong.c
6309         * device/lib/gbz80/mul.s
6310         * device/lib/gbz80/stubs.s
6311         * device/lib/z80/mul.s
6312         * device/lib/z80/stubs.s
6313         * src/SDCCsymt.c (initCSupport)
6314
6315 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6316
6317         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
6318         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
6319           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
6320           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
6321           instead of /Zm500.
6322
6323 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6324
6325         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
6326           the regression tests I'm not brave enough to enable 245.b, 245.c
6327         * doc/sdccman.lyx: added latex preamble for hyperref package.
6328           Using pdflatex this will give you a hyperlinked pdf file with
6329           bookmarks. (prepend '%' before /usepackage if this breaks something)
6330
6331 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6332
6333          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
6334
6335 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
6336
6337         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
6338
6339 2003-05-21    <johan AT balder>
6340
6341         * src/SDCCglue.c (printIval): fixed bug #739934
6342
6343 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
6344
6345         Applied patch from bug 737905 (renamed yylineo to mylineno):
6346         * src/altlex.c
6347         * src/SDCCast.c
6348         * src/SDCglobl.h
6349         * src/SDCC.lex
6350         * src/SDCCsymt.c
6351         * src/SDCCval.c
6352         * src/pic16/pcode.c: Cleaned warnings
6353         * src/pic16/pcodeflow.c: Cleaned warnings
6354         * src/pic16/pcoderegs.c: Cleaned warnings
6355
6356 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
6357
6358         * src/pic16/pcode.c: Cleaned warnings
6359         * src/pic16/pcodepeep.c: Cleaned warnings
6360         * src/pic16/ralloc.c: Cleaned warnings
6361
6362 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
6363
6364         * doc/sdccman.lyx: fixed bug 739745
6365         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
6366
6367 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
6368
6369         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
6370         it can be defined with CFLAGS when running configure
6371         * src/SDCCmain.c: fixed compiling + linking with object files
6372
6373 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
6374
6375         * configure.in: configure for pic16 port,
6376             added --disable-pic16-port
6377         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
6378         * src/SDCCmain.c: linkOptions is changed to set *,
6379             added if/endif conditional macros to remove options help
6380             messages from optionsTable when a port is not configured, added
6381             support for the PIc16 port in the ports table, when executing
6382             the compiler with no port specified on command line, a default
6383             port is selected with the new macro DEFAULT_PORT which is
6384             defined in port.h, in setDefaultOptions() linkOptions is removed
6385             from initialization assignment, since now it is a set,
6386             parseCmdLine uses setParseWithComma for linkOptions, in
6387             linkEdit() linkOptions are accessed with new function indexSet()
6388             which returns the i'th item of a set variable. See SDCCset.c, in
6389             linkEdit() when calling buildCmdLine(), added linkOptions as
6390             last argument. Now users can pass arguments to gplink via the
6391             -Wl option, main() uses pic16glue() to glue up pic16 programs
6392         * src/SDCCpeeph.c: various changes to support pic16
6393         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
6394             return the i'th item of the set
6395         * src/SDCCset.h: added function prototype for indexSet()
6396         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
6397         * src/clean.mk: added pic16 in CLEANALLPORTS variable
6398         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
6399             added macro DEFAULT_PORT
6400         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
6401         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
6402             generated
6403         * src/pic16/glue.c: commented out some error producing lines
6404         * src/pic16/main.c: __config directives are commented out to stop
6405             gpasm complaining and test the linkage with gplink, _linkCmd and
6406             _asmCmd changed to be more gplink and gpasm friendly
6407         * src/pic16/peeph.def: peep rule 3 is commented out, since it
6408             produced an error when parsed, peep rule 12 is added to utilize
6409             movff, but it is commented out since the pCode does not support
6410             yet a command with 2 address arguments
6411
6412 2003-05-18    <johan AT balder>
6413
6414         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
6415         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
6416 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
6417
6418         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
6419   Added feature to script commands from file.
6420
6421 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
6422
6423         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
6424         * src/SDCCutil.c: include ctype.h for win32
6425
6426 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
6427
6428         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
6429
6430 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
6431
6432         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
6433   Fixed so you can set breakpoints prior to run, run does not stop
6434   on entry now.  Add tbreak.  Other enhancements and fixes for use
6435   with ddd.
6436
6437 2003-05-12  Borut Razem <borut.razem AT siol.net>
6438
6439         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
6440
6441 2003-05-11  Borut Razem <borut.razem AT siol.net>
6442
6443         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
6444         the path of bin directory, so that PATH is the only env. variable, which has to be set
6445         in case of standard installation.
6446         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
6447         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
6448         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
6449
6450 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
6451
6452         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
6453         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
6454         temp files are in the port dir; clean the gen/test directory when
6455         generating new test.c
6456         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
6457         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
6458         * support/regression/tests/zeropad.c: added
6459
6460 2003-05-09    <johan AT balder>
6461
6462         * src/SDCCglue.c: fixed bug #597940
6463
6464 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
6465
6466         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
6467   cache sfr, optimize next,step, fix off by one sourceline,
6468   support ddd list function.
6469         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
6470
6471 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
6472
6473         * support/regression/HTMLgen.py: added compare_s2f()
6474         * support/regression/Makefile: redo 1.27
6475         * support/regression/generate-cases.py: redo 1.5
6476
6477 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
6478
6479         * support/regression/tests/float.c: workaround 33 bit hex constant
6480         * support/regression/tests/simplefloat.c: fix division for host
6481
6482 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
6483
6484         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
6485         that tame's the PIC's over-aggressive optimizer.
6486
6487 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6488
6489          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
6490          support for MSVC.
6491
6492 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
6493
6494         Initial support for DS80C400. "Hello world" runs on TINIm400
6495         (with polled I/O).
6496
6497 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
6498
6499          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
6500          * Some notes on ddd usage added in debugger/README
6501          Martin Helmling adding more features and fixes for ddd GUI debugger.
6502          Code added for nexti, stepi, up, down, and other adjustments.
6503
6504 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
6505
6506         * src/pic/pCodepeep.c non-wildcard asmops are now handled
6507         * src/pic/peeph.def Added two rules to optimize carry manipulation
6508         * src/pic/* removed debug printfs
6509
6510 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
6511
6512         * debugger/mcs51/cmd.c: added header newalloc.h
6513
6514 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
6515
6516         * as/Makefile: new EXEEXT
6517         * as/z80/Makefile: remove trailing slash of BUILDIR
6518         * as/z80/clean.mk: new EXEEXT
6519         * Makefile.common.in: add to CFLAGS (and others), don't replace it
6520         * support/cpp2/Makefile.in: new EXEEXT
6521         * src/pic/glue.c (pic14emitRegularMap): fixed warning
6522
6523 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
6524
6525         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
6526         EXEEXT was introduced to fix all related problems with targets
6527         "clean", "install" and "uninstall"; a couple of further flaws
6528         especially with "clean" have been fixed too
6529         * as/mcs51/Makefile.in
6530         * as/mcs51/clean.mk
6531         * as/z80/Makefile
6532         * Makefile
6533         * clean.mk
6534         * debugger/mcs51/Makefile.in
6535         * debugger/mcs51/clean.mk
6536         * link/z80/Makefile
6537         * link/z80/Makefile.in
6538         * link/z80/clean.mk
6539         * link/Makefile
6540         * packihx/Makefile.in
6541         * packihx/clean.mk
6542         * sim/ucsim/Makefile
6543         * sim/ucsim/clean.mk
6544         * sim/ucsim/avr.src/Makefile.in
6545         * sim/ucsim/avr.src/clean.mk
6546         * sim/ucsim/s51.src/Makefile.in
6547         * sim/ucsim/s51.src/clean.mk
6548         * sim/ucsim/xa.src/Makefile.in
6549         * sim/ucsim/xa.src/clean.mk
6550         * sim/ucsim/z80.src/Makefile.in
6551         * sim/ucsim/z80.src/clean.mk
6552         * sim/ucsim/main_in.mk
6553         * sim/ucsim/packages_in.mk
6554         * sim/ucsim/gui.src/Makefile.in
6555         * sim/ucsim/gui.src/serio.src/Makefile.in
6556         * sim/ucsim/gui.src/serio.src/clean.mk
6557         * src/Makefile.in
6558         * src/clean.mk
6559         * support/cpp2/Makefile.in
6560         * support/cpp2/clean.mk
6561         * support/makebin/Makefile
6562         * support/makebin/clean.mk
6563         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
6564         * doc/sdccman.lyx: --program-suffix no longer needed
6565
6566 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
6567
6568          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
6569          Martin Helmling added support for ddd GUI debugger.
6570          Code added to display assembly, set variables, and other commands
6571          to interface to ddd.
6572
6573 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
6574
6575         * as/Makefile: fix target clean
6576         * as/clean.mk: fix target clean
6577         * as/z80/clean.mk: fix target clean
6578
6579 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
6580
6581         * Makefile.common.in: added  AT EXEEXT AT
6582         * configure.in: removed all mingw32 stuff
6583         * configure: rebuilt from configure.in
6584         * doc/sdccman.lyx: updated section "installation"
6585         * support/scripts/sdcc_mingw32: adapted to configure
6586         * support/scripts/sdcc_cygwin_mingw32: added
6587
6588 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
6589
6590         * src/pic Added object file support for the PIC port
6591         * src/pic Applied patch from Craig Franklin (this started the object file support)
6592         * src/regression Updated the PIC regression tests for object files
6593
6594 2003-04-20  Borut Razem <borut.razem AT siol.net>
6595
6596         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
6597           lklex.c: In function `getfid':
6598           lklex.c:203: warning: array subscript has type `char'
6599         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
6600           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
6601         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
6602           stack handling macros
6603
6604 2003-04-19  Borut Razem <borut.razem AT siol.net>
6605
6606         * "handling space characters in file path" task:
6607         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
6608         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
6609         * support/Util/MySystem.h: make it self-sufficient
6610         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
6611           src/z80/main.c, sdcc/as/mcs51/lklex.c:
6612           handling space characters in file path
6613         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
6614           (it will be used by assemblers, which have their own includes, e.g. gpasm)
6615         * support/Util/MySystem.c: handling space characters in executable's path
6616
6617 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
6618
6619         * as/z80/Makefile: fix permanent rebuild of z80
6620         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
6621         * support/regression/tests/bitfields.c: added Johan's bitfields.c
6622
6623 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
6624
6625         * src/SDCCopt.c: add special case optimization to replace modulo by
6626           a power of two with a bitwise AND.
6627
6628 2003-04-18    <johan AT balder>
6629
6630         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
6631
6632 2003-04-17    <johan AT balder>
6633
6634         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
6635         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
6636
6637 2003-04-13  Borut Razem <borut.razem AT siol.net>
6638
6639         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
6640         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
6641           fixed mingw problem in adl_NORMALIZE_PATH
6642
6643 2003-04-12  Borut Razem <borut.razem AT siol.net>
6644
6645         * fixed "#pragma SAVE/RESTORE can not be nested":
6646         * src/SDCC.lex: reworked pragma handling functions
6647         * sdcc/src/SDCCglobl.h: reworked stack handling macros
6648         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
6649
6650 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
6651
6652         * src/SDCCutil.c (pathEquivalent): defined but not used
6653         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
6654         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
6655         * configure: rebuilt from configure.in
6656         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
6657         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
6658         * device/include/Makefile.in: replace sdcc_datadir
6659         * device/lib/Makefile.in: replace sdcc_datadir
6660         * Makefile.common.in: add LDFLAGS from configure
6661         * packihx/Makefile.in: use LDFLAGS
6662         * src/Makefile.in: use LDFLAGS
6663         * support/cpp2/Makefile.in: add LDFLAGS from configure
6664         * support/makebin/Makefile: use LDFLAGS
6665         * .version: bumped version number to 2.3.5
6666
6667 2003-04-12  Borut Razem <borut.razem AT siol.net>
6668
6669         * completed "different paths" task:
6670         * src/SDCCmacro.c: fixed bug in handling quotes
6671         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
6672         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
6673
6674 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
6675
6676         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
6677
6678 2003-04-11 kevin Vigor <kevin AT vigor.nu>
6679
6680         * ds390/gen.c ds390/peeph.def: fix bug 706781
6681
6682 2003-04-11  Borut Razem <borut.razem AT siol.net>
6683
6684         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
6685
6686 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
6687
6688         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
6689         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
6690          set - this bit used to not be set...).
6691         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
6692           bad code in PIC Port
6693         * src/regression/and2.c added to test bug 609268
6694         * src/regression/Makefile added and2.c to regression test
6695
6696
6697 2003-04-08    <johan AT CP255758-A>
6698
6699         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
6700         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
6701         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
6702
6703 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
6704
6705         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
6706         fix bug #487815
6707         * support/cpp2/Makefile.in: fix bug #487815
6708         * configure: rebuilt from configure.in
6709         * Makefile.common.in: docdir changed, new path suffixes
6710         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
6711         * sdcc_vc_in.h: reflect changes from sdccconf.h
6712         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
6713         * src/SDCCutil.h: remove BINDIR hack
6714         * doc/sdccman.lyx: update new path hierarchy
6715
6716 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
6717
6718         * src/SDCCpeeph.c: added okToRemoveSLOC test
6719
6720 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
6721
6722         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
6723
6724 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
6725
6726         * src/SDCCpeeph.c: added labelIsReturnOnly test
6727         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
6728
6729 2003-04-05    <johan AT balder>
6730
6731         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
6732         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
6733         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
6734         * src/SDCCast.c: fixed a warning
6735         * src/SDCCast.h: fixed a warning
6736         * src/SDCCicode.c (operandFromAst): fixed a warning
6737
6738 2003-04-04    <johan AT balder>
6739
6740         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
6741         * src/SDCCast.c (decorateType): fixed bug #715076
6742         * src/SDCC.y: fixed bug #702907
6743
6744 2003-04-03    <johan AT balder>
6745
6746         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
6747         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
6748         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
6749         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
6750         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
6751
6752 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
6753
6754         * _decdptr.c: fix return values
6755         * _gptrget.c: fix return values
6756         * _gptrgetc.c: fix return values
6757         * _gptrput.c: fix return values
6758         * _mulint.c: fix return values
6759         * as/z80/Makefile: fix 'make -j' problem
6760
6761 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
6762
6763         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
6764         * configure.in: big cleanup, updated to autoconf 2.5x
6765         * configure: rebuilt from configure.in
6766         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
6767         * sdcc_vc_in.h: reflect changes from sdccconf.h
6768         * doc/Makefile: fixed a flaw in "make install"
6769
6770 2003-04-02    <johan AT balder>
6771
6772         * src/ds390/gen.c (genCmp): no comments
6773         * src/mcs51/gen.c (genCmp): no comments
6774         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
6775         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
6776
6777 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
6778
6779         * support/regression/generate-cases.py: place generated file in given sub directory
6780         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
6781         * support/regression/Makefile: improvements for 'make -j';
6782         side effect: it's simpler and faster now
6783
6784 2003-03-31  Borut Razem <borut.razem AT siol.net>
6785
6786         * src/z80/main.c: link-{port} and as-{port} defined without path
6787         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
6788
6789 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
6790
6791         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
6792
6793 2003-03-30  Borut Razem <borut.razem AT siol.net>
6794
6795         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
6796           changed type of list parameter to set
6797         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
6798         * src/port.h: changed type of do_assemble() parameter to set
6799         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
6800           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
6801           definition of "cppoutfilename" macro with NULL value in preProcess()
6802         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
6803         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
6804         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
6805           replaced with set *binPathSet
6806         * shash_add() deallocates the item, if allready exsists, before adding the new one
6807         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
6808
6809 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
6810
6811         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
6812           a nested for loop bug in the PIC port
6813         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
6814           for loops
6815
6816 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
6817
6818         * support/Util/dbuf.h: remove C++ stuff to make it portable
6819
6820 2003-03-28  Borut Razem <borut.razem AT siol.net>
6821
6822         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
6823           literal strings in stringLiteral()
6824         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
6825         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
6826           to the project
6827
6828 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
6829
6830         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
6831
6832 2003-03-26    <johan AT balder>
6833
6834         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
6835         * src/ds390/gen.c (saveRegisters): catched symbol abuse
6836         * src/SDCCast.c (decorateType): fixed " -v < 3"
6837
6838 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
6839
6840         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
6841         Added Lenny Story's debug infrastructure changes:
6842         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
6843         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
6844         * src/cdbFile.c: added
6845         * src/SDCCdebug.c: added
6846         * src/SDCCdebug.h: added
6847         * src/SDCCast.c (createFunction)
6848         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
6849         * src/SDCCmain.c (parseCmdLine, main)
6850         * src/SDCCmem.c (redoStackOffsets)
6851         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
6852         * src/SDCCsymt.h
6853         * src/common.h
6854         * src/avr/gen.c (genAVRCode)
6855         * src/ds390/gen.c (gen390Code)
6856         * src/mcs51/gen.c (gen51Code)
6857         * src/pic/gen.c (genpic14Code)
6858         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
6859         * src/xa51/gen.c (genXA51Code)
6860         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
6861
6862 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6863
6864         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
6865         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
6866
6867 2003-03-22    <johan AT balder>
6868
6869         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
6870
6871 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
6872
6873         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
6874         * doc/cdbfileformat.lyx: added, written by Lenny Story
6875         * doc/Makefile: added cdbfileformat.lyx
6876         * doc/clean.mk: added cdbfileformat.lyx
6877
6878 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
6879
6880         * src/mcs51/peeph.def: fix bug #705773
6881
6882 2003-03-20    <johan AT balder>
6883
6884         An sfr/sbit can have an "at #" AND an initializer
6885         * src/SDCCsymt.c (checkSClass):
6886         * src/SDCCmem.c (allocGlobal):
6887         * src/SDCCmem.c (allocLocal):
6888         * src/SDCCast.c (createBlock):
6889
6890 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
6891
6892         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
6893
6894 2003-03-16    <johan AT balder>
6895
6896         Undid the hackup of const and volatile, the problem is much bigger
6897         * src/SDCC.y:1.65
6898         * src/SDCCast.c:1.171
6899         * src/SDCCglue.c:1.138
6900         * src/SDCCicode.c:1.146
6901         * src/SDCCsymt.c:1.150
6902         * src/SDCCval.c:1.65
6903
6904 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
6905
6906         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
6907         * src/ds390/gen.c (genAddrOf): fixed bug #704087
6908
6909 2003-03-13    <johan AT balder>
6910
6911         Hackup const and volatile modifiers in type chains a bit:
6912         * src/SDCC.y:1.63
6913         * src/SDCCast.c:1.169
6914         * src/SDCCglue.c:1.136
6915         * src/SDCCicode.c:1.143
6916         * src/SDCCsymt.c1.146
6917         * src/SDCCsymt.h1.59
6918         * src/SDCCval.c:1.63
6919
6920 2003-03-12    <johan AT balder>
6921
6922         * src/SDCCBBlock.h: more LRH debugging junk
6923         * src/SDCCcflow.h: more LRH debugging junk
6924         * src/SDCCloop.c: more LRH debugging junk
6925         * src/SDCC.y (struct_declaration): fixed bug #697590
6926         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
6927         * src/ds390/gen.c (aopForRemat): fixed bug #700031
6928         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
6929
6930 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
6931         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
6932         test function names must now match exactly).
6933         * src/SDCCcse.c: added special case in findCheaperOp to allow
6934         extending a short integer. Makes less awful code for bug 700121 test case.
6935
6936 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6937
6938         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
6939         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
6940
6941 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
6942
6943         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
6944         actually called (operandsNotEqual() was called for all
6945         operandsNotEqualX tests).
6946
6947 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
6948
6949         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
6950         with shorter literals. Fixes bug 700121.
6951
6952 2003-03-11    <johan AT balder>
6953
6954         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
6955
6956 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
6957
6958         * src/SDCCloop.c (mergeRegions): an evil beast is dead
6959         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
6960
6961 2003-03-10  Borut Razem <borut.razem AT siol.net>
6962
6963         * src/SDCCmain.c: pipe preprocessor's output
6964         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
6965         * sdcc_vc_in.h: define pclose as _pclose for WIN32
6966         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
6967         which closes all pipes in pipeSet set
6968         * src/SDCCset.c: free deleted item in function deleteSetItem()
6969         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
6970         moved from z80 to src subproject
6971         * .version: increased version number to 2.3.4
6972
6973 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
6974
6975         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
6976         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
6977         * support/regression/ports/xa51/spec.mk: fix typo
6978
6979 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
6980
6981         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
6982
6983 2003-03-09  Borut Razem <borut.razem AT siol.net>
6984
6985         * src/SDCCmain.c: pipe preprocessor's output
6986         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
6987         * sdcc_vc_in.h: define pclose as _pclose for WIN32
6988         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
6989         which closes all pipes in pipeSet set
6990         * src/SDCCset.c: free deleted item in function deleteSetItem()
6991         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
6992         moved from z80 to src subproject
6993
6994 2003-03-09  Borut Razem <borut.razem AT siol.net>
6995
6996         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
6997         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
6998         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
6999         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
7000         * src/SDCCglobl.h: unification of WIN32 native definitions
7001
7002 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7003
7004         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
7005
7006 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7007
7008         * src/configure.in:   check for endianess (even while cross-compiling)
7009         * src/configure:      check for endianess (even while cross-compiling)
7010         * src/configure_in.h: check for endianess (even while cross-compiling)
7011         * src/avr/gen.c:        remove old endianess stuff
7012         * src/mcs51/gen.c:      remove old endianess stuff
7013         * src/ds390/gen.c:      remove old endianess stuff
7014         * src/pic/gen.c:        remove old endianess stuff
7015         * src/pic/genarith.c:   remove old endianess stuff
7016         * src/pic/glue.c:       fix endianess check
7017         * src/pic16/gen.c:      remove old endianess stuff
7018         * src/pic16/genarith.c: remove old endianess stuff
7019         * src/pic16/glue.c:     fix endianess check
7020         * src/xa51/gen.c:       remove old endianess stuff
7021         * src/z80/gen.c:        fix endianess check
7022         * src/SDCCglue.c:       fix endianess check
7023         * src/ds390/peeph.def: fix bug 700036
7024
7025 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7026
7027         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
7028         * src/configure: find appropriate data-types on host for SDCC's int and long
7029         * src/configure.in: find appropriate data-types on host for SDCC's int and long
7030         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
7031         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
7032
7033 2003-03-07    <johan AT balder>
7034
7035         Just a big NOOP:
7036                 some minor cleanups before the big shot
7037                 OP_DEFS and OP_USES now use Kevin's protection
7038                 new option --nolabelopt
7039
7040         * src/SDCCBBlock.c:
7041         * src/SDCCast.c,:
7042         * src/SDCCcflow.c:
7043         * src/SDCCcse.c:
7044         * src/SDCCicode.c:
7045         * src/SDCCicode.h:
7046         * src/SDCClabel.c:
7047         * src/SDCCloop.c:
7048         * src/SDCCmain.c:
7049         * src/ds390/ralloc.c:
7050         * src/mcs51/ralloc.c:
7051         * src/pic/ralloc.c:
7052         * src/xa51/ralloc.c:
7053         * src/z80/ralloc.c:
7054
7055 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
7056
7057         * src/pic/pcode.c (get_op): fix 64 bit warnings
7058         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
7059         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
7060         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
7061         * support/regression/tests/malloc.c: fix 64 bit warnings
7062
7063 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
7064
7065         * src/mcs51/gen.c (genMinus): fixed bug 696436
7066
7067 2003-03-02  Borut Razem <borut.razem AT siol.net>
7068
7069         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
7070
7071 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
7072
7073         * configure.in: test for mkstemp
7074         * sdccconf_in.h: add HAVE_MKSTEMP
7075
7076 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
7077
7078         * device/include/ctype.h: removed warning while using --stack-auto
7079         * device/include/malloc.h: removed warning while using --stack-auto
7080         * device/include/string.h: removed warning while using --stack-auto
7081
7082 2003-02-23  Borut Razem <borut.razem AT siol.net>
7083
7084         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
7085         because NDEBUG is defined (see man assert)
7086         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
7087
7088 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7089
7090         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
7091         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
7092
7093 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7094
7095         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
7096         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
7097
7098 2003-02-18    <johan AT balder>
7099
7100         * as/mcs51/asmain.c (asmbl): module can start with a digit
7101         * as/z80/asmain.c (asmbl): module can start with a digit
7102
7103 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
7104
7105         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
7106         * src/asm.c: fix pipe() for Mingw32
7107
7108 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
7109
7110         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
7111         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
7112         make -V work again; --c1mode reads now from stdin
7113         * doc/sdccman.lyx: added --c1mode
7114         * support/Util/SDCCerr.c: new messages for c1 mode
7115         * support/Util/SDCCerr.h: new messages for c1 mode
7116         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
7117
7118 2003-02-15    <johan AT balder>
7119
7120         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
7121
7122 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
7123
7124         * doc/sdccman.lyx: Environment variables, -o and other minor things
7125
7126 2003-02-14    <johan AT balder>
7127
7128         * src/xa51/main.c: before anyone really tries to use it :)
7129
7130         * Install doc's in share/sdcc/doc
7131         * removed some obsolete files
7132         * Do a proper make distclean and uninstall
7133         M Makefile.common.in
7134         R sdccbuild.sh
7135         M as/Makefile
7136         M device/include/Makefile.in
7137         M device/lib/Makefile.in
7138         M doc/sdccman.lyx
7139         M link/Makefile
7140         M sim/ucsim/doc/Makefile.in
7141         M src/clean.mk
7142         R src/avr/peeph.rul
7143         R src/xa51/peeph.rul
7144         M support/cpp2/Makefile.in
7145         M support/makebin/Makefile
7146
7147
7148 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
7149
7150         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
7151
7152 2003-02-10  Borut Razem <borut.razem AT siol.net>
7153
7154         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
7155         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
7156         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
7157         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
7158         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
7159         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
7160         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
7161         src/z80/Makefile.bcc: Borland Makefile cleanup
7162         * as/z80/Makefile.bcc: Added Borland Makefile
7163         * support/cpp2/borland.h: Removed
7164
7165 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
7166
7167         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
7168         * src/SDCC.lex: new pragma NOIV
7169         * src/SDCCglobl.h: new pragma NOIV
7170         * src/SDCCmem.c: new pragma NOIV
7171
7172 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
7173
7174         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
7175
7176 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
7177
7178         * src/SDCCmain.c: signal handling is switched off by --debug
7179         * doc/Makefile: small fix for install; use clean.mk again
7180         * doc/clean.mk: clean *.pdf and *.html too
7181
7182 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
7183
7184         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
7185         * device/lib/printfl.c: fix a ds390 bug by making it portable
7186         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
7187         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
7188         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
7189         * debugger/mcs51/cmd.c: converted multi-line string literals
7190         * sim/ucsim/globals.cc: converted multi-line string literals
7191         * src/SDCCmain.c: introduced signal handler to remove temp files
7192         * doc/Makefile: small tweaks, implement clean
7193         * doc: removed generated files
7194
7195 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7196
7197         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
7198         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
7199         Address Record is not correctly generated for DS390."
7200
7201 2003-02-02  Borut Razem <borut.razem AT siol.net>
7202
7203         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
7204         * as/mcs51/asm.h: fixed compilation with Borland C
7205         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
7206         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
7207         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
7208         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
7209         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
7210         src/z80/Makefile.bcc: delete $(LIB) only if exist
7211         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
7212
7213 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
7214
7215         * device/include/malloc.h: introduced NULL
7216         * device/include/string.h: introduced NULL
7217         * device/include/stdlib.h: introduced NULL
7218         * device/lib/_memcpy.c: removed NULL
7219         * device/lib/_strcat.c: removed NULL
7220         * device/lib/_strchr.c: removed NULL
7221         * device/lib/_strcmp.c: removed NULL
7222         * device/lib/_strcpy.c: removed NULL
7223         * device/lib/_strcspn.c: removed NULL
7224         * device/lib/_strlen.c: removed NULL
7225         * device/lib/_strncat.c: removed NULL
7226         * device/lib/_strncmp.c: removed NULL
7227         * device/lib/_strncpy.c: removed NULL
7228         * device/lib/_strpbrk.c: removed NULL
7229         * device/lib/_strrchr.c: removed NULL
7230         * device/lib/_strspn.c: removed NULL
7231         * device/lib/_strstr.c: removed NULL
7232         * device/lib/_strtok.c: removed NULL
7233         * device/lib/malloc.c: removed NULL, include own header
7234
7235 2003-02-02    <johan AT balder>
7236
7237         * 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
7238         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
7239         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
7240         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
7241         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
7242         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
7243
7244 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7245
7246         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
7247         area 'DATA'"
7248
7249 2003-02-01    <johan AT balder>
7250
7251         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
7252
7253 2003-01-31    <johan AT CP255758-A>
7254
7255         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
7256
7257 2003-01-30    <johan AT balder>
7258
7259         * src/SDCCBBlock.c: automatic bug detection
7260         * src/SDCCicode.c: automatic bug detection
7261
7262 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7263
7264         * src/SDCCglobl.h:   now --xram-size 0 works
7265         * src/SDCCmain.c:    now --xram-size 0 works
7266
7267 2003-01-29    <johan AT balder>
7268
7269         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
7270
7271 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7272
7273         * as/mcs51/aslink.h: Added options --xram-size and --code-size
7274         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
7275         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
7276         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
7277         * src/SDCCglobl.h:   Added options --xram-size and --code-size
7278         * src/SDCCmain.c:    Added options --xram-size and --code-size
7279
7280 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
7281
7282         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
7283         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
7284
7285 2003-01-27    <johan AT balder>
7286
7287         * src/SDCC.y: fixed bug #613764
7288
7289 2003-01-26    <johan AT balder>
7290
7291         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
7292         * src/SDCCsymt.h: fixed bug #673374
7293         * src/SDCCglue.c: fixed bug #661910
7294         * src/SDCCast.c: fixed bug #458099 and 673374
7295
7296 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
7297
7298         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
7299         * as/mcs51/strcmpi.h: added
7300         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
7301         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
7302         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
7303         * as/mcs51/assym.c: strcmpi -> as_strcmpi
7304         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
7305         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
7306         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
7307         * as/mcs51/Makefile.aslink: new module strcmpi
7308         * as/mcs51/Makefile.asx8051: new module strcmpi
7309         * as/mcs51/Makefil.bcc: new module strcmpi
7310         * as/mcs51/Makefile.in: new module strcmpi
7311         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
7312
7313 2003-01-26    <johan AT balder>
7314
7315         * src/SDCCglue.c: reverted back to 1.124
7316         * src/SDCCast.c: reverted back to 1.156
7317         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
7318
7319 2003-01-25    <johan AT balder>
7320
7321         * src/SDCCglue.c: A better fix for bug #661910
7322         * src/SDCCast.c: A better fix for bug #661910
7323         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
7324
7325 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
7326
7327         * src/Makefile.in: remove spawn.o
7328         * src/SDCCmain.c: remove spawn.h
7329         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
7330         * src/spawn.c: removed
7331         * src/spawn.h: removed
7332         * support/regression/ports/ds390/spec.mk: link with -r
7333
7334 2003-01-24    <johan AT CP255758-A>
7335
7336         * src/ds390/gen.c (aopOp): fixed bug #667458
7337         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
7338         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
7339         (createIvalCharPtr): an ival doesn't always have a storage class anymore
7340
7341 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
7342
7343         * src/mcs51/peeph.def: better assembler identation by Frieder
7344         * src/mcs51/gen.c: better assembler identation by Frieder
7345
7346 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
7347
7348         * as/z80/string.h: removed for gcc 3.2
7349         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
7350         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
7351
7352 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
7353
7354         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
7355         * src/SDCCpeeph.c (replaceRule): fix bug #663503
7356         * support/regression/Makefile: separate temp files for ports
7357         * support/regression/generate-cases.py: separate temp files for ports
7358         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
7359         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
7360
7361 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
7362
7363         * moved tinitalk to device/examples/ds390
7364
7365 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
7366
7367         * as/mcs51/lkmem.c: rflag is for DS390
7368         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
7369         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
7370                          (linkEdit): move mem- and map-files the same way as ihx-files
7371         * src/z80/main.c (_setDefaultOptions): removed --generic
7372         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
7373         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
7374         * src/pic/glue.c (picglue): --c1mode works again
7375         * src/pic16/glue.c (pic16glue): --c1mode works again
7376         * src/asm.c (printCLine): fix #660034
7377
7378 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
7379
7380         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
7381         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
7382         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
7383         * as/mcs51/lkmem (summary): better fix for sp problem
7384         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
7385         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
7386         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
7387                                               remove --stack-after-data
7388
7389 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
7390
7391         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
7392         * src/SDCCutil.c (join): ugly bug: missing '\0'
7393         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
7394
7395 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
7396
7397         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
7398         * src/port.h: typo
7399         * src/pic/main.c (_asmCmd): gpasm supports -o
7400         * src/z80/main.c: more general macros
7401         * device/lib/Makefile.in: remove intermediate files
7402
7403 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
7404
7405         * .version: Bumped version number to 2.3.3
7406         * src/SDCCBBlock.c: new option -o
7407         * src/SDCCglobl.h: new option -o
7408         * src/SDCCglue.c: new option -o
7409         * src/SDCCmain.c: new option -o
7410         * src/asm.c: new option -o
7411         * src/ds390/main.c: new option -o
7412         * src/pic/glue.c: new option -o
7413         * src/pic/pcode.c: new option -o
7414         * src/pic/ralloc.c: new option -o
7415         * src/pic16/glue.c: new option -o
7416         * src/pic16/pcode.c: new option -o
7417         * src/pic16/ralloc.c: new option -o
7418         * src/z80/main.c: new option -o
7419         * device/lib/Makefile.in: use -o
7420         * support/regression/ports/ds390/spec.mk: use -o
7421         * support/regression/ports/gbz80/spec.mk: use -o
7422         * support/regression/ports/mcs51/spec.mk: use -o
7423         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
7424         * support/regression/ports/z80/spec.mk: use -o
7425         * support/regression/ports/ucz80/spec.mk: use -o
7426         * support/regression/ports/xa51/spec.mk: use -o
7427         * support/regression/fwk/lib/timeout.c: fix usage string
7428
7429 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
7430         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
7431
7432 2003-01-07    <johan AT balder>
7433
7434         * src/SDCCast.c (decorateType): fixed bug #600035
7435
7436 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
7437         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
7438         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
7439         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
7440         * src/pic/pcode.c: outcommented unused variable to remove warnings
7441         * src/pic/ralloc.c: outcommented unused variable to remove warnings
7442
7443 2003-01-06    <karl AT turbobit.com>
7444         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
7445    regression tests.
7446
7447 2003-01-06    <johan AT balder>
7448
7449         * src/SDCCicode.c: fixed array add
7450
7451 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
7452         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
7453         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
7454
7455 2003-01-04    <johan AT balder>
7456
7457         * src/SDCCval.c (getNelements): fixed the initialized array of structures
7458
7459 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7460         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
7461
7462 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
7463         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
7464         * support/regression/tests/bug-524697.c: fit mem usage into 8032
7465
7466 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
7467         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
7468
7469 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
7470         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
7471
7472 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
7473         * src/mcs51/main.c: removed {bindir}{sep} from aslink
7474
7475 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7476
7477     * in \sdcc\as\mcs51\ changed these files in order to create an
7478     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
7479     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
7480     following files to include the previous two files: aslink.dsp,
7481     Makefile.aslink, Makefile.bcc, and Makefile.in.
7482
7483     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
7484     .adb instead of .cdb
7485
7486 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7487
7488         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
7489         value from option --iram-size.
7490
7491 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7492
7493         * \sdcc\as\mcs51\lklist.c: added boundary check before using
7494         dram[] array.
7495
7496 2002-09-18    <wiml AT hhhh.org>
7497
7498         * SDCClrange.h: exposed setFromRange() and setToRange()
7499         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
7500           packRegsForAccUse() (bug 542397)
7501         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
7502           multiple times and emitting the fetch operations more than once
7503           added aopGetUsesAcc() function to allow binary operators to
7504           fetch their operands in the correct order; made genMinus() emit
7505           compact code for X = LITERAL - Y
7506
7507 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7508         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
7509         sprintf() in line 1267.
7510
7511 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7512         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
7513         like ports.
7514
7515 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7516         Changes to aslink (All the changes are marked with 'JCF'):
7517
7518         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
7519         summary().
7520
7521         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
7522         area BSEG.  Also moves, if possible, the DATA area down into the internal
7523         ram so more space is available.
7524
7525         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
7526         sflag.
7527
7528         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
7529         not bytes.  Function summary() which creates a memory usage summary
7530         file with extension .mem.  Reports of overlaping stack and small stack
7531         size.  If the space for the stack is less than 16 bytes aslink trows a
7532         warning.
7533
7534         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
7535         the 8051.  Option 'y' for memory summary output file.
7536
7537         Changes to sdcc (All the changes are marked with 'JCF'):
7538
7539         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
7540
7541         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
7542         overlaying area for it (uses RegBankUsed[4]).
7543
7544         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
7545         bank zero as used by default.  By default aslink locates the stack
7546         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
7547         the creation of the .mem file.  Delegates the allocation of data area
7548         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
7549         the begining of the stack area to aslink.
7550
7551         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
7552         glue() in SDCCglue.c creates an area for it.
7553
7554 2002-09-03  Borut Razem <borut.razem AT siol.net>
7555         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
7556         sdcc/src/pic/glue.c:
7557         introduced atexit() handler for teporay files removal in case of
7558         errors, assertions, ...
7559
7560 2002-08-29  Borut Razem <borut.razem AT siol.net>
7561         * sdcc/support/cpp2/auto-host_vc_in.h:
7562         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
7563         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
7564         Maybe there is a similar problem with BORLANDC? It should be checked!
7565
7566         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
7567         corrected improper use of assert: the assignment to clr variable was done inside the assert.
7568         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
7569         was not executed, and the compiler (cl) launched a warning:
7570         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
7571
7572 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7573         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
7574
7575 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
7576         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
7577
7578         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
7579           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
7580           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
7581           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
7582           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
7583           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
7584           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
7585         - added Release configuration in VS projects
7586         - review of compiler an linker options
7587         - VC .exe files are generated in bin_vc directory, not to interfere
7588           with binaries generated from other projects (cygwin, mingw, bcc ...)
7589
7590         * sdcc/src/yacc.dsp: added
7591
7592         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
7593         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
7594         and insert the version number definitions from .version
7595
7596         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
7597
7598         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
7599         added - genarate auto-host.h using auto-host_vc_in.h as template
7600
7601         * sdcc/sdcc_vc.h,
7602         removed from CVS, generated automatically
7603
7604 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
7605         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
7606
7607 2002-08-11  Borut Razem <borut.razem AT siol.net>
7608         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
7609
7610 2002-08-10  Borut Razem <borut.razem AT siol.net>
7611         * src/SDCCmain.c (main):
7612         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
7613         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
7614         The consequence was that some temporary files were not removed.
7615
7616         * src/SDCCglue.c:
7617         unification of code in functions tempfilename() and tempfile():
7618         function tempnam() is defined in Visual Studio 6.0 and .NET
7619
7620         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
7621
7622         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
7623           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
7624         - removed compiler command line option /WX: Treats all warnings as errors
7625         - update a list of source files, included into the project
7626
7627         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
7628           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
7629         changed project type to Generic Project so that can be correcly converted to VS.NET project
7630
7631         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
7632
7633         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
7634
7635         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
7636
7637         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
7638         added return 0 statements after assert() to make compiler happy
7639
7640         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
7641         added newline in the def file to keep MSC compiler satisfied
7642
7643         * sdcc/src/z80/gen.c:
7644         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
7645           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
7646         - solved MSC error in function aopDump()
7647
7648         * sdcc_vc.h: define PREFIX as "\\sdcc"
7649
7650 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
7651         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
7652
7653 2002-06-22  Scott Dattalo <scott AT dattalo.com>
7654         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
7655         - Rewrote the register banking algorithm.
7656         - Added pCode live-range analysis to registers (for now, only non-used and
7657         singly-used registers optimized away)
7658
7659         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
7660
7661         * 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.
7662
7663 2002-05-10  Scott Dattalo <scott AT dattalo.com>
7664         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
7665
7666 2002-04-22  Michael Hope  <michaelh AT vroom>
7667
7668         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
7669
7670         * configure.in (DD_COPT): Added include support required for gbdk.
7671
7672         * .version: Bumped version number just to increase it.
7673
7674         * src/SDCCmain.c: Added -nostdinc to the default options.
7675
7676 2002-04-15  Michael Hope  <michaelh AT vroom>
7677
7678         * device/lib/z80/printf.c (sprintf): Added.
7679
7680         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
7681
7682         * src/z80/peeph.def: Added transpose redundent load rule.
7683
7684         * src/z80/main.c: Added force callee saves for jaune.
7685
7686         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
7687
7688         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
7689
7690 2002-03-28  Johan Knol  <johan AT balder>
7691
7692         * src/SDCCval.c: fixed bug #532436
7693
7694 2002-03-14  Scott Dattalo <scott AT dattalo.com>
7695         * /src/port.h:
7696         Added "char *Processor" field to the port structure.
7697
7698         * /src/SDCCmain.c:
7699         Added -p option. Allows port dependent processor to be specified.
7700
7701         * all ports:
7702         Initialized the new field char *Processor field to NULL in all ports
7703
7704         * /src/pic/*:
7705         Compiler generated registers for interrupt context saving
7706         were not getting allocated.
7707
7708 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
7709
7710         * /src/SDCCast.c:
7711         Fixed left shift. Will promote the left side of a left shift
7712         if a) left shifting more than size of operand or b) when assigned
7713         to something size > size of left side
7714
7715 2002-03-14  Scott Dattalo <scott AT dattalo.com>
7716         * src/pic/*
7717         tons of changes. Register allocation has been
7718         rewritten. Added customization for the various PICs. Flow
7719         analysis is restructured. ...
7720
7721         * src/pic/device.h:
7722         Added
7723
7724         * src/pic/device.c:
7725         Added. device.c is a PIC port hack to accomodate variations
7726         in PIC devices.
7727
7728 2002-03-13  Michael Hope  <michaelh AT vroom>
7729
7730         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
7731
7732 2002-03-04  johanknol  <johanknol AT manik>
7733
7734         * /src/SDCCval.c: fixed
7735
7736         const unsigned char arr[][2] = { { 0, 1 } };
7737         t18.c:1: error: Initializer element is not constant
7738
7739 2002-03-04  bela  <bela AT manik>
7740
7741         * /device/include/mcs51reg.h:
7742         ds89c420 register definition update
7743
7744 2002-03-03    <johan AT FRIJA>
7745
7746         * support/Util/SDCCerr.c: did something, but don't no why anymore
7747
7748         * support/regression/tests/bug-524691.c: made it a little less shy
7749
7750         * src/SDCCast.c (decorateType): fixed bug #524697
7751
7752         * src/SDCCast.c: made some lineno improvements
7753
7754         * src/SDCCval.c (getNelements): changed warning to error
7755
7756         * src/SDCCglue.c (printIvalArray): changed warning to error
7757
7758         * src/SDCCicode.c: fixed a warning for mingw
7759
7760         * src/SDCCast.c (decorateType): fixed the << promotion for ops
7761
7762         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
7763
7764 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
7765
7766         * src/ds390/peeph.def:
7767         Added some more peephole rules
7768
7769         * src/ds390/gen.c: Various fixes & enhancements
7770
7771         * src/SDCClrange.c, src/SDCClrange.h:
7772         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
7773
7774         * src/ds390/ralloc.c:
7775         various fixes & enhancements (ds390) specific
7776
7777         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
7778         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
7779         from rallocs.
7780
7781         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
7782
7783 2002-03-02    <johan AT FRIJA>
7784
7785         * src/SDCCast.c (decorateType): fixed bug #524708
7786
7787         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
7788
7789         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
7790
7791 2002-03-01  Michael Hope  <michaelh AT vroom>
7792
7793         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
7794
7795         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
7796
7797 2002-03-01    <johan AT FRIJA>
7798
7799         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
7800
7801         * src/SDCCast.c (decorateType): fixed bug #524209
7802
7803         * src/SDCCval.c (valNot): fixed bug #524195
7804
7805 2002-02-26    <johan AT balder>
7806
7807         * src/xa51/gen.c: fixed a warning
7808
7809         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
7810
7811         * src/SDCCast.c (decorateType): fixed bug #522534
7812
7813 2002-02-23    <johan AT balder>
7814
7815         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
7816
7817 2002-02-22    <johan AT balder>
7818
7819         * src/SDCCast.c: fixed bug #514865
7820
7821         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
7822
7823 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
7824
7825         * sdcc/src/SDCCloop.c:
7826         Previous fix was not good. basic blocks that have "break" or "return" are
7827         not really partof a loop , but live ranges used in these blocks should
7828         be live thru the entire loop, so set partOfLoop but don't add them to
7829         loop region
7830
7831 2002-02-21    <johan AT FRIJA>
7832
7833         * src/SDCCcse.c: fixed bug #514308
7834
7835 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
7836
7837         * src/SDCCloop.c:
7838         Fixed BUG #519583. If a conditional block ended in a return/break
7839         statement inside a loop, it was not being considered part of the loop.
7840
7841         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
7842
7843 2002-02-10  Karl Bongers <karl AT turbobit.com>
7844
7845         * debugger/*:
7846         Fixed up SDCDB debugger somewhat.  Updated debugger/README
7847         with lots of comments and notes.
7848
7849         * device/examples/test2.c:
7850         Fix bug, "red" variable not being initialized(compiler complained).
7851
7852         * device/examples/Makefile, examples/test3.c:
7853         Add Makefile in device/examples folder, compiles test3.c
7854         for use as a multiple module SDCDB test case.
7855
7856         * sim/ucsim/cmd.src/cmdset.cc:
7857         Took out debug printfs in ucsim "next" command.
7858
7859         * sim/ucsim/xa.src:
7860         Karl and Johan start ucsim XA support.  Most dissassembly working,
7861         about 75% emulation done(plenty of work remaining).
7862
7863         * sim/ucsim/z80.src:
7864         Add Z80 support to ucsim, add test-ucz80 regression test,
7865         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
7866         Notice z80 compiler fails on examples/test3.c/crc code.
7867
7868 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
7869
7870         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
7871         Added support for --parms-in-bank1
7872
7873         * src/ds390/peeph.def:
7874         added a few more peephole optimzations
7875
7876         * src/ds390/main.c:
7877         1) added __builtin_inp & __builtin_outp used to read in data of given length
7878            from a memory mapped port
7879         2) added __builtin_memcmp
7880         3) added __builtin_swapw swap bytes of a short
7881
7882         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
7883         1) handle multiple send & receives from register bank1
7884         2) ralloc can now allocate DPTR1 to some liveRanges
7885
7886         * src/SDCCsymt.c, src/SDCCsymt.h:
7887         changes to handle multiple sends & receives
7888
7889         * src/SDCCptropt.h:
7890         added some pointer arithmetic optimization
7891
7892         * src/SDCCptropt.c:
7893         added some pointer arithmetic optimizations but not stable yet so not
7894         called from anywhere (will get this working shortly)
7895
7896         * src/SDCCopt.c: fixed for multiple sends & receives
7897
7898         * src/SDCCmain.c:
7899         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
7900         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
7901            set preprocessor defines (depending on options)
7902
7903         * src/SDCCicode.c, src/SDCCicode.h:
7904         changes made to handle multiple sends & receives
7905
7906         * src/SDCCglobl.h:
7907         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
7908
7909         * src/SDCCcse.c, src/SDCCcse.h:
7910         added function findbackward def (to be used in upcoming optimization)
7911
7912         * src/SDCCcflow.c, src/SDCCcflow.h:
7913         added function returnAtEnd - to determine if a basic block terminates with
7914         a RETURN iCode
7915
7916         * src/SDCCast.c, src/SDCCast.h:
7917         added option parms-in-bank1
7918
7919         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
7920         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
7921         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
7922         adjusted for --parms-in-bank1 option
7923
7924         * device/include/string.h:
7925         donot redefine "reentrant" keyword
7926
7927         * device/include/ds80c390.h: Added some more SFRs
7928
7929 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
7930
7931         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
7932
7933 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
7934
7935         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
7936
7937 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
7938
7939         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
7940
7941 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
7942
7943         * Added --xram-movc option
7944
7945 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
7946
7947         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
7948
7949 2002-01-11  Johan Knol
7950
7951         * Added math lib of Jesus Calvino-Fraga
7952
7953 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
7954
7955         * src/SDCCmain.c (processFile): fix processing of ../../src.c
7956         * support/regression/Makefile: new target test-mcs51-stack-auto
7957         * support/regression/ports/mcs51-stack-auto/spec.mk: added
7958
7959 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
7960
7961         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
7962
7963 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
7964
7965         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
7966
7967 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
7968
7969         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
7970
7971         * src/SDCCglue.h: add definition for printIvalChar()
7972
7973 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
7974
7975         * src/SDCCast.c: fix #498138 by Johan
7976
7977         * src/SDCCglue.c: fix #498138 by Johan
7978
7979 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
7980
7981         * support/regression/Makefile: fix clean
7982
7983         * support/regression/ports/ds390/support.c: fix transmission of last character
7984
7985 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
7986
7987         * /sdcc/src/ds390/gen.c:
7988         a) improved computing address of stack variable
7989         b) took out some #if 0 code
7990         c) improved parmBytes adjustment
7991         d) improved genPlusIncr & genMinusIncr
7992         e) genCmp could generate bad code (when left assigned to DPTR)
7993         f) Fixed bug in hasInc
7994
7995         * /sdcc/src/ds390/ralloc.c:
7996         a) packRegsForSupport could mess up live information (Fixed)
7997         b) packRegsDPTRuse could be incorrect for left & right shift
7998
7999         * /sdcc/src/mcs51/ralloc.c:
8000         packRegsForSupport could mess up the live information (Fixed)
8001
8002         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
8003
8004         * /sdcc/src/SDCCast.c:
8005         can reverse a loop even if function call is present as long
8006         as the loop control variable is local & is not passed as parameter
8007
8008 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8009
8010         * /sdcc/ChangeLog: *** empty log message ***
8011
8012         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
8013         More builtin function additions for TININative
8014
8015         * /sdcc/src/ds390/ralloc.c:
8016         Had broken the regression testsuite
8017
8018         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
8019
8020         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
8021         Added funcattr hasStackParms will be set for reentrant functions when there
8022         are paramteres on the stack, this helps in minimizing frame pointer generation
8023         typeFromStr can handle function pointers now
8024
8025         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
8026         *** empty log message ***
8027
8028 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8029
8030         * /src/ds390/gen.c, /src/ds390/main.c:
8031         More builtin function additions for TININative
8032
8033         * /src/ds390/ralloc.c:
8034         Had broken the regression testsuite
8035
8036         * /src/SDCCast.c: Fixed a bug in dumptree
8037
8038         * /src/SDCCsymt.c, /src/SDCCsymt.h:
8039         Added funcattr hasStackParms will be set for reentrant functions when there
8040         are paramteres on the stack, this helps in minimizing frame pointer generation
8041         typeFromStr can handle function pointers now
8042
8043         * /doc/builtins.txt, /doc/TININative.txt:
8044         *** empty log message ***
8045
8046
8047 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8048
8049         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
8050         ALPHA version for -mTININative
8051
8052         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
8053         updated to reflect changes in the port structure
8054
8055         * /src/port.h:
8056         added function do_assemble (similar to do_link) if non-null this function
8057         will be called to do assembly (-mTININative) requires a multi command
8058         assembly
8059         added function genAssemblerEnd will be called to generate assembler Epilogue
8060
8061         * /src/SDCCsymt.c:
8062         added _JavaNative to debug info printing
8063
8064         * /src/SDCCmain.c: added option --tini-libid
8065         added port->do_assemble function (-mTININative) has a multi command assemble
8066
8067         * /src/SDCCglue.c: Disabled "constExpr" check
8068         added port->genAssemblerEnd function
8069
8070         * /src/SDCCglobl.h: Added option --tini-libid value
8071
8072         * /src/SDCCast.h:
8073         tookout optimizeCompare from the header (has no external references)
8074
8075         * /src/SDCCast.c: made one more function "static"
8076
8077 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
8078
8079         * src/z80/mappings.i: Added z80asm support.
8080
8081         * src/z80/main.c: Added z80asm support on --asm=z80asm
8082
8083         * src/z80/gen.c: Fixed asm portability issues.
8084
8085         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
8086
8087         * src/SDCCglue.c (printExterns): Added global/extern split.
8088
8089 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
8090
8091         * support/regression/Makefile: added test for mcs51 model large
8092
8093         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
8094
8095         * support/regression/ports/gbz80/spec.mk: added -mgbz80
8096
8097 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
8098
8099         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
8100
8101 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
8102
8103         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
8104
8105         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
8106
8107 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
8108
8109         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
8110
8111         * support/regression/tests/simplefloat.c: Port to mcs51.
8112
8113 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
8114         * support/regression/tests/bug-485362.c: Added.
8115
8116         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
8117
8118         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
8119
8120         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
8121
8122         * src/z80/gen.c (aopDump): Added a dump function.
8123
8124 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
8125         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
8126
8127         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
8128
8129         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
8130
8131         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
8132
8133         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
8134
8135         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
8136
8137         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
8138
8139         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
8140
8141         * support/regression/ports/ds390/support.c: Use tinibios.
8142
8143         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
8144
8145 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
8146
8147         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
8148         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
8149
8150         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
8151
8152         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
8153
8154 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
8155
8156         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
8157
8158         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
8159         (packRegsForIYUse): Created and optimised.
8160
8161 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
8162
8163         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
8164 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
8165
8166         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
8167
8168         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
8169
8170         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
8171
8172 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8173
8174         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
8175
8176         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
8177
8178 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8179
8180         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
8181
8182         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
8183
8184         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
8185
8186 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
8187
8188         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
8189         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
8190         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
8191
8192         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
8193
8194         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
8195         (genNotFloat): Added.
8196         (genUminusFloat): Added.
8197
8198         * device/lib/z80/Makefile: Added floating pt stubs.
8199
8200         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
8201
8202         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
8203
8204         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
8205
8206 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8207
8208         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
8209
8210         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
8211
8212         * sdcc/support/regression/Makefile: Add port ds390.
8213
8214         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
8215
8216         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
8217
8218         * sdcc/support/regression/ports/ds390/spec.mk: Added.
8219
8220         * sdcc/support/regression/ports/ds390/support.c: Added.
8221
8222         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
8223
8224         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
8225
8226         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
8227
8228 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
8229
8230         * device/include/malloc.h: Added z80 and gbz80 support.
8231
8232         * device/lib/gbz80/heap.s: Added.
8233
8234         * device/lib/z80/heap.s: Added.
8235
8236         * device/lib/malloc.c: Added z80 and gbz80 support.
8237
8238         * support/regression/tests/malloc.c (testMalloc): Added.
8239
8240         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
8241
8242         * support/regression/tests/bug-478094.c: Added.
8243
8244         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
8245
8246 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
8247
8248         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
8249
8250         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
8251
8252         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
8253
8254         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
8255
8256         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
8257
8258 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
8259
8260         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
8261
8262 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
8263
8264         * support/regression/tests/bug-477927.c: Added.
8265
8266         * src/z80/peeph.def: Added minor rules.
8267
8268         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
8269
8270         * src/z80/peeph.def: Added jump optimisation modification.
8271
8272 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
8273
8274         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
8275
8276 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
8277
8278         * support/regression/tests/funptrs.c: Added.
8279
8280 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
8281
8282         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
8283
8284 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
8285
8286         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
8287
8288         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
8289
8290         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
8291         (movLeft2ResultLong): Created.
8292
8293         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
8294         (joinPushes): Added.  Joins two char pushes into a word push.
8295
8296 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
8297
8298         * support/cpp2/Makefile.in (install): Added creation of dest dir.
8299
8300         * support/makebin/Makefile (install): Added creation of dest dir.
8301
8302 2001-10-24 Karl Bongers <karl AT turbobit.com>
8303
8304         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
8305
8306 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
8307
8308         * src/z80/ralloc.c: Turned off faulty pack for one use.
8309
8310         * src/z80/peeph-gbz80.def: Removed redundent restart options.
8311
8312         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
8313
8314 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
8315
8316         * support/regression/Makefile: Improved clean
8317
8318         * support/regression/ports/gbz80/spec.mk: Added clean
8319
8320         * support/regression/ports/host/spec.mk: Added clean
8321
8322         * support/regression/ports/z80/spec.mk: Added clean
8323
8324         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
8325
8326         * support/regression/ports/mcs51/timeout.c: little improvements
8327
8328 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
8329
8330         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
8331
8332         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
8333
8334         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
8335
8336 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
8337
8338         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
8339
8340         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
8341
8342 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
8343         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
8344
8345         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
8346
8347         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
8348
8349         * src/mcs51/main.c (_linkCmd): Added bin path to command.
8350
8351         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
8352
8353         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
8354
8355         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
8356
8357         * support/regression/tests/longor.c: Added.
8358
8359 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
8360
8361         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
8362
8363         * as/mcs51/aslink.h: define PATH_MAX
8364
8365         * as/mcs51/asm.h: define PATH_MAX
8366
8367         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
8368
8369         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
8370
8371         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
8372
8373         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
8374
8375         * src/SDCCglobl.h: define PATH_MAX
8376
8377         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
8378
8379         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
8380
8381 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
8382
8383         * src/z80/gen.c (gencjneshort): Fixed
8384
8385         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
8386
8387 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
8388
8389         * support/regression/tests/bug-469671.c: Added.
8390
8391         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
8392
8393 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
8394
8395         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
8396
8397         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
8398
8399 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
8400
8401         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
8402
8403         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
8404
8405         * src/device/lib/_mullong.c : removed hint: nooverlay bug
8406
8407         * src/device/lib/_divuint.c : removed hint: nooverlay bug
8408
8409         * src/device/lib/_divulong.c: removed hint: nooverlay bug
8410
8411         * src/device/lib/_moduint.c : removed hint: nooverlay bug
8412
8413         * src/device/lib/_modulong.c: removed hint: nooverlay bug
8414
8415 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
8416
8417         * 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.
8418
8419         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
8420
8421         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
8422
8423 2001-10-07    <johan AT FRIJA>
8424
8425         * device/lib/gets.c (gets): fixed the return value.
8426
8427 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
8428         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
8429
8430         * 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.
8431
8432         * 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.
8433
8434         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
8435
8436         * src/pic/gen.c: Removed Safe_strdup.
8437
8438         * configure.in: Added option to enable libgc support.
8439
8440         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
8441         (bitVectUnion): Optimised.
8442         (bitVectIntersect): Optimised.
8443         (bitVectBitsInCommon): Optimised.
8444         (bitVectCplAnd): Optimised.
8445
8446         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
8447
8448 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
8449
8450         * src/SDCCmain.c: distinguish between assembler debug and plain options
8451
8452         * src/avr/main.c:   remove standard assembler options
8453
8454         * src/ds390/main.c: remove standard assembler options
8455
8456         * src/mcs51/main.c: remove standard assembler options
8457
8458         * src/port.h: removed "PENDING" comment
8459
8460 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
8461
8462         * src/device/lib/_mulint.c  : new, with assember functions
8463
8464         * src/device/lib/_mullong.c : new, with assember functions
8465
8466         * src/device/lib/_divuint.c : with assember functions
8467
8468         * src/device/lib/_divsint.c : with assember functions
8469
8470         * src/device/lib/_divulong.c: with assember functions
8471
8472         * src/device/lib/_divslong.c: with assember functions
8473
8474         * src/device/lib/_moduint.c : with assember functions
8475
8476         * src/device/lib/_modsint.c : with assember functions
8477
8478         * src/device/lib/_modulong.c: with assember functions
8479
8480         * src/device/lib/_modslong.c: with assember functions
8481
8482         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
8483
8484         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
8485
8486         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
8487                                       replaced _mululong.c and _mulslong.c by _mullong.c
8488
8489 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
8490
8491         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
8492
8493 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
8494
8495         * src/SDCCglue.c: test, if win32api is available for MINGW
8496
8497 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
8498
8499         * src/SDCCsymt.c: no more _modifier in printTypeChain()
8500         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
8501         * support/regression/ports/gbz80/spec.mk: removed GENERIC
8502         * support/regression/ports/host/spec.mk: removed GENERIC
8503         * support/regression/ports/mcs51/spec.mk: removed GENERIC
8504         * support/regression/ports/z80/spec.mk: removed GENERIC
8505
8506 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
8507
8508         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
8509
8510         * support/regression/tests/bug-467035.c: Created.
8511
8512 2001-10-01    <johan AT FRIJA>
8513
8514         * src/SDCC.y: fixed bug #466586 part 1
8515
8516 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
8517
8518         * SDCCicode.c: z80 has no generic pointers
8519         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
8520
8521 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
8522
8523         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
8524
8525 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
8526
8527         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
8528
8529         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
8530
8531 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
8532
8533         * configure.in: Fixed up so that ucsim is only configured once.
8534
8535         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
8536
8537         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
8538         (getPathDifference): As above.
8539
8540         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
8541
8542         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
8543
8544 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
8545         * .version: Updated to 2.3.1
8546
8547         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
8548         Added copyright header.
8549
8550         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
8551         (assemble): Added support for macro based assembler commands.
8552         (linkEdit): Added support for macro based linker commands.
8553         (preProcess): Changed the pre-processor to use macros.
8554         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
8555         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
8556
8557         * device/lib/z80/crt0.s: Added module name for debugging.
8558
8559 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
8560
8561         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
8562
8563         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
8564
8565         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
8566
8567         * src/Makefile.in: Added SDCCmacro and SDCCutil
8568
8569 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
8570
8571         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
8572
8573 2001-09-16    <johan AT FRIJA>
8574
8575         * 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.
8576
8577 2001-09-15    <johan AT FRIJA>
8578
8579         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
8580         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
8581
8582 2001-09-11    <johan AT FRIJA>
8583
8584         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
8585
8586 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
8587
8588         * support/regression/tests/bug-460444.c: Added test case.
8589
8590         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
8591         (genCast): Added justification for all of the asserts.
8592
8593 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
8594
8595         * support/regression/support.c: _xdata replaced by xdata
8596
8597         * support/regression/spec.mk: removed _generic
8598
8599 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
8600
8601         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
8602
8603         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
8604         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
8605
8606         * src/z80/peeph.def: Added a rule to optimise shift then compare.
8607
8608         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
8609
8610         * support/regression/tests/bug-460010.c: Added test case.
8611
8612         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
8613
8614 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
8615
8616         * support/regression/Makefile: inter-port-clean adjusted for mcs51
8617
8618         * support/regression/testfwk.c: removed workaround for bug #436344
8619
8620         * support/regression/tests/bp.c: use less memory with mcs51
8621
8622         * support/regression/tests/bug-441448.c: use less memory
8623
8624         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
8625
8626         * support/regression/collate-results.py: typo
8627
8628 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
8629
8630         * support/regression/tests/fetchoverlap.c: Added new test case.
8631
8632         * support/regression/tests/bp.c: Added new test case.
8633
8634         * support/regression/tests/bug-448984.c: Added new test case.
8635
8636         * support/regression/tests/pow2shifts.c: Added new test case.
8637
8638         * src/z80/gen.c: Turned off the noise it normally generates for the release.
8639         (genlshTwo): Fixed right shift for count > 8.
8640
8641         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
8642
8643 2001-09-08    <johan AT FRIJA>
8644
8645         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
8646
8647 2001-09-07    <johan AT FRIJA>
8648
8649         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
8650
8651         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
8652
8653 2001-09-06    <johan AT FRIJA>
8654
8655         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
8656         * bernhard noted me at this: "() equals to (void)" (1.38)
8657
8658 2001-09-05    <johan AT FRIJA>
8659
8660         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
8661
8662 2001-09-04    <johan AT FRIJA>
8663
8664         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
8665
8666
8667 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
8668
8669         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
8670
8671 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
8672
8673         * link/z80/aslink.h: Fixed path for PATH_MAX
8674
8675 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
8676
8677         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
8678
8679         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
8680
8681         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
8682
8683         * 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.
8684
8685 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
8686
8687         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
8688         (genCmp): Fixed up genCmp for the GB with longs.
8689
8690         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
8691
8692         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
8693
8694         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
8695
8696         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
8697
8698 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
8699
8700         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
8701
8702 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
8703
8704         * 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.
8705
8706         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
8707
8708 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
8709
8710         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
8711
8712         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
8713
8714 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
8715
8716   * sim/ucsim/configure:    little improvement of Cygwin-detection
8717   * sim/ucsim/configure.in: little improvement of Cygwin-detection
8718   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
8719   * support/regression/tests/bug-221100.c: small changes for mcs51
8720   * support/regression/tests/bug-221168.c: small changes for mcs51
8721   * support/regression/tests/bug-227710.c: small changes for mcs51
8722   * support/regression/tests/staticinit.c: small changes for mcs51
8723   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
8724   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
8725   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
8726
8727 $Revision$