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